:root{--bg: #f2f2f7;--card: #ffffff;--text: #111214;--muted: #6b7280;--line: #e5e7eb;--accent: #991b1b;--accent-soft: #991b1b14;--green: #16a34a;--red: #dc2626;--orange: #ea580c;--orange-soft: #ea580c14;--radius: 16px}@media (prefers-color-scheme: dark){:root{--bg: #0b0c0e;--card: #17181c;--text: #f4f4f5;--muted: #9ca3af;--line: #26272b;--accent: #e26d6d;--accent-soft: #e26d6d1f;--green: #4ade80;--red: #f87171;--orange: #fb923c;--orange-soft: #fb923c1a}}*{box-sizing:border-box;margin:0}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}#root{height:100%}.boot{height:100dvh;display:grid;place-items:center;color:var(--muted);font-weight:600}.shell{max-width:540px;margin:0 auto;min-height:100dvh}.content{padding:16px 16px calc(84px + env(safe-area-inset-bottom))}.tabbar{position:fixed;bottom:0;left:0;right:0;max-width:540px;margin:0 auto;display:flex;background:color-mix(in srgb,var(--card) 88%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}.tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 0 10px;border:0;background:none;cursor:pointer;font-size:10.5px;font-weight:600;color:var(--muted)}.tab.active{color:var(--accent)}.tab-icon{font-size:21px;line-height:1.2}h1{font-size:26px;font-weight:800;margin:6px 0 14px}h2{font-size:15px;font-weight:700;margin:18px 0 8px}.muted{color:var(--muted)}.small{font-size:12.5px}.xsmall{font-size:11px}.row{display:flex;align-items:center;gap:10px}.spread{display:flex;align-items:center;justify-content:space-between;gap:10px}.stack{display:flex;flex-direction:column;gap:3px}.mono{font-variant-numeric:tabular-nums}.card{background:var(--card);border-radius:var(--radius);padding:14px 16px;margin-bottom:12px;border:1px solid var(--line)}.card.orange{background:var(--orange-soft);border-color:transparent}.amount-in{color:var(--green);font-weight:700}.amount-out{color:var(--red);font-weight:700}.amount-ads{color:var(--orange);font-weight:700}.seg{display:flex;background:var(--line);border-radius:10px;padding:3px;margin-bottom:12px}.seg button{flex:1;border:0;background:none;padding:7px 0;border-radius:8px;font-size:13px;font-weight:600;color:var(--muted);cursor:pointer}.seg button.on{background:var(--card);color:var(--text);box-shadow:0 1px 3px #0002}.badge{font-size:10.5px;font-weight:700;padding:3px 8px;border-radius:999px;background:var(--accent-soft);color:var(--accent)}.badge.purple{background:#a855f71f;color:#a855f7}.badge.orange{background:var(--orange-soft);color:var(--orange)}.btn{border:0;border-radius:12px;padding:11px 16px;font-size:14px;font-weight:700;cursor:pointer;background:linear-gradient(135deg,#b91c1c,#701a1a);color:#fff}.btn.secondary{background:var(--accent-soft);color:var(--accent)}.btn.ghost{background:var(--line);color:var(--text)}.btn.orange{background:var(--orange-soft);color:var(--orange)}.btn.green{background:#16a34a1f;color:var(--green)}.btn.danger{background:#dc26261a;color:var(--red)}.btn.full{width:100%}.btn.sm{padding:7px 12px;font-size:12.5px;border-radius:10px}.btn:disabled{opacity:.45;cursor:default}.fab{position:fixed;right:max(16px,calc(50vw - 254px));bottom:calc(78px + env(safe-area-inset-bottom));width:54px;height:54px;border-radius:27px;border:0;background:linear-gradient(135deg,#b91c1c,#701a1a);color:#fff;font-size:28px;font-weight:400;cursor:pointer;box-shadow:0 6px 20px #0004;line-height:0}.item{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid var(--line)}.item:last-child{border-bottom:0}.item .grow{flex:1;min-width:0}.icon-circle{width:34px;height:34px;border-radius:17px;flex:0 0 34px;display:grid;place-items:center;font-size:16px}.icon-circle.in{background:#16a34a1f}.icon-circle.out{background:#dc26261a}.field{margin-bottom:12px}.field label{display:block;font-size:12px;font-weight:600;color:var(--muted);margin-bottom:5px}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:var(--bg);color:var(--text);padding:11px 12px;font-size:15px;font-family:inherit}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);border-color:transparent}.amount-row{display:flex;gap:8px}.amount-row input{flex:1;font-size:20px;font-weight:700}.amount-row select{width:92px;flex:0 0 92px;font-weight:700}.convert-hint{margin-top:6px;font-size:13px;font-weight:700;color:var(--accent)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0007;z-index:50;display:flex;align-items:flex-end;justify-content:center}.sheet{background:var(--card);width:100%;max-width:540px;border-radius:20px 20px 0 0;padding:18px 18px calc(18px + env(safe-area-inset-bottom));max-height:88dvh;overflow-y:auto}.sheet h3{font-size:17px;font-weight:800;margin-bottom:14px}.sheet-actions{display:flex;gap:10px;margin-top:16px}.sheet-actions .btn{flex:1}.auth{min-height:100dvh;display:flex;flex-direction:column;justify-content:center;max-width:380px;margin:0 auto;padding:24px}.auth .logo{width:76px;height:76px;border-radius:20px;margin:0 auto 14px}.auth h1{text-align:center}.auth .sub{text-align:center;margin-bottom:22px}.error{color:var(--red);font-size:13px;font-weight:600;margin-top:10px;text-align:center}.notice{color:var(--green);font-size:13px;font-weight:600;margin-top:10px;text-align:center}.empty{text-align:center;padding:36px 16px;color:var(--muted)}.empty .big{font-size:40px;margin-bottom:8px}.backlink{border:0;background:none;color:var(--accent);font-weight:700;font-size:14px;padding:0 0 10px;cursor:pointer}.btn.google{background:#fff;color:#1f2937;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:6px}.date-btn{width:100%;display:flex;gap:8px;align-items:center;border:1px solid var(--line);border-radius:12px;background:var(--bg);color:var(--text);padding:11px 12px;font-size:15px;cursor:pointer;text-align:left}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:6px}.cal-head span{text-align:center;font-size:11px;color:var(--muted);font-weight:700;padding:4px 0}.cal-day{aspect-ratio:1;border:0;border-radius:10px;background:none;color:var(--text);font-size:14px;font-weight:600;cursor:pointer}.cal-day:hover{background:var(--line)}.cal-day.today{outline:1.5px solid var(--accent)}.cal-day.sel{background:linear-gradient(135deg,#b91c1c,#701a1a);color:#fff}.stepper{display:flex;justify-content:space-between}.step{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;position:relative}.step span{font-size:9.5px;font-weight:700;color:var(--muted)}.step-dot{width:14px;height:14px;border-radius:7px;background:var(--line);z-index:1}.step:not(:first-child):before{content:"";position:absolute;top:6px;left:calc(-50% + 7px);right:calc(50% + 7px);height:2px;background:var(--line)}.step.done .step-dot,.step.now .step-dot{background:linear-gradient(135deg,#b91c1c,#701a1a)}.step.done:before,.step.now:before{background:#b91c1c}.step.now span{color:var(--accent)}.thumb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.thumb{position:relative;aspect-ratio:1;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--bg);cursor:pointer;padding:0}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.thumb-file{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:24px;color:var(--muted);word-break:break-all;padding:4px}.thumb-chip{position:absolute;bottom:4px;left:4px;font-size:9px;font-weight:800;padding:2px 6px;border-radius:999px;color:#fff}.thumb-chip.ok{background:#16a34a}.thumb-chip.bad{background:#dc2626}.preview{width:100%;max-height:320px;object-fit:contain;border-radius:12px;background:#000;margin-bottom:10px}
