:root{--mp-yellow:#ffe600;--mp-blue:#343756;--mp-cyan:#00b1ea;--brand:#2d3277;--bg:#f6f7f9;--surface:#fff;--border:#e5e7eb;--text:#1a1a1a;--text-muted:#737373;--success:#00a650;--success-bg:#e5f4eb;--error:#e33b3b;--error-bg:#fce8e8}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5;font-weight:500;color:var(--text);background:#f6f7f9;-webkit-font-smoothing:antialiased;min-height:100vh}button{cursor:pointer}button,input,select,textarea{font-family:inherit}:root{--accent:#6366f1;--accent2:#8b5cf6;--accent-tint:#eef0ff;--ink:#0f172a;--ink2:#475569;--muted:#94a3b8;--pos:#10b981;--neg:#f43f5e;--hairline:rgba(15,23,42,.07);--shadow-sm:0 1px 2px rgba(15,23,42,.04),0 1px 3px rgba(15,23,42,.06);--shadow-md:0 2px 4px rgba(15,23,42,.04),0 12px 28px rgba(15,23,42,.06);--spring:cubic-bezier(.22,1,.36,1)}.num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.01em}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.page-enter{animation:slideUp .5s var(--spring) both}.page-enter main>*{animation:fadeIn .55s ease both}.page-enter main>:first-child{animation-delay:.08s}.page-enter main>:nth-child(2){animation-delay:.16s}.page-enter main>:nth-child(3){animation-delay:.24s}.page-enter main>:nth-child(4){animation-delay:.32s}.page-enter main>:nth-child(5){animation-delay:.4s}.page-enter main>:nth-child(n+6){animation-delay:.46s}@keyframes shimmer{to{background-position:-200% 0}}.skeleton{background:linear-gradient(90deg,#eef0f4 25%,#f6f7f9 37%,#eef0f4 63%);background-size:200% 100%;animation:shimmer 1.3s ease infinite;border-radius:10px}.lift{transition:transform .2s var(--spring),box-shadow .2s}.lift:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}@keyframes spin{to{transform:rotate(1turn)}}.snav{transition:background .16s,color .16s}.snav:hover{background:hsla(0,0%,100%,.06);color:#fff}@media print{.no-print,aside{display:none!important}}