:root{--primary: #1a6b4a;--primary-light: #2d9d6e;--income: #16a34a;--expense: #dc2626;--warning: #f59e0b;--bg: #fafaf9;--surface: #ffffff;--border: #e7e5e4;--text: #1c1917;--text-muted: #78716c;--text-soft: #a8a29e;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.06);--radius: 12px;--radius-sm: 8px;--radius-lg: 16px}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:inherit}.num{font-variant-numeric:tabular-nums}.app-shell{max-width:480px;margin:0 auto;min-height:100vh;background:var(--bg);padding-bottom:96px;position:relative}@media (min-width: 768px){.app-shell{max-width:720px}}.topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 8px}.topbar h1{margin:0;font-size:20px;font-weight:600}.topbar .greet{font-size:13px;color:var(--text-muted);margin-bottom:2px}.page{padding:8px 16px 16px}.page-title{font-size:20px;font-weight:600;margin:12px 4px 16px}.card{background:var(--surface);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow-sm);border:1px solid var(--border);margin-bottom:12px}.card-lg{padding:20px;border-radius:var(--radius-lg)}.balance-card{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:#fff;border-radius:var(--radius-lg);padding:20px;box-shadow:0 4px 16px #1a6b4a40;margin-bottom:16px}.balance-card .label{font-size:13px;opacity:.85}.balance-card .balance{font-size:28px;font-weight:700;margin:6px 0 16px}.balance-card .row{display:flex;gap:12px}.balance-card .stat{flex:1;background:#ffffff1f;border-radius:var(--radius-sm);padding:10px 12px}.balance-card .stat .stat-label{font-size:11px;opacity:.85}.balance-card .stat .stat-value{font-size:16px;font-weight:600;margin-top:2px}.section-title{font-size:14px;font-weight:600;margin:16px 4px 8px;color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 16px;background:var(--primary);color:#fff;border:none;border-radius:var(--radius);font-size:14px;font-weight:600;transition:opacity .15s,transform .05s;text-decoration:none}.btn:hover{opacity:.92}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-block{width:100%}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-danger{background:var(--expense)}.btn-sm{padding:8px 12px;font-size:13px}.fab{position:fixed;bottom:84px;left:50%;transform:translate(calc(min(50vw,240px) - 80px));width:56px;height:56px;border-radius:9999px;background:var(--primary);color:#fff;border:none;font-size:28px;font-weight:300;box-shadow:0 6px 16px #1a6b4a59;z-index:50;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.fab{transform:translate(calc(min(50vw,360px) - 80px))}}.fab-camera{position:fixed;bottom:150px;left:50%;transform:translate(calc(min(50vw,240px) - 80px));width:48px;height:48px;border-radius:9999px;background:var(--surface);color:var(--primary);border:1px solid var(--border);font-size:22px;box-shadow:var(--shadow-md);z-index:50;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.fab-camera{transform:translate(calc(min(50vw,360px) - 80px))}}.ocr-pick{display:flex;flex-direction:column;align-items:center;gap:8px;padding:28px 20px;border:2px dashed var(--border);border-radius:var(--radius);text-align:center;cursor:pointer;transition:border-color .15s,background .15s}.ocr-pick:hover{border-color:var(--primary);background:var(--bg)}.ocr-preview{width:100%;max-height:200px;object-fit:contain;border-radius:var(--radius);border:1px solid var(--border);background:#000}.ocr-progress{height:8px;background:var(--border);border-radius:9999px;overflow:hidden;margin:14px 0 10px}.ocr-progress>div{height:100%;background:var(--primary);transition:width .25s ease}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--border);display:flex;justify-content:space-around;align-items:center;padding:8px 0 max(8px,env(safe-area-inset-bottom));z-index:40}.bottom-nav .inner{max-width:480px;width:100%;margin:0 auto;display:flex;justify-content:space-around}@media (min-width: 768px){.bottom-nav .inner{max-width:720px}}.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:var(--text-soft);font-size:11px;padding:6px 12px;border-radius:8px;flex:1}.bottom-nav a.active{color:var(--primary)}.bottom-nav .icon{font-size:20px;line-height:1}.form-group{margin-bottom:14px}.form-label{display:block;font-size:13px;font-weight:500;color:var(--text-muted);margin-bottom:6px}.input,.select,.textarea{width:100%;padding:11px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);outline:none;transition:border-color .15s}.input:focus,.select:focus,.textarea:focus{border-color:var(--primary)}.textarea{min-height:70px;resize:vertical}.amount-input{font-size:32px;font-weight:700;text-align:center;border:none;border-bottom:2px solid var(--border);padding:16px 0;width:100%;outline:none;background:transparent;font-variant-numeric:tabular-nums}.amount-input:focus{border-bottom-color:var(--primary)}.toggle-group{display:flex;background:var(--bg);padding:4px;border-radius:var(--radius);margin-bottom:16px}.toggle-btn{flex:1;padding:10px;border:none;background:transparent;border-radius:var(--radius-sm);font-weight:600;color:var(--text-muted);font-size:13px}.toggle-btn.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.toggle-btn.active.expense{color:var(--expense)}.toggle-btn.active.income{color:var(--income)}.cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.cat-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 4px;border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-sm);font-size:11px;color:var(--text-muted);text-align:center;cursor:pointer;transition:all .15s}.cat-item .ico{font-size:22px}.cat-item.active{background:var(--primary);color:#fff;border-color:var(--primary)}.tx-list{display:flex;flex-direction:column;gap:4px}.tx-group-header{display:flex;justify-content:space-between;align-items:center;padding:12px 8px 6px;font-size:12px;color:var(--text-muted);font-weight:500}.tx-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border);cursor:pointer}.tx-item .tx-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.tx-item .tx-info{flex:1;min-width:0}.tx-item .tx-name{font-weight:500;font-size:14px}.tx-item .tx-note{font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tx-item .tx-amount{font-weight:600;font-variant-numeric:tabular-nums;font-size:14px;white-space:nowrap}.tx-item .tx-amount.income{color:var(--income)}.tx-item .tx-amount.expense{color:var(--expense)}.budget-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px;margin-bottom:10px}.budget-item .head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.budget-item .name{font-weight:500;display:flex;align-items:center;gap:8px}.budget-item .amounts{font-size:12px;color:var(--text-muted);margin-top:6px;font-variant-numeric:tabular-nums}.progress{width:100%;height:8px;background:var(--bg);border-radius:9999px;overflow:hidden}.progress .bar{height:100%;transition:width .3s;border-radius:9999px}.progress .bar.safe{background:var(--income)}.progress .bar.warning{background:var(--warning)}.progress .bar.over{background:var(--expense)}.badge{font-size:11px;padding:2px 8px;border-radius:9999px;font-weight:500}.badge.safe{background:#16a34a1f;color:var(--income)}.badge.warning{background:#f59e0b26;color:var(--warning)}.badge.over{background:#dc26261f;color:var(--expense)}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:100;animation:fadeIn .2s}.sheet{position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-radius:20px 20px 0 0;padding:12px 20px 24px;max-height:90vh;overflow-y:auto;z-index:101;animation:slideUp .25s;max-width:480px;margin:0 auto}@media (min-width: 768px){.sheet{max-width:480px;left:50%;transform:translate(-50%);right:auto;width:100%}}.sheet .grab{width:40px;height:4px;background:var(--border);border-radius:999px;margin:0 auto 16px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.auth-shell{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:24px;max-width:420px;margin:0 auto}.auth-logo{font-size:28px;font-weight:700;color:var(--primary);margin-bottom:8px;text-align:center}.auth-tagline{text-align:center;color:var(--text-muted);margin-bottom:32px}.auth-error{background:#dc262614;color:var(--expense);padding:10px 12px;border-radius:var(--radius-sm);font-size:13px;margin-bottom:12px}.auth-link{text-align:center;margin-top:16px;font-size:13px;color:var(--text-muted)}.auth-link a{color:var(--primary);text-decoration:none;font-weight:500}.empty{text-align:center;padding:40px 20px;color:var(--text-muted)}.empty .empty-icon{font-size:48px;margin-bottom:12px}.empty .empty-title{font-weight:600;color:var(--text);margin-bottom:4px}.toast{position:fixed;top:16px;left:50%;transform:translate(-50%);background:var(--text);color:#fff;padding:10px 16px;border-radius:9999px;font-size:13px;z-index:200;animation:slideDown .2s;box-shadow:var(--shadow-md)}@keyframes slideDown{0%{transform:translate(-50%,-20px);opacity:0}to{transform:translate(-50%);opacity:1}}.row{display:flex;gap:12px}.row>*{flex:1}.flex{display:flex}.flex-between{display:flex;justify-content:space-between;align-items:center}.text-muted{color:var(--text-muted)}.text-income{color:var(--income)}.text-expense{color:var(--expense)}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mt-2{margin-top:8px}.gap-2{gap:8px}.spinner{display:inline-block;width:18px;height:18px;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}.spinner-page{display:flex;justify-content:center;padding:40px}@keyframes spin{to{transform:rotate(360deg)}}.filter-bar{display:flex;gap:8px;overflow-x:auto;padding:8px 0;margin-bottom:12px}.filter-bar::-webkit-scrollbar{display:none}.chip{display:inline-flex;padding:6px 12px;background:var(--surface);border:1px solid var(--border);border-radius:9999px;font-size:12px;color:var(--text-muted);cursor:pointer;white-space:nowrap}.chip.active{background:var(--primary);color:#fff;border-color:var(--primary)}.period-tabs{display:flex;gap:4px;background:var(--bg);padding:4px;border-radius:var(--radius);margin-bottom:16px}.period-tabs button{flex:1;padding:8px;border:none;background:transparent;border-radius:var(--radius-sm);font-size:13px;color:var(--text-muted);font-weight:500}.period-tabs button.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.profile-menu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.profile-menu .menu-item{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;cursor:pointer;border-bottom:1px solid var(--border)}.profile-menu .menu-item:last-child{border-bottom:none}.profile-menu .menu-item:hover{background:var(--bg)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:150;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .15s}.modal{background:var(--surface);border-radius:var(--radius);padding:20px;max-width:360px;width:100%;animation:slideUp .2s}.modal h3{margin:0 0 8px;font-size:16px}.modal p{color:var(--text-muted);margin:0 0 16px;font-size:13px}.chat-scroll{position:fixed;top:52px;bottom:130px;left:50%;transform:translate(-50%);width:100%;max-width:480px;overflow-y:auto;padding:12px 16px 4px;display:flex;flex-direction:column;gap:10px}@media (min-width: 768px){.chat-scroll{max-width:720px}}.chat-row{display:flex}.chat-row.user{justify-content:flex-end}.chat-row.bot{justify-content:flex-start}.chat-bubble{max-width:82%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.5;word-break:break-word;box-shadow:var(--shadow-sm);white-space:pre-wrap}.chat-bubble.user{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.chat-bubble.bot{background:var(--surface);color:var(--text);border:1px solid var(--border);border-bottom-left-radius:4px}.chat-bubble strong{font-weight:700}.chat-tx{margin-top:10px;padding:10px 12px;background:var(--bg);border:1px solid var(--border);border-radius:10px}.chat-tx-row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px}.chat-tx-cat{font-weight:600}.chat-tx-amount{font-weight:700;font-variant-numeric:tabular-nums}.chat-tx-amount.income{color:var(--income)}.chat-tx-amount.expense{color:var(--expense)}.chat-undo{margin-top:8px;width:100%;background:transparent;border:1px solid var(--border);color:var(--text-muted);border-radius:8px;padding:7px;font-size:12px;font-weight:600}.chat-undo:hover{color:var(--expense);border-color:var(--expense)}.chat-bubble.typing{display:flex;gap:4px;padding:14px}.chat-bubble.typing span{width:7px;height:7px;border-radius:50%;background:var(--text-soft);animation:chatBlink 1.2s infinite ease-in-out}.chat-bubble.typing span:nth-child(2){animation-delay:.2s}.chat-bubble.typing span:nth-child(3){animation-delay:.4s}@keyframes chatBlink{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.chat-suggest{position:fixed;bottom:130px;left:50%;transform:translate(-50%);width:100%;max-width:480px;display:flex;gap:8px;flex-wrap:wrap;padding:4px 16px 8px}@media (min-width: 768px){.chat-suggest{max-width:720px}}.chat-input-bar{position:fixed;bottom:66px;left:50%;transform:translate(-50%);width:100%;max-width:480px;display:flex;gap:8px;padding:10px 16px;background:var(--bg);border-top:1px solid var(--border);z-index:41}@media (min-width: 768px){.chat-input-bar{max-width:720px}}.chat-input{flex:1;padding:12px 16px;border:1px solid var(--border);border-radius:9999px;background:var(--surface);outline:none}.chat-input:focus{border-color:var(--primary)}.chat-send{width:46px;height:46px;flex-shrink:0;border-radius:50%;background:var(--primary);color:#fff;border:none;font-size:18px;display:flex;align-items:center;justify-content:center}.chat-send:disabled{opacity:.5}
