@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-primary:#1b3863;--color-primary-light:#2a4f8a;--color-primary-dark:#0f2440;--color-supporting:#7000ff;--color-supporting-light:#8c33ff;--color-accent:#ff5a5f;--color-accent-light:#ff7a7e;--color-accent-dark:#e03e43;--color-surface:#fafafa;--color-surface-raised:#f0f0f3;--color-dark:#121620;--color-text-primary:#1a1a2e;--color-text-secondary:#6b7280;--color-text-muted:#9ca3af;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--color-info:#3b82f6;--color-border:#e5e7eb;--neu-shadow-sm:3px 3px 6px #d1d1d4, -3px -3px 6px #fff;--neu-shadow:6px 6px 12px #d1d1d4, -6px -6px 12px #fff;--neu-shadow-lg:10px 10px 20px #d1d1d4, -10px -10px 20px #fff;--neu-shadow-inset:inset 3px 3px 6px #d1d1d4, inset -3px -3px 6px #fff;--neu-shadow-inset-sm:inset 2px 2px 4px #d1d1d4, inset -2px -2px 4px #fff;--neu-card-shadow:8px 8px 16px #d1d1d4, -8px -8px 16px #fff;--neu-card-hover:12px 12px 24px #d1d1d4, -12px -12px 24px #fff;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-surface);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Inter,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#cbd5e1}::-webkit-scrollbar-thumb:hover{background:#94a3b8}:focus-visible{outline:2px solid var(--color-supporting);outline-offset:2px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:fadeIn var(--transition-normal) forwards}.animate-slide-in{animation:slideInUp var(--transition-normal) forwards}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.animate-spin{animation:1s linear infinite spin}.text-primary{color:var(--color-text-primary)}.text-secondary{color:var(--color-text-secondary)}.text-muted{color:var(--color-text-muted)}.flex-center{justify-content:center;align-items:center;display:flex}.neumorphic{background:var(--color-surface);box-shadow:var(--neu-shadow);border-radius:var(--radius-md)}.neumorphic-inset{background:var(--color-surface);box-shadow:var(--neu-shadow-inset);border-radius:var(--radius-md)}.glass{-webkit-backdrop-filter:blur(10px);background:#fafafab3;border:1px solid #ffffff80}
