.ChatInterface-module__WGbyoa__container{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;height:100%;max-height:600px;display:flex;overflow:hidden}.ChatInterface-module__WGbyoa__header{background:var(--color-background);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.ChatInterface-module__WGbyoa__headerInfo{align-items:center;gap:.75rem;display:flex}.ChatInterface-module__WGbyoa__avatar{background:var(--color-accent);color:#000;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.ChatInterface-module__WGbyoa__avatarAi{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.ChatInterface-module__WGbyoa__headerText{flex-direction:column;display:flex}.ChatInterface-module__WGbyoa__name{color:var(--color-text);margin:0;font-size:1rem;font-weight:600}.ChatInterface-module__WGbyoa__status{color:#22c55e;font-size:.75rem}.ChatInterface-module__WGbyoa__voiceBtn{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;border-radius:50%;width:40px;height:40px;font-size:1.25rem;transition:all .2s}.ChatInterface-module__WGbyoa__voiceBtn:hover{background:var(--color-background);border-color:var(--color-accent)}.ChatInterface-module__WGbyoa__voiceBtnActive{background:var(--color-accent);border-color:var(--color-accent)}.ChatInterface-module__WGbyoa__messages{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.ChatInterface-module__WGbyoa__message{border-radius:16px;max-width:80%;padding:.75rem 1rem;position:relative}.ChatInterface-module__WGbyoa__messageUser{background:var(--color-accent);color:#000;border-bottom-right-radius:4px;align-self:flex-end}.ChatInterface-module__WGbyoa__messageOther{background:var(--color-background);color:var(--color-text);border:1px solid var(--color-border);border-bottom-left-radius:4px;align-self:flex-start}.ChatInterface-module__WGbyoa__messageContent{font-size:.95rem;line-height:1.5}.ChatInterface-module__WGbyoa__messageTime{opacity:.6;text-align:right;margin-top:.25rem;font-size:.7rem;display:block}.ChatInterface-module__WGbyoa__typingIndicator{gap:4px;padding:.25rem 0;display:flex}.ChatInterface-module__WGbyoa__typingIndicator span{background:var(--color-text-muted);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both ChatInterface-module__WGbyoa__typing}.ChatInterface-module__WGbyoa__typingIndicator span:first-child{animation-delay:0s}.ChatInterface-module__WGbyoa__typingIndicator span:nth-child(2){animation-delay:.2s}.ChatInterface-module__WGbyoa__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes ChatInterface-module__WGbyoa__typing{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.ChatInterface-module__WGbyoa__voiceOverlay{z-index:10;background:#000000e6;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ChatInterface-module__WGbyoa__voicePulse{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;width:120px;height:120px;animation:2s infinite ChatInterface-module__WGbyoa__pulse}@keyframes ChatInterface-module__WGbyoa__pulse{0%,to{transform:scale(1);box-shadow:0 0 #6366f166}50%{transform:scale(1.05);box-shadow:0 0 0 20px #6366f100}}.ChatInterface-module__WGbyoa__voiceText{color:#fff;margin-top:1.5rem;font-size:1.5rem;font-weight:600}.ChatInterface-module__WGbyoa__voiceHint{color:var(--color-text-muted);margin-top:.5rem;font-size:.875rem}.ChatInterface-module__WGbyoa__voiceCancel{border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;background:0 0;border-radius:8px;margin-top:2rem;padding:.75rem 1.5rem}.ChatInterface-module__WGbyoa__inputArea{border-top:1px solid var(--color-border);background:var(--color-background);align-items:center;gap:.5rem;padding:1rem;display:flex}.ChatInterface-module__WGbyoa__panicBtn{cursor:pointer;background:#ef4444;border:none;border-radius:50%;flex-shrink:0;width:44px;height:44px;font-size:1.25rem;transition:transform .2s}.ChatInterface-module__WGbyoa__panicBtn:hover{transform:scale(1.1)}.ChatInterface-module__WGbyoa__input{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);resize:none;border-radius:24px;flex:1;min-height:44px;max-height:120px;padding:.75rem 1rem;font-size:.95rem}.ChatInterface-module__WGbyoa__input:focus{border-color:var(--color-accent);outline:none}.ChatInterface-module__WGbyoa__input::placeholder{color:var(--color-text-muted)}.ChatInterface-module__WGbyoa__sendBtn{background:var(--color-accent);color:#000;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;width:44px;height:44px;font-size:1.25rem;font-weight:700;transition:transform .2s,opacity .2s}.ChatInterface-module__WGbyoa__sendBtn:hover:not(:disabled){transform:scale(1.05)}.ChatInterface-module__WGbyoa__sendBtn:disabled{opacity:.5;cursor:not-allowed}.ChatInterface-module__WGbyoa__escalationBanner{text-align:center;color:var(--color-text-muted);background:#6366f11a;border-top:1px solid #6366f133;padding:.75rem 1rem;font-size:.875rem}.ChatInterface-module__WGbyoa__escalateBtn{color:var(--color-accent);cursor:pointer;background:0 0;border:none;font-weight:600;text-decoration:underline}.ChatInterface-module__WGbyoa__escalateBtn:hover{color:var(--color-accent-hover)}
.support-module__a4J_va__page{background:var(--color-background);min-height:100vh}.support-module__a4J_va__header{border-bottom:1px solid var(--color-border);background:var(--color-surface);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.support-module__a4J_va__logo{font-family:var(--font-heading);color:var(--color-accent);letter-spacing:.1em;font-size:1.25rem;font-weight:700;text-decoration:none}.support-module__a4J_va__nav a{color:var(--color-text-muted);font-size:.875rem;text-decoration:none}.support-module__a4J_va__nav a:hover{color:var(--color-text)}.support-module__a4J_va__content{max-width:1400px;margin:0 auto;padding:2rem}.support-module__a4J_va__intro{text-align:center;margin-bottom:2rem}.support-module__a4J_va__title{font-family:var(--font-heading);color:var(--color-text);margin-bottom:.5rem;font-size:2rem;font-weight:700}.support-module__a4J_va__subtitle{color:var(--color-text-muted);font-size:1.1rem}.support-module__a4J_va__supportGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (max-width:900px){.support-module__a4J_va__supportGrid{grid-template-columns:1fr}}.support-module__a4J_va__supportColumn{flex-direction:column;display:flex}.support-module__a4J_va__columnHeader{margin-bottom:1rem}.support-module__a4J_va__tier{color:#fff;letter-spacing:.1em;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:999px;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-block}.support-module__a4J_va__tierAlt{background:var(--color-accent);color:#000;letter-spacing:.1em;border-radius:999px;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-block}.support-module__a4J_va__columnHeader h2{color:var(--color-text);margin:.5rem 0 .25rem;font-size:1.25rem;font-weight:600}.support-module__a4J_va__columnHeader p{color:var(--color-text-muted);margin:0;font-size:.875rem}.support-module__a4J_va__chatWrapper{flex:1;min-height:500px;position:relative}
