.chat-module__-9LyAa__shell{background:0 0;height:100dvh;display:flex;overflow:hidden}.chat-module__-9LyAa__container{background:0 0;flex-direction:column;flex:1;min-width:0;height:100dvh;display:flex;position:relative}.chat-module__-9LyAa__container:before{content:"";opacity:.05;z-index:0;pointer-events:none;background-image:url(/branding/engineering_doodle_bg.png);background-repeat:repeat;background-size:600px;position:absolute;inset:0}.chat-module__-9LyAa__header{z-index:10;-webkit-backdrop-filter:none;background:0 0;border-bottom:none;align-items:center;gap:1rem;padding:1rem 2rem;display:flex;position:sticky;top:0}.chat-module__-9LyAa__backButton{display:none}.chat-module__-9LyAa__headerTitle{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.chat-module__-9LyAa__headerBrand{align-items:center;gap:.5rem;margin-left:.5rem;margin-right:auto;display:flex}@media (min-width:769px){.chat-module__-9LyAa__hideOnDesktop{display:none!important}}.chat-module__-9LyAa__headerIcon{border-radius:var(--r-sm);background:var(--accent);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;padding:6px;display:flex}.chat-module__-9LyAa__headerTitle h2{font-family:var(--font-serif);color:var(--ink);letter-spacing:-.01em;font-size:1.1rem;font-weight:600;line-height:1.2}.chat-module__-9LyAa__headerSub{color:var(--ink-soft);background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-pill);margin-top:.15rem;padding:.1rem .5rem;font-size:.72rem;display:inline-block}.chat-module__-9LyAa__headerContext{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.chat-module__-9LyAa__headerExam{color:var(--ink-soft);background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-pill);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.4rem;padding:.3rem .7rem;font-size:.8rem;font-weight:500;display:inline-flex;overflow:hidden}.chat-module__-9LyAa__headerExam svg{color:var(--accent);flex-shrink:0}.chat-module__-9LyAa__headerBadge{display:none}.chat-module__-9LyAa__dot{background:var(--success);border-radius:50%;width:7px;height:7px;display:inline-block}.chat-module__-9LyAa__chatArea{z-index:1;flex-direction:column;flex:1 1 0;align-items:center;padding:2.5rem 1rem;display:flex;overflow-y:auto}.chat-module__-9LyAa__messagesList{flex-direction:column;gap:2rem;width:100%;min-width:0;max-width:880px;display:flex}.chat-module__-9LyAa__messageWrapper{align-items:flex-start;gap:.875rem;width:100%;min-width:0;animation:.18s cubic-bezier(.16,1,.3,1) forwards chat-module__-9LyAa__fadeUp;display:flex}@keyframes chat-module__-9LyAa__fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-module__-9LyAa__messageUser{justify-content:flex-end}.chat-module__-9LyAa__messageBot{justify-content:flex-start}.chat-module__-9LyAa__avatar{border-radius:var(--r-sm);flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-top:2px;display:flex}.chat-module__-9LyAa__messageUser .chat-module__-9LyAa__avatar{display:none}.chat-module__-9LyAa__messageBot .chat-module__-9LyAa__avatar{color:#fff;box-shadow:none;background:0 0}.chat-module__-9LyAa__bubble{word-wrap:break-word;overflow-wrap:anywhere;min-width:0;max-width:85%;font-size:.95rem;line-height:1.65}.chat-module__-9LyAa__bubbleUser{background:var(--ink);color:#fff;border-radius:var(--r-lg);border-top-right-radius:var(--r-sm);padding:.85rem 1.15rem;box-shadow:0 1px 2px #0000000d}.chat-module__-9LyAa__bubbleUser p{margin:0}.chat-module__-9LyAa__bubbleBot{border:1px solid var(--line);border-radius:var(--r-lg);border-top-left-radius:var(--r-sm);color:var(--ink);background:#fff;width:100%;max-width:100%;padding:1.25rem 1.5rem;box-shadow:0 2px 8px #00000008}.chat-module__-9LyAa__thinkingBubble{color:var(--ink-muted);align-items:center;gap:.6rem;font-style:italic;font-weight:400;display:flex}.chat-module__-9LyAa__cursor{background:var(--accent);vertical-align:middle;border-radius:1px;width:2px;height:1.1em;margin-left:4px;animation:.8s step-end infinite chat-module__-9LyAa__blink;display:inline-block}@keyframes chat-module__-9LyAa__blink{50%{opacity:0}}.chat-module__-9LyAa__spinner{color:var(--accent);animation:1s cubic-bezier(.4,0,.2,1) infinite chat-module__-9LyAa__spin}@keyframes chat-module__-9LyAa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-module__-9LyAa__markdownContent{color:var(--ink);flex-direction:column;gap:1rem;display:flex}.chat-module__-9LyAa__markdownContent p{margin:0}.chat-module__-9LyAa__markdownContent strong{color:var(--ink);font-weight:700}.chat-module__-9LyAa__markdownContent em{font-style:italic}.chat-module__-9LyAa__markdownContent h1,.chat-module__-9LyAa__markdownContent h2,.chat-module__-9LyAa__markdownContent h3{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--ink);margin-top:.5rem;font-weight:600;line-height:1.3}.chat-module__-9LyAa__markdownContent h1{font-size:1.3rem}.chat-module__-9LyAa__markdownContent h2{font-size:1.15rem}.chat-module__-9LyAa__markdownContent h3{font-size:1.05rem}.chat-module__-9LyAa__markdownContent ul,.chat-module__-9LyAa__markdownContent ol{flex-direction:column;gap:.4rem;padding-left:1.4rem;display:flex}.chat-module__-9LyAa__markdownContent li{line-height:1.6}.chat-module__-9LyAa__markdownContent li::marker{color:var(--ink-muted)}.chat-module__-9LyAa__markdownContent table{border-collapse:collapse;border-radius:var(--r-md);border:1px solid var(--line);background:var(--surface);width:100%;box-shadow:var(--shadow-xs);margin-top:.5rem;font-size:.88rem;display:block;overflow-x:auto}.chat-module__-9LyAa__markdownContent th{background:var(--surface-2);color:var(--ink);text-align:left;border-bottom:1px solid var(--line);white-space:nowrap;padding:.7rem 1rem;font-weight:600}.chat-module__-9LyAa__markdownContent td{border-bottom:1px solid var(--line);color:var(--ink-soft);padding:.6rem 1rem}.chat-module__-9LyAa__markdownContent tr:last-child td{border-bottom:none}.chat-module__-9LyAa__markdownContent th,.chat-module__-9LyAa__markdownContent td{overflow-wrap:normal;word-break:normal;min-width:6rem}.chat-module__-9LyAa__markdownContent th:first-child,.chat-module__-9LyAa__markdownContent td:first-child{min-width:9.5rem}.chat-module__-9LyAa__markdownContent code{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-sm);color:var(--ink);padding:.12em .4em;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.85em}.chat-module__-9LyAa__markdownContent pre{background:var(--canvas-2);border:1px solid var(--line);border-radius:var(--r-md);padding:1rem 1.25rem;overflow-x:auto}.chat-module__-9LyAa__markdownContent pre code{color:var(--ink);background:0 0;border:none;padding:0}.chat-module__-9LyAa__markdownContent blockquote{border-left:3px solid var(--accent-line);color:var(--ink-muted);padding-left:1rem;font-style:italic}.chat-module__-9LyAa__markdownContent a{color:var(--accent);text-underline-offset:2px;font-weight:500;text-decoration:underline}.chat-module__-9LyAa__markdownContent a:hover{color:var(--accent-hover)}.chat-module__-9LyAa__markdownContent hr{border:none;border-top:1px solid var(--line);margin:1rem 0}.chat-module__-9LyAa__tableWrap{width:100%}.chat-module__-9LyAa__tableCards{display:none}.chat-module__-9LyAa__citations{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.625rem;display:flex}.chat-module__-9LyAa__citationIcon{color:var(--ink-muted);display:inline-flex}.chat-module__-9LyAa__chip{background:var(--surface-2);border:1px solid var(--line);color:var(--ink-soft);border-radius:var(--r-pill);white-space:nowrap;padding:.22rem .6rem;font-size:.72rem;font-weight:500;transition:background .15s,border-color .15s,color .15s}.chat-module__-9LyAa__chip:hover{background:var(--surface);border-color:var(--accent-line);color:var(--ink)}.chat-module__-9LyAa__messageActions{opacity:0;align-items:center;gap:.25rem;margin-top:.4rem;transition:opacity .18s;display:flex}.chat-module__-9LyAa__messageBot:hover .chat-module__-9LyAa__messageActions,.chat-module__-9LyAa__messageActions:focus-within{opacity:1}.chat-module__-9LyAa__actionButton{color:var(--ink-muted);border-radius:var(--r-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;transition:background .18s,color .18s;display:flex}.chat-module__-9LyAa__actionButton:hover{background:var(--surface-2);color:var(--ink)}.chat-module__-9LyAa__actionButtonUp{opacity:1;color:var(--success)}.chat-module__-9LyAa__actionButtonUp:hover{background:var(--success-soft);color:var(--success)}.chat-module__-9LyAa__actionButtonDown{opacity:1;color:var(--danger)}.chat-module__-9LyAa__actionButtonDown:hover{background:var(--danger-soft);color:var(--danger)}:is(.chat-module__-9LyAa__messageBot .chat-module__-9LyAa__messageActions:has(.chat-module__-9LyAa__actionButtonUp),.chat-module__-9LyAa__messageBot .chat-module__-9LyAa__messageActions:has(.chat-module__-9LyAa__actionButtonDown)){opacity:1}.chat-module__-9LyAa__toast{z-index:50;border-radius:var(--r-md);background:var(--surface);border:1px solid var(--line);max-width:340px;color:var(--ink);box-shadow:var(--shadow-md);align-items:center;gap:.75rem;padding:.75rem .875rem .75rem 1rem;font-size:.85rem;animation:.18s cubic-bezier(.16,1,.3,1) chat-module__-9LyAa__toastIn;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}@keyframes chat-module__-9LyAa__toastIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-module__-9LyAa__toastLink{border-radius:var(--r-pill);background:var(--accent);color:#fff;flex-shrink:0;padding:.35rem .8rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .18s}.chat-module__-9LyAa__toastLink:hover{background:var(--accent-hover)}.chat-module__-9LyAa__exportButton{background:var(--surface);color:var(--ink-soft);border:1px solid var(--line);border-radius:var(--r-pill);cursor:pointer;box-shadow:var(--shadow-xs);flex-shrink:0;align-items:center;gap:.4rem;padding:.45rem .85rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:background .18s,border-color .18s,color .18s;display:flex}.chat-module__-9LyAa__exportButton:hover:not(:disabled){background:var(--surface-2);border-color:var(--line-strong);color:var(--ink)}.chat-module__-9LyAa__exportButton:disabled{opacity:.45;cursor:not-allowed}.chat-module__-9LyAa__inputArea{background:linear-gradient(to top, var(--canvas) 55%, transparent);z-index:10;flex-direction:column;align-items:center;gap:.6rem;margin-top:auto;padding:.5rem 1.5rem 1.25rem;display:flex;position:relative}.chat-module__-9LyAa__detailsForm{flex-wrap:wrap;align-items:flex-end;gap:.45rem .6rem;width:100%;max-width:880px;margin-bottom:.25rem;display:flex}.chat-module__-9LyAa__detailField{flex-direction:column;gap:.2rem;min-width:0;display:flex}.chat-module__-9LyAa__detailLabel{letter-spacing:.05em;text-transform:uppercase;color:var(--ink-muted);padding-left:.15rem;font-size:.64rem;font-weight:600}.chat-module__-9LyAa__detailSelect,.chat-module__-9LyAa__detailInput{color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:var(--r-sm);outline:none;padding:.4rem .55rem;font-family:inherit;font-size:.85rem;transition:border-color .15s,box-shadow .15s}.chat-module__-9LyAa__detailSelect{cursor:pointer;min-width:8.5rem}.chat-module__-9LyAa__detailInput{width:7rem}.chat-module__-9LyAa__detailSelect:focus,.chat-module__-9LyAa__detailInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.chat-module__-9LyAa__detailSelect:disabled,.chat-module__-9LyAa__detailInput:disabled{opacity:.55;cursor:not-allowed}.chat-module__-9LyAa__genderToggle{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-sm);align-items:center;gap:2px;padding:2px;display:inline-flex}.chat-module__-9LyAa__genderOpt{color:var(--ink-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.32rem .7rem;font-family:inherit;font-size:.82rem;transition:background .15s,color .15s}.chat-module__-9LyAa__genderOpt:hover:not(:disabled){color:var(--ink)}.chat-module__-9LyAa__genderActive{background:var(--accent-soft);color:var(--accent-press);font-weight:600}.chat-module__-9LyAa__genderOpt:disabled{cursor:not-allowed;opacity:.6}.chat-module__-9LyAa__detailGo{color:var(--accent-on);background:var(--accent);border-radius:var(--r-sm);cursor:pointer;border:none;align-self:flex-end;padding:.46rem .95rem;font-family:inherit;font-size:.83rem;font-weight:600;transition:background .15s,transform .12s;box-shadow:0 2px 10px #ee5d1c40}.chat-module__-9LyAa__detailGo:hover:not(:disabled){background:var(--accent-hover)}.chat-module__-9LyAa__detailGo:active{transform:scale(.97)}.chat-module__-9LyAa__detailGo:disabled{opacity:.6;cursor:not-allowed}.chat-module__-9LyAa__flowWrap{flex-direction:column;gap:.55rem;width:100%;max-width:880px;margin-bottom:.4rem;display:flex}.chat-module__-9LyAa__flowBar{flex-wrap:wrap;align-items:center;gap:.45rem;width:100%;max-width:880px;margin-bottom:.4rem;display:flex}.chat-module__-9LyAa__flowReady{flex-wrap:wrap;align-items:center;gap:.45rem .6rem;display:flex}.chat-module__-9LyAa__flowReady .chat-module__-9LyAa__detailGo{align-self:center;margin-left:auto}.chat-module__-9LyAa__flowChips{flex-wrap:wrap;gap:.4rem;display:flex}.chat-module__-9LyAa__flowChip{color:var(--accent-press);background:var(--accent-soft);border:1px solid var(--accent-line);cursor:pointer;border-radius:999px;align-items:center;gap:.3rem;padding:.28rem .6rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex}.chat-module__-9LyAa__flowChip:hover:not(:disabled){background:var(--accent-line)}.chat-module__-9LyAa__flowChip svg{opacity:.7}.chat-module__-9LyAa__flowChip:disabled{opacity:.6;cursor:not-allowed}.chat-module__-9LyAa__flowReopen{color:var(--ink-soft);background:var(--surface);border:1px solid var(--line);border-radius:var(--r-sm);cursor:pointer;padding:.42rem .8rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:border-color .15s,color .15s}.chat-module__-9LyAa__flowReopen:hover:not(:disabled){color:var(--ink);border-color:var(--accent-line)}.chat-module__-9LyAa__flowReopen:disabled{opacity:.6;cursor:not-allowed}.chat-module__-9LyAa__qCard{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000f}.chat-module__-9LyAa__qHead{justify-content:space-between;align-items:center;gap:.6rem;padding:.8rem .95rem .55rem;display:flex}.chat-module__-9LyAa__qTitle{color:var(--ink);font-size:.95rem;font-weight:700;line-height:1.3}.chat-module__-9LyAa__qClose{color:var(--ink-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:.2rem;transition:background .15s,color .15s;display:inline-flex}.chat-module__-9LyAa__qClose:hover{color:var(--ink);background:var(--surface-2)}.chat-module__-9LyAa__qOptions{overscroll-behavior:contain;flex-direction:column;max-height:35dvh;display:flex;overflow-y:auto}@media (max-width:640px){.chat-module__-9LyAa__qOptions{max-height:25dvh}}.chat-module__-9LyAa__qOption{text-align:left;width:100%;color:var(--ink);border:none;border-top:1px solid var(--line);cursor:pointer;background:0 0;align-items:center;gap:.7rem;padding:.7rem .95rem;font-family:inherit;font-size:.9rem;transition:background .12s;display:flex}.chat-module__-9LyAa__qOption:hover:not(:disabled){background:var(--accent-soft)}.chat-module__-9LyAa__qOption:disabled{opacity:.6;cursor:not-allowed}.chat-module__-9LyAa__qNum{width:1.4rem;height:1.4rem;color:var(--ink-muted);background:var(--surface-2);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}.chat-module__-9LyAa__qOption:hover:not(:disabled) .chat-module__-9LyAa__qNum{color:var(--accent-press)}.chat-module__-9LyAa__qOptLabel{flex:1}.chat-module__-9LyAa__qNumberRow{gap:.5rem;padding:.2rem .95rem .6rem;display:flex}.chat-module__-9LyAa__qNumberInput{color:var(--ink);background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-sm);outline:none;flex:1;padding:.5rem .65rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.chat-module__-9LyAa__qNumberInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.chat-module__-9LyAa__qContinue{color:var(--accent-on);background:var(--accent);border-radius:var(--r-sm);cursor:pointer;border:none;padding:.5rem .95rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s}.chat-module__-9LyAa__qContinue:hover:not(:disabled){background:var(--accent-hover)}.chat-module__-9LyAa__qContinue:disabled{opacity:.6;cursor:not-allowed}.chat-module__-9LyAa__qSkip{color:var(--ink-muted);border:none;border-top:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;align-self:flex-start;width:100%;padding:.55rem .95rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:color .15s,background .12s}.chat-module__-9LyAa__qSkip:hover:not(:disabled){color:var(--ink);background:var(--surface-2)}.chat-module__-9LyAa__qSkip:disabled{opacity:.6;cursor:not-allowed}.chat-module__-9LyAa__qPopup{z-index:20;pointer-events:none;justify-content:center;margin-bottom:.7rem;padding:0 1.5rem;display:flex;position:absolute;bottom:100%;left:0;right:0}.chat-module__-9LyAa__qPopupCard{pointer-events:auto;transform-origin:bottom;width:100%;max-width:880px;animation:.24s cubic-bezier(.16,1,.3,1) chat-module__-9LyAa__qPopIn;position:relative;box-shadow:0 16px 44px #00000038}.chat-module__-9LyAa__qPopupCard:after{content:"";background:var(--surface);border-right:1px solid var(--line);border-bottom:1px solid var(--line);width:14px;height:14px;position:absolute;top:100%;left:2rem;transform:translateY(-50%)rotate(45deg)}@keyframes chat-module__-9LyAa__qPopIn{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-module__-9LyAa__topperInChat{align-self:flex-start;width:100%;max-width:880px;margin:.25rem 0 .5rem}.chat-module__-9LyAa__qTitle{align-items:center;gap:.4rem;display:inline-flex}.chat-module__-9LyAa__qTitleIcon{color:var(--accent);flex-shrink:0}.chat-module__-9LyAa__topperOptBody{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.chat-module__-9LyAa__topperOptName{color:var(--ink);flex-wrap:wrap;align-items:center;gap:.45rem;font-size:.9rem;font-weight:700;line-height:1.2;display:flex}.chat-module__-9LyAa__topperOptTag{letter-spacing:.03em;text-transform:uppercase;color:var(--accent-press);background:var(--accent-soft);border-radius:999px;padding:.1rem .45rem;font-size:.6rem;font-weight:700}.chat-module__-9LyAa__topperOptMeta{color:var(--ink-muted);font-size:.78rem;line-height:1.35}.chat-module__-9LyAa__topperOptArrow{color:var(--ink-muted);flex-shrink:0;align-self:center;transition:color .15s,transform .12s}.chat-module__-9LyAa__qOption:hover:not(:disabled) .chat-module__-9LyAa__topperOptArrow{color:var(--accent);transform:translate(2px)}.chat-module__-9LyAa__topperNote{color:var(--ink-muted);border-top:1px solid var(--line);margin:0;padding:.55rem .95rem .7rem;font-size:.68rem}.chat-module__-9LyAa__profileChips{flex-wrap:wrap;align-items:center;gap:.4rem;width:100%;max-width:880px;margin-bottom:.1rem;display:flex}.chat-module__-9LyAa__profileChip{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-pill);box-shadow:var(--shadow-xs);align-items:center;gap:.35rem;padding:.18rem .3rem .18rem .6rem;font-size:.74rem;display:inline-flex}.chat-module__-9LyAa__profileChipLabel{color:var(--ink-muted);font-weight:500}.chat-module__-9LyAa__profileChipValue{color:var(--ink);font-weight:600}.chat-module__-9LyAa__profileChipClear{width:18px;height:18px;color:var(--ink-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.chat-module__-9LyAa__profileChipClear:hover{background:var(--surface-2);color:var(--ink)}.chat-module__-9LyAa__rateHint{text-align:center;width:100%;max-width:880px;color:var(--ink-muted);margin-top:-.1rem;font-size:.74rem}.chat-module__-9LyAa__rateHintLink{color:var(--accent);font-weight:600;text-decoration:none}.chat-module__-9LyAa__rateHintLink:hover{text-decoration:underline}.chat-module__-9LyAa__scrollToBottom{background:var(--surface);border:1px solid var(--line);width:40px;height:40px;color:var(--ink-soft);cursor:pointer;box-shadow:var(--shadow-md);z-index:11;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s,transform .12s;animation:.18s cubic-bezier(.16,1,.3,1) chat-module__-9LyAa__fadeUp;display:flex;position:absolute;top:-3rem;left:50%;transform:translate(-50%)}.chat-module__-9LyAa__scrollToBottom:hover{background:var(--surface-2);color:var(--ink)}.chat-module__-9LyAa__scrollToBottom:active{transform:translate(-50%)scale(.92)}.chat-module__-9LyAa__composer{background:var(--glass-bg);-webkit-backdrop-filter:blur(24px);border:1px solid var(--line);border-radius:28px;flex-direction:row;align-items:flex-end;width:100%;max-width:880px;padding:.5rem .5rem .5rem 1.25rem;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex;box-shadow:0 4px 12px #0000000d,0 12px 48px #00000014,inset 0 1px #ffffff80}.chat-module__-9LyAa__composer:focus-within{border-color:var(--accent-line);box-shadow:0 8px 32px #0000001a, 0 24px 64px #0000001f, 0 0 0 4px var(--accent-ring), inset 0 1px 0 #ffffff80;transform:translateY(-2px)}.chat-module__-9LyAa__composerInput{resize:none;width:100%;color:var(--ink);background:0 0;border:none;outline:none;flex:1;min-height:24px;max-height:300px;margin-bottom:.15rem;padding:.5rem .5rem .5rem 0;font-family:inherit;font-size:1.05rem;line-height:1.5;overflow-y:auto}.chat-module__-9LyAa__composerInput::placeholder{color:var(--ink-soft);font-weight:500}.chat-module__-9LyAa__composerInput:focus-visible{box-shadow:none}.chat-module__-9LyAa__composerInput:disabled{opacity:.6;cursor:not-allowed}.chat-module__-9LyAa__composerActions{flex-shrink:0;align-items:center;margin-left:.5rem;display:flex}.chat-module__-9LyAa__composerLeftActions,.chat-module__-9LyAa__composerRightActions{align-items:center;gap:.5rem;display:flex}.chat-module__-9LyAa__composerActionBtn{background:var(--surface);border:1px solid var(--line);color:var(--ink);border-radius:var(--r-sm);cursor:pointer;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,transform .12s;display:flex}.chat-module__-9LyAa__composerActionBtn:hover{background:var(--surface-2)}.chat-module__-9LyAa__composerActionBtn:active{transform:scale(.92)}.chat-module__-9LyAa__sendButton{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .18s,transform .12s;display:flex}.chat-module__-9LyAa__sendButton:active:not(:disabled){transform:scale(.92)}.chat-module__-9LyAa__sendButton:hover:not(:disabled){background:var(--accent-hover)}.chat-module__-9LyAa__sendButton:disabled{background:var(--accent-soft);color:var(--accent);opacity:.5;cursor:not-allowed}.chat-module__-9LyAa__stopButton,.chat-module__-9LyAa__stopButton:hover:not(:disabled){background:var(--ink);color:var(--surface)}.chat-module__-9LyAa__hero{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;position:relative;overflow:visible}.chat-module__-9LyAa__heroGlow{filter:blur(60px);z-index:0;pointer-events:none;background:radial-gradient(circle,#ff572214 0%,#ff572200 70%);width:600px;height:400px;animation:8s ease-in-out infinite alternate chat-module__-9LyAa__pulseGlow;position:absolute;top:10%;left:50%;transform:translate(-50%)}@keyframes chat-module__-9LyAa__pulseGlow{0%{opacity:.8;transform:translate(-50%)scale(1)}to{opacity:1;transform:translate(-50%)scale(1.1)}}.chat-module__-9LyAa__heroInner{z-index:1;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1000px;display:flex;position:relative}.chat-module__-9LyAa__heroEyebrow{letter-spacing:.05em;text-transform:uppercase;color:var(--accent);border-radius:var(--r-pill);border:1px solid var(--accent-line);background:#fff;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.4rem 1rem .4rem .4rem;font-size:.75rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #ff572214}.chat-module__-9LyAa__heroMark{width:28px;height:28px;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden}.chat-module__-9LyAa__heroTitle{font-family:var(--font-serif);letter-spacing:-.03em;color:var(--ink);text-shadow:0 4px 24px #0000000d;max-width:800px;margin-bottom:1rem;font-size:clamp(2.2rem,7vw,3.5rem);font-weight:800;line-height:1.1}.chat-module__-9LyAa__titleHighlight{color:var(--accent)}.chat-module__-9LyAa__heroDesc{color:var(--ink-soft);text-align:justify;max-width:42rem;margin:0 auto 3rem;padding:0 1rem;font-size:clamp(.95rem,2.5vw,1.1rem);font-weight:400;line-height:1.6}.chat-module__-9LyAa__heroComposer{flex-direction:column;align-items:center;gap:.6rem;width:100%;max-width:760px;margin-top:3.5rem;display:flex}.chat-module__-9LyAa__socialProof{border-top:1px solid var(--line);flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:800px;margin-top:3.5rem;padding-top:2.5rem;display:flex}.chat-module__-9LyAa__statsBadge{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:var(--r-pill);align-items:center;gap:.75rem;padding:.5rem 1.25rem;display:flex;box-shadow:0 4px 12px #0000000d}.chat-module__-9LyAa__statsText{flex-direction:column;align-items:center;display:flex}.chat-module__-9LyAa__statsLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--ink-faint);font-size:.65rem;font-weight:600}.chat-module__-9LyAa__statsValue{color:var(--ink-soft);font-size:.95rem;font-weight:600}.chat-module__-9LyAa__featuresList{grid-template-columns:repeat(2,1fr);gap:1.25rem;width:100%;max-width:800px;margin:0;padding:0;list-style:none;display:grid}.chat-module__-9LyAa__featuresList li{text-align:left;color:var(--ink-soft);border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.25rem;padding:1.5rem;font-size:.95rem;font-weight:500;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #00000008}.chat-module__-9LyAa__featuresList li:hover{border-color:var(--accent-line);transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.chat-module__-9LyAa__checkIcon{color:var(--accent);background:var(--accent-soft);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.chat-module__-9LyAa__suggestionPills{flex-wrap:wrap;justify-content:center;align-items:center;gap:.8rem;margin-top:1.5rem;display:flex}.chat-module__-9LyAa__suggestionPill{border:1px solid var(--line);border-radius:var(--r-pill);color:var(--ink-soft);cursor:pointer;background:#fff;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex;box-shadow:0 1px 4px #0000000a}.chat-module__-9LyAa__suggestionPill:hover{border-color:var(--accent-line);color:var(--ink);background:#fafafa;transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}.chat-module__-9LyAa__suggestions{grid-template-columns:repeat(3,1fr);gap:.6rem;width:100%;margin-top:1.5rem;display:grid}.chat-module__-9LyAa__suggestionCard{text-align:left;border-radius:var(--r-md);border:1px solid var(--line);box-shadow:none;cursor:pointer;background:0 0;flex-direction:column;align-items:flex-start;gap:.3rem;padding:.7rem .8rem;font-family:inherit;transition:transform .16s,border-color .16s,box-shadow .16s,background .16s;display:flex}.chat-module__-9LyAa__suggestionCard:hover:not(:disabled){border-color:var(--accent-line);background:var(--surface);box-shadow:var(--shadow-xs);transform:translateY(-1px)}.chat-module__-9LyAa__suggestionCard:disabled{opacity:.55;cursor:not-allowed}.chat-module__-9LyAa__suggestionIcon{border-radius:var(--r-sm);background:var(--accent-soft);width:26px;height:26px;color:var(--accent);justify-content:center;align-items:center;margin-bottom:.1rem;display:flex}.chat-module__-9LyAa__suggestionTitle{color:var(--ink-soft);font-size:.84rem;font-weight:600}.chat-module__-9LyAa__suggestionDesc{color:var(--ink-muted);font-size:.74rem;line-height:1.4}.chat-module__-9LyAa__disclaimer{color:var(--ink-soft);text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--r-md);background:#ffffffb3;max-width:600px;margin-top:4rem;margin-bottom:2rem;padding:.75rem 1rem;font-size:.75rem}.chat-module__-9LyAa__inMessageUpsellBtn{color:#fff;background:var(--accent);border-radius:var(--r-md);cursor:pointer;border:none;justify-content:center;align-items:center;margin-top:1rem;padding:.6rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .15s,transform .1s;display:inline-flex}.chat-module__-9LyAa__inMessageUpsellBtn:hover{background:var(--accent-hover)}.chat-module__-9LyAa__inMessageUpsellBtn:active{transform:scale(.98)}.chat-module__-9LyAa__menuButton{border-radius:var(--r-sm);border:1px solid var(--line);background:var(--surface);width:38px;height:38px;color:var(--ink);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:none}.chat-module__-9LyAa__menuButton:hover{background:var(--surface-2)}.chat-module__-9LyAa__mobileBackdrop{display:none}@media (max-width:768px){.chat-module__-9LyAa__menuButton{display:inline-flex}.chat-module__-9LyAa__mobileBackdrop{z-index:55;background:#1b1b2b6b;animation:.2s chat-module__-9LyAa__backdropIn;display:block;position:fixed;inset:0}.chat-module__-9LyAa__exportButton{padding:.45rem .75rem}}@keyframes chat-module__-9LyAa__backdropIn{0%{opacity:0}to{opacity:1}}@media (max-width:760px){.chat-module__-9LyAa__suggestions,.chat-module__-9LyAa__featuresList{grid-template-columns:1fr}}@media (max-width:640px){.chat-module__-9LyAa__header{gap:.6rem;padding:.75rem 1rem}.chat-module__-9LyAa__chatArea{padding:1.5rem .75rem}.chat-module__-9LyAa__inputArea{padding:.5rem .75rem calc(.85rem + env(safe-area-inset-bottom))}.chat-module__-9LyAa__bubble{max-width:90%}.chat-module__-9LyAa__bubbleBot{max-width:100%}.chat-module__-9LyAa__avatar{display:none}.chat-module__-9LyAa__headerTitle h2{font-size:1rem}.chat-module__-9LyAa__hero{justify-content:flex-end;padding:1.5rem 1rem 2rem}.chat-module__-9LyAa__heroInner{margin-top:auto}.chat-module__-9LyAa__socialProof,.chat-module__-9LyAa__heroEyebrow,.chat-module__-9LyAa__suggestionPills{display:none}.chat-module__-9LyAa__heroComposer{margin-top:1.25rem}.chat-module__-9LyAa__heroMark{width:56px;height:56px}.chat-module__-9LyAa__composerInput{font-size:16px}.chat-module__-9LyAa__composer{border-radius:var(--r-lg);padding:.4rem .4rem .4rem .85rem}.chat-module__-9LyAa__qTitle{font-size:.9rem}.chat-module__-9LyAa__qHead{padding:.7rem .8rem .5rem}.chat-module__-9LyAa__qOption{padding:.72rem .8rem;font-size:16px}.chat-module__-9LyAa__qNumberRow{padding:.2rem .8rem .6rem}.chat-module__-9LyAa__qNumberInput{font-size:16px}.chat-module__-9LyAa__qPopup{padding:0 .75rem}.chat-module__-9LyAa__topperOptName{font-size:.92rem}.chat-module__-9LyAa__topperOptMeta{font-size:.8rem}.chat-module__-9LyAa__tableDesktop{display:none!important}.chat-module__-9LyAa__tableCards{flex-direction:column;gap:.6rem;margin-top:.5rem;display:flex}.chat-module__-9LyAa__tableCard{border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);box-shadow:var(--shadow-xs);flex-direction:column;gap:.4rem;padding:.7rem .85rem;font-size:.82rem;display:flex}.chat-module__-9LyAa__tableCardRow{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.chat-module__-9LyAa__tableCardRow+.chat-module__-9LyAa__tableCardRow{border-top:1px solid var(--line);padding-top:.4rem}.chat-module__-9LyAa__tableCardLabel{color:var(--ink-muted);flex-shrink:0;font-weight:600}.chat-module__-9LyAa__tableCardValue{color:var(--ink);text-align:right;overflow-wrap:break-word;word-break:break-word}}.chat-module__-9LyAa__modalOverlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.chat-module__-9LyAa__modalContent{background:var(--surface,#fff);text-align:center;border:1px solid var(--line,#e5e5e5);border-radius:16px;width:90%;max-width:400px;padding:32px;box-shadow:0 12px 40px #0003}.chat-module__-9LyAa__modalContent h2{color:var(--ink,#111);margin-top:0;margin-bottom:12px;font-size:1.5rem}.chat-module__-9LyAa__modalContent p{color:var(--ink-soft,#666);margin-bottom:24px;font-size:.95rem;line-height:1.4}.chat-module__-9LyAa__leadForm{flex-direction:column;gap:16px;display:flex}.chat-module__-9LyAa__formGroup{text-align:left}.chat-module__-9LyAa__formGroup label{color:var(--ink,#333);margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.chat-module__-9LyAa__formGroup input{border:1px solid var(--line,#ddd);background:var(--canvas,#fff);width:100%;color:var(--ink,#111);border-radius:8px;outline:none;padding:12px;font-size:1rem;transition:border-color .2s}.chat-module__-9LyAa__formGroup input:focus{border-color:var(--accent,#06f)}.chat-module__-9LyAa__submitBtn{background:var(--accent,#06f);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:8px;padding:14px;font-size:1rem;font-weight:600;transition:opacity .2s}.chat-module__-9LyAa__submitBtn:hover{opacity:.9}.chat-module__-9LyAa__submitBtn:disabled{background:var(--surface-2,#aaa);cursor:not-allowed}
.sidebar-module___ShDAq__sidebar{background:var(--glass-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--line);width:288px;height:calc(100vh - 2rem);color:var(--ink);border-radius:24px;flex-direction:column;flex-shrink:0;margin:1rem;display:flex;overflow:hidden;box-shadow:0 8px 32px #00000014}.sidebar-module___ShDAq__collapsed{align-items:center;width:56px}.sidebar-module___ShDAq__header{flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;padding:1rem 1.25rem;display:flex}.sidebar-module___ShDAq__brand{align-items:center;gap:.5rem;min-width:0;display:flex}.sidebar-module___ShDAq__brandMark{color:#fff;width:24px;height:24px;box-shadow:none;background:0 0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sidebar-module___ShDAq__brandName{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:500;overflow:hidden}.sidebar-module___ShDAq__iconButton{border-radius:var(--r-sm);width:32px;height:32px;color:var(--ink-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s,box-shadow .15s;display:flex}.sidebar-module___ShDAq__iconButton:hover{background:var(--surface-2);color:var(--ink)}.sidebar-module___ShDAq__iconButton:focus-visible{box-shadow:0 0 0 3px var(--accent-ring)}.sidebar-module___ShDAq__railTop{flex-direction:column;align-items:center;gap:.5rem;padding-top:1rem;display:flex}.sidebar-module___ShDAq__railNew{background:var(--accent-soft);color:var(--accent)}.sidebar-module___ShDAq__railNew:hover{background:var(--accent-line);color:var(--accent-press)}.sidebar-module___ShDAq__newChat{border-radius:var(--r-md);background:var(--accent);color:#fff;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;margin:.5rem 1.25rem 1rem;padding:.65rem .875rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s,color .15s,box-shadow .15s,transform .15s,filter .15s;display:flex;box-shadow:0 1px 2px #00000047,0 6px 16px #ff7a3638}.sidebar-module___ShDAq__newChat:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 1px 2px #00000047,0 8px 22px #ff7a364d}.sidebar-module___ShDAq__newChat:focus-visible{box-shadow:0 0 0 3px var(--accent-ring)}.sidebar-module___ShDAq__newChatIcon{flex-shrink:0}.sidebar-module___ShDAq__searchWrap{align-items:center;margin:.25rem 1.25rem;display:flex;position:relative}.sidebar-module___ShDAq__searchIcon{color:var(--ink-muted);pointer-events:none;position:absolute;left:.625rem}.sidebar-module___ShDAq__searchInput{border-radius:var(--r-sm);border:1px solid var(--line);background:var(--surface);width:100%;color:var(--ink);outline:none;padding:.5rem 1.75rem .5rem 2rem;font-family:inherit;font-size:.85rem;transition:background .15s,border-color .15s,box-shadow .15s}.sidebar-module___ShDAq__searchInput::placeholder{color:var(--ink-faint)}.sidebar-module___ShDAq__searchInput:focus{background:var(--surface);border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.sidebar-module___ShDAq__searchInput::-webkit-search-cancel-button{display:none}.sidebar-module___ShDAq__searchClear{width:22px;height:22px;color:var(--ink-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex;position:absolute;right:.375rem}.sidebar-module___ShDAq__searchClear:hover{background:var(--surface-2);color:var(--ink)}.sidebar-module___ShDAq__resultRow{align-items:flex-start}.sidebar-module___ShDAq__resultRow .sidebar-module___ShDAq__rowIcon{margin-top:2px}.sidebar-module___ShDAq__resultText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.sidebar-module___ShDAq__resultSnippet{color:var(--ink-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.35;display:-webkit-box;overflow:hidden}.sidebar-module___ShDAq__listSection{flex-direction:column;flex:1;min-height:0;display:flex}.sidebar-module___ShDAq__sectionLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);flex-shrink:0;padding:1rem 1.25rem .5rem;font-size:.7rem;font-weight:600}.sidebar-module___ShDAq__list{flex-direction:column;flex:1;gap:2px;min-height:0;padding:.25rem .75rem 1rem;display:flex;overflow-y:auto}.sidebar-module___ShDAq__group{flex-direction:column;gap:2px;display:flex}.sidebar-module___ShDAq__group+.sidebar-module___ShDAq__group{margin-top:.5rem}.sidebar-module___ShDAq__groupLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);padding:.5rem .625rem .35rem;font-size:.68rem;font-weight:600}.sidebar-module___ShDAq__row{border-radius:var(--r-sm);color:var(--ink-soft);cursor:pointer;outline:none;align-items:center;gap:.75rem;padding:.5rem .5rem .5rem .625rem;transition:background .15s,color .15s;display:flex}.sidebar-module___ShDAq__row:hover{background:var(--surface-2);color:var(--ink)}.sidebar-module___ShDAq__row:focus-visible{box-shadow:0 0 0 3px var(--accent-ring)}.sidebar-module___ShDAq__rowActive{background:var(--accent-soft);color:var(--accent)}.sidebar-module___ShDAq__rowActive:hover{background:var(--accent-soft);color:var(--accent-press)}.sidebar-module___ShDAq__rowIcon{color:var(--ink-muted);flex-shrink:0}.sidebar-module___ShDAq__rowActive .sidebar-module___ShDAq__rowIcon{color:var(--accent)}.sidebar-module___ShDAq__rowTitle{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.85rem;overflow:hidden}.sidebar-module___ShDAq__rowTime{color:var(--ink-muted);white-space:nowrap;flex-shrink:0;font-size:.7rem;transition:opacity .15s}.sidebar-module___ShDAq__rowActive .sidebar-module___ShDAq__rowTime{color:var(--accent)}.sidebar-module___ShDAq__row:hover .sidebar-module___ShDAq__rowTime,.sidebar-module___ShDAq__row:focus-within .sidebar-module___ShDAq__rowTime{opacity:0}.sidebar-module___ShDAq__deleteButton{width:24px;height:24px;color:var(--ink-muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-left:-24px;transition:opacity .15s,background .15s,color .15s;display:flex}.sidebar-module___ShDAq__row:hover .sidebar-module___ShDAq__deleteButton,.sidebar-module___ShDAq__row:focus-within .sidebar-module___ShDAq__deleteButton{opacity:1}.sidebar-module___ShDAq__deleteButton:hover{background:var(--danger-soft);color:var(--danger)}.sidebar-module___ShDAq__deleteButton:focus-visible{opacity:1;box-shadow:0 0 0 3px var(--accent-ring)}.sidebar-module___ShDAq__loadingWrap{flex-direction:column;gap:.375rem;padding:.25rem .5rem;display:flex}.sidebar-module___ShDAq__skeleton{border-radius:var(--r-sm);background:var(--surface-2);background-image:linear-gradient(90deg, var(--surface-2) 0%, var(--canvas) 40%, var(--surface) 50%, var(--canvas) 60%, var(--surface-2) 100%);background-size:200% 100%;height:32px;animation:1.4s ease-in-out infinite sidebar-module___ShDAq__shimmer}@keyframes sidebar-module___ShDAq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sidebar-module___ShDAq__loadingText{color:var(--ink-muted);align-items:center;gap:.4rem;padding:.25rem .125rem;font-size:.8rem;display:flex}.sidebar-module___ShDAq__spinner{animation:1s linear infinite sidebar-module___ShDAq__spin}@keyframes sidebar-module___ShDAq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sidebar-module___ShDAq__prompt{border-radius:var(--r-md);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-xs);flex-direction:column;align-items:flex-start;gap:.75rem;margin:.5rem .75rem;padding:.875rem;display:flex}.sidebar-module___ShDAq__promptText{color:var(--ink-muted);font-size:.8rem;line-height:1.4}.sidebar-module___ShDAq__signInButton{border-radius:var(--r-pill);background:var(--accent);color:#fff;justify-content:center;align-items:center;padding:.45rem 1rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:background .15s,box-shadow .15s;display:inline-flex}.sidebar-module___ShDAq__signInButton:hover{background:var(--accent-hover);box-shadow:var(--shadow-sm)}.sidebar-module___ShDAq__empty{color:var(--ink-faint);padding:.5rem .625rem;font-size:.8rem;line-height:1.5}.sidebar-module___ShDAq__footer{border-top:1px solid var(--line);flex-direction:column;flex-shrink:0;gap:.5rem;padding:1rem 1.25rem;display:flex}.sidebar-module___ShDAq__userInfo{align-items:center;gap:.5rem;min-width:0;display:flex}.sidebar-module___ShDAq__avatar{background:linear-gradient(135deg, var(--accent), var(--accent-press));color:#fff;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;font-weight:600;display:flex}.sidebar-module___ShDAq__userName{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.85rem;overflow:hidden}.sidebar-module___ShDAq__profileLink{border-radius:var(--r-sm);width:100%;color:var(--ink-muted);align-items:center;gap:.5rem;padding:.5rem;font-size:.85rem;text-decoration:none;transition:background .15s,color .15s;display:flex}.sidebar-module___ShDAq__profileLink:hover{background:var(--surface-2);color:var(--ink)}.sidebar-module___ShDAq__signOutForm{width:100%}.sidebar-module___ShDAq__signOutButton{border-radius:var(--r-sm);width:100%;color:var(--ink-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem;font-family:inherit;font-size:.85rem;transition:background .15s,color .15s;display:flex}.sidebar-module___ShDAq__signOutButton:hover{background:var(--danger-soft);color:var(--danger)}.sidebar-module___ShDAq__mobileClose{display:none}@media (max-width:768px){.sidebar-module___ShDAq__sidebar{z-index:60;border-radius:0;width:280px;height:100dvh;margin:0;transition:transform .28s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:6px 0 34px #1b1b2b2e}.sidebar-module___ShDAq__mobileOpen{transform:translate(0)}.sidebar-module___ShDAq__collapsed{align-items:stretch;width:280px}.sidebar-module___ShDAq__collapseToggle{display:none}.sidebar-module___ShDAq__mobileClose{display:inline-flex}}
.SignOutButton-module__np630W__overlay{z-index:100;-webkit-backdrop-filter:blur(4px);background:#02061799;justify-content:center;align-items:center;padding:1rem;animation:.15s SignOutButton-module__np630W__fadeIn;display:flex;position:fixed;inset:0}.SignOutButton-module__np630W__modal{background:#0f172a;border:1px solid #ffffff1a;border-radius:14px;width:100%;max-width:360px;padding:1.5rem;animation:.15s SignOutButton-module__np630W__pop;box-shadow:0 24px 48px #00000080}.SignOutButton-module__np630W__title{color:#fff;margin:0 0 .5rem;font-size:1.05rem;font-weight:600}.SignOutButton-module__np630W__message{color:#94a3b8;margin:0 0 1.25rem;font-size:.875rem;line-height:1.5}.SignOutButton-module__np630W__actions{justify-content:flex-end;gap:.5rem;display:flex}.SignOutButton-module__np630W__cancel,.SignOutButton-module__np630W__confirm{cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:background .15s,color .15s,opacity .15s}.SignOutButton-module__np630W__cancel{color:#cbd5e1;background:0 0;border:1px solid #ffffff26}.SignOutButton-module__np630W__cancel:hover{color:#fff;background:#ffffff0f}.SignOutButton-module__np630W__confirm{color:#fff;background:#dc2626;border:1px solid #0000}.SignOutButton-module__np630W__confirm:hover{background:#b91c1c}.SignOutButton-module__np630W__cancel:disabled,.SignOutButton-module__np630W__confirm:disabled{opacity:.6;cursor:not-allowed}@keyframes SignOutButton-module__np630W__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes SignOutButton-module__np630W__pop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
.OnboardingModal-module__-_sNrW__overlay{-webkit-backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;display:flex;position:fixed;top:0;left:0}.OnboardingModal-module__-_sNrW__modal{text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:600px;padding:3rem 2.5rem;display:flex;position:relative;box-shadow:0 20px 40px #0003}.OnboardingModal-module__-_sNrW__brand{color:var(--ink);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1.1rem;font-weight:700;display:inline-flex}.OnboardingModal-module__-_sNrW__title{font-family:var(--font-serif,inherit);color:var(--ink);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.25rem;font-weight:800;line-height:1.2}.OnboardingModal-module__-_sNrW__titleHighlight{color:var(--accent)}.OnboardingModal-module__-_sNrW__desc{color:var(--ink-soft);max-width:480px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.OnboardingModal-module__-_sNrW__button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #ff572233}.OnboardingModal-module__-_sNrW__button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff57224d}.OnboardingModal-module__-_sNrW__button:active{transform:translateY(0)}@media (max-width:768px){.OnboardingModal-module__-_sNrW__modal{padding:2.5rem 1.5rem}.OnboardingModal-module__-_sNrW__title{font-size:1.75rem}.OnboardingModal-module__-_sNrW__desc{font-size:1rem}}
