:root{--bg: #f1faf6;--bg2: #e4f3ec;--card: #ffffff;--ink: #243c37;--muted: #6f857e;--line: #dfeae5;--brand: #2f7d6b;--brand-d: #246456;--accent: #e0833c;--plus: #2f9e6f;--minus: #d9534f;--soon: #e08a1e;--radius: 16px;--shadow: 0 4px 16px rgba(45, 90, 78, .08);--surface: #fafdfb;--surface2: #ffffff;--chip-on: #e8f5f0;--bar: rgba(255, 255, 255, .96);--softgrad: #f3fbf8;font-family:Zen Maru Gothic,"M PLUS Rounded 1c",Yu Gothic UI,Yu Gothic,sans-serif}[data-theme=dark]{--bg: #0f1c19;--bg2: #13241f;--card: #17302a;--ink: #e7f0ec;--muted: #93a8a1;--line: #2b463f;--brand: #3a9c85;--brand-d: #7fd3bf;--accent: #eb9a5a;--plus: #4fc28f;--minus: #f08a85;--soon: #eca84e;--shadow: 0 4px 16px rgba(0, 0, 0, .35);--surface: #1e352f;--surface2: #20382f;--chip-on: #234b40;--bar: rgba(20, 38, 33, .96);--softgrad: #1b332c}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);-webkit-tap-highlight-color:transparent}button{font-family:inherit;cursor:pointer}input,select{font-family:inherit}a{color:var(--brand)}:focus-visible{outline:3px solid var(--brand);outline-offset:2px;border-radius:6px}.app{max-width:560px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.app-header{position:sticky;top:0;z-index:20;background:linear-gradient(180deg,var(--bg) 70%,transparent);padding:12px 16px 8px;display:flex;align-items:center;justify-content:space-between;gap:10px}.gear-btn{flex:0 0 auto;width:40px;height:40px;border-radius:12px;border:1px solid var(--line);background:var(--surface2);color:var(--muted);display:flex;align-items:center;justify-content:center}.gear-btn.active{color:#fff;background:var(--brand);border-color:var(--brand)}.header-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.subnav{display:flex;gap:6px;background:var(--bg2);border-radius:12px;padding:4px;margin-bottom:12px;position:sticky;top:56px;z-index:15;overflow-x:auto;scrollbar-width:none}.subnav::-webkit-scrollbar{display:none}.subnav-btn{flex:1 0 auto;white-space:nowrap;border:none;background:none;padding:9px 10px;border-radius:9px;font-size:13px;font-weight:600;color:var(--muted)}.subnav-btn.active{background:var(--surface2);color:var(--brand-d);font-weight:700;box-shadow:0 1px 4px #2d5a4e1a}.brand{display:flex;align-items:center;gap:10px}.brand-mark{display:flex;filter:drop-shadow(0 2px 4px rgba(47,125,107,.25))}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-text strong{font-size:17px;letter-spacing:.5px;color:var(--brand-d);line-height:1.15}.brand-text small{font-size:10.5px;color:var(--muted)}.app-main{flex:1;padding:4px 14px 96px}.lazy-loading{text-align:center;padding:40px 0}.screen{display:flex;flex-direction:column;gap:14px;animation:fade .25s ease}@keyframes fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.screen-title{font-size:18px;margin:6px 2px 0;font-weight:700}.card{background:var(--card);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow);border:1px solid var(--line)}.card.slim{padding:10px 14px}.card-title{margin:0 0 10px;font-size:15px}.section-label{margin:8px 2px -4px;font-size:13px;color:var(--muted)}.muted{color:var(--muted)}.small{font-size:12px}.center{text-align:center}.flex{flex:1;min-width:0}.divider{text-align:center;color:var(--muted);font-size:12px;margin:14px 0 8px;position:relative}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:28%;height:1px;background:var(--line)}.divider:before{left:0}.divider:after{right:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.field>span{font-size:12px;color:var(--muted);font-weight:500}.input{width:100%;padding:11px 12px;border:1.5px solid var(--line);border-radius:11px;font-size:15px;background:var(--surface);color:var(--ink);outline:none;transition:border-color .15s}.input:focus{border-color:var(--brand)}.input.mini{padding:7px 9px;font-size:13px;width:auto}.yen-input{display:flex;align-items:center;gap:6px;border:1.5px solid var(--line);border-radius:11px;padding:0 12px;background:var(--surface)}.yen-input:focus-within{border-color:var(--brand)}.yen-input span{color:var(--muted);font-weight:600}.yen-input .input{border:none;background:transparent;padding:11px 0}.color-input{width:38px;height:38px;border:none;background:none;padding:0}.chip-grid{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;align-items:center;gap:5px;padding:8px 12px;border:1.5px solid var(--line);border-radius:999px;background:var(--surface2);font-size:13px;color:var(--ink);transition:all .12s}.chip.on{border-color:var(--brand);background:var(--chip-on);font-weight:700}.add-chip{border-style:dashed;color:var(--brand);font-weight:700}.chip.custom{border-color:#cdb7e8;background:#f6f1fc}.chip.custom.on{border-color:var(--brand);background:var(--chip-on)}.restore-chip{border-style:dashed;color:var(--muted)}.sub-manage{display:flex;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px;border-top:1px dashed var(--line)}.danger-link{color:var(--minus);align-self:flex-start}.sub-head{display:flex;align-items:center;justify-content:space-between}.text-link{border:none;background:none;color:var(--brand);font-size:12px;font-weight:700;padding:0}.sub-chip-wrap{position:relative;display:inline-flex}.sub-del{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;border:none;background:var(--minus);color:#fff;font-size:10px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0003}.seg{display:flex;gap:8px;flex-wrap:wrap}.seg-btn{flex:1;min-width:120px;padding:11px;border:1.5px solid var(--line);border-radius:11px;background:var(--surface2);font-size:14px;color:var(--ink);transition:all .12s}.seg-btn.on{background:var(--brand);border-color:var(--brand);color:#fff;font-weight:700}.btn{padding:10px 16px;border:1.5px solid var(--line);border-radius:12px;background:var(--surface2);color:var(--ink);font-size:14px;font-weight:600;transition:transform .1s,background .12s}.btn:active{transform:scale(.97)}.btn.primary{background:var(--brand);border-color:var(--brand);color:#fff}.btn.big{width:100%;padding:15px;font-size:16px;border-radius:14px}.btn.mini{padding:6px 11px;font-size:12px;border-radius:9px;text-decoration:none}.btn.ghost{background:transparent}.btn.danger{color:var(--minus);border-color:#f0d2d1}.btn-row{display:flex;gap:10px;margin-top:8px}.btn-row .btn{flex:1}.icon-btn{width:30px;height:30px;border:none;background:var(--surface);border-radius:8px;color:var(--muted);font-size:13px;flex:0 0 auto}.badge{background:var(--chip-on);color:var(--brand-d);padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.tabbar{position:fixed;bottom:0;left:0;right:0;max-width:560px;margin:0 auto;display:flex;background:var(--bar);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--line);padding:6px 4px calc(6px + env(safe-area-inset-bottom));z-index:30}.tab{flex:1;border:none;background:none;display:flex;align-items:center;justify-content:center;padding:12px 0 10px;color:var(--muted);position:relative}.tab-label{font-size:12px;white-space:nowrap}@media(max-width:480px){.tab-label{font-size:10.5px}.tabbar{padding-left:0;padding-right:0}.tab{padding:11px 0 9px}}.tab.active{color:var(--brand-d)}.tab.active .tab-label{font-weight:700}.tab.active:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:26px;height:3px;border-radius:0 0 3px 3px;background:var(--brand)}.home-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.screen-title.nomargin{margin:6px 0 0}.home-head .input.mini{flex:0 0 auto}.streak-chip{background:linear-gradient(120deg,#fff2df,#ffe6cc);color:#b06a14;border:1px solid #f0ddbc;border-radius:999px;padding:9px 14px;font-size:13px;font-weight:700;text-align:center;cursor:pointer}[data-theme=dark] .streak-chip{background:#2e2516;border-color:#564527;color:#e6b770}.spendable-card{text-align:center;background:linear-gradient(160deg,var(--surface2),var(--softgrad))}.spendable-card.over{background:#fff6ef}[data-theme=dark] .spendable-card.over{background:#2a1f18}.spendable-card .hero-amount{margin:4px 0 6px}.spendable-card .hero-amount.minus{color:var(--minus)}.spendable-perday{font-size:14px}.spendable-perday b{font-size:18px;color:var(--brand-d)}.hero-card{text-align:center;background:linear-gradient(160deg,var(--surface2),var(--softgrad))}.hero-amount{font-size:34px;font-weight:800;color:var(--brand-d);margin:4px 0 12px;letter-spacing:.5px}.ratio-bar{display:flex;height:14px;border-radius:999px;overflow:hidden;background:var(--line)}.ratio-seg{height:100%;transition:width .3s}.legend{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:10px;font-size:12px;color:var(--muted)}.legend-item{display:inline-flex;align-items:center;gap:5px}.dot{width:10px;height:10px;border-radius:50%;display:inline-block}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stat-card{display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:left}.stat-emoji{font-size:22px}.stat-val{font-size:20px;font-weight:800;margin:2px 0}.stat-val.potential,.save-amt.potential{color:var(--accent)}.settle-mini{cursor:pointer}.settle-mini-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.link{color:var(--brand);font-size:12px}.alert-card{background:#fff8ef;border-color:#f3e2c6;display:flex;flex-direction:column;gap:8px;cursor:pointer}.alert-row{display:flex;justify-content:space-between;gap:10px;font-size:13px}.settle-hero{text-align:center}.settle-zero{color:var(--plus);font-weight:700;margin:8px 0}.transfer{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;background:var(--softgrad);border-radius:12px;padding:12px;margin:8px 0;font-size:15px}.transfer.mini{background:none;padding:4px 0;margin:2px 0;justify-content:flex-start}.transfer .who{font-weight:700}.transfer .arrow{color:var(--muted);font-size:13px}.transfer-amt{color:var(--brand-d);font-size:18px;margin-left:auto}.transfer.mini .transfer-amt{font-size:15px}.settle-row{padding:12px 0;border-bottom:1px solid var(--line)}.settle-row:last-child{border-bottom:none}.settle-row-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.settle-figures{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.settle-figures>div{display:flex;flex-direction:column;gap:2px}.settle-figures b{font-size:15px}.plus{color:var(--plus)}.minus{color:var(--minus)}.month-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.month-select{width:auto}.month-sums{display:flex;flex-direction:column;align-items:flex-end;font-size:14px;font-weight:700}.exp-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.exp-item{display:flex;align-items:center;gap:10px;padding:11px 0 11px 10px;border-bottom:1px solid var(--line);border-radius:4px 0 0 4px}.exp-item:last-child{border-bottom:none}.payer-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px;white-space:nowrap}.exp-emoji{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:18px;flex:0 0 auto}.exp-main{flex:1;min-width:0}.exp-top{display:flex;align-items:center;gap:8px}.exp-top strong{font-size:16px}.tag{font-size:10px;padding:2px 7px;border-radius:999px;font-weight:700}.tag.shared{background:var(--chip-on);color:var(--brand-d)}.tag.personal{background:#f0f1f3;color:#8a8f99}.tag.waste{background:#fdeadf;color:#c2691a}.waste-toggle{display:flex;align-items:center;gap:9px;width:100%;text-align:left;border:1.5px solid var(--line);background:var(--surface2);border-radius:11px;padding:11px 12px;font-size:14px;color:var(--ink);margin-bottom:12px}.waste-toggle.on{border-color:#e0a36b;background:#fff6ee}.waste-check{width:22px;height:22px;border-radius:7px;border:2px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff;flex:0 0 auto}.waste-toggle.on .waste-check{background:#d98a4c;border-color:#d98a4c}.mini-btn.waste-on{background:#fdeadf;color:#c2691a;border-color:#e9c4a3}.waste-val{color:#c2691a}.waste-item{border-left:5px solid #e0a36b;padding-left:10px;border-radius:4px 0 0 4px}.tag.private{background:#e9e6f7;color:#6a5acd}.priv-toggle.on{border-color:#b3a8e0;background:#f4f1fc}.priv-toggle.on .waste-check{background:#6a5acd;border-color:#6a5acd}.priv-reveal{width:100%;margin:8px 0;padding:9px;border:1px dashed #c9c2e8;border-radius:10px;background:#faf9ff;color:#6a5acd;font-size:13px;font-weight:600}.priv-reveal.on{background:#f4f1fc;border-style:solid}.rec-badge{background:#fff2df;color:var(--accent);font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px;margin-left:8px}.rec-list{list-style:none;margin:10px 0;padding:0;display:flex;flex-direction:column}.rec-item{display:flex;align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid var(--line)}.rec-item:last-child{border-bottom:none}.rec-item .mini-btn,.rec-item .btn.mini{flex:0 0 auto}.rec-posted{font-size:11px;font-weight:700;color:var(--plus);background:#e3f6ec;padding:4px 9px;border-radius:999px;flex:0 0 auto}.empty{text-align:center;color:var(--muted);padding:22px;font-size:13px}.cat-row{display:flex;align-items:center;gap:10px;margin:9px 0}.cat-label{width:40%;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cat-bar-wrap{flex:1;height:9px;background:var(--line);border-radius:999px;overflow:hidden}.cat-bar{height:100%;border-radius:999px;transition:width .4s}.cat-amt{font-size:13px;font-weight:700;white-space:nowrap}.member-edit{padding:12px 0;border-bottom:1px solid var(--line)}.member-edit:last-of-type{border-bottom:none}.member-edit-head{display:flex;align-items:center;gap:8px;margin-bottom:10px}.ratio-readout{font-size:13px;font-weight:700;text-align:right}.method-list{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.method{display:flex;flex-direction:column;gap:3px;text-align:left;padding:12px 14px;border:1.5px solid var(--line);border-radius:12px;background:var(--surface2)}.method.selected{border-color:var(--brand);background:var(--chip-on)}.method strong{font-size:14px}.save-summary{display:flex;gap:12px}.save-box{flex:1;display:flex;flex-direction:column;gap:2px;text-align:center}.save-amt{font-size:21px;font-weight:800}.save-amt.achieved{color:var(--plus)}.util-list{display:flex;flex-direction:column;gap:12px}.util-card{padding:14px}.util-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.util-emoji{font-size:22px}.status-pill{font-size:11px;font-weight:700;padding:4px 9px;border-radius:999px;white-space:nowrap}.st-using{background:#f0f1f3;color:#8a8f99}.st-considering{background:#fff2df;color:var(--accent)}.st-switched{background:#e3f6ec;color:var(--plus)}.util-compare{display:flex;align-items:center;gap:10px;background:#f8fbfa;border-radius:12px;padding:12px}.util-side{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.util-side b{font-size:15px}.util-arrow{color:var(--muted)}.util-diff{font-weight:800;font-size:16px;white-space:nowrap}.util-diff small{font-size:10px;font-weight:500}.util-diff.plus{color:var(--plus)}.util-diff.minus{color:var(--minus)}.util-note{margin:10px 0 0}.util-actions{display:flex;align-items:center;gap:8px;margin-top:12px;flex-wrap:wrap}.util-actions .input.mini{margin-right:auto}.camp-summary{display:flex;align-items:center;justify-content:space-between}.camp-summary>div{display:flex;flex-direction:column}.urgent-badge{background:#fdeceb;color:var(--minus);padding:7px 12px;border-radius:999px;font-size:13px;font-weight:700}.camp-card{padding:14px}.camp-card.received{opacity:.62}.camp-head{display:flex;align-items:flex-start;gap:10px}.check{width:26px;height:26px;border-radius:8px;border:2px solid var(--line);background:var(--surface2);color:#fff;font-size:14px;font-weight:800;flex:0 0 auto}.check.on{background:var(--plus);border-color:var(--plus)}.strike{text-decoration:line-through;color:var(--muted)}.reward{font-weight:800;color:var(--accent);white-space:nowrap}.camp-cond{font-size:13px;margin:10px 0 0;color:var(--ink)}.camp-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;flex-wrap:wrap}.camp-actions{display:flex;gap:6px;align-items:center}.deadline{font-size:12px;color:var(--muted)}.deadline.soon{color:var(--soon);font-weight:700}.deadline.overdue{color:var(--minus);font-weight:700}.collapse-head{display:flex;align-items:center;justify-content:space-between;width:100%;border:none;background:none;padding:0}.card-title.nomargin{margin:0}.budget-total{display:flex;align-items:baseline;gap:8px;margin:10px 0;flex-wrap:wrap}.budget-total strong{font-size:18px;color:var(--brand-d)}.budget-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.budget-row{display:flex;align-items:center;gap:10px}.budget-label{flex:1;font-size:13px}.mini-yen{width:130px;flex:0 0 auto}.budget-prog{margin:12px 0}.budget-prog-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:5px;font-size:13px}.budget-figure{font-weight:700}.budget-figure.over{color:var(--minus)}.budget-figure.warn{color:var(--soon)}.budget-remain{margin-top:3px;text-align:right}.cat-bar.bstate-ok{background:var(--plus)}.alert-card.warn{background:#fdeceb;border-color:#f3c9c6}.fixed-hero{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.hero-amount.small-hero{font-size:26px;margin:2px 0 0;text-align:left}.fixed-ratio{text-align:right}.fixed-ratio strong{font-size:26px;display:block}.fixed-ratio strong.ok{color:var(--plus)}.fixed-ratio strong.warn{color:var(--soon)}.fixed-ratio strong.over{color:var(--minus)}.fixed-row{margin:12px 0}.fixed-row-top{display:flex;justify-content:space-between;margin-bottom:5px}.fixed-row-top .cat-label{width:auto}.review-add{margin-top:7px;color:var(--brand);border-color:#bfe0d7}.site-list{list-style:none;margin:6px 0;padding:0;display:flex;flex-direction:column}.site-item{padding:11px 0;border-bottom:1px solid var(--line)}.site-item:last-child{border-bottom:none}.site-main{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.site-name{font-weight:700;font-size:14px;text-decoration:none}.site-name:after{content:" ↗";font-size:11px;color:var(--muted)}.site-save{margin-top:4px}.ad-placeholder{margin:14px 0 0;padding:18px 12px;border:1px dashed var(--line);border-radius:12px;text-align:center;font-size:12px;color:#aab4b0;background:var(--surface)}.ad-slot{margin:14px 0 0}.notif-on{display:flex;align-items:center;gap:10px}.about-card a.btn{margin-top:8px;text-decoration:none;display:inline-block}.caution{background:#fff8ef;border:1px solid #f0ddbc;border-radius:12px;padding:12px 14px;margin:12px 0}.caution>strong{display:block;font-size:13px;color:#b06a14;margin-bottom:6px}.caution ul{margin:0;padding-left:18px}.caution li{font-size:12.5px;line-height:1.6;color:var(--ink);margin-bottom:6px}.caution li:last-child{margin-bottom:0}.drill{border-bottom:1px solid var(--line);padding:4px 0}.drill:last-child{border-bottom:none}.drill-head{border:none;background:none;width:100%;padding:6px 0;margin:0;gap:10px}.caret{display:inline-block;font-size:9px;color:var(--muted);transition:transform .18s}.caret.open{transform:rotate(90deg)}.drill-body{padding:4px 0 8px 16px}.sub-row{margin:6px 0}.cat-bar-wrap.thin{height:6px}.exp-actions{display:flex;gap:4px;flex:0 0 auto}.report-card{background:linear-gradient(160deg,var(--surface2),var(--softgrad))}.report-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin:8px 0}.report-grid>div{display:flex;flex-direction:column;gap:1px}.report-grid b{font-size:17px}.report-grid .up{color:var(--minus)}.report-grid .down{color:var(--plus)}.income-row{flex-direction:row;align-items:center;gap:10px}.income-name{flex:1;display:flex;align-items:center;gap:7px;font-size:14px;font-weight:600}.income-row .yen-input{width:140px;flex:0 0 auto}.income-pct{width:44px;text-align:right;font-weight:700;font-size:14px}.settled-note{text-align:center;font-size:12px;color:var(--plus);font-weight:700;margin:8px 0 0}.settle-history{list-style:none;margin:0;padding:0}.settle-hist-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}.settle-hist-item:last-child{border-bottom:none}.modal-overlay{position:fixed;inset:0;background:#243c3773;display:flex;align-items:flex-end;justify-content:center;z-index:50;animation:fade .2s ease}.modal{background:var(--card);width:100%;max-width:560px;border-radius:20px 20px 0 0;padding:20px 18px calc(20px + env(safe-area-inset-bottom));max-height:90vh;overflow-y:auto;animation:slideup .25s ease}@keyframes slideup{0%{transform:translateY(100%)}to{transform:none}}.swatch{display:inline-block;width:11px;height:11px;border-radius:3px;vertical-align:-1px;margin-right:2px;flex:0 0 auto}.exp-swatch{width:6px;align-self:stretch;border-radius:4px;flex:0 0 auto}.mini-btn{padding:6px 10px;border:1px solid var(--line);border-radius:9px;background:var(--surface2);color:var(--muted);font-size:12px;font-weight:600}.mini-btn.del{color:var(--minus);border-color:#f0d2d1}.util-kind-tag{background:var(--chip-on);color:var(--brand-d);font-size:11px;font-weight:700;padding:4px 9px;border-radius:7px;white-space:nowrap;flex:0 0 auto}.mom{font-size:13px;font-weight:700;margin-bottom:10px}.mom.up{color:var(--minus)}.mom.down{color:var(--plus)}.mom .muted{font-weight:400;margin-left:4px}.income-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:14px}.income-grid>div{display:flex;flex-direction:column;gap:2px}.income-grid b{font-size:16px}.savings-row{border-top:1px solid var(--line);padding-top:12px}.savings-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.savings-head strong{font-size:22px}.savings-head .muted{font-weight:400}.hint-card{background:var(--softgrad);border-style:dashed;font-size:13px;color:var(--brand-d);cursor:pointer}.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.grid-3 .stat-card{padding:12px 10px}.grid-3 .stat-val{font-size:17px}.stat-val.achieved{color:var(--plus)}.voucher-summary{display:flex;align-items:center;justify-content:space-between}.voucher-summary>div{display:flex;flex-direction:column}.voucher-card{padding:14px}.voucher-card.used{opacity:.6}.voucher-card.expired{border-color:#f0cfcc}.voucher-head{display:flex;align-items:flex-start;gap:10px}.voucher-balance{text-align:right;white-space:nowrap}.voucher-balance strong{font-size:18px;color:var(--brand-d)}.voucher-code{margin-top:8px;letter-spacing:.5px}.voucher-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;flex-wrap:wrap}.voucher-actions{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.goal-card.achieved{border-color:#bfe0d7;background:linear-gradient(160deg,var(--surface2),var(--softgrad))}.goal-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.goal-dot{width:14px;height:14px;border-radius:4px;flex:0 0 auto}.goal-badge{background:#e3f6ec;color:var(--plus);font-size:11px;font-weight:800;padding:3px 9px;border-radius:999px}.goal-amounts{font-size:22px;font-weight:800;margin-bottom:8px}.goal-amounts .muted{font-size:14px;font-weight:500}.cat-bar-wrap.big-bar{height:14px}.goal-meta{display:flex;justify-content:space-between;margin-top:5px}.goal-ms{font-size:12.5px;margin:10px 0 4px;font-weight:600}.goal-ms.good{color:var(--plus)}.goal-ms.tip{color:var(--soon)}.color-row{display:flex;gap:8px;flex-wrap:wrap}.color-dot{width:30px;height:30px;border-radius:50%;border:3px solid transparent}.color-dot.on{border-color:#243c37}.networth{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin:8px 0 10px;padding-bottom:10px;border-bottom:1px solid var(--line);flex-wrap:wrap}.nw-main{display:flex;flex-direction:column}.nw-main strong{font-size:24px;font-weight:800}.acct-row{display:flex;align-items:center;gap:8px;padding:9px 0;border-bottom:1px solid var(--line)}.acct-row:last-child{border-bottom:none}.acct-bal{font-weight:700;white-space:nowrap}.acct-bal.minus{color:var(--minus)}.sub-summary>div{display:flex;flex-direction:column}.sub-card{padding:14px}.sub-head{display:flex;align-items:flex-start;gap:10px}.sub-month{text-align:right;white-space:nowrap}.sub-month strong{font-size:17px;color:var(--brand-d)}.sub-dates{display:flex;flex-direction:column;gap:3px;margin:10px 0 6px}.savings-mini{cursor:pointer}.savings-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.savings-mini-grid>div{display:flex;flex-direction:column}.savings-mini-grid b{font-size:18px}.savings-mini-grid b.achieved{color:var(--plus)}.goal-line{display:flex;align-items:center;gap:8px;justify-content:center;margin-top:8px}.gaman-hero{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:10px 0}.gaman-hero>div{display:flex;flex-direction:column}.gaman-chips{margin-bottom:6px}.gaman-breakdown{margin-top:14px;border-top:1px solid var(--line);padding-top:10px}.asset-breakdown{text-align:left;margin:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:6px 0}.asset-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;font-size:14px}.asset-row+.asset-row{border-top:1px solid var(--line)}.asset-row.toggle{cursor:pointer}.asset-right{display:flex;align-items:center;gap:10px}.asset-right input[type=checkbox]{width:20px;height:20px;accent-color:var(--brand)}.asset-breakdown .muted.small{padding-top:6px}.stat-val.up{color:var(--minus)}.stat-val.down{color:var(--plus)}.donut-wrap{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.donut{flex:0 0 auto}.donut-total{font-size:22px;font-weight:800;fill:var(--brand-d)}.donut-sub{font-size:11px;fill:var(--muted)}.donut-legend{flex:1;min-width:180px;display:flex;flex-direction:column;gap:6px}.legend-row{display:flex;align-items:center;gap:7px;font-size:13px}.legend-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.legend-pct{font-weight:700;width:40px;text-align:right}.legend-amt{width:76px;text-align:right;color:var(--muted);font-size:12px}.bars{display:flex;align-items:flex-end;gap:4px;height:132px;padding-top:6px}.bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.bar-track{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.bar-fill{width:70%;min-height:2px;background:#bfe0d7;border-radius:4px 4px 0 0;transition:height .3s}.bar-fill.on{background:var(--brand)}.bar-label{font-size:10px;color:var(--muted);margin-top:4px}.cmp-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.cmp-head .input.mini{flex:0 0 auto}.cmp-totals{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center;margin-bottom:12px}.cmp-totals>div{display:flex;flex-direction:column}.cmp-totals b{font-size:17px}.cmp-diff{text-align:center}.cmp-row{display:flex;align-items:center;gap:8px;padding:7px 0;border-top:1px solid var(--line)}.cmp-row .cat-label{width:auto;flex:1}.cmp-amts{white-space:nowrap}.cmp-delta{font-weight:700;font-size:13px;width:84px;text-align:right;white-space:nowrap}.cmp-delta.up{color:var(--minus)}.cmp-delta.down{color:var(--plus)}.source-note{font-size:11px;line-height:1.55;color:var(--muted);background:var(--surface);border-radius:8px;padding:8px 10px;margin:8px 0 0}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.period-bar{display:flex;align-items:center;gap:10px}.period-seg{flex:1}.period-seg .seg-btn{min-width:0;padding:8px 2px;font-size:12px}.bench-row{padding:10px 0;border-bottom:1px solid var(--line)}.bench-row:last-child{border-bottom:none}.bench-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.bench-pill{font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;white-space:nowrap}.bench-pill.over{background:#fdeceb;color:var(--minus)}.bench-pill.warn{background:#fff2df;color:var(--soon)}.bench-pill.ok{background:var(--chip-on);color:var(--muted)}.bench-pill.good{background:#e3f6ec;color:var(--plus)}.bench-bars{display:flex;flex-direction:column;gap:4px}.bench-line{display:flex;align-items:center;gap:8px}.bench-tag{width:38px;flex:0 0 auto}.bench-amt{width:76px;text-align:right;font-size:12px;font-weight:700;flex:0 0 auto}.cat-bar.bstate-over{background:var(--minus)}.cat-bar.bstate-warn{background:var(--soon)}.advice-card{background:linear-gradient(160deg,var(--surface2),var(--softgrad))}.advice-item{padding:10px 0;border-top:1px solid var(--line)}.advice-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.advice-over{font-size:12px;font-weight:700;color:var(--minus);white-space:nowrap}.advice-tips{margin:0;padding-left:18px}.advice-tips li{font-size:13px;line-height:1.55;margin-bottom:3px}.insights-card{background:linear-gradient(160deg,var(--surface2),var(--softgrad))}.insight-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.insight{display:flex;gap:9px;font-size:13px;line-height:1.55;align-items:flex-start}.insight-dot{width:9px;height:9px;border-radius:50%;margin-top:5px;flex:0 0 auto}.insight.warn .insight-dot{background:var(--minus)}.insight.tip .insight-dot{background:var(--soon)}.insight.good .insight-dot{background:var(--plus)}.filter-bar{display:flex;flex-wrap:wrap;gap:6px;margin:4px 0 8px}.filter-bar .input.mini{flex:0 0 auto}.filter-text{flex:1 1 120px!important;min-width:110px}.onboarding-overlay{align-items:center}.onboarding{border-radius:20px;margin:14px;max-width:460px}.ob-head{text-align:center;margin-bottom:16px}.ob-head h2{font-size:19px;margin:8px 0 4px;color:var(--brand-d)}.ob-member{display:flex;align-items:center;gap:8px;margin-bottom:8px}.ob-member .input{flex:1;min-width:0}.ob-income{width:130px;flex:0 0 auto}.ob-skip{display:block;margin:12px auto 0;text-align:center}.effort-card{cursor:pointer;background:linear-gradient(160deg,var(--surface2),var(--softgrad))}.effort-lead{margin:0 0 10px}.effort-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.effort-item{display:flex;flex-direction:column;gap:1px;background:var(--surface);border-radius:12px;padding:10px 12px}.effort-item b{font-size:18px}.effort-item b.achieved{color:var(--plus)}.effort-goal{margin-top:12px}.home-actions{display:flex;flex-direction:column;gap:10px}.qs-result{margin-top:4px;background:var(--surface2)}.qs-row{display:flex;align-items:center;justify-content:space-between;padding:7px 0;font-size:15px}.qs-row+.qs-row{border-top:1px solid var(--line)}.qs-payer-tag{margin-left:7px;font-size:11px;font-weight:700;color:var(--brand-d);background:var(--chip-on);padding:2px 7px;border-radius:6px}.qs-divider{height:1px;background:var(--line);margin:10px 0}.pro-badge{font-size:11px;font-weight:800;color:#fff;background:linear-gradient(135deg,#e0a23c,#d9803c);padding:2px 8px;border-radius:7px;vertical-align:2px;margin-left:6px;letter-spacing:.5px}.pro-teaser{border:1px solid var(--line);background:var(--softgrad, var(--surface2))}.pro-list{margin:8px 0 12px;padding-left:18px}.pro-list li{font-size:13px;color:var(--text);margin-bottom:5px}.month-head.slim.nopad{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0;margin-bottom:10px;background:none;border:none}.annual-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:6px}.annual-cell{display:flex;flex-direction:column;gap:1px;background:var(--surface2);border-radius:12px;padding:10px 12px}.annual-cell b{font-size:18px}.annual-sub{margin:14px 0 6px;font-weight:700}.health-card{border:1px solid var(--line)}.health-top{display:flex;align-items:center;gap:14px;margin:6px 0 12px}.health-score{display:flex;align-items:baseline;gap:4px}.health-score b{font-size:40px;font-weight:800;line-height:1}.health-score span{font-size:13px;color:var(--muted)}.health-score.good b{color:var(--plus)}.health-score.warn b{color:#d9803c}.health-score.over b{color:var(--minus)}.health-meta{display:flex;flex-direction:column;gap:4px}.health-grade{font-size:13px;font-weight:800;padding:3px 10px;border-radius:8px;width:fit-content}.health-grade.good{background:#3aa76d29;color:var(--plus)}.health-grade.warn{background:#d9803c29;color:#d9803c}.health-grade.over{background:#e0606029;color:var(--minus)}.health-delta{font-size:12px;font-weight:700}.health-delta.up{color:var(--plus)}.health-delta.down{color:var(--minus)}.health-parts{display:flex;flex-direction:column;gap:11px}.health-part-head{display:flex;justify-content:space-between;font-size:13px;font-weight:600;margin-bottom:4px}.health-hint{margin-top:3px}.exp-item{flex-wrap:wrap}.exp-comments{flex-basis:100%;width:100%;margin-top:8px;padding:10px;background:var(--surface2);border-radius:10px}.cmt-list{list-style:none;margin:0 0 8px;padding:0;display:flex;flex-direction:column;gap:6px}.cmt-item{display:flex;align-items:center;gap:7px;font-size:13px}.cmt-author{font-weight:700;flex:0 0 auto}.cmt-text{flex:1;min-width:0;word-break:break-word}.cmt-date{flex:0 0 auto}.cmt-del{flex:0 0 auto;border:none;background:none;color:var(--muted);font-size:16px;line-height:1;padding:0 2px}.cmt-author-seg{margin-bottom:7px}.cmt-input-row{display:flex;gap:7px}.cmt-input-row .input{flex:1;min-width:0}.cmt-input-row .btn{flex:0 0 auto}.rule-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.rule-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.rule-cat{font-size:14px;display:flex;align-items:center;gap:4px;flex:1;min-width:0}.rule-row .input.mini{flex:0 0 auto;max-width:56%}.paycal-head{display:flex;align-items:center;justify-content:center;gap:14px}.paycal-head strong{font-size:16px;min-width:96px;text-align:center}.paycal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.paycal-week{margin-bottom:4px}.paycal-wd{text-align:center;font-size:11px;font-weight:700;color:var(--muted);padding:2px 0}.paycal-wd.sun{color:var(--minus)}.paycal-wd.sat{color:#5b8def}.paycal-cell{aspect-ratio:1 / 1;border-radius:8px;background:var(--surface2);padding:4px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2px}.paycal-cell.empty{background:none}.paycal-cell.today{outline:2px solid var(--brand)}.paycal-day{font-size:12px;font-weight:600}.paycal-dots{display:flex;flex-wrap:wrap;gap:2px;justify-content:center}.paycal-dot{width:6px;height:6px;border-radius:50%}.paycal-legend{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.paycal-list{list-style:none;margin:0;padding:0}.paycal-item{display:flex;align-items:center;gap:8px;padding:9px 0;border-bottom:1px solid var(--line)}.paycal-item:last-child{border-bottom:none}.paycal-date{flex:0 0 auto;font-weight:700;font-size:13px;min-width:42px}.paycal-kind{flex:0 0 auto;font-size:10px;font-weight:700;padding:2px 7px;border-radius:6px;white-space:nowrap}.paycal-name{flex:1;min-width:0;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.paycal-amt{flex:0 0 auto;font-size:14px}.calc-open-btn{flex:0 0 auto;border:1px solid var(--line);background:var(--surface2);color:var(--brand-d);font-weight:700;font-size:12px;padding:0 12px;border-radius:9px}.calc-modal{max-width:420px}.calc-display{background:var(--surface2);border-radius:12px;padding:12px 14px;margin-bottom:12px;text-align:right}.calc-expr{font-size:18px;min-height:22px;word-break:break-all}.calc-result{font-size:26px;font-weight:800;color:var(--brand-d)}.calc-pad{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px}.calc-key{padding:16px 0;font-size:19px;font-weight:700;border:1px solid var(--line);border-radius:12px;background:var(--card);color:var(--text)}.calc-key.op{background:var(--chip-on);color:var(--brand-d)}.calc-key.fn{background:var(--surface2);color:var(--muted);font-size:16px}.shop-done-badge{margin-left:7px;font-size:11px;font-weight:700;color:var(--plus);background:#3aa76d24;padding:2px 8px;border-radius:7px}.shop-add{display:flex;gap:7px;margin-bottom:10px}.shop-add .input{flex:1;min-width:0}.shop-price{flex:0 0 92px}.shop-price .input{width:100%}.shop-add .btn{flex:0 0 auto}.shop-list{list-style:none;margin:0 0 8px;padding:0}.shop-item{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--line)}.shop-item:last-child{border-bottom:none}.shop-check{flex:0 0 auto;width:24px;height:24px;border-radius:7px;border:2px solid var(--line);background:var(--card);color:#fff;font-size:14px;font-weight:800;line-height:1}.shop-item.done .shop-check{background:var(--plus);border-color:var(--plus)}.shop-name{flex:1;min-width:0;font-size:15px}.shop-item.done .shop-name{text-decoration:line-through;color:var(--muted)}.shop-est{flex:0 0 auto}.shop-foot{margin-top:10px;display:flex;flex-direction:column;gap:8px}.shop-foot .field{margin:0}.furu-cap{display:flex;align-items:baseline;justify-content:space-between;margin:6px 0}.furu-cap strong{font-size:24px;font-weight:800;color:var(--brand-d)}.furu-breakdown{margin:-2px 0 8px;padding-bottom:8px;border-bottom:1px solid var(--line)}.furu-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:8px}.furu-bar{margin:4px 0 8px}.furu-alert{margin-top:10px;padding:10px 12px;background:#f5a6231f;border-radius:10px}.furu-list{list-style:none;margin:0;padding:0}.furu-item{display:flex;align-items:center;gap:8px;padding:9px 0;border-bottom:1px solid var(--line)}.furu-item:last-child{border-bottom:none}.furu-item-main{flex:1;min-width:0;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.furu-place{font-size:14px}.mini-btn.on{background:var(--chip-on);color:var(--brand-d);border-color:var(--brand)}.check-row{display:flex;align-items:center;gap:9px;font-size:14px;margin:4px 0 12px}.check-row input{width:18px;height:18px;flex:0 0 auto}.sync-help{background:var(--surface2);border-radius:12px;padding:12px 14px;margin-bottom:12px}.sync-help ol{margin:0;padding-left:18px}.sync-help li{font-size:13px;margin-bottom:10px;line-height:1.6}.sync-sql{background:var(--card);border:1px solid var(--line);border-radius:8px;padding:10px;font-size:11px;line-height:1.5;overflow-x:auto;white-space:pre;margin:6px 0}.sync-msg{font-weight:600}.sync-secure{background:var(--chip-on);border-radius:14px;padding:11px 13px;margin:4px 0 12px}.sync-secure-head{display:flex;align-items:center;gap:6px;font-size:.86rem;font-weight:800;color:var(--brand-d);margin:0 0 7px}.sync-secure-head:before{content:"";width:14px;height:14px;flex-shrink:0;border-radius:4px;background:var(--brand)}.sync-secure-list{display:grid;gap:5px;margin:0;padding-left:18px}.sync-secure-list li{font-size:.78rem;line-height:1.6;color:var(--ink)}.sync-weak{font-size:.8rem;line-height:1.6;color:#9a3b34;background:#fdecea;border:1px solid #e8a59f;border-radius:12px;padding:10px 12px;margin:6px 0 10px}.projection-card .hero-amount{color:var(--brand-d)}.projection-card.over .hero-amount{color:var(--minus)}.allowance-row{margin-bottom:12px}.allowance-row:last-child{margin-bottom:0}.allowance-head{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;font-weight:600;margin-bottom:5px}.allowance-figure.ok{color:var(--plus)}.allowance-figure.warn{color:#d9803c}.allowance-figure.over{color:var(--minus)}.sim-quick{display:flex;flex-wrap:wrap;gap:6px;margin:-4px 0 12px}.sim-result{background:var(--surface2);border-radius:12px;padding:12px 14px;text-align:center;margin-bottom:10px}.sim-result.done{color:var(--plus)}.sim-reach{font-size:24px;font-weight:800;color:var(--brand-d);margin:2px 0}.sim-deadline{margin-top:6px;font-size:13px;font-weight:700}.sim-deadline.ok{color:var(--plus)}.sim-deadline.over{color:var(--minus)}.sim-milestones{display:flex;flex-direction:column;gap:6px}.sim-ms-row{display:flex;align-items:center;gap:10px;font-size:13px}.sim-ms-pct{flex:0 0 42px;font-weight:700;color:var(--brand-d)}.sim-ms-date{margin-left:auto;font-weight:600}.photo-attach{display:flex;align-items:center;gap:12px}.photo-thumb{width:64px;height:64px;object-fit:cover;border-radius:10px;border:1px solid var(--line);cursor:pointer;flex:0 0 auto}.exp-thumb{width:40px;height:40px;object-fit:cover;border-radius:8px;border:1px solid var(--line);flex:0 0 auto;cursor:pointer}.photo-viewer{align-items:center;padding:20px}.photo-viewer img{max-width:100%;max-height:90vh;border-radius:12px}.storage-warning{background:#fdecea;border:1px solid #f3b9b4;color:#9a2a22;border-radius:12px;padding:12px 14px;margin-bottom:12px}.storage-warning strong{display:block;margin-bottom:4px;font-size:14px}.storage-warning p{margin:0;font-size:13px;line-height:1.6}[data-theme=dark] .storage-warning{background:#3a201e;border-color:#6b3a36;color:#f3b9b4}.storage-usage{font-size:12px;color:var(--muted);margin-top:8px}.income-list{list-style:none;margin:10px 0 0;padding:0}.income-item{display:flex;align-items:center;gap:8px;padding:9px 0;border-bottom:1px solid var(--line)}.income-item:last-child{border-bottom:none}.income-main{flex:1;min-width:0;display:flex;align-items:center;gap:8px}.income-name{font-size:14px}.income-tip{background:var(--surface2);border-radius:10px;padding:10px 12px;margin:4px 0 12px}.income-tip strong{font-size:13px}.income-tip p{margin:4px 0 0;line-height:1.6}.setup-guide{border:1px solid var(--brand);background:var(--softgrad, var(--surface2))}.setup-row{display:flex;align-items:center;gap:11px;width:100%;background:none;border:none;padding:11px 0;border-bottom:1px solid var(--line);text-align:left}.setup-row:last-child{border-bottom:none;padding-bottom:2px}.setup-check{width:26px;height:26px;border-radius:50%;background:var(--surface2);border:1.5px solid var(--line);color:var(--muted);font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.setup-check.done{background:var(--plus);border-color:var(--plus);color:#fff}.setup-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.setup-text strong{font-size:14px}.group-head{display:flex;align-items:center;gap:10px;width:100%;background:none;border:none;padding:2px 0;text-align:left}.group-titles{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.group-titles strong{font-size:15px}.group-titles .muted.small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chev{width:9px;height:9px;border-right:2.2px solid var(--muted);border-bottom:2.2px solid var(--muted);transform:rotate(45deg);transition:transform .15s ease;flex:0 0 auto;margin:0 5px 3px 2px}.chev.up{transform:rotate(-135deg);margin-bottom:-4px}.chev.sm{width:7px;height:7px}.group-card.open .group-titles strong{color:var(--brand-d)}.group-body{margin-top:12px;border-top:1px solid var(--line);padding-top:12px}.group-divider{height:1px;background:var(--line);margin:16px 0 12px}.sub-title{font-size:14px;margin:0 0 6px;color:var(--brand-d)}.pill-reco{font-size:11px;font-weight:800;color:#fff;background:linear-gradient(135deg,#e0a23c,#d9803c);padding:3px 9px;border-radius:8px;flex:0 0 auto;white-space:nowrap}.subtree{border-left:3px solid var(--line);padding-left:12px;margin:14px 0}.subtree.open{border-left-color:var(--brand)}.subtree-head{display:flex;align-items:center;gap:9px;background:none;border:none;padding:4px 0;width:100%;text-align:left}.subtree-head strong{font-size:14px}.subtree.open .subtree-head strong{color:var(--brand-d)}.subtree-note{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subtree-body{margin-top:8px}.sync-step{display:flex;align-items:center;gap:9px;font-weight:700;font-size:13.5px;margin:16px 0 7px}.sync-step-no{width:22px;height:22px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex:0 0 auto}.sync-secure-wrap{margin-top:14px}.sync-secure-wrap summary{font-size:13px;font-weight:600;color:var(--brand-d);cursor:pointer;padding:4px 0}.sync-secure-wrap .sync-secure{margin-top:8px}.theme-card .seg{margin-top:10px}.pr-tag{font-size:10px;font-weight:800;color:var(--muted);border:1px solid var(--line);padding:1px 6px;border-radius:6px;margin-left:7px;vertical-align:1px}.pr-disclosure{margin-top:10px}
