@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;700&family=Sora:wght@400;500;600;700&display=swap";:root{--bg: #f4f6fb;--card: #ffffff;--line: #dde3ef;--text: #1d2533;--muted: #67728a;--green: #1f9d57;--red: #d14343;--purple: #7a4ff0}*{box-sizing:border-box}body{margin:0;font-family:Sora,sans-serif;color:var(--text);background:var(--bg)}button,input,select,textarea{font:inherit}.app-shell{max-width:880px;margin:0 auto;padding:1rem 1rem 6rem}.tab-header{display:flex;justify-content:center;gap:.45rem;margin:.3rem 0 1rem}.tab-header button{border:1px solid var(--line);background:#eef2fa;color:var(--muted);padding:.5rem 1.1rem;border-radius:999px;text-transform:uppercase;font-family:IBM Plex Mono,monospace;letter-spacing:.06em}.tab-header button.active{background:#1d2533;color:#fff;border-color:#1d2533}.controls{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem;margin-bottom:.9rem}.controls input,.controls select,.controls button{border:1px solid var(--line);border-radius:10px;background:#fff;padding:.5rem .6rem}.controls .ghost{background:#f0f3fa}.list{display:grid;gap:.6rem}.card{border:1px solid var(--line);background:var(--card);border-radius:12px;padding:.75rem}.row{display:flex;justify-content:space-between;align-items:center;gap:.7rem}.row time{color:var(--muted);font-size:.82rem}.amount-row{display:flex;justify-content:space-between;align-items:center;margin:.45rem 0}.amount-row strong{font-family:IBM Plex Mono,monospace;font-size:1.08rem}.pill{border-radius:999px;padding:.18rem .55rem;font-size:.75rem;font-family:IBM Plex Mono,monospace;font-weight:700}.money-in{background:#e8f7ee;color:var(--green)}.money-out{background:#ffecec;color:var(--red)}.money-move{background:#f0eafe;color:var(--purple)}.time-meta{display:flex;flex-wrap:wrap;gap:.7rem;color:var(--muted);font-size:.86rem;margin-top:.45rem}.ongoing{color:var(--purple);font-style:normal;font-weight:600}.attach{color:var(--muted);font-size:.82rem}.meta-user{color:var(--muted);font-size:.8rem;margin:.45rem 0 0}.empty{color:var(--muted);text-align:center;margin-top:1.2rem}.post-fab{position:fixed;right:1rem;bottom:1rem;border:0;border-radius:999px;background:#1d2533;color:#fff;padding:.8rem 1rem;font-weight:700;box-shadow:0 10px 24px #0f121c40}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0e1873;display:grid;place-items:center;padding:1rem}.modal-card{width:min(760px,100%);border:1px solid var(--line);border-radius:14px;background:#fff;padding:.9rem}.modal-card input,.modal-card textarea,.modal-card button{width:100%;border:1px solid var(--line);border-radius:10px;padding:.55rem .65rem;margin-top:.55rem;background:#fff}.modal-card textarea{min-height:150px;font-family:IBM Plex Mono,monospace}.modal-card .row button{width:auto}.chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.45rem}.chip{display:inline-flex;align-items:center;gap:.3rem;border:1px solid var(--line);border-radius:999px;padding:.15rem .5rem;font-size:.75rem;color:var(--muted)}.chip-remove{border:0;border-radius:999px;background:#eef2fa;color:var(--muted);padding:0 .35rem}.error{color:#d14343;font-size:.9rem}.list-error{margin:.2rem 0 .7rem}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:1rem}.auth-card{width:min(420px,100%);border:1px solid var(--line);border-radius:14px;background:#fff;padding:.9rem}.auth-tabs{display:flex;gap:.45rem;margin-bottom:.7rem}.auth-tabs button{flex:1;border:1px solid var(--line);border-radius:10px;padding:.5rem;background:#f0f3fa}.auth-tabs button.active{background:#1d2533;color:#fff;border-color:#1d2533}.auth-form input,.auth-form button{width:100%;border:1px solid var(--line);border-radius:10px;padding:.58rem;margin-bottom:.55rem;background:#fff}@media (max-width: 900px){.controls{grid-template-columns:repeat(2,minmax(0,1fr))}}
