@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";:root{--color-brand:#00b37e;--color-brand-dark:#007a54;--color-brand-light:#e6f7f2;--color-navy:#0f1f3d;--color-navy-800:#0a1628;--color-navy-600:#1a3456;--color-navy-400:#2a5080;--color-navy-text:#6b87a8;--color-bg:#f7f8fa;--color-surface:#fff;--color-text-primary:#0a0a0b;--color-text-secondary:#52525b;--color-text-tertiary:#a1a1aa;--color-text-inverse:#fff;--color-border:#e4e4e7;--color-border-subtle:#f1f1f3;--color-border-focus:#00b37e;--color-success-text:#065f46;--color-success-bg:#e6f7f2;--color-success-dot:#00b37e;--color-warning-text:#92400e;--color-warning-bg:#fffbeb;--color-warning-dot:#f59e0b;--color-danger-text:#991b1b;--color-danger-bg:#fef2f2;--color-danger-dot:#ef4444;--color-info-text:#1e40af;--color-info-bg:#eff6ff;--color-info-dot:#3b82f6;--color-neutral-text:#374151;--color-neutral-bg:#f3f4f6;--color-neutral-dot:#9ca3af;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014, 0 2px 4px #0000000a;--shadow-lg:0 12px 32px #0000001a, 0 4px 8px #0000000f;--shadow-brand:0 4px 16px #00b37e40;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:18px;--radius-full:9999px;--ease-out-swift:cubic-bezier(.16, 1, .3, 1);--ease-in-swift:cubic-bezier(.7, 0, .84, 0);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--ease-standard:cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--color-bg);color:var(--color-text-primary);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6}#root{width:100%;min-height:100vh}@keyframes stampLand{0%{opacity:0;transform:scale(1.4)rotate(-1.5deg)}40%{opacity:1;transform:scale(1.15)rotate(-1.5deg)}to{opacity:1;transform:scale(1)rotate(-1.5deg)}}@keyframes inkSpread{0%{opacity:.25;width:0;height:0}to{opacity:0;width:160px;height:160px}}@keyframes pageEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes notificationIn{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.page-enter{animation:pageEnter .2s var(--ease-out-swift) forwards}.stamp-land{animation:stampLand .14s var(--ease-spring) forwards}.shimmer-line{border-radius:var(--radius-sm);background:linear-gradient(90deg,#f3f4f6 25%,#e9eaec 50%,#f3f4f6 75%) 0 0/200% 100%;animation:1.5s ease-in-out infinite shimmer}@media (prefers-reduced-motion:reduce){.page-enter,.stamp-land{opacity:1;animation:none}.shimmer-line{animation:none}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}@media (width<=767px){.sidebar-desktop{display:none!important}.topbar-root{padding:0 16px!important}.topbar-breadcrumb{display:none!important}.topbar-page-title{color:var(--color-text-primary);font-size:17px;font-weight:700;display:block!important}.page-enter{padding:16px 16px 0!important}.table-scroll-x{-webkit-overflow-scrolling:touch;overflow-x:auto}.table-scroll-x>*{min-width:720px}}@media (width>=768px){.bottom-nav,.topbar-page-title{display:none!important}}
