.gm-spinner{display:inline-flex;align-items:center;justify-content:center;line-height:0}.gm-spinner-ring{display:inline-block;border-radius:50%;border-style:solid;border-color:currentColor;border-right-color:transparent;animation:gm-spinner-rotate .7s linear infinite}.gm-spinner--sm .gm-spinner-ring{width:14px;height:14px;border-width:2px}.gm-spinner--md .gm-spinner-ring{width:22px;height:22px;border-width:3px}.gm-spinner--lg .gm-spinner-ring{width:36px;height:36px;border-width:4px}.gm-spinner--xl .gm-spinner-ring{width:56px;height:56px;border-width:5px}.gm-spinner--primary{color:var(--primary, #0049a6)}.gm-spinner--light{color:#fff}.gm-spinner--muted{color:var(--muted, #64748b)}.gm-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@keyframes gm-spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.gm-spinner-ring{animation-duration:1.6s}}.gm-loading-overlay{display:flex;align-items:center;justify-content:center;background:#0f172a8c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:gm-overlay-fade-in .15s ease-out;z-index:1000}.gm-loading-overlay--fullscreen{position:fixed;top:0;right:0;bottom:0;left:0}.gm-loading-overlay--contained{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}.gm-loading-overlay__panel{display:flex;flex-direction:column;align-items:center;gap:14px;padding:28px 36px;background:var(--card, #ffffff);border-radius:var(--radius-lg, 12px);box-shadow:var(--shadow-2, 0 10px 30px rgba(2, 6, 23, .15));min-width:220px;max-width:360px;text-align:center}.gm-loading-overlay__message{font-size:15px;font-weight:600;color:var(--text-dark, #0d0d0d);margin-top:4px}.gm-loading-overlay__submessage{font-size:13px;color:var(--muted, #64748b);line-height:1.5}@keyframes gm-overlay-fade-in{0%{opacity:0}to{opacity:1}}.gm-hamburger{position:relative;display:inline-block;vertical-align:middle;color:inherit}.gm-hamburger-bar{position:absolute;left:0;width:100%;height:2px;background:currentColor;border-radius:2px;transition:transform .25s cubic-bezier(.4,0,.2,1),top .25s cubic-bezier(.4,0,.2,1),opacity .15s ease}.gm-hamburger-bar:nth-child(1){top:0}.gm-hamburger-bar:nth-child(2){top:50%;transform:translateY(-50%)}.gm-hamburger-bar:nth-child(3){top:100%;transform:translateY(-100%)}.gm-hamburger.is-open .gm-hamburger-bar:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.gm-hamburger.is-open .gm-hamburger-bar:nth-child(2){opacity:0;transform:translateY(-50%) scaleX(0)}.gm-hamburger.is-open .gm-hamburger-bar:nth-child(3){top:50%;transform:translateY(-50%) rotate(-45deg)}@media (prefers-reduced-motion: reduce){.gm-hamburger-bar{transition:none}}.login-root{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg);padding:24px}.login-card{width:100%;max-width:980px;display:flex;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #02061714;background:var(--card)}.login-aside{width:360px;background:linear-gradient(180deg,#0b74ff,#06b6d4);color:#fff;padding:32px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.login-logo{width:84px;height:84px;object-fit:contain;border-radius:8px;background:#fff;padding:8px}.login-title{font-size:20px;margin:0;font-weight:700}.login-logo-letter{background:#ffffff1f;padding:6px;border-radius:6px;margin-right:6px}.login-desc{color:#ffffffe6;font-size:14px}.login-main{flex:1;padding:28px;display:flex;align-items:center;justify-content:center}.login-form{width:100%;max-width:420px}.form-stack{display:flex;flex-direction:column;gap:10px}.input{padding:10px 12px;border-radius:8px;border:1px solid #e6eef6}.label{font-weight:600;font-size:13px}.btn{padding:10px 14px;border-radius:8px;border:none;cursor:pointer}.btn.primary{background:var(--primary);color:#fff}.btn.secondary{background:#eef2ff;color:#0b74ff}.btn.link{background:none;color:var(--muted)}.btn.sso{background:#1f2937;color:#fff;width:100%;display:inline-flex;align-items:center;justify-content:center;min-height:40px}.sso-button-content{display:inline-flex;align-items:center;gap:10px}.divider{margin:18px 0;text-align:center;color:var(--muted)}.message{margin-top:10px;color:#dc2626}.login-footer{margin-top:18px;color:var(--muted);font-size:13px}@media (max-width:900px){.login-card{flex-direction:column}.login-aside{width:100%;align-items:center;text-align:center;padding:20px}.login-main{padding:20px}}:root{--primary: #0049A6;--accent: #06b6d4;--info: #3170f9;--success: #059669;--danger: #dc2626;--warning: #cd6f00;--highlight: #fde68a;--canvas: #f6f6f6;--card: #ffffff;--surface-primary: #ffffff;--surface-secondary: #f8fafc;--muted: #64748b;--text-dark: #0d0d0d;--sidebar-bg: #0f1724;--sidebar-text: #cbd5e1;--space-xs: 6px;--space-sm: 8px;--space-md: 12px;--space-lg: 20px;--section-filter-gap: var(--space-lg);--financial-child-indent: 20px;--space-mobile-page: 12px;--space-mobile-section: 16px;--control-min-height: 44px;--mobile-breakpoint: 600px;--mobile-content-max-height: 42vh;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--h1-size: 36px;--h2-size: 28px;--h3-size: 24px;--h4-size: 18px;--base-font-size: 14px;--shadow-1: 0 4px 12px rgba(2,6,23,.06);--shadow-2: 0 10px 30px rgba(2,6,23,.08)}:root{--mobile-page-padding: var(--space-mobile-page);--mobile-section-gap: var(--space-mobile-section)}@media (max-width: 600px){:root{--base-font-size: 13px}}body{background:var(--canvas);color:var(--text-dark);font-family:Open Sans,Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:var(--base-font-size)}body,html,#root{height:100%;margin:0}*{box-sizing:border-box}.layout{display:flex;min-height:100vh;background:#f3f6fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}.sidebar{width:300px;background:linear-gradient(180deg,#0f172a,#111827);color:#e2e8f0;padding:32px 24px;display:flex;flex-direction:column;position:relative;z-index:20;overflow:hidden;transition:width .2s ease,padding .2s ease;flex-shrink:0}.sidebar-footer{margin-top:auto}@media (min-width: 1025px){.sidebar.closed{width:0;padding-left:0;padding-right:0;border-right:none}.sidebar.closed>*{opacity:0;pointer-events:none;transition:opacity .15s ease}}.brand{font-size:24px;font-weight:700}.brand-subtitle{margin-top:6px;color:#94a3b8;font-size:14px}.sidebar-nav{display:flex;flex-direction:column;gap:6px;margin-top:28px}.sidebar-nav-item{background:transparent;border:none;color:#cbd5e1;padding:10px 12px;border-radius:14px;text-align:left;cursor:pointer;transition:all .2s ease;font-size:15px}.sidebar-nav-link{display:block;text-decoration:none}.sidebar-nav-item:hover,.sidebar-nav-item.active{background:#ffffff14;color:#fff}.sidebar-tree{margin-top:28px;min-height:0;overflow:hidden}.sidebar-search-label{display:block;margin-bottom:8px;color:#f8fafc;font-size:12px;font-weight:700}.sidebar-search-wrap{position:relative}.sidebar-search{width:100%;min-height:44px;border:1px solid rgba(148,163,184,.35);border-radius:12px;padding:10px 38px 10px 12px;background:#ffffff14;color:#fff;font:inherit;outline:none}.sidebar-search::placeholder{color:#94a3b8}.sidebar-search:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd33}.sidebar-search-clear{position:absolute;right:8px;top:6px;width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:#cbd5e1;font-size:22px;line-height:1;cursor:pointer}.sidebar-search-clear:hover,.sidebar-search-clear:focus-visible{background:#ffffff1a;color:#fff}.sidebar-search-help{margin-top:7px;color:#94a3b8;font-size:11px;line-height:1.4}.sidebar-tree-list{margin-top:14px;overflow-x:hidden}.sidebar-tree-section+.sidebar-tree-section{margin-top:12px}.sidebar-tree-category,.sidebar-tree-item{width:100%;border:0;text-align:left;cursor:pointer;font:inherit}.sidebar-tree-category{display:flex;align-items:center;gap:7px;padding:6px 4px;background:transparent;color:#f8fafc;font-size:12px;font-weight:700}.sidebar-tree-category:hover,.sidebar-tree-category:focus-visible{color:#bfdbfe}.sidebar-tree-items{border-left:1px solid rgba(148,163,184,.3);margin-left:9px;padding-left:9px}.sidebar-tree-item{padding:7px 8px;border-radius:8px;background:transparent;color:#cbd5e1;font-size:12px;line-height:1.35}.sidebar-tree-item:hover,.sidebar-tree-item:focus-visible{background:#ffffff14;color:#fff}.sidebar-tree-empty{padding:12px 4px;color:#94a3b8;font-size:12px}.sidebar-footer{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px}.sidebar-footer-title{font-weight:700;margin-bottom:10px}.sidebar-footer p{margin:0;color:#cbd5e1;line-height:1.5;font-size:14px}.main{flex:1;padding:32px;position:relative}.topbar{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:20px}.topbar-left{display:flex;align-items:flex-start;gap:18px}.hamburger{width:48px;height:48px;border-radius:14px;border:none;background:#fff;cursor:pointer;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #0f172a14;transition:background .15s ease,box-shadow .15s ease}.hamburger:hover{background:#f8fafc;box-shadow:0 12px 28px #0f172a1f}.hamburger:focus-visible{outline:2px solid var(--primary, #0049a6);outline-offset:2px}.page-title{margin:0;font-size:32px;color:#0f172a}.page-subtitle{margin-top:8px;color:#64748b;font-size:15px}.topbar-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hidden-cards-toggle{display:inline-flex;align-items:center;gap:8px;color:#475569;font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer}.hidden-cards-toggle input{width:16px;height:16px;accent-color:var(--primary, #2563eb)}.hidden-cards-toggle input:disabled{cursor:wait}.topbar-button{border:none;background:#fff;padding:12px 18px;border-radius:14px;cursor:pointer;font-weight:600;color:#0f172a;box-shadow:0 10px 25px #0f172a0f}.topbar-button.primary{background:#2563eb;color:#fff}.topbar-user{display:flex;flex-direction:column;align-items:flex-end;padding:6px 14px 6px 4px;line-height:1.2;margin-right:4px}.topbar-user-greeting{color:#64748b;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.06em}.topbar-user-name{color:#0f172a;font-size:15px;font-weight:700;margin-top:2px}.navigation-warning{margin-bottom:24px;padding:16px 18px;border-radius:16px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.2);color:#92400e;font-weight:600}.hero-panel{background:linear-gradient(135deg,#fff,#eff6ff);border-radius:28px;padding:36px;margin-bottom:36px;box-shadow:0 16px 40px #0f172a14}.hero-label{color:#2563eb;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.hero-title{margin-top:14px;margin-bottom:14px;font-size:42px;line-height:1.1;max-width:720px;color:#0f172a}.hero-description{max-width:760px;color:#475569;line-height:1.7;font-size:16px}.hero-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:32px}.hero-feature-card{background:#fffc;border-radius:18px;padding:20px;border:1px solid rgba(148,163,184,.16)}.hero-feature-title{font-weight:700;color:#0f172a;margin-bottom:10px}.hero-feature-text{color:#475569;line-height:1.5}.dashboard-section{margin-bottom:40px;scroll-margin-top:24px}.section-header h3{margin:0 0 18px;font-size:22px;color:#0f172a}.section-collapse-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;border:0;background:transparent;text-align:left}.section-collapse-button h3{flex:1}.section-collapse-icon{display:none;color:#2563eb;font-size:24px;line-height:1}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,400px));gap:20px;justify-content:start}.dashboard-card{width:100%;max-width:400px;border:none;border-radius:24px;background:#fff;padding:24px;cursor:default;text-align:left;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 12px 30px #0f172a0f;scroll-margin-top:24px}.dashboard-card-launchable{cursor:pointer}.dashboard-card-launchable:hover,.dashboard-card-launchable:focus-visible{transform:translateY(-4px);box-shadow:0 20px 40px #0f172a1a}.dashboard-card-launchable:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:3px}.dashboard-card-hidden,.dashboard-card-hidden:hover{background:#e2e8f0;box-shadow:0 8px 20px #0f172a0a;cursor:not-allowed;opacity:.72;transform:none}.dashboard-card-hidden .dashboard-card-title,.dashboard-card-hidden .dashboard-card-description,.dashboard-card-hidden .dashboard-card-footer{color:#64748b}.dashboard-card-hidden .dashboard-status{background:#cbd5e1;color:#475569}.dashboard-card-header{display:flex;justify-content:space-between;gap:20px}.dashboard-card-title{font-size:18px;font-weight:700;color:#0f172a}.dashboard-card-title-row{display:flex;align-items:center;gap:8px}.dashboard-card-help{width:34px;height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#eff6ff;color:#2563eb;cursor:help}.dashboard-card-help:hover,.dashboard-card-help:focus-visible{background:#dbeafe;outline:2px solid rgba(37,99,235,.35);outline-offset:2px}.dashboard-card-description{margin-top:10px;color:#64748b;line-height:1.6}.dashboard-card-footer{color:#2563eb;font-weight:700}.dashboard-card-footer-row{margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.dashboard-update-pill{white-space:nowrap;padding:5px 9px;border-radius:999px;background:#eef2f7;color:#475569;font-size:11px;font-weight:700}.dashboard-card-hidden .dashboard-card-footer:after{content:" · Access restricted";font-weight:600}.dashboard-status{white-space:nowrap;height:fit-content;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:700}.dashboard-status-available{background:#16a34a1f;color:#15803d}.dashboard-status-inProgress{background:#2563eb1f;color:#1d4ed8}.dashboard-status-pilot{background:#7c3aed1f;color:#6d28d9}.dashboard-status-comingSoon,.dashboard-status-planned{background:#f59e0b24;color:#b45309}.dashboard-status-temporarilyUnavailable{background:#ef44441f;color:#b91c1c}.overlay{display:none}@media (max-width: 1024px){.sidebar{position:fixed;height:100dvh;max-height:100dvh;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;left:0;top:0;transform:translate(-100%);transition:transform .2s ease}.sidebar.open{transform:translate(0)}.sidebar-tree-list{padding-bottom:0}.sidebar-footer{margin-top:24px;flex:0 0 auto}.overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:10}.main{padding:24px}.topbar{flex-direction:column}.topbar-right{width:100%}.signout-button{margin-left:auto}.hero-title{font-size:32px}}@media (max-width: 640px){.main{padding:18px}.sidebar{width:min(88vw,360px);padding:22px 18px}.sidebar-nav{margin-top:20px}.sidebar-nav-item{padding:8px 10px}.sidebar-tree{margin-top:18px}.sidebar-tree-list{margin-top:10px}.sidebar-tree{overflow:visible;flex:0 0 auto}.sidebar-tree-list{max-height:none;overflow:visible;overscroll-behavior:auto;padding-bottom:24px}.sidebar-tree-section+.sidebar-tree-section{margin-top:6px}.sidebar-tree-item{padding-top:5px;padding-bottom:5px}.section-collapse-button{cursor:pointer}.section-collapse-icon{display:block}.hero-panel{padding:24px}.dashboard-grid{grid-template-columns:minmax(0,1fr)}.page-title{font-size:26px}.topbar-right{justify-content:flex-end}.topbar-user,.topbar-right .topbar-button:not(.signout-button),.hidden-cards-toggle{display:none}.signout-button{position:absolute;top:18px;right:18px}}
