:root{
  font-family:Inter,Segoe UI,Arial,sans-serif;color:#172033;background:#fffaf2;
  --saffron:#ef8317;--green:#138808;--navy:#073b74;--line:#d9e1df;--soft:#f6f8fb;
}
*{box-sizing:border-box}
body{margin:0;min-height:100vh;background:linear-gradient(180deg,#fff7eb 0,#fff 34%,#f1faf3 100%)}
button,select,input{font:inherit}
.tricolour{display:grid;grid-template-columns:1fr 1fr 1fr;height:8px}.tricolour span:nth-child(1){background:var(--saffron)}.tricolour span:nth-child(2){background:#fff;border-bottom:1px solid #eee}.tricolour span:nth-child(3){background:var(--green)}
.sahaya-hero{padding:21px max(18px,calc((100% - 1040px)/2));display:flex;align-items:center;gap:14px;background:linear-gradient(120deg,#ff922b 0,#fff 49%,#e7f7e5 100%);border-bottom:1px solid #e7d8c8}
.assistant-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--navy);color:#fff;font-weight:900;font-size:25px;box-shadow:0 5px 16px #073b7430}
.brand{font-weight:900;letter-spacing:.13em;font-size:.78rem;color:#082f63}.sahaya-hero h1{margin:2px 0 0;color:#082f63;font-size:29px}.sahaya-hero p{margin:3px 0 0;color:#40546c;font-weight:700}
.sahaya-shell{max-width:1040px;margin:22px auto;padding:0 16px 52px}.assistant-card,.result-card,.empty{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 6px 20px #102a4312}.assistant-card{padding:20px;border-top:5px solid var(--navy)}
.assistant-message{margin:0 auto 14px;max-width:790px;padding:15px 17px;border-radius:14px 14px 14px 4px;background:#eef5fc;color:#203a58;display:flex;flex-direction:column;gap:4px;line-height:1.4}.assistant-message strong{font-size:1.02rem;color:#082f63}.assistant-message small{color:#58687a}
.return-link{display:block;width:max-content;margin:0 auto 13px;color:#07559c;font-weight:800;text-decoration:none}.return-link:hover{text-decoration:underline}
.setu-role-note{max-width:850px;margin:0 auto 14px;padding:10px 12px;border:1px solid #d6dfeb;border-radius:10px;background:#fbfcfe;color:#44566c;text-align:center;font-size:.86rem;line-height:1.4}.assistant-actions{max-width:520px;margin:0 auto 15px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.assistant-actions button{min-height:48px;border:1px solid #8ea6bd;border-radius:11px;background:#fff;color:#123b66;font-weight:850;cursor:pointer;padding:9px 10px}.assistant-actions button:hover{background:#f3f8fd;border-color:#527ba4}.assistant-reply{max-width:850px;margin:0 auto 14px;padding:12px 14px;border-radius:12px 12px 12px 4px;background:#edf7ee;border:1px solid #b9d8bc;color:#24532a;line-height:1.45}.assistant-reply[hidden]{display:none}.assistant-reply a{display:inline-flex;margin-top:8px;padding:8px 11px;border-radius:8px;background:var(--navy);color:#fff;text-decoration:none;font-weight:850}
.ask-form{max-width:850px;margin:0 auto}.ask-form>label{display:block;margin:0 0 7px;font-weight:850;color:#223b58}.ask-row{display:flex;gap:9px;padding:7px;border:1px solid #aebdca;border-radius:12px;background:#fff}.ask-row input{min-width:0;flex:1;border:0;outline:0;padding:12px 13px;background:transparent;color:#172033}.ask-row button{border:0;border-radius:9px;padding:0 21px;background:linear-gradient(90deg,var(--saffron),var(--green));color:#fff;font-weight:900;cursor:pointer;white-space:nowrap}.ask-row button:hover{filter:brightness(1.04)}
.examples{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:12px auto 0}.examples button{border:1px solid #91a2b4;background:#fff;color:#173c63;border-radius:999px;padding:7px 11px;font-weight:750;cursor:pointer}.examples button:hover{background:#f6f9fc}
.status{margin:23px 0 12px;color:#44546a;font-weight:750}.result-group{margin-top:25px}.group-title{font-size:1.1rem;margin:0 0 9px;color:var(--navy);display:flex;gap:8px;align-items:center}.group-title span{font-size:.78rem;background:#e8ecf3;color:#5a6475;border-radius:999px;padding:3px 7px}.result-card{padding:17px 18px;margin:10px 0;border-top:4px solid var(--saffron)}.result-card.event{border-top-color:var(--green)}.result-card h2{font-size:1.1rem;margin:8px 0 4px;color:#082f63}.result-top{display:flex;align-items:center;gap:7px}.type-pill,.free-pill{font-size:.69rem;font-weight:850;letter-spacing:.03em;border-radius:999px;padding:4px 7px;background:#eef1f6}.free-pill{background:#e6f6ea;color:#12650b}.category{font-weight:750;color:#3d4960;margin-bottom:8px}.meta{font-size:.89rem;color:#626d80;margin:4px 0}.result-card p{margin:9px 0 0;color:#4d586b;line-height:1.48}.result-action{display:inline-flex;align-items:center;gap:7px;margin-top:13px;padding:9px 13px;border-radius:9px;background:var(--navy);color:#fff;text-decoration:none;font-weight:850;font-size:.87rem}.result-action:hover{filter:brightness(1.08)}.empty{padding:21px;color:#687386;border-style:dashed}
footer{margin-top:34px;padding-top:19px;border-top:1px solid #d9e1df;text-align:center;font-size:.81rem;color:#526173}
@media(max-width:720px){.assistant-actions{grid-template-columns:1fr 1fr}.setu-role-note{text-align:left}.sahaya-hero{padding:16px}.assistant-mark{width:42px;height:42px;font-size:21px}.sahaya-hero h1{font-size:25px}.sahaya-shell{margin-top:15px}.assistant-card{padding:15px}.ask-row{flex-direction:column}.ask-row input{font-size:16px}.ask-row button{height:45px}.result-card{padding:15px}}

@media(max-width:430px){.assistant-actions{grid-template-columns:1fr}.assistant-actions button{min-height:44px}}
