@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Geist+Mono:wght@400;500;600&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Syne:wght@700;800&display=swap");:root,html[data-theme=dark]{color-scheme:dark;--color-bg:#0b0e14;--color-page-bg:#080b11;--color-surface:#141820;--color-surface-2:#1c2130;--color-surface-3:#222940;--color-surface-raised:#141820;--color-border:hsla(0,0%,100%,.07);--color-border-strong:hsla(0,0%,100%,.12);--color-input-bg:#1c2130;--color-gold:#c9a84c;--color-gold-l:#e8c76a;--color-gold-dim:rgba(201,168,76,.12);--color-gold-dim-border:rgba(201,168,76,.25);--color-text-pri:#f0f2f5;--color-text-sec:#8895a7;--color-text-dim:#4a5568;--color-green:#22c55e;--color-green-dim:rgba(34,197,94,.12);--color-yellow:#f59e0b;--color-yellow-dim:rgba(245,158,11,.12);--color-red:#ef4444;--color-red-dim:rgba(239,68,68,.12);--color-blue:#3b82f6;--color-blue-dim:rgba(59,130,246,.12);--color-purple:#8b5cf6;--color-purple-dim:rgba(139,92,246,.15);--color-cyan:#06b6d4;--color-cyan-dim:rgba(6,182,212,.15);--color-neutral:#6b7280;--color-neutral-dim:hsla(220,9%,46%,.15);--color-grid-line:hsla(0,0%,100%,.025);--color-overlay:rgba(0,0,0,.7);--color-success-bg:rgba(34,197,94,.12);--color-error-bg:rgba(239,68,68,.12);--shadow-modal:0 20px 60px rgba(0,0,0,.6);--font-sans:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;--font-mono:"Geist Mono","DM Mono",ui-monospace,monospace;--font-display:"Plus Jakarta Sans",system-ui,sans-serif;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-pill:999px}html[data-theme=light]{color-scheme:light;--color-bg:#f6f6f4;--color-page-bg:#f6f6f4;--color-surface:#fff;--color-surface-2:#fafaf7;--color-surface-3:#f0f0ea;--color-surface-raised:#fff;--color-border:rgba(20,20,30,.08);--color-border-strong:rgba(20,20,30,.14);--color-input-bg:#fff;--color-gold:#a8872f;--color-gold-l:#8a6f20;--color-gold-dim:rgba(168,135,47,.12);--color-gold-dim-border:rgba(168,135,47,.25);--color-text-pri:#1a1a1f;--color-text-sec:#5a6472;--color-text-dim:#8a94a3;--color-green:#15803d;--color-green-dim:rgba(21,128,61,.1);--color-yellow:#b45309;--color-yellow-dim:rgba(180,83,9,.1);--color-red:#b91c1c;--color-red-dim:rgba(185,28,28,.1);--color-blue:#1d4ed8;--color-blue-dim:rgba(29,78,216,.1);--color-purple:#6d28d9;--color-purple-dim:rgba(109,40,217,.1);--color-cyan:#0e7490;--color-cyan-dim:rgba(14,116,144,.1);--color-neutral:#6b7280;--color-neutral-dim:hsla(220,9%,46%,.1);--color-grid-line:hsla(60,6%,69%,.25);--color-overlay:rgba(20,20,25,.4);--color-success-bg:#ecfdf3;--color-error-bg:#fef2f2;--shadow-modal:0 20px 60px rgba(20,20,30,.12)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--color-page-bg);color:var(--color-text-pri);font-family:var(--font-sans);line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}p{margin-bottom:1rem}a{color:var(--color-gold);text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.8}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background:var(--color-input-bg);border:1px solid var(--color-border);padding:.75rem 1rem;border-radius:8px;transition:all .2s ease}html[data-theme=light] input[type=date],html[data-theme=light] input[type=datetime-local],html[data-theme=light] input[type=month],html[data-theme=light] input[type=time],html[data-theme=light] input[type=week]{color-scheme:light}html[data-theme=dark] input[type=date],html[data-theme=dark] input[type=datetime-local],html[data-theme=dark] input[type=month],html[data-theme=dark] input[type=time],html[data-theme=dark] input[type=week]{color-scheme:dark}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-gold);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-gold) 10%,transparent)}input::placeholder{color:var(--color-text-dim)}button{font-family:inherit;cursor:pointer;border:none;transition:all .2s ease}.text-primary{color:var(--color-text-pri)}.text-secondary{color:var(--color-text-sec)}.text-dim{color:var(--color-text-dim)}.text-gold{color:var(--color-gold)}.text-success{color:var(--color-green)}.text-warning{color:var(--color-yellow)}.text-danger{color:var(--color-red)}.bg-surface{background-color:var(--color-surface)}.bg-surface-2{background-color:var(--color-surface-2)}.border-subtle{border:1px solid var(--color-border)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.animate-fade-in{animation:fadeIn .3s ease}.animate-slide-in{animation:slideInLeft .3s ease}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-border-strong)}@media (max-width:768px){html{font-size:14px}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1rem}.person-avatar-mobile-hide{display:none!important}}