:root{--color-sage:#8b7fe8;--color-sage-dark:#6a5cd1;--color-sage-light:#eae7fb;--color-blue:#4f8ef7;--color-blue-dark:#3d6fd6;--color-blue-light:#e7effe;--color-cream:#f5f6fb;--color-cream-dark:#e9ebf5;--color-cream-light:#fff;--color-coral:#e08d4b;--color-coral-dark:#c2703d;--color-coral-light:#fdecdd;--color-pink:#d6598a;--color-pink-dark:#b8447a;--color-pink-light:#fbe3ed;--color-teal:#4bc0c2;--color-teal-dark:#359a9c;--color-teal-light:#dff5f5;--color-positive:#22c55e;--color-positive-dark:#16a34a;--color-positive-light:#e7f9ee;--color-ink:#1b1e2b;--color-muted:#8a8fa6;--color-grid:#e9ebf5;--color-brand:var(--color-blue);--color-brand-dark:var(--color-blue-dark);--color-brand-light:var(--color-blue-light);--radius-sm:10px;--radius-md:18px;--radius-lg:26px;--shadow-soft:0 2px 8px #1f29520f, 0 10px 24px #1f29520f;--shadow-lift:0 4px 12px #1f295214, 0 16px 32px #1f29521a;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}.recharts-wrapper svg:focus,.recharts-surface:focus{outline:none}body{font-family:var(--font-body);color:var(--color-ink);background:var(--color-cream);margin:0;overflow-x:hidden}button,input{font-family:inherit}h1,h2,h3,h4{margin:0 0 .5em;font-weight:700}h4{color:var(--color-brand-dark);font-size:1rem}.gh-app{z-index:1;min-height:100vh;position:relative}.gh-bg-decor{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.gh-bg-decor-item{transform:rotate(var(--gh-rot,0deg));animation-name:gh-float;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate;position:absolute}@keyframes gh-float{0%{transform:rotate(var(--gh-rot,0deg)) translateY(0)}to{transform:rotate(var(--gh-rot,0deg)) translateY(-16px)}}@media (prefers-reduced-motion:reduce){.gh-bg-decor-item{animation:none}}.gh-header{padding:24px 32px 12px}.gh-header-title{align-items:center;gap:10px;display:flex}.gh-header h1{color:var(--color-sage-dark);font-size:1.8rem}.gh-tabs{gap:12px;margin-top:12px;display:flex}.gh-tab{border-radius:var(--radius-lg);background:var(--color-cream-light);box-shadow:var(--shadow-soft);cursor:pointer;color:var(--color-muted);border:none;align-items:center;gap:8px;padding:10px 18px;font-size:.95rem;transition:transform .15s,box-shadow .15s;display:flex}.gh-tab:hover{box-shadow:var(--shadow-lift);transform:translateY(-1px)}.gh-tab-active{background:var(--color-sage-light);color:var(--color-sage-dark);font-weight:700}main{padding:12px 32px 48px}.gh-page{flex-direction:column;gap:24px;max-width:1000px;margin:0 auto;display:flex}.gh-page--teal{--color-brand:var(--color-teal);--color-brand-dark:var(--color-teal-dark);--color-brand-light:var(--color-teal-light)}.gh-page--orange{--color-brand:var(--color-coral);--color-brand-dark:var(--color-coral-dark);--color-brand-light:var(--color-coral-light)}.gh-page--purple{--color-brand:var(--color-sage);--color-brand-dark:var(--color-sage-dark);--color-brand-light:var(--color-sage-light)}.gh-page--pink{--color-brand:var(--color-pink);--color-brand-dark:var(--color-pink-dark);--color-brand-light:var(--color-pink-light)}.gh-card{background:var(--color-cream-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:24px}.gh-card-header{align-items:center;gap:10px;margin-bottom:16px;display:flex}.gh-card-header h2{color:var(--color-brand-dark);font-size:1.2rem}.gh-card-icon{color:var(--color-brand-dark);display:flex}.gh-inputs-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.gh-field{color:var(--color-muted);flex-direction:column;gap:6px;font-size:.85rem;display:flex}.gh-preset-block{background:var(--color-cream-light);border-radius:var(--radius-md);margin:20px 0;padding:14px 16px}.gh-preset-label{letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted);margin-bottom:10px;font-size:.72rem;font-weight:700;display:block}.gh-preset-buttons{flex-wrap:wrap;gap:6px;display:flex}.gh-preset-buttons .gh-btn{padding:5px 10px;font-size:.78rem}.gh-settings-session-actions{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}input[type=text],input[type=number],input[type=password],input[type=file]{border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-sm);background:var(--color-cream-light);color:var(--color-ink);padding:10px 14px;font-size:.95rem}input[type=text]:focus,input[type=number]:focus,input[type=password]:focus{border-color:var(--color-brand);outline:none}select{border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-sm);background-color:var(--color-cream-light);color:var(--color-ink);appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' fill='none' stroke='%238a8fa6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:11px 7px;padding:10px 34px 10px 14px;font-family:inherit;font-size:.95rem}select:focus{border-color:var(--color-brand);outline:none}input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-brand);cursor:pointer}.gh-save-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;display:flex}.gh-save-row input{flex:1;min-width:0}.gh-btn{border-radius:var(--radius-lg);cursor:pointer;box-shadow:var(--shadow-soft);border:none;padding:10px 20px;font-size:.9rem;font-weight:700;transition:transform .15s,box-shadow .15s}.gh-btn:hover:not(:disabled){box-shadow:var(--shadow-lift);transform:translateY(-1px)}.gh-btn:disabled{opacity:.5;cursor:not-allowed}.gh-btn-primary{background:var(--color-brand);color:#fff}.gh-btn-ghost{background:var(--color-brand-light);color:var(--color-brand-dark);box-shadow:none}.gh-link-btn{color:var(--color-brand-dark);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;text-decoration:underline}.gh-link-btn.gh-category-link{color:var(--color-ink)}.gh-scenario-list{flex-direction:column;gap:8px;margin:0 0 16px;padding:0;list-style:none;display:flex}.gh-scenario-item{background:var(--color-cream);border-radius:var(--radius-md);justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.gh-scenario-checkbox,.gh-checkbox-label{align-items:center;gap:10px;display:flex}.gh-checkbox-label{color:var(--color-muted);margin-bottom:12px;font-size:.9rem}.gh-upload-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.gh-file-picker{background:var(--color-cream-light);border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-lg);flex:1;align-items:center;gap:12px;min-width:260px;padding:6px 6px 6px 16px;display:flex}.gh-file-input-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.gh-file-picker-label{flex-shrink:0;margin:0;padding:8px 18px}.gh-file-picker-label-disabled{opacity:.5;pointer-events:none}.gh-file-picker-name{color:var(--color-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.gh-scenario-actions{gap:8px;display:flex}.gh-empty,.gh-muted{color:var(--color-muted);font-size:.9rem}.gh-month-group{margin-bottom:14px}.gh-collapsible{margin-bottom:10px}.gh-collapsible-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:8px 2px;font-family:inherit;display:flex}.gh-collapsible-chevron{color:var(--color-brand-dark);flex-shrink:0;font-size:.8rem;transition:transform .15s}.gh-collapsible-open .gh-collapsible-chevron{transform:rotate(90deg)}.gh-collapsible-label{color:var(--color-ink);font-weight:600}.gh-collapsible-body{margin-top:6px}.gh-month-header{border-radius:var(--radius-md);background:var(--color-cream);width:100%;box-shadow:var(--shadow-soft);cursor:pointer;text-align:left;border:none;align-items:center;gap:12px;padding:14px 18px;font-family:inherit;transition:background .15s,transform .15s;display:flex}.gh-month-header:hover{background:var(--color-cream-dark);transform:translateY(-1px)}.gh-month-chevron{color:var(--color-brand-dark);flex-shrink:0;font-size:.8rem;transition:transform .15s}.gh-month-open .gh-month-chevron{transform:rotate(90deg)}.gh-month-label{color:var(--color-brand-dark);flex:1;font-weight:700}.gh-month-total{color:var(--color-muted);font-size:.9rem}.gh-month-group .gh-preview-table-wrap{margin-top:10px}.gh-month-group-nested{margin-bottom:10px;margin-left:22px}.gh-month-group-nested .gh-month-header{box-shadow:none;background:var(--color-cream-light);padding:10px 16px}.gh-year-group{margin-bottom:14px}.gh-year-header{border-radius:var(--radius-md);background:var(--color-brand);width:100%;box-shadow:var(--shadow-soft);cursor:pointer;text-align:left;border:none;align-items:center;gap:12px;padding:16px 20px;font-family:inherit;transition:background .15s,transform .15s;display:flex}.gh-year-header:hover{background:var(--color-brand-dark);transform:translateY(-1px)}.gh-year-header .gh-month-chevron{color:var(--color-cream-light)}.gh-year-open .gh-month-chevron{transform:rotate(90deg)}.gh-year-header .gh-month-label{color:#fff;font-size:1.05rem}.gh-year-header .gh-month-total{color:var(--color-cream-light)}.gh-year-body{margin-top:10px}.gh-filter-row{flex-wrap:wrap;gap:12px;margin-bottom:12px;display:flex}.gh-filter-row input[type=text]{flex:1;min-width:200px}.gh-pie-row{flex-wrap:wrap;gap:24px;display:flex}.gh-pie-col{text-align:center;flex:1;min-width:340px}.gh-pie-title{margin-bottom:0}.gh-donut-total{fill:var(--color-coral-dark);font-size:1.3rem;font-weight:700}.gh-error{color:var(--color-coral-dark);background:var(--color-coral-light);border-radius:var(--radius-sm);padding:8px 14px;font-size:.9rem}.gh-warning{color:var(--color-coral-dark);font-size:.85rem}.gh-preview-table-wrap{border-radius:var(--radius-md);overflow-x:auto}.gh-table{border-collapse:collapse;width:100%;font-size:.9rem}.gh-preview-table-wrap .gh-table{width:auto}.gh-preview-table-wrap .gh-budget-table,.gh-preview-table-wrap .gh-phases-table{width:100%}.gh-table th{text-align:left;color:var(--color-muted);border-bottom:2px solid var(--color-cream-dark);padding:10px 12px}.gh-table td{border-bottom:1px solid var(--color-cream-dark);padding:8px 12px}.gh-table td input{background:0 0;border:1.5px solid #0000;width:100%;padding:4px 8px}.gh-table td input:hover,.gh-table td input:focus{border-color:var(--color-cream-dark);background:var(--color-cream-light)}.gh-table td input[type=checkbox]{width:18px;height:18px}.gh-budget-table{table-layout:fixed}.gh-phases-table{table-layout:fixed;min-width:700px}.gh-budget-table th:nth-child(2),.gh-budget-table th:nth-child(3),.gh-budget-table th:nth-child(4),.gh-budget-table th:nth-child(5),.gh-budget-table td:nth-child(2),.gh-budget-table td:nth-child(3),.gh-budget-table td:nth-child(4),.gh-budget-table td:nth-child(5),.gh-budget-table td:nth-child(2) input,.gh-budget-table td:nth-child(3) input{text-align:right}.gh-budget-table th:nth-child(6),.gh-budget-table td:nth-child(6){text-align:center}.gh-budget-table input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.gh-budget-table input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gh-budget-table input[type=number]{-moz-appearance:textfield}.gh-budget-table th:first-child,.gh-budget-table td:first-child{white-space:nowrap}.gh-budget-table th,.gh-budget-table td{vertical-align:middle}.gh-budget-table td{padding:10px 12px}.gh-budget-table td input{font-size:inherit}.gh-amount-negative{color:var(--color-coral-dark)}.gh-amount-positive{color:var(--color-positive-dark)}.gh-badge{border-radius:var(--radius-lg);background:var(--color-brand-light);color:var(--color-brand-dark);padding:4px 10px;font-size:.8rem;display:inline-block}.gh-badge-over{background:var(--color-coral-light);color:var(--color-coral-dark)}.gh-row-duplicate{background:var(--color-coral-light)}.gh-badge-under{background:var(--color-positive-light);color:var(--color-positive-dark)}.gh-row-actions{white-space:nowrap;gap:6px;display:flex}.gh-vacation-year-header{justify-content:space-between;align-items:baseline;margin-top:20px;margin-bottom:8px;display:flex}.gh-vacation-year-header h3{margin:0}.gh-vacation-year-total{color:var(--color-muted);font-weight:600}.gh-vacation-cards{flex-direction:column;gap:10px;display:flex}.gh-vacation-card{border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-md);padding:12px 14px}.gh-vacation-card-header{align-items:center;gap:8px;margin-bottom:10px;display:flex}.gh-vacation-card-header input{background:0 0;border:none;flex:1;padding:2px 0;font-weight:700}.gh-vacation-card-grid{grid-template-columns:1fr 1fr;gap:8px 16px;margin-bottom:10px;display:grid}.gh-vacation-card-item{justify-content:space-between;font-size:.86rem;display:flex}.gh-vacation-card-label{color:var(--color-muted)}.gh-vacation-card-total{border-top:1px solid var(--color-cream-dark);justify-content:space-between;padding-top:8px;font-size:.95rem;display:flex}.gh-merchant-drilldown{background:var(--color-cream-light);border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-md);margin-top:12px;padding:12px 16px}.gh-merchant-drilldown-full{margin-top:20px}.gh-merchant-drilldown-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.gh-merchant-drilldown-header h4{margin:0}.gh-merchant-list{margin:0;padding:0;list-style:none}.gh-merchant-list li{border-bottom:1px solid var(--color-cream-dark);justify-content:space-between;gap:12px;padding:6px 0;display:flex}.gh-merchant-list li:last-child{border-bottom:none}.gh-budget-summary{background:var(--color-cream-light);border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-md);align-items:stretch;gap:24px;margin:16px 0;padding:14px 20px;display:flex}.gh-budget-summary-section{flex:1;justify-content:space-between;gap:12px;display:flex}.gh-budget-summary-item{flex-direction:column;gap:2px;display:flex}.gh-budget-summary-divider{background:var(--color-cream-dark);align-self:stretch;width:1.5px}.gh-budget-summary-label{color:var(--color-muted);font-size:.8rem}.gh-budget-summary-value{color:var(--color-ink);font-size:1.3rem;font-weight:700}.gh-budget-summary-value.gh-amount-positive{color:var(--color-positive-dark)}.gh-budget-summary-value.gh-amount-negative{color:var(--color-coral-dark)}.gh-budget-chart-box{background:var(--color-cream-light);border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-md);margin:16px 0;padding:16px 20px}.gh-budget-chart-box h3{margin:0 0 12px}.gh-budget-overview-values{border-top:1px solid var(--color-cream-dark);grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:4px 16px;margin-top:14px;padding-top:12px;display:grid}.gh-budget-overview-value-row{justify-content:space-between;gap:8px;padding:3px 0;font-size:.86rem;display:flex}.gh-budget-overview-value-category{color:var(--color-muted)}.gh-chart-tooltip{background:var(--color-cream-light);border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-sm);box-shadow:var(--shadow-soft);padding:8px 12px;font-size:.85rem}.gh-chart-tooltip-label{color:var(--color-ink);margin-bottom:4px;font-weight:700}.gh-chart-tooltip-row{color:var(--color-muted);justify-content:space-between;gap:16px;display:flex}.gh-budget-group-header td{text-transform:uppercase;letter-spacing:.03em;border-bottom:none;padding:10px 12px;font-size:.8rem;font-weight:700}.gh-budget-group-header--fixed td{background:var(--color-teal-light);color:var(--color-teal-dark)}.gh-budget-group-header--flexible td{background:var(--color-coral-light);color:var(--color-coral-dark)}.gh-budget-group-header--non-monthly td{background:var(--color-pink-light);color:var(--color-pink-dark)}.gh-budget-group-header--neutral td{background:var(--color-cream-dark);color:var(--color-muted)}.gh-budget-add-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:14px;display:flex}.gh-icon-btn{background:var(--color-cream);border-radius:var(--radius-sm);cursor:pointer;color:var(--color-muted);border:none;padding:6px 10px;font-size:.8rem}.gh-icon-btn:hover{background:var(--color-cream-dark)}.gh-preview-actions{gap:12px;margin-top:16px;display:flex}.gh-modal-backdrop{z-index:50;background:#4a403866;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.gh-modal{background:var(--color-cream-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-lift);width:min(500px,90vw);max-height:90vh;padding:28px;overflow-y:auto}.gh-modal-wide{width:min(720px,92vw)}.gh-split-row{grid-template-columns:1.2fr .8fr 1fr auto;gap:8px;margin-bottom:8px;display:grid}.gh-net-worth-total{background:var(--color-brand-light);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding:16px 20px;display:flex}.gh-net-worth-figure{color:var(--color-brand-dark);font-size:2rem;font-weight:700}.gh-composition-hint{color:var(--color-muted);margin-bottom:6px;font-size:.78rem}.gh-composition-bar{border-radius:var(--radius-lg);width:100%;height:32px;box-shadow:var(--shadow-soft);margin-bottom:20px;display:flex;overflow:hidden}.gh-composition-segment{cursor:pointer;border:none;min-width:2px;height:100%;padding:0;transition:filter .15s;position:relative}.gh-composition-segment:hover{filter:brightness(1.08)}.gh-composition-tooltip{background:var(--color-ink);color:var(--color-cream-light);border-radius:var(--radius-sm);white-space:nowrap;z-index:5;pointer-events:none;padding:6px 10px;font-size:.8rem;display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.gh-composition-segment:hover .gh-composition-tooltip{display:block}.gh-composition-selected{background:var(--color-cream-light);border:1.5px solid var(--color-cream-dark);border-radius:var(--radius-md);align-items:center;gap:8px;margin:-12px 0 20px;padding:8px 12px;font-size:.9rem;display:flex}.gh-composition-selected-swatch{border-radius:50%;flex-shrink:0;width:10px;height:10px}.gh-composition-selected-name{flex:1;font-weight:600}.gh-balance-log-row{align-items:center;gap:6px;display:flex}.gh-balance-log-row input[type=date]{padding:8px 10px;font-size:.85rem}.gh-balance-log-row input[type=number]{width:100px;padding:8px 10px;font-size:.85rem}.gh-trend-header{justify-content:space-between;align-items:center;margin-top:24px;margin-bottom:8px;display:flex}.gh-trend-header h3{color:var(--color-brand-dark);font-size:1rem}.gh-toggle-group{background:var(--color-cream);border-radius:var(--radius-lg);gap:4px;padding:4px;display:flex}.gh-toggle{border-radius:var(--radius-lg);cursor:pointer;color:var(--color-muted);background:0 0;border:none;padding:6px 16px;font-size:.85rem}.gh-toggle-active{background:var(--color-brand);color:#fff;font-weight:700}@media (width<=480px){.gh-page{gap:16px}.gh-card,.gh-budget-chart-box{padding:16px}.gh-card-header h2{font-size:1.05rem}.gh-budget-summary{flex-direction:column;gap:14px;padding:14px}.gh-budget-summary-section{flex-wrap:wrap;row-gap:10px}.gh-budget-summary-item{flex:28%;min-width:84px}.gh-budget-summary-divider{display:none}.gh-budget-summary-value{font-size:1.1rem}.gh-split-row{grid-template-columns:1fr}.gh-pie-row{flex-direction:column}.gh-pie-col{min-width:0}.gh-donut-total{font-size:1rem}.gh-merchant-drilldown{padding:12px}.gh-balance-log-row input[type=date]{width:118px}.gh-balance-log-row input[type=number]{width:72px}.gh-table th,.gh-table td{padding:7px 8px;font-size:.82rem}.gh-table td input,.gh-table td select{font-size:.82rem}.gh-col-note{display:none}.gh-preview-table-wrap .gh-budget-table{min-width:480px}.gh-budget-cell-merged{flex-direction:column;gap:2px;display:flex}.gh-budget-cell-sub{color:var(--color-muted);font-size:.72rem}}body{background-image:radial-gradient(circle at 12% 8%, var(--color-sage-light) 0%, transparent 40%), radial-gradient(circle at 85% 15%, var(--color-blue-light) 0%, transparent 45%), radial-gradient(circle at 30% 90%, var(--color-coral-light) 0%, transparent 40%), radial-gradient(circle at 90% 85%, var(--color-cream-dark) 0%, transparent 35%);background-color:var(--color-cream);background-attachment:fixed}.gh-card{position:relative;overflow:hidden}.gh-card:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 100% 0%, var(--color-sage-light) 0%, transparent 55%);opacity:.35;position:absolute;inset:0}.gh-card-body,.gh-card-header{z-index:1;position:relative}.gh-tab-active{background-image:radial-gradient(circle at 20% 20%, var(--color-sage-light), var(--color-sage-light) 60%)}:root{--fd-primary:#5b6ef0;--fd-primary-dark:#4353d6;--fd-primary-light:#eaecfd;--fd-blue:#4f8ef7;--fd-purple:#8b7fe8;--fd-purple-dark:#6a5cd1;--fd-purple-light:#eae7fb;--fd-orange:#e08d4b;--fd-orange-dark:#c2703d;--fd-orange-light:#fdecdd;--fd-pink:#d6598a;--fd-pink-dark:#b8447a;--fd-pink-light:#fbe3ed;--fd-teal:#4bc0c2;--fd-teal-dark:#359a9c;--fd-teal-light:#dff5f5;--fd-gradient:linear-gradient(135deg, #5b6ef0 0%, #8b7fe8 100%);--fd-bg:#f5f6fb;--fd-surface:#fff;--fd-border:#e9ebf5;--fd-ink:#1b1e2b;--fd-muted:#8a8fa6;--fd-positive:#16a34a;--fd-positive-light:#e7f9ee;--fd-negative:var(--fd-orange-dark);--fd-negative-light:var(--fd-orange-light);--fd-radius-sm:10px;--fd-radius-md:16px;--fd-radius-lg:22px;--fd-shadow:0 4px 20px #1f29520f;--fd-shadow-lift:0 8px 28px #1f29521a;--fd-font:-apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", Roboto, Helvetica, Arial, sans-serif}.fd-auth-shell{background:var(--fd-bg);min-height:100vh;font-family:var(--fd-font);justify-content:center;align-items:center;padding:24px;display:flex}.fd-auth-card{width:100%;max-width:360px}.fd-auth-card .gh-link-btn{text-align:center;width:100%;margin-top:16px;display:block}.fd-shell{background:var(--fd-bg);min-height:100vh;font-family:var(--fd-font);color:var(--fd-ink);display:flex}.fd-sidebar{background:var(--fd-surface);border-right:1px solid var(--fd-border);flex-direction:column;flex-shrink:0;gap:28px;width:240px;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.fd-sidebar-brand{border-radius:var(--fd-radius-md);align-items:center;gap:10px;margin:-24px -16px 0;padding:20px 16px;display:flex}.fd-sidebar-brand-name{letter-spacing:-.01em;color:#fff;font-size:1.05rem;font-weight:700}.fd-sidebar-account{border-top:1px solid var(--fd-border);flex-direction:column;gap:6px;margin-top:auto;padding:12px 8px 0;display:flex}.fd-sidebar-account-email{color:var(--fd-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.fd-mobile-topbar{display:none}.fd-fab{background:var(--fd-gradient);color:#fff;cursor:pointer;z-index:15;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.8rem;line-height:1;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 16px #1f295240}.fd-nav{flex-direction:column;gap:4px;display:flex}.fd-nav-item{border-radius:var(--fd-radius-sm);color:var(--fd-muted);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:10px 12px;font-family:inherit;font-size:.92rem;transition:background .15s,color .15s;display:flex}.fd-nav-item:hover{background:var(--fd-bg);color:var(--fd-ink)}.fd-nav-item-active{font-weight:600}.fd-nav-item-active--blue{background:var(--fd-primary-light);color:var(--fd-primary-dark)}.fd-nav-item-active--teal{background:var(--fd-teal-light);color:var(--fd-teal-dark)}.fd-nav-item-active--orange{background:var(--fd-orange-light);color:var(--fd-orange-dark)}.fd-nav-item-active--purple{background:var(--fd-purple-light);color:var(--fd-purple-dark)}.fd-nav-item-active--pink{background:var(--fd-pink-light);color:var(--fd-pink-dark)}.fd-nav-item svg{flex-shrink:0}.fd-nav-item-label-mobile{display:none}.fd-main{flex:1;min-width:0;padding:32px 40px 56px}.fd-page{flex-direction:column;gap:24px;max-width:1100px;margin:0 auto;display:flex}.fd-page-loading{text-align:center;color:var(--fd-muted);padding:40px 0;font-size:.92rem}.fd-error-fallback{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;display:flex}.fd-topbar{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:4px;display:flex}.fd-topbar--no-title{justify-content:flex-start}.fd-topbar h1{color:var(--fd-ink);margin:0;font-size:1.5rem;font-weight:700}.fd-topbar-subtitle{color:var(--fd-muted);font-size:.92rem}.fd-card{background:var(--fd-surface);border:1px solid var(--fd-border);border-radius:var(--fd-radius-lg);box-shadow:var(--fd-shadow);padding:24px}.fd-card-header{justify-content:flex-start;align-items:center;gap:12px;margin-bottom:18px;display:flex}.fd-card-header h2{color:var(--fd-primary-dark);margin:0;font-size:1.05rem;font-weight:700}.fd-stat-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.fd-stat-card{background:var(--fd-surface);border:1px solid var(--fd-border);border-radius:var(--fd-radius-md);box-shadow:var(--fd-shadow);flex-direction:column;gap:12px;padding:18px 20px;display:flex}.fd-stat-icon{border-radius:var(--fd-radius-sm);background:var(--fd-primary-light);width:38px;height:38px;color:var(--fd-primary-dark);justify-content:center;align-items:center;display:flex}.fd-stat-icon-positive{background:var(--fd-positive-light);color:var(--fd-positive)}.fd-stat-icon-negative{background:var(--fd-negative-light);color:var(--fd-negative)}.fd-stat-icon-teal{background:var(--fd-teal-light);color:var(--fd-teal-dark)}.fd-stat-label{color:var(--fd-muted);font-size:.85rem}.fd-stat-value{color:var(--fd-ink);letter-spacing:-.01em;font-size:1.5rem;font-weight:700}.fd-stat-value-positive{color:var(--fd-positive)}.fd-stat-value-negative{color:var(--fd-negative)}.fd-stat-value-teal{color:var(--fd-teal-dark)}.fd-stat-caption{color:var(--fd-muted);opacity:.8;font-size:.72rem}.fd-select{border:1px solid var(--fd-border);border-radius:var(--fd-radius-sm);background-color:var(--fd-surface);color:var(--fd-ink);appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' fill='none' stroke='%238a8fa6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:11px 7px;padding:9px 32px 9px 14px;font-family:inherit;font-size:.88rem}.fd-select:focus{border-color:var(--fd-primary);outline:none}.fd-toggle-group{background:var(--fd-bg);border-radius:var(--fd-radius-sm);gap:4px;padding:3px;display:flex}.fd-toggle{color:var(--fd-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 14px;font-family:inherit;font-size:.82rem}.fd-toggle-active{background:var(--fd-surface);color:var(--fd-ink);box-shadow:var(--fd-shadow);font-weight:600}.fd-hero{background:var(--fd-gradient);border-radius:var(--fd-radius-lg);color:#fff;padding:22px 24px}.fd-hero-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.fd-hero-icon-btn{border-radius:var(--fd-radius-sm);color:#fff;cursor:pointer;background:#ffffff2e;border:none;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.fd-hero-icon-btn:hover{background:#ffffff4d}.fd-hero-label{opacity:.85;font-size:.85rem}.fd-hero-value{letter-spacing:-.01em;margin-top:4px;font-size:2rem;font-weight:700}@media (width<=860px){.fd-shell{flex-direction:column}.fd-sidebar{z-index:20;width:100%;height:auto;padding:6px 4px calc(6px + env(safe-area-inset-bottom));border-right:none;border-top:1px solid var(--fd-border);flex-direction:row;align-items:stretch;gap:0;position:fixed;inset:auto 0 0;box-shadow:0 -2px 12px #1f29520f}.fd-sidebar-brand,.fd-sidebar-account{display:none}.fd-mobile-topbar{z-index:20;padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top));border-radius:var(--fd-radius-md);justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.fd-mobile-topbar-settings{color:#fff;cursor:pointer;background:#ffffff38;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.fd-fab{bottom:calc(96px + env(safe-area-inset-bottom))}.fd-nav{flex-direction:row;flex:1;gap:0}.fd-nav-item{text-align:center;border-radius:var(--fd-radius-sm);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:6px 2px;font-size:.66rem}.fd-nav-item-label{display:none}.fd-nav-item-label-mobile{line-height:1.1;display:block}.fd-main{padding:20px 20px calc(84px + env(safe-area-inset-bottom))}.fd-topbar{flex-wrap:wrap}}@media (width<=480px){.fd-main{padding:14px 12px calc(84px + env(safe-area-inset-bottom))}.fd-page{gap:16px}.fd-card,.fd-stat-card{padding:16px}.fd-hero{padding:18px}.fd-hero-value{font-size:1.6rem}.fd-stat-grid{grid-template-columns:repeat(2,1fr);gap:10px}.fd-stat-card{flex-direction:row;align-items:center;gap:10px;padding:12px}.fd-stat-icon{flex-shrink:0;width:30px;height:30px}.fd-stat-icon svg{width:16px;height:16px}.fd-stat-text{flex:1;min-width:0}.fd-stat-label{font-size:.72rem}.fd-stat-value{font-size:1.1rem}.fd-stat-caption{font-size:.65rem}}:root[data-theme=dark]{--fd-bg:#14161f;--fd-surface:#1e212e;--fd-border:#2c3040;--fd-ink:#eef0fa;--fd-muted:#9298b3;--fd-primary-light:#5b6ef02e;--fd-purple-light:#8b7fe82e;--fd-orange-light:#e08d4b33;--fd-pink-light:#d6598a33;--fd-teal-light:#4bc0c22e;--fd-positive-light:#22c55e2e;--fd-negative-light:var(--fd-orange-light);--fd-shadow:0 4px 20px #00000059;--fd-shadow-lift:0 8px 28px #00000073;--color-sage-light:#8b7fe82e;--color-blue-light:#4f8ef72e;--color-cream:#14161f;--color-cream-dark:#2c3040;--color-cream-light:#1e212e;--color-coral-light:#e08d4b33;--color-pink-light:#d6598a33;--color-teal-light:#4bc0c22e;--color-positive-light:#22c55e2e;--color-ink:#eef0fa;--color-muted:#9298b3;--color-grid:#2c3040;--shadow-soft:0 2px 8px #0000004d, 0 10px 24px #0000004d;--shadow-lift:0 4px 12px #00000059, 0 16px 32px #0006}:root[data-theme=dark] body{background-image:none}:root[data-theme=dark] .recharts-default-tooltip{background-color:var(--fd-surface)!important;border-color:var(--fd-border)!important;color:var(--fd-ink)!important}:root[data-theme=dark] .recharts-tooltip-item,:root[data-theme=dark] .recharts-tooltip-item-name,:root[data-theme=dark] .recharts-tooltip-label{color:var(--fd-ink)!important}.tour-backdrop{z-index:9998;background:#0a0b1299;position:fixed;inset:0}.tour-target-highlight{outline:3px solid var(--tour-ring-color,var(--fd-primary));outline-offset:3px;box-shadow:0 0 0 6px var(--tour-glow-color,#5b6ef040);border-radius:12px;z-index:9999!important;position:relative!important}.tour-card{z-index:10000;background:var(--fd-surface);border-radius:var(--fd-radius-md);box-shadow:var(--fd-shadow-lift);padding:18px 20px;position:fixed}.tour-card--centered{width:calc(100% - 48px);max-width:340px;top:50%;left:50%;transform:translate(-50%,-50%)}.tour-card--bottom{bottom:16px;left:16px;right:16px;bottom:calc(16px + env(safe-area-inset-bottom));width:auto;max-width:400px;margin:0 auto}.tour-card h3{color:var(--fd-ink);margin:0 0 6px;font-size:1.05rem}.tour-card p{margin:0 0 14px;font-size:.9rem}.tour-step-count{color:var(--fd-muted);font-size:.75rem;margin-bottom:4px!important}.tour-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.tour-actions-right{gap:8px;display:flex}
