:root{--fc-primary:#123b5d;--fc-primary-700:#0d2c46;--fc-secondary:#2fbf71;--fc-secondary-600:#27a862;--fc-accent:#5dade2;--fc-bg:#f1f5f9;--fc-surface:#ffffff;--fc-surface-2:#f8fafc;--fc-border:#e2e8f0;--fc-text:#0f172a;--fc-text-secondary:#64748b;--fc-text-onPrimary:#ffffff;--fc-positive:#16a34a;--fc-positive-bg:rgba(47,191,113,0.12);--fc-negative:#dc2626;--fc-negative-bg:rgba(220,38,38,0.1);--fc-warning:#d97706;--fc-warning-bg:rgba(217,119,6,0.12);--fc-info:#0284c7;--fc-info-bg:rgba(93,173,226,0.14);--fc-sidebar-bg:#0d2c46;--fc-sidebar-text:#cbd5e1;--fc-sidebar-active-bg:rgba(255,255,255,0.1);--fc-sidebar-active-text:#ffffff;--fc-radius:14px;--fc-radius-sm:10px;--fc-shadow:0 1px 2px rgba(15,23,42,0.04),0 4px 16px rgba(15,23,42,0.06);--fc-shadow-sm:0 1px 2px rgba(15,23,42,0.06);--fc-ring:0 0 0 3px rgba(93,173,226,0.45);--fc-font:Inter,"SF Pro Display","Segoe UI",Roboto,Arial,sans-serif;--fc-sidebar-w:244px}.fc-dark,:root[data-theme=dark]{--fc-bg:#0b1220;--fc-surface:#131c2e;--fc-surface-2:#0f1726;--fc-border:#1f2c40;--fc-text:#f1f5f9;--fc-text-secondary:#94a3b8;--fc-positive:#36d27d;--fc-positive-bg:rgba(54,210,125,0.14);--fc-negative:#f87171;--fc-negative-bg:rgba(248,113,113,0.14);--fc-warning:#fbbf24;--fc-warning-bg:rgba(251,191,36,0.14);--fc-sidebar-bg:#0a1424;--fc-shadow:0 1px 2px rgba(0,0,0,0.3),0 6px 20px rgba(0,0,0,0.35)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--fc-bg:#0b1220;--fc-surface:#131c2e;--fc-surface-2:#0f1726;--fc-border:#1f2c40;--fc-text:#f1f5f9;--fc-text-secondary:#94a3b8;--fc-positive:#36d27d;--fc-positive-bg:rgba(54,210,125,0.14);--fc-negative:#f87171;--fc-negative-bg:rgba(248,113,113,0.14);--fc-warning:#fbbf24;--fc-warning-bg:rgba(251,191,36,0.14);--fc-sidebar-bg:#0a1424}}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--fc-bg);color:var(--fc-text);font-family:var(--fc-font);-webkit-font-smoothing:antialiased;line-height:1.5;font-size:15px}a{color:var(--fc-primary)}h1,h2,h3{letter-spacing:-.01em}.fc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border:none;border-radius:var(--fc-radius-sm);background:var(--fc-secondary);color:#04331c;font-weight:600;font-size:15px;font-family:inherit;cursor:pointer;text-decoration:none;transition:background .15s ease,transform .05s ease,box-shadow .15s ease}.fc-btn:hover{background:var(--fc-secondary-600)}.fc-btn:active{transform:translateY(1px)}.fc-btn:focus-visible{outline:none;box-shadow:var(--fc-ring)}.fc-btn:disabled{opacity:.55;cursor:not-allowed}.fc-btn--primary{background:var(--fc-primary);color:#fff}.fc-btn--primary:hover{background:var(--fc-primary-700)}.fc-btn--ghost{background:transparent;color:var(--fc-text);border:1.5px solid var(--fc-border)}.fc-btn--ghost:hover{background:var(--fc-surface-2)}.fc-btn--danger{background:var(--fc-negative);color:#fff}.fc-btn--sm{min-height:36px;padding:0 12px;font-size:13px}.fc-card{background:var(--fc-surface);border:1px solid var(--fc-border);border-radius:var(--fc-radius);padding:20px;box-shadow:var(--fc-shadow-sm)}.fc-input,.fc-select{width:100%;min-height:44px;padding:0 14px;border-radius:var(--fc-radius-sm);border:1.5px solid var(--fc-border);background:var(--fc-surface);color:var(--fc-text);font-size:15px;font-family:inherit}.fc-input:focus-visible,.fc-select:focus-visible{outline:none;border-color:var(--fc-accent);box-shadow:var(--fc-ring)}.fc-input[aria-invalid=true]{border-color:var(--fc-negative)}.fc-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;line-height:1.4}.fc-badge--neutral{background:var(--fc-surface-2);color:var(--fc-text-secondary);border:1px solid var(--fc-border)}.fc-badge--positive{background:var(--fc-positive-bg);color:var(--fc-positive)}.fc-badge--negative{background:var(--fc-negative-bg);color:var(--fc-negative)}.fc-badge--warning{background:var(--fc-warning-bg);color:var(--fc-warning)}.fc-badge--info{background:var(--fc-info-bg);color:var(--fc-info)}.fc-shell{min-height:100vh;display:flex}.fc-sidebar{width:var(--fc-sidebar-w);flex-shrink:0;background:var(--fc-sidebar-bg);flex-direction:column;padding:18px 14px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.fc-navlink,.fc-sidebar{color:var(--fc-sidebar-text);display:flex}.fc-navlink{align-items:center;gap:12px;padding:11px 14px;border-radius:var(--fc-radius-sm);margin-bottom:2px;text-decoration:none;font-weight:500;font-size:14.5px;transition:background .12s ease}.fc-navlink:hover{background:rgba(255,255,255,.06);color:#fff}.fc-navlink--active{background:var(--fc-sidebar-active-bg);color:var(--fc-sidebar-active-text);font-weight:600}.fc-main{flex:1 1;min-width:0;display:flex;flex-direction:column}.fc-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 28px;border-bottom:1px solid var(--fc-border);background:var(--fc-surface);position:-webkit-sticky;position:sticky;top:0;z-index:20}.fc-content{flex:1 1;width:100%;max-width:1360px;margin:0 auto;padding:28px 32px}.fc-iconbtn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid var(--fc-border);background:var(--fc-surface);color:var(--fc-text);cursor:pointer;position:relative}.fc-iconbtn:hover{background:var(--fc-surface-2)}.fc-iconbtn:focus-visible{outline:none;box-shadow:var(--fc-ring)}.fc-avatar{width:38px;height:38px;border-radius:999px;background:var(--fc-primary);color:#fff;display:inline-grid;place-items:center;font-weight:700;font-size:15px}.fc-hamburger{display:none}@media (max-width:1023px){.fc-sidebar{display:none}.fc-hamburger{display:inline-flex}.fc-content{padding:18px 16px 88px}.fc-bottomnav{position:fixed;bottom:0;left:0;right:0;z-index:30;display:flex;justify-content:space-around;background:var(--fc-surface);border-top:1px solid var(--fc-border);padding:6px 4px}.fc-bottomnav a{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:10.5px;color:var(--fc-text-secondary);text-decoration:none;padding:4px 8px;min-width:56px}.fc-bottomnav a[data-active=true]{color:var(--fc-primary);font-weight:600}}@media (min-width:1024px){.fc-bottomnav{display:none}.fc-drawer-backdrop{display:none!important}}.fc-drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:40}.fc-drawer{position:fixed;top:0;left:0;bottom:0;width:260px;background:var(--fc-sidebar-bg);color:var(--fc-sidebar-text);z-index:41;padding:18px 14px;display:flex;flex-direction:column}.fc-grid-kpi{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:16px;gap:16px}.fc-grid-2{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:16px;gap:16px}@media (max-width:900px){.fc-grid-2{grid-template-columns:1fr}}.fc-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--fc-border)}.fc-row:last-child{border-bottom:none}.fc-skeleton{background:linear-gradient(90deg,var(--fc-surface-2) 25%,var(--fc-border) 50%,var(--fc-surface-2) 75%);background-size:200% 100%;animation:fc-shimmer 1.3s infinite;border-radius:8px}@keyframes fc-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fc-progress{height:9px;border-radius:999px;background:var(--fc-surface-2);overflow:hidden}.fc-progress>span{display:block;height:100%;background:var(--fc-secondary);border-radius:999px}.fc-money-pos{color:var(--fc-positive);font-weight:600}.fc-money-neg{color:var(--fc-negative);font-weight:600}.fc-muted{color:var(--fc-text-secondary)}