.chat-module-scss-module__uVL0OG__page{gap:28px;padding:24px 24px 80px;display:grid}.chat-module-scss-module__uVL0OG__header{color:var(--color-text);flex-direction:column;gap:12px;display:flex}.chat-module-scss-module__uVL0OG__header h1{margin:0;font-family:Poppins,Manrope,sans-serif;font-size:clamp(28px,4vw,40px)}.chat-module-scss-module__uVL0OG__header .chat-module-scss-module__uVL0OG__headerSubtitle{color:var(--color-success);letter-spacing:.4px;margin:0;font-size:18px;font-weight:600}.chat-module-scss-module__uVL0OG__header .chat-module-scss-module__uVL0OG__headerDescription{color:var(--color-text-muted);margin:0;line-height:1.6}.chat-module-scss-module__uVL0OG__notice{color:var(--color-text);background:var(--panel-surface);border:1px solid var(--border-soft);border-radius:22px;gap:16px;padding:36px;display:grid}.chat-module-scss-module__uVL0OG__notice h1{margin:0;font-size:24px}.chat-module-scss-module__uVL0OG__notice p{color:var(--color-text-muted);margin:0;line-height:1.6}.chat-module-scss-module__uVL0OG__notice code{color:var(--color-accent);font-family:Fira Code,Source Code Pro,Menlo,Consolas,monospace;font-size:15px}.chat-module-scss-module__uVL0OG__chatLayout{grid-template-columns:minmax(0,1fr);align-items:start;gap:24px;display:grid}@media (min-width:1024px){.chat-module-scss-module__uVL0OG__chatLayoutSingle{grid-template-columns:minmax(0,1fr)}}.chat-module-scss-module__uVL0OG__sidebar{border:1px solid var(--border-soft);background:var(--panel-surface);border-radius:22px;gap:16px;padding:24px;display:grid}.chat-module-scss-module__uVL0OG__sidebar header{gap:6px;display:grid}.chat-module-scss-module__uVL0OG__sidebar header h2{color:var(--color-text);margin:0;font-size:20px}.chat-module-scss-module__uVL0OG__sidebar header p{color:var(--color-text-subtle);margin:0;font-size:13px}.chat-module-scss-module__uVL0OG__sidebar ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.chat-module-scss-module__uVL0OG__empty{border:1px dashed var(--border-soft);color:var(--color-text-muted);text-align:center;border-radius:14px;padding:18px}.chat-module-scss-module__uVL0OG__conversationItem{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:8px;display:grid}.chat-module-scss-module__uVL0OG__conversationButton{border:1px solid var(--border-soft);background:var(--card-surface);text-align:left;width:100%;color:var(--color-text);cursor:pointer;border-radius:14px;gap:6px;padding:14px 16px;transition:border-color .2s,background .2s;display:grid}.chat-module-scss-module__uVL0OG__conversationButton:hover,.chat-module-scss-module__uVL0OG__conversationButton:focus-visible{border-color:var(--border-strong);background:var(--card-surface-hover);outline:none}.chat-module-scss-module__uVL0OG__conversationButtonActive{border-color:var(--color-success);background:var(--card-gradient)}.chat-module-scss-module__uVL0OG__conversationDeleteButton{color:#ff4040e6;letter-spacing:.4px;cursor:pointer;background:#ff808014;border:1px solid #ff808066;border-radius:10px;align-self:center;padding:6px 10px;font-size:12px;transition:border-color .2s,background .2s,color .2s}.chat-module-scss-module__uVL0OG__conversationDeleteButton:hover,.chat-module-scss-module__uVL0OG__conversationDeleteButton:focus-visible{color:#9b1111;background:#ffa0a02e;border-color:#ffa0a0bf;outline:none}.chat-module-scss-module__uVL0OG__conversationName{font-size:15px;font-weight:600}.chat-module-scss-module__uVL0OG__conversationMeta{letter-spacing:.4px;color:var(--color-text-subtle);font-size:12px}.chat-module-scss-module__uVL0OG__conversationPreview{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.chat-module-scss-module__uVL0OG__chatPanel{border:1px solid var(--border-strong);background:var(--panel-surface);box-shadow:var(--shadow-strong);border-radius:24px;grid-template-rows:auto 1fr auto;gap:16px;min-height:520px;padding:24px;display:grid}.chat-module-scss-module__uVL0OG__chatPanelFull{grid-column:1/-1}.chat-module-scss-module__uVL0OG__chatPanelHeader{color:var(--color-text);flex-direction:column;gap:4px;display:flex}.chat-module-scss-module__uVL0OG__chatPanelHeader h2{margin:0;font-size:20px}.chat-module-scss-module__uVL0OG__chatPanelHeader p{color:var(--color-text-muted);margin:0;font-size:14px}.chat-module-scss-module__uVL0OG__messages{overscroll-behavior-y:contain;scrollbar-width:thin;scrollbar-color:#66e0b673 #0c122033;gap:12px;max-height:clamp(320px,60vh,640px);padding:6px 10px 6px 2px;display:grid;position:relative;overflow-y:auto}.chat-module-scss-module__uVL0OG__messages::-webkit-scrollbar{width:10px}.chat-module-scss-module__uVL0OG__messages::-webkit-scrollbar-track{background:#0c122033;border-radius:999px}.chat-module-scss-module__uVL0OG__messages::-webkit-scrollbar-thumb{background:linear-gradient(#66e0b6d9,#4ab0f0bf);border:2px solid #0a101ce6;border-radius:999px;box-shadow:inset 0 0 6px #06141e59}.chat-module-scss-module__uVL0OG__messages::-webkit-scrollbar-thumb:hover{background:linear-gradient(#72ecc2e6,#5ec0fcd1)}.chat-module-scss-module__uVL0OG__messages:before,.chat-module-scss-module__uVL0OG__messages:after{content:"";pointer-events:none;z-index:1;height:26px;position:sticky;left:-4px;right:-4px}.chat-module-scss-module__uVL0OG__messages:before{background:linear-gradient(#0c1220eb,#0c122000);top:-6px}.chat-module-scss-module__uVL0OG__messages:after{background:linear-gradient(#0c122000,#0c1220e6);bottom:-6px}:root[data-theme=light] .chat-module-scss-module__uVL0OG__messages{scrollbar-color:#3a926e8c #e8eef9e6}:root[data-theme=light] .chat-module-scss-module__uVL0OG__messages::-webkit-scrollbar-track{background:#e8eef9e6}:root[data-theme=light] .chat-module-scss-module__uVL0OG__messages::-webkit-scrollbar-thumb{background:linear-gradient(#5ac496d9,#56a0e0c7);border-color:#d7e1f5e6}:root[data-theme=light] .chat-module-scss-module__uVL0OG__messages:before{background:linear-gradient(#ffffffeb,#fff0)}:root[data-theme=light] .chat-module-scss-module__uVL0OG__messages:after{background:linear-gradient(#fff0,#fffffff0)}.chat-module-scss-module__uVL0OG__message{gap:6px;max-width:min(68%,420px);display:grid}.chat-module-scss-module__uVL0OG__messageHeader{align-items:flex-start;gap:8px;display:flex}.chat-module-scss-module__uVL0OG__messageOwn{justify-self:end}.chat-module-scss-module__uVL0OG__messagePeer{justify-self:start}.chat-module-scss-module__uVL0OG__messageBody{color:#041012;white-space:pre-wrap;background:linear-gradient(160deg,#66e0b6e0,#4cb6f4e0);border-radius:18px;flex:1;padding:12px 16px;line-height:1.5}:root[data-theme=light] .chat-module-scss-module__uVL0OG__messageBody{color:#0f172a;background:linear-gradient(160deg,#e4f8f0,#e3edff);border:1px solid #63a4db47;box-shadow:0 8px 18px #3b5b801f}.chat-module-scss-module__uVL0OG__messagePeer .chat-module-scss-module__uVL0OG__messageBody{color:#eaf1ffeb;background:#0c1420d1;border:1px solid #94beff33}:root[data-theme=light] .chat-module-scss-module__uVL0OG__messagePeer .chat-module-scss-module__uVL0OG__messageBody{color:#1f2937;background:linear-gradient(160deg,#f6f8ff,#eaf3ff);border:1px solid #9fbeeeb3}.chat-module-scss-module__uVL0OG__messageMeta{letter-spacing:.2px;color:#eaf1ff99;gap:10px;font-size:12px;display:flex}.chat-module-scss-module__uVL0OG__messageMeta time{color:#94beffb3}:root[data-theme=light] .chat-module-scss-module__uVL0OG__messageMeta{color:#5b647a}:root[data-theme=light] .chat-module-scss-module__uVL0OG__messageMeta time{color:#6b7baa}.chat-module-scss-module__uVL0OG__messageDeleteButton{color:#eaf1ffd9;cursor:pointer;background:#94beff1a;border:none;border-radius:10px;padding:6px 10px;font-size:12px;transition:background .2s,color .2s}.chat-module-scss-module__uVL0OG__messageDeleteButton:hover,.chat-module-scss-module__uVL0OG__messageDeleteButton:focus-visible{color:#ffd7d7;background:#ff606040;outline:none}:root[data-theme=light] .chat-module-scss-module__uVL0OG__messageDeleteButton{color:#32405c;background:#5b7baa14;border:1px solid #84a8e273}:is(:root[data-theme=light] .chat-module-scss-module__uVL0OG__messageDeleteButton:hover,:root[data-theme=light] .chat-module-scss-module__uVL0OG__messageDeleteButton:focus-visible){color:#b51212;background:#e94e4e2e}.chat-module-scss-module__uVL0OG__attachmentList{background:#0a101ccc;border:1px solid #94beff40;border-radius:12px;gap:8px;margin:12px 0 0;padding:10px 12px;list-style:none;display:grid}.chat-module-scss-module__uVL0OG__attachmentItem{align-items:center;gap:10px;font-size:13px;display:flex}.chat-module-scss-module__uVL0OG__attachmentLink{color:#8af5d1;text-decoration:none}.chat-module-scss-module__uVL0OG__attachmentLink:hover,.chat-module-scss-module__uVL0OG__attachmentLink:focus-visible{outline:none;text-decoration:underline}.chat-module-scss-module__uVL0OG__attachmentMeta{color:#eaf1ffa6;font-size:12px}.chat-module-scss-module__uVL0OG__form{gap:12px;display:grid}.chat-module-scss-module__uVL0OG__formLabel{display:block}.chat-module-scss-module__uVL0OG__formLabel textarea{color:#eaf1ff;resize:vertical;background:#080c14bf;border:1px solid #94beff59;border-radius:16px;width:100%;min-height:100px;padding:14px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s}.chat-module-scss-module__uVL0OG__formLabel textarea:focus-visible{border-color:#66e0b6bf;outline:none;box-shadow:0 0 0 3px #66e0b63d}.chat-module-scss-module__uVL0OG__formLabel textarea:disabled{opacity:.5;cursor:not-allowed}:root[data-theme=light] .chat-module-scss-module__uVL0OG__formLabel textarea{border-color:var(--border-soft);color:var(--color-text);background:#fff;box-shadow:inset 0 1px #ffffffb3}:root[data-theme=light] .chat-module-scss-module__uVL0OG__formLabel textarea:focus-visible{border-color:#4a90e2b3;box-shadow:0 0 0 3px #4a90e238}.chat-module-scss-module__uVL0OG__filePicker{gap:8px;display:grid}.chat-module-scss-module__uVL0OG__fileLabel{cursor:pointer;color:#eaf1ffe6;background:#0c1220b3;border:1px dashed #94beff80;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:inline-flex}.chat-module-scss-module__uVL0OG__fileLabel input{display:none}:root[data-theme=light] .chat-module-scss-module__uVL0OG__fileLabel{color:#1f2937;background:#f3f7ffe6;border-color:#799ddda6;box-shadow:0 10px 30px #143e7814}:is(:root[data-theme=light] .chat-module-scss-module__uVL0OG__fileLabel:hover,:root[data-theme=light] .chat-module-scss-module__uVL0OG__fileLabel:focus-visible){background:#f8fbff;border-color:#4a76c4cc;outline:none}.chat-module-scss-module__uVL0OG__selectedFiles{color:#eaf1ffbf;gap:6px;margin:0;padding-left:18px;display:grid}:root[data-theme=light] .chat-module-scss-module__uVL0OG__selectedFiles{color:#3b4457}.chat-module-scss-module__uVL0OG__formActions{justify-content:space-between;align-items:center;gap:12px;display:flex}.chat-module-scss-module__uVL0OG__formActions .chat-module-scss-module__uVL0OG__btn{white-space:nowrap}.chat-module-scss-module__uVL0OG__error{color:#ffb4b4;margin:0;font-size:13px}.chat-module-scss-module__uVL0OG__inlineAdSlot{background:var(--muted-surface);border:1px dashed var(--border-soft);border-radius:14px;gap:10px;margin:18px 0;padding:12px;display:grid}@media (min-width:1024px){.chat-module-scss-module__uVL0OG__chatLayout{grid-template-columns:320px 1fr}}@media (max-width:720px){.chat-module-scss-module__uVL0OG__chatPanel,.chat-module-scss-module__uVL0OG__sidebar{padding:20px}.chat-module-scss-module__uVL0OG__message{max-width:100%}}@media (max-width:576px){.chat-module-scss-module__uVL0OG__page{padding:12px}}
