:root{--bg: #000000;--text: #EFEEEA;--text-muted: #999999;--accent: #D9E73C;--btn-primary: #283287;--btn-hover: #181A4D;--link: #C8E6FF;--badge-premium: #DDB4FF;--surface: #1A1A1A;--surface-hover: #2A2A2A;--surface-elevated: #3D3D3D;--border: #333333;--error: #FF5252;--success: #4CAF50;--warning: #FFA726;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 9999px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-elevated);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes shine{0%{background-position:-100px}to{background-position:200px}}.status-shine{background:linear-gradient(90deg,var(--text-muted) 0%,var(--text) 50%,var(--text-muted) 100%);background-size:200px 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shine 2s ease-in-out infinite;font-weight:500;font-size:12px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.btn-access{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;font-size:13px;font-weight:600;color:var(--text);background:var(--surface-hover);border:none;border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease}.btn-access:disabled{opacity:.4;cursor:not-allowed}.btn-access:not(:disabled):hover{background:var(--surface-elevated)}.btn-access svg{width:16px;height:16px;transition:transform .2s ease}.btn-access:not(:disabled):hover svg{transform:translate(4px)}
