@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@500;700;800&display=swap";:root{--color-primary: #1d4ed8;--color-primary-dark: #173ea9;--color-primary-soft: #dbeafe;--color-primary-bg: rgba(29, 78, 216, .08);--color-success: #00561f;--color-success-bg: #e6f4ea;--color-warning: #facc15;--color-warning-bg: #fef9c3;--color-danger: #ba1a1a;--color-danger-bg: #ffdad6;--color-bg: #f6f8fb;--color-surface: #ffffff;--color-surface-2: #f1f5f9;--color-surface-3: #e2e8f0;--color-border: rgba(15, 23, 42, .1);--color-border-strong:rgba(15, 23, 42, .18);--color-text: #0f172a;--color-text-muted: #475569;--color-text-faint: #64748b;--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 20px;--sp-6: 24px;--sp-8: 32px;--sp-10: 40px;--sp-12: 48px;--text-xs: 11px;--text-sm: 13px;--text-base: 14px;--text-md: 16px;--text-lg: 18px;--text-xl: 22px;--text-2xl: 32px;--text-3xl: 48px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .06);--shadow-md: 0 10px 24px rgba(15, 23, 42, .08);--shadow-lg: 0 24px 60px rgba(15, 23, 42, .16);--sidebar-width: 280px;--topbar-height: 0px}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{min-width:320px;background:radial-gradient(circle at top left,rgba(29,78,216,.08),transparent 34rem),linear-gradient(180deg,#fbfdff 0%,var(--color-bg) 36rem);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text)}@keyframes orbPulse{0%{transform:scale(1);opacity:.5}to{transform:scale(1.4);opacity:0}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes breathe{0%,to{opacity:.6}50%{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(1.03)}}@keyframes sidebarIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skeleton{background:linear-gradient(90deg,#f0f4f8 25%,#e2e8f0,#f0f4f8 75%);background-size:1200px 100%;animation:shimmer 1.6s infinite linear;border-radius:var(--radius-sm)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:var(--radius-full);border:2px solid var(--color-bg)}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}button{transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s;cursor:pointer;font-family:inherit}button:hover{filter:brightness(1.03);transform:translateY(-1px)}button:active{transform:translateY(0)}button:disabled{opacity:.55;cursor:not-allowed;transform:none;filter:none}textarea:focus,input:focus,select:focus{border-color:var(--color-primary)!important;outline:none;box-shadow:0 0 0 3px #6366f11f}textarea,input,select{transition:border-color .2s,box-shadow .2s}.icon-button{align-items:center;display:inline-flex;justify-content:center}.sidebar-overlay{position:fixed;inset:0;background:#00000073;z-index:999;animation:fadeUp .15s ease}.sidebar-drawer{animation:sidebarIn .22s ease}@media(max-width:768px){.desktop-only,.hide-mobile{display:none!important}.login-layout{grid-template-columns:1fr!important;max-width:430px!important}}@media(min-width:769px){.mobile-only{display:none!important}}
