.Chat-module__r4LmDW__page{max-width:1200px;color:var(--theme-foreground);margin:0 auto;padding:5.5rem 1.5rem 4rem}.Chat-module__r4LmDW__heroSection{background:color-mix(in srgb, var(--theme-muted) 80%, var(--theme-background) 20%);border:1px solid var(--theme-border);border-radius:1.5rem;margin-bottom:2rem;padding:2rem 1.75rem}.Chat-module__r4LmDW__heroInner{max-width:760px}.Chat-module__r4LmDW__label{color:var(--theme-primary);text-transform:uppercase;letter-spacing:.18em;margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:inline-flex}.Chat-module__r4LmDW__title{margin:0;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.05}.Chat-module__r4LmDW__description{max-width:720px;color:var(--theme-muted-foreground);margin:1.1rem 0 0;font-size:1rem;line-height:1.8}.Chat-module__r4LmDW__optionsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:grid}@media (min-width:900px){.Chat-module__r4LmDW__formActiveGrid{grid-template-columns:1fr 1.4fr}}.Chat-module__r4LmDW__optionCard{background:var(--theme-card);border:1px solid var(--theme-border);border-radius:1.5rem;padding:2rem;transition:transform .3s,opacity .3s,blur .3s;box-shadow:0 18px 45px #0f172a0a}.Chat-module__r4LmDW__cardDimmed{opacity:.65;transform:scale(.98)}.Chat-module__r4LmDW__optionCard h2{margin:0 0 .85rem;font-size:1.35rem}.Chat-module__r4LmDW__optionCard p{color:var(--theme-muted-foreground);margin:0 0 1.5rem;line-height:1.75}.Chat-module__r4LmDW__actionRow{flex-wrap:wrap;gap:.75rem;display:flex}.Chat-module__r4LmDW__primaryButton,.Chat-module__r4LmDW__sendButton,.Chat-module__r4LmDW__submitBtn{cursor:pointer;background:var(--theme-msg-accent-color,var(--theme-primary));color:var(--theme-primary-foreground,#fff);border:none;border-radius:9999px;padding:.85rem 1.5rem;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s}.Chat-module__r4LmDW__secondaryButton{border:1px solid var(--theme-border);color:var(--theme-foreground);cursor:pointer;background:0 0;border-radius:9999px;padding:.85rem 1.5rem;transition:all .2s}.Chat-module__r4LmDW__primaryButton:hover,.Chat-module__r4LmDW__sendButton:hover,.Chat-module__r4LmDW__submitBtn:hover{box-shadow:0 12px 24px color-mix(in srgb, var(--theme-msg-accent-color,var(--theme-primary)) 30%, transparent);transform:translateY(-2px)}.Chat-module__r4LmDW__secondaryButton:hover{background:var(--theme-muted);border-color:var(--theme-msg-accent-color,var(--theme-primary))}.Chat-module__r4LmDW__textPanel{border:1px solid var(--theme-border);background:var(--theme-msg-background-color,color-mix(in srgb, var(--theme-muted) 90%, var(--theme-background) 10%));border-radius:1.5rem;flex-direction:column;justify-content:space-between;min-height:420px;padding:2rem;transition:background-color .3s;display:flex;box-shadow:0 18px 45px #0f172a0f}.Chat-module__r4LmDW__fadeContainer{flex-direction:column;gap:1.5rem;height:100%;animation:.25s ease-out forwards Chat-module__r4LmDW__fadeIn;display:flex}.Chat-module__r4LmDW__slideIn{animation:.35s cubic-bezier(.16,1,.3,1) forwards Chat-module__r4LmDW__slideUpFade}@keyframes Chat-module__r4LmDW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Chat-module__r4LmDW__slideUpFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Chat-module__r4LmDW__panelHeader{justify-content:space-between;align-items:center;gap:1rem;font-weight:600;display:flex}.Chat-module__r4LmDW__statusBadge{color:var(--theme-primary-foreground,#fff);background:#3ca811;border-radius:9999px;padding:.35rem .85rem;font-size:.8rem;font-weight:700}.Chat-module__r4LmDW__inlineCloseBtn,.Chat-module__r4LmDW__cancelBtn{color:var(--theme-muted-foreground);cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:500;transition:color .2s}.Chat-module__r4LmDW__inlineCloseBtn:hover,.Chat-module__r4LmDW__cancelBtn:hover{color:var(--theme-foreground)}.Chat-module__r4LmDW__bubbleList{flex-direction:column;flex-grow:1;gap:.85rem;display:flex}.Chat-module__r4LmDW__bubbleIncoming,.Chat-module__r4LmDW__bubbleOutgoing{border-radius:1.25rem;max-width:85%;padding:.85rem 1.15rem;font-size:.95rem;line-height:1.6}.Chat-module__r4LmDW__bubbleIncoming{background:var(--theme-card);border:1px solid var(--theme-border);border-bottom-left-radius:.25rem;align-self:flex-start}.Chat-module__r4LmDW__bubbleOutgoing{color:var(--theme-primary-foreground,#fff);background:#1389c0;border-bottom-right-radius:.25rem;align-self:flex-end}.Chat-module__r4LmDW__inlineFormLayout{flex-direction:column;flex-grow:1;gap:1.1rem;display:flex}.Chat-module__r4LmDW__fieldGroup{flex-direction:column;gap:.4rem;display:flex}.Chat-module__r4LmDW__formLabel{font-size:.88rem;font-weight:600}.Chat-module__r4LmDW__optionalText{color:var(--theme-muted-foreground);font-size:.75rem;font-style:italic}.Chat-module__r4LmDW__textarea,.Chat-module__r4LmDW__inputField,.Chat-module__r4LmDW__textInput{border:1px solid var(--theme-border);background:var(--theme-background);width:100%;color:var(--theme-foreground);border-radius:.75rem;outline:none;padding:.75rem 1rem;font-size:.92rem;transition:border-color .2s,box-shadow .2s}.Chat-module__r4LmDW__textInput{border-radius:9999px}.Chat-module__r4LmDW__textarea:focus,.Chat-module__r4LmDW__inputField:focus,.Chat-module__r4LmDW__textInput:focus{border-color:var(--theme-msg-accent-color,var(--theme-primary));box-shadow:0 0 0 2px color-mix(in srgb, var(--theme-msg-accent-color,var(--theme-primary)) 20%, transparent)}.Chat-module__r4LmDW__inputRow{grid-template-columns:1fr auto;align-items:center;gap:.5rem;display:grid}.Chat-module__r4LmDW__actionsContainer{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.Chat-module__r4LmDW__submitBtn{border-radius:.75rem;width:100%}@media (min-width:640px){.Chat-module__r4LmDW__actionsContainer{flex-direction:row-reverse;justify-content:space-between;align-items:center}.Chat-module__r4LmDW__submitBtn{width:auto;min-width:160px}}@media (max-width:680px){.Chat-module__r4LmDW__heroSection{padding:1.75rem 1.25rem}.Chat-module__r4LmDW__optionsGrid,.Chat-module__r4LmDW__formActiveGrid,.Chat-module__r4LmDW__inputRow{grid-template-columns:1fr}}
