:root{color-scheme:dark;--bg:#08040d;--panel:#100719;--panel2:#170b24;--line:#ffffff12;--text:#faf7ff;--muted:#aa9db8;--violet:#a84ff1;--violet2:#7130bb;--pink:#ff72c9;--danger:#ff6685;--ok:#52d6a0}*{box-sizing:border-box}html,body{height:100%;overscroll-behavior:none}body{margin:0;background:radial-gradient(circle at 20% 0,#2a0d3d 0,transparent 32%),var(--bg);color:var(--text);font-family:Tahoma,"Segoe UI",sans-serif}button,input,textarea{font:inherit}.hidden{display:none!important}.muted{color:var(--muted)}button{color:inherit}.toast{position:fixed;z-index:100;inset:auto 50% 24px auto;transform:translateX(50%) translateY(30px);background:#21112f;border:1px solid #ffffff20;border-radius:13px;padding:12px 18px;opacity:0;pointer-events:none;transition:.22s}.toast.show{opacity:1;transform:translateX(50%) translateY(0)}.toast.error{border-color:#ff668566;color:#ffd9e1}.auth-shell{min-height:100%;display:grid;place-items:center;padding:24px}.auth-card{width:min(460px,100%);background:#12091deb;border:1px solid var(--line);border-radius:28px;padding:32px;box-shadow:0 30px 90px #0009;backdrop-filter:blur(18px)}.auth-logo{display:block;width:132px;height:132px;border-radius:50%;object-fit:cover;margin:-4px auto 18px;filter:drop-shadow(0 0 25px #a84ff177)}.auth-copy{text-align:center}.eyebrow{color:#d28cff;letter-spacing:.18em;font-size:.72rem}.auth-copy h1{font-size:1.8rem;margin:10px 0}.auth-copy p{color:var(--muted);line-height:1.9;font-size:.9rem;margin:0 0 24px}.form-stack{display:grid;gap:10px}.form-stack label{font-size:.84rem;color:#d6c9e1}.form-stack input,.search-box input,.modal input,.modal textarea{width:100%;border:1px solid var(--line);background:#09050e;color:var(--text);border-radius:14px;padding:14px;outline:none}.form-stack input:focus,.search-box input:focus,.modal input:focus,.modal textarea:focus{border-color:#a84ff188;box-shadow:0 0 0 3px #a84ff119}.primary{border:0;border-radius:14px;padding:14px;background:linear-gradient(135deg,var(--violet),var(--violet2));font-weight:700;cursor:pointer}.primary:disabled{opacity:.55;cursor:wait}.text-button{border:0;background:none;color:#d49bff;cursor:pointer;justify-self:start}.otp-input{text-align:center;direction:ltr;letter-spacing:.45em;font-size:1.5rem}.saved-accounts{border-top:1px solid var(--line);margin-top:24px;padding-top:18px}.section-title{display:flex;justify-content:space-between;margin-bottom:10px}.section-title small{color:var(--muted)}.account-row{display:flex;align-items:center;gap:10px;width:100%;padding:9px;border:0;border-radius:13px;background:transparent;cursor:pointer}.account-row:hover{background:#ffffff08}.app-shell{height:100%;display:grid;grid-template-columns:minmax(300px,380px) 1fr;background:#09050f}.sidebar{min-width:0;display:flex;flex-direction:column;border-left:1px solid var(--line);background:#100719}.side-header,.chat-header{height:72px;display:flex;align-items:center;gap:12px;padding:0 16px;border-bottom:1px solid var(--line)}.profile-button{min-width:0;display:flex;align-items:center;gap:10px;flex:1;border:0;background:none;text-align:right;cursor:pointer}.profile-lines,.chat-title{display:flex;min-width:0;flex-direction:column;gap:4px}.profile-lines strong,.chat-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-lines small,.chat-title small{color:var(--muted);font-size:.75rem}.avatar{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:linear-gradient(145deg,#c567ff,#6122a0);font-weight:700;box-shadow:inset 0 0 0 1px #ffffff24}.header-actions{display:flex;gap:5px}.icon-button{display:grid;place-items:center;width:39px;height:39px;border:0;border-radius:12px;background:transparent;cursor:pointer;font-size:1.25rem}.icon-button:hover{background:#ffffff0a}.search-box{padding:12px 14px 8px}.search-box input{padding:11px 13px;background:#09050f}.tabs{display:flex;gap:6px;padding:5px 14px 10px;overflow:auto}.tabs button{white-space:nowrap;border:0;border-radius:999px;background:#ffffff08;color:var(--muted);padding:7px 12px;cursor:pointer;font-size:.78rem}.tabs button.active{background:#a84ff126;color:#e6bdff}.conversation-list{flex:1;overflow:auto;padding:3px 7px}.conversation-item{display:flex;align-items:center;gap:11px;width:100%;padding:11px 9px;border:0;border-radius:15px;background:transparent;text-align:right;cursor:pointer}.conversation-item:hover,.conversation-item.active{background:#ffffff09}.conversation-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:7px}.conversation-top{display:flex;gap:8px;justify-content:space-between}.conversation-top strong,.conversation-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-top time,.conversation-copy small{font-size:.73rem;color:var(--muted)}.side-footer{display:flex;border-top:1px solid var(--line);padding:8px}.side-footer button{flex:1;border:0;background:none;padding:10px;color:var(--muted);cursor:pointer}.badge{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;background:var(--pink);border-radius:99px;color:#13051d;font-size:.7rem}.empty-chat{display:grid;place-content:center;justify-items:center;text-align:center;color:var(--muted);background:radial-gradient(circle at 50% 30%,#291039,transparent 45%)}.empty-chat img{width:190px;border-radius:50%;opacity:.72;filter:drop-shadow(0 0 30px #a84ff133)}.empty-chat h2{color:var(--text);margin:18px 0 0}.chat-panel{display:flex;min-width:0;flex-direction:column;background:linear-gradient(#09050fdd,#09050fee),radial-gradient(circle at 20% 20%,#4b1765,transparent 33%)}.chat-header{background:#100719dd}.chat-title{flex:1}.message-list{flex:1;overflow:auto;padding:22px clamp(12px,4vw,55px);display:flex;flex-direction:column-reverse;gap:8px}.message{align-self:flex-start;max-width:min(78%,680px);background:#1a0d26;border:1px solid var(--line);border-radius:17px 17px 5px 17px;padding:10px 13px;line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere}.message.own{align-self:flex-end;background:#63259a;border-radius:17px 17px 17px 5px}.message time{display:block;color:#c9bad5;font-size:.65rem;text-align:left;margin-top:4px}.system-message{align-self:center;background:#ffffff0c;border-radius:99px;padding:7px 13px;color:var(--muted);font-size:.75rem}.composer{display:flex;align-items:flex-end;gap:8px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#100719}.composer textarea{flex:1;resize:none;max-height:150px;border:1px solid var(--line);border-radius:18px;background:#09050f;color:var(--text);padding:11px 15px;outline:none}.send-button{width:44px;height:44px;border:0;border-radius:50%;background:linear-gradient(135deg,var(--violet),var(--pink));cursor:pointer}.modal{width:min(520px,calc(100% - 28px));border:1px solid #ffffff1b;border-radius:22px;background:#13091e;color:var(--text);padding:0;box-shadow:0 30px 100px #000b}.modal::backdrop{background:#050207bb;backdrop-filter:blur(6px)}#modalBody{padding:24px}.modal h2{margin-top:0}.modal form{display:grid;gap:12px}.modal menu{display:flex;gap:8px;justify-content:flex-end;padding:0}.modal button{border:0;border-radius:12px;padding:10px 15px;background:#ffffff0c;cursor:pointer}.modal button.primary{background:linear-gradient(135deg,var(--violet),var(--violet2))}.mobile-only{display:none}@media(max-width:760px){.app-shell{display:block;position:relative;overflow:hidden}.sidebar,.chat-panel,.empty-chat{position:absolute;inset:0}.sidebar{border:0}.empty-chat{display:none}.chat-panel{z-index:3}.mobile-only{display:grid}.auth-card{padding:25px 20px;border-radius:22px}.message{max-width:88%}}
