.debug-workbench{z-index:120;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#322c2329;position:fixed;inset:0}.debug-workbench__dialog{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:linear-gradient(#fffcf6d1,#fcf7f0b8),radial-gradient(circle at 100% 0,#35708826,#0000 32%),radial-gradient(circle at 0 0,#4c7b3b1f,#0000 34%);border:1px solid #495c6c2e;border-radius:28px;width:min(880px,100vw - 32px);max-height:min(88vh,920px);position:fixed;overflow:hidden;box-shadow:0 32px 80px #3d312238}.debug-workbench__header,.debug-workbench__title-row,.debug-workbench__card-header,.debug-workbench__token-shell,.debug-workbench__activity-item,.debug-workbench__drag-handle,.debug-workbench__title-copy{align-items:center;display:flex}.debug-workbench__header,.debug-workbench__title-row,.debug-workbench__tabs,.debug-workbench__body{padding-left:clamp(18px,2vw,24px);padding-right:clamp(18px,2vw,24px)}.debug-workbench__header{justify-content:space-between;padding-top:14px;padding-bottom:6px}.debug-workbench__drag-handle{min-height:36px;color:var(--muted);cursor:grab;touch-action:none;background:#ffffff70;border:1px dashed #54687633;border-radius:999px;gap:8px;padding:8px 12px}.debug-workbench__drag-handle:active{cursor:grabbing}.debug-workbench__drag-handle span{font-size:.84rem}.debug-workbench__close{flex-shrink:0}.debug-workbench__title-row{justify-content:space-between;gap:16px;padding-bottom:18px}.debug-workbench__title-copy{align-items:flex-start;gap:14px}.debug-workbench__title-copy .badge{align-items:center;gap:6px;display:inline-flex}.debug-workbench__title-copy h2{font-family:var(--font-display);letter-spacing:-.03em;margin:0 0 6px;font-size:clamp(1.5rem,2vw,2rem);line-height:1.02}.debug-workbench__title-copy p,.debug-workbench__intro p,.debug-workbench__hint{color:var(--muted);margin:0}.debug-workbench__meta-pill,.debug-workbench__status-pill{letter-spacing:.02em;background:#ffffff80;border:1px solid #495c6c2e;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:8px 12px;font-size:.82rem;font-weight:700;display:inline-flex}.debug-workbench__status-pill--success{color:var(--positive)}.debug-workbench__status-pill--warning{color:var(--warning)}.debug-workbench__tabs{gap:10px;padding-bottom:18px;display:flex}.debug-workbench__tab{color:var(--muted);letter-spacing:.02em;background:#fff6;border:1px solid #495c6c26;border-radius:999px;padding:10px 14px;font-weight:700}.debug-workbench__tab.is-active{color:var(--atelier-text-inverse);background:linear-gradient(135deg, var(--atelier-highlight), var(--atelier-highlight-strong))}.debug-workbench__body{padding-bottom:24px;overflow:auto}.debug-workbench__tab-shell,.debug-workbench__intro,.debug-workbench__card,.debug-workbench__actions-grid,.debug-workbench__token-copy,.debug-workbench__activity-list{display:grid}.debug-workbench__tab-shell{gap:18px}.debug-workbench__intro{gap:8px}.debug-workbench__intro h3{font-family:var(--font-display);margin:8px 0 0;font-size:clamp(1.2rem,1.8vw,1.55rem);line-height:1.08}.debug-workbench__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.debug-workbench__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff70;border:1px solid #495c6c1f;border-radius:24px;gap:14px;padding:18px}.debug-workbench__card--wide{grid-column:1/-1}.debug-workbench__card-header{justify-content:space-between;gap:12px}.debug-workbench__meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;margin:0;display:grid}.debug-workbench__meta-grid div{gap:4px;display:grid}.debug-workbench__meta-grid dt{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:.74rem;font-weight:700}.debug-workbench__meta-grid dd{color:var(--text);margin:0}.debug-workbench__mono-value{font-family:var(--font-mono);word-break:break-all;font-size:.82rem;line-height:1.6}.debug-workbench__hint--error{color:var(--negative)}.debug-workbench__actions-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.debug-workbench__action{justify-content:center;align-items:center;gap:8px;min-height:46px;display:inline-flex}.debug-workbench__action--danger{color:var(--negative)}.debug-workbench__token-shell{background:#f8f4ecb8;border:1px solid #91826e2e;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px}.debug-workbench__token-copy{gap:8px;min-width:0}.debug-workbench__copy-button{flex-shrink:0}.debug-workbench__activity-list{gap:10px;margin:0;padding:0;list-style:none}.debug-workbench__activity-item{background:#ffffff8a;border:1px solid #495c6c1f;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 14px}.debug-workbench__activity-item time{color:var(--muted);font-size:.78rem;font-family:var(--font-mono);flex-shrink:0}.debug-workbench__activity-item--success{border-color:#4c7b3b38}.debug-workbench__activity-item--warning{border-color:#b57a2638}.debug-workbench__activity-item--error{border-color:#c2504338}@media (width<=860px){.debug-workbench__dialog{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.debug-workbench__title-row,.debug-workbench__card-header,.debug-workbench__token-shell,.debug-workbench__activity-item{flex-direction:column;align-items:stretch}.debug-workbench__grid,.debug-workbench__actions-grid,.debug-workbench__meta-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=640px){.debug-workbench__dialog{width:auto;right:12px;top:12px!important;left:12px!important}.debug-workbench__header,.debug-workbench__title-row,.debug-workbench__tabs,.debug-workbench__body{padding-left:16px;padding-right:16px}.debug-workbench__drag-handle{justify-content:center;width:100%}}[data-theme=dark] .debug-workbench{background:#0c111552}[data-theme=dark] .debug-workbench__dialog,[data-theme=dark] .debug-workbench__card,[data-theme=dark] .debug-workbench__meta-pill,[data-theme=dark] .debug-workbench__status-pill,[data-theme=dark] .debug-workbench__tab,[data-theme=dark] .debug-workbench__token-shell,[data-theme=dark] .debug-workbench__activity-item,[data-theme=dark] .debug-workbench__drag-handle{background:#141e26b8;border-color:#7d9aae2e}.dashboard-shell{grid-template-columns:minmax(248px,282px) minmax(0,1fr);align-items:start;gap:clamp(20px,2.2vw,30px);display:grid}.dashboard-shell__rail{top:var(--container-gutter);grid-area:1/1;align-self:start;min-width:0;position:sticky}.dashboard-shell__body,.dashboard-shell__view{gap:20px;min-width:0;display:grid}.dashboard-shell__summary{gap:10px;display:grid}.dashboard-shell__summary--mobile-home{gap:12px}.dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary .kpi-card{border-radius:26px;gap:10px;min-height:120px;padding:16px 18px}.dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary .kpi-card:after{display:none}.dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary .kpi-card--hero{grid-column:1/-1;min-height:158px;padding:18px 20px 20px}.dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary .kpi-card--income,.dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary .kpi-card--expense{min-height:116px}.dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary .kpi-card__meta{gap:6px}.dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary .kpi-card__label-row{gap:8px}.dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary .kpi-card__label{letter-spacing:.14em;font-size:.72rem}.dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary .kpi-card__value{text-wrap:nowrap;max-width:none;font-size:clamp(1.2rem,5vw,1.8rem)}.dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary .kpi-card--hero .kpi-card__value{font-size:clamp(2.05rem,8.8vw,3rem)}.dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary .kpi-card__subtitle{max-width:none;font-size:.92rem;line-height:1.2}.dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary .kpi-card__footer{gap:8px}.dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary .kpi-card__hero-icon{flex-basis:30px;width:30px;height:30px}[data-theme=dark] .dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary .kpi-card--hero{background:linear-gradient(165deg,#1b242efa,#242f3beb)}[data-theme=dark] .dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary .kpi-card--income,[data-theme=dark] .dashboard-shell__summary--mobile-home .kpi-grid--mobile-annual-summary .kpi-card--expense{background:linear-gradient(165deg,#121921f5,#1a232de6)}.dashboard-shell__diagnosis-inline{display:none}.dashboard-shell__body{grid-area:1/2}.dashboard-shell__body>*,.dashboard-shell__view>*{min-width:0}@media (width<=959px){.dashboard-shell{flex-direction:column;gap:16px;display:flex}.dashboard-shell__rail{display:none}.dashboard-shell__body{padding-bottom:calc(118px + env(safe-area-inset-bottom));order:2}.dashboard-shell__diagnosis-inline{display:block}}.mobile-menu-dialog{position:relative;box-shadow:none!important;background:0 0!important;padding:0!important}.mobile-menu-dialog__close{z-index:10;width:40px;height:40px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:18px;right:18px}.mobile-menu-dialog__close:hover,.mobile-menu-dialog__close:active{color:var(--text);background:#0000000f}[data-theme=dark] .mobile-menu-dialog__close{color:#87a1b4}[data-theme=dark] .mobile-menu-dialog__close:hover,[data-theme=dark] .mobile-menu-dialog__close:active{color:#d7ebf7;background:#ffffff14}.transaction-reminders-dialog{width:min(780px,100vw)!important;padding:clamp(20px,2.4vw,28px)!important}@media (width<=959px){.mobile-menu-dialog{max-height:90vh!important}.transaction-reminders-dialog{width:min(100vw,720px)!important}.mobile-menu-dialog .dashboard-sidebar{border-bottom:0!important;border-radius:40px 40px 0 0!important}}@media (width<=640px){.transaction-reminders-dialog{padding:18px!important}.mobile-menu-dialog .dashboard-sidebar{border-radius:32px 32px 0 0!important}}.dashboard-header{gap:10px;margin-bottom:0;padding:4px 2px 0;display:grid}.dashboard-header__bar,.dashboard-header__status-row{align-items:center;gap:8px;min-width:0;display:flex}.dashboard-header__top-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.dashboard-header__status-row{flex-wrap:wrap;justify-content:flex-end}.dashboard-header__controls{justify-items:end;gap:10px;min-width:0;display:grid}.dashboard-header__menu-button{color:#5c7183;border-radius:14px;width:44px;height:44px;display:none}.dashboard-header__workspace-chip,.dashboard-header__workspace-select-shell,.dashboard-header__workspace-icon-badge,.dashboard-header__admin-button,.dashboard-header__report-button,.dashboard-header__refresh-pill{color:#5c7183;background:#ebf2f7f5;border:1px solid #a0b3c442;border-radius:999px;align-items:center;min-height:38px;padding:8px 12px;font-size:.84rem;font-weight:700;display:inline-flex}.dashboard-header__admin-button,.dashboard-header__report-button{white-space:nowrap;gap:8px}.dashboard-header__workspace-select-shell{min-width:184px;max-width:min(100%,260px);padding:0;position:relative}.dashboard-header__workspace-select-shell--icon,.dashboard-header__workspace-icon-badge{border-radius:14px;justify-content:center;width:44px;min-width:44px;height:44px;min-height:44px}.dashboard-header__workspace-select-shell--icon{max-width:none}.dashboard-header__workspace-select-shell.is-busy{opacity:.88}.dashboard-header__workspace-select{width:100%;min-height:38px;color:inherit;font:inherit;cursor:pointer;appearance:none;background:0 0;border:0;border-radius:999px;padding:8px 36px 8px 12px;font-size:.84rem;font-weight:700}.dashboard-header__workspace-select:focus-visible{outline-offset:1px;outline:2px solid #2d68845c}.dashboard-header__workspace-select:disabled{cursor:wait}.dashboard-header__workspace-select--icon{opacity:0;cursor:pointer;padding:0;position:absolute;inset:0}.dashboard-header__workspace-select--icon:focus{opacity:0}.dashboard-header__workspace-select-icon{pointer-events:none;color:#708292;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.dashboard-header__workspace-shell-icon{color:#5c7183;pointer-events:none}.dashboard-header__reminder-button{border-radius:14px;flex-shrink:0;width:44px;height:44px;position:relative}.dashboard-header__reminder-button.has-pending{color:#9b3e34;background:#c250431f;border-color:#c2504347}.dashboard-header__reminder-badge{background:var(--negative);color:#fff;text-align:center;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:.68rem;font-weight:700;line-height:18px;position:absolute;top:-4px;right:-2px}.dashboard-header__refresh-pill.is-busy{color:var(--info);background:#3570881f;border-color:#35708838}.dashboard-header__workspace-feedback{text-align:right;color:#ad4a63;max-width:320px;margin:0;font-size:.8rem;line-height:1.45}.dashboard-header__top-actions .sync-status-indicator{width:44px;height:44px;box-shadow:none;border-radius:14px}.dashboard-header__top-actions .sync-status-indicator__tooltip{left:auto;right:0}.dashboard-header__top-actions .sync-status-indicator__tooltip:before{left:auto;right:16px}@media (width<=959px){.dashboard-header__menu-button{padding:0;display:inline-flex}.dashboard-header__controls{justify-items:stretch}.dashboard-header__status-row{justify-content:flex-start}.dashboard-header__workspace-feedback{text-align:left}}@media (width<=640px){.dashboard-header__workspace-select-shell{width:100%;max-width:none}}[data-theme=dark] .dashboard-header__workspace-chip,[data-theme=dark] .dashboard-header__workspace-select-shell,[data-theme=dark] .dashboard-header__workspace-icon-badge,[data-theme=dark] .dashboard-header__admin-button,[data-theme=dark] .dashboard-header__report-button,[data-theme=dark] .dashboard-header__refresh-pill{color:#c1d0db;background:#1a242ee6;border-color:#7b99b13d}[data-theme=dark] .dashboard-header__menu-button,[data-theme=dark] .dashboard-header__workspace-shell-icon{color:#c1d0db}[data-theme=dark] .dashboard-header__workspace-select-icon{color:#9db2c3}[data-theme=dark] .dashboard-header__reminder-button.has-pending{color:#ffd1ca;background:#c2504329;border-color:#f48f7d47}[data-theme=dark] .dashboard-header__refresh-pill.is-busy{color:#8fc7de;background:#4a89a42e;border-color:#4a89a452}[data-theme=dark] .dashboard-header__workspace-feedback{color:#f2a4b7}[data-theme=dark] .sync-status-chip--tooltip{box-shadow:inset 0 1px #ffffff0a}[data-theme=dark] .sync-status-indicator{background:#18212beb;border-color:#7d9eb638;box-shadow:0 18px 34px #00000042}[data-theme=dark] .sync-status-indicator__tooltip{background:linear-gradient(165deg,#121921fa,#1b2631f5);border-color:#7d9eb63d;box-shadow:0 22px 48px #00000057}[data-theme=dark] .sync-status-indicator__tooltip:before{background:#161e27fa;border-top-color:#7d9eb63d;border-left-color:#7d9eb63d}[data-theme=dark] .sync-status-indicator--positive{background:linear-gradient(165deg,#152c1df0,#1c3624e6)}[data-theme=dark] .sync-status-indicator--info{background:linear-gradient(165deg,#142b33f0,#1a3842e6)}[data-theme=dark] .sync-status-indicator--warning{background:linear-gradient(165deg,#362713f0,#463218e6)}[data-theme=dark] .sync-status-indicator--negative{background:linear-gradient(165deg,#3a1e1bf0,#49231fe6)}[data-theme=dark] .sync-status-indicator--muted{background:linear-gradient(165deg,#222a33f0,#2b3540e6)}.sync-status-shell{gap:12px;display:grid}.sync-status-shell__summary{border-radius:24px;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.sync-status-shell__summary-copy{gap:6px;display:grid}.sync-status-shell__summary-copy p{color:var(--muted);margin:0}.sync-status-chip{white-space:nowrap;gap:10px;min-height:44px;padding:10px 14px;font-weight:700}.sync-status-chip__dot{width:8px;height:8px;box-shadow:0 0 0 5px color-mix(in srgb, currentColor 12%, transparent);background:currentColor;border-radius:999px;flex:0 0 8px}.sync-status-chip__label{line-height:1.1}.sync-status-chip--tooltip{width:fit-content;min-height:0;padding:8px 12px}.sync-status-chip--positive{color:var(--positive);background:#4c7b3b1f}.sync-status-chip--info{color:var(--info);background:#3570881f}.sync-status-chip--warning{color:var(--warning);background:#b57a2624}.sync-status-chip--negative{color:var(--negative);background:#c250431f}.sync-status-chip--muted{color:var(--muted);background:#91826e1f}.sync-status-indicator__wrapper{flex-shrink:0;display:inline-flex;position:relative}.sync-status-indicator{width:46px;height:46px;color:var(--muted);cursor:pointer;background:#fffdf6e6;border:1px solid #91826e38;border-radius:14px;justify-content:center;align-items:center;padding:0;transition:transform .18s,border-color .18s,background-color .18s,color .18s,box-shadow .18s;display:inline-flex;box-shadow:0 14px 28px #91826e1f}.sync-status-indicator svg{width:18px;height:18px}.sync-status-indicator__icon--spinning{animation:1.2s linear infinite syncStatusIndicatorSpin}.sync-status-indicator__wrapper:hover .sync-status-indicator,.sync-status-indicator__wrapper:focus-within .sync-status-indicator,.sync-status-indicator.is-open{transform:translateY(-1px)}.sync-status-indicator:focus-visible{outline:none;box-shadow:0 0 0 4px #3570881f,0 16px 30px #91826e2e}.sync-status-indicator__tooltip{z-index:20;background:linear-gradient(165deg,#fffdf6fa,#f4efe6f5);border:1px solid #91826e2e;border-radius:18px;gap:10px;width:min(300px,100vw - 40px);padding:14px 16px;animation:.18s syncStatusTooltipIn;display:grid;position:absolute;top:calc(100% + 12px);left:0;box-shadow:0 20px 44px #786e5f29}.sync-status-indicator__tooltip:before{content:"";background:#fcf8f0fa;border-top:1px solid #91826e2e;border-left:1px solid #91826e2e;width:14px;height:14px;position:absolute;top:-7px;left:16px;transform:rotate(45deg)}.sync-status-indicator__tooltip strong{color:var(--text);font-size:.95rem;line-height:1.35}.sync-status-indicator__tooltip span{color:var(--muted);font-size:.84rem;line-height:1.45}.sync-status-indicator--positive{color:var(--positive);background:linear-gradient(165deg,#f2faeffa,#e5f1e1f0);border-color:#4c7b3b42}.sync-status-indicator--info{color:var(--info);background:linear-gradient(165deg,#f0f8fcfa,#e4eff4f0);border-color:#35708847}.sync-status-indicator--warning{color:var(--warning);background:linear-gradient(165deg,#fffaf2fa,#f6eddff0);border-color:#b57a2647}.sync-status-indicator--negative{color:var(--negative);background:linear-gradient(165deg,#fff8f6fa,#f7eae6f0);border-color:#c2504347}.sync-status-indicator--muted{color:var(--muted);background:linear-gradient(165deg,#f9f5eefa,#eee7ddf0);border-color:#91826e38}@keyframes syncStatusTooltipIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes syncStatusIndicatorSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.sync-status-indicator__icon--spinning,.sync-status-indicator__tooltip{animation:none}}@media (width<=900px){.sync-status-shell__summary{flex-direction:column;align-items:flex-start}}.annual-sheet__header{align-items:flex-start;gap:16px}.annual-sheet__description{max-width:58ch;color:var(--muted);margin:12px 0 0}.annual-sheet__legend{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:inline-flex}.annual-sheet__legend-badge{padding:6px 10px;font-size:.7rem}.annual-sheet__table-shell{background:linear-gradient(#f7f2eaf5,#fcf9f4f5)}.matrix-table--annual{border-collapse:separate;border-spacing:0;table-layout:fixed;background:0 0;width:100%;min-width:0}.annual-sheet__col--item{width:clamp(192px,17vw,232px)}.annual-sheet__col--month{width:clamp(88px,6.1vw,102px)}.annual-sheet__col--total{width:clamp(118px,8.8vw,140px)}.matrix-table--annual th,.matrix-table--annual td{border-bottom-color:#91826e1a;padding:10px 6px;position:relative}.matrix-table--annual th{background:#f4eee5db;padding-top:14px;padding-bottom:14px}.matrix-table--annual .matrix-table__sticky{z-index:2;min-width:0}.matrix-table--annual .matrix-table__month-head,.matrix-table--annual .matrix-table__total-head{min-width:0}.annual-sheet__month-label,.annual-sheet__month-state{display:block}.annual-sheet__month-state{letter-spacing:.14em;color:#968979;margin-top:4px;font-size:.54rem}.matrix-table--annual .matrix-table__title-cell{padding-right:8px}.matrix-table--annual .table-item{gap:6px}.matrix-table--annual .table-item__heading strong{overflow-wrap:anywhere;font-size:.92rem;line-height:1.18}.matrix-table--annual .annual-sheet__item-heading{align-items:flex-start}.matrix-table--annual .annual-sheet__delay-button{white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:.62rem;line-height:1}.matrix-table--annual .table-item__meta{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.matrix-table--annual .category-pill,.matrix-table--annual .badge{gap:5px;max-width:100%;padding:4px 8px;line-height:1.08}.matrix-table--annual .category-pill{font-size:.66rem}.matrix-table--annual .badge{letter-spacing:.06em;font-size:.6rem}.matrix-table--annual .category-pill__swatch{flex:0 0 7px;width:7px;height:7px}.matrix-table--annual .matrix-table__value,.matrix-table--annual .matrix-table__total{padding-inline:6px}.matrix-table--annual .matrix-table__value{font-size:.76rem}.matrix-table--annual .matrix-table__summary-row td{font-size:.78rem;font-weight:700}.annual-sheet__amount{text-overflow:ellipsis;white-space:nowrap;width:100%;line-height:1.15;display:block;overflow:hidden}.matrix-table--annual th.is-estimated,.matrix-table--annual td.is-estimated{color:#5c544dbd}.matrix-table--annual th.is-estimated:after,.matrix-table--annual td.is-estimated:after{content:"";pointer-events:none;border:1px dashed #91826e42;border-radius:14px;position:absolute;inset:4px 3px}.matrix-table--annual .matrix-table__value.is-current,.matrix-table--annual th.is-current{background:#4c7b3b1a}.matrix-table--annual .matrix-table__section-row td{background:0 0;border-bottom:none;padding-top:18px;padding-bottom:10px}.matrix-table--annual .matrix-table__section-row--income td{color:#4c7b3be6}.matrix-table--annual .matrix-table__section-row--expense td{color:#aa4e40eb}.matrix-table--annual .matrix-table__section-row--result td{color:#357088eb}.matrix-table--annual .matrix-table__data-row--income td{background:#b5c29012}.matrix-table--annual .matrix-table__data-row--expense td{background:#c250430d}.matrix-table--annual .matrix-table__data-row--income .matrix-table__sticky{background:#f4f7edfa}.matrix-table--annual .matrix-table__data-row--expense .matrix-table__sticky{background:#faf1eefa}.matrix-table--annual .matrix-table__summary-row--positive td{background:#b5c2901f}.matrix-table--annual .matrix-table__summary-row--negative td{background:#c250431a}.matrix-table--annual .matrix-table__summary-row--neutral td{background:#3570881a}.matrix-table--annual .matrix-table__summary-row--muted td{background:#3570880f}.matrix-table--annual .matrix-table__total,.matrix-table--annual .matrix-table__total-head{background:#faf5ecf5;font-weight:700}.matrix-table--annual .matrix-table__total{font-size:.82rem}.annual-sheet__mobile{gap:16px;display:grid}.annual-sheet__mobile-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.annual-sheet__summary-card,.annual-sheet__mobile-card{background:linear-gradient(165deg,#fffdf8f5,#f3efe5e0);border:1px solid #91826e29;border-radius:22px;padding:18px;box-shadow:0 16px 38px #6a5d4e14}.annual-sheet__summary-card{gap:8px;display:grid}.annual-sheet__summary-label,.annual-sheet__mobile-month,.annual-sheet__mobile-metric dt{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:.72rem}.annual-sheet__summary-card strong,.annual-sheet__mobile-card-header strong{font-family:var(--font-display);letter-spacing:-.04em;font-size:clamp(1.2rem,4vw,1.9rem);line-height:1}.annual-sheet__summary-card--positive{background:linear-gradient(165deg,#fafff7fa,#eff5e9eb)}.annual-sheet__summary-card--negative{background:linear-gradient(165deg,#fcf8f5fa,#f4ece7eb)}.annual-sheet__summary-card--neutral{background:linear-gradient(165deg,#f9fcfdfa,#e9f0f4eb)}.annual-sheet__mobile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.annual-sheet__mobile-card{gap:14px;display:grid}.annual-sheet__mobile-card-header,.annual-sheet__mobile-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.annual-sheet__mobile-heading{justify-content:flex-start}.annual-sheet__mobile-metrics{gap:10px;margin:0;display:grid}.annual-sheet__mobile-metric{border-top:1px solid #91826e1f;justify-content:space-between;align-items:baseline;gap:12px;padding-top:10px;display:flex}.annual-sheet__mobile-metric dd{font-family:var(--font-mono);margin:0;font-size:.88rem}@media (width<=640px){.annual-sheet__mobile-summary,.annual-sheet__mobile-grid{grid-template-columns:1fr}}[data-theme=dark] .annual-sheet__description{color:#9eb0bf}[data-theme=dark] .annual-sheet__table-shell{background:linear-gradient(#10171efa,#141c24f5)}[data-theme=dark] .annual-sheet__summary-card,[data-theme=dark] .annual-sheet__mobile-card{background:linear-gradient(165deg,#121921fa,#1b2631eb);border-color:#7d9eb62e;box-shadow:0 18px 36px #0000003d}[data-theme=dark] .annual-sheet__summary-card--positive{background:linear-gradient(165deg,#122a1dfa,#1a3725eb)}[data-theme=dark] .annual-sheet__summary-card--negative{background:linear-gradient(165deg,#2a1c1afa,#34221feb)}[data-theme=dark] .annual-sheet__summary-card--neutral{background:linear-gradient(165deg,#112028fa,#182e38eb)}[data-theme=dark] .annual-sheet__mobile-metric{border-top-color:#7d9eb61f}[data-theme=dark] .matrix-table--annual th,[data-theme=dark] .matrix-table--annual .matrix-table__total-head{background:#18222cf0}[data-theme=dark] .matrix-table--annual th,[data-theme=dark] .matrix-table--annual td{border-bottom-color:#7d9eb61f}[data-theme=dark] .annual-sheet__month-state{color:#8da1b2}[data-theme=dark] .annual-sheet__amount{color:inherit}[data-theme=dark] .matrix-table--annual th.is-estimated,[data-theme=dark] .matrix-table--annual td.is-estimated{color:#bfd0dec2}[data-theme=dark] .matrix-table--annual th.is-estimated:after,[data-theme=dark] .matrix-table--annual td.is-estimated:after{border-color:#7d9eb63d}[data-theme=dark] .matrix-table--annual .matrix-table__value.is-current,[data-theme=dark] .matrix-table--annual th.is-current{background:#7fc98e1f}[data-theme=dark] .matrix-table--annual .matrix-table__section-row td{background:0 0}[data-theme=dark] .matrix-table--annual .matrix-table__section-row--income td{color:#9fd2a8}[data-theme=dark] .matrix-table--annual .matrix-table__section-row--expense td{color:#f0b0a2}[data-theme=dark] .matrix-table--annual .matrix-table__section-row--result td{color:#9dc9d8}[data-theme=dark] .matrix-table--annual .matrix-table__data-row--income td{background:#7fc98e14}[data-theme=dark] .matrix-table--annual .matrix-table__data-row--expense td{background:#f48f7d0f}[data-theme=dark] .matrix-table--annual .matrix-table__data-row--income .matrix-table__sticky{background:#18261ffa}[data-theme=dark] .matrix-table--annual .matrix-table__data-row--expense .matrix-table__sticky{background:#271c1dfa}[data-theme=dark] .matrix-table--annual .matrix-table__summary-row--positive td{background:#7fc98e1f}[data-theme=dark] .matrix-table--annual .matrix-table__summary-row--negative td{background:#f48f7d1a}[data-theme=dark] .matrix-table--annual .matrix-table__summary-row--neutral td{background:#7dc6dd1f}[data-theme=dark] .matrix-table--annual .matrix-table__summary-row--muted td{background:#7dc6dd14}[data-theme=dark] .matrix-table--annual .matrix-table__total,[data-theme=dark] .matrix-table--annual .matrix-table__total-head{background:#161f28fa}.cashflow-panel{gap:18px;display:grid}.cashflow-panel__insights{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.reimbursement-summary-section{grid-column:span 2}.cashflow-panel__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px}.cashflow-panel__intro{gap:10px;max-width:56ch;display:grid}.cashflow-panel__legend{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin:0;padding:0;list-style:none;display:flex}.cashflow-panel__legend-item{color:var(--text);background:#fffcf6b8;border:1px solid #91826e2e;border-radius:999px;align-items:center;gap:10px;padding:10px 14px;font-size:.86rem;display:inline-flex}.cashflow-panel__legend-swatch{width:10px;height:10px;box-shadow:0 0 0 4px color-mix(in srgb, currentColor 10%, transparent);border-radius:999px}.cashflow-panel__chart-card{background:linear-gradient(#fffdf8eb,#f4efe6e0);border:1px solid #91826e33;border-radius:28px;padding:20px 18px 14px}.cashflow-panel__notice{color:var(--muted);background:#f8f4ecc2;border:1px solid #91826e2e;border-radius:16px;margin:0;padding:12px 14px;font-size:.88rem}.cashflow-panel__month-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-top:0}.cashflow-panel__month-slider{gap:12px;display:grid}.cashflow-panel__month-slider-header{gap:10px;display:grid}.cashflow-panel__month-slider-nav{grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:12px;display:grid}.cashflow-panel__month-slider-summary{text-align:center;justify-items:center;min-width:0;display:grid}.cashflow-panel__month-slider-summary strong{font-family:var(--font-display);letter-spacing:-.05em;font-size:clamp(1.55rem,6vw,1.9rem);line-height:1}.cashflow-panel__month-slider-arrow{flex-shrink:0}.button.cashflow-panel__month-slider-current-action{width:fit-content;min-width:max-content;max-width:100%;min-height:48px;color:var(--text);text-align:center;background:linear-gradient(#f4f8fceb,#e7eff6e6);border-color:#3570883d;border-radius:999px;justify-content:center;justify-self:center;align-items:center;gap:10px;padding:12px 18px;display:inline-flex;box-shadow:0 12px 26px #3570881f}.button.cashflow-panel__month-slider-current-action:hover{background:linear-gradient(#f6fafdf5,#ebf4f9f0);border-color:#35708857}.cashflow-panel__month-slider-current-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:700}.button.cashflow-panel__month-slider-current-action strong{font-family:var(--font-display);letter-spacing:-.03em;font-size:1.02rem}.cashflow-panel__month-slider-badge{justify-self:center;width:fit-content}.cashflow-panel__month-comparison-sheet,.cashflow-panel__month-details-sheet{width:min(760px,100vw - 24px)}.cashflow-panel__month-comparison-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.cashflow-panel__month-comparison-card{gap:6px;display:grid}.cashflow-panel__month-comparison-note{color:var(--muted);margin:14px 0 0;font-size:.84rem}.cashflow-panel__month-details-meta-row{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.cashflow-panel__month-details-list{gap:4px;margin:0;padding:0;list-style:none;display:grid}.cashflow-panel__month-details-item{border-bottom:1px solid #91826e1f;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 0;display:grid}.cashflow-panel__month-details-item:last-child{border-bottom:0}.cashflow-panel__month-details-copy{gap:6px;min-width:0;display:grid}.cashflow-panel__month-details-topline{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cashflow-panel__month-details-topline strong,.cashflow-panel__month-details-empty strong{margin:0}.cashflow-panel__month-details-supporting,.cashflow-panel__month-details-empty{color:var(--muted);font-size:.84rem}.cashflow-panel__month-details-empty{gap:6px;display:grid}.cashflow-panel__month-slider-track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain;touch-action:pan-x pan-y;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.cashflow-panel__month-slider-track::-webkit-scrollbar{display:none}@media (width<=1200px){.cashflow-panel__insights{grid-template-columns:1fr}.reimbursement-summary-section{grid-column:auto}.cashflow-panel__month-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=800px){.cashflow-panel__month-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=959px){.cashflow-panel__month-slider-header{align-items:center}.cashflow-panel__month-slider-current-action{width:auto}}@media (width<=760px){.cashflow-panel__month-comparison-grid{grid-template-columns:1fr}.cashflow-panel__month-details-item{grid-template-columns:1fr;align-items:start}}@media (width<=600px){.cashflow-panel__month-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=400px){.cashflow-panel__month-grid{grid-template-columns:1fr}}.cashflow-panel__month-card{text-align:left;width:100%;font:inherit;color:inherit;background:linear-gradient(#fffdf8e0,#f3efe5e6);border:1px solid #91826e2e;border-radius:22px;gap:14px;padding:18px;transition:transform .16s,border-color .16s,box-shadow .16s;position:relative;box-shadow:inset 0 1px #ffffff80}.cashflow-panel__month-card-select{text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;gap:14px;padding:0;display:grid}.cashflow-panel__month-card-select:focus-visible{outline-offset:3px;border-radius:18px;outline:2px solid #35708873}.cashflow-panel__month-card--slide{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 100%}.cashflow-panel__month-card:hover{border-color:#91826e47;transform:translateY(-1px)}.cashflow-panel__month-card:focus-visible{outline-offset:3px;outline:2px solid #35708873}.cashflow-panel__month-card--selected{border-color:#35708857;box-shadow:inset 0 1px #ffffff80,0 0 0 2px #3570882e}.cashflow-panel__month-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.cashflow-panel__month-balance-state{letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:700}.cashflow-panel__month-balance{font-family:var(--font-display);letter-spacing:-.04em;font-size:clamp(1.45rem,2vw,1.8rem);line-height:1}.cashflow-panel__month-balance-row{align-items:center;gap:10px;display:flex}.cashflow-panel__month-comparison-trigger{width:32px;height:32px;color:var(--muted);opacity:.66;background:#f8f4ec6b;border:1px solid #91826e24;border-radius:10px;flex:0 0 32px}.cashflow-panel__month-comparison-trigger--positive{color:var(--positive);opacity:1;background:#4c7b3b1a;border-color:#4c7b3b3d}.cashflow-panel__month-comparison-trigger--negative{color:var(--negative);opacity:1;background:#c250431a;border-color:#c250433d}.cashflow-panel__month-comparison-trigger--neutral{color:var(--muted);opacity:.42;background:#91826e0f;border-color:#91826e1f}.cashflow-panel__month-card-details-button{justify-content:center;width:100%;min-height:44px}.cashflow-panel__month-breakdown{gap:10px;margin:0;display:grid}.cashflow-panel__month-stat{border-top:1px solid #91826e1f;justify-content:space-between;align-items:baseline;gap:12px;padding-top:10px;display:flex}.cashflow-panel__month-stat dt{color:var(--muted);font-size:.84rem}.cashflow-panel__month-stat dd{font-family:var(--font-mono);margin:0;font-size:.9rem}[data-theme=dark] .cashflow-panel__legend-item{background:#18212bbd;border-color:#7d9eb62e}[data-theme=dark] .cashflow-panel__chart-card{background:linear-gradient(#111820fa,#18212beb);border-color:#7d9eb62e}[data-theme=dark] .cashflow-panel__notice{color:#9eb0bf;background:#18212bd1;border-color:#7d9eb62e}[data-theme=dark] .button.cashflow-panel__month-slider-current-action{background:linear-gradient(#162029f5,#1f2a35f0);border-color:#68aac53d;box-shadow:inset 0 1px #ffffff0a,0 14px 28px #00000038}[data-theme=dark] .button.cashflow-panel__month-slider-current-action:hover{background:linear-gradient(#19242efa,#232f3bf5);border-color:#68aac55c}[data-theme=dark] .cashflow-panel__month-slider-current-label{color:#9eb0bf}[data-theme=dark] .cashflow-panel__month-card{background:linear-gradient(#131b23fa,#1c2631eb);border-color:#7d9eb62e;box-shadow:inset 0 1px #ffffff08}[data-theme=dark] .cashflow-panel__month-comparison-trigger{color:#9eb0bf;opacity:.72;background:#18212b94;border-color:#7d9eb62e}[data-theme=dark] .cashflow-panel__month-comparison-trigger--positive{opacity:1;background:#4c7b3b24;border-color:#4c7b3b38}[data-theme=dark] .cashflow-panel__month-comparison-trigger--negative{opacity:1;background:#c2504324;border-color:#c2504338}[data-theme=dark] .cashflow-panel__month-comparison-trigger--neutral{opacity:.46;background:#7d9eb60f;border-color:#7d9eb624}[data-theme=dark] .cashflow-panel__month-card:hover{border-color:#7d9eb652}[data-theme=dark] .cashflow-panel__month-card--selected{border-color:#68aac566;box-shadow:inset 0 1px #ffffff08,0 0 0 2px #68aac533}[data-theme=dark] .cashflow-panel__month-stat{border-top-color:#7d9eb61f}[data-theme=dark] .cashflow-panel__month-details-item{border-bottom-color:#7d9eb61f}[data-theme=dark] .cashflow-panel__month-details-supporting,[data-theme=dark] .cashflow-panel__month-comparison-note,[data-theme=dark] .cashflow-panel__month-details-empty{color:#9eb0bf}.dashboard-home-flow{gap:18px;display:grid}.dashboard-home-flow__trend{gap:16px;display:grid}.dashboard-home-flow__category{width:min(100%,760px)}@media (width<=959px){.dashboard-home-flow__category{width:100%}}.category-spending-section{background:linear-gradient(#fffdf8f0,#f4efe6eb);border:1px solid #91826e2e;border-radius:28px;gap:18px;padding:22px 20px;display:grid}.category-spending-section__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.category-spending-section__header h3{margin:0}.category-spending-section__tabs{align-items:center;gap:6px;display:flex}.category-spending-section__tab{color:var(--muted);cursor:pointer;background:0 0;border:1px solid #91826e3d;border-radius:999px;padding:6px 14px;font-size:.84rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}.category-spending-section__tab:hover{color:inherit;background:#91826e14}.category-spending-section__tab--active{color:#357088;background:#3570881a;border-color:#35708866;font-weight:600}.category-spending-section__empty{color:var(--muted);text-align:center;margin:0;padding:16px 0;font-size:.92rem}.category-spending-section__list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.category-spending-section__item{--spending-category-color:#357088d1;background:#ffffff8a;border:1px solid #91826e1f;border-radius:18px;gap:8px;padding:14px 16px;display:grid}.category-spending-section__item-head{align-items:center;gap:10px;display:flex}.category-spending-section__color-dot{background:var(--spending-category-color);width:14px;height:14px;box-shadow:0 0 0 4px color-mix(in srgb, var(--spending-category-color) 16%, transparent);border-radius:999px;flex-shrink:0}.category-spending-section__item-name{flex:1;font-size:.92rem}.category-spending-section__item-amount{font-family:var(--font-mono);font-size:.88rem}.category-spending-section__item-share{color:var(--muted);text-align:right;min-width:36px;font-size:.8rem}.category-spending-section__bar{background:#91826e24;border:1px solid #91826e14;border-radius:999px;height:8px;position:relative;overflow:hidden}.category-spending-section__bar-fill{border-radius:inherit;background:linear-gradient(90deg, color-mix(in srgb, var(--spending-category-color) 72%, white 28%), var(--spending-category-color));height:100%;display:block}@media (width<=720px){.category-spending-section{padding:20px 18px}.category-spending-section__header{flex-direction:column;gap:12px}}[data-theme=dark] .category-spending-section{background:linear-gradient(#111820fa,#18212bf0);border-color:#7d9eb62e}[data-theme=dark] .category-spending-section__tab{color:var(--muted);border-color:#7d9eb633}[data-theme=dark] .category-spending-section__tab:hover{background:#7d9eb614}[data-theme=dark] .category-spending-section__tab--active{color:#64a0c8;background:#64a0c81f;border-color:#64a0c866}[data-theme=dark] .category-spending-section__item{background:#ffffff08;border-color:#7d9eb61f}[data-theme=dark] .category-spending-section__bar{background:#ffffff0f;border-color:#ffffff0a}.finance-diagnosis-fab{z-index:30;position:fixed;bottom:24px;right:24px}.finance-diagnosis-shortcut-shell{display:grid}.finance-diagnosis-fab__billing-note{max-width:min(340px,100vw - 32px);margin-bottom:12px;padding-right:72px;position:relative}.finance-diagnosis-fab__billing-note-header{align-items:flex-start;display:flex}.finance-diagnosis-fab__billing-note-title{display:block}.finance-diagnosis-fab__billing-note-close{flex-shrink:0;position:absolute;top:18px;right:18px}.finance-diagnosis-fab__billing-note p{margin:0}.finance-diagnosis-fab__button{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;display:inline-flex;box-shadow:0 10px 24px #1c221538}.finance-diagnosis-fab__button:disabled{opacity:.56;cursor:not-allowed;box-shadow:none}.finance-diagnosis-fab__label{font-weight:700}.finance-diagnosis-shortcut{align-items:center;gap:10px;display:inline-flex}.finance-diagnosis-shortcut__label{font-weight:700}.finance-diagnosis-shortcut--menu{border-radius:16px;justify-content:flex-start;width:100%;min-height:50px}.finance-diagnosis-shortcut--inline{width:fit-content;color:var(--info);gap:6px}.finance-diagnosis-shortcut--inline .finance-diagnosis-shortcut__label{text-underline-offset:.18em;text-decoration:underline}.finance-diagnosis-modal{gap:20px;display:grid}.finance-diagnosis-modal__icon-wrap{display:flex}.finance-diagnosis-modal__icon{background:#3570881f;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex}.finance-diagnosis-modal__icon--alert{color:#a55a2a;background:#efa45d33}.finance-diagnosis-modal__icon--shield{color:var(--info);background:#35708824}.finance-diagnosis-modal__icon--healthy{color:var(--positive);background:#4c7b3b29}.finance-diagnosis-modal__content{gap:12px;display:grid}.finance-diagnosis-modal__title,.finance-diagnosis-modal__state-title{font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-size:clamp(1.5rem,2.6vw,2.1rem);line-height:1}.finance-diagnosis-modal__body,.finance-diagnosis-modal__state p{max-width:52ch;color:var(--muted);margin:0}.finance-diagnosis-modal__insights{gap:10px;margin:0;padding:0;list-style:none;display:grid}.finance-diagnosis-modal__insight{color:var(--text);background:#18253147;border:1px solid #788fa029;border-radius:16px;padding:12px 14px;line-height:1.5}.finance-diagnosis-modal__actions{justify-content:flex-start;display:flex}.finance-diagnosis-modal__cta{width:fit-content}.finance-diagnosis-modal__state{gap:10px;display:grid}[data-theme=dark] .finance-diagnosis-shortcut--inline{color:#8fc7de}@media (width<=720px){.finance-diagnosis-fab{bottom:16px;left:16px;right:16px}.finance-diagnosis-fab__billing-note{max-width:none;padding-right:68px}.finance-diagnosis-fab__button{width:100%}}.finance-overview-loading{box-shadow:var(--shadow);isolation:isolate;background:radial-gradient(circle at 100% 0,#35708829,#0000 32%),radial-gradient(circle at 0 100%,#4c7b3b1a,#0000 28%),linear-gradient(165deg,#f9fcfdf7,#ecf4f7eb);border:1px solid #35708838;border-radius:32px;gap:clamp(18px,2.4vw,28px);padding:clamp(20px,3vw,32px);display:grid;position:relative;overflow:hidden}.finance-overview-loading:before{content:"";pointer-events:none;background:linear-gradient(140deg,#ffffff24,#0000 44%),linear-gradient(#0000 62%,#ffffff14);position:absolute;inset:0}.finance-overview-loading__header,.finance-overview-loading__status,.finance-overview-loading__stage{align-items:center;display:inline-flex}.finance-overview-loading__header{z-index:1;flex-wrap:wrap;gap:10px;position:relative}.finance-overview-loading__status{color:var(--info);background:#ffffff85;border:1px solid #35708829;border-radius:999px;gap:8px;padding:8px 12px;font-size:.82rem;font-weight:600}.finance-overview-loading__status-dot,.finance-overview-loading__stage-dot{background:currentColor;border-radius:999px;animation:1.5s ease-in-out infinite finance-overview-loading-pulse}.finance-overview-loading__status-dot{width:8px;height:8px;box-shadow:0 0 0 6px color-mix(in srgb, currentColor 18%, transparent)}.finance-overview-loading__body{z-index:1;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:stretch;gap:clamp(18px,2vw,26px);display:grid;position:relative}.finance-overview-loading__copy,.finance-overview-loading__preview,.finance-overview-loading__preview-card,.finance-overview-loading__metrics{display:grid}.finance-overview-loading__copy{align-content:center;gap:18px}.finance-overview-loading__title-block{gap:10px;display:grid}.finance-overview-loading__title{font-family:var(--font-display);letter-spacing:-.04em;max-width:12ch;margin:0;font-size:clamp(1.45rem,3vw,2.35rem);line-height:1.02}.finance-overview-loading__description{max-width:42ch;color:var(--muted);margin:0;font-size:.98rem}.finance-overview-loading__stages{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.finance-overview-loading__stage{min-height:48px;color:var(--text);background:#ffffff7a;border:1px solid #3570881f;border-radius:18px;gap:10px;padding:12px 14px;font-size:.9rem;font-weight:600}.finance-overview-loading__stage:nth-child(2) .finance-overview-loading__stage-dot{animation-delay:.18s}.finance-overview-loading__stage:nth-child(3) .finance-overview-loading__stage-dot{animation-delay:.36s}.finance-overview-loading__stage-dot{width:7px;height:7px;color:var(--positive)}.finance-overview-loading__preview{align-content:stretch;gap:14px}.finance-overview-loading__preview-card{background:#ffffff70;border:1px solid #3570881f;border-radius:24px;gap:12px;padding:18px;position:relative;overflow:hidden}.finance-overview-loading__preview-card--hero{gap:14px}.finance-overview-loading__metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.finance-overview-loading__metric-card{background:#ffffff80;border:1px solid #35708814;border-radius:18px;gap:8px;padding:12px;display:grid}.finance-overview-loading__skeleton{background:#3570881f;border-radius:999px;display:block;position:relative;overflow:hidden}.finance-overview-loading__skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffc2,#0000);animation:1.8s ease-in-out infinite finance-overview-loading-shimmer;position:absolute;inset:0;transform:translate(-100%)}.finance-overview-loading__skeleton--chip{width:108px;height:14px}.finance-overview-loading__skeleton--headline{border-radius:14px;width:min(72%,280px);height:24px}.finance-overview-loading__skeleton--body{width:min(88%,320px);height:12px}.finance-overview-loading__skeleton--metric-label{width:72%;height:10px}.finance-overview-loading__skeleton--metric-value{border-radius:12px;width:56%;height:18px}.finance-overview-loading__skeleton--list-title{width:44%;height:12px}.finance-overview-loading__skeleton--list-row{width:74%;height:12px}.finance-overview-loading__skeleton--list-row-wide{width:92%}@keyframes finance-overview-loading-pulse{0%,to{opacity:.72;transform:scale(.92)}50%{opacity:1;transform:scale(1)}}@keyframes finance-overview-loading-shimmer{to{transform:translate(100%)}}@media (width<=900px){.finance-overview-loading__body{grid-template-columns:1fr}.finance-overview-loading__title{max-width:14ch}}@media (width<=640px){.finance-overview-loading{border-radius:26px;padding:18px}.finance-overview-loading__stages,.finance-overview-loading__metrics{grid-template-columns:1fr}.finance-overview-loading__stage,.finance-overview-loading__metric-card,.finance-overview-loading__preview-card{border-radius:20px}.finance-overview-loading__title{font-size:clamp(1.3rem,7vw,1.8rem)}.finance-overview-loading__description{font-size:.94rem}}@media (prefers-reduced-motion:reduce){.finance-overview-loading__status-dot,.finance-overview-loading__stage-dot,.finance-overview-loading__skeleton:after{animation:none}}[data-theme=dark] .finance-overview-loading{background:radial-gradient(circle at 100% 0,#7dc6dd24,#0000 32%),radial-gradient(circle at 0 100%,#7fc98e14,#0000 28%),linear-gradient(165deg,#122029f5,#182a35eb);border-color:#7dc6dd38;box-shadow:0 20px 44px #0000003d}[data-theme=dark] .finance-overview-loading__status,[data-theme=dark] .finance-overview-loading__stage,[data-theme=dark] .finance-overview-loading__preview-card,[data-theme=dark] .finance-overview-loading__metric-card{background:#0a12195c;border-color:#7dc6dd24}[data-theme=dark] .finance-overview-loading__status{color:#cbe3ee}[data-theme=dark] .finance-overview-loading__skeleton{background:#7dc6dd24}[data-theme=dark] .finance-overview-loading__skeleton:after{background:linear-gradient(90deg,#0000,#d7ebf72e,#0000)}.mobile-footer-nav{display:none}@keyframes mobile-footer-nav-enter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (width<=959px){.mobile-footer-nav{z-index:25;padding:0 10px calc(8px + env(safe-area-inset-bottom));pointer-events:none;display:block;position:fixed;bottom:0;left:0;right:0}.mobile-footer-nav__dock{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:auto;background:radial-gradient(circle at top,#5da2761f,#0000 32%),linear-gradient(#f8fbfdf5,#e9f0f6e6);border:1px solid #97aebf42;border-radius:26px;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:6px;width:min(100%,760px);margin:0 auto;padding:10px 10px 8px;animation:.24s cubic-bezier(.22,1,.36,1) mobile-footer-nav-enter;display:grid;position:relative;box-shadow:0 18px 36px #2f44542e}.mobile-footer-nav__dock:before{content:"";pointer-events:none;background:radial-gradient(circle,#6aa18033,#0000 72%);border-radius:999px;width:88px;height:60px;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.mobile-footer-nav__slot{justify-content:center;min-width:0;display:flex}.mobile-footer-nav__slot--create{align-items:flex-end}.mobile-footer-nav__placeholder{width:100%;min-height:58px;display:block}.mobile-footer-nav__item,.mobile-footer-nav__create-button{font:inherit;background:0 0;border:0}.mobile-footer-nav__item{color:#728595;justify-items:center;gap:4px;width:100%;min-height:58px;padding:0;transition:color .18s,transform .18s;display:grid}.mobile-footer-nav__item-icon{color:currentColor;background:#ffffff94;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .18s,border-color .18s,box-shadow .18s,color .18s;display:inline-flex}.mobile-footer-nav__item-label,.mobile-footer-nav__create-label{letter-spacing:.02em;white-space:nowrap;font-size:.68rem;font-weight:700;line-height:1}.mobile-footer-nav__item.is-active{color:#294658}.mobile-footer-nav__item.is-active .mobile-footer-nav__item-icon{color:#286885;background:linear-gradient(#fffffffa,#dce8f0eb);border-color:#6f97b133;box-shadow:0 12px 24px #4a637629}.mobile-footer-nav__item:focus-visible,.mobile-footer-nav__create-button:focus-visible{outline:none}.mobile-footer-nav__item:focus-visible .mobile-footer-nav__item-icon,.mobile-footer-nav__create-button:focus-visible .mobile-footer-nav__create-orb{box-shadow:0 0 0 3px #39718a29,0 14px 26px #39718a38}.mobile-footer-nav__create-button{color:#284957;justify-items:center;gap:4px;margin-top:-24px;transition:transform .18s,color .18s;display:grid}.mobile-footer-nav__create-orb{color:#fff;background:linear-gradient(145deg,#56a86e,#2f7180);border:4px solid #f7fafcf0;border-radius:20px;justify-content:center;align-items:center;width:60px;height:60px;display:inline-flex;box-shadow:0 16px 28px #23475342}.mobile-footer-nav__create-button:disabled{cursor:not-allowed;color:#8d9aa5}.mobile-footer-nav__create-button:disabled .mobile-footer-nav__create-orb{box-shadow:none;background:linear-gradient(145deg,#a9b8c2,#8ca0ad);border-color:#f4f7f9e0}}@media (width<=640px){.mobile-footer-nav{padding-left:8px;padding-right:8px}.mobile-footer-nav__dock{border-radius:24px;gap:3px;padding-left:8px;padding-right:8px}.mobile-footer-nav__item-label,.mobile-footer-nav__create-label{font-size:.64rem}.mobile-footer-nav__create-orb{width:56px;height:56px}}@media (prefers-reduced-motion:reduce){.mobile-footer-nav__dock,.mobile-footer-nav__item,.mobile-footer-nav__item-icon,.mobile-footer-nav__create-button,.mobile-footer-nav__create-orb{transition:none;animation:none}}[data-theme=dark] .mobile-footer-nav__dock{background:radial-gradient(circle at top,#71ca8f29,#0000 34%),linear-gradient(#111a22f5,#18242feb);border-color:#7696ac3d;box-shadow:0 24px 54px #00000057}[data-theme=dark] .mobile-footer-nav__item{color:#8ea6b7}[data-theme=dark] .mobile-footer-nav__item-icon{background:#ffffff0f}[data-theme=dark] .mobile-footer-nav__item.is-active{color:#e3eef5}[data-theme=dark] .mobile-footer-nav__item.is-active .mobile-footer-nav__item-icon{color:#9ed4e8;background:linear-gradient(#3e5465e6,#273643e6);border-color:#7ec6dd33;box-shadow:0 12px 24px #0000003d}[data-theme=dark] .mobile-footer-nav__create-orb{background:linear-gradient(145deg,#66b881,#347a86);border-color:#141d25f5;box-shadow:0 20px 36px #00000061}[data-theme=dark] .mobile-footer-nav__create-button:disabled{color:#8ea6b7}[data-theme=dark] .mobile-footer-nav__create-button:disabled .mobile-footer-nav__create-orb{background:linear-gradient(145deg,#5e7380,#435561);border-color:#121a21f0}.dashboard-sidebar{height:calc(100vh - (var(--container-gutter) * 2));background:linear-gradient(#f8fbfdfa,#ecf3f8f5);border:1px solid #a2b6c647;border-radius:34px;grid-template-rows:auto 1fr auto;gap:24px;padding:28px 22px 22px;display:grid;box-shadow:0 26px 54px #5768781f}.dashboard-sidebar__brand{align-items:center;gap:14px;display:flex}.dashboard-sidebar__logo{background:linear-gradient(#fffffff5,#dfeaf2eb);border:1px solid #a0b3c43d;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;width:44px;height:44px;padding:7px;display:grid;box-shadow:inset 0 1px #ffffffd1}.dashboard-sidebar__logo span{background:linear-gradient(#2c6b88,#4c879f);border-radius:5px}.dashboard-sidebar__brand-copy{gap:2px;display:grid}.dashboard-sidebar__brand-copy strong{font-family:var(--font-display);letter-spacing:-.03em;color:#2c4353;font-size:1.2rem;line-height:1}.dashboard-sidebar__brand-copy span,.dashboard-sidebar__section-label{letter-spacing:.16em;text-transform:uppercase;color:#8fa0ae;margin:0;font-size:.7rem;font-weight:700}.dashboard-sidebar__nav-section{align-content:start;gap:12px;min-height:0;display:grid}.dashboard-sidebar__nav-action{display:grid}.dashboard-sidebar__nav-link{color:#445868;text-align:left;background:#ffffffa3;border:1px solid #91b0c629;border-radius:18px;align-items:center;gap:12px;width:100%;padding:12px 14px;transition:all .2s;display:flex}.dashboard-sidebar__nav-link:hover,.dashboard-sidebar__nav-link:focus-visible{color:#314b5d;background:#dde8f08f;border-color:#91b0c633}.dashboard-sidebar__nav-link-icon{color:#73899a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.dashboard-sidebar__nav-link-label{font-family:var(--font-display);letter-spacing:-.015em;font-size:.96rem;font-weight:700}.dashboard-sidebar__footer{align-content:end;gap:14px;display:grid}.dashboard-sidebar__profile-card{background:#ffffffc7;border:1px solid #a0b3c438;border-radius:24px;gap:12px;padding:16px;display:grid;box-shadow:inset 0 1px #ffffffd1}.dashboard-sidebar__profile{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;display:grid}.dashboard-sidebar__avatar{color:#fff;width:46px;height:46px;font-family:var(--font-display);letter-spacing:-.02em;background:linear-gradient(135deg,#2e6b87,#4f869d);border-radius:14px;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:inline-flex}.dashboard-sidebar__profile-copy{gap:4px;min-width:0;display:grid}.dashboard-sidebar__profile-name{color:#2e4351;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.95rem;line-height:1.25;display:block;overflow:hidden}.dashboard-sidebar__workspace-name,.dashboard-sidebar__profile-detail{color:#718392;font-size:.84rem}.dashboard-sidebar__workspace-name{white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;overflow:hidden}.dashboard-sidebar__profile-workspace-row{flex-wrap:wrap;align-items:center;gap:6px 8px;min-width:0;display:flex}.dashboard-sidebar__plan-tag{white-space:nowrap;flex:none;padding:2px 6px;font-size:.65rem;line-height:1.1}.dashboard-sidebar__plan-tag--interactive{cursor:pointer;font-family:inherit;font-weight:600;transition:transform .12s ease-in-out,box-shadow .12s ease-in-out}.dashboard-sidebar__plan-tag--interactive:hover,.dashboard-sidebar__plan-tag--interactive:focus-visible{transform:translateY(-1px)}.dashboard-sidebar__profile-detail,.dashboard-sidebar__feedback{margin:0}.dashboard-sidebar__meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dashboard-sidebar__workspace-pill{color:#5a6e7f;background:#ecf2f7f5;border:1px solid #a0b3c43d;border-radius:999px;align-items:center;min-height:34px;padding:7px 11px;font-size:.82rem;font-weight:700;display:inline-flex}.dashboard-sidebar__workspace-pill.is-busy{color:var(--info);background:#3570881f;border-color:#35708838}.dashboard-sidebar__meta .sync-status-chip{background:#ecf2f7f5;border-color:#a0b3c43d;min-height:34px}.dashboard-sidebar__create-button{background:linear-gradient(135deg,#2e6b87,#4e829a);border-radius:18px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:54px;display:inline-flex;box-shadow:0 18px 34px #2e6b873d}.dashboard-sidebar__create-button svg,.dashboard-sidebar__utility-button svg{flex-shrink:0}.dashboard-sidebar__secondary-action{display:grid}.dashboard-sidebar__utility-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.dashboard-sidebar__utility-button{color:#4e6577;min-height:48px;box-shadow:none;background:#ffffffbd;border:1px solid #a0b3c438;border-radius:16px;justify-content:center;align-items:center;padding:0;display:inline-flex}.dashboard-sidebar__utility-button--danger{color:var(--negative);background:#c2504314;border-color:#c2504338}.dashboard-sidebar__feedback{color:var(--negative);font-size:.82rem}@media (width<=959px){.dashboard-sidebar{gap:18px;height:auto;padding:22px 18px 18px}.dashboard-sidebar__footer{gap:12px}}[data-theme=dark] .dashboard-sidebar{background:linear-gradient(#141d26fa,#1a2630f5);border-color:#7b99b138;box-shadow:0 24px 50px #00000047}[data-theme=dark] .dashboard-sidebar__logo{box-shadow:none;background:linear-gradient(#212e3af5,#18232ee6);border-color:#7b99b138}[data-theme=dark] .dashboard-sidebar__brand-copy strong,[data-theme=dark] .dashboard-sidebar__profile-name{color:#eef5fa}[data-theme=dark] .dashboard-sidebar__brand-copy span,[data-theme=dark] .dashboard-sidebar__section-label,[data-theme=dark] .dashboard-sidebar__workspace-name,[data-theme=dark] .dashboard-sidebar__profile-detail{color:#93aabc}[data-theme=dark] .dashboard-sidebar__profile-card{box-shadow:none;background:#1f2a35d6;border-color:#7b99b138}[data-theme=dark] .dashboard-sidebar__nav-link{color:#c3d0da;background:#ffffff0f;border-color:#7d9eb629}[data-theme=dark] .dashboard-sidebar__nav-link:hover,[data-theme=dark] .dashboard-sidebar__nav-link:focus-visible{color:#d7ebf7;background:#2a3642c2;border-color:#7d9eb629}[data-theme=dark] .dashboard-sidebar__nav-link-icon{color:#87a1b4}[data-theme=dark] .dashboard-sidebar__workspace-pill,[data-theme=dark] .dashboard-sidebar__meta .sync-status-chip,[data-theme=dark] .dashboard-sidebar__utility-button{color:#c5d4de;background:#1a242ee6;border-color:#7b99b138}[data-theme=dark] .dashboard-sidebar__workspace-pill.is-busy{color:#8fc7de;background:#4a89a42e;border-color:#4a89a44d}[data-theme=dark] .dashboard-sidebar__create-button{background:linear-gradient(135deg,#346d86,#548fa9);box-shadow:0 16px 30px #0000003d}[data-theme=dark] .dashboard-sidebar__utility-button--danger{color:#f5aea4;background:#c2504324;border-color:#f48f7d3d}.view-tabs{border:1px solid var(--line);background:#f2eee6d9;border-radius:20px;gap:8px;width:fit-content;padding:8px}.view-tabs__button{color:var(--muted);background:0 0;border:0;border-radius:14px;padding:12px 16px;font-weight:600;transition:all .2s}.view-tabs__button.is-active{color:var(--text);background:#fff;box-shadow:0 2px 12px #0000000f,0 1px 4px #0000000a}.view-tabs--dashboard{background:0 0;border:0;gap:6px;width:100%;padding:0;display:grid}.view-tabs__button--dashboard{color:#445868;text-align:left;width:100%;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:18px;align-items:center;gap:12px;padding:12px 14px;display:flex}.view-tabs__button--dashboard:hover:not(:disabled){color:#314b5d;background:#dde8f08f;border-color:#91b0c61f}.view-tabs__button--dashboard.is-active{color:#286885;box-shadow:none;background:#d6e5f0f0;border-color:#81a6be38}.view-tabs__icon{color:#73899a;background:0 0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.view-tabs__copy{gap:0;min-width:0;display:grid}.view-tabs__label{font-family:var(--font-display);letter-spacing:-.015em;font-size:.96rem;font-weight:700}.view-tabs__summary{display:none}.view-tabs__button--dashboard.is-active .view-tabs__icon{color:#2b6783;background:#35708824}@media (width<=959px){.view-tabs--dashboard.view-tabs--mobile{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid;overflow:visible}.view-tabs--dashboard.view-tabs--mobile .view-tabs__button--dashboard{background:#ffffffa3;border-color:#91b0c629;min-width:0;min-height:56px;padding:14px}}@media (width<=640px){.view-tabs--dashboard.view-tabs--mobile{grid-template-columns:1fr}}[data-theme=dark] .view-tabs{background:#18212bd1;border-color:#7d9eb62e}[data-theme=dark] .view-tabs__button.is-active{color:var(--text);background:#222e3bfa;box-shadow:0 12px 28px #00000038}[data-theme=dark] .view-tabs__button--dashboard{color:#c3d0da}[data-theme=dark] .view-tabs--dashboard.view-tabs--mobile .view-tabs__button--dashboard{background:#ffffff0f;border-color:#7d9eb629}[data-theme=dark] .view-tabs__icon{color:#87a1b4}[data-theme=dark] .view-tabs__button--dashboard:hover:not(:disabled),[data-theme=dark] .view-tabs--dashboard.view-tabs--mobile .view-tabs__button--dashboard:hover:not(:disabled){background:#2a3642c2;border-color:#7d9eb629}[data-theme=dark] .view-tabs__button--dashboard.is-active,[data-theme=dark] .view-tabs--dashboard.view-tabs--mobile .view-tabs__button--dashboard.is-active{color:#d7ebf7;background:#3b53656b;border-color:#7dc6dd3d}[data-theme=dark] .view-tabs__button--dashboard.is-active .view-tabs__icon,[data-theme=dark] .view-tabs--dashboard.view-tabs--mobile .view-tabs__button--dashboard.is-active .view-tabs__icon{color:#b9dff2;background:#7dc6dd24}.sync-conflict-notice{gap:16px;display:grid}.sync-conflict-notice__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.sync-conflict-notice{background:linear-gradient(165deg,#fffbf3f5,#f8efdde0);border-color:#b57a2647}.sync-conflict-notice__title{color:var(--text);font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.25}.responsive-container__canvas{width:100%}.billing-panel{border-radius:28px;gap:20px;padding:24px;display:grid}.billing-panel__content,.billing-panel__plans-grid,.billing-status-card,.billing-status-card__facts,.billing-status-card__section,.billing-plan-card,.billing-plan-card__section,.billing-panel__offer-list{gap:14px;display:grid}.billing-panel__catalog-header,.billing-panel__composer,.billing-panel__composer-summary,.billing-panel__composer-callout{gap:10px;display:grid}.billing-panel__catalog-header h4,.billing-panel__composer h4,.billing-plan-card h4{font-family:var(--font-display);letter-spacing:-.03em;margin:0}.billing-panel__catalog-header p,.billing-plan-card__description,.billing-limit-notice p,.billing-panel__composer-summary p,.billing-panel__offer-card p,.billing-panel__composer-callout p{color:var(--muted);margin:0}.billing-panel__catalog-eyebrow,.billing-plan-card__eyebrow{text-transform:uppercase;letter-spacing:.14em;color:#7d6041;font-size:.72rem}.billing-panel__plans-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.billing-panel__composer{background:radial-gradient(circle at 100% 0,#2f6f8724,#0000 32%),linear-gradient(145deg,#fcf8f2fa,#f2f8faf5);border:1px solid #2f6f872e;border-radius:24px;padding:18px}.billing-panel__composer-head,.billing-panel__composer-actions,.billing-panel__offer-head,.billing-plan-card__header,.billing-status-card__top-row,.billing-status-card__meta-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.billing-panel__composer-summary{background:#ffffffb3;border:1px solid #2f6f8724;border-radius:20px;grid-template-columns:minmax(0,1fr) auto;align-items:end;padding:16px 18px}.billing-panel__composer-price{font-family:var(--font-display);letter-spacing:-.05em;color:var(--text);font-size:clamp(1.8rem,2.4vw,2.4rem)}.billing-panel__offer-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.billing-panel__offer-card{text-align:left;color:inherit;cursor:pointer;background:#ffffffd1;border:1px solid #91826e2e;border-radius:20px;gap:10px;padding:16px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid}.billing-panel__offer-card:hover,.billing-panel__offer-card:focus-visible{border-color:#2f6f874d;outline:none;transform:translateY(-1px);box-shadow:0 14px 28px #2f6f871f}.billing-panel__offer-card.is-selected{background:linear-gradient(#fffffff0,#e8f3f7e6);border-color:#2f6f875c;box-shadow:0 16px 30px #2f6f8729}.billing-panel__offer-head small,.billing-panel__offer-price-row small{color:var(--muted)}.billing-panel__offer-price-row{font-family:var(--font-display);letter-spacing:-.04em;align-items:baseline;gap:8px;font-size:1.35rem;display:flex}.billing-panel__composer-callout{background:#ffffffb8;border:1px solid #91826e2e;border-radius:18px;padding:14px 16px}.billing-panel__status-pill{border:1px solid #0000}.billing-panel__status-pill--positive{color:#24461d;background:#3e743729}.billing-panel__status-pill--warning{color:#6a4303;background:#b4761829}.billing-panel__status-pill--negative{color:#7a241d;background:#c2504329}.billing-panel__status-pill--info{color:#1f4b78;background:#336aa829}.billing-panel__status-pill--muted{color:#5f5447;background:#91826e1f}.billing-status-card__summary{min-height:100%}.billing-status-card__facts{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:0}.billing-status-card__fact{background:#f8f4ecc2;border:1px solid #91826e29;border-radius:18px;gap:6px;margin:0;padding:14px 16px;display:grid}.billing-status-card__fact dt{text-transform:uppercase;letter-spacing:.08em;color:#7d6041;font-size:.72rem}.billing-status-card__fact dd{margin:0}.billing-plan-card{background:#faf7f0d1;border:1px solid #91826e29;border-radius:24px;padding:18px;transition:border-color .16s,box-shadow .16s,transform .16s}.billing-plan-card:hover{transform:translateY(-1px);box-shadow:0 14px 28px #15243414}.billing-plan-card.is-current{border-color:#3e743747;box-shadow:0 14px 28px #3e74371a}.billing-plan-card.is-selected{border-color:#2f6f8752;box-shadow:0 16px 30px #2f6f8724}.billing-plan-card__price{font-size:clamp(1.6rem,2vw,2rem);font-family:var(--font-display);letter-spacing:-.04em;align-items:baseline;gap:6px;margin:0;display:inline-flex}.billing-plan-card__price span{font-size:.95rem;font-family:var(--font-sans);color:var(--muted);letter-spacing:0}.billing-plan-card__section{border-top:1px solid var(--line-subtle);padding-top:16px}.billing-plan-card__section strong{color:var(--text);font-size:.88rem}.billing-plan-card__chip-row{flex-wrap:wrap;gap:8px;display:flex}.billing-plan-card__chip{color:#22465d;background:#dbebf1e6;border:1px solid #2f6f8729;border-radius:999px;align-items:center;padding:5px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.billing-plan-card__chip--secondary{color:#61574c;background:#ffffffc2;border:1px dashed #91826e47}.billing-plan-card__action{justify-content:center;width:100%;min-height:44px}.billing-plan-card__action-content{justify-content:center;align-items:center;gap:8px;display:inline-flex}.billing-plan-card__spinner{border:2px solid;border-right-color:#0000;border-radius:999px;width:14px;height:14px;animation:.8s linear infinite billing-plan-card-spin}.billing-limit-notice{border:1px solid #91826e29;border-radius:20px;gap:10px;padding:16px 18px;display:grid}.billing-limit-notice--positive{background:#3e74371a;border-color:#3e74372e}.billing-limit-notice--warning{background:#b476181a;border-color:#b4761833}.billing-limit-notice--negative{background:#c250431a;border-color:#c2504333}.billing-limit-notice--info{background:#336aa81a;border-color:#336aa82e}.billing-limit-notice--muted{background:#f8f4ecd6}.billing-limit-notice__summary{font-weight:600}@keyframes billing-plan-card-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=720px){.billing-panel{padding:18px}.billing-panel__composer-summary{grid-template-columns:minmax(0,1fr)}}@media (width<=640px){.billing-panel__composer-head,.billing-panel__composer-actions,.billing-plan-card__header,.billing-status-card__top-row,.billing-status-card__meta-row{flex-direction:column}.billing-panel__plans-grid,.billing-panel__offer-list{grid-template-columns:minmax(0,1fr)}}[data-theme=dark] .billing-panel__composer,[data-theme=dark] .billing-plan-card,[data-theme=dark] .billing-status-card__fact,[data-theme=dark] .billing-limit-notice--muted,[data-theme=dark] .billing-panel__offer-card,[data-theme=dark] .billing-panel__composer-callout,[data-theme=dark] .billing-panel__composer-summary{background:#181f28eb;border-color:#7c97aa3d}[data-theme=dark] .billing-panel__composer{background:radial-gradient(circle at 100% 0,#468aa833,#0000 34%),linear-gradient(145deg,#131922fa,#18222cf5)}[data-theme=dark] .billing-panel__offer-card.is-selected,[data-theme=dark] .billing-plan-card.is-selected{background:linear-gradient(#18232df5,#1f303cf5);border-color:#66b0d06b}[data-theme=dark] .billing-plan-card.is-current{border-color:#72bc6e6b}[data-theme=dark] .billing-plan-card__eyebrow,[data-theme=dark] .billing-panel__catalog-eyebrow,[data-theme=dark] .billing-status-card__fact dt{color:#e8ddcbe0}[data-theme=dark] .billing-plan-card__chip{color:#d7edf8;background:#233e4fe6;border-color:#66b0d047}[data-theme=dark] .billing-plan-card__chip--secondary{color:#d8cbc0;background:#272f39eb;border-color:#94857357}[data-theme=dark] .billing-panel__status-pill--positive{color:#d0ebcb;background:#447d3e3d}[data-theme=dark] .billing-panel__status-pill--warning{color:#f5d9a2;background:#aa751c3d}[data-theme=dark] .billing-panel__status-pill--negative{color:#f4c2bb;background:#aa473b3d}[data-theme=dark] .billing-panel__status-pill--info{color:#c9e5ff;background:#356da63d}[data-theme=dark] .billing-panel__status-pill--muted{color:#ddd0c2;background:#595c653d}.category-form-modal{background:var(--surface);border:1px solid var(--border);border-radius:24px;gap:20px;width:100%;max-width:480px;padding:28px;display:grid;box-shadow:0 8px 40px #0000002e}.category-form-modal__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.category-form-modal__title{margin:0;font-size:1.2rem}.category-form-modal__form{gap:16px;display:grid}.category-form-modal__color-picker{border:1px solid var(--border);background:var(--surface-alt,#f8f4ec80);border-radius:12px;flex-wrap:wrap;gap:8px;padding:10px;display:flex}.category-form-modal__color-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;flex-shrink:0;width:28px;height:28px;transition:transform .1s,border-color .1s}.category-form-modal__color-swatch:hover{transform:scale(1.15)}.category-form-modal__color-swatch.is-selected{border-color:var(--foreground,#1a1a1a);transform:scale(1.2)}.category-form-modal__error{margin:0}.category-form-modal__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}[data-theme=dark] .category-form-modal{background:var(--surface)}[data-theme=dark] .category-form-modal__color-picker{background:#18212b99}[data-theme=dark] .category-form-modal__color-swatch.is-selected{border-color:var(--foreground,#e5e7eb)}.category-delete-dialog{background:var(--surface);border:1px solid var(--border);border-radius:24px;gap:16px;width:100%;max-width:420px;padding:28px;display:grid;box-shadow:0 8px 40px #0000002e}.category-delete-dialog__header{gap:4px;display:grid}.category-delete-dialog__title{margin:0;font-size:1.1rem}.category-delete-dialog__message{color:var(--muted);margin:0}.category-delete-dialog__error{margin:0}.category-delete-dialog__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.button--danger{background:var(--color-danger,#dc2626);color:#fff;border:none}.button--danger:hover:not(:disabled){background:var(--color-danger-hover,#b91c1c)}.categories-page{gap:18px;display:grid}.categories-toolbar-panel,.categories-results-panel,.categories-state-panel{border-radius:28px}.categories-toolbar-panel__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.categories-toolbar-panel__meta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.categories-toolbar{grid-template-columns:2fr 1fr 1fr;gap:14px;margin-top:16px;display:grid}.categories-toolbar__search,.categories-toolbar__field{min-width:0}.categories-toolbar__footer{justify-content:flex-end;margin-top:8px;display:flex}.categories-state-panel{gap:12px;padding:28px}.categories-state-panel__title{font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-size:clamp(1.4rem,2vw,1.9rem)}.categories-table-wrapper{overflow-x:auto}.categories-table{border-collapse:collapse;width:100%}.categories-table th,.categories-table td{text-align:left;border-bottom:1px solid var(--border,#91826e26);vertical-align:middle;padding:12px 16px}.categories-table th{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.82rem}.categories-table td.col-color{width:48px}.categories-table td.col-amount{text-align:right;white-space:nowrap}.categories-table th.col-amount{text-align:right}.categories-table td.col-actions{white-space:nowrap;width:120px}.categories-table__row-actions{flex-direction:row;align-items:center;gap:6px;display:flex}.categories-table__budget{color:var(--muted);font-family:var(--font-mono);font-size:.9rem}.category-color-swatch{border-radius:50%;flex-shrink:0;width:14px;height:14px;display:inline-block}.categories-results-panel__actions{flex-direction:row;justify-content:flex-end;align-items:center;gap:6px;display:flex}@media (width<=760px){.categories-toolbar{grid-template-columns:1fr}.categories-table th.col-amount,.categories-table td.col-amount{display:none}}[data-theme=dark] .categories-table th,[data-theme=dark] .categories-table td{border-bottom-color:#7d9eb626}.modal-card.modal-shell__dialog.pwa-install-prompt{border-radius:36px;align-self:center;width:min(560px,100vw - 32px);height:auto;max-height:min(90vh,760px);margin:16px}.pwa-install-prompt__meta{letter-spacing:.08em;text-transform:uppercase}.pwa-install-prompt__body{gap:18px;margin-top:18px;display:grid}.pwa-install-prompt__hero{background:radial-gradient(circle at 100% 0,#4c7b3b1f,#0000 30%),linear-gradient(145deg,#fffffff0,#f1f6efdb 48%,#ecf3f6e6);border:1px solid #91826e2e;border-radius:26px;gap:16px;padding:20px;display:grid;position:relative;overflow:hidden}.pwa-install-prompt__hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#35708824,#0000 66%);border-radius:50%;width:220px;height:220px;position:absolute;bottom:-96px;right:-64px}.pwa-install-prompt__hero-badge{width:fit-content}.pwa-install-prompt__hero-copy{z-index:1;gap:8px;display:grid;position:relative}.pwa-install-prompt__hero-copy h3{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(1.25rem,2.3vw,1.7rem);line-height:1.02}.pwa-install-prompt__hero-copy p,.pwa-install-prompt__benefit p{color:var(--muted);margin:0}.pwa-install-prompt__benefits{z-index:1;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid;position:relative}.pwa-install-prompt__benefit{background:#fffdf7b8;border:1px solid #91826e29;border-radius:20px;gap:6px;padding:14px;display:grid}.pwa-install-prompt__benefit strong{font-family:var(--font-display);font-size:.98rem;line-height:1.1}.pwa-install-prompt__steps{gap:12px;margin:0;padding-left:20px;display:grid}.pwa-install-prompt__steps li{color:var(--text);padding-left:4px}.pwa-install-prompt__steps li::marker{color:var(--info);font-weight:700}@media (width<=960px){.modal-card.modal-shell__dialog.pwa-install-prompt{border-radius:36px 36px 0 0;align-self:flex-end;width:100vw;max-height:96vh;margin:0}}@media (width<=640px){.pwa-install-prompt__hero{padding:18px}.pwa-install-prompt__benefits{grid-template-columns:1fr}}[data-theme=dark] .pwa-install-prompt__hero{background:radial-gradient(circle at 100% 0,#7fc98e29,#0000 30%),linear-gradient(145deg,#161e27f5,#1b2731eb 48%,#15232df0);border-color:#7d9eb62e}[data-theme=dark] .pwa-install-prompt__benefit{background:#131c24bd;border-color:#7d9eb629}[data-theme=dark] .pwa-install-prompt__hero:after{background:radial-gradient(circle,#7dc6dd33,#0000 66%)}.reload-prompt{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(165deg,#fffdf9f5,#f6f3ebeb);border:1px solid #91826e40;border-radius:24px;gap:14px;width:min(100% - 32px,420px);padding:18px;display:grid;position:fixed;bottom:clamp(16px,3vw,28px);right:clamp(16px,3vw,28px);box-shadow:0 24px 60px #64503c29}.reload-prompt__badge{width:fit-content}.reload-prompt__content{gap:6px;display:grid}.reload-prompt__content strong{line-height:1.2}.reload-prompt__content p{color:var(--muted);margin:0}.reload-prompt__actions{flex-wrap:wrap;gap:10px;display:flex}.reload-prompt__actions .button{flex:160px}@media (width<=640px){.reload-prompt{width:auto;left:16px;right:16px}}[data-theme=dark] .reload-prompt{background:linear-gradient(165deg,#121921f5,#18222deb);border-color:#7dc6dd2e;box-shadow:0 24px 60px #00000047}body .reload-prompt{border-width:1px;border-radius:28px;gap:16px;box-shadow:0 28px 68px #64503c2e}body .reload-prompt--positive{background:linear-gradient(165deg,#f7fbf4f7,#eaf3e7ed);border-color:#4c7b3b47}body .reload-prompt--warning{background:linear-gradient(165deg,#fffbf3f7,#f8efdded);border-color:#b57a2647}body .reload-prompt__title{color:var(--text);line-height:1.2}body .reload-prompt__content{gap:8px}body .reload-prompt__content p{color:var(--muted)}[data-theme=dark] body .reload-prompt--positive{background:linear-gradient(165deg,#142b1df5,#1c3725eb);border-color:#7fc98e47;box-shadow:0 24px 60px #0000004d}[data-theme=dark] body .reload-prompt--warning{background:linear-gradient(165deg,#342713f5,#443318eb);border-color:#e9bb6b47;box-shadow:0 24px 60px #0000004d}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--container-max-width:1920px;--container-gutter:clamp(12px, 1.8vw, 24px);--font-sans:"Inter", "Segoe UI", sans-serif;--font-display:"Plus Jakarta Sans", "Inter", "Segoe UI", sans-serif;--font-mono:"IBM Plex Mono", monospace;--atelier-bg-canvas:#fbf9f4;--atelier-bg-subtle:#f3efe5;--atelier-bg-elevated:#e4decb;--atelier-surface-base:#fffdf8d9;--atelier-surface-raised:#fffffff2;--atelier-surface-overlay:#fffcf6bf;--atelier-line-subtle:#91826e40;--atelier-line-strong:#91826e73;--atelier-text-primary:#413a30;--atelier-text-secondary:#8c8070;--atelier-text-inverse:#fdfaf4;--atelier-highlight:#357088;--atelier-highlight-soft:#35708824;--atelier-highlight-strong:#285d72;--atelier-temporal-observed:#4c7b3b;--atelier-temporal-projected:#8f8a7b;--atelier-operational-positive:#4c7b3b;--atelier-operational-negative:#c25043;--atelier-operational-info:#357088;--atelier-operational-warning:#b57a26;--atelier-operational-muted:#8c8070;--atelier-shadow-soft:0 24px 60px #64503c14;--savings-tone:#526352;--savings-tone-strong:#3f5140;--savings-tone-soft:#52635229;--savings-tone-surface:#d5e8d2ad;--savings-pressure:#8c6f49;--savings-pressure-strong:#735633;--savings-pressure-soft:#8c6f4929;--bg-0:var(--atelier-bg-canvas);--bg-1:var(--atelier-bg-subtle);--bg-2:var(--atelier-bg-elevated);--surface:var(--atelier-surface-base);--surface-strong:var(--atelier-surface-raised);--line:var(--atelier-line-subtle);--line-strong:var(--atelier-line-strong);--text:var(--atelier-text-primary);--muted:var(--atelier-text-secondary);--positive:var(--atelier-operational-positive);--negative:var(--atelier-operational-negative);--info:var(--atelier-operational-info);--warning:var(--atelier-operational-warning);--shadow:var(--atelier-shadow-soft)}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--atelier-bg-canvas:#12171d;--atelier-bg-subtle:#18212b;--atelier-bg-elevated:#213140;--atelier-surface-base:#141c24db;--atelier-surface-raised:#1c2631f5;--atelier-surface-overlay:#18212be6;--atelier-line-subtle:#7d9eb633;--atelier-line-strong:#7d9eb65c;--atelier-text-primary:#e8edf3;--atelier-text-secondary:#9fb1c1;--atelier-text-inverse:#12171d;--atelier-highlight:#7dc6dd;--atelier-highlight-soft:#7dc6dd29;--atelier-highlight-strong:#a9deec;--atelier-temporal-observed:#7fc98e;--atelier-temporal-projected:#8b9cad;--atelier-operational-positive:#7fc98e;--atelier-operational-negative:#f48f7d;--atelier-operational-info:#7dc6dd;--atelier-operational-warning:#e9bb6b;--atelier-operational-muted:#9fb1c1;--atelier-shadow-soft:0 28px 68px #00000057;--savings-tone:#a9c7a3;--savings-tone-strong:#dcefd8;--savings-tone-soft:#a9c7a32e;--savings-tone-surface:#465f4266;--savings-pressure:#e0bf8d;--savings-pressure-strong:#f0d2a5;--savings-pressure-soft:#e0bf8d2e;--bg-0:var(--atelier-bg-canvas);--bg-1:var(--atelier-bg-subtle);--bg-2:var(--atelier-bg-elevated);--surface:var(--atelier-surface-base);--surface-strong:var(--atelier-surface-raised);--line:var(--atelier-line-subtle);--line-strong:var(--atelier-line-strong);--text:var(--atelier-text-primary);--muted:var(--atelier-text-secondary);--positive:var(--atelier-operational-positive);--negative:var(--atelier-operational-negative);--info:var(--atelier-operational-info);--warning:var(--atelier-operational-warning);--shadow:var(--atelier-shadow-soft)}*{box-sizing:border-box}::selection{background-color:var(--atelier-highlight);color:var(--atelier-text-inverse)}html,body,#root{min-height:100%}body{font-family:var(--font-sans);color:var(--atelier-text-primary);background:radial-gradient(circle at top left, #3570880f, transparent 28%), radial-gradient(circle at top right, #4c7b3b14, transparent 32%), radial-gradient(circle at bottom center, #c250430f, transparent 30%), linear-gradient(180deg, var(--atelier-bg-canvas) 0%, var(--atelier-bg-subtle) 35%, var(--atelier-bg-elevated) 100%);margin:0;line-height:1.5}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.66}.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}input,select,textarea{border:1px solid var(--line);background:var(--atelier-surface-overlay);width:100%;color:var(--text);border-radius:16px;outline:none;padding:14px 16px;transition:border-color .18s,transform .18s,background-color .18s}input:focus,select:focus,textarea:focus{border-color:var(--atelier-highlight);background:var(--atelier-surface-raised);box-shadow:0 0 0 4px var(--atelier-highlight-soft)}textarea{resize:vertical;min-height:112px}.app-shell{min-height:100vh;position:relative;overflow-x:clip}.app-backdrop{pointer-events:none;background:linear-gradient(135deg,#0000 0%,#3570880a 48%,#0000 100%),radial-gradient(circle at 12% 12%,#4c7b3b14,#0000 24%),radial-gradient(circle at 88% 10%,#3570880f,#0000 30%);position:fixed;inset:0}.page-frame{z-index:1;width:100%;padding:clamp(16px,2vw,28px) 0 72px;position:relative}.responsive-container{width:min(100% - (var(--container-gutter) * 2), var(--container-max-width));margin:0 auto}.dashboard{gap:24px;width:100%;display:grid}.dashboard>*{min-width:0}[data-theme=dark] body{background:radial-gradient(circle at 0 0,#7dc6dd14,#0000 28%),radial-gradient(circle at 100% 0,#7fc98e14,#0000 34%),radial-gradient(circle at bottom,#f48f7d0f,#0000 32%),linear-gradient(#0f141b 0%,#15202a 42%,#1b2935 100%)}[data-theme=dark] .app-backdrop{background:linear-gradient(135deg,#0000 0%,#7dc6dd14 48%,#0000 100%),radial-gradient(circle at 12% 12%,#7fc98e1f,#0000 24%),radial-gradient(circle at 88% 10%,#7dc6dd1a,#0000 30%)}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:#141c24d1;border-color:#7d9eb62e}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{background:#1c2631f5;border-color:#7dc6dd5c;box-shadow:0 0 0 4px #7dc6dd1f}.hero-panel,.panel,.state-panel,.modal-card,.kpi-card{border:1px solid var(--line);background:linear-gradient(165deg, var(--atelier-surface-raised), var(--atelier-surface-base));box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-panel{border-radius:30px;grid-template-columns:minmax(0,1.35fr) minmax(320px,360px);align-items:stretch;gap:32px;padding:28px 30px;display:grid}.hero-copy{align-content:center;gap:16px;display:grid}.hero-copy h1,.panel__header h2,.modal-card__header h2{letter-spacing:-.03em;margin:0;line-height:1.08}.hero-copy h1{max-width:12ch;font-size:clamp(2.2rem,4vw,4rem)}.hero-copy p,.panel__header p,.modal-card__header p,.state-panel p,.preview-box p{color:var(--muted);margin:0}.hero-copy p{max-width:54ch;font-size:.98rem}.hero-copy__meta,.hero-controls,.hero-actions,.list-item__title-row,.list-item__actions,.modal-card__header,.modal-card__footer,.panel__header,.panel__header--compact,.table-item__heading,.table-item__meta,.list-item__meta,.hero-actions,.view-tabs{align-items:center;display:flex}.hero-copy__meta,.table-item__meta,.list-item__meta,.hero-actions,.view-tabs{flex-wrap:wrap;gap:10px}.hero-controls{background:#faf7f0d9;border:1px solid #91826e33;border-radius:24px;flex-direction:column;justify-content:space-between;justify-self:end;gap:18px;width:min(100%,480px);padding:18px}.field--compact{width:100%}.eyebrow,.panel__eyebrow,.kpi-card__label,.month-card__label,.preview-box__label{text-transform:uppercase;letter-spacing:.16em;color:#968979;font-size:.72rem}.status-pill,.badge,.category-pill{border:1px solid var(--line);border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.82rem;display:inline-flex}.status-pill{color:var(--positive);background:#4c7b3b1f}.status-pill--busy{color:var(--info);background:#3570881f}.status-pill--cloud{color:var(--positive);background:#4c7b3b1f}.status-pill--muted{color:var(--muted);background:#91826e1f}.status-pill--negative{color:var(--negative);background:#c250431f}.field__hint,.field__feedback{margin:0;font-size:.84rem}.field__hint{color:var(--muted)}.field__feedback{color:var(--negative)}.text-link-button{color:var(--info);background:0 0;border:0;padding:0;font-weight:700}.text-link-button:hover:not(:disabled){text-decoration:underline}.field--category{gap:8px}.category-creator{border:1px dashed var(--line-strong);background:#f7f3ebd1;border-radius:22px;gap:14px;padding:16px;display:grid}.category-creator__header p{margin-top:4px}.category-creator__grid{grid-template-columns:minmax(0,1fr) 96px;align-items:end;gap:14px;display:grid}.category-creator__color input{min-height:52px;padding:8px}.category-creator__actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.button{border:0;border-radius:16px;padding:14px 18px;font-weight:700;transition:transform .18s,box-shadow .18s,opacity .18s}.button:hover:not(:disabled),.icon-button:hover:not(:disabled),.view-tabs__button:hover:not(:disabled){transform:translateY(-1px)}.button:focus-visible,.icon-button:focus-visible,.mode-toggle__button:focus-visible,.text-link-button:focus-visible{outline-offset:2px;outline:3px solid #35708842;box-shadow:0 0 0 6px #3570881f}.button--primary{background:linear-gradient(135deg, var(--positive), var(--info));color:#fff;box-shadow:0 14px 30px #4c7b3b26}.button--ghost{color:var(--text);border:1px solid var(--line);background:#faf7f0cc}.button--compact{border-radius:12px;padding:8px 12px;font-size:.84rem}.hero-actions{width:100%}.hero-actions .button{flex:1 1 0;min-width:0}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:14px;display:grid}.kpi-grid--home{grid-template-columns:repeat(12,minmax(0,1fr))}.kpi-card{background:linear-gradient(160deg,#fffdf8f5,#f7f3ebe0);border:1px solid #91826e29;border-radius:24px;align-content:space-between;gap:10px;min-height:148px;padding:18px 20px;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 22px #64503c0f}.kpi-card:after{content:"";background:linear-gradient(90deg,#3570881f,#0000);height:1px;position:absolute;inset:auto 20px 0}.kpi-card--hero{background:linear-gradient(155deg,#fffffffa,#f3eee5e0);grid-area:auto/span 2;min-height:164px;padding:22px}.kpi-card--income,.kpi-card--expense{grid-column:span 1}.kpi-card--month{grid-column:span 2;min-height:152px}.kpi-grid--home .kpi-card--hero{grid-column:span 6}.kpi-grid--home .kpi-card--income,.kpi-grid--home .kpi-card--expense,.kpi-grid--home .kpi-card--month{grid-column:span 3}.kpi-card__meta{gap:4px;display:grid}.kpi-card__label-row{align-items:center;gap:8px;min-width:0;display:flex}.kpi-card__label-marker{border-radius:999px;flex:0 0 8px;width:8px;height:8px}.kpi-card__label-marker--positive{background:var(--positive);box-shadow:0 0 0 4px #7fc98e24}.kpi-card__label-marker--negative{background:color-mix(in srgb, var(--negative) 76%, var(--text) 24%);box-shadow:0 0 0 4px #c250431f}.kpi-card__hero-icon{width:28px;height:28px;color:var(--muted);background:#ffffffb8;border:1px solid #35708824;border-radius:10px;flex:0 0 28px;justify-content:center;align-items:center;margin-left:auto;display:inline-flex}.kpi-card__eyebrow,.kpi-card__label{text-transform:uppercase;letter-spacing:.16em}.kpi-card__eyebrow{color:var(--atelier-highlight-strong);font-size:.68rem}.kpi-card__label{color:var(--muted);font-size:.76rem}.kpi-card__value{font-family:var(--font-display);letter-spacing:-.05em;text-wrap:balance;max-width:10ch;font-size:clamp(1.7rem,2.4vw,2.55rem);font-weight:700;line-height:.96}.kpi-card--hero .kpi-card__value{max-width:10ch;font-size:clamp(2rem,3vw,3.2rem)}.matrix-table td,.month-card strong,.preview-box strong,.list-item__actions strong{font-family:var(--font-mono)}.kpi-card__subtitle{color:var(--muted);max-width:28ch;font-size:.88rem}.kpi-card__footer{align-self:end;gap:10px;display:grid}.kpi-card__trend{width:fit-content;max-width:100%;min-height:34px;color:var(--muted);background:#ffffffa3;border:1px solid #3570881f;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:.76rem;line-height:1.2;display:inline-flex}.kpi-card__trend-icon{flex:0 0 14px;width:14px;height:14px}.kpi-card__trend-text{text-wrap:balance}.kpi-card__trend--positive{color:var(--positive);background:#7fc98e1f;border-color:#7fc98e38}.kpi-card__trend--negative{color:color-mix(in srgb, var(--negative) 76%, var(--text) 24%);background:#c250431a;border-color:#c2504333}.kpi-card__trend--neutral{color:var(--muted);background:#ffffff80;border-color:#91826e2e}.kpi-card--positive .kpi-card__value,.is-positive{color:var(--positive)}.kpi-card--negative .kpi-card__value,.is-negative{color:color-mix(in srgb, var(--negative) 76%, var(--text) 24%)}.panel,.state-panel{border-radius:28px;padding:24px}.panel__header,.panel__header--compact,.modal-card__header,.modal-card__footer,.list-item__title-row,.list-item__actions,.table-item__heading{justify-content:space-between;gap:8px}.panel__header,.panel__header--compact,.modal-card__header{flex-wrap:wrap;align-items:flex-start}.panel__header>div,.panel__header--compact>div,.modal-card__header>div{min-width:0}.panel__header{margin-bottom:18px}.panel__header--compact{margin-bottom:12px}.panel__header>p,.panel__header--compact>p,.modal-card__header>p,.panel__header>div+div p,.panel__header--compact>div+div p,.modal-card__header>div+div p{text-align:right;max-width:min(100%,42ch);margin-left:auto}.table-shell{border:1px solid #91826e2e;border-radius:22px;overflow:auto}.matrix-table{border-collapse:collapse;width:100%;min-width:1120px;font-size:.88rem}.matrix-table th,.matrix-table td{text-align:right;vertical-align:top;border-bottom:1px solid #91826e2e;padding:14px 16px}.matrix-table th{color:#786e5fd9;text-transform:uppercase;letter-spacing:.12em;background:#f0ebe1cc;font-size:.78rem}.matrix-table__sticky{z-index:1;background:#fcf9f4fa;min-width:280px;position:sticky;left:0;text-align:left!important}.matrix-table__title-cell{padding-right:12px}.matrix-table__value,.matrix-table__total{white-space:nowrap}.matrix-table__value.is-current,.matrix-table th.is-current{background:#4c7b3b0f}.matrix-table__section-row td{color:#5a5046e6;letter-spacing:.16em;text-transform:uppercase;background:#ebe4d7b3;font-size:.78rem}.matrix-table__summary-row td{font-weight:700}.matrix-table__summary-row--positive td{background:#b5c29014}.matrix-table__summary-row--negative td{background:#c250430f}.matrix-table__summary-row--neutral td,.matrix-table__summary-row--muted td{background:#3570880f}.table-item{gap:10px;display:grid}.item-action-group{justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.table-item__heading strong,.list-item strong{font-size:1rem}.category-pill{color:#5c544d;background:#ebe4d7cc}.category-pill__swatch{border-radius:999px;flex:0 0 10px;width:10px;height:10px}.badge{color:var(--muted);background:#ebe4d7d9}.badge--positive{color:var(--positive);background:#4c7b3b14;border-color:#4c7b3b3d}.badge--negative{color:var(--negative);background:#c2504314;border-color:#c2504342}.badge--repeat{color:#6e675c;background:linear-gradient(135deg,#f2ece2eb,#e8e0d2e6);border-color:#91826e3d}.badge--info{color:var(--info);background:#35708814;border-color:#3570883d}.badge--warning{color:var(--warning);background:#b57a261a;border-color:#b57a2642}.badge--muted{color:var(--muted);background:#91826e1a;border-color:#91826e38}.badge--operational{box-shadow:inset 0 1px #ffffff47}.icon-button{border:1px solid var(--line);color:var(--text);background:#f5f0e6e6;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;transition:transform .18s,border-color .18s,background-color .18s;display:inline-flex}.icon-button:hover:not(:disabled){background:#c250431f;border-color:#c2504359}.chart-card{background:#faf7f0cc;border:1px solid #91826e38;border-radius:24px;padding:16px}.month-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.month-card{background:#f5f2ebcc;border:1px solid #91826e38;border-radius:18px;gap:8px;padding:16px;display:grid}.month-card__meta{color:var(--muted);font-size:.84rem}.empty-state{text-align:center;color:var(--muted);background:#f5f0e6cc;border-radius:20px;padding:24px}.state-panel{gap:8px;display:grid}.state-panel--operational{border-width:1px;gap:14px}.state-panel__header--operational{margin-bottom:0}.state-panel__title{letter-spacing:-.02em;color:var(--text);margin-top:10px;font-size:clamp(1.02rem,1.6vw,1.2rem);line-height:1.2;display:block}.state-panel__actions{justify-content:flex-start}.state-panel--operational-info{background:linear-gradient(165deg,#f7fbfdf5,#e9f2f6e6);border-color:#35708842}.state-panel--operational-warning{background:linear-gradient(165deg,#fffbf3f5,#f8efdde0);border-color:#b57a2647}.state-panel--operational-negative,.state-panel--error{background:linear-gradient(165deg,#fff9f7f5,#fcede8e6);border-color:#c2504347}.modal-shell{z-index:40;background:#28231e75;justify-content:flex-end;align-items:stretch;padding:0;display:flex;position:fixed;inset:0}.modal-shell--blur{-webkit-backdrop-filter:blur(14px)}@keyframes drawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.modal-card.modal-shell__dialog{border-radius:40px 0 0 40px;width:min(840px,100vw);height:100vh;max-height:100vh;margin:0;padding:32px;animation:.25s cubic-bezier(.16,1,.3,1) forwards drawerSlideIn;overflow:auto}.modal-shell__dialog--blur{-webkit-backdrop-filter:blur(22px)}.modal-shell__dialog--solid{background:linear-gradient(165deg,#fffdf8fa,#f4efe6f5)}.modal-shell__header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;margin-bottom:22px;display:grid}.modal-shell__copy{gap:12px;min-width:0;display:grid}.modal-shell__meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.modal-shell__headline{gap:8px;display:grid}.modal-shell__headline h2{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(1.9rem,3vw,2.8rem);line-height:.98}.modal-shell__headline p{max-width:56ch;color:var(--muted);margin:0}.modal-shell__close{flex-shrink:0;place-self:start end}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.modal-shell--blur{background:#28231e99}.modal-shell__dialog--blur{background:linear-gradient(165deg,#fffdf8fa,#f4efe6f5)}}.modal-overlay{z-index:40;background:#28231e66;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{border-radius:30px;width:min(760px,100%);max-height:min(90vh,920px);padding:24px;overflow:auto}.modal-form{gap:16px;margin-top:18px;display:grid}.form-grid{gap:14px;display:grid}.form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.form-grid__full{grid-column:1/-1}.mode-toggle{background:#f2eee6bf;border:1px solid #91826e33;border-radius:22px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px;display:grid}.mode-toggle__button{color:var(--muted);text-align:left;background:0 0;border:1px solid #0000;border-radius:16px;gap:4px;padding:14px 16px;display:grid}.mode-toggle__button strong{font-size:.96rem}.mode-toggle__button span{font-size:.82rem;line-height:1.45}.mode-toggle__button.is-active{color:var(--text);background:#fffdf8eb;border-color:#35708829;box-shadow:0 10px 24px #64503c0f}.batch-builder{border:1px dashed var(--line-strong);background:#f7f3ebd1;border-radius:24px;gap:16px;padding:18px;display:grid}.batch-builder__header,.batch-builder__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.batch-builder__header{align-items:flex-start}.batch-builder__header strong{font-size:1rem;display:block}.batch-builder__header p{max-width:54ch;color:var(--muted);margin:6px 0 0}.batch-builder__generator{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:14px;display:grid}.batch-builder__toolbar{align-items:flex-start}.batch-builder__toolbar .field__hint{max-width:48ch}.batch-builder__list{gap:12px;display:grid}.batch-builder__empty{text-align:center;color:var(--muted);background:#fffdf6b3;border:1px dashed #91826e47;border-radius:20px;padding:20px}.batch-entry{background:#fffdf6eb;border:1px solid #91826e2e;border-radius:22px;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:12px;padding:14px;display:grid}.batch-entry__index{width:36px;height:36px;color:var(--muted);background:#ebe4d7d9;border-radius:12px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.batch-entry__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.preview-box__meta{color:var(--muted);font-size:.82rem}.preview-box{background:#ebe6dcd9;border:1px solid #91826e38;border-radius:22px;gap:8px;padding:18px;display:grid}.preview-box strong{font-size:1.2rem}@keyframes bottomSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (width<=960px){.modal-shell{align-items:flex-end}.modal-card.modal-shell__dialog,.modal-shell__dialog{border-radius:40px 40px 0 0;width:100vw;height:auto;max-height:98vh;margin:0;animation:.25s cubic-bezier(.16,1,.3,1) forwards bottomSheetSlideUp}}@media (width<=640px){.modal-shell{padding:0}.modal-card.modal-shell__dialog,.modal-shell__dialog{border-radius:32px 32px 0 0;padding:24px 20px}}.auth-screen{z-index:1;justify-content:center;align-items:center;min-height:100vh;padding:32px 16px;display:flex;position:relative}.auth-card{border:1px solid var(--line);width:min(560px,100%);box-shadow:var(--shadow);background:linear-gradient(165deg,#fffdf9f5,#f6f3ebe6);border-radius:30px;gap:20px;padding:28px;display:grid}.auth-card__header,.auth-card__form,.auth-card__footer,.workspace-list,.workspace-list__item,.workspace-list__header,.workspace-list__actions,.workspace-list__title,.workspace-badge-row{gap:12px;display:grid}.auth-card__header h1,.auth-card__footer p,.workspace-list{margin:0}.auth-card__header p,.auth-card__footer p,.workspace-list__meta{color:var(--muted)}.auth-card__recovery-panel{gap:8px}.auth-card__recovery-panel code{word-break:break-all}.workspace-list{padding:0;list-style:none}.workspace-list__item{background:#fffdf6e0;border:1px solid #91826e33;border-radius:22px;padding:18px}.workspace-list__header,.workspace-list__actions{grid-template-columns:minmax(0,1fr)}.workspace-list__title strong{font-size:1rem}.workspace-badge-row{grid-auto-flow:row;justify-items:start}.cloud-status-grid{gap:14px;display:grid}.cloud-status__headline{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.cloud-status__facts{color:var(--muted);gap:6px;font-size:.92rem;display:grid}@media (width>=860px){.cloud-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1180px){.hero-panel{grid-template-columns:1fr}.hero-controls{justify-self:stretch;width:100%}.kpi-grid,.month-grid,.kpi-grid--home{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi-card--hero{grid-area:auto/span 2;min-height:180px}.kpi-card--income,.kpi-card--expense,.kpi-card--month{grid-column:span 1}.kpi-grid--home .kpi-card--hero{grid-column:span 2}.kpi-grid--home .kpi-card--income,.kpi-grid--home .kpi-card--expense,.kpi-grid--home .kpi-card--month{grid-column:span 1}.list-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.list-toolbar__search{grid-column:span 1}.list-grid{grid-template-columns:1fr}}@media (width<=760px){.page-frame{padding:16px 0 48px}.hero-panel,.panel,.state-panel,.modal-card,.kpi-card{border-radius:24px}.hero-panel,.panel,.state-panel,.modal-card{padding:18px}.hero-actions,.modal-card__footer{flex-direction:column}.panel__header>p,.panel__header--compact>p,.modal-card__header>p,.panel__header>div+div p,.panel__header--compact>div+div p,.modal-card__header>div+div p{text-align:left;width:100%;max-width:none;margin-left:0}.button,.hero-actions .button,.modal-card__footer .button{width:100%}.kpi-grid:not(.kpi-grid--home),.month-grid,.form-grid--two,.form-grid--three,.form-grid--four,.mode-toggle,.category-creator__grid,.list-toolbar{grid-template-columns:1fr}.kpi-card--hero,.kpi-card--income,.kpi-card--expense,.kpi-card--month{grid-area:auto}.kpi-card--hero{min-height:168px}.kpi-grid--home{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.kpi-grid--home .kpi-card{min-height:114px;padding:14px 16px}.kpi-grid--home .kpi-card--hero{grid-column:span 2;min-height:116px;padding:16px 18px}.kpi-grid--home .kpi-card__value{font-size:clamp(1.15rem,6vw,1.5rem)}.kpi-grid--home .kpi-card--hero .kpi-card__value{font-size:clamp(1.5rem,7.5vw,2rem)}.kpi-grid--home .kpi-card__subtitle{font-size:.76rem}.kpi-grid--home .kpi-card__trend{gap:5px;min-height:28px;padding:4px 8px;font-size:.7rem}.list-toolbar__search{grid-column:span 1}.batch-builder__generator,.batch-entry,.batch-entry__grid{grid-template-columns:1fr}.batch-entry__index{display:none}.list-item,.category-creator__actions{flex-direction:column}.matrix-table{min-width:980px}.matrix-table th,.matrix-table td{padding:12px 14px}}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;transition-delay:0s!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.button:hover:not(:disabled),.icon-button:hover:not(:disabled),.view-tabs__button:hover:not(:disabled),.sync-status-indicator__wrapper:hover .sync-status-indicator,.sync-status-indicator__wrapper:focus-within .sync-status-indicator,.sync-status-indicator__tooltip,.sync-status-indicator__wrapper:hover .sync-status-indicator__tooltip,.sync-status-indicator__wrapper:focus-within .sync-status-indicator__tooltip{transform:none!important}}.field__error{color:var(--negative);margin:0;font-size:.84rem}[data-theme=dark] .hero-panel,[data-theme=dark] .panel,[data-theme=dark] .state-panel,[data-theme=dark] .modal-card,[data-theme=dark] .kpi-card,[data-theme=dark] .auth-card{background:linear-gradient(165deg,#121921f5,#19232ee6)}[data-theme=dark] .kpi-card{border-color:#7d9eb629;box-shadow:0 14px 28px #0000002e}[data-theme=dark] .kpi-card:after{background:linear-gradient(90deg,#7dc6dd3d,#0000)}[data-theme=dark] .kpi-card--hero{background:linear-gradient(165deg,#18212bf5,#222d38e6)}[data-theme=dark] .hero-controls,[data-theme=dark] .view-tabs,[data-theme=dark] .chart-card,[data-theme=dark] .month-card,[data-theme=dark] .list-item,[data-theme=dark] .empty-state,[data-theme=dark] .settings-modal__section,[data-theme=dark] .mode-toggle,[data-theme=dark] .preview-box,[data-theme=dark] .batch-builder,[data-theme=dark] .batch-entry,[data-theme=dark] .batch-entry__grid,[data-theme=dark] .summary-card,[data-theme=dark] .category-creator,[data-theme=dark] .savings-goals-actions__item,[data-theme=dark] .savings-goal-card__stat,[data-theme=dark] .savings-goal-card__debt-section,[data-theme=dark] .workspace-list__item,[data-theme=dark] .savings-goal-card__detail-item{background:#18212bd1;border-color:#7d9eb62e}[data-theme=dark] .button--ghost{background:#18212be6;border-color:#7d9eb638}[data-theme=dark] .icon-button{color:var(--text);background:#18212be6;border-color:#7d9eb638}[data-theme=dark] .view-tabs__button.is-active,[data-theme=dark] .mode-toggle__button.is-active{color:var(--text);background:#222e3bfa;box-shadow:0 12px 28px #00000038}h1,h2,h3,h4,h5,h6,.kpi-card__value,.matrix-table__value,.syne-font{font-family:var(--font-display);font-variant-numeric:tabular-nums;letter-spacing:-.02em}[data-theme=dark] .table-shell,[data-theme=dark] .transaction-table,[data-theme=dark] .savings-goal-card__detail-item,[data-theme=dark] .savings-goal-card__callout{border-color:#7d9eb629}[data-theme=dark] .matrix-table th{color:var(--muted);background:#1d2833f5}[data-theme=dark] .matrix-table__sticky,[data-theme=dark] .matrix-table--recovery .matrix-table__sticky{background:#141c24fa}[data-theme=dark] .matrix-table__section-row td{color:var(--muted);background:#222e3bd1}[data-theme=dark] .matrix-table__summary-row--positive td{background:#7fc98e14}[data-theme=dark] .matrix-table__summary-row--negative td{background:#f48f7d14}[data-theme=dark] .matrix-table__summary-row--neutral td,[data-theme=dark] .matrix-table__summary-row--muted td{background:#7dc6dd14}[data-theme=dark] .modal-shell{background:#080c10b8}[data-theme=dark] .modal-overlay{background:#080c10ad}[data-theme=dark] .badge,[data-theme=dark] .category-pill,[data-theme=dark] .status-pill--muted{background:#313f4eb8}[data-theme=dark] .badge--repeat{color:#d3c19d;background:linear-gradient(135deg,#4a3e25c7,#382e1ce0);border-color:#e9bb6b38}[data-theme=dark] .category-pill,[data-theme=dark] .field__label,[data-theme=dark] .eyebrow,[data-theme=dark] .panel__eyebrow,[data-theme=dark] .kpi-card__label,[data-theme=dark] .month-card__label,[data-theme=dark] .preview-box__label{color:#bfd0de}[data-theme=dark] .kpi-card__eyebrow{color:#8ec5da}[data-theme=dark] .kpi-card__label-marker--positive{box-shadow:0 0 0 4px #7fc98e2e}[data-theme=dark] .kpi-card__label-marker--negative{box-shadow:0 0 0 4px #c250432e}[data-theme=dark] .kpi-card__hero-icon{color:#d7ebf7;background:#141c24e0;border-color:#7d9eb638}[data-theme=dark] .kpi-card__trend{background:#141c24d6;border-color:#7d9eb63d}[data-theme=dark] .kpi-card__trend--positive{color:#8fd5a1;background:#7fc98e24;border-color:#7fc98e42}[data-theme=dark] .kpi-card__trend--negative{color:#f0a697;background:#c2504329;border-color:#f48f7d47}[data-theme=dark] .kpi-card__trend--neutral{color:#bfd0de;background:#222e3be6;border-color:#7d9eb63d}[data-theme=dark] .state-panel--operational-info{background:linear-gradient(165deg,#122029f5,#182a35eb);border-color:#7dc6dd3d}[data-theme=dark] .state-panel--operational-warning{background:linear-gradient(165deg,#342713f5,#443318eb);border-color:#e9bb6b42}[data-theme=dark] .state-panel--operational-negative,[data-theme=dark] .state-panel--error{background:linear-gradient(165deg,#361c1af5,#482320eb);border-color:#f48f7d47}
