.ui-button{border-radius:8px;border:1px solid #0284c7;background:#0ea5e9;color:#fff;padding:9px 12px;font-weight:600;cursor:pointer}.ui-button:disabled{opacity:.6;cursor:not-allowed}.ui-button--secondary{border-color:#cbd5e1;background:#fff;color:#0f172a}.ui-button--ghost{border-color:#d1d5db;background:#fff;color:#0f172a}.ui-button--block{width:100%}.ui-input{border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;font-size:14px;background:#fff;width:100%}.room-item{display:flex;align-items:center;gap:6px;border-radius:12px;padding:6px}.room-item--active{background:#eff6ff}.room-item__main{flex:1;min-width:0;border:0;background:transparent;display:flex;align-items:center;gap:10px;padding:4px;cursor:pointer;text-align:left}.room-item__avatar{width:44px;height:44px;border-radius:50%;background:#dbeafe;color:#1e3a8a;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.room-item__avatar--image{object-fit:cover;display:block}.room-item__meta{min-width:0;display:grid;gap:2px}.room-item__name{color:#0f172a;font-size:15px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-item__sub{color:#64748b;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-item__delete{width:26px;height:26px;border:0;border-radius:50%;background:#fee2e2;color:#991b1b;cursor:pointer}.room-list{display:grid;gap:4px}.sidebar{width:430px;height:100%;display:flex;border-right:1px solid #dbe3ea;background:#f4f6f9;position:relative;overflow:hidden}.sidebar__rail{width:68px;background:#213448;color:#d8e0ea;display:flex;flex-direction:column;align-items:center;padding:12px 8px;gap:14px}.sidebar__rail-button{width:44px;height:44px;border:0;border-radius:12px;background:#ffffff14;color:#f8fafc;font-size:23px;line-height:1;cursor:pointer}.sidebar__rail-pill{min-width:32px;height:24px;border-radius:999px;background:#38bdf8;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;padding:0 8px}.sidebar__panel{flex:1;display:flex;flex-direction:column;min-width:0;background:#fff}.sidebar__header{padding:12px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:8px}.sidebar__heading{margin:0;font-size:18px;color:#0f172a}.sidebar__new-chat{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:6px 12px;font-weight:600;cursor:pointer}.sidebar__create{margin:10px 12px 0;padding:10px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;display:grid;gap:8px}.sidebar__label{display:grid;gap:6px;color:#334155;font-size:14px}.sidebar__control{border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;font-size:14px;background:#fff}.sidebar__button{border:1px solid #0ea5e9;background:#0284c7;color:#fff;border-radius:8px;padding:9px 12px;font-weight:600;cursor:pointer}.sidebar__button:disabled{opacity:.6;cursor:not-allowed}.sidebar__content{flex:1;min-height:0;overflow-y:auto;padding:8px}.sidebar__hint{margin:0;color:#64748b}.sidebar__hint--compact{font-size:12px}.sidebar__error{margin:0;color:#b91c1c;font-size:13px}.sidebar__auth-links{display:grid;gap:8px}.sidebar__auth-links--inline{padding:10px 12px}.sidebar__auth-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:8px;border:1px solid #0284c7;background:#0ea5e9;color:#fff;padding:9px 12px;font-weight:600}.sidebar__auth-link--secondary{border-color:#cbd5e1;background:#fff;color:#0f172a}.sidebar__backdrop{position:fixed;inset:0;background:#0f172a73;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:40}.sidebar__backdrop--open{opacity:1;pointer-events:auto}.sidebar__drawer{position:fixed;top:0;left:0;width:330px;height:100vh;background:#fff;transform:translate(-100%);transition:transform .22s ease;z-index:41;border-right:1px solid #dbe3ea;display:flex;flex-direction:column}.sidebar__drawer--open{transform:translate(0)}.sidebar__drawer-profile{padding:20px 16px 16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:12px}.sidebar__avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0}.sidebar__avatar--large{width:58px;height:58px}.sidebar__avatar--fallback{background:#e0f2fe;color:#0c4a6e;display:flex;align-items:center;justify-content:center;font-weight:700}.sidebar__profile-meta{min-width:0;display:grid;gap:2px}.sidebar__profile-meta strong,.sidebar__profile-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__profile-meta span{color:#64748b;font-size:13px}.sidebar__drawer-menu{padding:8px;display:grid;gap:4px}.sidebar__drawer-item{width:100%;border:0;background:#fff;color:#0f172a;border-radius:10px;text-decoration:none;padding:12px;text-align:left;font-size:16px;cursor:pointer}.sidebar__drawer-item:hover{background:#f1f5f9}.sidebar__drawer-item--danger{color:#b91c1c}.sidebar__editor-wrap{padding:12px;display:grid;gap:10px}.sidebar__drawer-back{border:0;background:transparent;color:#0ea5e9;font-weight:600;text-align:left;cursor:pointer;padding:4px 0}.sidebar__drawer-title{margin:0;font-size:18px}.sidebar__editor{border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc;padding:10px;display:grid;gap:8px}.sidebar__avatar-editor{display:grid;gap:8px;justify-items:start}.sidebar__avatar-button{border:0;background:transparent;padding:0;cursor:pointer}.sidebar__file-input{display:none}@media(max-width:900px){.sidebar{width:100%}.sidebar__rail{width:56px}.sidebar__drawer{width:min(88vw,330px)}}.chat-panel{flex:1;display:flex;flex-direction:column;height:100%;background:#f8fafc;min-width:0}.chat-panel__header{padding:16px;border-bottom:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;gap:10px}.chat-panel__title{margin:0;font-size:18px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-panel__back{border:1px solid #d1d5db;background:#fff;color:#0f172a;border-radius:8px;padding:6px 10px;cursor:pointer;font-weight:600}.chat-panel__messages{flex:1;overflow-y:auto;padding:16px;display:grid;gap:10px;align-content:start}.chat-panel__hint{margin:0;color:#6b7280}.chat-panel__message{justify-self:start;width:min(80%,560px);background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px}.chat-panel__message--own{justify-self:end;background:#dbeafe;border-color:#93c5fd}.chat-panel__meta{display:flex;justify-content:space-between;font-size:12px;color:#6b7280;margin-bottom:4px}.chat-panel__meta--compact{justify-content:flex-end}.chat-panel__text{margin:0;color:#111827}.chat-panel__composer{display:flex;gap:8px;padding:12px 16px;border-top:1px solid #e5e7eb;background:#fff}.chat-panel__input{flex:1;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-size:14px}.chat-panel__send{border:1px solid #1d4ed8;background:#2563eb;color:#fff;border-radius:8px;padding:10px 14px;cursor:pointer}.chat-panel__send:disabled{opacity:.6;cursor:not-allowed}.chat-panel__error{margin:0;padding:0 16px 12px;color:#b91c1c;background:#fff}@media(max-width:900px){.chat-panel__message{width:min(92%,560px)}.chat-panel__composer{padding:10px 12px}}.home{height:100vh;background:#f8fafc;overflow:hidden}.home__layout{display:flex;height:100%}.home--guest{overflow:auto;background:radial-gradient(1200px 520px at 20% 0%,#dbeafe 0%,transparent 60%),radial-gradient(1000px 500px at 90% 100%,#bae6fd 0%,transparent 58%),linear-gradient(145deg,#f8fafc,#eef2ff)}.home__guest{min-height:100%;display:grid;place-items:center;padding:24px}.home__guest-card{width:min(620px,100%);border:1px solid #dbe3ea;border-radius:20px;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 20px 45px #0f172a1f;padding:30px;display:grid;gap:12px}.home__guest-badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;border-radius:999px;padding:5px 12px;background:#e0f2fe;color:#0369a1;font-weight:700;font-size:13px}.home__guest-title{margin:0;color:#0f172a;font-size:clamp(26px,4vw,36px);line-height:1.12}.home__guest-subtitle{margin:0;color:#475569;font-size:16px;line-height:1.45}.home__guest-actions{margin-top:10px;display:flex;flex-wrap:wrap;gap:10px}.home__guest-action{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:10px;padding:11px 16px;border:1px solid #0284c7;background:#0ea5e9;color:#fff;font-weight:700}.home__guest-action--secondary{border-color:#cbd5e1;background:#fff;color:#0f172a}@media(max-width:768px){.home__guest-card{padding:20px;border-radius:16px}.home__guest-actions{flex-direction:column}.home__guest-action{width:100%}}@media(max-width:900px){.home__layout{display:block;height:100%}}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;min-width:320px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#0f172a;background:#f8fafc}
