:root{--stanbic-blue: #0033a0;--bg: #ffffff;--sidebar-bg: #f0f4f9;--panel: #ffffff;--user-bg: #d3e3fd;--assistant-bg: #f7f9fc;--border: #e3e6ea;--text: #1f1f1f;--muted: #5f6368}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Segoe UI,Google Sans,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}.shell{display:flex;height:100vh}.sidebar{width:260px;min-width:260px;background:var(--sidebar-bg);display:flex;flex-direction:column;padding:.75rem;border-right:1px solid var(--border)}.brand{display:flex;align-items:center;gap:.5rem;padding:.5rem;font-weight:600}.brand-dot{width:14px;height:14px;border-radius:50%;background:var(--stanbic-blue);display:inline-block}.brand-name{font-size:.95rem}.new-chat{margin-top:.75rem;display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--border);color:var(--text);padding:.6rem .9rem;border-radius:999px;cursor:pointer;font-size:.9rem;width:fit-content}.new-chat:hover{background:#e9eef6}.new-chat .plus{font-size:1.1rem;line-height:1}.sidebar-spacer{flex:1}.sidebar-foot{color:var(--muted);font-size:.75rem;padding:.5rem}.content{flex:1;min-width:0;display:flex}.chat{flex:1;display:flex;flex-direction:column;height:100vh}.chat.empty{justify-content:center;align-items:center;padding:1rem}.chat.empty .composer{margin:0 auto}.greeting{text-align:center;margin-bottom:1.5rem}.greeting h2{font-size:2rem;font-weight:500;margin:0 0 .5rem;background:linear-gradient(90deg,#4285f4,#0033a0);-webkit-background-clip:text;background-clip:text;color:transparent}.greeting .sub{color:var(--muted);margin:0}.messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;width:100%;max-width:820px;margin:0 auto}.msg{max-width:85%;padding:.75rem 1rem;border-radius:16px;line-height:1.5;white-space:pre-wrap}.msg.user{align-self:flex-end;background:var(--user-bg)}.msg.assistant{align-self:flex-start;background:var(--assistant-bg);border:1px solid var(--border)}.msg.thinking{color:var(--muted);font-style:italic}.citations{margin-top:.6rem;font-size:.85rem}.citations-title{font-weight:600;color:var(--muted)}.citations ul{margin:.25rem 0 0;padding-left:1.1rem}.fb-bar{display:flex;align-items:center;gap:.35rem;margin-top:.6rem}.fb-icon{background:none;border:none;cursor:pointer;font-size:1rem;padding:.25rem .4rem;border-radius:8px;line-height:1;opacity:.7}.fb-icon:hover{background:#eceff3;opacity:1}.fb-icon.active{background:#d3e3fd;opacity:1}.fb-thanks{color:#16794c;font-size:.8rem;margin-left:.4rem}.feedback{display:flex;flex-direction:column;gap:.5rem;margin-top:.6rem;max-width:420px}.feedback select,.feedback textarea{padding:.5rem;border:1px solid var(--border);border-radius:10px;font:inherit;resize:vertical}.feedback .actions{display:flex;gap:.5rem}.feedback button{background:var(--stanbic-blue);color:#fff;border:none;border-radius:999px;padding:.5rem 1.1rem;cursor:pointer}.feedback button[type=button]{background:#e9eef6;color:var(--text)}.composer{display:flex;gap:.5rem;align-items:center;width:100%;max-width:760px;margin:0 auto 1.25rem;padding:.4rem .5rem .4rem 1rem;border:1px solid var(--border);border-radius:999px;background:#fff;box-shadow:0 1px 6px #0000000f}.chat:not(.empty) .composer{margin-top:.5rem}.composer input{flex:1;border:none;outline:none;padding:.6rem 0;font-size:1rem;background:transparent}.composer button{background:var(--stanbic-blue);color:#fff;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;font-size:1rem;flex-shrink:0}.composer button:disabled{opacity:.4;cursor:not-allowed}.error{color:#b3261e;font-size:.85rem}@media (max-width: 640px){.sidebar{display:none}}
