:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3}button,input{font-family:inherit}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}a{color:inherit;text-decoration:none}input,select,textarea{font:inherit}:root{--bg: #F0F4F8;--surface: #FFFFFF;--surface-2: #F8FAFC;--surface-3: #F1F5F9;--border: #E2E8F0;--border-strong: #CBD5E1;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #94A3B8;--accent: #6366F1;--accent-hover: #4F46E5;--accent-light: #EEF2FF;--accent-text: #4338CA;--success: #10B981;--success-light: #ECFDF5;--warning: #F59E0B;--warning-light: #FFFBEB;--danger: #EF4444;--danger-light: #FEF2F2;--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--radius-xl: 20px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.05);--shadow-lg: 0 10px 25px rgba(0,0,0,.1), 0 4px 10px rgba(0,0,0,.06);--tab-bar-height: 64px;--header-height: 64px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.dark{--bg: #0D1117;--surface: #161B22;--surface-2: #1C2128;--surface-3: #21262D;--border: #30363D;--border-strong: #3D444D;--text-primary: #E6EDF3;--text-secondary: #8B949E;--text-muted: #6E7681;--accent: #818CF8;--accent-hover: #6366F1;--accent-light: #1E1B4B;--accent-text: #A5B4FC;--success: #3FB950;--success-light: #0D2818;--warning: #D29922;--warning-light: #2D1E00;--danger: #F85149;--danger-light: #2D0F0E;--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow: 0 4px 6px rgba(0,0,0,.3);--shadow-lg: 0 10px 25px rgba(0,0,0,.4)}.app{font-family:var(--font);background:var(--bg);color:var(--text-primary);min-height:100vh;min-height:100dvh;transition:background .2s,color .2s}.app__main{padding-top:calc(var(--header-height) + 16px);padding-bottom:calc(var(--tab-bar-height) + 16px);padding-left:16px;padding-right:16px;max-width:900px;margin:0 auto;min-height:100dvh}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-height);background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:space-between;padding:0 16px;gap:12px}.header__logo{display:flex;align-items:center;gap:8px}.header__logo-icon{color:var(--accent);flex-shrink:0}.header__logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary)}.header__actions{display:flex;align-items:center;gap:8px}.header__btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;transition:background .15s,color .15s,box-shadow .15s}.header__btn--icon{padding:8px;color:var(--text-secondary);background:transparent}.header__btn--icon:hover{background:var(--surface-3);color:var(--text-primary)}.header__btn--primary{background:var(--accent);color:#fff;box-shadow:var(--shadow-sm)}.header__btn--primary:hover{background:var(--accent-hover);box-shadow:var(--shadow)}.tab-bar{position:fixed;bottom:0;left:0;right:0;z-index:100;height:var(--tab-bar-height);display:flex;align-items:stretch;background:#ffffffe0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);box-shadow:0 -4px 20px #0000000f}.dark .tab-bar{background:#161b22eb}.tab-bar__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px 4px;color:var(--text-muted);transition:color .15s;position:relative}.tab-bar__item--active{color:var(--accent)}.tab-bar__item:hover:not(.tab-bar__item--active){color:var(--text-secondary)}.tab-bar__label{font-size:.65rem;font-weight:500;letter-spacing:.01em}.tab-bar__dot{position:absolute;top:4px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:var(--accent)}.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;transition:background .15s,box-shadow .15s,opacity .15s}.btn--primary{background:var(--accent);color:#fff;box-shadow:var(--shadow-sm)}.btn--primary:hover{background:var(--accent-hover);box-shadow:var(--shadow)}.btn--secondary{background:var(--surface-3);color:var(--text-secondary);border:1px solid var(--border)}.btn--secondary:hover{background:var(--border);color:var(--text-primary)}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:100px;font-size:.7rem;font-weight:600;white-space:nowrap}.badge--success{background:var(--success-light);color:var(--success)}.badge--accent{background:var(--accent-light);color:var(--accent-text)}.badge--muted{background:var(--surface-3);color:var(--text-muted)}.badge--danger{background:var(--danger-light);color:var(--danger)}.badge--warning{background:var(--warning-light);color:var(--warning)}.due-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:100px;font-size:.7rem;font-weight:600;white-space:nowrap}.due-badge--overdue,.due-badge--today{background:var(--danger-light);color:var(--danger)}.due-badge--soon{background:var(--warning-light);color:var(--warning)}.due-badge--week{background:#fffde7;color:#92400e}.dark .due-badge--week{background:#2d2200;color:#d29922}.due-badge--normal{background:var(--surface-3);color:var(--text-muted)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;text-align:center}.empty-state__icon{font-size:3rem;line-height:1}.empty-state__text{color:var(--text-secondary);font-size:1rem}.section-title{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:12px}.dashboard{display:flex;flex-direction:column;gap:24px}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:600px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);padding:16px;display:flex;align-items:flex-start;gap:12px;transition:box-shadow .15s}.stat-card:hover{box-shadow:var(--shadow)}.stat-card--accent{background:linear-gradient(135deg,var(--accent) 0%,#8B5CF6 100%);border-color:transparent;color:#fff}.stat-card--accent .stat-card__label,.stat-card--accent .stat-card__value{color:#fff}.stat-card--accent .stat-card__icon{background:#fff3;color:#fff}.stat-card__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-sm);background:var(--accent-light);color:var(--accent);flex-shrink:0}.stat-card__icon--warn{background:var(--warning-light);color:var(--warning)}.stat-card__body{min-width:0}.stat-card__label{font-size:.72rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.stat-card__value{font-size:1.35rem;font-weight:700;color:var(--text-primary);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-section{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);padding:20px}.upcoming-list{display:flex;flex-direction:column;gap:2px}.upcoming-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--radius-sm);transition:background .12s;text-align:left;width:100%;position:relative;overflow:hidden}.upcoming-item:hover{background:var(--surface-2)}.upcoming-item__accent{position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:3px 0 0 3px}.upcoming-item__emoji{font-size:1.1rem;flex-shrink:0;margin-left:6px}.upcoming-item__info{flex:1;min-width:0}.upcoming-item__name{display:block;font-weight:600;font-size:.875rem;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upcoming-item__date{font-size:.75rem;color:var(--text-muted)}.upcoming-item__right{display:flex;flex-direction:column;align-items:flex-end;gap:3px;flex-shrink:0}.upcoming-item__amount{font-weight:700;font-size:.875rem;color:var(--text-primary)}.insights-row{display:flex;flex-wrap:wrap;gap:10px}.insight-chip{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:10px 14px;display:flex;flex-direction:column;gap:4px;min-width:0;flex:1;min-width:180px}.insight-chip--warn{border-color:var(--warning);background:var(--warning-light)}.insight-chip__label{font-size:.7rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.insight-chip__value{font-size:.875rem;font-weight:600;color:var(--text-primary)}.sub-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);display:flex;align-items:stretch;position:relative;overflow:hidden;transition:box-shadow .15s,transform .15s,opacity .15s,border-color .15s}.sub-card:hover{box-shadow:var(--shadow)}.sub-card--dragging{opacity:.5;transform:scale(.98)}.sub-card--drag-over{border:2px dashed var(--accent);background:var(--accent-light)}.sub-card--cancelled{opacity:.5}.sub-card--paused{opacity:.75}.sub-card__accent{width:4px;flex-shrink:0;border-radius:4px 0 0 4px}.sub-card__drag-handle{display:flex;align-items:center;padding:0 6px;color:var(--text-muted);cursor:grab;opacity:0;transition:opacity .15s}.sub-card:hover .sub-card__drag-handle,.sub-card:focus-within .sub-card__drag-handle{opacity:1}.sub-card__body{flex:1;padding:14px 12px 12px;min-width:0;display:flex;flex-direction:column;gap:6px}.sub-card__top{display:flex;align-items:center;gap:8px}.sub-card__emoji{font-size:1.25rem;flex-shrink:0}.sub-card__name-wrap{display:flex;align-items:center;gap:4px;min-width:0;flex:1}.sub-card__name{font-size:.95rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sub-card__link{color:var(--text-muted);display:inline-flex;align-items:center;flex-shrink:0;transition:color .12s}.sub-card__link:hover{color:var(--accent)}.sub-card__amount-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.sub-card__amount{font-size:1rem;font-weight:700;color:var(--text-primary)}.sub-card__cycle{font-size:.75rem;color:var(--text-muted);font-weight:500}.sub-card__monthly-eq{font-size:.75rem;color:var(--text-secondary);background:var(--surface-3);padding:1px 6px;border-radius:100px}.sub-card__daily{font-size:.72rem;color:var(--text-muted);margin-left:auto}.sub-card__due-row{display:flex;align-items:center;gap:8px}.sub-card__due-date{font-size:.75rem;color:var(--text-secondary)}.sub-card__trial{font-size:.75rem;color:var(--accent-text);background:var(--accent-light);padding:3px 8px;border-radius:100px;display:inline-flex;align-items:center;gap:4px;align-self:flex-start}.sub-card__trial--urgent{background:var(--warning-light);color:var(--warning)}.sub-card__tags{display:flex;flex-wrap:wrap;gap:5px;align-items:center}.category-chip{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:100px;font-size:.68rem;font-weight:600}.usage-chip{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;border-radius:100px;font-size:.68rem;font-weight:500;background:var(--surface-3);color:var(--text-secondary)}.worth-chip{display:inline-flex;align-items:center;padding:2px 7px;border-radius:100px;font-size:.68rem;font-weight:600}.worth-chip--great{background:var(--success-light);color:var(--success)}.worth-chip--fair{background:var(--warning-light);color:var(--warning)}.worth-chip--poor{background:var(--danger-light);color:var(--danger)}.sub-card__shared{font-size:.75rem;color:var(--text-secondary)}.sub-card__notes{font-size:.75rem;color:var(--text-muted);font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sub-card__actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 10px;opacity:0;transition:opacity .15s}.sub-card:hover .sub-card__actions,.sub-card:focus-within .sub-card__actions{opacity:1}@media(pointer:coarse),(max-width:600px){.sub-card__actions{opacity:1}}.sub-card__action-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:var(--radius-sm);transition:background .12s,color .12s}.sub-card__action-btn--edit{color:var(--text-muted)}.sub-card__action-btn--edit:hover{background:var(--accent-light);color:var(--accent)}.sub-card__action-btn--delete{color:var(--text-muted)}.sub-card__action-btn--delete:hover{background:var(--danger-light);color:var(--danger)}.sub-list-page{display:flex;flex-direction:column;gap:16px}.search-bar{position:relative;display:flex;align-items:center}.search-bar__icon{position:absolute;left:12px;color:var(--text-muted);pointer-events:none}.search-bar__input{width:100%;padding:10px 12px 10px 38px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text-primary);font-size:.9rem;transition:border-color .15s,box-shadow .15s;outline:none}.search-bar__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.search-bar__input::placeholder{color:var(--text-muted)}.sub-list-controls{display:flex;flex-direction:column;gap:10px}.sub-list-filters{display:flex;flex-direction:column;gap:8px}@media(min-width:600px){.sub-list-filters{flex-direction:row;align-items:center;justify-content:space-between}}.filter-tabs{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab{padding:6px 12px;border-radius:100px;font-size:.8rem;font-weight:600;color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);white-space:nowrap;transition:background .12s,color .12s,border-color .12s}.filter-tab:hover{background:var(--surface-3)}.filter-tab--active{background:var(--accent);color:#fff;border-color:var(--accent)}.sub-list-right-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.select-wrap{position:relative;display:flex;align-items:center}.select-wrap__icon{position:absolute;left:8px;color:var(--text-muted);pointer-events:none;z-index:1}.select-input{padding:7px 10px 7px 28px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text-primary);font-size:.8rem;cursor:pointer;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:border-color .15s;max-width:160px}.select-wrap:not(:has(.select-wrap__icon)) .select-input{padding-left:10px}.select-input:focus{border-color:var(--accent)}.view-toggle{display:flex;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.view-toggle__btn{display:flex;align-items:center;justify-content:center;padding:6px 10px;color:var(--text-muted);background:var(--surface);transition:background .12s,color .12s}.view-toggle__btn:hover{background:var(--surface-3)}.view-toggle__btn--active{background:var(--accent-light);color:var(--accent)}.sub-list-count{font-size:.8rem;color:var(--text-muted)}.sub-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(max-width:520px){.sub-grid{grid-template-columns:1fr}}.sub-stack{display:flex;flex-direction:column;gap:8px}.calendar-view{display:flex;flex-direction:column;gap:16px}.calendar-nav{display:flex;align-items:center;justify-content:space-between;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px}.calendar-nav__btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-sm);color:var(--text-secondary);transition:background .12s}.calendar-nav__btn:hover{background:var(--surface-3)}.calendar-nav__title{font-size:1rem;font-weight:700;color:var(--text-primary)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:8px;box-shadow:var(--shadow-sm)}.calendar-weekday{padding:6px 2px;text-align:center;font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.calendar-cell{display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:5px 5px 4px;border-radius:var(--radius-sm);min-height:90px;cursor:pointer;transition:background .12s;background:transparent;border:1px solid transparent;overflow:hidden}.calendar-cell:hover{background:var(--surface-3)}.calendar-cell--empty{cursor:default;min-height:90px}.calendar-cell--empty:hover{background:transparent}.calendar-cell--today .calendar-cell__day{background:var(--accent);color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.calendar-cell--selected{background:var(--accent-light);border-color:var(--accent)}.calendar-cell--has-subs{font-weight:600}.calendar-cell__day{font-size:.78rem;font-weight:500;color:var(--text-primary);width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.calendar-cell__events{display:flex;flex-direction:column;gap:2px;width:100%;min-width:0}.calendar-event{display:flex;align-items:center;gap:3px;width:100%;font-size:.65rem;font-weight:600;line-height:1.35;padding:1px 4px 1px 3px;border-radius:3px;border-left:2px solid currentColor;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.calendar-event__emoji{font-size:.6rem;flex-shrink:0;line-height:1}.calendar-event__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.calendar-event--more{background:var(--surface-3)!important;color:var(--text-muted)!important;border-left-color:var(--border)!important;font-weight:500}.calendar-detail{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow-sm)}.calendar-detail__title{font-size:.9rem;font-weight:700;color:var(--text-primary);margin-bottom:10px}.calendar-detail__empty{font-size:.85rem;color:var(--text-muted)}.calendar-detail__list{display:flex;flex-direction:column;gap:6px}.calendar-detail__item{display:flex;align-items:center;gap:8px;padding:8px 10px;background:var(--surface-2);border-radius:var(--radius-sm)}.calendar-detail__accent{width:3px;height:32px;border-radius:3px;flex-shrink:0}.calendar-detail__emoji{font-size:1.1rem;flex-shrink:0}.calendar-detail__info{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.calendar-detail__name{font-size:.875rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-detail__billing{font-size:.72rem;color:var(--text-muted);text-transform:capitalize}.calendar-detail__amount{font-weight:700;font-size:.9rem;color:var(--text-primary);flex-shrink:0}.insights-page{display:flex;flex-direction:column;gap:20px}.insights-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-sm)}.insights-description{font-size:.85rem;color:var(--text-secondary);margin-bottom:12px}.insights-overview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:540px){.insights-overview-grid{grid-template-columns:repeat(4,1fr)}}.insights-stat{padding:12px;background:var(--surface-2);border-radius:var(--radius);border:1px solid var(--border)}.insights-stat--accent{background:var(--accent-light);border-color:var(--accent)}.insights-stat__label{font-size:.7rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.insights-stat__value{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.category-bars{display:flex;flex-direction:column;gap:12px}.category-bar-row__header{display:flex;align-items:center;gap:6px;margin-bottom:5px}.category-bar-row__name{flex:1;font-size:.85rem;font-weight:600;color:var(--text-primary)}.category-bar-row__amount{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.category-bar-row__pct{font-size:.75rem;color:var(--text-muted);min-width:30px;text-align:right}.category-bar-track{width:100%;height:8px;background:var(--surface-3);border-radius:100px;overflow:hidden}.category-bar-fill{height:100%;border-radius:100px;transition:width .5s ease}.worth-group{border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;margin-bottom:10px}.worth-group__header{padding:8px 12px;font-size:.8rem;font-weight:700}.worth-group--poor .worth-group__header{background:var(--danger-light);color:var(--danger)}.worth-group--fair .worth-group__header{background:var(--warning-light);color:var(--warning)}.worth-group--great .worth-group__header{background:var(--success-light);color:var(--success)}.worth-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.85rem;border-top:1px solid var(--border)}.not-using-alert{background:var(--warning-light);color:var(--warning);border-radius:var(--radius-sm);padding:10px 12px;font-size:.85rem;font-weight:600;margin-bottom:12px}.usage-bars{display:flex;flex-direction:column;gap:10px}.usage-bar-row{display:flex;align-items:center;gap:10px}.usage-bar-row__label{font-size:.8rem;font-weight:600;color:var(--text-secondary);width:90px;flex-shrink:0}.usage-bar-track{flex:1;height:8px;background:var(--surface-3);border-radius:100px;overflow:hidden}.usage-bar-fill{height:100%;background:var(--accent);border-radius:100px;transition:width .4s ease}.usage-bar-row__count{font-size:.8rem;font-weight:600;color:var(--text-muted);width:20px;text-align:right}.cycle-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.cycle-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:12px}.cycle-card__cycle{font-size:.75rem;font-weight:700;text-transform:capitalize;color:var(--accent-text);margin-bottom:4px}.cycle-card__count{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:2px}.cycle-card__total{font-size:.72rem;color:var(--text-muted)}.switch-savings-total{background:var(--success-light);color:var(--success);padding:10px 14px;border-radius:var(--radius-sm);font-size:.875rem;margin-bottom:12px}.switch-savings-list{display:flex;flex-direction:column;gap:6px}.switch-savings-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--surface-2);border-radius:var(--radius-sm);flex-wrap:wrap}.switch-savings-row__name{flex:1;font-size:.875rem;font-weight:600}.switch-savings-row__current{font-size:.78rem;color:var(--text-muted)}.switch-savings-row__save{font-size:.8rem;font-weight:700;color:var(--success);background:var(--success-light);padding:2px 8px;border-radius:100px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;animation:overlay-in .18s ease}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}@media(min-width:600px){.modal-overlay{align-items:center}}.modal{background:var(--surface);border-radius:var(--radius-xl) var(--radius-xl) 0 0;box-shadow:var(--shadow-lg);width:100%;max-width:520px;max-height:92dvh;display:flex;flex-direction:column;animation:modal-slide-up .22s cubic-bezier(.34,1.56,.64,1)}@media(min-width:600px){.modal{border-radius:var(--radius-xl);max-height:88dvh}}@keyframes modal-slide-up{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid var(--border);flex-shrink:0}.modal__title{font-size:1.05rem;font-weight:700}.modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);color:var(--text-muted);transition:background .12s}.modal__close:hover{background:var(--surface-3);color:var(--text-primary)}.modal__form{display:flex;flex-direction:column;flex:1;overflow:hidden}.modal__scroll{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:14px;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.modal__footer{padding:14px 20px;border-top:1px solid var(--border);display:flex;gap:10px;justify-content:flex-end;flex-shrink:0}.form-group{display:flex;flex-direction:column;gap:6px}.form-group--flex1{flex:1}.form-group--flex2{flex:2}.form-row{display:flex;gap:10px;align-items:flex-start}.form-label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.form-input{width:100%;padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text-primary);font-size:.875rem;outline:none;transition:border-color .15s,box-shadow .15s}.form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.form-input--error{border-color:var(--danger)!important}.form-input::placeholder{color:var(--text-muted)}.form-select{cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394A3B8' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:16px;padding-right:32px}.form-textarea{resize:vertical;min-height:72px}.form-error{font-size:.75rem;color:var(--danger)}.form-autocomplete{position:relative}.autocomplete-list{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:300;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow-lg);list-style:none;overflow:hidden}.autocomplete-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 14px;font-size:.875rem;text-align:left;transition:background .1s}.autocomplete-item:hover{background:var(--surface-2)}.autocomplete-item__cat{margin-left:auto;font-size:.72rem;color:var(--text-muted)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}@media(min-width:420px){.category-grid{grid-template-columns:repeat(4,1fr)}}.category-btn{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 4px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);font-size:.68rem;font-weight:600;color:var(--text-secondary);text-align:center;transition:background .12s,border-color .12s,color .12s}.category-btn:hover{border-color:var(--border-strong);background:var(--surface-3)}.category-btn--active{font-weight:700}.emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px}@media(min-width:400px){.emoji-grid{grid-template-columns:repeat(10,1fr)}}.emoji-btn{width:36px;height:36px;font-size:1.1rem;border-radius:var(--radius-sm);border:1.5px solid transparent;background:var(--surface-2);transition:background .1s,border-color .1s,transform .1s;display:flex;align-items:center;justify-content:center}.emoji-btn:hover{background:var(--surface-3);transform:scale(1.1)}.emoji-btn--active{border-color:var(--accent);background:var(--accent-light);transform:scale(1.1)}.color-grid{display:flex;flex-wrap:wrap;gap:8px}.color-swatch{width:28px;height:28px;border-radius:50%;border:2px solid transparent;transition:transform .1s,box-shadow .1s;outline:2px solid transparent;outline-offset:2px}.color-swatch:hover{transform:scale(1.15)}.color-swatch--active{outline-color:var(--accent);transform:scale(1.15);box-shadow:0 0 0 2px var(--surface),0 0 0 4px currentColor}.status-tabs{display:flex;gap:6px;flex-wrap:wrap}.status-tab{padding:7px 14px;border-radius:100px;font-size:.8rem;font-weight:600;border:1px solid var(--border);background:var(--surface-2);color:var(--text-secondary);transition:background .12s,color .12s,border-color .12s}.status-tab:hover{background:var(--surface-3)}.status-tab--active{background:var(--accent);color:#fff;border-color:var(--accent)}.usage-rating-row{display:flex;gap:6px;flex-wrap:wrap}.usage-btn{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 10px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);transition:background .12s,border-color .12s,transform .1s;flex:1;min-width:54px}.usage-btn:hover{background:var(--surface-3);transform:translateY(-1px)}.usage-btn--active{border-color:var(--accent);background:var(--accent-light)}.usage-btn__emoji{font-size:1.3rem}.usage-btn__label{font-size:.65rem;font-weight:600;color:var(--text-secondary)}@media(max-width:360px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card__value,.header__logo-text{font-size:1.1rem}.app__main{padding-left:12px;padding-right:12px}}@media(min-width:900px){.app__main{padding-left:24px;padding-right:24px}.header{padding:0 24px}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.confirm-modal{background:var(--surface);border-radius:var(--radius-xl);padding:32px 28px 28px;width:100%;max-width:400px;box-shadow:var(--shadow-lg);position:relative;text-align:center;animation:modal-in .18s ease}.confirm-modal__icon-wrap{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.confirm-modal__icon-wrap--danger{background:var(--danger-light);color:var(--danger)}.confirm-modal__icon-wrap--warning{background:var(--warning-light);color:var(--warning)}.confirm-modal__title{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:8px}.confirm-modal__message{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin-bottom:24px}.confirm-modal__actions{display:flex;gap:10px;justify-content:center}.confirm-modal__actions .btn{min-width:100px}.header__currency-wrap{display:flex;align-items:center}.header__currency-select{background:var(--surface-3);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.8rem;font-weight:600;padding:6px 10px;cursor:pointer;transition:border-color .15s,background .15s;-moz-appearance:none;appearance:none;-webkit-appearance:none;min-width:64px;text-align:center}.header__currency-select:hover{border-color:var(--accent);background:var(--accent-light)}.header__currency-select:focus{outline:2px solid var(--accent);outline-offset:2px}.sub-list-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:0 2px}.sub-list-count{font-size:.82rem;color:var(--text-muted);font-weight:500}.btn--danger-ghost{color:var(--danger);gap:6px;font-size:.82rem;padding:5px 10px;border-radius:var(--radius-sm);border:1px solid transparent;transition:background .15s,border-color .15s}.btn--danger-ghost:hover{background:var(--danger-light);border-color:var(--danger)}.modal{display:flex;flex-direction:column;max-height:90vh}.modal__body{overflow-y:auto;overflow-x:hidden;flex:1;padding:20px 24px;display:flex;flex-direction:column;gap:20px;-webkit-overflow-scrolling:touch}.modal__header{padding:20px 24px 16px;border-bottom:1px solid var(--border);flex-shrink:0}.modal__footer{padding:16px 24px 20px;border-top:1px solid var(--border);flex-shrink:0}.btn--danger{background:var(--danger);color:#fff;border:none}.btn--danger:hover{background:#dc2626}.header__logo-img{width:28px;height:28px;border-radius:7px;flex-shrink:0}:root{--sidebar-width: 220px}.sidebar,.page-titlebar{display:none}@media(min-width:768px){.tab-bar{display:none!important}.sidebar{display:flex;flex-direction:column;position:fixed;top:var(--header-height);left:0;bottom:0;width:var(--sidebar-width);background:var(--surface);border-right:1px solid var(--border);padding:20px 12px 24px;z-index:90;gap:4px;overflow-y:auto}.dark .sidebar{background:var(--surface)}.sidebar__section-label{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding:0 10px;margin-bottom:6px}.sidebar__nav{display:flex;flex-direction:column;gap:2px}.sidebar__item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;color:var(--text-secondary);transition:background .15s,color .15s;position:relative;text-align:left;width:100%}.sidebar__item:hover:not(.sidebar__item--active){background:var(--surface-3);color:var(--text-primary)}.sidebar__item--active{background:var(--accent-light);color:var(--accent);font-weight:600}.dark .sidebar__item--active{background:var(--accent-light);color:var(--accent-text)}.sidebar__active-bar{position:absolute;left:0;top:6px;bottom:6px;width:3px;border-radius:0 3px 3px 0;background:var(--accent)}.sidebar__label{flex:1}.sidebar__divider{height:1px;background:var(--border);margin:12px 0}.sidebar__add-btn{display:flex;align-items:center;gap:8px;width:100%;padding:9px 12px;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;background:var(--accent);color:#fff;transition:background .15s,box-shadow .15s;box-shadow:var(--shadow-sm)}.sidebar__add-btn:hover{background:var(--accent-hover);box-shadow:var(--shadow)}.sidebar__footer{margin-top:auto;padding:12px 10px 0}.sidebar__footer-text{font-size:.75rem;color:var(--text-muted)}.page-titlebar{display:flex;align-items:center;position:fixed;top:var(--header-height);left:var(--sidebar-width);right:0;height:52px;padding:0 40px;background:var(--bg);border-bottom:1px solid var(--border);z-index:80}.page-titlebar__title{font-size:1rem;font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.app__main{margin-left:var(--sidebar-width);padding-top:calc(var(--header-height) + 52px + 32px);padding-bottom:48px;padding-left:40px;padding-right:40px;max-width:860px}.header{padding:0 32px;border-bottom:1px solid var(--border)}.stats-grid{grid-template-columns:repeat(4,1fr)}.sub-grid{grid-template-columns:repeat(2,1fr)}.insights-overview-grid{grid-template-columns:repeat(4,1fr)}.dashboard-section{max-width:100%}.modal{max-width:600px;max-height:85vh}}.btn--ghost{background:transparent;color:var(--text-secondary);border:1px solid var(--border)}.btn--ghost:hover{background:var(--surface-3);color:var(--text-primary);border-color:var(--border-strong)}.form-group--flex{flex:1}.suggestions-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:300;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden}.suggestions-dropdown__item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 14px;font-size:.875rem;text-align:left;transition:background .1s;border:none;background:transparent;color:var(--text-primary);cursor:pointer}.suggestions-dropdown__item:hover{background:var(--surface-2)}.insight-chip--success{border-color:var(--success);background:var(--success-light)}.insight-chip--danger{border-color:var(--danger);background:var(--danger-light)}.dashboard-section__header{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:14px}.dashboard-section__title{font-size:.95rem;font-weight:700;color:var(--text-primary)}.dashboard-section__subtitle{font-size:.78rem;color:var(--text-muted)}.empty-state__sub{font-size:.85rem;color:var(--text-muted);max-width:280px;text-align:center}.insight-chip__emoji{font-size:1.4rem;flex-shrink:0}.insight-chip__body{display:flex;flex-direction:column;gap:2px;min-width:0}.empty-state--small{padding:24px 16px}.empty-state--small .empty-state__icon{font-size:2rem}.empty-state--small .empty-state__text{font-size:.875rem}.color-swatches{display:flex;flex-wrap:wrap;gap:8px}.header__logo-by{font-size:.72rem;color:var(--text-muted);font-weight:400;margin-left:2px;display:flex;align-items:center}.header__drimwid-link{color:var(--accent);font-weight:600;text-decoration:none;margin-left:3px;transition:color .15s,opacity .15s;letter-spacing:-.01em}.header__drimwid-link:hover{opacity:.75;text-decoration:underline}@media(max-width:400px){.header__logo-by{display:none}}
