.Home-module__g21JLG__grid{border-top:2px solid #666;width:100%}.Home-module__g21JLG__center{flex-direction:column;justify-content:center;align-items:center;margin:50px 0;padding:4rem 0;display:flex;position:relative}@media (max-width:768px){.Home-module__g21JLG__center{margin:20px 0;padding:1.5rem 0}}@media (prefers-reduced-motion){.Home-module__g21JLG__card:hover span{transform:none}}@media (prefers-color-scheme:dark){.Home-module__g21JLG__vercelLogo{filter:invert()}.Home-module__g21JLG__logo{filter:invert()drop-shadow(0 0 .3rem #ffffff70)}}@keyframes Home-module__g21JLG__rotate{0%{transform:rotate(360deg)}to{transform:rotate(0)}}
.Chat-module__vVjGxa__main{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#1a1a2e 100%);min-height:100vh;padding:20px}.Chat-module__vVjGxa__chatShell{background:linear-gradient(180.2deg,#1e2130 6.8%,#4a626e 131%);border:8px solid #666;border-radius:20px;max-width:1400px;height:calc(100vh - 200px);margin:0 auto;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000080}.Chat-module__vVjGxa__sidebar{background:#0003;border-right:1px solid #ffffff1a;flex-direction:column;width:320px;min-width:280px;display:flex}.Chat-module__vVjGxa__sidebarHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:20px;display:flex}.Chat-module__vVjGxa__sidebarTitle{color:#0000;background:linear-gradient(90deg,#3c69fe,#a127fc);-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:700}.Chat-module__vVjGxa__newBtn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#3c69fe,#a127fc);border:none;border-radius:20px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.Chat-module__vVjGxa__newBtn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #3c69fe66}.Chat-module__vVjGxa__status{text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #ffffff0d;padding:8px 20px;font-size:12px}.Chat-module__vVjGxa__statusConnected{color:#4ade80;background:#4ade801a}.Chat-module__vVjGxa__statusConnecting{color:#facc15;background:#facc151a}.Chat-module__vVjGxa__statusReconnecting{color:#f97316;background:#f973161a}.Chat-module__vVjGxa__statusDisconnected{color:#f87171;background:#f871711a}.Chat-module__vVjGxa__roomList{flex:1;padding:10px;overflow-y:auto}.Chat-module__vVjGxa__roomList::-webkit-scrollbar{width:6px}.Chat-module__vVjGxa__roomList::-webkit-scrollbar-track{background:#ffffff0d}.Chat-module__vVjGxa__roomList::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.Chat-module__vVjGxa__empty{text-align:center;color:#ffffff80;padding:40px 20px;font-size:14px}.Chat-module__vVjGxa__roomRow{cursor:pointer;text-align:left;color:#fff;background:0 0;border:none;border-radius:15px;align-items:center;gap:15px;width:100%;padding:15px;transition:all .2s;display:flex}.Chat-module__vVjGxa__roomRow:hover{background:#ffffff0d}.Chat-module__vVjGxa__roomRowActive{background:#3c69fe33;border:1px solid #3c69fe4d}.Chat-module__vVjGxa__roomAvatar{border:2px solid #fff3;border-radius:50%;flex-shrink:0;width:50px;height:50px;overflow:hidden}.Chat-module__vVjGxa__roomAvatarImg{object-fit:cover;width:100%;height:100%}.Chat-module__vVjGxa__roomAvatarInitials{color:#fff;background:linear-gradient(135deg,#3c69fe,#a127fc);justify-content:center;align-items:center;width:100%;height:100%;font-size:20px;font-weight:700;display:flex}.Chat-module__vVjGxa__roomMeta{flex:1;min-width:0}.Chat-module__vVjGxa__roomName{white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:16px;font-weight:600;overflow:hidden}.Chat-module__vVjGxa__roomPreview{color:#ffffff80;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.Chat-module__vVjGxa__mainPane{flex-direction:column;flex:1;min-width:0;display:flex}.Chat-module__vVjGxa__emptyLarge{color:#fff6;flex:1;justify-content:center;align-items:center;font-size:18px;display:flex}.Chat-module__vVjGxa__conversationHeader{background:#0003;border-bottom:1px solid #ffffff1a;align-items:center;gap:15px;padding:20px;display:flex}.Chat-module__vVjGxa__conversationAvatar{border:2px solid #a127fc80;border-radius:50%;width:50px;height:50px;overflow:hidden}.Chat-module__vVjGxa__conversationAvatar img{object-fit:cover;width:100%;height:100%}.Chat-module__vVjGxa__conversationMeta{flex:1}.Chat-module__vVjGxa__conversationName{color:#fff;font-size:18px;font-weight:700}.Chat-module__vVjGxa__conversationSub{color:#ffffff80;margin-top:2px;font-size:13px}.Chat-module__vVjGxa__messages{flex-direction:column;flex:1;gap:15px;padding:20px;display:flex;overflow-y:auto}.Chat-module__vVjGxa__messages::-webkit-scrollbar{width:6px}.Chat-module__vVjGxa__messages::-webkit-scrollbar-track{background:#ffffff0d}.Chat-module__vVjGxa__messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.Chat-module__vVjGxa__message{flex-direction:column;max-width:70%;animation:.2s Chat-module__vVjGxa__fadeIn;display:flex}@keyframes Chat-module__vVjGxa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Chat-module__vVjGxa__messageMine{align-self:flex-end}.Chat-module__vVjGxa__messageTheirs{align-self:flex-start}.Chat-module__vVjGxa__messageBody{word-wrap:break-word;border-radius:20px;padding:12px 18px;font-size:15px;line-height:1.4}.Chat-module__vVjGxa__messageMine .Chat-module__vVjGxa__messageBody{color:#fff;background:linear-gradient(135deg,#3c69fe,#a127fc);border-bottom-right-radius:6px}.Chat-module__vVjGxa__messageTheirs .Chat-module__vVjGxa__messageBody{color:#fff;background:#ffffff1a;border-bottom-left-radius:6px}.Chat-module__vVjGxa__messageBody a{color:#79b8ff;text-decoration:underline}.Chat-module__vVjGxa__messageMine .Chat-module__vVjGxa__messageBody a{color:#c9d9ff}.Chat-module__vVjGxa__messageMeta{color:#fff6;align-items:center;gap:8px;margin-top:5px;padding:0 5px;font-size:11px;display:flex}.Chat-module__vVjGxa__messageMine .Chat-module__vVjGxa__messageMeta{justify-content:flex-end}.Chat-module__vVjGxa__removeBtn{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:11px;transition:all .2s}.Chat-module__vVjGxa__removeBtn:hover{color:#f87171;background:#f8717133}.Chat-module__vVjGxa__error{color:#f87171;background:#f8717133;border:1px solid #f871714d;border-radius:10px;margin:10px 20px;padding:12px;font-size:14px}.Chat-module__vVjGxa__form{background:#0003;border-top:1px solid #ffffff1a;gap:10px;padding:20px;display:flex}.Chat-module__vVjGxa__input{color:#fff;background:#0000004d;border:2px solid #fff3;border-radius:25px;outline:none;flex:1;padding:14px 20px;font-size:16px;transition:border-color .2s}.Chat-module__vVjGxa__input::placeholder{color:#fff6}.Chat-module__vVjGxa__input:focus{border-color:#3c69fe}.Chat-module__vVjGxa__sendBtn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#3c69fe,#a127fc);border:none;border-radius:25px;padding:14px 28px;font-size:16px;font-weight:600;transition:all .2s}.Chat-module__vVjGxa__sendBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #3c69fe66}.Chat-module__vVjGxa__sendBtn:disabled{opacity:.5;cursor:not-allowed}.Chat-module__vVjGxa__modalBackdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Chat-module__vVjGxa__modal{background:linear-gradient(180.2deg,#1e2130 6.8%,#4a626e 131%);border:8px solid #666;border-radius:20px;width:90%;max-width:500px;padding:30px;box-shadow:0 20px 60px #00000080}.Chat-module__vVjGxa__modalTitle{text-align:center;color:#0000;background:linear-gradient(90deg,#3c69fe,#a127fc);-webkit-background-clip:text;background-clip:text;margin-bottom:25px;font-size:24px;font-weight:700}.Chat-module__vVjGxa__modalForm{flex-direction:column;gap:15px;display:flex}.Chat-module__vVjGxa__modalForm label{color:#fffc;flex-direction:column;gap:6px;font-size:14px;display:flex}.Chat-module__vVjGxa__modalForm input,.Chat-module__vVjGxa__modalForm select{color:#fff;background:#0000004d;border:2px solid #fff3;border-radius:12px;outline:none;padding:12px 16px;font-size:15px;transition:border-color .2s}.Chat-module__vVjGxa__modalForm input::placeholder{color:#fff6}.Chat-module__vVjGxa__modalForm input:focus,.Chat-module__vVjGxa__modalForm select:focus{border-color:#3c69fe}.Chat-module__vVjGxa__modalForm select{cursor:pointer}.Chat-module__vVjGxa__modalActions{justify-content:center;gap:15px;margin-top:20px;display:flex}.Chat-module__vVjGxa__modalActions button{cursor:pointer;border:none;border-radius:20px;padding:12px 28px;font-size:15px;font-weight:600;transition:all .2s}.Chat-module__vVjGxa__modalActions button:first-child{color:#ffffffb3;background:0 0;border:2px solid #666}.Chat-module__vVjGxa__modalActions button:first-child:hover:not(:disabled){color:#fff;border-color:#888}.Chat-module__vVjGxa__modalActions button:last-child{color:#fff;background:linear-gradient(90deg,#3c69fe,#a127fc)}.Chat-module__vVjGxa__modalActions button:last-child:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #3c69fe66}.Chat-module__vVjGxa__modalActions button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.Chat-module__vVjGxa__main{padding:10px}.Chat-module__vVjGxa__chatShell{border-width:5px;border-radius:15px;flex-direction:column;height:calc(100vh - 180px)}.Chat-module__vVjGxa__sidebar{width:100%;min-width:unset;border-bottom:1px solid #ffffff1a;border-right:none;max-height:40%}.Chat-module__vVjGxa__mainPane{flex:1;min-height:0}.Chat-module__vVjGxa__message{max-width:85%}.Chat-module__vVjGxa__form{padding:15px}.Chat-module__vVjGxa__input{padding:12px 16px;font-size:15px}.Chat-module__vVjGxa__sendBtn{padding:12px 20px;font-size:15px}}
.CreateAIGirlfriend-module__Ga-fBG__main{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#1a1a2e 100%);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.CreateAIGirlfriend-module__Ga-fBG__quizContainer{background:linear-gradient(180.2deg,#1e2130 6.8%,#4a626e 131%);border:10px solid #666;border-radius:30px;width:100%;max-width:600px;padding:50px;box-shadow:0 20px 60px #00000080}.CreateAIGirlfriend-module__Ga-fBG__progressBar{background:#ffffff1a;border-radius:4px;width:100%;height:8px;margin-bottom:20px;overflow:hidden}.CreateAIGirlfriend-module__Ga-fBG__progressFill{background:linear-gradient(90deg,#3c69fe,#a127fc);border-radius:4px;height:100%;transition:width .3s}.CreateAIGirlfriend-module__Ga-fBG__stepCounter{color:#fff9;text-align:center;margin-bottom:30px;font-size:14px}.CreateAIGirlfriend-module__Ga-fBG__questionContainer{margin-bottom:40px}.CreateAIGirlfriend-module__Ga-fBG__question{text-align:center;color:#0000;background:linear-gradient(90deg,#3c69fe,#a127fc);-webkit-background-clip:text;background-clip:text;margin:0 0 15px;font-size:28px}.CreateAIGirlfriend-module__Ga-fBG__subtext{text-align:center;color:#ffffffb3;margin:0 0 30px;font-size:16px}.CreateAIGirlfriend-module__Ga-fBG__inputWrapper{justify-content:center;display:flex}.CreateAIGirlfriend-module__Ga-fBG__textInput{color:#fff;text-align:center;background:#111;border:3px solid #666;border-radius:15px;outline:none;width:100%;max-width:400px;padding:16px 20px;font-size:18px;transition:border-color .2s}.CreateAIGirlfriend-module__Ga-fBG__textInput::placeholder{color:#fff6}.CreateAIGirlfriend-module__Ga-fBG__textInput:focus{border-color:#3c69fe}.CreateAIGirlfriend-module__Ga-fBG__optionsGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:15px;max-width:500px;margin:0 auto;display:grid}.CreateAIGirlfriend-module__Ga-fBG__optionButton{cursor:pointer;background:#111;border:3px solid #666;border-radius:15px;flex-direction:column;align-items:center;gap:10px;padding:20px;transition:all .2s;display:flex}.CreateAIGirlfriend-module__Ga-fBG__optionButton:hover{border-color:#3c69fe;transform:translateY(-2px)}.CreateAIGirlfriend-module__Ga-fBG__optionSelected{background:#a127fc1a;border-color:#a127fc}.CreateAIGirlfriend-module__Ga-fBG__optionImage{background-color:#333;background-position:50%;background-size:cover;border-radius:50%;width:60px;height:60px}.CreateAIGirlfriend-module__Ga-fBG__optionLabel{color:#fff;font-size:16px;font-weight:500}.CreateAIGirlfriend-module__Ga-fBG__fileUploadContainer{justify-content:center;align-items:center;min-height:200px;display:flex}.CreateAIGirlfriend-module__Ga-fBG__fileUploadLabel{cursor:pointer;background:#111;border:3px dashed #666;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;max-width:400px;padding:40px;transition:all .2s;display:flex}.CreateAIGirlfriend-module__Ga-fBG__fileUploadLabel:hover{background:#3c69fe0d;border-color:#3c69fe}.CreateAIGirlfriend-module__Ga-fBG__fileInput{display:none}.CreateAIGirlfriend-module__Ga-fBG__uploadIcon{font-size:48px}.CreateAIGirlfriend-module__Ga-fBG__uploadText{color:#fff;font-size:18px;font-weight:500}.CreateAIGirlfriend-module__Ga-fBG__uploadHint{color:#ffffff80;font-size:14px}.CreateAIGirlfriend-module__Ga-fBG__uploadedPreview{flex-direction:column;align-items:center;gap:15px;display:flex}.CreateAIGirlfriend-module__Ga-fBG__previewImage{object-fit:cover;border:3px solid #a127fc;border-radius:20px;width:200px;height:200px}.CreateAIGirlfriend-module__Ga-fBG__changeImageButton{color:#ffffffb3;cursor:pointer;background:0 0;border:2px solid #666;border-radius:20px;padding:10px 20px;font-size:14px;transition:all .2s}.CreateAIGirlfriend-module__Ga-fBG__changeImageButton:hover{color:#fff;border-color:#888}.CreateAIGirlfriend-module__Ga-fBG__errorMessage{color:#ff6b6b;text-align:center;background:#ff6b6b1a;border-radius:10px;margin-bottom:20px;padding:10px}.CreateAIGirlfriend-module__Ga-fBG__navigation{justify-content:center;gap:15px;display:flex}.CreateAIGirlfriend-module__Ga-fBG__backButton,.CreateAIGirlfriend-module__Ga-fBG__nextButton,.CreateAIGirlfriend-module__Ga-fBG__submitButton{cursor:pointer;border:none;border-radius:25px;padding:14px 40px;font-size:18px;font-weight:600;transition:all .2s}.CreateAIGirlfriend-module__Ga-fBG__backButton{color:#ffffffb3;background:0 0;border:3px solid #666}.CreateAIGirlfriend-module__Ga-fBG__backButton:hover:not(:disabled){color:#fff;border-color:#888}.CreateAIGirlfriend-module__Ga-fBG__nextButton{color:#fff;background:linear-gradient(90deg,#3c69fe,#a127fc)}.CreateAIGirlfriend-module__Ga-fBG__nextButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #3c69fe66}.CreateAIGirlfriend-module__Ga-fBG__submitButton{color:#fff;background:linear-gradient(90deg,#3c69fe,#a127fc);min-width:220px}.CreateAIGirlfriend-module__Ga-fBG__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #3c69fe66}.CreateAIGirlfriend-module__Ga-fBG__nextButton:disabled,.CreateAIGirlfriend-module__Ga-fBG__submitButton:disabled{opacity:.5;cursor:not-allowed}.CreateAIGirlfriend-module__Ga-fBG__loadingContainer{justify-content:center;align-items:center;min-height:100vh;display:flex}.CreateAIGirlfriend-module__Ga-fBG__loadingSpinner{border:4px solid #ffffff1a;border-top-color:#3c69fe;border-radius:50%;width:50px;height:50px;animation:1s linear infinite CreateAIGirlfriend-module__Ga-fBG__spin}@keyframes CreateAIGirlfriend-module__Ga-fBG__spin{to{transform:rotate(360deg)}}@media (max-width:600px){.CreateAIGirlfriend-module__Ga-fBG__quizContainer{border-width:6px;padding:30px 20px}.CreateAIGirlfriend-module__Ga-fBG__question{font-size:22px}.CreateAIGirlfriend-module__Ga-fBG__optionsGrid{grid-template-columns:repeat(2,1fr)}.CreateAIGirlfriend-module__Ga-fBG__navigation{flex-direction:column}.CreateAIGirlfriend-module__Ga-fBG__backButton,.CreateAIGirlfriend-module__Ga-fBG__nextButton,.CreateAIGirlfriend-module__Ga-fBG__submitButton{width:100%}}
