@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@500;700;800&display=swap";:root{--color-primary: #142588;--color-primary-dark: #000d5f;--color-primary-bg: rgba(20, 37, 136, .05);--color-success: #00561f;--color-success-bg: #e6f4ea;--color-warning: #facc15;--color-warning-bg: #fef9c3;--color-danger: #ba1a1a;--color-danger-bg: #ffdad6;--color-bg: #f8f9ff;--color-surface: #ffffff;--color-surface-2: #eff4ff;--color-surface-3: #e5eeff;--color-border: rgba(118, 118, 131, .15);--color-border-strong:rgba(118, 118, 131, .3);--color-text: #0b1c30;--color-text-muted: #454652;--color-text-faint: #767683;--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: 24px;--radius-xl: 48px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(11, 28, 48, .04);--shadow-md: 0 10px 20px rgba(11, 28, 48, .06);--shadow-lg: 0 20px 40px rgba(11, 28, 48, .08);--sidebar-width: 280px;--topbar-height: 0px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--color-bg);font-family:Inter,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:all .2s;cursor:pointer}button:hover{filter:brightness(1.06);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}.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}}@media(min-width:769px){.mobile-only{display:none!important}}
