.au-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;max-width:var(--app-max);margin:0 auto;background:var(--bg);display:flex;flex-direction:column;font-family:var(--font)}.au-body{flex:1;display:flex;flex-direction:column;padding:calc(24px + env(safe-area-inset-top)) 28px calc(28px + env(safe-area-inset-bottom))}.au-spacer{flex:1}.au-center{align-items:center;justify-content:center;text-align:center}.au-center-text{text-align:center}.au-brand{display:flex;align-items:center;gap:10px;padding-top:8px}.au-logo{width:30px;height:30px;border-radius:10px;background:var(--brand-gradient)}.au-brandname{color:var(--text);font-size:18px;font-weight:700;letter-spacing:-.3px}.au-h1{color:var(--text);font-size:34px;font-weight:800;line-height:1.08;letter-spacing:-1px}.au-accent{color:var(--accent)}.au-lead{color:var(--text-sub);font-size:15px;line-height:1.55;margin-top:14px;margin-bottom:28px}.au-strong{color:var(--text)}.au-input-wrap{display:flex;align-items:center;gap:10px;background:var(--surface);border:1.5px solid var(--stroke);border-radius:var(--r-md);padding:4px 6px 4px 14px;margin-bottom:16px}.au-input-wrap:focus-within{border-color:var(--accent)}.au-ddi{color:var(--text);font-size:16px;font-weight:600;white-space:nowrap}.au-phone-input{flex:1;background:none;border:none;outline:none;color:var(--text);font-size:17px;font-weight:600;padding:14px 8px;font-family:inherit}.au-phone-input::placeholder{color:#4a4a4e}.au-cta{width:100%;padding:17px;border:none;border-radius:var(--r-md);background:var(--text);color:var(--bg);font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .2s}.au-cta:active{transform:scale(.98)}.au-legal{color:var(--text-faint);font-size:12px;line-height:1.5;margin-top:18px}.au-legal a{color:var(--text-secondary, #b7b7bd);text-decoration:underline}.au-notice{color:var(--accent);font-size:13px;margin-bottom:14px;margin-top:-4px}.au-back{background:none;border:none;color:var(--text-sub);font-size:15px;cursor:pointer;font-family:inherit;padding:8px 0 0;align-self:flex-start}.au-otp-row{display:flex;gap:9px;justify-content:space-between}.au-otp-box{width:48px;height:60px;border-radius:14px;border:1.5px solid var(--stroke);background:var(--surface);color:var(--text);font-size:26px;font-weight:700;text-align:center;outline:none;font-family:inherit;transition:all .15s}.au-otp-box.filled{border-color:var(--accent);background:#f5a62314}.au-otp-box.err{border-color:var(--grad-to)}.au-otp-box:focus{border-color:var(--accent)}.au-error{color:var(--red);font-size:13px;margin-top:14px;text-align:center}.au-resend{text-align:center}.au-resend-muted{color:var(--text-faint);font-size:14px}.au-resend-btn{background:none;border:none;color:var(--accent);font-size:15px;font-weight:700;cursor:pointer;font-family:inherit}.au-success{width:88px;height:88px;border-radius:50%;background:var(--brand-gradient);color:#fff;font-size:44px;display:flex;align-items:center;justify-content:center;margin-bottom:26px;box-shadow:var(--shadow-brand)}.ob-phone{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;max-width:var(--app-max);margin:0 auto;background:var(--bg);display:flex;flex-direction:column;font-family:var(--font)}.ob-top{display:flex;align-items:center;gap:12px;padding:calc(20px + env(safe-area-inset-top)) 20px 8px}.ob-back{background:none;border:none;font-size:26px;color:var(--text-sub);cursor:pointer;line-height:1;padding:0;width:24px}.ob-track{flex:1;height:6px;background:var(--chip);border-radius:3px;overflow:hidden}.ob-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .4s cubic-bezier(.4,0,.2,1)}.ob-skip{background:none;border:none;color:var(--text-faint);font-size:13px;cursor:pointer;font-family:inherit}.ob-body{flex:1;overflow-y:auto;padding:8px 28px;animation:ob-fade .35s ease}.ob-body::-webkit-scrollbar{width:0}.ob-center{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.ob-footer{padding:12px 24px calc(24px + env(safe-area-inset-bottom))}.ob-logo{width:88px;height:88px;border-radius:26px;background:var(--brand-gradient);color:#fff;font-size:46px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-brand);margin-bottom:22px}.ob-h1{font-size:38px;font-weight:800;color:var(--text);letter-spacing:-1px}.ob-tagline{font-size:16px;color:var(--text-sub);margin-top:10px;line-height:1.5;max-width:280px}.ob-h2{font-size:25px;font-weight:800;color:var(--text);letter-spacing:-.5px;line-height:1.2;text-align:center}.ob-value-emoji{font-size:72px;margin-bottom:8px}.ob-value-text{font-size:16px;color:var(--text-sub);margin-top:14px;line-height:1.6;max-width:300px}.ob-picker{padding-top:12px}.ob-picker-sub{font-size:14px;color:var(--text-faint);margin-top:8px;margin-bottom:22px;text-align:center}.ob-optlist{display:flex;flex-direction:column;gap:10px}.ob-opt{display:flex;align-items:center;gap:12px;width:100%;padding:16px;border:1.5px solid var(--stroke);border-radius:16px;font-size:15px;color:var(--text);cursor:pointer;text-align:left;font-family:inherit;background:var(--surface);transition:all .15s}.ob-opt.on{border-color:var(--accent);background:#f5a6231a;box-shadow:0 0 0 1px var(--accent)}.ob-opt.center{justify-content:center}.ob-opt.strong{font-weight:700}.ob-opt.muted{color:var(--text-sub)}.ob-opt:active{transform:scale(.98)}.ob-opt-icon{font-size:24px;flex-shrink:0}.ob-opt-body{min-width:0}.ob-opt-title{font-weight:600}.ob-opt-sub{font-size:12.5px;color:var(--text-sub);font-weight:400;margin-top:2px}.ob-check{margin-left:auto;color:var(--accent);font-weight:800}.ob-perm-note{font-size:12px;color:var(--text-faint);text-align:center;margin-top:18px;line-height:1.5}.ob-check-circle{width:84px;height:84px;border-radius:50%;background:var(--brand-gradient);color:#fff;font-size:44px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:var(--shadow-brand)}.ob-seed{margin-top:26px;background:var(--surface);border-radius:16px;padding:16px;width:100%;box-shadow:var(--shadow-card);text-align:left;border:1px solid var(--stroke-soft)}.ob-seed-label{font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--accent);font-weight:700}.ob-seed-text{font-size:14px;color:var(--text);margin-top:6px;line-height:1.4}.ob-install{margin-top:16px;width:100%;text-align:left;background:var(--surface);border:1px solid var(--stroke-soft);border-radius:16px;padding:16px;box-shadow:var(--shadow-card)}.ob-install-head{font-size:14.5px;font-weight:700;color:var(--text);line-height:1.3}.ob-install-sub{font-size:12.5px;color:var(--text-sub);margin:5px 0 12px;line-height:1.45}.ob-cta{width:100%;padding:16px;border:none;border-radius:16px;background:var(--text);color:var(--bg);font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .2s}.ob-cta:active{transform:scale(.98)}.ob-textlink{background:none;border:none;color:var(--accent);font-size:14px;font-weight:600;margin-top:16px;cursor:pointer;font-family:inherit}@keyframes ob-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}:root{--bg: #0B0A09;--bg-deep: #060504;--surface: #171614;--surface-hi: #201E1A;--chip: #262420;--stroke: #2C2A26;--stroke-soft: #201E1A;--text: #FFFFFF;--text-sub: #8A8A8E;--text-faint: #5A5A5E;--accent: #F5A623;--green: #3DD68C;--blue: #4A9DEC;--purple: #A78BFA;--red: #F0715A;--grad-from: #FBAE22;--grad-to: #EE5A2E;--card-gradient: linear-gradient(150deg, #FBAE22 0%, #EE5A2E 100%);--brand-gradient: linear-gradient(150deg, #FBAE22, #EE5A2E);--r-sm: 12px;--r-md: 16px;--r-lg: 20px;--r-xl: 24px;--r-card: 22px;--shadow-card: 0 1px 3px rgba(0,0,0,.4);--shadow-float: 0 12px 40px rgba(0,0,0,.5);--shadow-brand: 0 12px 40px rgba(238,90,46,.32);--font: "Archivo", -apple-system, "Segoe UI", Roboto, sans-serif;--pad: 20px;--gap: 12px;--app-max: 480px}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body{background:var(--bg-deep);font-family:var(--font);color:var(--text)}.num{font-variant-numeric:tabular-nums}@media(prefers-reduced-motion:reduce){*,:before,:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}.app{min-height:100vh;max-width:var(--app-max);margin:0 auto;position:relative;background:var(--bg)}.loading{min-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--text-sub);font-size:14px;letter-spacing:1px}.skelHeader{background:var(--card-gradient);padding:calc(28px + env(safe-area-inset-top)) 20px 30px;border-radius:0 0 var(--r-xl) var(--r-xl)}.skelBody{padding:22px 16px;display:flex;flex-direction:column;gap:14px}.sk{background:var(--chip);border-radius:12px;position:relative;overflow:hidden}.sk-card{border-radius:var(--r-lg)}.sk:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent);animation:shimmer 1.3s infinite}.skelHeader .sk{background:#ffffff2e}@keyframes shimmer{to{transform:translate(100%)}}.viewFade{animation:viewIn .26s ease both}@keyframes viewIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.overlay,.sheet,.viewFade,.sk:after,.rise{animation:none!important}}.muted{color:var(--text-sub);font-weight:400}.strong{color:var(--text);font-weight:600}.quickActions{display:flex;gap:10px;padding:14px 16px 0;margin-top:-18px;position:relative;z-index:2}.quickAction{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;background:var(--chip);border:1px solid var(--stroke-soft);border-radius:18px;padding:14px 4px;color:var(--text);font-size:11.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:transform .1s}.quickAction:active{transform:scale(.96)}.quickIcon{width:22px;height:22px;display:block}.header{background:var(--card-gradient);color:#fff;padding:calc(20px + env(safe-area-inset-top)) 20px 24px;border-radius:0 0 var(--r-xl) var(--r-xl);position:relative;overflow:hidden}.header:after{content:"";position:absolute;top:-40%;right:-20%;width:260px;height:260px;border-radius:50%;background:#ffffff14;pointer-events:none}.brandRow{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;position:relative}.brand{font-size:13px;font-weight:800;letter-spacing:4px;opacity:.9}.monthNav{display:flex;align-items:center;gap:4px}.monthLabel{font-size:13px;font-weight:600;min-width:70px;text-align:center;text-transform:capitalize}.balanceLabel{font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:.7}.balanceRow{display:flex;align-items:center;gap:10px;margin:2px 0 12px}.balance{font-size:40px;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-1px}.balanceHidden{letter-spacing:2px}.eyeToggle{background:none;border:none;padding:6px;margin:0;cursor:pointer;color:#eaf4ee;opacity:.7;display:flex;align-items:center;-webkit-tap-highlight-color:transparent;transition:opacity .15s}.eyeToggle:hover,.eyeToggle:active{opacity:1}.eyeIcon{width:22px;height:22px;display:block}.incExpRow{display:flex;gap:8px}.pill{background:#00000038;border-radius:20px;padding:6px 12px;font-size:13px;font-weight:600;font-variant-numeric:tabular-nums}.main{padding:0 16px}.card{background:var(--surface);border-radius:var(--r-lg);padding:18px;box-shadow:var(--shadow-card);border:1px solid var(--stroke-soft)}.card.empty{color:var(--text-sub);font-size:13px;text-align:center;padding:26px}.sectionTitle{display:flex;justify-content:space-between;align-items:baseline;margin:26px 2px 12px}.sectionTitle h2{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-sub);font-weight:700}.catRow{margin-bottom:14px}.catRow:last-child{margin-bottom:0}.catHead{display:flex;justify-content:space-between;font-size:13px;margin-bottom:5px;color:var(--text)}.barTrack{height:6px;background:var(--chip);border-radius:3px;overflow:hidden}.barFill{height:100%;background:var(--green);border-radius:3px;transition:width .3s}.barTrack.thick{height:8px;margin:10px 0 6px}.barFill.thick{height:8px}.alertCard{border:1px solid rgba(240,113,90,.35);background:#f0715a0f}.alertHead{font-size:13px;font-weight:700;color:var(--text);margin-bottom:10px}.alertRow{display:flex;justify-content:space-between;align-items:center;font-size:13px;padding:6px 0}.budgetOver{color:var(--red);font-weight:700}.budgetWarn{color:var(--accent);font-weight:700}.budgetSub{font-size:11.5px;margin-top:5px}.budgetList{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.budgetRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.budgetCatLabel{font-size:14px;color:var(--text);flex:1}.input.budgetInput{width:110px;flex:0 0 auto;margin-bottom:0;text-align:right}.importPreviewList{display:flex;flex-direction:column;gap:2px;margin-bottom:16px;max-height:320px;overflow-y:auto}.importPreviewRow{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--stroke-soft)}.importPreviewRow:last-child{border-bottom:none}.importPreviewIcon{font-size:18px;flex-shrink:0}.importPreviewBody{flex:1;min-width:0}.importPreviewDesc{font-size:13.5px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.importPreviewSub{font-size:11px;color:var(--text-sub);margin-top:1px}.importSuccessCircle{width:72px;height:72px;border-radius:50%;background:var(--brand-gradient);color:#fff;font-size:36px;display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:var(--shadow-brand)}.chart{display:flex;align-items:flex-end;gap:10px;height:150px}.chartCol{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%}.chartBars{flex:1;display:flex;align-items:flex-end;gap:3px;width:100%;justify-content:center}.barInc,.barExp{width:34%;border-radius:4px 4px 0 0;min-height:0}.barInc{background:var(--green)}.barExp{background:var(--accent)}.chartLabel{font-size:10px;color:var(--text-sub)}.weekChart{display:flex;align-items:flex-end;gap:8px;height:140px}.weekCol{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px;height:100%}.weekBarTrack{width:100%;max-width:28px;display:flex;flex-direction:column-reverse;border-radius:6px;overflow:hidden;background:var(--chip)}.weekSeg{width:100%;min-height:2px}.weekLabel{font-size:10px;color:var(--text-sub);text-transform:capitalize}.weekLegend{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px;padding-top:14px;border-top:1px solid var(--stroke-soft)}.weekLegendItem{display:flex;align-items:center;gap:6px;font-size:12.5px}.weekDot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.chatCard{display:flex;flex-direction:column;min-height:380px}.chatScroll{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px;max-height:52vh;padding-bottom:8px}.chatMsg{max-width:86%;padding:10px 13px;border-radius:14px;font-size:14px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.chatUser{align-self:flex-end;background:var(--accent);color:#1a1a1b;border-bottom-right-radius:4px}.chatAssistant{align-self:flex-start;background:var(--chip);color:var(--text);border-bottom-left-radius:4px}.chatTyping{opacity:.6;font-style:italic}.aiQuotaBar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;padding:8px 12px;border:1px solid var(--stroke-soft);border-radius:12px;font-size:12.5px;color:var(--text-secondary, #b7b7bd)}.aiQuotaBar .link{font-size:12.5px;white-space:nowrap}.chatInputRow{display:flex;gap:8px;align-items:center;padding-top:10px;border-top:1px solid var(--stroke-soft)}.chatInput{flex:1;margin-bottom:0}.primary.chatSend{width:46px;flex:0 0 auto;padding:13px 0;margin-top:0}.memoryRow{display:flex;align-items:center;gap:8px;padding:7px 0;border-bottom:1px solid var(--stroke-soft)}.memoryRow:last-child{border-bottom:none}.memoryText{flex:1;font-size:13px;color:var(--text)}.memoryDelete{background:none;border:none;color:var(--text-sub);font-size:16px;cursor:pointer;padding:0 4px}.input.soulTextarea{min-height:120px;resize:vertical;line-height:1.5;font-size:14px}.repMonthNav{display:flex;align-items:center;justify-content:center;gap:16px;margin:6px 0 14px}.repArrow{background:var(--chip);border:none;color:var(--text);width:34px;height:34px;border-radius:10px;font-size:20px;cursor:pointer;font-family:inherit}.repMonthLabel{font-size:15px;font-weight:700;text-transform:capitalize;min-width:110px;text-align:center}.statRow{display:flex;gap:8px;margin-bottom:4px}.statTile{flex:1;background:var(--surface);border-radius:var(--r-md);padding:12px 10px;display:flex;flex-direction:column;gap:4px}.statLabel{font-size:11px;color:var(--text-sub);text-transform:uppercase;letter-spacing:.5px}.statValue{font-size:15px;font-weight:700}.repLegend{display:flex;gap:16px;margin-bottom:12px}.repLegendItem{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--text-sub)}.repDot{width:9px;height:9px;border-radius:3px;display:inline-block;flex-shrink:0}.repTrend{display:flex;align-items:flex-end;gap:6px;height:150px}.repTrendCol{flex:1;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px;height:100%;padding:0;border-radius:8px;font-family:inherit}.repTrendCol.sel{background:var(--stroke-soft)}.repTrendBars{flex:1;display:flex;align-items:flex-end;justify-content:center;gap:3px;width:100%}.repBar{width:32%;max-width:16px;border-radius:4px 4px 0 0;min-height:2px}.repTrendLabel{font-size:10px;color:var(--text-sub);text-transform:capitalize}.repTrendReadout{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:14px;padding-top:12px;border-top:1px solid var(--stroke-soft);font-size:13px}.repTrendReadout .repDot{vertical-align:middle;margin-right:2px}.moneyRow{display:flex;gap:8px;align-items:stretch}.moneyRow .input.money{flex:1;margin-bottom:10px}.input.curSelect{width:90px;flex:0 0 auto;margin-bottom:10px;text-align:center;font-weight:700}.fxRow{display:flex;align-items:center;gap:10px;margin-bottom:10px}.fxLabel{flex:1;font-size:13px;color:var(--text)}.fxLabel .muted{font-size:11.5px}.input.fxInput{width:110px;flex:0 0 auto;margin-bottom:0;text-align:right}.healthCard{margin-bottom:4px}.healthTop{display:flex;align-items:flex-start;justify-content:space-between}.healthLabel{font-size:11px;color:var(--text-sub);text-transform:uppercase;letter-spacing:.5px}.healthBand{font-size:18px;font-weight:800;margin-top:2px}.healthScore{font-size:34px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.healthScoreMax{font-size:14px;font-weight:600;color:var(--text-sub)}.healthMeter{height:8px;background:var(--chip);border-radius:4px;overflow:hidden;margin:12px 0 14px}.healthMeterFill{height:100%;border-radius:4px;transition:width .4s}.healthParts{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px}.healthPart{background:none;border:none;padding:0;font-family:inherit;text-align:left;cursor:pointer}.healthPartHead{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.healthPartLabel{font-size:11.5px;color:var(--text-sub)}.healthPartHint{width:15px;height:15px;border-radius:50%;background:var(--chip);color:var(--text-sub);font-size:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.healthPartTrack{height:5px;background:var(--chip);border-radius:3px;overflow:hidden}.healthPartFill{height:100%;border-radius:3px;transition:width .4s}.learnList{display:flex;flex-direction:column;gap:10px}.learnCard{border-left:3px solid var(--stroke)}.learnCard.tone-bad{border-left-color:var(--red)}.learnCard.tone-warn{border-left-color:var(--accent)}.learnCard.tone-good{border-left-color:var(--green)}.learnCard.tone-info{border-left-color:var(--blue)}.learnHead{display:flex;align-items:center;gap:10px;margin-bottom:8px}.learnIcon{font-size:20px;flex-shrink:0}.learnTitle{font-size:14.5px;font-weight:700;color:var(--text);line-height:1.3}.learnLesson{font-size:13px;color:var(--text-sub);line-height:1.5}.learnActions{display:flex;align-items:center;gap:16px;margin-top:12px}.learnLink{background:none;border:none;color:var(--text-sub);font-size:13px;font-family:inherit;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:3px}.learnAction{background:none;border:none;color:var(--green);font-size:13.5px;font-weight:700;font-family:inherit;cursor:pointer;padding:0}.termText{font-size:14.5px;color:var(--text);line-height:1.6;margin-bottom:18px}.instSteps{display:flex;flex-direction:column;gap:10px}.instOs{border:1px solid var(--stroke-soft);border-radius:12px;padding:12px 14px}.instOs.hl{border-color:var(--accent);background:#f5a6230f}.instOsTitle{font-size:13px;font-weight:700;color:var(--text);margin-bottom:7px}.instOs ol{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:5px}.instOs li{font-size:12.5px;color:var(--text-sub);line-height:1.45}.instOs li b{color:var(--text);font-weight:600}.installBanner{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--stroke-soft);border-radius:14px;padding:4px 6px 4px 12px;margin-bottom:4px}.installBannerMain{flex:1;display:flex;align-items:center;gap:10px;background:none;border:none;padding:9px 0;cursor:pointer;font-family:inherit;text-align:left;color:var(--text);min-width:0}.installBannerIcon{font-size:17px;flex-shrink:0}.installBannerText{font-size:13px;font-weight:600;min-width:0}.installBannerText b{color:var(--accent)}.installBannerClose{background:none;border:none;color:var(--text-faint);font-size:15px;cursor:pointer;padding:8px 10px;flex-shrink:0}.gamRow{display:flex;gap:8px;margin:8px 0 4px}.gamChip{display:flex;align-items:center;gap:6px;background:var(--surface);border:1px solid var(--stroke-soft);border-radius:999px;padding:7px 12px;font-size:12.5px;font-weight:600;color:var(--text)}.gamIcon{font-size:13px}.missionCard{border:1px solid var(--green);cursor:pointer}.missionTop{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.missionTrail{font-size:12px;color:var(--text-sub);font-weight:600}.missionCta{font-size:12px;color:var(--green);font-weight:700}.missionStep{font-size:15px;font-weight:700;color:var(--text)}.missionDesc{font-size:13px;color:var(--text-sub);line-height:1.5;margin-top:6px}.trailRow{display:flex;align-items:center;gap:12px;width:100%;background:none;border:none;padding:12px 0;border-bottom:1px solid var(--stroke-soft);cursor:pointer;font-family:inherit;text-align:left}.trailRow:last-child{border-bottom:none}.trailIcon{font-size:22px;flex-shrink:0}.trailBody{flex:1;min-width:0}.trailTitle{font-size:14px;color:var(--text);font-weight:500;margin-bottom:6px}.trailDone{color:var(--green);font-weight:800}.trailTrack,.trailSheetTrack{height:6px;background:var(--chip);border-radius:3px;overflow:hidden}.trailFill{height:100%;background:var(--green);border-radius:3px;transition:width .3s}.trailPct{font-size:12.5px;color:var(--text-sub);font-variant-numeric:tabular-nums;flex-shrink:0}.trailSub{font-size:13.5px;color:var(--text-sub);margin-bottom:14px;line-height:1.4}.trailSheetTrack{margin-bottom:6px}.trailSheetProg{font-size:12px;color:var(--text-sub);margin-bottom:16px}.trailSteps{display:flex;flex-direction:column;gap:4px}.trailStep{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--stroke-soft)}.trailStep:last-child{border-bottom:none}.trailCheck{width:26px;height:26px;flex-shrink:0;border-radius:50%;border:2px solid var(--stroke);background:none;color:var(--bg);font-size:14px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center}.trailStep.done .trailCheck{background:var(--green);border-color:var(--green)}.trailCheck:disabled{cursor:default}.trailStepBody{flex:1;min-width:0}.trailStepTitle{font-size:14.5px;font-weight:600;color:var(--text)}.trailStep.done .trailStepTitle{color:var(--text-sub);text-decoration:line-through}.trailStepDesc{font-size:13px;color:var(--text-sub);line-height:1.5;margin-top:4px}.trailAuto{font-size:12px;color:var(--text-faint);font-style:italic}.ruleForm{display:flex;gap:8px;margin-bottom:4px}.input.ruleKeyword{flex:1;margin-bottom:10px}.input.ruleCategory{flex:0 0 44%;margin-bottom:10px}.simCard{border-bottom:1px solid var(--stroke-soft)}.simCard:last-child{border-bottom:none}.simHead{display:flex;align-items:center;gap:12px;width:100%;background:none;border:none;padding:16px;cursor:pointer;font-family:inherit;text-align:left}.simIcon{font-size:22px;flex-shrink:0}.simHeadText{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.simTitle{font-size:15px;font-weight:700;color:var(--text)}.simSub{font-size:12px;color:var(--text-sub)}.simChevron{font-size:20px;color:var(--text-sub);width:20px;text-align:center;flex-shrink:0}.simBody{padding:0 16px 18px}.simField{margin-bottom:14px}.simFieldHead{display:flex;justify-content:space-between;font-size:13px;color:var(--text-sub);margin-bottom:8px}.simVal{color:var(--text);font-weight:700}.simSlider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:var(--chip);outline:none}.simSlider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:var(--green);cursor:pointer;border:3px solid var(--surface)}.simSlider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--green);cursor:pointer;border:3px solid var(--surface)}.simResult{margin-top:18px;padding-top:16px;border-top:1px solid var(--stroke-soft)}.simBigLabel{font-size:12px;color:var(--text-sub);text-transform:uppercase;letter-spacing:.5px}.simBig{font-size:28px;font-weight:800;color:var(--green);margin:4px 0 14px}.simSubResult{font-size:13.5px;color:var(--text-sub);line-height:1.5}.simChartWrap{margin-bottom:14px}.simChart{display:flex;align-items:flex-end;gap:2px;height:120px}.simCol{flex:1;display:flex;flex-direction:column;border-radius:3px 3px 0 0;overflow:hidden;min-height:2px}.simColSeg{width:100%}.simColSeg:first-child{border-bottom:2px solid var(--surface)}.simChartAxis{display:flex;justify-content:space-between;font-size:10px;color:var(--text-sub);margin-top:4px}.simPropBar{display:flex;height:12px;border-radius:6px;overflow:hidden;gap:2px;margin-bottom:8px}.simPropSeg{height:100%}.simLegend{display:flex;flex-wrap:wrap;gap:6px 16px;font-size:12.5px;color:var(--text-sub)}.simLegend .num,.simLegend span{color:var(--text-sub)}.simDot{display:inline-block;width:9px;height:9px;border-radius:3px;margin-right:6px}.simWarn{font-size:13.5px;color:var(--text);line-height:1.55;background:#f0715a1f;border-radius:12px;padding:12px 14px}.paywall{text-align:center}.paywallIcon{font-size:32px;margin-bottom:6px}.paywallTitle{font-size:17px;font-weight:700;color:var(--text);margin-bottom:10px}.paywallList{list-style:none;text-align:left;margin:4px auto 18px;max-width:320px;display:flex;flex-direction:column;gap:8px}.paywallList li{font-size:13.5px;color:var(--text)}.row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--stroke-soft)}.row:last-child{border-bottom:none}.row.rowClickable{cursor:pointer;margin:0 -4px;padding:10px 4px;border-radius:10px;transition:background .12s}.row.rowClickable:active{background:var(--chip)}.rowIcon{width:38px;height:38px;border-radius:12px;background:var(--chip);display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}.rowBody{flex:1;min-width:0}.rowTitle{font-size:14px;color:var(--text);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rowSub{font-size:11.5px;color:var(--text-sub)}.rowValue{font-size:14px;font-weight:700}.creditCard{border-radius:var(--r-lg);padding:18px;color:#fff;margin-bottom:14px;box-shadow:var(--shadow-card)}.ccHead{display:flex;justify-content:space-between;align-items:center;font-weight:700;letter-spacing:.5px}.ccActions{display:flex;align-items:center;gap:12px}.creditCard.archived{opacity:.55;filter:grayscale(.4)}.ccLabel{margin-top:18px;font-size:12px;opacity:.8}.ccValue{font-size:26px;font-weight:700}.ccMaskedRow{display:flex;align-items:center;gap:10px;margin-top:14px}.ccChip{width:26px;height:18px;border-radius:4px;background:#ffffff47;display:flex;align-items:center;justify-content:center;font-size:9px;letter-spacing:-1px;opacity:.85}.ccMaskedNumber{font-size:13px;letter-spacing:1px;opacity:.9}.ccTrack{margin-top:10px;height:5px;background:#ffffff40;border-radius:3px}.ccFill{height:100%;background:#fff;border-radius:3px}.ccFoot{display:flex;justify-content:space-between;margin-top:8px;font-size:11px;opacity:.85}.card.goal{margin-bottom:12px}.goalHead{display:flex;justify-content:space-between;align-items:center;font-weight:600;color:var(--text)}.goalFoot{display:flex;justify-content:space-between;font-size:13px}.fab{position:fixed;bottom:84px;right:max(16px,calc(50% - 224px));width:56px;height:56px;border-radius:18px;background:var(--card-gradient);color:#fff;font-size:28px;border:none;box-shadow:var(--shadow-brand);cursor:pointer;z-index:40;display:flex;align-items:center;justify-content:center}.fabIcon{width:26px;height:26px;display:block}.nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--app-max);display:flex;background:var(--bg);border-top:1px solid var(--stroke);padding:8px 0 max(8px,env(safe-area-inset-bottom));z-index:30}.navBtn{flex:1;background:none;border:none;display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer;font-family:inherit;padding:4px 0;color:var(--text-faint);font-weight:500}.navBtn.active{color:var(--text);font-weight:700}.navIcon{width:23px;height:23px;display:block}.navLabel{font-size:11px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:flex-end;justify-content:center;z-index:50;animation:overlayIn .2s ease}.sheet{background:var(--surface-hi);border-radius:var(--r-xl) var(--r-xl) 0 0;padding:20px 20px calc(32px + env(safe-area-inset-bottom));width:100%;max-width:var(--app-max);max-height:85vh;overflow-y:auto;border-top:1px solid var(--stroke);animation:sheetIn .3s cubic-bezier(.2,.7,.2,1)}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}@keyframes sheetIn{0%{transform:translateY(100%)}to{transform:none}}.sheetHead{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.sheetHead h3{font-size:17px;font-weight:700;color:var(--text)}.confirmText{font-size:14px;color:var(--text-sub);margin-bottom:16px;line-height:1.5}.input{width:100%;padding:13px 14px;margin-bottom:10px;border:1.5px solid var(--stroke);border-radius:12px;font-size:15px;font-family:inherit;color:var(--text);background:var(--surface);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.input::placeholder{color:var(--text-faint)}.input:focus{border-color:var(--accent)}.input.money{font-size:24px;font-weight:700;font-variant-numeric:tabular-nums;text-align:center}select.input option{background:var(--surface-hi);color:var(--text)}.primary{width:100%;padding:15px;border:none;border-radius:14px;background:var(--text);color:var(--bg);font-size:16px;font-weight:700;font-family:inherit;cursor:pointer;margin-top:4px}.primary:disabled{opacity:.35}.toggleRow{display:flex;gap:8px;margin-bottom:14px}.toggle{flex:1;padding:12px;border:none;border-radius:12px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer}.toggle.iconPick{flex:0 0 auto;padding:8px 12px;font-size:18px}.iconRow{display:flex;gap:6px;margin-bottom:12px;flex-wrap:wrap}.ghost{background:none;border:none;color:var(--text-sub);font-size:15px;cursor:pointer;padding:4px 8px;font-family:inherit}.ghost.light{color:#ffffffd9;font-size:18px}.ghost.lighter{color:#ffffffbf;font-size:13px}.link{background:none;border:none;color:var(--accent);font-weight:700;font-size:13px;cursor:pointer;font-family:inherit}.checkRow{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text);margin:4px 0 16px;cursor:pointer}.parcelRow{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.parcelSelect{width:auto;margin-bottom:0;flex:0 0 auto;min-width:130px}.fieldPair{display:flex;gap:8px}.fieldPair>div{flex:1}.fieldLabel{font-size:11px;color:var(--text-sub);letter-spacing:.5px;display:block;margin-bottom:4px}.colorRow{display:flex;gap:8px;margin:10px 0 16px}.colorDot{width:30px;height:30px;border-radius:50%;border:3px solid transparent;cursor:pointer}.settingsRow{display:flex;justify-content:space-between;align-items:center}.settingsLabel{font-size:11px;letter-spacing:.5px;text-transform:uppercase;color:var(--text-sub);margin-bottom:4px}.settingsValue{font-size:15px;color:var(--text);font-weight:600}.settingsMuted{font-size:13px;color:var(--text-sub);line-height:1.5}.settingsOk{font-size:13px;color:var(--green);margin-top:10px}.settingsError{font-size:13px;color:var(--red);margin-top:10px}.pfHeader{display:flex;align-items:center;gap:14px}.pfAvatar{width:54px;height:54px;border-radius:50%;background:var(--brand-gradient);display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;flex-shrink:0;box-shadow:var(--shadow-brand)}.pfHeadBody{min-width:0}.pfName{font-size:18px;font-weight:800;color:var(--text);letter-spacing:-.3px}.pfSub{font-size:13px;color:var(--text-sub);margin-top:3px}.secIcon{margin-right:7px;font-size:12px}.accessBadge{display:inline-flex;align-items:center;gap:7px;background:var(--chip);border:1px solid var(--stroke-soft);border-radius:999px;padding:8px 14px;font-size:14px;font-weight:700;color:var(--text);margin-bottom:14px}.accessBadge.free{color:var(--text-sub)}.accessBadge .accessDays{font-weight:600;color:var(--text-sub)}.pfDivider{border-top:1px solid var(--stroke-soft);margin-top:16px;padding-top:16px}.pfInfoRow{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--stroke-soft)}.pfInfoRow:first-child{padding-top:0}.pfInfoRow:last-child{border-bottom:none;padding-bottom:0}.dangerBtn{width:100%;padding:14px;border:1px solid rgba(240,113,90,.4);border-radius:14px;background:#f0715a14;color:var(--red);font-size:15px;font-weight:700;font-family:inherit;cursor:pointer}.dangerBtn:active{background:#f0715a29}.inviteBox{text-align:center;padding:8px 0 4px;margin-bottom:8px}.inviteCode{font-size:32px;font-weight:800;letter-spacing:6px;color:var(--accent);font-family:inherit;margin-bottom:10px}
