:root{--bg: #f5f6fb;--card: #ffffff;--ink: #0b1020;--muted: #6b7280;--line: #eef0f5;--indigo: #4f46e5;--violet: #7c3aed;--green: #16a34a;--red: #ef4444;--blue: #0ea5e9;--amber: #f59e0b;--radius: 20px;--shadow: 0 6px 24px rgba(17, 24, 39, .06);--shadow-sm: 0 2px 8px rgba(17, 24, 39, .05)}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}input,select,button,textarea{font-family:inherit;font-size:16px}h1,h2,h3{letter-spacing:-.02em}.num{font-variant-numeric:tabular-nums}.center{display:flex;align-items:center;justify-content:center;min-height:60vh}.muted{color:var(--muted)}.small{font-size:13px}.error{background:#fef2f2;color:var(--red);padding:11px 13px;border-radius:12px;font-size:14px}.success{color:var(--green)}.app-shell{max-width:560px;margin:0 auto;min-height:100vh}.content{padding:18px 16px 104px}.page{display:flex;flex-direction:column;gap:16px}.page h2{margin:2px 0;font-size:26px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.tabbar{position:fixed;bottom:0;left:0;right:0;max-width:560px;margin:0 auto;display:flex;background:#ffffffd1;backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px);border-top:1px solid var(--line);padding:8px 6px;padding-bottom:calc(8px + env(safe-area-inset-bottom))}.tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;text-decoration:none;color:var(--muted);font-size:11px;font-weight:600;padding:5px 4px;border-radius:12px;transition:color .15s}.tabbar button.tab{background:none;border:none;cursor:pointer;font:inherit}.tab.active{color:var(--indigo)}.tab-icon{display:grid;place-items:center;height:24px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:12px}.card h3{margin:0;font-size:16px}.card-sub{font-size:12px;color:var(--muted);margin-top:-6px}label{font-size:13px;color:var(--muted);font-weight:600}input,select{width:100%;padding:13px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink);transition:border-color .15s,box-shadow .15s}input:focus,select:focus{outline:none;border-color:var(--indigo);box-shadow:0 0 0 3px #4f46e51f}input[type=color]{padding:4px;height:48px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.btn{border:1px solid var(--line);background:#fff;color:var(--ink);padding:13px 16px;border-radius:13px;cursor:pointer;font-weight:700;transition:transform .06s,box-shadow .15s}.btn:active{transform:scale(.98)}.btn.primary{background:linear-gradient(135deg,var(--indigo),var(--violet));color:#fff;border:none;box-shadow:0 8px 20px #6346e547}.btn.ghost{background:transparent}.btn.small{padding:8px 13px;font-size:14px;border-radius:11px}.btn.big{padding:16px;font-size:17px}.btn:disabled{opacity:.55}.link-btn{background:none;border:none;color:var(--indigo);cursor:pointer;font-size:13px;font-weight:600;padding:2px 4px}.link-btn.danger{color:var(--red)}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:22px;background:radial-gradient(1200px 600px at 50% -10%,rgba(124,58,237,.12),transparent),var(--bg)}.login-card{width:100%;max-width:390px}.login-card h1{margin:0;font-size:26px}.login-logo{display:flex;align-items:center;gap:12px}.login-badge{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--indigo),var(--violet));box-shadow:0 8px 20px #6346e54d}.pin-dots{display:flex;justify-content:center;gap:12px;margin:10px 0 4px;min-height:16px}.pin-dot{width:14px;height:14px;border-radius:50%;background:var(--line);transition:background .12s,transform .12s}.pin-dot.on{background:var(--indigo);transform:scale(1.05)}.keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:8px}.key{height:64px;border:1px solid var(--line);border-radius:16px;background:#fff;font-size:24px;font-weight:700;color:var(--ink);cursor:pointer;display:grid;place-items:center}.key:active{background:#f1f2f6;transform:scale(.97)}.key-action{color:var(--muted)}.key-ok{background:linear-gradient(135deg,var(--indigo),var(--violet));color:#fff;border:none;font-size:18px}.key-ok:disabled{opacity:.5}.center-btn{display:block;margin:14px auto 0}.pin-row{display:flex;align-items:center;gap:10px}.pin-row .nw-name{flex:1}.pin-row input{width:130px}.who-row{display:flex;gap:12px}.who-btn{flex:1;padding:15px;border:2px solid var(--line);border-radius:14px;background:#fff;font-weight:800;cursor:pointer}.who-btn.active{color:#fff}.seg{display:flex;gap:8px}.seg button{flex:1;padding:13px;border:1px solid var(--line);border-radius:13px;background:#fff;cursor:pointer;font-weight:600}.seg button{display:inline-flex;align-items:center;justify-content:center;gap:7px}.seg button.active{background:linear-gradient(135deg,var(--indigo),var(--violet));color:#fff;border-color:transparent}.photo-btn{display:flex;align-items:center;justify-content:center;gap:10px;text-align:center;padding:30px 16px;border:2px dashed #c7c9f2;border-radius:16px;color:var(--indigo);font-weight:800;cursor:pointer;background:#f7f7ff}.receipt-preview{width:100%;max-height:300px;object-fit:contain;border-radius:14px;margin-top:8px}.filters{display:flex;gap:8px}.filters select{flex:1;padding:11px;border-radius:12px}.hero{position:relative;overflow:hidden;border:none;border-radius:24px;padding:22px;color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed 60%,#9333ea);box-shadow:0 18px 40px #6346e54d}.hero:after{content:"";position:absolute;right:-40px;top:-40px;width:180px;height:180px;background:#ffffff1f;border-radius:50%}.hero-label{font-size:13px;opacity:.85;font-weight:600}.hero-value{font-size:38px;font-weight:800;letter-spacing:-.03em;margin:2px 0 12px}.hero-row{display:flex;gap:18px;position:relative;z-index:1}.hero-row .hr-item{flex:1}.hero-row .hr-label{font-size:12px;opacity:.85}.hero-row .hr-val{font-size:17px;font-weight:700}.filter-card{gap:10px}.period{display:flex;flex-direction:column;gap:8px}.period-range{display:flex;align-items:center;gap:8px}.period-range input{flex:1}.summary-card{flex-direction:row;align-items:center;justify-content:space-between}.summary-total{font-size:25px;font-weight:800;letter-spacing:-.02em}.delta-pill{display:inline-flex;align-items:center;gap:5px;padding:7px 13px;border-radius:999px;font-weight:800;font-size:13px}.delta-pill.up{background:#fee2e2;color:#991b1b}.delta-pill.down{background:#dcfce7;color:#166534}.delta-pct{opacity:.75}.catsel{position:relative}.catsel-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 13px;border:1px solid var(--line);border-radius:13px;background:#fff;cursor:pointer;font-size:16px}.catsel-current{display:flex;align-items:center;gap:10px;font-weight:600}.catsel-pop{position:absolute;z-index:30;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}.catsel-search{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--line)}.catsel-search input{border:none;padding:4px;flex:1}.catsel-search input:focus{box-shadow:none}.catsel-list{max-height:280px;overflow-y:auto}.catsel-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;border:none;background:#fff;cursor:pointer;text-align:left;color:var(--ink)}.catsel-item:active,.catsel-item:hover{background:#f6f7fb}.catsel-empty{padding:14px;text-align:center}.health-card{flex-direction:column;gap:12px}.health-top{display:flex;align-items:center;gap:16px}.health-spark{border-top:1px solid var(--line);padding-top:8px}.health-ring{position:relative;width:104px;height:104px;flex:none}.health-ring svg{width:104px;height:104px;transform:rotate(-90deg)}.ring-bg{fill:none;stroke:var(--line);stroke-width:10}.ring-fg{fill:none;stroke-width:10;stroke-linecap:round;transition:stroke-dashoffset .6s ease}.ring-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.ring-score{font-size:30px;font-weight:800;line-height:1}.ring-max{font-size:12px;color:var(--muted)}.health-body{flex:1;min-width:0}.health-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.health-head h3{margin:0}.health-head-right{display:flex;align-items:center;gap:6px}.health-badge{padding:4px 11px;border-radius:999px;font-weight:800;font-size:12.5px;white-space:nowrap}.health-trend{display:inline-flex;align-items:center;gap:2px;padding:4px 9px;border-radius:999px;font-weight:800;font-size:12px}.health-trend.up{background:#dcfce7;color:#166534}.health-trend.down{background:#fee2e2;color:#991b1b}.health-factors{display:flex;flex-direction:column;gap:9px}.hf-top{display:flex;justify-content:space-between;font-size:13px;margin-bottom:3px}.hf .bar{height:7px}.hf .muted.small{margin-top:2px}.kpis{display:grid;grid-template-columns:1fr 1fr;gap:12px}.kpi{gap:6px;padding:16px}.kpi-top{display:flex;align-items:center;gap:8px}.kpi-ico{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;font-size:17px}.kpi-label{font-size:12.5px;color:var(--muted);font-weight:600}.kpi-value{font-size:23px;font-weight:800;letter-spacing:-.02em}.kpi-value.pos{color:var(--green)}.kpi-value.neg{color:var(--red)}.legend{display:flex;flex-wrap:wrap;gap:10px}.legend .li{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--muted)}.cat-list{display:flex;flex-direction:column;gap:9px}.cat-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.cat-row .over{color:var(--red);font-weight:800}.dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px}.rule-grid{display:flex;flex-direction:column;gap:14px}.rule-row .rule-head{display:flex;justify-content:space-between;font-size:13px;margin-bottom:6px}.bar{height:12px;border-radius:8px;background:var(--line);overflow:hidden}.bar>span{display:block;height:100%;border-radius:8px}.savings-pill{align-self:flex-start;padding:6px 12px;border-radius:999px;font-weight:800;font-size:13px}.savings-pill.good{background:#dcfce7;color:#166534}.savings-pill.bad{background:#fee2e2;color:#991b1b}.nw-card{display:flex;flex-direction:column;gap:10px}.nw-person{display:flex;flex-direction:column;gap:8px;padding:14px;border:1px solid var(--line);border-radius:16px}.nw-top{display:flex;justify-content:space-between;align-items:center}.nw-name{font-weight:800;display:flex;align-items:center;gap:8px}.nw-total{font-weight:800;font-size:18px}.nw-bar{display:flex;height:12px;border-radius:8px;overflow:hidden;background:var(--line)}.nw-breakdown{display:flex;gap:14px;font-size:12px;color:var(--muted);flex-wrap:wrap}.expense-list{display:flex;flex-direction:column;gap:10px}.expense-item{flex-direction:row;align-items:center;justify-content:space-between;padding:13px 15px}.ei-left{display:flex;align-items:center;gap:12px}.cat-ico{display:inline-grid;place-items:center;border-radius:12px;flex:none}.ei-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;font-size:20px;background:#f3f4f8}.ei-title{font-weight:700}.ei-sub{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:2px}.badge{display:inline-flex;align-items:center;gap:3px;background:#f1ebff;color:var(--violet);padding:1px 7px;border-radius:999px;font-weight:700}.ei-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.ei-amount{font-weight:800;font-size:16px}.planned-card{border-left:4px solid var(--violet)}.small-value{font-size:18px!important;font-weight:800}.insight-card{background:linear-gradient(180deg,#faf9ff,#fff)}.insight-card .insight-text{white-space:pre-wrap;line-height:1.55;font-size:14px}.cat-edit-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.cat-edit-right{display:flex;align-items:center;gap:6px}.budget-input{width:110px}.balance-block{border-top:1px solid var(--line);padding-top:12px;display:flex;flex-direction:column;gap:8px}.balance-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.income-form{display:grid;grid-template-columns:1.2fr 1.2fr 1fr auto;gap:8px;align-items:end}.income-form .btn{height:46px}.icon-btn{border:1px solid var(--line);background:#fff;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;color:var(--muted);cursor:pointer}.ico-h{display:flex;align-items:center;gap:8px}.hr-label{display:flex;align-items:center;gap:5px}.savings-pill{display:inline-flex;align-items:center;gap:6px}.nw-breakdown span{display:inline-flex;align-items:center;gap:5px}.cat-label{display:flex;align-items:center;gap:10px}.cat-row .cat-label svg{flex:none}.inout{display:inline-flex;align-items:center;gap:3px;margin-right:8px}.inout .up{color:var(--green)}.inout .down{color:var(--red)}.chat-fab{position:fixed;right:18px;bottom:calc(86px + env(safe-area-inset-bottom));z-index:50;width:58px;height:58px;border-radius:50%;border:none;cursor:pointer;color:#fff;display:grid;place-items:center;background:linear-gradient(135deg,var(--indigo),var(--violet));box-shadow:0 12px 28px #6346e573;animation:fab-pop .25s ease}@keyframes fab-pop{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.chat-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0f102073;display:flex;align-items:flex-end;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.chat-panel{width:100%;max-width:560px;height:86vh;background:var(--bg);border-radius:24px 24px 0 0;display:flex;flex-direction:column;overflow:hidden;animation:sheet-up .25s ease}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.chat-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:#fff;border-bottom:1px solid var(--line)}.chat-title{display:flex;align-items:center;gap:10px}.chat-avatar{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;font-size:20px;background:linear-gradient(135deg,var(--indigo),var(--violet))}.chat-name{font-weight:800}.chat-status{font-size:12px;color:var(--green)}.chat-actions{display:flex;align-items:center;gap:10px}.chat-close{border:none;background:#f3f4f8;width:32px;height:32px;border-radius:10px;cursor:pointer;color:var(--muted);display:grid;place-items:center}.chat-list{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.chat-empty{margin-top:8px}.chat-starters{display:flex;flex-direction:column;gap:8px;margin-top:12px}.chip{text-align:left;border:1px solid var(--line);background:#fff;padding:12px 14px;border-radius:14px;cursor:pointer;font-size:14px;font-weight:600;color:var(--indigo)}.chat-msg{max-width:82%;padding:11px 14px;border-radius:16px;font-size:14.5px;line-height:1.45;white-space:pre-wrap;word-wrap:break-word}.chat-msg.user{align-self:flex-end;background:linear-gradient(135deg,var(--indigo),var(--violet));color:#fff;border-bottom-right-radius:5px}.chat-msg.assistant{align-self:flex-start;background:#fff;border:1px solid var(--line);border-bottom-left-radius:5px}.chat-msg.typing{display:flex;gap:4px;align-items:center}.chat-msg.typing span{width:7px;height:7px;border-radius:50%;background:#b6bac6;animation:blink 1.2s infinite both}.chat-msg.typing span:nth-child(2){animation-delay:.2s}.chat-msg.typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.3}40%{opacity:1}}.chat-input{display:flex;gap:8px;padding:12px 14px;padding-bottom:calc(12px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--line)}.chat-input input{flex:1;border-radius:999px;padding:13px 16px}.chat-send{width:46px;height:46px;border-radius:50%;border:none;background:linear-gradient(135deg,var(--indigo),var(--violet));color:#fff;display:grid;place-items:center;cursor:pointer;flex:none}.chat-send:disabled{opacity:.5}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#0f102073;display:flex;justify-content:flex-end;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.drawer{width:82%;max-width:320px;height:100%;background:var(--bg);display:flex;flex-direction:column;padding:18px 16px calc(18px + env(safe-area-inset-bottom));animation:drawer-in .22s ease}@keyframes drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-name{font-size:22px;font-weight:800}.drawer-nav{display:flex;flex-direction:column;gap:8px}.drawer-item{display:flex;align-items:center;gap:12px;padding:14px;border-radius:14px;background:#fff;border:1px solid var(--line);text-decoration:none;color:var(--ink);font-weight:700}.drawer-item.active{border-color:var(--indigo);color:var(--indigo);box-shadow:0 0 0 3px #4f46e51a}.drawer-ico{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#f1ebff;color:var(--indigo)}.drawer-label{flex:1}.drawer-logout{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;border-radius:14px;border:1px solid var(--line);background:#fff;color:var(--red);font-weight:700;cursor:pointer}.bal-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.bal-label{display:flex;align-items:center;gap:7px;font-weight:600;color:var(--ink)}.bal-input{position:relative;width:150px}.bal-input input{text-align:right;padding-right:26px}.bal-eur{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--muted)}.adj-row{display:flex;gap:8px}.adj-row input{flex:1}.income-row{display:flex;align-items:center;gap:11px}.inc-ico{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#dcfce7;color:#16a34a;flex:none}.inc-main{flex:1;min-width:0}.inc-title{font-weight:700}.inc-amount{font-weight:800}.icon-btn-sm{border:none;background:none;color:var(--red);cursor:pointer;padding:4px;display:grid;place-items:center}.inc-ico.inv{background:#f1ebff;color:var(--violet)}.inc-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.inc-sub{margin-top:1px}.tax-toggle{margin-top:6px;border:none;cursor:pointer;font-size:11.5px;font-weight:800;padding:4px 10px;border-radius:999px}.tax-toggle.due{background:#fef3c7;color:#92400e}.tax-toggle.paid{background:#dcfce7;color:#166534}.tax-card{flex-direction:row;align-items:center;gap:12px;border-left:4px solid var(--amber)}.tax-ico{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:#fef3c7;color:#d97706;flex:none}.tax-amount{font-size:22px;font-weight:800}.calc-box{display:flex;flex-direction:column;justify-content:center;gap:4px;background:#f6f7fb;border-radius:12px;padding:10px 12px}.calc-row{display:flex;justify-content:space-between;font-size:13px}.calc-row.strong{font-weight:800}.md{font-size:14px;line-height:1.55;white-space:normal}.md>*:first-child{margin-top:0}.md>*:last-child{margin-bottom:0}.md h1,.md h2,.md h3,.md h4{font-size:14.5px;font-weight:800;margin:15px 0 6px;letter-spacing:-.01em;color:var(--ink)}.md p{margin:7px 0}.md ul,.md ol{margin:7px 0;padding-left:20px}.md li{margin:4px 0}.md li::marker{color:var(--indigo)}.md strong{font-weight:700;color:var(--ink)}.md a{color:var(--indigo)}.md code{background:#f1f2f6;padding:1px 5px;border-radius:6px;font-size:12.5px}
