@charset "UTF-8";:root{--brand: #166534;--brand-dark: #14532d;--ok: #16a34a;--warn: #d97706;--danger: #dc2626;--muted: #6b7280;--border: #e5e7eb;--bg: #f6f7f4}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,Noto Sans Devanagari,Segoe UI,sans-serif;background:var(--bg);color:#111827;font-size:16px}label{display:flex;flex-direction:column;gap:6px;font-weight:600;font-size:14px}input,select{font:inherit;padding:13px 12px;border:1.5px solid var(--border);border-radius:10px;background:#fff;width:100%}input:focus,select:focus{outline:2px solid var(--brand);border-color:var(--brand)}.btn{font:inherit;font-weight:700;padding:13px 16px;border-radius:10px;border:1.5px solid var(--border);background:#fff;color:#111827;cursor:pointer;min-height:48px}.btn.primary{background:var(--brand);border-color:var(--brand);color:#fff}.btn.primary:disabled{background:#9ca3af;border-color:#9ca3af}.btn.link{background:none;border:none;color:var(--brand);text-decoration:underline;min-height:40px}.card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:14px;margin-bottom:12px;display:flex;flex-direction:column;gap:8px}.row{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}.muted{color:var(--muted)}.error{color:var(--danger);font-weight:600;margin:4px 0}
