:root{color:#151a19;background:#eef3ef;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,rgba(27,150,84,.12),transparent 38%),#eef3ef}button,input,select{font:inherit}button{cursor:pointer}.page{min-height:100vh;display:grid;place-items:center;padding:20px}.phone-shell{width:min(100%,390px);height:min(820px,calc(100vh - 40px));min-height:680px;background:#f8faf8;border:1px solid rgba(18,55,36,.12);border-radius:10px;box-shadow:0 18px 60px #15281e33;overflow:hidden;position:relative;display:flex;flex-direction:column}.topbar{height:62px;flex:0 0 auto;padding:0 14px;background:linear-gradient(180deg,#169152,#118144);color:#fff;display:grid;grid-template-columns:76px 1fr 76px;align-items:center;box-shadow:0 2px 8px #0000002e}.topbar-title{display:grid;justify-items:center;gap:1px;line-height:1.05;min-width:0}.topbar-title strong{font-size:20px;font-weight:800;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-title span{font-size:13px;font-weight:700;opacity:.92;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-side{display:flex;align-items:center;min-width:0}.topbar-side.right{justify-content:flex-end}.top-actions{display:flex;align-items:center;gap:4px}.icon-button{width:42px;height:42px;border:0;color:inherit;background:transparent;display:grid;place-items:center;border-radius:8px}.icon-button:active{background:#ffffff24}.content{flex:1 1 auto;overflow-y:auto;padding:14px 14px 26px}.home-indicator{position:absolute;left:50%;bottom:7px;transform:translate(-50%);width:128px;height:5px;border-radius:99px;background:#050505}.center-state{flex:1;display:grid;place-items:center;font-size:20px;font-weight:800;color:#16864b}.login-panel{flex:1;padding:30px 22px;display:flex;flex-direction:column;align-items:stretch}.brand-mark{width:104px;height:104px;border-radius:28px;display:grid;place-items:center;align-self:center;color:#fff;background:linear-gradient(180deg,#20a35f,#128044);box-shadow:0 12px 28px #15844747;margin-top:18px}.login-panel h1{margin:22px 0 4px;text-align:center;font-size:28px;line-height:1.1}.login-panel p{margin:0 0 22px;text-align:center;color:#68746d;font-weight:600}.login-panel form,.form-stack{display:grid;gap:14px}label{display:grid;gap:7px;font-size:14px;font-weight:800;color:#323b37}input,select{width:100%;min-height:46px;border:1px solid #d3dbd6;border-radius:6px;background:#fff;color:#1d2421;padding:0 12px;outline:none;box-shadow:inset 0 1px 2px #0000000a}input:focus,select:focus{border-color:#16864b;box-shadow:0 0 0 3px #16864b29}.check-row{display:flex;align-items:center;gap:10px;font-weight:700}.check-row input{width:20px;height:20px;min-height:20px}.tiny-note{margin-top:16px;font-size:13px}.sync-badge,.role-pill{min-height:32px;border-radius:7px;padding:6px 10px;display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:800;margin-bottom:10px}.sync-badge.online{color:#127b42;background:#e7f5ec}.sync-badge.offline{color:#9b5b00;background:#fff2dc}.role-pill{margin-left:8px;color:#51615a;background:#edf1ee;text-transform:uppercase}.account-card{width:100%;min-height:150px;padding:14px 12px;border:1px solid #e3e7e4;border-radius:8px;background:#fff;box-shadow:0 3px 12px #19282017;display:grid;grid-template-columns:76px 1fr 30px;align-items:center;gap:10px;text-align:left;margin-bottom:14px}.account-icon{width:66px;height:66px;border-radius:999px;color:#fff;display:grid;place-items:center}.account-icon.green{background:#179452}.account-icon.blue{background:#1779d2}.account-icon.purple{background:#8d50cf}.account-info{display:grid;gap:6px}.account-info strong{font-size:24px;line-height:1.1}.money-row{display:grid;grid-template-columns:48px 1fr;align-items:baseline;gap:8px;font-size:18px}.money-row span{font-weight:900}.money-row b{justify-self:end;font-weight:700}.eur{color:#15904f}.usd{color:#1779d2}.cup{color:#f47b12}.currency-panel{border:1px solid;border-radius:8px;padding:12px;margin-bottom:10px}.currency-panel.eur{background:#eff8f1;border-color:#cfdfd3}.currency-panel.usd{background:#edf7ff;border-color:#cfe0ef}.currency-panel.cup{background:#fff7ed;border-color:#efd9be}.currency-head{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:10px}.currency-icon{width:52px;height:52px;border-radius:999px;display:grid;place-items:center;color:#fff}.currency-icon svg{color:#fff}.currency-panel.eur .currency-icon{background:#179452}.currency-panel.usd .currency-icon{background:#1779d2}.currency-panel.cup .currency-icon{background:#f47b12}.currency-head span{display:block;font-size:14px;color:#28302c;font-weight:800}.currency-head strong{display:block;margin-top:2px;font-size:27px;color:#101514}.dual-actions{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:12px}button.success,button.danger,button.primary,button.secondary,.empty-card button{min-height:48px;border:0;border-radius:6px;color:#fff;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:9px;box-shadow:0 2px 5px #10201824}button.success,button.primary,.empty-card button{background:linear-gradient(180deg,#1aa65d,#128246)}button.danger{background:linear-gradient(180deg,#f33367,#e61f55)}button.secondary{color:#176fc7;background:#fff;border:1px solid #e3e7e4}button.full{width:100%;padding-left:14px;padding-right:14px;text-align:center}button:disabled{opacity:.65;cursor:wait}.question{font-size:18px}.amount-input{height:92px;border:1px solid #d6deda;border-radius:7px;background:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;padding:0 14px;box-shadow:inset 0 1px 3px #00000014}.amount-input input{border:0;box-shadow:none;min-height:80px;font-size:44px;font-weight:900;text-align:right;padding:0}.amount-input span{margin-left:12px;color:#15904f;font-size:24px;font-weight:900}.number-pad{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.number-pad button{height:43px;border-radius:6px;border:1px solid #dfe4e1;background:#fff;font-size:24px;font-weight:800;box-shadow:0 2px 4px #00000014}.confirmation{text-align:center}.check-circle{width:92px;height:92px;margin:20px auto 10px;border-radius:999px;display:grid;place-items:center;color:#fff;background:linear-gradient(180deg,#1aa65d,#128246)}.confirmation h1{margin:0 0 18px;color:#16864b;font-size:28px}.offline-note{margin:-8px 0 18px;padding:10px 12px;border:1px solid #f1d9ab;border-radius:7px;color:#8a5400;background:#fff7e6;font-weight:800}.summary-card{padding:18px 24px;margin-bottom:22px;border:1px solid #e1e7e3;border-radius:8px;background:#fff;text-align:left}.summary-card span{display:block;font-weight:700;color:#3e4944;margin-bottom:5px}.summary-card strong{display:block;font-size:22px;margin-bottom:12px}.summary-card hr{border:0;border-top:1px solid #d9e2dd;margin:0 0 12px}.movements{padding-top:16px}.movement-toolbar{display:grid;gap:8px;margin-bottom:12px}.movement-filters{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.movement-filters button{min-height:40px;border:1px solid #dfe6e2;border-radius:7px;background:#fff;color:#34403a;font-size:13px;font-weight:900}.movement-filters button.active{color:#fff;border-color:#16864b;background:#16884b}.deleted-toggle{width:100%;min-height:40px;border:1px solid #dfe6e2;border-radius:7px;background:#fff;color:#606d66;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:900}.deleted-toggle.active{color:#fff;border-color:#6a736e;background:#6a736e}.movement-row{display:grid;grid-template-columns:30px 1fr 86px;gap:10px;align-items:center;min-height:58px;padding:8px;border-bottom:1px solid #e5e9e7;background:#fff}.movement-row.deleted{background:#f7f4f4;opacity:.78}.movement-row.pending{background:#fff8e8}.movement-row.deleted .movement-main strong,.movement-row.deleted .movement-main span{text-decoration:line-through}.movement-row:first-child{border-top-left-radius:7px;border-top-right-radius:7px}.movement-row:last-child{border-bottom-left-radius:7px;border-bottom-right-radius:7px;border-bottom:0}.mini-sign{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;color:#fff}.mini-sign.plus{background:#19a45c}.mini-sign.minus{background:#f02a5d}.mini-sign.deleted{background:#8d9690}.movement-main{min-width:0;display:grid;gap:2px}.movement-main strong{font-size:15px}.movement-main span{font-size:13px;font-weight:700;color:#29332f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.movement-main small{font-size:11px;font-weight:800;color:#8a6452}.movement-main small.deleted-status{color:#6a736e}.movement-row.pending .movement-main small{color:#9b5b00}.movement-side{display:grid;justify-items:end;gap:2px}.movement-side span,.movement-side small{color:#606d66;font-size:12px;font-weight:800}.row-actions{display:flex;gap:4px}.row-actions button{width:28px;height:26px;border:1px solid #e0e6e2;border-radius:6px;background:#fff;color:#45524c}.row-actions button:last-child{color:#e61f55}.success-text{color:#138447}.danger-text{color:#e61f55}.empty-card,.error-box{border-radius:8px;padding:16px;margin-bottom:14px;font-weight:800}.empty-card{background:#fff;border:1px solid #e3e7e4;color:#36413c;display:grid;gap:12px}.error-box{background:#fff0f3;color:#b51542;border:1px solid #ffd0db}.icon-picker{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.icon-picker button{height:48px;border:1px solid #dfe6e2;border-radius:7px;background:#fff;color:#188b4e}.icon-picker button.selected{background:#e8f6ed;border-color:#16864b}.section-label{display:block;margin-top:4px;font-weight:900;color:#303b36}.currency-input{min-height:56px;grid-template-columns:1fr 112px;align-items:center;background:#fff;border:1px solid #e4e9e6;border-radius:7px;padding:6px}.small-currency{display:inline-flex;align-items:center;gap:8px;font-weight:900}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:8px}.segmented button{min-height:44px;border:1px solid #dfe6e2;border-radius:7px;background:#fff;color:#34403a;font-weight:900}.segmented button.active{color:#fff;background:#16884b}.segmented button.danger-segment{background:#e9285b}.dialog-backdrop{position:absolute;inset:0;background:#0d16126b;display:grid;place-items:center;padding:20px}.dialog{width:100%;border-radius:8px;background:#fff;padding:18px;box-shadow:0 18px 60px #00000042}.dialog h2{margin:0 0 8px}.dialog p{margin:0 0 16px;color:#e61f55;font-size:22px;font-weight:900}.dialog-actions{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.dialog-actions button{min-height:46px;border-radius:6px;border:1px solid #dde4df;color:#34403a;font-weight:900;background:#fff}.dialog-actions button.danger{color:#fff;border:0;background:linear-gradient(180deg,#f33367,#e61f55)}@media(max-width:560px){.page{padding:0;display:block}.phone-shell{width:100%;height:100vh;min-height:100vh;border-radius:0;border:0}}
