.frank-budgeting-theme{--font-sans:"Inter", ui-sans-serif, sans-serif;--font-display:"Sora", "Inter", ui-sans-serif, sans-serif;--font-heading:var(--font-display);--font-body:var(--font-sans);--color-canvas:#f4fcfc;--color-card:#fff;--color-ink:#001f27;--color-ink-soft:#566d75;--color-border:#dce7e9;--color-accent:#008e89;--color-accent-soft:#caf1f0;--color-secondary:#005269;--color-secondary-soft:#e1f2f8;--color-chart-neutral:#c9d3e0;--color-chart-accent-muted:#8ae4e8;--color-green:#4caf50;--color-green-soft:#ecf6ed;--color-amber:#ffa600;--color-amber-soft:#fff4e0;--color-red:#dc362e;--color-red-soft:#fdeceb;--gradient-brand:linear-gradient(90deg, #001f27 0%, #008e89 100%);--gradient-action:linear-gradient(90deg, #008e89 0%, #008e89 100%);--gradient-ambient:radial-gradient(1200px 640px at 100% -10%, #008e8912, transparent 60%), radial-gradient(900px 500px at -10% 110%, #0052690f, transparent 60%);--shadow-card:0 1px 2px #1421400a, 0 6px 20px #1421400f;--shadow-card-lg:0 4px 10px #1421400f, 0 16px 36px #1421401f;--shadow-focus-accent:0 0 0 3px var(--color-accent-soft);--radius-card:14px;--radius-control:9px;--ease-standard:cubic-bezier(.22, 1, .36, 1);--transition-base:.16s var(--ease-standard);--transition-drawer:.25s var(--ease-standard);--transition-workspace:.34s var(--ease-standard);--background:#f4fcfc;--foreground:#001f27;--card:#fff;--card-foreground:#001f27;--popover:#fff;--popover-foreground:#001f27;--primary:#008e89;--primary-foreground:#fff;--secondary:#e1f2f8;--secondary-foreground:#005269;--muted:#eee;--muted-foreground:#566d75;--accent:#caf1f0;--accent-foreground:#001f27;--destructive:#dc362e;--destructive-foreground:#fff;--border:#dce7e9;--input:#dce7e9;--ring:#008e89;--radius:.75rem;background:var(--background);color:var(--foreground);font-family:var(--font-sans);border-radius:calc(var(--radius) + 8px)}.frank-budgeting-theme h1,.frank-budgeting-theme h2,.frank-budgeting-theme h3,.frank-budgeting-theme h4{font-family:var(--font-display);font-variant-numeric:tabular-nums;letter-spacing:normal}.frank-budgeting-theme .tabular{font-variant-numeric:tabular-nums}.frank-budgeting-theme .fb-shadow-card{box-shadow:0 4px 8px #dce7e9,inset 0 0 1px #00000040}.frank-budgeting-theme .fb-brand-header{background:linear-gradient(90deg,#001f27 0%,#008e89 100%)}.frank-budgeting-theme .fb-status-approved{color:#4caf50;background:#ecf6ed}.frank-budgeting-theme .fb-status-pending{color:#ffa600;background:#fff4e0}.frank-budgeting-theme .fb-status-declined{color:#dc362e;background:#fdeceb}.frank-budgeting-theme [role=tab][data-state=active]{background-color:var(--primary);color:var(--primary-foreground);box-shadow:none}.frank-budgeting-theme [role=tablist]{background-color:#0000;gap:4px;padding:0}.frank-budgeting-theme .fb-page{min-width:0;max-width:1680px;margin:0 auto;padding:32px 44px 56px}.frank-budgeting-theme .main-content .fb-page{max-width:none;margin:0;padding:0}.frank-budgeting-theme input[type=number]{-moz-appearance:textfield}.frank-budgeting-theme input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.frank-budgeting-theme input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.frank-budgeting-theme .text-credit{color:var(--color-green)}.frank-budgeting-theme :focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.frank-budgeting-theme .app-shell{grid-template-columns:1fr 0;min-height:100vh;display:grid}.frank-budgeting-theme .sidebar{background:var(--color-card);border-right:1px solid var(--color-border);flex-direction:column;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.frank-budgeting-theme .sidebar-brand{border-bottom:1px solid var(--color-border);align-items:center;gap:10px;margin-bottom:8px;padding:0 8px 20px;display:flex}.frank-budgeting-theme .sidebar-mark{width:auto;height:28px}.frank-budgeting-theme .sidebar-brand span{font-family:var(--font-heading);flex:1;font-size:1.05rem;font-weight:700}.frank-budgeting-theme .sidebar-theme-toggle{border-radius:var(--radius-control);width:28px;height:28px;color:var(--color-ink-soft);cursor:pointer;transition:background var(--transition-base), color var(--transition-base), border-color var(--transition-base);background:0 0;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;display:flex}.frank-budgeting-theme .sidebar-theme-toggle:hover{background:var(--color-canvas);color:var(--color-ink);border-color:var(--color-border)}.frank-budgeting-theme .sidebar-nav{flex-direction:column;flex:1;gap:3px;padding-top:4px;display:flex}.frank-budgeting-theme .sidebar-link{border-radius:var(--radius-control);color:var(--color-ink-soft);cursor:pointer;text-align:left;width:100%;transition:background var(--transition-base), color var(--transition-base), border-color var(--transition-base);background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:11px;padding:10px 12px;font-size:.92rem;font-weight:500;display:flex}.frank-budgeting-theme .sidebar-link svg{opacity:.85;flex-shrink:0}.frank-budgeting-theme .sidebar-link:hover{background:var(--color-canvas);color:var(--color-ink)}.frank-budgeting-theme .sidebar-link.active{background:var(--color-secondary-soft);color:var(--color-secondary);border-left-color:var(--color-secondary);font-weight:600}.frank-budgeting-theme .sidebar-link.active svg{opacity:1}.frank-budgeting-theme .sidebar-link.active.mode-execute{background:var(--color-accent-soft);color:var(--color-ink);border-left-color:var(--color-accent)}.frank-budgeting-theme .sidebar-footer{border-top:1px solid var(--color-border);align-items:center;gap:10px;padding-top:16px;display:flex}.frank-budgeting-theme .sidebar-avatar{background:var(--color-accent-soft);width:32px;height:32px;color:var(--color-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;display:flex;overflow:hidden}.frank-budgeting-theme .sidebar-avatar img{object-fit:cover;width:100%;height:100%}.frank-budgeting-theme .sidebar-user{flex:1;min-width:0}.frank-budgeting-theme .sidebar-user-name{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.frank-budgeting-theme .sidebar-user-email{color:var(--color-ink-soft);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.frank-budgeting-theme .sidebar-signout{color:var(--color-ink-soft);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px;display:flex}.frank-budgeting-theme .sidebar-signout:hover{background:var(--color-canvas);color:var(--color-red)}.frank-budgeting-theme .main-content{min-width:0;max-width:1680px;padding:32px 44px 56px}@media (width<=860px){.frank-budgeting-theme .app-shell{grid-template-columns:1fr}.frank-budgeting-theme .sidebar{border-right:none;border-bottom:1px solid var(--color-border);z-index:50;flex-direction:row;align-items:center;gap:10px;width:100%;height:auto;padding:10px 12px;position:sticky;top:0}.frank-budgeting-theme .sidebar-brand{flex-shrink:0;margin-bottom:0}.frank-budgeting-theme .sidebar-brand span{display:none}.frank-budgeting-theme .sidebar-nav{flex-direction:row;flex:1;gap:2px;min-width:0;overflow-x:auto}.frank-budgeting-theme .sidebar-link{white-space:nowrap;flex-direction:column;gap:2px;padding:6px 10px;font-size:.66rem}.frank-budgeting-theme .sidebar-footer{border-top:none;flex-shrink:0;padding-top:0}.frank-budgeting-theme .sidebar-user{display:none}.frank-budgeting-theme .main-content{padding:16px}.frank-budgeting-theme .hero-grid,.frank-budgeting-theme .settings-grid{gap:12px}.frank-budgeting-theme .hero-headline{font-size:1.6rem}.frank-budgeting-theme .view-header h1{font-size:1.25rem}.frank-budgeting-theme .item-row{flex-wrap:wrap}.frank-budgeting-theme .drawer-overlay{z-index:200;background:#14214066;border-left:none;justify-content:flex-end;height:100vh;display:flex;position:fixed;inset:0}.frank-budgeting-theme .drawer{width:100%;max-width:420px;box-shadow:var(--shadow-card)}}.frank-budgeting-theme .view-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:24px;display:flex}.frank-budgeting-theme .view-header h1{letter-spacing:-.01em;font-size:1.5rem}.frank-budgeting-theme .view-header .view-actions{gap:10px;display:flex}.frank-budgeting-theme .card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card);transition:box-shadow var(--transition-base), transform var(--transition-base), border-color var(--transition-base);padding:24px}.frank-budgeting-theme .card+.card{margin-top:20px}.frank-budgeting-theme .hero-grid>.card,.frank-budgeting-theme .kpi-strip>.card,.frank-budgeting-theme .kpi-strip-wide>.card,.frank-budgeting-theme .reports-split>.card,.frank-budgeting-theme .settings-grid>.card,.frank-budgeting-theme .bento>.card,.frank-budgeting-theme .reports-card-row>.card{margin-top:0}.frank-budgeting-theme .card-title{font-family:var(--font-display);margin-bottom:4px;font-size:1rem;font-weight:600}.frank-budgeting-theme .card-header-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.frank-budgeting-theme .card-header-row .card-title{margin-bottom:0}.frank-budgeting-theme .card-title-icon{align-items:center;gap:8px;display:flex}.frank-budgeting-theme .card-sub{color:var(--color-ink-soft);margin-bottom:18px;font-size:.85rem}.frank-budgeting-theme .btn{border-radius:var(--radius-control);cursor:pointer;white-space:nowrap;transition:opacity var(--transition-base), background var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base), filter var(--transition-base);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:9px 16px;font-size:.88rem;font-weight:500;display:inline-flex}.frank-budgeting-theme .btn:disabled{opacity:.45;cursor:not-allowed}.frank-budgeting-theme .btn-primary{background:var(--gradient-action);color:#fff}.frank-budgeting-theme .btn-primary:hover:not(:disabled){filter:brightness(1.05);box-shadow:0 6px 16px #008b9140}.frank-budgeting-theme .btn-secondary{background:var(--color-card);color:var(--color-ink);border-color:var(--color-border)}.frank-budgeting-theme .btn-secondary:hover:not(:disabled){border-color:var(--color-accent)}.frank-budgeting-theme .btn-ghost{color:var(--color-ink-soft);background:0 0}.frank-budgeting-theme .btn-ghost:hover:not(:disabled){background:var(--color-canvas);color:var(--color-ink)}.frank-budgeting-theme .btn-icon{color:var(--color-ink-soft);cursor:pointer;transition:background var(--transition-base), color var(--transition-base);background:0 0;border:none;border-radius:8px;padding:7px;display:inline-flex}.frank-budgeting-theme .btn-icon:hover{background:var(--color-canvas);color:var(--color-ink)}.frank-budgeting-theme .btn-icon.on{background:var(--color-accent-soft);color:var(--color-accent)}.frank-budgeting-theme .btn-sm{padding:6px 12px;font-size:.8rem}.frank-budgeting-theme .capacity-bar{background:var(--color-canvas);border-radius:999px;height:10px;position:relative;overflow:visible}.frank-budgeting-theme .capacity-bar-track{border-radius:999px;position:absolute;inset:0;overflow:hidden}.frank-budgeting-theme .capacity-bar-fill{border-radius:999px;height:100%;transition:width .3s}.frank-budgeting-theme .capacity-bar-fill.ok{background:var(--color-green)}.frank-budgeting-theme .capacity-bar-fill.warn{background:var(--color-amber)}.frank-budgeting-theme .capacity-bar-fill.over{background:var(--color-red)}.frank-budgeting-theme .capacity-bar-marker{background:var(--color-ink);opacity:.5;border-radius:1px;width:2px;height:16px;position:absolute;top:-3px}.frank-budgeting-theme .capacity-bar-marker.pace{background:var(--color-accent);opacity:.9;height:18px;top:-4px}.frank-budgeting-theme .capacity-bar-marker.pace:before{content:"";background:var(--color-accent);border-radius:999px;width:6px;height:6px;position:absolute;top:-4px;left:50%;transform:translate(-50%)}.frank-budgeting-theme .pill{border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.76rem;font-weight:600;display:inline-flex}.frank-budgeting-theme .pill-green{background:var(--color-green-soft);color:var(--color-green)}.frank-budgeting-theme .pill-amber{background:var(--color-amber-soft);color:var(--color-amber)}.frank-budgeting-theme .pill-red{background:var(--color-red-soft);color:var(--color-red)}.frank-budgeting-theme .chip{background:var(--color-accent-soft);color:var(--color-accent);border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-size:.72rem;font-weight:500;display:inline-flex}.frank-budgeting-theme .category-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px;display:inline-block}.frank-budgeting-theme .hero-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}@media (width<=900px){.frank-budgeting-theme .hero-grid{grid-template-columns:1fr}}.frank-budgeting-theme .hero-grid .card{transition:box-shadow var(--transition-base), transform var(--transition-base);position:relative;overflow:hidden}.frank-budgeting-theme .hero-grid .card:hover{box-shadow:var(--shadow-card-lg);transform:translateY(-1px)}.frank-budgeting-theme .hero-grid .card:before{content:"";background:var(--gradient-action);height:3px;position:absolute;top:0;left:0;right:0}.frank-budgeting-theme .hero-headline{font-family:var(--font-display);letter-spacing:-.015em;font-variant-numeric:tabular-nums;margin-bottom:4px;font-size:2.35rem;font-weight:700}.frank-budgeting-theme .workspace-overlay{z-index:300;background:var(--color-canvas);overscroll-behavior:contain;position:fixed;inset:0;overflow-y:auto}.frank-budgeting-theme .workspace{max-width:900px;margin:0 auto;padding:28px 44px 64px}.frank-budgeting-theme .workspace-wide{max-width:1500px}.frank-budgeting-theme .workspace-back{color:var(--color-ink-soft);cursor:pointer;border-radius:var(--radius-control);transition:color var(--transition-base);background:0 0;border:none;align-items:center;gap:7px;padding:8px 4px;font-size:.86rem;font-weight:600;display:inline-flex}.frank-budgeting-theme .workspace-back:hover{color:var(--color-ink)}.frank-budgeting-theme .hero-label{color:var(--color-ink-soft);margin-bottom:10px;font-size:.85rem}.frank-budgeting-theme .hero-note{color:var(--color-ink-soft);margin-top:14px;font-size:.8rem}.frank-budgeting-theme .stat-row{gap:28px;margin-top:16px;display:flex}.frank-budgeting-theme .stat-label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-ink-soft);margin-bottom:2px;font-size:.72rem}.frank-budgeting-theme .stat-value{font-family:var(--font-display);font-variant-numeric:tabular-nums;font-size:1.05rem;font-weight:600}.frank-budgeting-theme .footer-stats{border-top:1px solid var(--color-border);gap:28px;margin-top:16px;padding-top:14px;display:flex}.frank-budgeting-theme .hero-trend{height:46px;margin:16px 0 2px;position:relative}.frank-budgeting-theme .hero-card{background:linear-gradient(180deg, var(--color-accent-soft) 0%, var(--color-card) 60%)}.frank-budgeting-theme .hero-runway{grid-template-columns:1.1fr 1.4fr;align-items:center;gap:28px;display:grid}@media (width<=900px){.frank-budgeting-theme .hero-runway{grid-template-columns:1fr}}.frank-budgeting-theme .hero-figure{font-family:var(--font-display);font-variant-numeric:tabular-nums;font-size:3rem;font-weight:700;line-height:1}.frank-budgeting-theme .hero-figure-unit{font-size:1.3rem;font-weight:600}.frank-budgeting-theme .hero-figure.critical{color:var(--color-red)}.frank-budgeting-theme .hero-figure.warn{color:var(--color-amber)}.frank-budgeting-theme .hero-figure.ok{color:var(--color-green)}.frank-budgeting-theme .hero-substats{flex-wrap:wrap;gap:26px;margin-top:14px;display:flex}.frank-budgeting-theme .hero-substat{color:var(--color-ink-soft);font-size:.76rem}.frank-budgeting-theme .hero-substat b{color:var(--color-ink);font-variant-numeric:tabular-nums;margin-top:1px;font-size:.95rem;display:block}.frank-budgeting-theme .vendor-bar-track{background:var(--color-canvas);border-radius:3px;grid-column:1/-1;height:5px;overflow:hidden}.frank-budgeting-theme .vendor-bar-fill{height:100%;transition:width var(--transition-base);border-radius:3px}.frank-budgeting-theme .prop-bar{border-radius:6px;width:100%;height:28px;display:flex;overflow:hidden}.frank-budgeting-theme .prop-seg{box-sizing:border-box;height:100%}.frank-budgeting-theme .prop-legend{flex-wrap:wrap;gap:10px 18px;margin-top:14px;display:flex}.frank-budgeting-theme .prop-legend-item{color:var(--color-ink-soft);align-items:center;gap:6px;font-size:.78rem;display:flex}.frank-budgeting-theme .prop-legend-item b{color:var(--color-ink);font-variant-numeric:tabular-nums}.frank-budgeting-theme .prop-dot{border-radius:3px;flex-shrink:0;width:9px;height:9px}.frank-budgeting-theme .row-list{flex-direction:column;display:flex}.frank-budgeting-theme .row-item{border-bottom:1px solid var(--color-border);transition:background var(--transition-base);border-left:3px solid #0000;border-radius:6px;align-items:center;gap:14px;margin:0 -10px;padding:12px 10px;display:flex}.frank-budgeting-theme .row-item:last-child{border-bottom:none}.frank-budgeting-theme .row-item:hover{background:var(--color-canvas)}.frank-budgeting-theme .row-main{flex:1;min-width:0}.frank-budgeting-theme .row-title{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.frank-budgeting-theme .row-sub{color:var(--color-ink-soft);margin-top:2px;font-size:.78rem}.frank-budgeting-theme .row-amount{white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.92rem;font-weight:600}.frank-budgeting-theme .row-actions{gap:6px;display:flex}.frank-budgeting-theme .tip-group{margin-bottom:14px}.frank-budgeting-theme .tip-group:last-child{margin-bottom:0}.frank-budgeting-theme .tip-group-label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-ink-soft);align-items:center;gap:7px;margin-bottom:8px;font-size:.72rem;font-weight:700;display:flex}.frank-budgeting-theme .sev-dot{border-radius:999px;flex-shrink:0;width:8px;height:8px;display:inline-block}.frank-budgeting-theme .sev-critical{background:var(--color-red)}.frank-budgeting-theme .sev-warn{background:var(--color-amber)}.frank-budgeting-theme .sev-info{background:var(--color-ink-soft)}.frank-budgeting-theme .empty-state{text-align:center;color:var(--color-ink-soft);padding:32px 16px;font-size:.9rem}.frank-budgeting-theme .spend-bar-row{margin-top:20px;margin-bottom:24px}.frank-budgeting-theme .spend-bar-row:first-child{margin-top:0}.frank-budgeting-theme .spend-bar-row:last-child{margin-bottom:0}.frank-budgeting-theme .spend-bar-head{justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.86rem;display:flex}.frank-budgeting-theme .spend-bar-head .label{align-items:center;gap:8px;font-weight:500;display:flex}.frank-budgeting-theme .item-row{border-top:1px solid var(--color-border);align-items:center;gap:12px;padding:12px 0 12px 20px;display:flex}.frank-budgeting-theme .item-row:first-child{border-top:none}.frank-budgeting-theme .row-hover-actions{opacity:0;transition:opacity var(--transition-base);gap:4px;display:flex}.frank-budgeting-theme .item-row:hover .row-hover-actions,.frank-budgeting-theme .accordion-sub-head:hover .row-hover-actions,.frank-budgeting-theme .accordion-head:hover .row-hover-actions,.frank-budgeting-theme .report-table tbody tr:hover .row-hover-actions{opacity:1}.frank-budgeting-theme .row-bell{opacity:0;transition:opacity var(--transition-base);align-items:center;display:flex}.frank-budgeting-theme .accordion-head:hover .row-bell,.frank-budgeting-theme .accordion-head:focus-within .row-bell,.frank-budgeting-theme .row-bell.always-visible{opacity:1}.frank-budgeting-theme .add-affordance{color:var(--color-accent);cursor:pointer;background:0 0;border:none;padding:6px 0;font-size:.82rem;font-weight:500}.frank-budgeting-theme .expenses-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}.frank-budgeting-theme .search-input{flex:1;min-width:200px}.frank-budgeting-theme .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.frank-budgeting-theme .filter-tabs{background:var(--color-canvas);border-radius:var(--radius-control);gap:4px;padding:4px;display:flex}.frank-budgeting-theme .filter-tab{color:var(--color-ink-soft);cursor:pointer;transition:background var(--transition-base), color var(--transition-base);background:0 0;border:none;border-radius:8px;padding:8px 16px;font-size:.84rem;font-weight:600}.frank-budgeting-theme .filter-tab:hover:not(.active){background:var(--color-border);color:var(--color-ink)}.frank-budgeting-theme .filter-tab.active{background:var(--color-card);color:var(--color-ink);box-shadow:0 1px 2px #0000000f}.frank-budgeting-theme .recon-flag-new{background:var(--color-accent-soft)}.frank-budgeting-theme .recon-live-dot{background:var(--color-green);border-radius:50%;width:7px;height:7px;animation:1.6s ease-in-out infinite recon-pulse;display:inline-block}.frank-budgeting-theme .spin{animation:.7s linear recon-spin}.frank-budgeting-theme .field{margin-bottom:16px}.frank-budgeting-theme .field label{color:var(--color-ink-soft);margin-bottom:6px;font-size:.82rem;font-weight:500;display:block}.frank-budgeting-theme .field input[type=text],.frank-budgeting-theme .field input[type=number],.frank-budgeting-theme .field input[type=date],.frank-budgeting-theme .field input[type=month],.frank-budgeting-theme .field input[type=email],.frank-budgeting-theme .field select,.frank-budgeting-theme .field textarea{border-radius:var(--radius-control);border:1px solid var(--color-border);width:100%;color:var(--color-ink);background:var(--color-card);padding:10px 12px;font-family:inherit;font-size:.9rem}.frank-budgeting-theme .field input:focus,.frank-budgeting-theme .field select:focus,.frank-budgeting-theme .field textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-soft);outline:none}.frank-budgeting-theme .field-row{gap:12px;display:flex}.frank-budgeting-theme .field-row>.field{flex:1}.frank-budgeting-theme .overlay{z-index:100;background:#1c1b1f66;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.frank-budgeting-theme .modal{background:var(--color-card);border-radius:var(--radius-card);width:100%;max-width:560px;max-height:90vh;box-shadow:var(--shadow-card);flex-direction:column;display:flex;overflow:hidden}.frank-budgeting-theme .modal-header{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.frank-budgeting-theme .modal-header h2{font-size:1.15rem}.frank-budgeting-theme .modal-body{flex:1;padding:20px 24px;overflow-y:auto}.frank-budgeting-theme .modal-footer{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.frank-budgeting-theme .dropzone{border:1.5px dashed var(--color-border);border-radius:var(--radius-control);text-align:center;cursor:pointer;background:var(--color-canvas);margin-bottom:20px;padding:20px}.frank-budgeting-theme .dropzone:hover{border-color:var(--color-accent)}.frank-budgeting-theme .dropzone-title{margin-bottom:2px;font-size:.9rem;font-weight:500}.frank-budgeting-theme .summary-box{background:var(--color-canvas);border-radius:var(--radius-control);padding:14px 16px;font-size:.86rem;line-height:1.5}.frank-budgeting-theme .picker-helper{color:var(--color-ink-soft);margin-bottom:16px;font-size:.84rem}.frank-budgeting-theme .drawer-overlay{border-left:1px solid var(--color-border);z-index:25;height:100vh;position:sticky;top:0;overflow:hidden}.frank-budgeting-theme .drawer{background:var(--color-card);width:420px;height:100vh;padding:24px;overflow-y:auto}.frank-budgeting-theme .drawer-overlay.float{z-index:200;background:#14214066;border-left:none;justify-content:flex-end;height:100vh;display:flex;position:fixed;inset:0}.frank-budgeting-theme .drawer-overlay.float .drawer{width:100%;max-width:420px;box-shadow:var(--shadow-card)}.frank-budgeting-theme .drawer-head{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.frank-budgeting-theme .drawer-amount{font-family:var(--font-display);font-size:1.8rem;font-weight:700}.frank-budgeting-theme .drawer-amount.credit{color:var(--color-green)}.frank-budgeting-theme .drawer-section{margin-bottom:20px}.frank-budgeting-theme .drawer-label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-ink-soft);margin-bottom:6px;font-size:.72rem}.frank-budgeting-theme .reports-subnav{z-index:5;background:var(--color-canvas);margin-bottom:8px;padding:12px 0;position:sticky;top:0}@media (width>=768px){.frank-budgeting-theme .reports-subnav{top:53px}}.frank-budgeting-theme .reports-section{scroll-margin-top:64px}@media (width>=768px){.frank-budgeting-theme .reports-section{scroll-margin-top:109px}}.frank-budgeting-theme .reports-section+.reports-section{margin-top:20px}.frank-budgeting-theme .kpi-strip{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;display:grid}@media (width<=900px){.frank-budgeting-theme .kpi-strip{grid-template-columns:repeat(2,1fr)}}.frank-budgeting-theme .kpi-card{position:relative}.frank-budgeting-theme .kpi-card-corner{pointer-events:none;position:absolute;bottom:14px;right:14px}.frank-budgeting-theme .kpi-card .kpi-label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-ink-soft);margin-bottom:8px;font-size:.68rem;font-weight:600}.frank-budgeting-theme .kpi-card .kpi-value{font-family:var(--font-display);letter-spacing:-.01em;font-variant-numeric:tabular-nums;font-size:1.55rem;font-weight:700}.frank-budgeting-theme .kpi-strip-wide{grid-template-columns:repeat(5,1fr)}@media (width<=1100px){.frank-budgeting-theme .kpi-strip-wide{grid-template-columns:repeat(2,1fr)}}.frank-budgeting-theme .kpi-strip-narrow{grid-template-columns:repeat(3,1fr)}@media (width<=900px){.frank-budgeting-theme .kpi-strip-narrow{grid-template-columns:1fr}}.frank-budgeting-theme .kpi-card-clickable{text-align:left;cursor:pointer;font:inherit;color:inherit;width:100%;min-width:0;transition:background var(--transition-base), border-color var(--transition-base);border:1px solid #0000;flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex;position:relative}.frank-budgeting-theme .kpi-card-clickable:hover{background:var(--color-canvas)}.frank-budgeting-theme .sparkline{opacity:.85;flex-shrink:0}.frank-budgeting-theme [id^=budgets-category-] h3:has(>button.flex-1){flex:1;min-width:0}.frank-budgeting-theme .modal-wide{max-width:1100px}.frank-budgeting-theme .smart-assist-bar{margin-bottom:14px}.frank-budgeting-theme .smart-assist-form{align-items:center;gap:10px;display:flex}.frank-budgeting-theme .smart-assist-icon{color:var(--color-ink-soft);flex-shrink:0}.frank-budgeting-theme .smart-assist-input{min-width:0;color:var(--color-ink);background:0 0;border:none;flex:1;font-family:inherit;font-size:.88rem}.frank-budgeting-theme .smart-assist-input:focus{outline:none}.frank-budgeting-theme .smart-assist-submit{border-radius:var(--radius-control);background:var(--color-green);color:#fff;cursor:pointer;height:32px;transition:filter var(--transition-base), opacity var(--transition-base);border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0 16px;font-size:.85rem;font-weight:600;display:inline-flex}.frank-budgeting-theme .smart-assist-submit:hover:not(:disabled){filter:brightness(1.05)}.frank-budgeting-theme .smart-assist-submit:disabled{opacity:.4;cursor:default}.frank-budgeting-theme .smart-assist-message{color:var(--color-ink-soft);align-items:center;gap:7px;margin-top:8px;font-size:.82rem;display:flex}.frank-budgeting-theme .smart-assist-message.success{color:var(--color-green)}.frank-budgeting-theme .smart-assist-preview{border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-card);margin-top:10px;padding:14px 16px}.frank-budgeting-theme .smart-assist-preview-head{color:var(--color-ink);margin-bottom:10px;font-size:.85rem}.frank-budgeting-theme .smart-assist-group-label{color:var(--color-ink-soft);margin:10px 0 4px;font-size:.78rem;font-weight:600}.frank-budgeting-theme .smart-assist-diff-table{border-collapse:collapse;width:100%;margin-bottom:4px;font-size:.82rem}.frank-budgeting-theme .smart-assist-diff-table th{text-align:left;color:var(--color-ink-soft);border-bottom:1px solid var(--color-border);padding:4px 6px;font-weight:500}.frank-budgeting-theme .smart-assist-diff-table td{border-bottom:1px solid var(--color-border);padding:4px 6px}.frank-budgeting-theme .smart-assist-old-value{color:var(--color-ink-soft);text-decoration:line-through}.frank-budgeting-theme .smart-assist-arrow{color:var(--color-ink-soft);width:1%}.frank-budgeting-theme .smart-assist-new-value{color:var(--color-accent);font-weight:600}.frank-budgeting-theme .smart-assist-actions{gap:8px;margin-top:10px;display:flex}.frank-budgeting-theme .ask-finance-fab{background:var(--color-accent);color:#fff;cursor:pointer;width:48px;height:48px;box-shadow:var(--shadow-card);z-index:210;transition:filter var(--transition-base), transform var(--transition-base);border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:fixed;bottom:24px;right:24px}.frank-budgeting-theme .ask-finance-fab:hover{filter:brightness(1.05);transform:translateY(-1px)}.frank-budgeting-theme .ask-finance-panel{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-card);width:380px;max-width:calc(100vw - 48px);max-height:min(600px,100vh - 120px);box-shadow:var(--shadow-card);z-index:210;flex-direction:column;display:flex;position:fixed;bottom:84px;right:24px;overflow:hidden}.frank-budgeting-theme .ask-finance-head{border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.frank-budgeting-theme .ask-finance-title{color:var(--color-ink);align-items:center;gap:7px;font-size:.88rem;font-weight:600;display:flex}.frank-budgeting-theme .ask-finance-title svg{color:var(--color-accent)}.frank-budgeting-theme .ask-finance-close{width:26px;height:26px;color:var(--color-ink-soft);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.frank-budgeting-theme .ask-finance-close:hover{background:var(--color-canvas)}.frank-budgeting-theme .ask-finance-body{flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}.frank-budgeting-theme .ask-finance-empty{color:var(--color-ink-soft);font-size:.82rem;line-height:1.5}.frank-budgeting-theme .ask-finance-bubble{border-radius:var(--radius-control);max-width:92%;padding:9px 12px;font-size:.85rem;line-height:1.5}.frank-budgeting-theme .ask-finance-bubble.user{background:var(--color-accent);color:#fff;align-self:flex-end}.frank-budgeting-theme .ask-finance-bubble.assistant{border:1px solid var(--color-border);color:var(--color-ink);background:#f4fbf9;align-self:flex-start}.frank-budgeting-theme .ask-finance-bubble.assistant.muted{color:var(--color-ink-soft)}.frank-budgeting-theme .ask-finance-proposal-label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-accent);margin-bottom:4px;font-size:.7rem;font-weight:700}.frank-budgeting-theme .ask-finance-action-list{color:var(--color-ink-soft);margin:8px 0 0;padding-left:18px;font-size:.82rem}.frank-budgeting-theme .ask-finance-action-list li{margin-bottom:2px}.frank-budgeting-theme .ask-finance-actions{gap:8px;margin-top:10px;display:flex}.frank-budgeting-theme .ask-finance-status{color:var(--color-green);align-items:center;gap:6px;margin-top:8px;font-size:.8rem;display:flex}.frank-budgeting-theme .ask-finance-status.muted{color:var(--color-ink-soft)}.frank-budgeting-theme .ask-finance-spin{animation:.8s linear infinite recon-spin}.frank-budgeting-theme .ask-finance-form{border-top:1px solid var(--color-border);flex-shrink:0;align-items:center;gap:8px;padding:10px 12px;display:flex}.frank-budgeting-theme .ask-finance-input{border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-canvas);min-width:0;color:var(--color-ink);flex:1;padding:8px 12px;font-family:inherit;font-size:.85rem}.frank-budgeting-theme .ask-finance-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-soft);outline:none}.frank-budgeting-theme .ask-finance-submit{background:var(--color-accent);color:#fff;cursor:pointer;width:32px;height:32px;transition:filter var(--transition-base), opacity var(--transition-base);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.frank-budgeting-theme .ask-finance-submit:hover:not(:disabled){filter:brightness(1.05)}.frank-budgeting-theme .ask-finance-submit:disabled{opacity:.4;cursor:default}.frank-budgeting-theme .budget-grid-scroll{max-height:55vh;position:relative;overflow:auto}.frank-budgeting-theme .budget-grid-scroll-tall{max-height:calc(100vh - 300px)}.frank-budgeting-theme .targets-grid-panel{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card);overflow:hidden}.frank-budgeting-theme .budget-grid-table th,.frank-budgeting-theme .budget-grid-table td{white-space:nowrap}.frank-budgeting-theme .report-table.budget-grid-table{border-collapse:separate;border-spacing:0}.frank-budgeting-theme .report-table.budget-grid-table td{padding:7px 4px}.frank-budgeting-theme .budget-grid-table thead th.outline-cell{text-align:left;text-transform:none;letter-spacing:normal;vertical-align:bottom;border-bottom:1px solid var(--color-border);height:22px;padding:0 4px 3px}.frank-budgeting-theme .budget-grid-table thead tr.label-row th.item-col{vertical-align:bottom;color:var(--color-ink);padding-bottom:6px;font-size:.8rem;font-weight:600}.frank-budgeting-theme .budget-grid-table thead tr.label-row th.item-col,.frank-budgeting-theme .budget-grid-table .item-name-cell{max-width:150px}.frank-budgeting-theme .item-name-text{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.frank-budgeting-theme .outline-btn{color:var(--color-ink);cursor:pointer;transition:color var(--transition-base);background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:.8rem;font-weight:600;line-height:1;display:inline-flex}.frank-budgeting-theme .outline-btn:hover{color:var(--color-accent)}.frank-budgeting-theme .outline-chevron{transition:transform var(--transition-base);flex-shrink:0}.frank-budgeting-theme .outline-chevron.collapsed{transform:rotate(-90deg)}.frank-budgeting-theme .budget-grid-cell{padding:4px!important}.frank-budgeting-theme .budget-grid-input{text-align:right;font-variant-numeric:tabular-nums;border:1px solid var(--color-border);background:var(--color-card);width:64px;color:var(--color-ink);transition:border-color var(--transition-base), box-shadow var(--transition-base);border-radius:6px;padding:5px 3px;font-size:.83rem;font-weight:500}.frank-budgeting-theme .budget-grid-input:hover{border-color:color-mix(in srgb, var(--color-ink-soft) 45%, var(--color-border))}.frank-budgeting-theme .budget-grid-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-soft);outline:none}.frank-budgeting-theme .budget-grid-input.dirty{border-color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 8%, var(--color-card))}.frank-budgeting-theme .report-table{border-collapse:collapse;width:100%}.frank-budgeting-theme .report-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--color-ink-soft);border-bottom:1px solid var(--color-border);padding:8px 10px;font-size:.72rem}.frank-budgeting-theme .report-table th.num,.frank-budgeting-theme .report-table td.num{text-align:right;font-variant-numeric:tabular-nums}.frank-budgeting-theme .report-table td{border-bottom:1px solid var(--color-border);padding:10px;font-size:.88rem}.frank-budgeting-theme .report-table thead th{background:var(--color-card);z-index:2;position:sticky;top:0}.frank-budgeting-theme .report-table th:first-child,.frank-budgeting-theme .report-table td:first-child{background:var(--color-card);z-index:1;border-right:1px solid var(--color-border);position:sticky;left:0}.frank-budgeting-theme .report-table thead th:first-child{z-index:3}.frank-budgeting-theme .report-table-scroll{max-height:60vh;position:relative;overflow:auto}.frank-budgeting-theme .report-table tr.category-row{cursor:pointer;font-weight:600}.frank-budgeting-theme .report-table tr.category-row:hover{background:var(--color-canvas)}.frank-budgeting-theme .report-table tr.sub-row td:first-child{color:var(--color-ink-soft);padding-left:30px;font-weight:400}.frank-budgeting-theme .report-table tr.item-row{cursor:pointer}.frank-budgeting-theme .report-table tr.item-row:hover,.frank-budgeting-theme .report-table tr.category-row:hover td:first-child,.frank-budgeting-theme .report-table tr.item-row:hover td:first-child{background:var(--color-canvas)}.frank-budgeting-theme .report-table tr.item-row td:first-child{color:var(--color-ink-soft);padding-left:52px;font-size:.84rem;font-weight:400}.frank-budgeting-theme .gl-microbar{background:var(--color-border);border-radius:2px;height:3px;margin-top:4px;overflow:hidden}.frank-budgeting-theme .gl-microbar-fill{background:var(--color-accent);opacity:.55;height:100%}.frank-budgeting-theme .gl-drilldown-scroll{max-height:520px;padding-right:4px;overflow-y:auto}.frank-budgeting-theme .vendor-list-scroll{max-height:220px;padding-right:4px;overflow-y:auto}.frank-budgeting-theme .gl-cat{margin-bottom:16px}.frank-budgeting-theme .gl-cat:last-child{margin-bottom:0}.frank-budgeting-theme .gl-cat-head{border-bottom:1px solid var(--color-ink);justify-content:space-between;padding:6px 0;font-size:.86rem;font-weight:700;display:flex}.frank-budgeting-theme .gl-sub{border-bottom:1px solid var(--color-border);padding:6px 0 6px 16px;font-size:.82rem}.frank-budgeting-theme .gl-row-top{justify-content:space-between;display:flex}.frank-budgeting-theme .gl-item{color:var(--color-ink-soft);padding:5px 0 5px 34px;font-size:.78rem}.frank-budgeting-theme .gl-item .gl-row-top{align-items:center}.frank-budgeting-theme .gl-item-name{align-items:center;gap:6px;display:flex}.frank-budgeting-theme .drillable{cursor:pointer;border-radius:6px;transition:background .1s}.frank-budgeting-theme .drillable:hover{background:var(--color-canvas)}.frank-budgeting-theme .drill-chevron{color:var(--color-ink-soft);flex-shrink:0;margin-left:2px}.frank-budgeting-theme .drillable:hover .drill-chevron{color:var(--color-accent)}.frank-budgeting-theme .report-table tfoot td{border-bottom:none;border-top:2px solid var(--color-ink);font-weight:700}.frank-budgeting-theme .report-pace{width:100px;display:inline-block}.frank-budgeting-theme .reports-split{grid-template-columns:1fr 1fr;align-items:start;gap:20px;margin-top:20px;margin-bottom:20px;display:grid}@media (width<=900px){.frank-budgeting-theme .reports-split{grid-template-columns:1fr}}.frank-budgeting-theme .reports-card-row{grid-template-columns:1fr 1fr;gap:20px;margin-top:20px;margin-bottom:20px;display:grid}@media (width<=900px){.frank-budgeting-theme .reports-card-row{grid-template-columns:1fr}}.frank-budgeting-theme .share-layout{align-items:center;gap:16px;display:flex}.frank-budgeting-theme .share-legend{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.frank-budgeting-theme .share-legend-row{align-items:center;gap:8px;font-size:.82rem;display:flex}.frank-budgeting-theme .share-legend-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.frank-budgeting-theme .share-legend-pct{color:var(--color-ink-soft);text-align:right;width:34px}.frank-budgeting-theme .share-legend-amount{font-variant-numeric:tabular-nums;text-align:right;width:80px;font-weight:600}.frank-budgeting-theme .settings-grid{grid-template-columns:1fr 1fr;gap:20px;max-width:920px;display:grid}@media (width<=900px){.frank-budgeting-theme .settings-grid{grid-template-columns:1fr}}.frank-budgeting-theme .team-row{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:10px 0;font-size:.88rem;display:flex}.frank-budgeting-theme .team-row:last-child{border-bottom:none}.frank-budgeting-theme .toast-stack{z-index:200;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.frank-budgeting-theme .toast{color:#fff;border-radius:var(--radius-control);box-shadow:var(--shadow-card);background:#142140;max-width:320px;padding:12px 16px;font-size:.85rem}.frank-budgeting-theme .toast.warn{background:var(--color-amber)}.frank-budgeting-theme .drp{position:relative}.frank-budgeting-theme .drp-trigger{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.frank-budgeting-theme .drp-popover{z-index:100;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card);width:620px;max-width:calc(100vw - 32px);padding:18px;position:absolute;top:calc(100% + 8px);right:0}.frank-budgeting-theme .quick-form-popover{width:280px;padding:16px}.frank-budgeting-theme .quick-form-title{color:var(--color-ink-soft);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;font-size:.8rem;font-weight:700}.frank-budgeting-theme .drp-inputs{align-items:center;gap:10px;margin-bottom:16px;display:flex}.frank-budgeting-theme .drp-input-box{flex:1}.frank-budgeting-theme .drp-input-box label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-ink-soft);margin-bottom:4px;font-size:.68rem;font-weight:600;display:block}.frank-budgeting-theme .drp-input-box input{border-radius:var(--radius-control);border:1px solid var(--color-border);width:100%;color:var(--color-ink);background:var(--color-card);padding:8px 10px;font-family:inherit;font-size:.88rem}.frank-budgeting-theme .drp-input-box input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-soft);outline:none}.frank-budgeting-theme .drp-body{border-top:1px solid var(--color-border);gap:18px;padding-top:14px;display:flex}.frank-budgeting-theme .drp-presets{border-right:1px solid var(--color-border);flex-direction:column;flex-shrink:0;gap:2px;width:140px;padding-right:14px;display:flex}.frank-budgeting-theme .drp-preset{text-align:left;border-radius:var(--radius-control);color:var(--color-ink);cursor:pointer;background:0 0;border:none;padding:7px 8px;font-family:inherit;font-size:.85rem}.frank-budgeting-theme .drp-preset:hover{background:var(--color-canvas)}.frank-budgeting-theme .drp-preset.active{background:var(--color-accent-soft);color:var(--color-accent);font-weight:600}.frank-budgeting-theme .drp-calendars{flex:1;min-width:0}.frank-budgeting-theme .drp-cal-nav{justify-content:space-between;margin-bottom:4px;display:flex}.frank-budgeting-theme .drp-calendars-row{gap:20px;display:flex}.frank-budgeting-theme .drp-calendar{flex:1;min-width:0}.frank-budgeting-theme .drp-cal-title{text-align:center;color:var(--color-ink);margin-bottom:8px;font-size:.85rem;font-weight:600}.frank-budgeting-theme .drp-weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:4px;display:grid}.frank-budgeting-theme .drp-weekdays span{text-align:center;color:var(--color-ink-soft);font-size:.68rem}.frank-budgeting-theme .drp-days{grid-template-columns:repeat(7,1fr);row-gap:2px;display:grid}.frank-budgeting-theme .drp-day{aspect-ratio:1;color:var(--color-ink);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;font-size:.8rem;display:flex;position:relative}.frank-budgeting-theme .drp-day-blank{cursor:default}.frank-budgeting-theme .drp-day:hover:not(.drp-day-blank){background:var(--color-canvas)}.frank-budgeting-theme .drp-day-in-range{background:var(--color-accent-soft);border-radius:0}.frank-budgeting-theme .drp-day-selected{background:var(--color-accent);color:#fff;font-weight:600}.frank-budgeting-theme .drp-day-today:not(.drp-day-selected):after{content:"";background:var(--color-accent);border-radius:50%;width:4px;height:4px;position:absolute;bottom:4px}.frank-budgeting-theme .drp-footer{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-top:14px;padding-top:14px;display:flex}.frank-budgeting-theme .drp-summary{color:var(--color-ink-soft);font-size:.82rem}.frank-budgeting-theme .export-menu-popover{flex-direction:column;gap:4px;min-width:300px;padding:8px;display:flex}.frank-budgeting-theme .import-menu-popover{flex-direction:column;gap:4px;width:auto;min-width:0;padding:8px;display:flex}.frank-budgeting-theme .import-menu-popover .export-menu-item-title{white-space:nowrap}.frank-budgeting-theme .notify-menu-popover{flex-direction:column;gap:2px;width:260px;max-height:280px;padding:6px;display:flex;overflow-y:auto}.frank-budgeting-theme .export-menu-item{text-align:left;border-radius:var(--radius-control);cursor:pointer;background:0 0;border:none;align-items:flex-start;gap:10px;width:100%;padding:10px;display:flex}.frank-budgeting-theme .export-menu-item:hover{background:var(--color-canvas)}.frank-budgeting-theme .export-menu-item-title{color:var(--color-ink);font-size:.88rem;font-weight:600}.frank-budgeting-theme .export-menu-item-sub{color:var(--color-ink-soft);margin-top:2px;font-size:.76rem}.frank-budgeting-theme .export-menu-item-active{background:var(--color-accent-soft)}.frank-budgeting-theme .export-menu-item-active .export-menu-item-title{color:var(--color-accent);font-weight:700}.frank-budgeting-theme .dept-ring-mini{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:20px;right:20px}.frank-budgeting-theme .dept-ring-mini-center{background:var(--color-card);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.62rem;font-weight:700;display:flex}.frank-budgeting-theme .ov-list{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card);overflow:hidden}.frank-budgeting-theme .ov-row{border-top:1px solid var(--color-border);align-items:center;gap:16px;padding:16px 20px;display:flex}.frank-budgeting-theme .ov-row:first-child{border-top:none}.frank-budgeting-theme .ov-row-name{min-width:0;font:inherit;color:inherit;text-align:left;cursor:pointer;border-radius:var(--radius-control);transition:background var(--transition-base);background:0 0;border:none;flex:1;align-items:center;gap:10px;margin:-6px;padding:6px;display:flex}.frank-budgeting-theme .ov-row-name:hover{background:var(--color-canvas)}.frank-budgeting-theme .ov-row-name:hover .ov-row-chevron{transform:translate(2px)}.frank-budgeting-theme .ov-row-name-text{font-size:.96rem;font-weight:700}.frank-budgeting-theme .ov-row-chevron{color:var(--color-ink-soft);transition:transform var(--transition-base);flex-shrink:0}.frank-budgeting-theme .target-group{flex-shrink:0;align-items:center;gap:12px;display:flex}.frank-budgeting-theme .target-label-col{flex-direction:column;align-items:flex-end;gap:5px;display:flex}.frank-budgeting-theme .target-label{letter-spacing:.03em;text-transform:uppercase;color:var(--color-ink-soft);font-size:.62rem;font-weight:700}.frank-budgeting-theme .target-input{text-align:right;font-variant-numeric:tabular-nums;border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-card);width:140px;color:var(--color-ink);transition:border-color var(--transition-base);padding:8px 11px;font-size:.95rem;font-weight:700}.frank-budgeting-theme .target-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-soft);outline:none}.frank-budgeting-theme .target-input.unset{color:var(--color-ink-soft);border-style:dashed;font-weight:500}.frank-budgeting-theme .progress-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card);margin-bottom:18px;padding:20px 24px}.frank-budgeting-theme .progress-figs{color:var(--color-ink);font-size:.9rem;font-weight:600}.frank-budgeting-theme .progress-note{color:var(--color-ink-soft);margin-top:9px;font-size:.78rem}.frank-budgeting-theme .targets-grid-panel{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card);margin-bottom:18px;overflow:hidden}.frank-budgeting-theme .year-head{cursor:pointer}.frank-budgeting-theme .year-head:hover{background:var(--color-canvas)}.frank-budgeting-theme .budget-grid-table thead th.quarter-open-head{background:var(--color-accent-soft);border-left:3px solid var(--color-canvas);border-right:3px solid var(--color-canvas);border-radius:8px}.frank-budgeting-theme .open-col{background:var(--color-card)}.frank-budgeting-theme .q-expand-btn{background:var(--color-card);cursor:pointer;width:18px;height:18px;color:var(--color-ink-soft);border:none;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.frank-budgeting-theme .q-expand-btn:hover{background:var(--color-canvas);color:var(--color-ink)}.frank-budgeting-theme .month-cell{position:relative}.frank-budgeting-theme .budget-grid-table thead th.month-head-cell{text-align:left;text-transform:uppercase;letter-spacing:.03em;height:22px;color:var(--color-ink-soft);vertical-align:bottom;border-bottom:1px solid var(--color-border);padding:0 4px 3px;font-size:.68rem;font-weight:700}.frank-budgeting-theme .month-head-btn{color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer;transition:color var(--transition-base);background:0 0;border:none;align-items:center;gap:2px;padding:0;display:inline-flex}.frank-budgeting-theme .month-head-btn:hover{color:var(--color-accent)}.frank-budgeting-theme .month-head-btn .outline-chevron{width:11px;height:11px}.frank-budgeting-theme .month-fixed-value{box-sizing:border-box;text-align:right;font-variant-numeric:tabular-nums;width:74px;color:var(--color-ink);background:var(--color-amber-soft);cursor:pointer;transition:border-color var(--transition-base), background var(--transition-base);border:1px solid #0000;border-radius:6px;padding:5px 8px;font-size:.83rem;font-weight:500}.frank-budgeting-theme .month-fixed-value:hover,.frank-budgeting-theme .month-fixed-value:focus-visible{border-color:var(--color-border);outline:none}.frank-budgeting-theme .quarter-total-cell{font-variant-numeric:tabular-nums;color:var(--color-ink);font-weight:600}.frank-budgeting-theme .locked-value{background:var(--color-amber-soft);cursor:pointer;transition:border-color var(--transition-base), background var(--transition-base);border:1px solid #0000;border-radius:6px;padding:2px 5px;display:inline-block}.frank-budgeting-theme .locked-value:hover,.frank-budgeting-theme .locked-value:focus-visible{border-color:var(--color-border);outline:none}.frank-budgeting-theme .one-time-btn{cursor:pointer;color:var(--color-border);background:0 0;border:none;padding:2px;display:inline-flex;position:absolute;top:3px;right:3px}.frank-budgeting-theme .one-time-btn:hover{color:var(--color-ink-soft)}.frank-budgeting-theme .one-time-btn.on{color:#7c5cbf}.frank-budgeting-theme .budget-grid-input.one-time{border-color:#7c5cbf}.frank-budgeting-theme .budget-grid-input.estimate{border-style:dashed}.frank-budgeting-theme .smart-panel{border:1px solid var(--color-accent);border-radius:var(--radius-card);background:#f4fbf9;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:18px;padding:16px 20px;display:flex}.frank-budgeting-theme .smart-panel-icon{background:var(--color-accent-soft);width:34px;height:34px;color:var(--color-accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.frank-budgeting-theme .smart-panel-text{min-width:220px;color:var(--color-ink);flex:1;font-size:.84rem;line-height:1.5}.frank-budgeting-theme .status-chip{color:var(--color-green);background:var(--color-green-soft);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:7px 13px;font-size:.8rem;font-weight:600;display:inline-flex}.frank-budgeting-theme .digest-overlay{z-index:300;background:#14214066;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.frank-budgeting-theme .digest-modal{background:var(--color-card);width:100%;max-width:680px;box-shadow:var(--shadow-card-lg);border-radius:16px;flex-direction:column;max-height:88vh;display:flex;overflow:hidden}.frank-budgeting-theme .digest-chrome{background:var(--color-canvas);border-bottom:1px solid var(--color-border);color:var(--color-ink-soft);flex-shrink:0;padding:14px 24px;font-size:.78rem}.frank-budgeting-theme .digest-chrome b{color:var(--color-ink)}.frank-budgeting-theme .digest-body{flex:1;min-height:0;padding:28px 30px 6px;overflow-y:auto}.frank-budgeting-theme .digest-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);font-size:.68rem;font-weight:700}.frank-budgeting-theme .digest-headline{font-family:var(--font-display);margin-top:3px;font-size:1.5rem;font-weight:700}.frank-budgeting-theme .digest-meta{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);flex-wrap:wrap;gap:24px;margin-top:14px;padding:12px 0;display:flex}.frank-budgeting-theme .digest-meta div{flex-direction:column;gap:2px;display:flex}.frank-budgeting-theme .digest-meta span{text-transform:uppercase;letter-spacing:.05em;color:var(--color-ink-soft);font-size:.64rem;font-weight:600}.frank-budgeting-theme .digest-meta b{color:var(--color-ink);font-variant-numeric:tabular-nums;font-size:.86rem}.frank-budgeting-theme .digest-summary{background:var(--color-canvas);border-left:3px solid var(--color-accent);color:var(--color-ink);border-radius:0 8px 8px 0;margin:18px 0 22px;padding:14px 18px;font-size:.87rem;line-height:1.6}.frank-budgeting-theme .digest-summary b{color:var(--color-ink);font-weight:700}.frank-budgeting-theme .digest-table{border-collapse:collapse;width:100%;margin:0 0 24px;font-size:.83rem}.frank-budgeting-theme .digest-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--color-ink-soft);padding:0 0 7px;font-size:.66rem;font-weight:600}.frank-budgeting-theme .digest-table th.num,.frank-budgeting-theme .digest-table td.num{text-align:right}.frank-budgeting-theme .digest-table td{border-top:1px solid var(--color-border);font-variant-numeric:tabular-nums;color:var(--color-ink);padding:8px 0}.frank-budgeting-theme .digest-table td.num{font-weight:700}.frank-budgeting-theme .digest-table td.note{text-align:right;color:var(--color-ink-soft);white-space:nowrap;font-size:.74rem;font-weight:400}.frank-budgeting-theme .digest-section{margin:0 0 24px}.frank-budgeting-theme .digest-section-head{border-bottom:1px solid var(--color-border);align-items:baseline;gap:9px;margin-bottom:11px;padding-bottom:7px;display:flex}.frank-budgeting-theme .digest-section-num{font-family:var(--font-display);color:var(--color-accent);flex-shrink:0;font-size:.74rem;font-weight:700}.frank-budgeting-theme .digest-section-title{font-family:var(--font-display);color:var(--color-ink);font-size:.95rem;font-weight:700}.frank-budgeting-theme .digest-section p{color:var(--color-ink-soft);margin:0 0 10px;font-size:.84rem;line-height:1.6}.frank-budgeting-theme .digest-section p b{color:var(--color-ink);font-weight:600}.frank-budgeting-theme .digest-section p:last-child{margin-bottom:0}.frank-budgeting-theme .digest-inline-stats{flex-wrap:wrap;gap:22px;margin:12px 0 0;display:flex}.frank-budgeting-theme .digest-inline-stat{color:var(--color-ink-soft);font-size:.76rem}.frank-budgeting-theme .digest-inline-stat b{font-family:var(--font-display);color:var(--color-ink);font-variant-numeric:tabular-nums;font-size:1.05rem;font-weight:700;display:block}.frank-budgeting-theme .digest-list{margin:0;padding-left:0;list-style:none}.frank-budgeting-theme .digest-list li{border-top:1px solid var(--color-border);gap:9px;padding:8px 0;font-size:.82rem;line-height:1.45;display:flex}.frank-budgeting-theme .digest-list li:first-child{border-top:none}.frank-budgeting-theme .digest-list .sev-dot{flex-shrink:0;margin-top:5px}.frank-budgeting-theme .digest-list-title{color:var(--color-ink);font-weight:600}.frank-budgeting-theme .digest-list-detail{color:var(--color-ink-soft);margin-top:1px;font-size:.79rem}.frank-budgeting-theme .digest-more{color:var(--color-accent);margin-top:10px;font-size:.78rem;font-weight:600;display:block}.frank-budgeting-theme .digest-closing{color:var(--color-ink-soft);border-top:1px solid var(--color-border);margin-top:2px;padding-top:14px;font-size:.76rem;line-height:1.5}.frank-budgeting-theme .digest-foot{border-top:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:16px 26px;display:flex}.frank-budgeting-theme .toggle{flex-shrink:0;width:38px;height:22px;display:inline-block;position:relative}.frank-budgeting-theme .toggle input{opacity:0;width:0;height:0}.frank-budgeting-theme .toggle-track{background:var(--color-border);transition:background var(--transition-base);cursor:pointer;border-radius:999px;position:absolute;inset:0}.frank-budgeting-theme .toggle-track:before{content:"";background:var(--color-card);width:16px;height:16px;transition:transform var(--transition-base);border-radius:999px;position:absolute;top:3px;left:3px}.frank-budgeting-theme .toggle input:checked+.toggle-track{background:var(--color-accent)}.frank-budgeting-theme .toggle input:checked+.toggle-track:before{transform:translate(16px)}.frank-budgeting-theme .digest-subscribe{align-items:center;gap:10px;font-size:.82rem;display:flex}@keyframes recon-pulse{0%,to{opacity:1}50%{opacity:.25}}@keyframes recon-spin{to{transform:rotate(360deg)}}:root{--fc-sticky-header-footer-z:3;--fc-popover-z:4}.fc-nH{z-index:var(--fc-popover-z)!important}.fc-7s{isolation:isolate}.fc-wa,.fc-wa *,.fc-wa :before,.fc-wa :after{box-sizing:border-box!important}.fc-4m,.fc-4m *{cursor:not-allowed!important}.fc-eM{-ms-overflow-style:none!important;scrollbar-width:none!important}.fc-eM::-webkit-scrollbar{display:none!important}.fc-Qo{flex-shrink:0!important}.fc-fi .fc-fl{flex-flow:wrap!important;display:flex!important}.fc-Jf .fc-fl>*{float:left!important}[dir=rtl] .fc-Jf .fc-fl>*,.fc-Jf[dir=rtl] .fc-fl>*{float:right!important}.fc-Jf .fc-fl:after{content:""!important;clear:both!important;display:block!important}.fc-DP{cursor:pointer!important}.fc-An{cursor:n-resize!important}.fc-lZ{cursor:s-resize!important}.fc-9V{cursor:w-resize!important}[dir=rtl] .fc-9V,.fc-70{cursor:e-resize!important}[dir=rtl] .fc-70{cursor:w-resize!important}.fc-gQ{cursor:col-resize!important}.fc-mN,.fc-2d,.fc-B0{box-sizing:content-box!important;width:100%!important;height:100%!important;position:absolute!important}.fc-mN{margin:-10px!important;padding:10px!important}.fc-2d{margin-left:-10px!important;margin-right:-10px!important;padding-left:10px!important;padding-right:10px!important}.fc-B0{margin-top:-10px!important;margin-bottom:-10px!important;padding-top:10px!important;padding-bottom:10px!important}.fc-Z1{position:absolute;inset:0 -5px}.fc-1Y{-webkit-user-select:none;user-select:none}.fc-a9{visibility:hidden}.fc-Tu{border:0!important}.fc-hU{border-bottom:0!important;border-left:0!important;border-right:0!important}.fc-3e{border-top:0!important;border-left:0!important;border-right:0!important}.fc-PB,.fc-II{border-top:0!important;border-bottom:0!important}.fc-PB{border-inline-end:0!important}.fc-II{border-inline-start:0!important}.fc-MQ{border-left:0!important;border-right:0!important}.fc-Vo{border-top:0!important;border-bottom:0!important}.fc-2l{border-inline-start:1px solid #0000!important}.fc-Ao{flex-direction:row!important;display:flex!important}.fc-HH{flex-direction:column!important;display:flex!important}.fc-GV{flex-grow:1!important}.fc-g2{flex-grow:1!important;flex-basis:0!important;min-width:0!important;min-height:0!important}.fc-Ot{min-height:0!important}.fc-hp{flex-grow:1!important;flex-basis:0!important;min-width:0!important}.fc-fi .fc-uD,.fc-fi .fc-jM{flex-direction:column!important;display:flex!important}.fc-OJ{padding:0!important}.fc-oE{margin:0!important}.fc-V3{margin-top:0!important;margin-bottom:0!important}.fc-SS{margin-left:0!important;margin-right:0!important}.fc-y2{white-space:nowrap!important}.fc-CN{white-space:pre!important}.fc-gZ{overflow-anchor:none}.fc-FA{overflow:hidden!important}.fc-7T{white-space:nowrap!important;overflow:hidden!important}.fc-cc{position:relative!important}.fc-H0{position:absolute!important}.fc-6t{inset-inline-start:0!important}.fc-ct{position:absolute!important;inset:0!important}.fc-iv,.fc-Uu{position:absolute!important;left:0!important;right:0!important}.fc-7k,.fc-Yw{position:absolute!important;top:0!important;bottom:0!important}.fc-iv{top:0!important}.fc-Yw{width:0!important;left:0!important;right:0!important}@media not print{.fc-Ip{position:sticky!important}.fc-CS{position:sticky!important;top:0!important}.fc-tT{position:sticky!important;inset-inline-start:0!important}.fc-hy{z-index:var(--fc-sticky-header-footer-z)!important;position:sticky!important;top:0!important}}.fc-Np{box-sizing:content-box!important}.fc-aP{position:absolute!important;left:-10000px!important}.fc-6H{align-items:center!important}.fc-K8{align-items:flex-start!important}.fc-E3{align-items:flex-end!important}.fc-Px{z-index:var(--fc-sticky-header-footer-z)!important;position:sticky!important;bottom:0!important}.fc-J4>*{margin-top:-1px!important}.fc-J4>*>*{height:1px!important}.fc-Jf .fc-Yi{-moz-column-break-inside:avoid!important;break-inside:avoid!important}.fc-Jf .fc-uD{table-layout:fixed!important;border-spacing:0!important;border-collapse:separate!important;width:100%!important;display:table!important}.fc-Jf .fc-jM{-moz-column-break-inside:avoid!important;break-inside:avoid!important;z-index:9999!important;background:#fff!important;display:table-header-group!important;position:relative!important}.fc-fx{min-height:6em!important}.fc-BS{z-index:0}.fc-iu{z-index:1}.fc-Bk:focus-visible{z-index:2}.fc-classic-n5m{--fc-classic-border-style:solid;font-size:16px;line-height:1.5}.fc-classic-Z9U{appearance:button;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border:0;border-radius:0;margin:0;padding:0}.fc-classic-JiE{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}.fc-classic-3Lc{pointer-events:none}.fc-classic-1EY{position:absolute}.fc-classic-eYX{position:relative}.fc-classic-OUe{position:sticky}.fc-classic-MaV{inset-inline:0}.fc-classic-AWB{inset-block:0}.fc-classic-11a{inset-inline-start:-4px}.fc-classic-rbS{inset-inline-start:0}.fc-classic-bEw{inset-inline-end:-4px}.fc-classic-2w8{inset-inline-end:2px}.fc-classic-dnf{inset-inline-end:-3px}.fc-classic-YDC{top:-4px}.fc-classic-n9G{top:0}.fc-classic-2ik{top:2px}.fc-classic-ERR{top:50%}.fc-classic-fJL{bottom:-4px}.fc-classic-jGI{bottom:0}.fc-classic-1V6{left:50%}.fc-classic-88I{order:-1}.fc-classic-gMS{margin:4px}.fc-classic-bvX{margin:8px}.fc-classic-jD5{margin:16px}.fc-classic-J04{margin-inline:-5px}.fc-classic-cKZ{margin-inline:2px}.fc-classic-rVY{margin-inline:4px}.fc-classic-fn8{margin-inline:8px}.fc-classic-148{margin-inline:1px}.fc-classic-cJ3{margin-block:2px}.fc-classic-V9v{margin-block:4px}.fc-classic-2tF{margin-block:8px}.fc-classic-Jzj{margin-inline-start:2px}.fc-classic-Mde{margin-inline-start:8px}.fc-classic-qvL{margin-inline-start:1px}.fc-classic-kp0{margin-inline-end:-4px}.fc-classic-3e1{margin-inline-end:2px}.fc-classic-B3G{margin-inline-end:2.5%}.fc-classic-9hC{margin-inline-end:1px}.fc-classic-Dq8{margin-top:-4px}.fc-classic-a10{margin-top:-5px}.fc-classic-Ika{margin-bottom:1px}.fc-classic-nHS{margin-bottom:-1px}.fc-classic-F99{margin-left:-4px}.fc-classic-eF2{display:contents}.fc-classic-I48{display:block}.fc-classic-dl1{display:flex}.fc-classic-i3N{display:grid}.fc-classic-pps{display:none}.fc-classic-3wQ{width:8px;height:8px}.fc-classic-vnf{width:16px;height:16px}.fc-classic-XUJ{width:20px;height:20px}.fc-classic-uuA{height:8px}.fc-classic-zrJ{height:12px}.fc-classic-84e{min-height:2px}.fc-classic-mhE{min-height:12px}.fc-classic-toR{min-height:1px}.fc-classic-roZ{width:50%}.fc-classic-hza{width:8px}.fc-classic-4Tv{width:5px}.fc-classic-kMV{max-width:200px}.fc-classic-2KU{min-width:0}.fc-classic-aNc{min-width:220px}.fc-classic-yi0{flex-shrink:0}.fc-classic-1Zl{flex-shrink:1}.fc-classic-OLq{flex-shrink:100}.fc-classic-1El{flex-grow:1}.fc-classic-jmT{rotate:180deg}.fc-classic-sgX{flex-direction:column}.fc-classic-1sP{flex-direction:row}.fc-classic-dNl{flex-wrap:wrap}.fc-classic-XpK{align-items:center}.fc-classic-N2M{justify-content:space-between}.fc-classic-E9P{justify-content:center}.fc-classic-LMv{justify-content:flex-end}.fc-classic-aTF{gap:2px}.fc-classic-NWN{gap:4px}.fc-classic-wwb{gap:12px}.fc-classic-yth{gap:20px}.fc-classic-sI7{align-self:flex-start}.fc-classic-pKG{overflow:hidden}.fc-classic-Ig4{border-radius:4px}.fc-classic-AAA{border-radius:2147483647px}.fc-classic-Fvv{border-radius:4px}.fc-classic-kmj{border-start-start-radius:4px;border-end-start-radius:4px}.fc-classic-Skl{border-start-end-radius:4px;border-end-end-radius:4px}.fc-classic-C2g{border-end-end-radius:4px}.fc-classic-Z7Q{border-top-left-radius:4px;border-top-right-radius:4px}.fc-classic-2qh{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.fc-classic-wsy{border-style:var(--fc-classic-border-style);border-width:1px}.fc-classic-5JF{border-style:var(--fc-classic-border-style);border-width:4px}.fc-classic-yDA{border-style:var(--fc-classic-border-style);border-width:5px}.fc-classic-Mjo{border-style:var(--fc-classic-border-style);border-width:calc(var(--fc-classic-small-dot-width) / 2)}.fc-classic-GOm{border-style:var(--fc-classic-border-style);border-width:calc(var(--fc-classic-large-dot-width) / 2)}.fc-classic-1Wx{border-inline-style:var(--fc-classic-border-style);border-inline-width:1px}.fc-classic-ybF{border-inline-style:var(--fc-classic-border-style);border-inline-width:5px}.fc-classic-JIC{border-block-style:var(--fc-classic-border-style);border-block-width:1px}.fc-classic-XM3{border-block-style:var(--fc-classic-border-style);border-block-width:5px}.fc-classic-3J4{border-inline-start-style:var(--fc-classic-border-style);border-inline-start-width:1px}.fc-classic-hhi{border-inline-start-style:var(--fc-classic-border-style);border-inline-start-width:5px}.fc-classic-jIH{border-inline-start-style:var(--fc-classic-border-style);border-inline-start-width:6px}.fc-classic-USt{border-inline-end-style:var(--fc-classic-border-style);border-inline-end-width:1px}.fc-classic-Bda{border-inline-end-style:var(--fc-classic-border-style);border-inline-end-width:5px}.fc-classic-ku3{border-top-style:var(--fc-classic-border-style);border-top-width:1px}.fc-classic-bLA{border-top-style:var(--fc-classic-border-style);border-top-width:6px}.fc-classic-zi1{border-bottom-style:var(--fc-classic-border-style);border-bottom-width:1px}.fc-classic-TN2{--fc-classic-border-style:dotted;border-style:dotted}.fc-classic-C1x{border-color:var(--fc-classic-border)}.fc-classic-sYT{border-color:var(--fc-classic-now)}.fc-classic-0Pr{border-color:var(--fc-classic-primary)}.fc-classic-vXO{border-color:var(--fc-classic-button-border)}.fc-classic-rQI{border-color:var(--fc-classic-button-strong-border)}.fc-classic-C0k{border-color:var(--fc-classic-strong-border)}.fc-classic-lNM{border-color:var(--fc-event-color)}.fc-classic-d0j{border-color:#0000}.fc-classic-Pqk{border-inline-color:#0000}.fc-classic-rif{border-block-color:#0000}.fc-classic-0qY{border-inline-start-color:var(--fc-classic-now)}.fc-classic-LaM{border-inline-start-color:#000}.fc-classic-5JV{border-inline-end-color:#000}.fc-classic-1Aa{border-top-color:var(--fc-classic-now)}.fc-classic-Jk3{background-color:var(--fc-classic-background)}.fc-classic-iYS{background-color:var(--fc-classic-faint)}.fc-classic-hLU{background-color:var(--fc-classic-highlight)}.fc-classic-k3f{background-color:var(--fc-classic-muted)}.fc-classic-YjJ{background-color:var(--fc-event-color)}@media not print{@supports (color:color-mix(in lab, red, red)){.fc-classic-hsC{background-color:color-mix(in oklab, var(--fc-event-color) var(--fc-classic-background-event-opacity), transparent)}}@supports not (color:color-mix(in lab, red, red)){.fc-classic-hsC{isolation:isolate;position:relative}.fc-classic-hsC:before{content:"";background-color:var(--fc-event-color);opacity:var(--fc-classic-background-event-opacity);z-index:-1;position:absolute;inset:0}}}.fc-classic-JWq{background-color:var(--fc-classic-button)}.fc-classic-Adi{background-color:var(--fc-classic-button-strong)}.fc-classic-KUX{padding:2px}.fc-classic-XJa{padding:6px}.fc-classic-3N5{padding:8px}.fc-classic-7A6{padding:1px}.fc-classic-oQ2{padding-inline:2px}.fc-classic-Eaq{padding-inline:10px}.fc-classic-Apf{padding-inline:12px}.fc-classic-F1o{padding-inline:1px}.fc-classic-2rx{padding-block:2px}.fc-classic-Jhn{padding-block:4px}.fc-classic-End{padding-block:6px}.fc-classic-dl6{padding-block:8px}.fc-classic-P9h{padding-block:60px}.fc-classic-z5u{padding-block:1px}.fc-classic-a7i{padding-inline-start:2px}.fc-classic-166{padding-top:2px}.fc-classic-8ub{padding-bottom:2px}.fc-classic-cM0{padding-bottom:16px}.fc-classic-HXA{text-align:center}.fc-classic-2HE{text-align:end}.fc-classic-AVD{font-size:24px;line-height:1.33333}.fc-classic-vQz{font-size:11px;line-height:1.09091}.fc-classic-1Po{font-size:16px;line-height:1.5}.fc-classic-9yp{font-size:14px;line-height:1.42857}.fc-classic-a3B{font-size:12px;line-height:1.33333}.fc-classic-DIS{font-weight:700}.fc-classic-IPx{text-overflow:ellipsis}.fc-classic-TZ4{white-space:nowrap}.fc-classic-jm6{white-space:pre}.fc-classic-taq{color:var(--fc-classic-faint-foreground)}.fc-classic-m9h{color:var(--fc-classic-muted-foreground)}.fc-classic-GAX{color:var(--fc-classic-foreground)}.fc-classic-RnT{color:var(--fc-classic-button-foreground)}.fc-classic-i9F{color:var(--fc-event-contrast-color)}.fc-classic-L1Y{font-style:italic}.fc-classic-lMo{opacity:.5}.fc-classic-Q3Z{opacity:.65}.fc-classic-iTG{opacity:.75}.fc-classic-MGT{opacity:var(--fc-classic-background-event-foreground-opacity)}.fc-classic-1kP{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.fc-classic-tkw{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.fc-classic-qNs{box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.fc-classic-A3h{box-shadow:0 0 0 1px var(--fc-classic-ring-color,currentcolor)}.fc-classic-yKG{--fc-classic-ring-color:var(--fc-classic-background)}.fc-classic-2R2{outline-width:1px;outline-style:solid}.fc-classic-0Bj{outline-width:2px;outline-style:solid}.fc-classic-fFh{outline-offset:-2px}.fc-classic-3Xj{outline-offset:2px}.fc-classic-lYz{outline-color:var(--fc-classic-button-outline)}.fc-classic-zIi{outline-color:var(--fc-classic-primary)}.fc-classic-SDU{background:linear-gradient(var(--fc-classic-muted), var(--fc-classic-muted))var(--fc-classic-background)}.fc-classic-BaR{background:linear-gradient(var(--fc-classic-strong), var(--fc-classic-strong))var(--fc-classic-background)}.fc-classic-mAY:not(:is(:where(.fc-classic-bCs):hover *)){opacity:.65}@media not all and (hover:hover){.fc-classic-mAY{opacity:.65}}@media not print{.fc-classic-hbn{background-color:var(--fc-classic-today)}}@media (hover:hover){.fc-classic-vs6:is(:where(.fc-classic-bCs):hover *){display:block}.fc-classic-Ogp:is(:where(.fc-classic-bCs):hover *){text-decoration-line:underline}}.fc-classic-uk6:first-child{border-start-start-radius:4px;border-end-start-radius:4px}.fc-classic-Tuc:last-child{border-start-end-radius:4px;border-end-end-radius:4px}@media (hover:hover){.fc-classic-bqK:hover{border-color:var(--fc-classic-button-strong-border)}.fc-classic-9Rj:hover{background-color:var(--fc-classic-button-strong)}.fc-classic-Ubk:hover{background-color:var(--fc-classic-faint)}.fc-classic-4yP:hover{background-color:var(--fc-classic-muted)}.fc-classic-Eu0:hover{text-decoration-line:underline}}.fc-classic-OIx:focus-visible{background-color:var(--fc-classic-faint)}.fc-classic-tCP:focus-visible{background-color:var(--fc-classic-muted)}.fc-classic-uqo:focus-visible{outline-width:2px;outline-style:solid}.fc-classic-sOR:focus-visible{outline-width:3px;outline-style:solid}.fc-classic-aIH:active{border-color:var(--fc-classic-button-strong-border)}.fc-classic-5ky:active{background-color:var(--fc-classic-button-strong)}.fc-classic-28F:active{background-color:var(--fc-classic-muted)}.fc-classic-8gz:active{background-color:var(--fc-classic-strong)}@media print{.fc-classic-jsy{border-width:1px}.fc-classic-nQ5{border-color:var(--fc-classic-button-strong-border)}.fc-classic-DO7{border-color:var(--fc-event-color)}.fc-classic-4MR{border-color:#000}.fc-classic-vwH{background-color:#fff}.fc-classic-cfp{color:#000}}[dir=rtl] .fc-classic-jY6{rotate:none}[dir=rtl] .fc-classic-asP{rotate:180deg}:root{--fc-classic-button:#334155;--fc-classic-button-border:#334155;--fc-classic-button-strong:#1e293b;--fc-classic-button-strong-border:#0f172a;--fc-classic-button-outline:#47556980;--fc-classic-button-foreground:#fff;--fc-classic-primary:#3788d8;--fc-classic-primary-foreground:#fff;--fc-classic-event:var(--fc-classic-primary);--fc-classic-event-contrast:var(--fc-classic-primary-foreground);--fc-classic-background-event:#22c55e;--fc-classic-background-event-opacity:15%;--fc-classic-background-event-foreground-opacity:50%;--fc-classic-highlight:#cffafe66;--fc-classic-today:#facc1526;--fc-classic-now:#ef4444;--fc-classic-small-dot-width:8px;--fc-classic-large-dot-width:10px;--fc-classic-background:#fff;--fc-classic-faint:#0000000a;--fc-classic-muted:#00000014;--fc-classic-strong:#00000024;--fc-classic-foreground:#030712;--fc-classic-faint-foreground:#9ca3af;--fc-classic-muted-foreground:#6b7280;--fc-classic-border:#ddd;--fc-classic-strong-border:#9ca3af}@media not print{[data-color-scheme=dark]{--fc-classic-highlight:#3b82f633;--fc-classic-today:#fef08a1a;--fc-classic-background:#030712;--fc-classic-faint:#ffffff0a;--fc-classic-muted:#ffffff14;--fc-classic-strong:#ffffff24;--fc-classic-foreground:#fff;--fc-classic-faint-foreground:#4b5563;--fc-classic-muted-foreground:#9ca3af;--fc-classic-border:#1f2937;--fc-classic-strong-border:#374151}}
