@charset "UTF-8";:root{--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--bg-app: #F8F9FD;--pastel-indigo-bg: #EEF2FF;--pastel-indigo-border: #E0E7FF;--pastel-indigo-text: #4F46E5;--pastel-mint-bg: #ECFDF5;--pastel-mint-border: #D1FAE5;--pastel-mint-text: #059669;--pastel-peach-bg: #FFFBEB;--pastel-peach-border: #FEF3C7;--pastel-peach-text: #D97706;--pastel-rose-bg: #FFF1F2;--pastel-rose-border: #FFE4E6;--pastel-rose-text: #E11D48;--pastel-sky-bg: #F0F9FF;--pastel-sky-border: #E0F2FE;--pastel-sky-text: #0284C7}html,body{margin:0;padding:0;font-family:var(--font-sans);background-color:var(--bg-app);color:#1e293b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.card-pastel{background-color:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;box-shadow:0 4px 20px -2px #4f46e508,0 2px 6px -1px #00000005;transition:all .2s ease-in-out}.card-pastel:hover{box-shadow:0 8px 24px -2px #4f46e50f,0 4px 12px -2px #00000008}.nav-dock-pill-active{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;box-shadow:0 4px 12px #4f46e54d}
