.auth-page{--auth-bg:#fbf2e2;--auth-surface:#464645;--auth-text:#464645;--auth-text-secondary:#c5beb3;--auth-radius:.625rem;background-color:var(--auth-bg);flex-direction:column;justify-content:space-between;min-height:100dvh;padding:4.375rem 1.875rem 5.625rem;display:flex}.auth-header{flex-direction:column;display:flex}.auth-welcome{color:var(--auth-text-secondary);margin:0;font-family:DM Mono,monospace;font-size:1.5rem;font-weight:700;line-height:1}.auth-brand{color:var(--auth-text);margin:0;font-family:EB Garamond,serif;font-size:4.375rem;font-weight:700;line-height:1}.auth-form-area form{flex-direction:column;gap:.625rem;display:flex}.auth-form-label{color:var(--auth-text);margin:0;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1}.auth-input{border:1px solid var(--auth-surface);border-radius:var(--auth-radius);height:2.8125rem;color:var(--auth-text);-webkit-appearance:none;background:0 0;outline:none;width:100%;padding:.3125rem .625rem;font-family:DM Sans,sans-serif;font-size:1rem}.auth-input::placeholder{color:var(--auth-text-secondary)}.auth-input:focus{box-shadow:0 0 0 .125rem #46464533}.auth-button{background-color:var(--auth-surface);height:2.8125rem;color:var(--auth-bg);border-radius:var(--auth-radius);cursor:pointer;border:none;width:100%;padding:0 1.25rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;transition:opacity .15s}.auth-button:disabled{opacity:.45;cursor:not-allowed}.auth-error{color:#a32d2d;margin:0;font-family:DM Sans,sans-serif;font-size:.875rem;line-height:1.3}.auth-otp-row{gap:.625rem;display:flex}.auth-otp-input{text-align:center;border:1px solid var(--auth-surface);border-radius:var(--auth-radius);min-width:0;height:2.8125rem;color:var(--auth-text);-webkit-appearance:none;caret-color:var(--auth-surface);background:0 0;outline:none;flex:1 0 0;padding:.3125rem .625rem;font-family:DM Mono,monospace;font-size:1.125rem;font-weight:500}.auth-otp-input:focus{box-shadow:0 0 0 .125rem #46464533}.auth-back-link{color:var(--auth-text-secondary);cursor:pointer;text-align:center;text-underline-offset:.2em;background:0 0;border:none;padding:.25rem 0;font-family:DM Sans,sans-serif;font-size:.875rem;text-decoration:underline}.drawer-overlay{--drawer-scrim-bg:#464645e6;z-index:100;pointer-events:none;max-width:430px;margin-inline:auto;position:fixed;inset:0;overflow:hidden}.drawer-overlay--open{pointer-events:auto}.drawer-scrim{background-color:var(--drawer-scrim-bg);opacity:0;cursor:pointer;transition:opacity .25s;position:absolute;inset:0}.drawer-overlay--open .drawer-scrim{opacity:1}.drawer-panel{--drawer-bg:#fbf2e2;--drawer-text:#464645;--drawer-text-secondary:#a09c93;background-color:var(--drawer-bg);flex-direction:column;gap:.625rem;width:calc(100% - 4.0625rem);padding:2rem 1.125rem;transition:transform .25s;display:flex;position:absolute;top:0;bottom:0;right:0;transform:translate(100%)}.drawer-overlay--open .drawer-panel{transform:translate(0)}.drawer-header{flex-direction:row;flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.drawer-title{color:var(--drawer-text);margin:0;font-family:EB Garamond,serif;font-size:2rem;font-weight:700;line-height:1}.drawer-close-btn{cursor:pointer;width:1.5rem;height:1.5rem;color:var(--drawer-text);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.drawer-items{flex-direction:column;flex:1;justify-content:center;gap:1.875rem;display:flex}.drawer-item{cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:row;align-items:center;gap:.625rem;padding:0;display:flex}.drawer-item-icon{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;color:var(--drawer-text);-webkit-user-select:none;user-select:none;flex-shrink:0;font-family:Material Symbols Rounded;font-size:1.5rem;font-style:normal;line-height:1}.drawer-item-label{color:var(--drawer-text-secondary);white-space:nowrap;font-family:DM Mono,monospace;font-size:1rem;font-weight:700;line-height:2rem}.drawer-item-value{color:var(--drawer-text);white-space:nowrap;font-family:DM Mono,monospace;font-size:1rem;font-weight:700;line-height:2rem}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .drawer-overlay{--drawer-scrim-bg:#fbf2e2e6}:root:not([data-theme=light]) .drawer-panel{--drawer-bg:#464645;--drawer-text:#fbf2e2;--drawer-text-secondary:#b3ada3}}:root[data-theme=dark] .drawer-overlay{--drawer-scrim-bg:#fbf2e2e6}:root[data-theme=dark] .drawer-panel{--drawer-bg:#464645;--drawer-text:#fbf2e2;--drawer-text-secondary:#b3ada3}.sub-card-row{--card-bg:#fefcf9;--card-border:#fff;--card-text:#464645;--card-text-secondary:#a09c93;--card-accent-light:#f8dbab;--card-log-bg:#464645;--card-log-text:#fbf2e2;--card-radius:.625rem;align-items:stretch;gap:.625rem;width:100%;display:flex}.sub-card{background:var(--card-bg);border:2px solid var(--card-border);border-radius:var(--card-radius);cursor:pointer;text-align:left;flex-direction:column;flex:1;gap:.625rem;min-width:0;padding:.625rem;display:flex}.sub-card-top{justify-content:space-between;align-items:flex-start;gap:.625rem;width:100%;display:flex}.sub-card-info{flex-direction:column;flex:1;gap:.3125rem;min-width:0;display:flex}.sub-card-name{color:var(--card-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-family:DM Sans,sans-serif;font-size:1.5rem;font-weight:700;line-height:1;overflow:hidden}.sub-card-category{align-items:center;gap:.625rem;display:flex}.sub-card-cat-icon{color:var(--card-text-secondary);font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-user-select:none;user-select:none;flex-shrink:0;font-family:Material Symbols Rounded;font-size:.9375rem;font-style:normal;line-height:1}.sub-card-cat-label{color:var(--card-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-family:DM Mono,monospace;font-size:1rem;font-weight:400;overflow:hidden}.sub-card-cost-block{flex-direction:column;flex-shrink:0;align-items:flex-end;padding-top:.4375rem;display:flex}.sub-card-cost-amount{align-items:flex-start;gap:.125rem;line-height:1;display:flex}.sub-card-cost-currency{color:var(--card-text-secondary);font-family:DM Mono,monospace;font-size:1rem;font-weight:700}.sub-card-cost-value{color:var(--card-text);font-family:DM Mono,monospace;font-size:1rem;font-weight:700}.sub-card-cost-freq{color:var(--card-text);font-family:DM Mono,monospace;font-size:.75rem;font-weight:400;line-height:1}.sub-card-metrics{white-space:nowrap;align-items:center;gap:.625rem;width:100%;font-size:1rem;display:flex}.sub-card-metric-count{border-radius:.3125rem;flex:1;align-items:center;gap:.3125rem;min-width:0;padding:.3125rem;display:flex}.sub-card-metric-num{color:var(--card-text);font-family:DM Mono,monospace;font-weight:700}.sub-card-metric-label{color:var(--card-text-secondary);font-family:DM Mono,monospace;font-weight:400}.sub-card-metric-chip{background:var(--card-accent-light);border-radius:.3125rem;flex-shrink:0;align-items:center;gap:.3125rem;padding:.3125rem .625rem;display:flex}.sub-card-chip-currency{color:var(--card-text-secondary);font-family:DM Mono,monospace;font-weight:700}.sub-card-chip-value{color:var(--card-text);font-family:DM Mono,monospace;font-weight:700}.sub-card-chip-each{color:var(--card-text);font-family:DM Mono,monospace;font-weight:400}.sub-card-log{background:var(--card-log-bg);border-radius:var(--card-radius);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:2.8125rem;padding:.375rem .25rem;display:flex}.sub-card-log-icon{color:var(--card-log-text);font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-user-select:none;user-select:none;font-family:Material Symbols Rounded;font-size:1rem;font-style:normal;line-height:1}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .sub-card-row{--card-bg:#525250;--card-border:#ffffff0f;--card-text:#fbf2e2;--card-text-secondary:#b3ada3;--card-log-bg:#fbf2e2;--card-log-text:#464645}}:root[data-theme=dark] .sub-card-row{--card-bg:#525250;--card-border:#ffffff0f;--card-text:#fbf2e2;--card-text-secondary:#b3ada3;--card-log-bg:#fbf2e2;--card-log-text:#464645}.home-page{--home-bg:#fbf2e2;--home-text:#464645;--home-text-secondary:#a09c93;--home-radius:.625rem;background-color:var(--home-bg);flex-direction:column;min-height:100dvh;display:flex}.home-header{flex-direction:row;justify-content:space-between;align-items:center;padding:1rem 1rem 0;display:flex}.home-brand{color:var(--home-text);margin:0;font-family:EB Garamond,serif;font-size:3.25rem;font-weight:700;line-height:1}.home-menu-btn{cursor:pointer;width:1.5rem;height:1.5rem;color:var(--home-text);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.home-menu-icon{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-user-select:none;user-select:none;font-family:Material Symbols Rounded;font-size:1.5rem;font-style:normal;line-height:1}.home-content{flex-direction:column;flex:1;gap:1.875rem;padding:1.875rem 1.125rem;display:flex}.home-greeting{color:var(--home-text);margin:0;font-family:EB Garamond,serif;font-size:2rem;font-weight:700;line-height:1}.home-empty{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:.625rem;display:flex}.home-empty-label{color:var(--home-text-secondary);margin:0;font-family:DM Mono,monospace;font-size:1rem;font-weight:700;line-height:2rem}.home-empty-cta{background-color:var(--home-text);width:100%;height:2.8125rem;color:var(--home-bg);border-radius:var(--home-radius);cursor:pointer;border:none;justify-content:center;align-items:center;padding:0 1.25rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;transition:opacity .15s;display:flex}.home-empty-cta:hover{opacity:.85}.home-subs{flex-direction:column;gap:1.25rem;display:flex}.home-subs-header{align-items:flex-end;gap:.3125rem;width:100%;display:flex}.home-subs-count{color:#ffa200;flex-shrink:0;font-family:EB Garamond,serif;font-size:2rem;font-weight:700;line-height:1}.home-subs-label{color:var(--home-text);flex:1;min-width:0;font-family:EB Garamond,serif;font-size:2rem;font-weight:700;line-height:1}.home-subs-add{border-radius:var(--home-radius);cursor:pointer;color:#fff;background:#ffa200;border:none;flex-shrink:0;justify-content:center;align-items:center;width:2.8125rem;height:2.8125rem;display:flex}.home-subs-add-icon{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-user-select:none;user-select:none;font-family:Material Symbols Rounded;font-size:1.5rem;font-style:normal;line-height:1}.home-subs-list{flex-direction:column;gap:.625rem;display:flex}.home-snackbar{background:var(--home-text);color:var(--home-bg);border-radius:var(--home-radius);white-space:nowrap;z-index:100;padding:.75rem 1.25rem;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:500;animation:.2s snackbar-in;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}@keyframes snackbar-in{0%{opacity:0;transform:translate(-50%)translateY(.5rem)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .home-page{--home-bg:#464645;--home-text:#fbf2e2;--home-text-secondary:#b3ada3}}:root[data-theme=dark] .home-page{--home-bg:#464645;--home-text:#fbf2e2;--home-text-secondary:#b3ada3}.splash-page{--ob-bg:#fbf2e2;--ob-text:#464645;--ob-text-secondary:#a09c93;background-color:var(--ob-bg);flex-direction:column;justify-content:center;min-height:100dvh;padding:4.375rem 1.875rem;display:flex}.splash-text{flex-direction:column;align-items:flex-start;width:100%;padding-bottom:1.125rem;display:flex}.splash-welcome{color:var(--ob-text-secondary);margin:0;font-family:DM Mono,monospace;font-size:1.5rem;font-weight:700;line-height:1}.splash-brand{color:var(--ob-text);margin:0;font-family:EB Garamond,serif;font-size:4.375rem;font-weight:700;line-height:1}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .splash-page{--ob-bg:#464645;--ob-text:#fbf2e2;--ob-text-secondary:#b3ada3}}:root[data-theme=dark] .splash-page{--ob-bg:#464645;--ob-text:#fbf2e2;--ob-text-secondary:#b3ada3}.ob-page{--ob-bg:#fbf2e2;--ob-surface:#464645;--ob-text:#464645;--ob-text-inv:#fbf2e2;--ob-text-secondary:#c5beb3;--ob-radius:.625rem;background-color:var(--ob-bg);flex-direction:column;gap:1.875rem;min-height:100dvh;padding:3.75rem 2.875rem;display:flex}.ob-header{justify-content:center;align-items:flex-start;min-height:2.5rem;display:flex}.ob-header-value{color:var(--ob-text);text-align:center;margin:0;font-family:EB Garamond,serif;font-size:2rem;font-weight:800;line-height:1}.ob-content{flex:1;justify-content:center;align-items:center;display:flex}.ob-tiles{gap:1.875rem;display:flex}.ob-tiles-2x2{grid-template-columns:5rem 5rem;gap:1.875rem;display:grid}.ob-tile{border:1px solid var(--ob-surface);border-radius:var(--ob-radius);cursor:pointer;width:5rem;height:5rem;color:var(--ob-text);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:.375rem;padding:0;transition:background-color .12s,color .12s;display:flex}.ob-tile--selected{background-color:var(--ob-surface);color:var(--ob-text-inv)}.ob-tile-icon{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-user-select:none;user-select:none;font-family:Material Symbols Rounded;font-size:1.5rem;font-style:normal;line-height:1}.ob-tile--selected .ob-tile-icon{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24}.ob-tile-symbol{font-family:DM Mono,monospace;font-size:1.5rem;font-weight:500;line-height:1}.ob-tile-label{text-align:center;font-family:DM Sans,sans-serif;font-size:.6875rem;font-weight:500;line-height:1}.ob-nav{gap:.625rem;display:flex}.ob-nav-btn{border:1px solid var(--ob-surface);border-radius:var(--ob-radius);cursor:pointer;height:5rem;color:var(--ob-text);background:0 0;justify-content:center;align-items:center;transition:opacity .15s;display:flex}.ob-nav-back{flex-shrink:0;width:5rem}.ob-nav-check{flex:1}.ob-nav-btn:disabled{opacity:.3;cursor:not-allowed}.ob-nav-icon{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-user-select:none;user-select:none;font-family:Material Symbols Rounded;font-size:2rem;font-style:normal;line-height:1}.ob-name-input{color:var(--ob-text);border:none;border-bottom:1px solid var(--ob-surface);text-align:center;width:100%;caret-color:var(--ob-surface);-webkit-appearance:none;background:0 0;outline:none;padding:.25rem 0;font-family:DM Mono,monospace;font-size:2.5rem;font-weight:400}.ob-name-input::placeholder{color:var(--ob-text-secondary)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .ob-page{--ob-bg:#464645;--ob-surface:#fbf2e2;--ob-text:#fbf2e2;--ob-text-inv:#464645;--ob-text-secondary:#b3ada3}}:root[data-theme=dark] .ob-page{--ob-bg:#464645;--ob-surface:#fbf2e2;--ob-text:#fbf2e2;--ob-text-inv:#464645;--ob-text-secondary:#b3ada3}.step-indicator{gap:.625rem;width:100%;display:flex}.step-indicator-bar{border-radius:.625rem;height:.3125rem}.step-indicator-bar--active{background:var(--step-active,#464645);flex:1}.step-indicator-bar--done,.step-indicator-bar--inactive{background:var(--step-inactive,#a09c93);width:6.75rem}.add-sub-page{--add-sub-bg:#fbf2e2;--add-sub-surface:#464645;--add-sub-text:#464645;--add-sub-text-inv:#fbf2e2;--add-sub-text-secondary:#a09c93;--add-sub-field-bg:#fbf6ec;--add-sub-field-border:#787878;--add-sub-radius:.625rem;--step-active:var(--add-sub-surface);--step-inactive:var(--add-sub-text-secondary);background:var(--add-sub-bg);flex-direction:column;gap:1.25rem;min-height:100dvh;padding:2.3125rem 1.125rem 2rem;display:flex}.add-sub-header{flex-direction:column;gap:0;display:flex}.add-sub-title{color:var(--add-sub-text);margin:0;font-family:EB Garamond,serif;font-size:2rem;font-weight:700;line-height:1}.add-sub-step-label{margin:0;font-family:DM Mono,monospace;font-size:1rem;font-weight:700;line-height:2}.add-sub-step-muted{color:var(--add-sub-text-secondary)}.add-sub-step-current{color:var(--add-sub-text)}.add-sub-body{flex-direction:column;flex:1;gap:3.125rem;display:flex}.add-sub-section{flex-direction:column;gap:1.25rem;display:flex}.add-sub-section-label{color:var(--add-sub-text-secondary);margin:0;font-family:DM Mono,monospace;font-size:1.5rem;font-weight:700;line-height:1}.add-sub-fields{flex-direction:column;gap:1.25rem;display:flex}.add-sub-field{background:var(--add-sub-field-bg);border:1px solid var(--add-sub-field-border);border-radius:var(--add-sub-radius);box-sizing:border-box;flex-direction:column;justify-content:center;gap:.125rem;height:2.8125rem;padding:.3125rem .625rem;display:flex;position:relative}.add-sub-field-label{color:var(--add-sub-text-secondary);flex-shrink:0;font-family:DM Sans,sans-serif;font-size:.75rem;line-height:1;display:none}.add-sub-field--filled .add-sub-field-label{display:block}.add-sub-field-input{color:var(--add-sub-text);-webkit-appearance:none;background:0 0;border:none;outline:none;width:100%;padding:0;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.2}.add-sub-field-input::placeholder{color:var(--add-sub-text-secondary)}.add-sub-field-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.add-sub-field-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.add-sub-field-input[type=number]{-moz-appearance:textfield}.add-sub-field-input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.add-sub-field-icon{color:var(--add-sub-text);pointer-events:none;font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-user-select:none;user-select:none;font-family:Material Symbols Rounded;font-size:1.5rem;font-style:normal;line-height:1;position:absolute;top:50%;right:.625rem;transform:translateY(-50%)}.add-sub-field--select{cursor:pointer}.add-sub-field-select{appearance:none;color:var(--add-sub-text);cursor:pointer;background:0 0;border:none;outline:none;width:100%;padding:0 1.75rem 0 0;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.2}.add-sub-field:not(.add-sub-field--filled) .add-sub-field-select{color:var(--add-sub-text-secondary)}.add-sub-row{gap:1.25rem;display:flex}.add-sub-row-flex{flex:1;min-width:0}.add-sub-toggle-row{justify-content:space-between;align-items:center;min-height:2.8125rem;display:flex}.add-sub-toggle-label{color:var(--add-sub-text);font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.175}.add-sub-toggle{border:1px solid var(--add-sub-surface);cursor:pointer;background:0 0;border-radius:1.25rem;flex-shrink:0;width:2.1875rem;height:1.25rem;padding:0;position:relative}.add-sub-toggle-knob{background:var(--add-sub-surface);border-radius:50%;width:.875rem;height:.875rem;transition:left .15s,background-color .15s;display:block;position:absolute;top:50%;left:.125rem;transform:translateY(-50%)}.add-sub-toggle--on .add-sub-toggle-knob{background-color:var(--color-amber,#ba7517);left:calc(100% - 1rem)}.add-sub-metrics{gap:.625rem;display:flex}.add-sub-metric-card{border:1px solid var(--add-sub-surface);border-radius:var(--add-sub-radius);cursor:pointer;color:var(--add-sub-text);background:0 0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.375rem;min-height:4.5rem;padding:.625rem 1.25rem;display:flex;position:relative}.add-sub-metric-card--selected{background:var(--add-sub-surface);color:var(--add-sub-text-inv)}.add-sub-metric-card--disabled{opacity:.5;cursor:not-allowed}.add-sub-metric-icon{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-user-select:none;user-select:none;font-family:Material Symbols Rounded;font-size:1.5rem;font-style:normal;line-height:1}.add-sub-metric-card--selected .add-sub-metric-icon{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24}.add-sub-metric-label{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;line-height:1.175}.add-sub-coming-soon{color:var(--add-sub-text-secondary);font-family:DM Sans,sans-serif;font-size:.625rem;font-weight:500;position:absolute;bottom:.375rem;right:.5rem}.add-sub-metric-desc{color:var(--add-sub-text);margin:0;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.175}.add-sub-footer{gap:.625rem;margin-top:auto;padding-top:1.25rem;display:flex}.add-sub-btn{border-radius:var(--add-sub-radius);cursor:pointer;justify-content:center;align-items:center;height:2.8125rem;padding:0 1.25rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;transition:opacity .15s;display:flex}.add-sub-btn--outline{border:1px solid var(--add-sub-surface);color:var(--add-sub-text);white-space:nowrap;background:0 0}.add-sub-btn--fill{background:var(--add-sub-surface);border:1px solid var(--add-sub-surface);color:var(--add-sub-text-inv);flex:1}.add-sub-btn--fill:disabled{color:var(--add-sub-text-secondary);cursor:not-allowed;background:#d7d0c2;border-color:#d7d0c2}.add-sub-btn--back{border:1px solid var(--add-sub-surface);width:2.8125rem;color:var(--add-sub-text);background:0 0;flex-shrink:0;padding:0}.add-sub-btn-icon{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-user-select:none;user-select:none;font-family:Material Symbols Rounded;font-size:1.5rem;font-style:normal;line-height:1}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .add-sub-page{--add-sub-bg:#464645;--add-sub-surface:#fbf2e2;--add-sub-text:#fbf2e2;--add-sub-text-inv:#464645;--add-sub-text-secondary:#b3ada3;--add-sub-field-bg:#525250;--add-sub-field-border:#a09c93}}:root[data-theme=dark] .add-sub-page{--add-sub-bg:#464645;--add-sub-surface:#fbf2e2;--add-sub-text:#fbf2e2;--add-sub-text-inv:#464645;--add-sub-text-secondary:#b3ada3;--add-sub-field-bg:#525250;--add-sub-field-border:#a09c93}:root[data-theme=dark] .add-sub-field-input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=dark] .add-sub-btn--fill:disabled{background:#595856;border-color:#595856}.detail-page{background:var(--color-background-primary,#fff);flex-direction:column;min-height:100dvh;padding:1rem;display:flex}.detail-back{cursor:pointer;width:2.5rem;height:2.5rem;color:var(--color-text-primary,#1a1a18);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.detail-back-icon{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-user-select:none;user-select:none;font-family:Material Symbols Rounded;font-size:1.5rem;font-style:normal;line-height:1}:root{--color-background-primary:#fff;--color-background-secondary:#f5f4f0;--color-background-tertiary:#eeece7;--color-text-primary:#1a1a18;--color-text-secondary:#6b6a66;--color-text-tertiary:#9e9d99;--color-border-tertiary:#0000001a;--color-border-secondary:#0000002e;--color-border-primary:#00000047;--color-accent:#639922;--color-accent-dark:#3b6d11;--color-accent-light:#eaf3de;--color-accent-mid:#97c459;--color-accent-border:#c0dd97;--color-amber:#ba7517;--color-amber-dark:#854f0b;--color-amber-light:#faeeda;--color-danger:#a32d2d;--color-danger-light:#fcebeb;--border-radius-sm:6px;--border-radius-md:8px;--border-radius-lg:12px;--border-radius-xl:16px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--color-background-primary:#1a1a18;--color-background-secondary:#242422;--color-background-tertiary:#2e2e2b;--color-text-primary:#f5f4f0;--color-text-secondary:#9e9d99;--color-text-tertiary:#6b6a66;--color-border-tertiary:#ffffff1a;--color-border-secondary:#ffffff2e;--color-border-primary:#ffffff47}}:root[data-theme=dark]{--color-background-primary:#1a1a18;--color-background-secondary:#242422;--color-background-tertiary:#2e2e2b;--color-text-primary:#f5f4f0;--color-text-secondary:#9e9d99;--color-text-tertiary:#6b6a66;--color-border-tertiary:#ffffff1a;--color-border-secondary:#ffffff2e;--color-border-primary:#ffffff47}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--color-background-tertiary);height:100%}body{color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DM Sans,sans-serif}#root{background-color:var(--color-background-primary);max-width:430px;min-height:100%;margin-inline:auto;position:relative}
