:root{color:#1f2937;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{margin:0}#root{min-height:100vh}.app-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.app-shell h1{color:#0f172a;text-align:center;margin:0;font-size:1.5rem;font-weight:600}:root{--chat-bg:#050a1a;--chat-panel-bg:#0c1428;--chat-header-start:#1e5bd8;--chat-header-end:#5f28b8;--chat-border:#23345e;--chat-text:#e4ecff;--chat-muted:#b6c4e2;--chat-user-bg:#2466ec;--chat-assistant-bg:#26354f;--chat-accent:#4b86ff}.chat-page{background:radial-gradient(circle at 15% 12%,#4772ee38,#0000 36%),radial-gradient(circle at 83% 88%,#725dff33,#0000 42%),#040914;place-items:center;min-height:100vh;padding:24px;display:grid}body[data-aister-embedded="1"] .chat-page{background:#040914;min-height:100%;padding:0}.chat-window{background:var(--chat-panel-bg);border:1px solid var(--chat-border);border-radius:18px;grid-template-rows:72px minmax(0,1fr) auto;width:min(100%,380px);height:min(100vh - 48px,560px);display:grid;overflow:hidden;box-shadow:0 20px 48px #050914a6}.chat-window--status{grid-template-rows:1fr}body[data-aister-embedded="1"] .chat-window{width:100%;height:100vh;box-shadow:none;border:0;border-radius:0}.chat-status{text-align:center;height:100%;color:var(--chat-text);background:linear-gradient(180deg, #091022f2 0%, #080e1efa 100%), var(--chat-bg);place-items:center;padding:24px;display:grid}.chat-status p{margin:0;font-size:.95rem;line-height:1.6}.chat-header{background:linear-gradient(130deg, var(--chat-header-start) 0%, var(--chat-header-end) 100%);color:#fff;align-items:center;gap:12px;min-height:72px;padding:12px 14px;display:flex}.chat-header__icon{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.chat-header__icon-image{object-fit:contain;width:32px;height:32px;display:block}.chat-header__icon-fallback{color:#fff;letter-spacing:.04em;font-size:.8rem;font-weight:700;line-height:1}.chat-header__text{min-width:0}.chat-header__text h1{color:#fff;margin:0;font-size:1rem;font-weight:700;line-height:1.2}.chat-header__text p{color:#ffffffe6;margin:3px 0 0;font-size:.74rem;line-height:1.35}.chat-messages{background:linear-gradient(180deg, #091022f2 0%, #080e1efa 100%), var(--chat-bg);min-height:0;padding:12px;overflow:hidden auto}.chat-messages__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.chat-message-row{display:flex}.chat-message-row--assistant{justify-content:flex-start}.chat-message-row--user{justify-content:flex-end}.chat-bubble{word-break:break-word;border-radius:14px;max-width:86%;padding:10px 12px;font-size:.9rem;line-height:1.5}.chat-bubble p{margin:0}.chat-bubble p+p{margin-top:6px}.chat-bubble--assistant{color:#eef4ff;background:var(--chat-assistant-bg);border:1px solid #334767;border-bottom-left-radius:6px}.chat-bubble--user{color:#fff;background:linear-gradient(135deg, var(--chat-user-bg) 0%, var(--chat-user-bg) 100%);border:1px solid var(--chat-user-bg);border-bottom-right-radius:6px}.chat-bubble--typing{opacity:.95;font-style:italic}.chat-suggestions-row{margin-bottom:2px}.chat-suggestions{padding:2px 0}.chat-suggestions__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.chat-suggestions__item{min-width:0}.chat-suggestion-button{border:1px solid var(--chat-accent);width:100%;min-height:38px;color:var(--chat-text);text-align:left;cursor:pointer;background:#0e1831e6;border-radius:11px;padding:8px 10px;font-size:.8rem;line-height:1.25;transition:background-color .16s,border-color .16s,opacity .16s}.chat-suggestion-button:hover:enabled{border-color:var(--chat-accent);background:#1b2e58f2}.chat-suggestion-button:focus-visible{outline:2px solid var(--chat-accent);outline-offset:1px}.chat-suggestion-button:disabled{opacity:.5;cursor:not-allowed}.chat-error-row{display:flex}.chat-error{width:92%;color:var(--chat-text);background:#2a3c5fe6;border:1px solid #6d8ccf99;border-radius:12px;padding:10px 12px}.chat-error p{margin:0;font-size:.84rem;line-height:1.45}.chat-error__retry{color:#ecf3ff;cursor:pointer;background:#15284af2;border:1px solid #5f90ed;border-radius:9px;min-height:34px;margin-top:8px;padding:6px 12px;font-size:.8rem;font-weight:600}.chat-error__retry:hover:enabled{background:#223860fa}.chat-error__retry:focus-visible{outline:2px solid var(--chat-accent);outline-offset:1px}.chat-error__retry:disabled{opacity:.55;cursor:not-allowed}.chat-input{border-top:1px solid var(--chat-border);background:#09122a;grid-template-columns:minmax(0,1fr) 84px;align-items:center;gap:8px;padding:10px 12px 12px;display:grid}.chat-input__label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.chat-input__field{color:#f3f7ff;background:#101c3a;border:1px solid #334e88;border-radius:10px;min-width:0;height:40px;padding:0 11px;font-size:.9rem}.chat-input__field::placeholder{color:#95a8cc}.chat-input__field:focus-visible{outline:2px solid var(--chat-accent);outline-offset:1px}.chat-input__field:disabled{opacity:.72}.chat-input__button{background:linear-gradient(135deg, var(--chat-accent) 0%, var(--chat-accent) 100%);color:#fff;cursor:pointer;border:none;border-radius:10px;height:40px;font-size:.86rem;font-weight:700;transition:filter .16s,opacity .16s}.chat-input__button:hover:enabled{filter:brightness(1.05)}.chat-input__button:focus-visible{outline-offset:1px;outline:2px solid #8db3ff}.chat-input__button:disabled{opacity:.46;cursor:not-allowed}@media (width<=640px){.chat-page{padding:12px}.chat-window{border-radius:16px;width:min(100%,390px);height:min(100vh - 24px,560px)}.chat-bubble{max-width:92%}}@media (width<=340px){.chat-suggestions__grid{grid-template-columns:1fr}.chat-input{grid-template-columns:minmax(0,1fr) 76px}}
