body{margin:0;background:#f5f7fb;font-family:system-ui,-apple-system,Segoe UI,Roboto}
.wrap{max-width:520px;margin:0 auto;padding:14px 14px 78px}
.card{background:#fff;border-radius:14px;padding:14px;box-shadow:0 6px 22px rgba(15,23,42,.06);margin-bottom:12px}
.input{width:100%;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:12px;padding:12px;margin-top:8px;font-size:14px}
.btn{width:100%;border:none;border-radius:999px;padding:12px 14px;background:#1e66c2;color:#fff;font-weight:800;margin-top:10px}
.hero{background:linear-gradient(135deg,#ef4444,#f97316);border-radius:18px;color:#fff;padding:18px;box-shadow:0 10px 28px rgba(2,6,23,.14)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}
.tile{background:#fff;border-radius:14px;padding:14px;text-align:center;text-decoration:none;color:#0f172a;box-shadow:0 6px 22px rgba(15,23,42,.06)}
.tab{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #e2e8f0;display:flex}
.tab a{flex:1;padding:12px 0;text-align:center;text-decoration:none;color:#475569;font-weight:800}
.modal{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.55);display:none;align-items:center;justify-content:center;padding:16px}
.modal.show{display:flex}
.sheet{background:#fff;border-radius:16px;width:100%;max-width:520px;overflow:hidden}
.sheet-h{padding:12px 14px;font-weight:900;border-bottom:1px solid #eef2f7}
.sheet-b{max-height:60vh;overflow:auto}
.row{display:flex;gap:10px;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #eef2f7;cursor:pointer}
.badge{font-size:12px;background:#f1f5f9;border-radius:999px;padding:4px 8px;color:#334155}
.small{font-size:12px;color:#64748b}
