:root{--green: #0a7d4f;--green-d: #065c39;--green-l: #e6f4ec;--gold: #c79a2b;--gold-l: #fbf3dc;--blue: #1d5fa8;--blue-l: #e7f0fa;--red: #c0392b;--red-l: #fbe9e7;--purple: #6d4c9f;--ink: #1f2733;--muted: #5b6675;--line: #e2e6ec;--bg: #f6f8f7;--card: #ffffff;--radius: 14px;--shadow: 0 1px 3px rgba(16, 32, 24, .06), 0 6px 18px rgba(16, 32, 24, .05);--safe-b: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--ink);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}h1,h2,h3,h4{margin:0;line-height:1.2}input,select,button,textarea{font:inherit}.app{min-height:100vh;min-height:100dvh}.container{width:100%;max-width:1120px;margin:0 auto;padding:16px}.page-title{font-size:20px;font-weight:800;color:var(--green-d)}.page-sub{color:var(--muted);font-size:13px;margin-top:2px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.grid{display:grid;gap:12px}.grid-stats{grid-template-columns:repeat(2,1fr)}@media(min-width:720px){.grid-stats{grid-template-columns:repeat(4,1fr)}}.row{display:flex;gap:10px;align-items:center}.spread{display:flex;gap:10px;align-items:center;justify-content:space-between}.wrap{flex-wrap:wrap}.muted{color:var(--muted)}.mt{margin-top:14px}.stat{display:flex;flex-direction:column;gap:4px}.stat .v{font-size:26px;font-weight:800;color:var(--green-d);line-height:1}.stat .l{font-size:12px;color:var(--muted)}.stat .ico{font-size:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer;background:var(--green);color:#fff;transition:filter .15s,background .15s;min-height:44px}.btn:hover{filter:brightness(1.05)}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.ghost{background:transparent;color:var(--green-d);border-color:var(--line)}.btn.danger{background:var(--red)}.btn.sm{padding:7px 12px;min-height:36px;font-size:13px}.btn.block{width:100%}.field{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}.field label{font-size:13px;font-weight:600;color:var(--ink)}.input,.select,textarea.input{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);min-height:44px}.input:focus,.select:focus{outline:2px solid var(--green-l);border-color:var(--green)}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:700;white-space:nowrap}.b-green{background:var(--green-l);color:var(--green-d)}.b-gold{background:var(--gold-l);color:#8a6a12}.b-blue{background:var(--blue-l);color:var(--blue)}.b-red{background:var(--red-l);color:var(--red)}.b-gray{background:#eef1f4;color:var(--muted)}.table{width:100%;border-collapse:collapse}.table th{text-align:left;font-size:12px;color:var(--muted);padding:10px 12px;border-bottom:1px solid var(--line)}.table td{padding:12px;border-bottom:1px solid var(--line);font-size:14px}.table tr:last-child td{border-bottom:none}.hide-mobile{display:none}@media(min-width:760px){.hide-mobile{display:table-cell}}.toast{position:fixed;left:50%;transform:translate(-50%);bottom:calc(86px + var(--safe-b));background:var(--ink);color:#fff;padding:11px 18px;border-radius:12px;z-index:60;box-shadow:var(--shadow);font-size:14px;max-width:92vw}.toast.err{background:var(--red)}.spinner{width:22px;height:22px;border:3px solid var(--green-l);border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.center-screen{min-height:60vh;display:grid;place-items:center}.empty{text-align:center;color:var(--muted);padding:32px 16px}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);overflow-x:auto;margin-bottom:14px}.tabs button{background:none;border:none;padding:10px 14px;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;white-space:nowrap}.tabs button.active{color:var(--green-d);border-bottom-color:var(--green)}.money-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media(max-width:560px){.money-cards{grid-template-columns:1fr}}.mc{border-radius:12px;padding:14px;color:#fff}.mc .lbl{font-size:12px;opacity:.9}.mc .val{font-size:20px;font-weight:800;margin-top:3px}.mc.green{background:var(--green)}.mc.gold{background:var(--gold)}.mc.blue{background:var(--blue)}.mc.red{background:var(--red)}.prog{height:10px;background:var(--green-l);border-radius:20px;overflow:hidden}.prog>div{height:100%;background:var(--green);border-radius:20px}.kv{display:grid;grid-template-columns:1fr;gap:0}.kv .r{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px dashed var(--line);font-size:14px}.kv .r:last-child{border-bottom:none}.kv .r .k{color:var(--muted)}.kv .r .v{font-weight:600;text-align:right}.linkgrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.linkcard{display:flex;flex-direction:column;align-items:center;gap:6px;padding:22px 12px;text-align:center}.linkcard .e{font-size:30px}.linkcard .t{font-weight:700;color:var(--green-d)}.section-h{font-size:15px;font-weight:700;color:var(--green-d);margin:18px 0 8px}.clickrow{cursor:pointer}.clickrow:hover{background:var(--green-l)}.update-banner.svelte-z1ckp5{position:fixed;top:0;left:0;right:0;z-index:80;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:var(--green-d);color:#fff;font-size:14px;box-shadow:0 2px 10px #0000002e}.actions.svelte-z1ckp5{display:flex;gap:8px;align-items:center}.upd.svelte-z1ckp5{background:#fff;color:var(--green-d);border:none;border-radius:8px;padding:7px 14px;font-weight:700;cursor:pointer}.link.svelte-z1ckp5{background:transparent;color:#fff;border:none;cursor:pointer;opacity:.85}.shell.svelte-12qhfyh{min-height:100dvh}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:8px;font-weight:800;color:var(--green-d);font-size:18px}.topbar.svelte-12qhfyh{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border-bottom:1px solid var(--line)}.iconbtn.svelte-12qhfyh{background:var(--green-l);border:none;color:var(--green-d);width:40px;height:40px;border-radius:10px;font-size:18px;cursor:pointer}.main.svelte-12qhfyh{padding-bottom:calc(80px + env(safe-area-inset-bottom,0px))}.bottomnav.svelte-12qhfyh{position:fixed;bottom:0;left:0;right:0;z-index:40;display:flex;background:#fff;border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom,0px)}.tab.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:9px 0;color:var(--muted);font-size:11px}.tab.svelte-12qhfyh .i:where(.svelte-12qhfyh){font-size:19px;opacity:.6}.tab.active.svelte-12qhfyh{color:var(--green-d);font-weight:700}.tab.active.svelte-12qhfyh .i:where(.svelte-12qhfyh){opacity:1}.sidebar.svelte-12qhfyh{display:none}@media(min-width:900px){.shell.svelte-12qhfyh{display:grid;grid-template-columns:244px 1fr}.topbar.svelte-12qhfyh,.bottomnav.svelte-12qhfyh{display:none}.sidebar.svelte-12qhfyh{display:flex;flex-direction:column;gap:6px;position:sticky;top:0;height:100dvh;padding:20px 14px;background:#fff;border-right:1px solid var(--line)}.sidebar.svelte-12qhfyh .brand:where(.svelte-12qhfyh){padding:4px 8px 14px}.sidebar.svelte-12qhfyh nav:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:3px;flex:1}.navlink.svelte-12qhfyh{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:10px;color:var(--muted);font-weight:600}.navlink.svelte-12qhfyh .i:where(.svelte-12qhfyh){font-size:18px}.navlink.svelte-12qhfyh:hover{background:var(--bg)}.navlink.active.svelte-12qhfyh{background:var(--green-l);color:var(--green-d)}.main.svelte-12qhfyh{padding-bottom:0}.side-foot.svelte-12qhfyh{border-top:1px solid var(--line);padding-top:12px}.who.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:6px 8px 10px}.avatar.svelte-12qhfyh{width:38px;height:38px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:700}.nm.svelte-12qhfyh{font-weight:700;font-size:14px}.rl.svelte-12qhfyh{font-size:12px;color:var(--muted);text-transform:capitalize}}
