.chat-module__-9LyAa__authGate{flex:1;justify-content:center;align-items:center;min-height:100vh;display:flex}.chat-module__-9LyAa__authCard{text-align:center;background:#fff;border:1px solid #e5e5e5;border-radius:14px;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:340px;padding:2.5rem 2rem;display:flex}.chat-module__-9LyAa__authTitle{margin:0;font-size:1.15rem;font-weight:700}.chat-module__-9LyAa__authSubtitle{color:#666;margin:0;font-size:.85rem}.chat-module__-9LyAa__googleButton{cursor:pointer;background:#fff;border:1px solid #d5d5d5;border-radius:8px;justify-content:center;align-items:center;gap:.65rem;width:100%;margin-top:.25rem;padding:.6rem 1.25rem;font-family:inherit;font-size:.9rem;display:flex}.chat-module__-9LyAa__googleButton:hover{background:#f7f7f7;border-color:#aaa}.chat-module__-9LyAa__chatPage{color:#000;background:#fff;height:calc(100vh - 65px);display:flex;overflow:hidden}.chat-module__-9LyAa__sidebar{background:#f7f7f7;border-right:1px solid #e5e5e5;flex-direction:column;flex-shrink:0;width:260px;display:flex;overflow:hidden}.chat-module__-9LyAa__sidebarTop{border-bottom:1px solid #e5e5e5;padding:1rem}.chat-module__-9LyAa__newChatButton{color:#fff;cursor:pointer;text-align:left;background:#000;border:1px solid #000;border-radius:6px;width:100%;padding:.6rem .9rem;font-family:inherit;font-size:.88rem}.chat-module__-9LyAa__newChatButton:hover{background:#222}.chat-module__-9LyAa__conversationList{flex-direction:column;flex:1;gap:.2rem;padding:.5rem;display:flex;overflow-y:auto}.chat-module__-9LyAa__conversationItemWrap{border-radius:6px;align-items:stretch;display:flex;position:relative}.chat-module__-9LyAa__conversationItemWrap:hover .chat-module__-9LyAa__convMenuBtn{opacity:1}.chat-module__-9LyAa__conversationItem{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;flex-direction:column;flex:1;gap:.15rem;min-width:0;padding:.55rem 2rem .55rem .7rem;font-family:inherit;display:flex}.chat-module__-9LyAa__conversationItem:hover{background:#eee}.chat-module__-9LyAa__convMenuWrap{z-index:10;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.chat-module__-9LyAa__convMenuBtn{cursor:pointer;color:#555;opacity:0;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.95rem;line-height:1;transition:opacity .15s,background .15s;display:flex}.chat-module__-9LyAa__convMenuBtn:hover{background:#d8d8d8}.chat-module__-9LyAa__convMenuDropdown{z-index:100;background:#fff;border:1px solid #e0e0e0;border-radius:6px;min-width:110px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 4px 14px #0000001a}.chat-module__-9LyAa__convMenuDelete{text-align:left;cursor:pointer;color:#dc2626;background:0 0;border:none;width:100%;padding:8px 12px;font-family:inherit;font-size:.82rem;transition:background .1s;display:block}.chat-module__-9LyAa__convMenuDelete:hover{background:#fef2f2}.chat-module__-9LyAa__activeConversation{background:#e5e5e5;border-color:#d0d0d0}.chat-module__-9LyAa__conversationTitle{white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:600;overflow:hidden}.chat-module__-9LyAa__conversationMeta{color:#888;font-size:.68rem}.chat-module__-9LyAa__sidebarUser{border-top:1px solid #e5e5e5;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.8rem;display:flex}.chat-module__-9LyAa__userAvatar{color:#fff;-webkit-user-select:none;user-select:none;background:#c9a96e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:600;display:flex}.chat-module__-9LyAa__userName{text-overflow:ellipsis;white-space:nowrap;color:#444;flex:1;overflow:hidden}.chat-module__-9LyAa__signOutButton{color:#888;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-family:inherit;font-size:.78rem}.chat-module__-9LyAa__signOutButton:hover{color:#000}.chat-module__-9LyAa__main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.chat-module__-9LyAa__messagePane{flex-direction:column;flex:1;display:flex;overflow-y:auto}.chat-module__-9LyAa__messagePaneInner{flex-direction:column;flex:1;gap:1.75rem;width:100%;max-width:760px;margin:0 auto;padding:2rem 1.5rem 1rem;display:flex}.chat-module__-9LyAa__emptyState{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.25rem;padding:4rem 0;display:flex}.chat-module__-9LyAa__emptyTitle{text-align:center;margin:0;font-size:1.35rem;font-weight:600}.chat-module__-9LyAa__suggestions{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.chat-module__-9LyAa__suggestionButton{cursor:pointer;color:#333;background:#fff;border:1px solid #d5d5d5;border-radius:8px;padding:.55rem 1rem;font-family:inherit;font-size:.85rem;transition:border-color .1s}.chat-module__-9LyAa__suggestionButton:hover{background:#f7f7f7;border-color:#000}.chat-module__-9LyAa__message{flex-direction:column;gap:.5rem;display:flex}.chat-module__-9LyAa__userMessage{align-self:flex-end;max-width:80%}.chat-module__-9LyAa__assistantMessage{align-self:flex-start;max-width:100%}.chat-module__-9LyAa__userMessage .chat-module__-9LyAa__messageBody{color:#fff;background:#000;border-radius:18px 18px 4px;padding:.7rem 1rem}.chat-module__-9LyAa__userText{white-space:pre-wrap;margin:0;line-height:1.55}.chat-module__-9LyAa__markdown{font-size:.95rem;line-height:1.68}.chat-module__-9LyAa__markdown p{margin:0 0 .75rem}.chat-module__-9LyAa__markdown p:last-child{margin-bottom:0}.chat-module__-9LyAa__markdown ul,.chat-module__-9LyAa__markdown ol{margin:.4rem 0;padding-left:1.5rem}.chat-module__-9LyAa__markdown li{margin-bottom:.2rem}.chat-module__-9LyAa__markdown h1,.chat-module__-9LyAa__markdown h2,.chat-module__-9LyAa__markdown h3{margin:1.1rem 0 .4rem;font-weight:700}.chat-module__-9LyAa__markdown blockquote{color:#555;border-left:3px solid #d5d5d5;margin:.5rem 0;padding-left:1rem}.chat-module__-9LyAa__markdown table{border-collapse:collapse;width:100%;margin:.5rem 0}.chat-module__-9LyAa__markdown th,.chat-module__-9LyAa__markdown td{text-align:left;border:1px solid #d5d5d5;padding:.4rem .65rem}.chat-module__-9LyAa__markdown th{background:#f5f5f5;font-weight:600}.chat-module__-9LyAa__inlineCode{background:#f0f0f0;border-radius:3px;padding:.1em .38em;font-family:monospace;font-size:.88em}.chat-module__-9LyAa__copyButton{color:#666;cursor:pointer;opacity:0;background:#fff;border:1px solid #d5d5d5;border-radius:4px;align-self:flex-start;padding:.22rem .5rem;font-family:inherit;font-size:.72rem;transition:opacity .15s}.chat-module__-9LyAa__message:hover .chat-module__-9LyAa__copyButton{opacity:1}.chat-module__-9LyAa__copyButton:hover{color:#000;background:#f5f5f5;border-color:#000}.chat-module__-9LyAa__loadingOlder{justify-content:center;padding:1rem 0;display:flex}.chat-module__-9LyAa__thinkingDots{align-items:center;gap:.3rem;padding:.25rem 0;display:flex}.chat-module__-9LyAa__thinkingDot{background:#aaa;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite chat-module__-9LyAa__dotBounce}.chat-module__-9LyAa__thinkingDot:nth-child(2){animation-delay:.15s}.chat-module__-9LyAa__thinkingDot:nth-child(3){animation-delay:.3s}@keyframes chat-module__-9LyAa__dotBounce{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.chat-module__-9LyAa__thinkingBlock{background:#f8f8f8;border:1px dashed #c8c8c8;border-radius:6px;padding:.5rem .75rem}.chat-module__-9LyAa__thinkingSummary{cursor:pointer;letter-spacing:.05em;text-transform:uppercase;color:#666;font-size:.74rem;font-weight:700}.chat-module__-9LyAa__thinkingText{white-space:pre-wrap;color:#555;margin:.5rem 0 0;font-family:inherit;font-size:.8rem;line-height:1.45}.chat-module__-9LyAa__composerWrap{border-top:1px solid #e5e5e5;padding:.75rem 1.5rem 1.25rem}.chat-module__-9LyAa__composerInner{max-width:760px;margin:0 auto;position:relative}.chat-module__-9LyAa__composer{background:#fff;border:1px solid #000;border-radius:12px;flex-direction:column;display:flex;overflow:visible}.chat-module__-9LyAa__textarea{resize:none;box-sizing:border-box;background:0 0;border:none;border-radius:12px 12px 0 0;outline:none;width:100%;min-height:80px;max-height:200px;padding:.9rem 1rem;font-family:inherit;font-size:.95rem}.chat-module__-9LyAa__textarea:disabled{color:#aaa;cursor:not-allowed;background:#fafafa}.chat-module__-9LyAa__composerActions{border-top:1px solid #e5e5e5;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .6rem;display:flex}.chat-module__-9LyAa__composerButtons{flex-shrink:0;gap:.45rem;display:flex}.chat-module__-9LyAa__modelPickerWrap{position:relative}.chat-module__-9LyAa__modelPickerButton{color:#f2f3f8;cursor:pointer;background:linear-gradient(160deg,#16171c,#111216);border:1px solid #141618;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:.55rem;min-width:160px;max-width:260px;padding:.42rem .65rem;font-family:inherit;display:grid}.chat-module__-9LyAa__modelPickerButton:disabled{opacity:.5;cursor:not-allowed}.chat-module__-9LyAa__modelPickerLabel{letter-spacing:.08em;text-transform:uppercase;color:#8d96a6;font-size:.62rem}.chat-module__-9LyAa__modelPickerValue{text-align:left;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;overflow:hidden}.chat-module__-9LyAa__modelPickerChevron{color:#94f0cf;font-size:.65rem}.chat-module__-9LyAa__modelPickerPanel{color:#f2f3f8;z-index:30;background:radial-gradient(circle at 0 0,#1a1d28,#101116 64%);border:1px solid #1f242c;border-radius:14px;flex-direction:column;gap:.75rem;width:min(520px,80vw);padding:.9rem;display:flex;position:absolute;bottom:calc(100% + .5rem);left:0;box-shadow:0 -16px 40px #0006}.chat-module__-9LyAa__modelSearch{color:#f4f7ff;background:#171a20;border:1px solid #8af5cf;border-radius:8px;outline:none;padding:.6rem .8rem;font-family:inherit;font-size:.9rem}.chat-module__-9LyAa__modelSearch::placeholder{color:#8893a8}.chat-module__-9LyAa__providerFilters{flex-wrap:wrap;gap:.4rem;display:flex}.chat-module__-9LyAa__providerChip{color:#b4bed0;cursor:pointer;background:#14171d;border:1px solid #3a4150;border-radius:999px;padding:.3rem .65rem;font-family:inherit;font-size:.78rem}.chat-module__-9LyAa__providerChip:hover{border-color:#6a7590}.chat-module__-9LyAa__providerChipActive{color:#c8ffee;background:#3a907a4d;border-color:#77efcb}.chat-module__-9LyAa__modelList{background:#101218;border:1px solid #232936;border-radius:10px;flex-direction:column;gap:.25rem;max-height:300px;padding:.4rem;display:flex;overflow-y:auto}.chat-module__-9LyAa__modelListItem{color:#d9dfeb;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.48rem .6rem;font-family:inherit;font-size:.88rem;display:flex}.chat-module__-9LyAa__modelListItem:hover{background:#181c25;border-color:#404a5f}.chat-module__-9LyAa__modelListItemActive{background:#32846f40;border-color:#7df7d3}.chat-module__-9LyAa__modelSelectedMark{color:#9afcdc;font-size:.8rem}.chat-module__-9LyAa__modelListEmpty{color:#a8b2c4;padding:.6rem;font-size:.85rem}.chat-module__-9LyAa__paramsButtonWrap{position:relative}.chat-module__-9LyAa__paramsButton{color:#8d96a6;cursor:pointer;white-space:nowrap;background:linear-gradient(160deg,#16171c,#111216);border:1px solid #141618;border-radius:8px;padding:.42rem .65rem;font-family:inherit;font-size:.82rem}.chat-module__-9LyAa__paramsButton:disabled{opacity:.5;cursor:not-allowed}.chat-module__-9LyAa__paramsButtonActive{color:#9afcdc}.chat-module__-9LyAa__paramsPanel{color:#f2f3f8;z-index:30;background:radial-gradient(circle at 0 0,#1a1d28,#101116 64%);border:1px solid #1f242c;border-radius:14px;flex-direction:column;gap:.85rem;width:min(380px,90vw);padding:1rem;display:flex;position:absolute;bottom:calc(100% + .5rem);left:0;box-shadow:0 -16px 40px #0006}.chat-module__-9LyAa__paramSection{flex-direction:column;gap:.4rem;display:flex}.chat-module__-9LyAa__paramSectionLabel{letter-spacing:.08em;text-transform:uppercase;color:#8d96a6;font-size:.68rem}.chat-module__-9LyAa__paramSelect{color:#f4f7ff;cursor:pointer;background:#171a20;border:1px solid #2a3040;border-radius:7px;outline:none;padding:.45rem .6rem;font-family:inherit;font-size:.85rem}.chat-module__-9LyAa__paramTextarea{color:#f4f7ff;resize:vertical;background:#171a20;border:1px solid #2a3040;border-radius:7px;outline:none;min-height:64px;padding:.5rem .6rem;font-family:inherit;font-size:.82rem}.chat-module__-9LyAa__paramTextarea::placeholder{color:#555e72}.chat-module__-9LyAa__slidersSection{flex-direction:column;gap:.7rem;display:flex}.chat-module__-9LyAa__sliderRow{flex-direction:column;gap:.3rem;display:flex}.chat-module__-9LyAa__sliderHeader{justify-content:space-between;align-items:center;display:flex}.chat-module__-9LyAa__sliderLabel{color:#8d96a6;letter-spacing:.04em;text-transform:uppercase;font-size:.68rem}.chat-module__-9LyAa__sliderValueInput{color:#555e72;text-align:right;background:#171a20;border:1px solid #2a3040;border-radius:5px;outline:none;width:58px;padding:.18rem .35rem;font-family:inherit;font-size:.78rem}.chat-module__-9LyAa__sliderValueInputActive{color:#9afcdc;border-color:#3a4a3f}.chat-module__-9LyAa__sliderValueInput::placeholder{color:#404858}.chat-module__-9LyAa__sliderInput{appearance:none;cursor:pointer;background:#2a3040;border-radius:2px;outline:none;width:100%;height:3px}.chat-module__-9LyAa__sliderInputActive{background:linear-gradient(to right,#9afcdc 0%,#9afcdc var(--slider-fill,50%),#2a3040 var(--slider-fill,50%),#2a3040 100%)}.chat-module__-9LyAa__sliderInput::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#8d96a6;border:none;border-radius:50%;width:12px;height:12px}.chat-module__-9LyAa__sliderInputActive::-webkit-slider-thumb{background:#9afcdc}.chat-module__-9LyAa__sliderInput::-moz-range-thumb{cursor:pointer;background:#8d96a6;border:none;border-radius:50%;width:12px;height:12px}.chat-module__-9LyAa__sliderInputActive::-moz-range-thumb{background:#9afcdc}.chat-module__-9LyAa__sliderTicks{color:#3a4050;justify-content:space-between;font-size:.6rem;display:flex}.chat-module__-9LyAa__paramGrid{grid-template-columns:1fr 1fr;gap:.5rem .75rem;display:grid}.chat-module__-9LyAa__paramRow{flex-direction:column;gap:.25rem;display:flex}.chat-module__-9LyAa__paramLabel{color:#8d96a6;letter-spacing:.04em;text-transform:uppercase;font-size:.68rem}.chat-module__-9LyAa__paramInput{color:#f4f7ff;box-sizing:border-box;background:#171a20;border:1px solid #2a3040;border-radius:6px;outline:none;width:100%;padding:.38rem .5rem;font-family:inherit;font-size:.82rem}.chat-module__-9LyAa__paramInput::placeholder{color:#555e72}.chat-module__-9LyAa__paramResetButton{color:#8d96a6;cursor:pointer;text-align:center;background:0 0;border:1px solid #2a3040;border-radius:7px;padding:.4rem .75rem;font-family:inherit;font-size:.78rem;transition:border-color .15s,color .15s}.chat-module__-9LyAa__paramResetButton:hover{color:#c4cdd9;border-color:#6a7590}.chat-module__-9LyAa__webButton{color:#8d96a6;cursor:pointer;white-space:nowrap;background:linear-gradient(160deg,#16171c,#111216);border:1px solid #141618;border-radius:8px;padding:.42rem .65rem;font-family:inherit;font-size:.82rem}.chat-module__-9LyAa__webButton:disabled{opacity:.5;cursor:not-allowed}.chat-module__-9LyAa__webButtonActive{color:#9afcdc;border-color:#3a4a3f}.chat-module__-9LyAa__banner{box-sizing:border-box;background:#f4f4f4;border:1px solid #000;border-radius:6px;width:100%;max-width:760px;margin:0 auto .5rem;padding:.5rem .75rem;font-size:.82rem}.chat-module__-9LyAa__bannerLink{color:inherit;font-weight:600;text-decoration:underline}.chat-module__-9LyAa__primaryButton,.chat-module__-9LyAa__secondaryButton{cursor:pointer;white-space:nowrap;border:1px solid #000;border-radius:6px;padding:.42rem .72rem;font-family:inherit;font-size:.86rem}.chat-module__-9LyAa__primaryButton{color:#fff;background:#000}.chat-module__-9LyAa__primaryButton:hover:not(:disabled){background:#222}.chat-module__-9LyAa__secondaryButton{color:#000;background:#fff}.chat-module__-9LyAa__secondaryButton:hover:not(:disabled){background:#f3f3f3}.chat-module__-9LyAa__primaryButton:disabled,.chat-module__-9LyAa__secondaryButton:disabled{opacity:.4;cursor:not-allowed}.chat-module__-9LyAa__sidebarBackdrop,.chat-module__-9LyAa__mobileBar,.chat-module__-9LyAa__menuButton,.chat-module__-9LyAa__mobileTitle,.chat-module__-9LyAa__newChatMobile{display:none}@media (max-width:860px){.chat-module__-9LyAa__sidebar{width:220px}}@media (max-width:640px){.chat-module__-9LyAa__sidebar{z-index:200;width:280px;max-height:none;box-shadow:none;border-right:1px solid #e5e5e5;transition:transform .25s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.chat-module__-9LyAa__sidebarOpen{transform:translate(0);box-shadow:8px 0 40px #0000002e}.chat-module__-9LyAa__sidebarBackdrop{z-index:199;background:#00000059;display:block;position:fixed;inset:0}.chat-module__-9LyAa__mobileBar{background:#fff;border-bottom:1px solid #e5e5e5;flex-shrink:0;align-items:center;gap:.5rem;padding:.6rem .85rem;display:flex}.chat-module__-9LyAa__menuButton{cursor:pointer;color:#000;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.chat-module__-9LyAa__menuButton:hover{background:#f0f0f0}.chat-module__-9LyAa__mobileTitle{text-overflow:ellipsis;white-space:nowrap;text-align:center;flex:1;font-size:.88rem;font-weight:600;display:block;overflow:hidden}.chat-module__-9LyAa__newChatMobile{color:#fff;cursor:pointer;background:#000;border:1px solid #000;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-family:inherit;font-size:1.3rem;line-height:1;display:flex}.chat-module__-9LyAa__messagePaneInner{padding:1rem .9rem .75rem}.chat-module__-9LyAa__composerWrap{padding:.6rem .75rem;padding-bottom:max(.85rem,env(safe-area-inset-bottom))}.chat-module__-9LyAa__textarea{min-height:58px;font-size:1rem}.chat-module__-9LyAa__userMessage{max-width:92%}.chat-module__-9LyAa__modelPickerButton{min-width:0;max-width:180px}.chat-module__-9LyAa__modelPickerPanel{width:auto;max-height:72vh;left:0;right:0;overflow-y:auto}.chat-module__-9LyAa__modelList{max-height:38vh}}
.router-chat-module__nYe4UG__sidebarFooter{flex-direction:column;gap:12px;margin-top:auto;padding:0 16px 16px;display:flex}.router-chat-module__nYe4UG__budgetCard,.router-chat-module__nYe4UG__railsCard{background:#fff;border:1px solid #e6e8ef;border-radius:16px;padding:14px}.router-chat-module__nYe4UG__sectionLabel{letter-spacing:.08em;text-transform:uppercase;color:#667085;font-size:11px;font-weight:600}.router-chat-module__nYe4UG__budgetValue{color:#111827;margin-top:8px;font-size:28px;font-weight:700;line-height:1}.router-chat-module__nYe4UG__budgetMeta{color:#667085;margin-top:6px;font-size:13px}.router-chat-module__nYe4UG__railRow{justify-content:space-between;align-items:flex-start;gap:12px;padding-top:12px;display:flex}.router-chat-module__nYe4UG__railRow+.router-chat-module__nYe4UG__railRow{border-top:1px solid #eef1f5;margin-top:12px}.router-chat-module__nYe4UG__railLabel{color:#111827;font-size:13px;font-weight:600}.router-chat-module__nYe4UG__railNetwork{color:#667085;margin-top:2px;font-size:12px}.router-chat-module__nYe4UG__railBalance{color:#111827;text-align:right;font-size:13px;font-weight:500}.router-chat-module__nYe4UG__walletToggle{color:#3b82f6;font:inherit;cursor:pointer;background:0 0;border:0;margin-top:12px;padding:0;font-size:13px}.router-chat-module__nYe4UG__walletDetails{border-top:1px solid #eef1f5;flex-direction:column;gap:8px;margin-top:10px;padding-top:10px;display:flex}.router-chat-module__nYe4UG__walletDetailRow{color:#667085;justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.router-chat-module__nYe4UG__walletDetailRow span:last-child{color:#111827;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.router-chat-module__nYe4UG__metadataFooter{border-top:1px solid #eef1f5;flex-wrap:wrap;gap:8px 16px;margin-top:12px;padding-top:12px;display:flex}.router-chat-module__nYe4UG__metadataItem{color:#667085;font-size:12px}.router-chat-module__nYe4UG__modelSelectWrap{align-items:center;gap:10px;display:flex}.router-chat-module__nYe4UG__modelSelectLabel{color:#667085;font-size:13px}.router-chat-module__nYe4UG__modelSelect{color:#111827;min-width:220px;font:inherit;background:#fff;border:1px solid #d0d5dd;border-radius:999px;padding:8px 12px}@media (max-width:960px){.router-chat-module__nYe4UG__sidebarFooter{padding:0 16px 16px}.router-chat-module__nYe4UG__modelSelectWrap{width:100%}.router-chat-module__nYe4UG__modelSelect{width:100%;min-width:0}}
