: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:280px;min-width:280px;background:var(--sidebar-bg);display:flex;flex-direction:column;padding:.75rem;border-right:1px solid var(--border);overflow:hidden;transition:min-width .2s ease,width .2s ease,padding .2s ease}.shell.sidebar-closed .sidebar{width:0;min-width:0;padding:0;border-right:none}.sidebar-top{display:flex;align-items:center;gap:.5rem;padding:.25rem .25rem .5rem}.brand-name{font-size:.95rem;font-weight:600;white-space:nowrap}.icon-btn{background:none;border:none;cursor:pointer;font-size:1.1rem;padding:.35rem .5rem;border-radius:8px;line-height:1;color:var(--text)}.icon-btn:hover{background:#e2e8f2}.history{margin-top:.75rem;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.history-label{font-size:.75rem;color:var(--muted);padding:.5rem .5rem .25rem}.history-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .6rem;border-radius:10px;cursor:pointer;font-size:.88rem}.history-item:hover{background:#e2e8f2}.history-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.history-del{background:none;border:none;cursor:pointer;color:var(--muted);opacity:0;font-size:.8rem}.history-item:hover .history-del{opacity:.8}.history-empty{font-size:.82rem;color:var(--muted);padding:.5rem .6rem}.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;flex-direction:column}.topbar{display:none;align-items:center;justify-content:space-between;padding:.6rem .9rem;border-bottom:1px solid var(--border);background:#fff}.topbar-title{font-weight:600;font-size:.95rem}.topbar-title{flex:1}.topbar-newchat{display:inline-flex;align-items:center;justify-content:center;background:var(--stanbic-blue);color:#fff;border:none;width:34px;height:34px;border-radius:50%;cursor:pointer;font-size:1.1rem}.topbar-newchat .plus{line-height:1}.content>app-chat{flex:1;min-height: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}.answer{white-space:pre-wrap}.cref{color:var(--stanbic-blue);font-weight:600;text-decoration:none;font-size:.8em;vertical-align:super;padding:0 1px;cursor:pointer}a.cref:hover{text-decoration:underline}.citations{margin-top:.6rem;font-size:.85rem}.citations-title{font-weight:600;color:var(--muted)}.citations ol{margin:.25rem 0 0;padding-left:1.3rem}.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){.topbar{display:flex}.sidebar{position:fixed;top:0;left:0;bottom:0;z-index:20;width:82vw;min-width:82vw;box-shadow:2px 0 12px #0003}.shell.sidebar-closed .sidebar{width:82vw;min-width:82vw;padding:.75rem;transform:translate(-100%);transition:transform .2s ease}.sidebar{transition:transform .2s ease}}@media (min-width: 641px){.topbar{display:none}}
