:root{--switch-page-blue:#003b71;--switch-page-cyan:#009cbd;--switch-page-deep:#07344a;--switch-page-ink:#1a3a4f;--switch-page-muted:#5f7280;--switch-page-border:rgba(0,59,113,.16);--switch-page-surface:#f5fbfd;--switch-page-warm:#f7a541;--switch-page-shadow:0 22px 56px rgba(0,59,113,.14)}.switch-chat-page{background:#f5fbfd;color:var(--switch-page-ink);min-height:calc(100dvh - 96px)}.switch-chat-page__workspace{display:grid;gap:clamp(18px,2.8vw,34px);grid-template-columns:minmax(240px,320px) minmax(0,1fr);margin:0 auto;max-width:1440px;min-height:calc(100dvh - 120px);padding:clamp(18px,3vw,36px)}.switch-chat-page__chat-panel,.switch-chat-page__context{min-width:0}.switch-chat-page__context{align-self:stretch;border-right:1px solid var(--switch-page-border);display:flex;flex-direction:column;justify-content:center;padding:24px clamp(18px,2vw,28px) 24px 0}.switch-chat-page__eyebrow{color:var(--switch-page-cyan);font-size:12px;font-weight:800;letter-spacing:.08em;line-height:1;margin:0 0 12px;text-transform:uppercase}.switch-chat-page__chat-header h2,.switch-chat-page__context h1{color:var(--switch-page-deep);letter-spacing:0;margin:0}.switch-chat-page__context h1{font-size:clamp(48px,6vw,78px);font-weight:800;line-height:.95}.switch-chat-page__context p:not(.switch-chat-page__eyebrow){color:var(--switch-page-muted);font-size:clamp(16px,1.6vw,19px);line-height:1.55;margin:22px 0 0}.switch-chat-page__paths{display:grid;gap:8px;margin-top:34px}.switch-chat-page__paths span{align-items:center;background:#fff;border:1px solid var(--switch-page-border);border-radius:6px;color:var(--switch-page-blue);display:flex;font-size:14px;font-weight:700;line-height:1.25;min-height:38px;padding:9px 12px}.switch-chat-page__paths span:before{background:var(--switch-page-warm);border-radius:999px;content:"";flex:0 0 auto;height:7px;margin-right:10px;width:7px}.switch-chat-page__chat-panel{align-self:stretch;background:#fff;border:1px solid var(--switch-page-border);border-radius:8px;box-shadow:var(--switch-page-shadow);display:flex;flex-direction:column;min-height:min(860px,calc(100dvh - 150px));overflow:hidden}.switch-chat-page__chat-header{align-items:center;background:#fff;border-bottom:1px solid var(--switch-page-border);display:flex;justify-content:space-between;padding:20px clamp(18px,2vw,28px)}.switch-chat-page__chat-header h2{font-size:clamp(20px,2vw,28px);font-weight:800;line-height:1.15}.switch-chat-page__chat-body{display:flex;flex:1 1 auto;min-height:0;position:relative}.switch-chat-page__chat{display:block;flex:1 1 auto;min-height:0}.switch-chat-page__status{color:var(--switch-page-muted);font-size:15px;inset:0;justify-content:center;margin:0;padding:24px;position:absolute;text-align:center}.switch-chat-page__guide-card,.switch-chat-page__status{align-items:center;background:var(--switch-page-surface);display:flex}.switch-chat-page__guide-card{border-top:1px solid var(--switch-page-border);gap:12px;justify-content:space-between;padding:14px 16px}.switch-chat-page__guide-card[hidden]{display:none}.switch-chat-page__guide-icon{align-items:center;background:#fff;border:1px solid rgba(0,156,189,.24);border-radius:8px;color:var(--switch-page-blue);display:inline-flex;flex:0 0 auto;font-size:10px;font-weight:900;height:36px;justify-content:center;letter-spacing:.04em;width:42px}.switch-chat-page__guide-icon--loading:before{animation:switch-page-guide-spin .9s linear infinite;border:2px solid rgba(0,156,189,.22);border-radius:999px;border-top:2px solid var(--switch-page-cyan);content:"";height:16px;width:16px}.switch-chat-page__guide-copy{display:flex;flex:1 1 auto;flex-direction:column;font-size:14px;gap:3px;min-width:0}.switch-chat-page__guide-copy span,.switch-chat-page__guide-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.switch-chat-page__guide-copy span{color:var(--switch-page-muted)}.switch-chat-page__guide-download{background:var(--switch-page-cyan);border-radius:999px;color:#fff;flex:0 0 auto;font-size:13px;font-weight:800;line-height:1;padding:11px 14px;text-decoration:none}.switch-chat-page__guide-download:hover,.switch-chat-page__guide-download:visited{color:#fff;text-decoration:none}.switch-chat-page__guide-download:hover{background:#087d98}@keyframes switch-page-guide-spin{to{transform:rotate(1turn)}}.switch-chat-page[data-ready=true] .switch-chat-page__status{display:none}@media (max-width:980px){.switch-chat-page__workspace{grid-template-columns:1fr;min-height:auto}.switch-chat-page__context{border-bottom:1px solid var(--switch-page-border);border-right:0;justify-content:flex-start;padding:12px 0 20px}.switch-chat-page__paths{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px}.switch-chat-page__chat-panel{min-height:76dvh}}@media (max-width:560px){.switch-chat-page__workspace{gap:14px;padding:12px}.switch-chat-page__paths{grid-template-columns:1fr}.switch-chat-page__chat-header{padding:18px}.switch-chat-page__chat-panel{min-height:78dvh}.switch-chat-page__guide-card{align-items:stretch;flex-direction:column}.switch-chat-page__guide-copy span,.switch-chat-page__guide-copy strong{white-space:normal}.switch-chat-page__guide-download{text-align:center}}