:root{--blue:#155eef;--orange:#f79009;--bg:#f5f7fb;--text:#172b4d;--muted:#667085;--card:#fff;--line:#e4e7ec;--ok:#067647;--danger:#b42318}
*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,"Noto Sans Gujarati",sans-serif;background:var(--bg);color:var(--text);padding-bottom:86px}.topbar{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:12px 16px}.brand{display:flex;gap:10px;align-items:center}.logo{font-size:28px}.brand strong{display:block;font-size:16px}.brand small{display:block;color:var(--muted);font-size:12px}.icon-btn{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#eef4ff;text-decoration:none}.container{max-width:760px;margin:auto;padding:16px}.hero{background:linear-gradient(135deg,#155eef,#3478f6);color:#fff;border-radius:22px;padding:20px;margin-bottom:16px;box-shadow:0 10px 30px #155eef22}.hero h1{font-size:22px;margin:0 0 6px}.hero p{margin:0;opacity:.9}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 3px 14px #1018280a}.stat small{color:var(--muted);display:block;margin-bottom:6px}.stat strong{font-size:21px}.section-title{display:flex;align-items:center;justify-content:space-between;margin:18px 2px 10px}.section-title h2{font-size:17px;margin:0}.actions{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.action{min-height:105px;text-decoration:none;color:var(--text);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;font-weight:700}.action span{font-size:30px}.action.primary{background:#fff7ed;border-color:#fed7aa}.form-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px}.field{margin-bottom:14px}.field label{display:block;font-weight:700;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;padding:13px 14px;border:1px solid #d0d5dd;border-radius:12px;font-size:16px;background:#fff}.btn{display:inline-flex;justify-content:center;align-items:center;width:100%;padding:14px 16px;border:0;border-radius:13px;background:var(--blue);color:#fff;font-size:16px;font-weight:800;cursor:pointer}.btn.orange{background:var(--orange)}.flash{padding:12px 14px;background:#ecfdf3;color:var(--ok);border:1px solid #abefc6;border-radius:12px;margin-bottom:14px}.empty{text-align:center;padding:28px 16px;color:var(--muted)}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:30;height:72px;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{text-decoration:none;color:#475467;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px;gap:2px}.bottom-nav span{font-size:21px}.bottom-nav .add span{background:var(--orange);color:#fff;width:44px;height:44px;border-radius:16px;display:grid;place-items:center;font-size:27px;margin-top:-22px;box-shadow:0 8px 18px #f7900944}.bottom-nav .add b{margin-top:2px}.muted{color:var(--muted)}.badge{display:inline-block;background:#eef4ff;color:#175cd3;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:700}@media(min-width:700px){.grid{grid-template-columns:repeat(4,1fr)}.actions{grid-template-columns:repeat(4,1fr)}}
