:root{--brand:#0f766e;--brand-soft:#ccfbf1;--bg:#f4f6f5;--card:#fff;--text:#1f2937;--muted:#6b7280;--line:#e5e7eb;--danger:#dc2626;--ok:#16a34a;--warn:#d97706}*{box-sizing:border-box}html{font-size:16px}body{background:var(--bg);color:var(--text);-webkit-tap-highlight-color:transparent;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}main{max-width:40rem;padding:1rem 1rem calc(5rem + env(safe-area-inset-bottom));margin:0 auto}h1{margin:.25rem 0 1rem;font-size:1.35rem}h2{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:1.25rem 0 .5rem;font-size:1rem;font-weight:600}a{color:var(--brand);text-decoration:none}.card{background:var(--card);border:1px solid var(--line);border-radius:12px;margin-bottom:.75rem;padding:.875rem 1rem}.list{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.list-row{background:var(--card);border:1px solid var(--line);min-height:44px;color:var(--text);border-radius:12px;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.btn{border:1px solid var(--line);background:var(--card);min-height:44px;color:var(--text);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:.5rem 1rem;font-family:inherit;font-size:1rem;display:inline-flex}.btn-primary{background:var(--brand);border-color:var(--brand);color:#fff}.btn-small{min-height:36px;padding:.25rem .75rem;font-size:.9rem}.btn-danger{color:var(--danger);border-color:var(--danger)}.field{border:1px solid var(--line);background:var(--card);width:100%;min-height:44px;color:var(--text);border-radius:10px;padding:.5rem .75rem;font-family:inherit;font-size:1rem}textarea.field{resize:vertical;min-height:4.5rem}label.lbl{color:var(--muted);margin:.6rem 0 .25rem;font-size:.85rem;display:block}.badge{white-space:nowrap;border-radius:999px;padding:.1rem .55rem;font-size:.78rem;font-weight:600;display:inline-block}.badge-due{color:var(--warn);background:#fef3c7}.badge-paid{color:var(--ok);background:#dcfce7}.badge-open{background:var(--brand-soft);color:var(--brand)}.badge-done{background:var(--line);color:var(--muted)}.badge-missed{color:var(--danger);background:#fee2e2}.muted{color:var(--muted);font-size:.9rem}.error{color:var(--danger);font-size:.9rem}details.adder>summary{cursor:pointer;color:var(--brand);align-items:center;min-height:44px;font-weight:600;list-style:none;display:flex}details.adder>summary::-webkit-details-marker{display:none}details.adder[open]>summary{color:var(--muted)}.form-grid{gap:.25rem;display:grid}.row-2{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.bottom-nav{background:var(--card);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom);z-index:10;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav a{color:var(--muted);flex-direction:column;align-items:center;gap:2px;min-height:44px;padding:.5rem 0 .4rem;font-size:.68rem;display:flex}.bottom-nav a.active{color:var(--brand);font-weight:600}.bottom-nav a.nav-new{color:var(--brand)}.bottom-nav svg{width:22px;height:22px}.bottom-nav .nav-brand{display:none}@media (width>=900px){main{max-width:46rem;margin:0 auto 0 max(50% - 23rem,248px);padding:1.5rem 1.5rem 3rem}.bottom-nav{border-top:none;border-right:1px solid var(--line);flex-direction:column;gap:2px;width:232px;padding:.75rem .5rem;display:flex;top:0;right:auto}.bottom-nav .nav-brand{color:var(--text);align-items:center;gap:.6rem;min-height:0;padding:.5rem .75rem 1rem;font-size:.9rem;font-weight:700;line-height:1.2;display:flex}.bottom-nav .nav-brand img{width:36px;height:auto}.bottom-nav a{border-radius:10px;flex-direction:row;justify-content:flex-start;gap:.75rem;min-height:0;padding:.6rem .75rem;font-size:.95rem}.bottom-nav a.active{background:var(--brand-soft)}}@media (hover:hover){.btn:hover{border-color:var(--brand)}.btn-primary:hover{background:#0d685f;border-color:#0d685f}.btn-danger:hover{background:#fef2f2}a.list-row:hover{border-color:var(--brand)}.bottom-nav a:hover,details.adder>summary:hover{color:var(--brand)}}
