:root{--yellow: #F5C518;--yellow-hover: #E0B000;--yellow-soft: rgba(245, 197, 24, .12);--yellow-border: rgba(245, 197, 24, .3);--bg: #0A0A0F;--surface: #111118;--surface-2: #1A1A24;--surface-3: #22222F;--border: rgba(255,255,255,.07);--border-hover: rgba(255,255,255,.14);--text: #F0F0F0;--text-muted: #9CA3AF;--text-faint: #6B7280;--error: #EF4444;--success: #22C55E;--radius: 14px;--radius-sm: 10px;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;outline:none}@keyframes spin{to{transform:rotate(360deg)}}.logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.logo-box{width:var(--logo-size, 32px);height:var(--logo-size, 32px);min-width:var(--logo-size, 32px);border-radius:calc(var(--logo-size, 32px) * .22);background:var(--yellow);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.logo-text{font-size:calc(var(--logo-size, 32px) * .48);font-weight:800;letter-spacing:-.02em;white-space:nowrap;line-height:1.3}
