.ProfileCreation-module__P23GBG__container{min-height:100vh;padding:var(--space-8) var(--space-4);background:var(--color-background);flex-direction:column;justify-content:center;align-items:center;display:flex}.ProfileCreation-module__P23GBG__card{background:var(--color-surface);border-radius:var(--radius-lg);width:100%;max-width:500px;padding:var(--space-8);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);transition:transform .3s}.ProfileCreation-module__P23GBG__header{text-align:center;margin-bottom:var(--space-8)}.ProfileCreation-module__P23GBG__title{color:var(--color-text-primary);margin-bottom:var(--space-2);background:var(--color-primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.ProfileCreation-module__P23GBG__subtitle{color:var(--color-text-secondary);font-size:clamp(.9rem,2vw,1rem)}.ProfileCreation-module__P23GBG__stepIndicator{justify-content:center;gap:var(--space-2);margin-bottom:var(--space-8);display:flex}.ProfileCreation-module__P23GBG__stepDot{background:var(--color-surface-hover);width:clamp(10px,2vw,12px);height:clamp(10px,2vw,12px);transition:all .3s var(--transition-timing);border-radius:50%}.ProfileCreation-module__P23GBG__stepDotActive{background:var(--color-primary);transform:scale(1.2)}.ProfileCreation-module__P23GBG__form{gap:var(--space-4);flex-direction:column;display:flex}.ProfileCreation-module__P23GBG__buttonGroup{justify-content:space-between;gap:var(--space-4);margin-top:var(--space-8);display:flex}.ProfileCreation-module__P23GBG__inputGroup{gap:var(--space-3);margin-bottom:var(--space-6);flex-direction:column;display:flex}.ProfileCreation-module__P23GBG__label{color:var(--color-text-primary);font-size:.95rem;font-weight:500}.ProfileCreation-module__P23GBG__required{color:var(--color-error)}.ProfileCreation-module__P23GBG__imageGrid{gap:var(--space-4);margin-top:var(--space-2);grid-template-columns:repeat(3,1fr);display:grid}.ProfileCreation-module__P23GBG__imagePreviewWrapper{aspect-ratio:1;border-radius:var(--radius-md);background:var(--color-surface-hover);border:1px solid var(--color-border);flex-shrink:0;position:relative;overflow:hidden}.ProfileCreation-module__P23GBG__imagePreview{object-fit:cover;width:100%;height:100%}.ProfileCreation-module__P23GBG__removeImageBtn{background:var(--color-overlay-light);width:clamp(20px,5vw,24px);height:clamp(20px,5vw,24px);color:var(--color-text-inverse);cursor:pointer;z-index:2;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;line-height:1;transition:background .2s;display:flex;position:absolute;top:5px;right:5px}.ProfileCreation-module__P23GBG__removeImageBtn:hover{background:var(--color-overlay)}.ProfileCreation-module__P23GBG__primaryBadge{background:var(--color-primary);color:#fff;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:600;position:absolute;bottom:5px;left:5px}.ProfileCreation-module__P23GBG__uploadPlaceholder{aspect-ratio:1;border-radius:var(--radius-md);border:2px dashed var(--color-border);justify-content:center;align-items:center;gap:var(--space-2);cursor:pointer;transition:all .2s var(--transition-timing);color:var(--color-text-secondary);background:var(--color-surface-hover);flex-direction:column;flex-shrink:0;display:flex}.ProfileCreation-module__P23GBG__uploadPlaceholder:hover{border-color:var(--color-primary);color:var(--color-primary)}.ProfileCreation-module__P23GBG__uploadIcon{font-size:1.5rem}.ProfileCreation-module__P23GBG__errorMessage{margin-top:2px;font-size:.85rem}.ProfileCreation-module__P23GBG__interestsSection{gap:var(--space-2);flex-wrap:wrap;display:flex}.ProfileCreation-module__P23GBG__interestTag{padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);background:var(--color-surface-hover);color:var(--color-text-secondary);cursor:pointer;border:1px solid var(--color-border);transition:all .2s var(--transition-timing);font-size:.85rem}.ProfileCreation-module__P23GBG__interestTag.ProfileCreation-module__P23GBG__selected{background:rgba(var(--color-primary-rgb), .1);color:var(--color-primary);border-color:var(--color-primary)}
.Buttons-module__ThaZyG__button{cursor:pointer;background:0 0;border:none;border-radius:9999px;outline:none;justify-content:center;align-items:center;gap:clamp(4px,2vw,8px);min-width:44px;min-height:44px;font-weight:600;transition:all .2s;display:inline-flex}.Buttons-module__ThaZyG__button:active{transform:scale(.98)}.Buttons-module__ThaZyG__button:disabled{opacity:.6;cursor:not-allowed}.Buttons-module__ThaZyG__primary{border:none;box-shadow:0 4px 15px #fd297b66;color:#fff!important;background:linear-gradient(90deg,#fd297b 0%,#ff655b 100%)!important}.Buttons-module__ThaZyG__primary:disabled{cursor:not-allowed;filter:grayscale(0%);box-shadow:0 4px 15px #fd297b33;opacity:1!important;background:linear-gradient(90deg,#fd297b 0%,#ff655b 100%)!important}.Buttons-module__ThaZyG__primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #fd297b99}.Buttons-module__ThaZyG__secondary{color:var(--color-text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a}.Buttons-module__ThaZyG__secondary:hover{background:#fff3}.Buttons-module__ThaZyG__outline{border:2px solid var(--color-primary);color:var(--color-primary)}.Buttons-module__ThaZyG__outline:hover{background:#fd297b1a}.Buttons-module__ThaZyG__ghost{color:var(--color-text-secondary)}.Buttons-module__ThaZyG__ghost:hover{color:var(--color-text-primary);background:#ffffff0d}.Buttons-module__ThaZyG__sm{padding:clamp(4px,1.5vw,6px) clamp(8px,3vw,12px);font-size:clamp(12px,3vw,14px)}.Buttons-module__ThaZyG__md{padding:clamp(8px,2.5vw,10px) clamp(18px,5vw,24px);font-size:clamp(14px,3.5vw,16px)}.Buttons-module__ThaZyG__lg{padding:clamp(10px,3.5vw,14px) clamp(24px,6.5vw,32px);font-size:clamp(16px,4vw,18px)}.Buttons-module__ThaZyG__loader{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:clamp(14px,4vw,16px);height:clamp(14px,4vw,16px);animation:.8s linear infinite Buttons-module__ThaZyG__spin}@keyframes Buttons-module__ThaZyG__spin{to{transform:rotate(360deg)}}.Buttons-module__ThaZyG__icon{align-items:center;display:flex}.Buttons-module__ThaZyG__themeToggle{border-radius:50%;justify-content:center;align-items:center;width:clamp(36px,10vw,40px);min-width:44px;height:clamp(36px,10vw,40px);min-height:44px;padding:0;display:flex}
.AiChatModal-module__RTpuia__chatContainer{z-index:9999;background:var(--card-bg);border:1px solid var(--border-color);transform-origin:50%;border-radius:clamp(8px,2vw,12px);flex-direction:column;width:clamp(288px,45vw,360px);height:calc(100vh - 280px);min-height:400px;max-height:calc(100vh - 280px);font-family:inherit;animation:.3s cubic-bezier(.16,1,.3,1) AiChatModal-module__RTpuia__slideIn;display:flex;position:fixed;top:120px;bottom:200px;right:clamp(16px,4vw,32px);overflow:hidden;box-shadow:0 4px 16px #00000026}.AiChatModal-module__RTpuia__backdrop{z-index:9998;background:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0}.AiChatModal-module__RTpuia__header{color:#fff;background:linear-gradient(135deg,#fd297b 0%,#ff655b 100%);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:clamp(12px,2vw,16px);display:flex}.AiChatModal-module__RTpuia__headerLeft{align-items:center;gap:12px;display:flex}.AiChatModal-module__RTpuia__avatarContainer{width:40px;height:40px;position:relative}.AiChatModal-module__RTpuia__avatar{background:#fff3;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:20px;display:flex;overflow:hidden}.AiChatModal-module__RTpuia__statusDot{background:#2ecc71;border:2px solid #fd297b;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.AiChatModal-module__RTpuia__headerInfo h3{margin:0;font-size:14px;font-weight:700;line-height:1.2}.AiChatModal-module__RTpuia__headerInfo p{opacity:.9;margin:0;font-size:11px}.AiChatModal-module__RTpuia__headerActions{align-items:center;gap:8px;display:flex}.AiChatModal-module__RTpuia__iconButton{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:background .2s;display:flex;color:#fff!important;background-color:#0000!important;border:none!important;min-width:auto!important;max-width:none!important;height:auto!important;padding:6px!important}.AiChatModal-module__RTpuia__iconButton:hover{background-color:#ffffff1a!important;transform:none!important}.AiChatModal-module__RTpuia__messagesArea{background:var(--bg-color);flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.AiChatModal-module__RTpuia__messageRow{width:100%;display:flex}.AiChatModal-module__RTpuia__userRow{justify-content:flex-end}.AiChatModal-module__RTpuia__aiRow{justify-content:flex-start}.AiChatModal-module__RTpuia__messageBubble{word-wrap:break-word;border-radius:16px;max-width:80%;padding:10px 14px;font-size:14px;line-height:1.4;box-shadow:0 1px 2px #0000000d}.AiChatModal-module__RTpuia__userBubble{color:#fff;background:linear-gradient(135deg,#fd297b 0%,#ff655b 100%);border-bottom-right-radius:2px}.AiChatModal-module__RTpuia__aiBubble{background:var(--card-bg);color:var(--text-color);border:1px solid var(--border-color);border-bottom-left-radius:2px}.AiChatModal-module__RTpuia__systemBubble{color:#333;text-align:center;background:linear-gradient(135deg,gold 0%,#ffed4e 100%);border:1px solid #ffbf00;border-bottom-left-radius:2px;font-weight:500;box-shadow:0 2px 8px #ffd7004d}.AiChatModal-module__RTpuia__playAudioButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#fd297b 0%,#ff655b 100%);border:none;border-radius:20px;margin-top:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s;display:inline-block;box-shadow:0 2px 8px #fd297b4d}.AiChatModal-module__RTpuia__playAudioButton:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px #fd297b66}.AiChatModal-module__RTpuia__playAudioButton:active{transform:translateY(0);box-shadow:0 1px 4px #fd297b4d}.AiChatModal-module__RTpuia__loadingContainer{justify-content:flex-start;display:flex}.AiChatModal-module__RTpuia__loadingBubble{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px 16px 16px 2px;align-items:center;gap:4px;padding:12px;display:flex}.AiChatModal-module__RTpuia__dot{background:#fd297b;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both AiChatModal-module__RTpuia__bounce}.AiChatModal-module__RTpuia__dot:first-child{animation-delay:-.32s}.AiChatModal-module__RTpuia__dot:nth-child(2){animation-delay:-.16s}.AiChatModal-module__RTpuia__inputArea{background:var(--card-bg);border-top:1px solid var(--border-color);padding:12px}.AiChatModal-module__RTpuia__inputContainer{background:var(--input-bg,var(--bg-color));border:2px solid var(--border-color);box-sizing:border-box;border-radius:clamp(16px,4vw,24px);flex-flow:row;align-items:center;gap:clamp(4px,1vw,6px);width:100%;min-height:clamp(40px,10vw,48px);padding:clamp(4px,1vw,6px);transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.AiChatModal-module__RTpuia__inputContainer:focus-within{border-color:#fd297b;box-shadow:0 0 0 2px #fd297b1a}.AiChatModal-module__RTpuia__textInput{color:var(--text-color);text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;outline:none;flex:auto;min-width:60px;max-width:100%;padding:clamp(4px,1vw,8px) clamp(2px,.5vw,4px);font-size:clamp(12px,3vw,14px);overflow:hidden}.AiChatModal-module__RTpuia__textInput::placeholder{color:var(--text-secondary,#999)}.AiChatModal-module__RTpuia__voiceButtonsGroup{flex-flow:row;flex-shrink:0;align-items:center;gap:clamp(2px,.5vw,4px);display:inline-flex}.AiChatModal-module__RTpuia__voiceButton{color:var(--text-color);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:clamp(32px,8vw,36px);min-width:clamp(32px,8vw,36px);max-width:clamp(32px,8vw,36px);height:clamp(32px,8vw,36px);min-height:clamp(32px,8vw,36px);max-height:clamp(32px,8vw,36px);padding:0;transition:all .2s;display:inline-flex}.AiChatModal-module__RTpuia__voiceButton:hover:not(:disabled){background:#0000000d}.AiChatModal-module__RTpuia__voiceButton:disabled{opacity:.5;cursor:not-allowed}.AiChatModal-module__RTpuia__micButton{color:#fff;background:#fd297b}.AiChatModal-module__RTpuia__micButton:hover:not(:disabled){background:#d91f66}.AiChatModal-module__RTpuia__sendButton{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:clamp(32px,8vw,36px);min-width:clamp(32px,8vw,36px);max-width:clamp(32px,8vw,36px);height:clamp(32px,8vw,36px);min-height:clamp(32px,8vw,36px);max-height:clamp(32px,8vw,36px);padding:0;transition:all .2s;display:inline-flex}[data-theme=light] .AiChatModal-module__RTpuia__sendButton{color:#000}[data-theme=dark] .AiChatModal-module__RTpuia__sendButton{color:#fff}.AiChatModal-module__RTpuia__sendButton:disabled{opacity:.4;cursor:not-allowed}.AiChatModal-module__RTpuia__sendButton:not(:disabled):hover{color:#fd297b}.AiChatModal-module__RTpuia__disclaimer{text-align:center;color:var(--text-secondary,#999);margin-top:6px;font-size:10px}@keyframes AiChatModal-module__RTpuia__slideIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes AiChatModal-module__RTpuia__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes AiChatModal-module__RTpuia__pulse{0%{box-shadow:0 0 #fd297bb3}70%{box-shadow:0 0 0 6px #fd297b00}to{box-shadow:0 0 #fd297b00}}@keyframes AiChatModal-module__RTpuia__barWave{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.5)}}.barLeft{animation:.8s ease-in-out infinite AiChatModal-module__RTpuia__barWave}.barMiddle{animation:1s ease-in-out .2s infinite AiChatModal-module__RTpuia__barWave}.barRight{animation:.9s ease-in-out .4s infinite AiChatModal-module__RTpuia__barWave}@media (max-width:480px){.AiChatModal-module__RTpuia__chatContainer{width:auto;height:calc(100vh - 160px);max-height:calc(100vh - 160px);inset:80px 8px}}
.Footer-module__3-jqFG__footer{background-color:var(--color-surface);border-top:clamp(.5px, .2vw, 1px) solid var(--color-border);border-bottom:clamp(.5px, .2vw, 1px) solid var(--color-border);z-index:900;text-align:center;width:100%;min-height:clamp(24px,6vw,36px);box-shadow:0 -1px 0 0 var(--color-border) inset;justify-content:center;margin-bottom:80px;padding:clamp(2px,.5vw,4px) clamp(5px,1.5vw,10px);transition:background-color .3s,color .3s;display:flex;position:relative}.Footer-module__3-jqFG__footerContent{flex-direction:column;align-items:center;gap:clamp(1px,.2vw,2px);width:100%;max-width:clamp(300px,90vw,400px);display:flex}.Footer-module__3-jqFG__topLine{justify-content:center;align-items:center;width:100%;display:flex}.Footer-module__3-jqFG__socialIconsContainer{flex:none;justify-content:center;align-items:center;padding:clamp(2px,1vw,4px) clamp(4px,1.5vw,6px);display:flex}.Footer-module__3-jqFG__socialIcons{justify-content:center;align-items:center;gap:clamp(8px,2vw,16px);display:flex}.Footer-module__3-jqFG__icon{width:1em;height:1em;font-size:clamp(24px,5vw,28px);transition:color .3s}.Footer-module__3-jqFG__icon:hover{opacity:.8}.Footer-module__3-jqFG__facebookIcon{color:#1877f2}.Footer-module__3-jqFG__instagramIcon{color:#e4405f}.Footer-module__3-jqFG__youtubeIcon{color:red}.Footer-module__3-jqFG__refreshButton{cursor:pointer;min-width:clamp(28px,6vw,38px);min-height:clamp(28px,6vw,38px);color:var(--color-primary,#fd297b);background:0 0;border:none;border-radius:clamp(2px,.8vw,4px);justify-content:center;align-items:center;margin:0;transition:all .3s;display:inline-flex}.Footer-module__3-jqFG__refreshButton:hover{background-color:var(--color-surface-hover,#0000001a)}.Footer-module__3-jqFG__refreshButton svg{transform-origin:50%;transition:transform .3s;display:inline-block}.Footer-module__3-jqFG__refreshButton:hover svg{transform:rotate(180deg)}.Footer-module__3-jqFG__refreshButton:active svg{transform:rotate(180deg)scale(.95)}.Footer-module__3-jqFG__refreshButton .Footer-module__3-jqFG__icon{margin:0}.Footer-module__3-jqFG__refreshIconContainer{justify-content:center;align-items:center;width:clamp(24px,5vw,30px);height:clamp(24px,5vw,30px);display:inline-flex}.Footer-module__3-jqFG__refreshIcon{transform-origin:50%;width:1.5em;height:1.5em;color:inherit;transition:transform .3s;display:inline-block}.Footer-module__3-jqFG__refreshButton:hover .Footer-module__3-jqFG__refreshIcon{transform:rotate(180deg)}.Footer-module__3-jqFG__refreshButton:active .Footer-module__3-jqFG__refreshIcon{transform:rotate(180deg)scale(.95)}.Footer-module__3-jqFG__legalLinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(4px,1.5vw,8px);width:100%;display:flex}.Footer-module__3-jqFG__footerLink{color:var(--color-text-secondary);text-align:center;white-space:nowrap;border:none;border-radius:clamp(2px,.5vw,3px);font-size:clamp(10px,2.5vw,12px);text-decoration:none;transition:color .3s}.Footer-module__3-jqFG__footerLink:hover{color:var(--color-primary)}.Footer-module__3-jqFG__appInfo{flex-direction:column;align-items:center;width:100%;display:flex}.Footer-module__3-jqFG__appText{color:var(--color-text-secondary);text-align:center;margin:0;padding:0;font-size:clamp(9px,2.2vw,11px);line-height:1.2;transition:color .3s}.Footer-module__3-jqFG__appText strong{color:var(--color-primary,#fd297b);font-weight:600}.Footer-module__3-jqFG__dunsContainer{justify-content:center;align-items:center;width:100%;margin-top:clamp(2px,.5vw,4px);display:flex}.Footer-module__3-jqFG__dunsBadge{background:var(--color-surface-hover);border:1px solid var(--color-border);cursor:pointer;border-radius:clamp(12px,3vw,20px);align-items:center;gap:clamp(4px,1vw,6px);padding:clamp(3px,.8vw,5px) clamp(8px,2vw,12px);text-decoration:none;transition:all .3s;display:inline-flex}.Footer-module__3-jqFG__dunsBadge:hover{background:var(--color-surface-active);border-color:var(--color-primary);transform:scale(1.02)}.Footer-module__3-jqFG__dunsBadge:hover .Footer-module__3-jqFG__dunsIcon,.Footer-module__3-jqFG__dunsBadge:hover .Footer-module__3-jqFG__dunsText,.Footer-module__3-jqFG__dunsBadge:hover .Footer-module__3-jqFG__dunsCompany{color:var(--color-primary)}.Footer-module__3-jqFG__dunsIcon{background-color:var(--color-primary);width:clamp(14px,3.5vw,18px);height:clamp(14px,3.5vw,18px);color:var(--color-text-inverse);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:clamp(8px,2vw,10px);font-weight:700;display:inline-flex}.Footer-module__3-jqFG__dunsText{color:var(--color-text-primary);white-space:nowrap;font-size:clamp(9px,2.2vw,11px);font-weight:600;transition:color .3s}.Footer-module__3-jqFG__dunsCompany{color:var(--color-text-secondary);white-space:nowrap;opacity:.9;border-left:1px solid var(--color-border);padding-left:clamp(4px,1vw,6px);font-size:clamp(8px,2vw,10px);font-weight:500;transition:color .3s}
.Forms-module__I_HPIa__inputGroup{flex-direction:column;gap:.5rem;width:100%;margin-bottom:1.25rem;display:flex}.Forms-module__I_HPIa__label{color:var(--color-text-secondary);margin-left:.25rem;font-size:.9rem;font-weight:500}.Forms-module__I_HPIa__required{color:var(--color-error)}.Forms-module__I_HPIa__inputWrapper{border-radius:var(--radius-md);background:var(--color-surface-hover);border:1px solid #0000;align-items:center;transition:all .2s;display:flex;position:relative}.Forms-module__I_HPIa__inputWrapper:focus-within{border-color:var(--color-primary);background:var(--color-surface);box-shadow:0 0 0 2px rgba(var(--color-primary-rgb), .1)}.Forms-module__I_HPIa__inputWrapper.Forms-module__I_HPIa__hasError{border-color:var(--color-error)}.Forms-module__I_HPIa__input{width:100%;color:var(--color-text-primary);background:0 0;border:none;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.Forms-module__I_HPIa__input::placeholder{color:var(--color-text-muted)}.Forms-module__I_HPIa__withIcon{padding-left:2.75rem}.Forms-module__I_HPIa__iconWrapper{color:var(--color-text-muted);pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;left:.75rem}.Forms-module__I_HPIa__icon{width:1.25rem;height:1.25rem}.Forms-module__I_HPIa__errorMessage{color:var(--color-error);margin-left:.25rem;font-size:.8rem}.Forms-module__I_HPIa__select{width:100%;color:var(--color-text-primary);appearance:none;cursor:pointer;background:0 0;border:none;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.Forms-module__I_HPIa__selectWrapper{border-radius:var(--radius-md);background:var(--color-surface-hover);border:1px solid #0000;align-items:center;transition:all .2s;display:flex;position:relative}.Forms-module__I_HPIa__selectWrapper:focus-within{border-color:var(--color-primary);background:var(--color-surface);box-shadow:0 0 0 2px rgba(var(--color-primary-rgb), .1)}.Forms-module__I_HPIa__selectWrapper.Forms-module__I_HPIa__hasError{border-color:var(--color-error)}.Forms-module__I_HPIa__selectWrapper:after{content:"";border:5px solid #0000;border-top-color:var(--color-text-muted);pointer-events:none;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.Forms-module__I_HPIa__textarea{width:100%;color:var(--color-text-primary);resize:vertical;background:0 0;border:none;outline:none;min-height:100px;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.Forms-module__I_HPIa__textareaWrapper{border-radius:var(--radius-md);background:var(--color-surface-hover);border:1px solid #0000;align-items:flex-start;transition:all .2s;display:flex;position:relative}.Forms-module__I_HPIa__textareaWrapper:focus-within{border-color:var(--color-primary);background:var(--color-surface);box-shadow:0 0 0 2px rgba(var(--color-primary-rgb), .1)}.Forms-module__I_HPIa__textareaWrapper.Forms-module__I_HPIa__hasError{border-color:var(--color-error)}
