:root{--brand: #5b7cfa;--bg: #f5f7fb;--surface: #ffffff;--muted: #64748b;--text: #0f172a;--card: #ffffff;--border: #e2e8f0;--shadow: 0 10px 30px rgba(2, 6, 23, .06)}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Noto Sans Devanagari,"Noto Serif Devanagari",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.app-shell{max-width:1100px;margin:0 auto;padding:24px 16px 40px}.site-header{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);background:#f5f7fbb3;border-bottom:1px solid var(--border)}.container{max-width:1100px;margin:0 auto;padding:12px 16px}.brand{display:flex;align-items:center;gap:10px}.brand-mark{display:none}.brand-logo{width:32px;height:32px;display:block}.brand-title{font-weight:700;letter-spacing:.2px}.brand-subtitle{color:var(--muted);font-size:12px}.site-footer{margin-top:24px;border-top:1px solid var(--border);background:#fff9}.footer-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.hero{text-align:center;margin-bottom:18px}.hero h1{margin:0 0 6px;font-size:34px;letter-spacing:.2px}.hero .subtitle{color:var(--muted)}.search-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;padding:18px}.search-group{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;padding:14px}.filters-wrap{border-top:1px dashed var(--border);margin-top:12px;padding-top:12px}.search-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.toolbar{display:flex;gap:10px;flex-wrap:wrap}.input,.select,.button,.select-trigger{border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:12px 14px}.input{flex:1;min-width:280px}.input::placeholder{color:#94a3b8}.button{background:var(--brand);border:none;color:#fff;font-weight:600;padding:12px 16px;cursor:pointer;box-shadow:0 6px 16px #5b7cfa40}.button.secondary{background:#f1f5f9;border:1px solid var(--border);color:#0f172a;box-shadow:none}.panel{margin-top:14px;border:1px solid var(--border);background:var(--card);border-radius:14px;padding:12px;box-shadow:var(--shadow)}.results-section{margin-top:16px;border:1px solid var(--border);background:var(--card);border-radius:14px;padding:14px;box-shadow:var(--shadow)}.filters{display:flex;gap:10px;flex-wrap:wrap}label{display:flex;flex-direction:column;gap:6px}label span{color:var(--muted);font-size:12px;display:inline-block}label input,label select{width:100%}.grid{display:grid;grid-template-columns:1fr;gap:12px}.card{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:14px;box-shadow:var(--shadow)}.card-head{display:flex;justify-content:space-between;align-items:center}.card-title{font-weight:600}.card-sub{color:var(--muted);font-size:13px}.preview{margin-top:8px;white-space:pre-wrap;color:#334155}.muted{color:var(--muted)}.link{color:#334155;text-decoration:none}.link:hover{text-decoration:underline}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 720px){.two-col{grid-template-columns:1fr}}.field-label{font-size:12px;color:var(--muted)}.field-value{margin-top:2px}.select-root{position:relative}.select-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;min-width:160px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:10px 12px;cursor:pointer}.select-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:20;min-width:220px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);max-height:260px;overflow-y:auto;padding:6px}.select-item{padding:8px 10px;border-radius:8px;cursor:pointer}.select-item:hover{background:#f1f5f9}.select-item.selected{background:#eef2ff;color:#3730a3;font-weight:600}.select-actions{display:flex;justify-content:flex-end;padding:6px}.chip{border:1px solid var(--border);background:#f8fafc;border-radius:999px;padding:4px 8px;font-size:12px;cursor:pointer}.select-check-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;padding:8px 10px;border-radius:8px;text-align:left}.select-check-item span{flex:1}.select-menu,.select-item{text-align:left}.select-check-item input{accent-color:var(--brand);margin:0}.select-check-item:hover{background:#f8fafc}.segmented{display:inline-flex;border:1px solid var(--border);border-radius:10px;background:var(--surface);overflow:hidden}.segmented-item{padding:12px 16px;background:transparent;border:none;color:var(--text);cursor:pointer;font-weight:600;line-height:1}.segmented-item+.segmented-item{border-left:1px solid var(--border)}.segmented-item.active{background:var(--brand);color:#fff;box-shadow:0 6px 16px #5b7cfa40}
