:root{--satellite-bg-primary: #f0f8ff;--satellite-bg-secondary: #2d2d2d;--satellite-text-primary: #ffffff;--satellite-text-secondary: #cccccc;--satellite-orange: #ef4444;--satellite-red: #dc2626;--satellite-yellow: #f59e0b;--satellite-blue: #3b82f6;--satellite-gradient-primary: linear-gradient(135deg, var(--satellite-orange) 0%, var(--satellite-red) 100%);--satellite-gradient-accent: linear-gradient(135deg, var(--satellite-yellow) 0%, var(--satellite-orange) 100%)}body{font-family:Space Grotesk,Roboto,sans-serif;background-color:var(--satellite-bg-primary);color:var(--satellite-text-primary);margin:0;color-scheme:light dark}.satellite-card{background:var(--satellite-bg-secondary);border:2px solid var(--satellite-orange);border-radius:12px;overflow:hidden;position:relative}.satellite-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--satellite-gradient-primary)}.satellite-button{background:var(--satellite-gradient-primary);color:#fff;font-weight:600;border:none;border-radius:8px;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease}.satellite-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ef44444d}.satellite-header{background:var(--satellite-bg-primary);color:var(--satellite-text-primary);border-bottom:3px solid var(--satellite-orange)}.satellite-header .logo{color:var(--satellite-orange);font-weight:800;text-transform:uppercase;letter-spacing:2px}@keyframes satellite-orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.satellite-spinner{width:40px;height:40px;border:4px solid var(--satellite-bg-secondary);border-top:4px solid var(--satellite-orange);border-radius:50%;animation:satellite-orbit 1s linear infinite}body{color:var(--satellite-text-primary);background-color:#f0f8ff;margin:0;overflow-x:hidden}p{line-height:20px}
