:root{--bg: #0b0f17;--surface: #111827;--surface-2: #1b2535;--border: #243047;--text: #e5e9f0;--muted: #93a1b5;--accent: #3b82f6;--good: #22c55e;--warn: #f59e0b;--bad: #ef4444;--radius: 14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.app{max-width:480px;margin:0 auto;min-height:100%;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}.screen{flex:1;padding:16px 16px 88px}h1{font-size:22px;margin:8px 0 16px}h2{font-size:16px;margin:20px 0 10px;color:var(--muted);font-weight:600}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-bottom:12px}.row{display:flex;gap:12px}.row>*{flex:1}label{display:block;font-size:13px;color:var(--muted);margin:10px 0 4px}input,select,textarea{width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;color:var(--text);padding:12px;font-size:16px;font-family:inherit}textarea{min-height:96px;resize:vertical}button{background:var(--accent);color:#fff;border:none;border-radius:12px;padding:14px 16px;font-size:16px;font-weight:600;width:100%;cursor:pointer}button.secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}button.ghost{background:transparent;color:var(--muted);width:auto;padding:6px 10px;font-size:14px}.stat{text-align:center}.stat .big{font-size:32px;font-weight:700;line-height:1.1}.stat .label{font-size:12px;color:var(--muted);margin-top:4px}.over{color:var(--bad)}.bar{height:8px;background:var(--surface-2);border-radius:999px;overflow:hidden;margin-top:8px}.bar>span{display:block;height:100%;background:var(--accent)}.muted{color:var(--muted);font-size:13px}.pill{display:inline-block;font-size:11px;padding:2px 8px;border-radius:999px;border:1px solid var(--border);color:var(--muted)}.tabbar{position:fixed;bottom:0;left:0;right:0;max-width:480px;margin:0 auto;display:flex;background:var(--surface);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom)}.tabbar button{background:none;border:none;color:var(--muted);font-size:11px;padding:10px 0 12px;border-radius:0;font-weight:500}.tabbar button.active{color:var(--accent)}.tabbar .icon{font-size:20px;display:block;margin-bottom:2px}.item-line{display:flex;justify-content:space-between;gap:8px;padding:8px 0;border-bottom:1px solid var(--border);font-size:14px}.item-line:last-child{border-bottom:none}.notes{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);color:#fcd34d;font-size:13px;border-radius:10px;padding:10px 12px;margin-top:10px}
