:root{color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f0f2f5;color:#1f2933}*,*:before,*:after{box-sizing:border-box}body{margin:0;background-color:#f0f2f5}button{font:inherit;cursor:pointer}.app-shell{display:flex;height:100vh;width:100vw;overflow:hidden}.sidebar{width:320px;background:#fff;border-right:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column}.sidebar__header{padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.06)}.sidebar__header h1{margin:0;font-size:1.25rem;font-weight:600}.sidebar__logout{background:#e53e3e;border:none;color:#fff;padding:.4rem .75rem;border-radius:6px;transition:background .16s ease}.sidebar__logout:hover{background:#c53030}.thread-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem;padding:.75rem}.thread-list--loading,.thread-list--empty{flex:1;display:grid;place-content:center;color:#1f293399}.thread-list__item{background:transparent;border:none;text-align:left;padding:.75rem;border-radius:12px;display:flex;flex-direction:column;gap:.35rem;transition:background .12s ease;position:relative}.thread-list__item:hover{background:#2563eb14}.thread-list__item--active{background:#2563eb;color:#fff}.thread-list__title{font-weight:600}.thread-list__meta{font-size:.85rem;color:#1f293399}.thread-list__item--active .thread-list__meta{color:#fffc}.thread-list__meta--muted{font-style:italic}.thread-list__badge{position:absolute;top:.75rem;right:.75rem;background:#22c55e;color:#fff;font-size:.75rem;padding:0 .5rem;border-radius:999px}.content{flex:1;display:flex;flex-direction:column;background:#efeae2}.chat-window{display:flex;flex-direction:column;height:100%}.chat-window--empty{align-items:center;justify-content:center;color:#1f293399}.chat-window__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#f7f7f7;border-bottom:1px solid rgba(0,0,0,.08)}.chat-window__header h2{margin:0;font-size:1.1rem;font-weight:600}.chat-window__header small{color:#1f29338c}.chat-window__refresh{background:#2563eb;border:none;color:#fff;padding:.45rem .85rem;border-radius:8px;transition:background .16s ease}.chat-window__refresh:disabled{opacity:.6;cursor:wait}.chat-window__refresh:not(:disabled):hover{background:#1d4ed8}.chat-window__messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;background-image:radial-gradient(circle at top left,rgba(255,255,255,.35),transparent 45%)}.message-bubble{max-width:min(70%,540px);padding:.65rem .85rem;border-radius:14px;position:relative;line-height:1.35;background:#fff;align-self:flex-start;color:#111827;box-shadow:0 1px 1px #0000000a}.message-bubble--outgoing{background:#dcf8c6;align-self:flex-end}.message-bubble__body{white-space:pre-wrap}.message-bubble__meta{margin-top:.35rem;display:flex;gap:.35rem;font-size:.75rem;color:#1f293399}@media(max-width:960px){.sidebar{width:240px}}@media(max-width:768px){.app-shell{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid rgba(0,0,0,.08)}.thread-list{flex-direction:row;overflow-x:auto;gap:.5rem}.thread-list__item{min-width:220px}}
