:root{--bg: #f5f8f7;--surface: #ffffff;--surface-alt: #fafbfa;--border: #e3e8e6;--border-strong: #d3dbd8;--text-primary: #17211d;--text-secondary: #5c6864;--text-muted: #8d9793;--brand: #24b18e;--brand-dark: #178567;--brand-tint: #e4f5ef;--brand-tint-strong: #cdeee3;--orange: #eb6834;--danger: #d8483d;--danger-tint: #fbe6e3;--cheap-strong-bg: #bee8da;--cheap-strong-tx: #0e6b52;--cheap-mild-bg: #e1f5ee;--pricier-mild-bg: #fdebdd;--pricier-strong-bg: #f9d2c0;--pricier-strong-tx: #b4432e;--shadow-card: 0 1px 2px rgba(23, 33, 29, .04), 0 1px 8px rgba(23, 33, 29, .04);--shadow-pop: 0 6px 20px rgba(23, 33, 29, .16), 0 1px 3px rgba(23, 33, 29, .08);--shadow-modal: 0 16px 40px rgba(23, 33, 29, .16);--r-sm: 6px;--r-md: 8px;--r-lg: 10px;--r-xl: 14px;--r-pill: 999px;--sidebar-w: 248px;--topbar-h: 64px;--thead-bg: #f8faf9;--font: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;--mono: "SFMono-Regular", Consolas, monospace}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text-primary);font-family:var(--font);font-size:13px;line-height:1.45;-webkit-font-smoothing:antialiased}button{font:inherit;color:inherit;cursor:pointer}input,select{font:inherit;color:inherit}a{color:var(--brand-dark);text-decoration:none}a:hover{color:var(--brand);text-decoration:underline}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--shadow-card)}.muted{color:var(--text-muted)}.secondary{color:var(--text-secondary)}.spin{width:15px;height:15px;border:2px solid var(--border-strong);border-top-color:var(--brand);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,var(--surface-alt),var(--border),var(--surface-alt));background-size:200% 100%;animation:shimmer 1.2s ease-in-out infinite;border-radius:var(--r-sm)}@keyframes shimmer{to{background-position:-200% 0}}.scroll-x{overflow-x:auto}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:var(--r-pill)}::-webkit-scrollbar-track{background:transparent}.page-title{font-size:21px;font-weight:700;letter-spacing:-.01em;margin:0}.page-sub{font-size:12.5px;color:var(--text-secondary);margin-top:4px}.card-title{font-size:14px;font-weight:500;display:flex;align-items:center;gap:10px}.card-title svg{color:var(--brand-dark)}.card-sub{font-size:11.5px;color:var(--text-muted);margin-top:5px;margin-bottom:10px}.net-dot{width:8px;height:8px;border-radius:50%;flex:none;display:inline-block}.num{font-variant-numeric:tabular-nums}
