@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap";.grecaptcha-badge{visibility:hidden!important;opacity:0!important;pointer-events:none!important;position:fixed!important;right:-999px!important}html:not(.loaded),html:not(.loaded) body,html:not(.loaded) #root,html:not(.loaded) #root>div,html:not(.loaded) .form-container,html:not(.loaded) .verdict-box{transition:none!important}html.loaded,html.loaded body,html.loaded #root,html.loaded #root>div,html.loaded .form-container,html.loaded .verdict-box{transition:background-color .3s ease,color .3s ease,box-shadow .3s ease}html,body,#root{margin:0;padding:0;background-color:#fff;height:100%;overflow-x:hidden}#root>div{background-color:#fff}body{margin:0;padding:0;font-family:Inter,sans-serif;background-color:#f3f4f6;overflow-x:hidden}*{-webkit-tap-highlight-color:transparent}*{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}input,textarea{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.dark,.dark html,.dark body,.dark #root,.dark #root>div{background-color:#1a1a1a}.dark body{background-color:#1a1a1a;color:#fff}@media (display-mode: standalone){.dark html,.dark #root,.dark #root>div{background-color:#2d2d2d;min-height:100dvh;transition:background-color .3s ease}.dark body{background-color:#2d2d2d;min-height:100dvh;transition:background-color .3s ease}}.form-container{max-width:700px;margin:1.5rem auto;padding:2rem;background-color:#fff;border-radius:1rem;box-shadow:0 10px 25px #0000001a;transition:background-color .3s ease,box-shadow .3s ease;position:relative}@media (display-mode: standalone){html,#root{min-height:100dvh;background-color:#fff;transition:background-color .3s ease}#root>div{min-height:100dvh;background-color:#fff;transition:background-color .3s ease}body{min-height:100dvh;background-color:#fff;transition:background-color .3s ease}.form-container{min-height:100dvh;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px));box-sizing:border-box}}.dark .form-container{background-color:#2d2d2d;box-shadow:0 10px 25px #0000004d}.form-container h2{font-size:2.2rem;font-weight:700;margin-top:3.15rem;margin-bottom:1rem;text-align:center}.form-container form{display:flex;flex-direction:column;gap:1rem}.form-container textarea{margin-bottom:-5px;padding:1rem;font-size:1.1rem;border:1px solid #ccc;border-radius:.5rem;width:100%;min-height:200px;resize:none;font-family:Inter,sans-serif;box-sizing:border-box;background-color:#fff;color:#333;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.dark .form-container textarea{background-color:#3d3d3d;color:#fff;border-color:#555}.dark .form-container textarea::placeholder{color:#fff}.dark .form-container textarea:focus{outline:none;border:1px solid #999999;box-shadow:0 0 0 1px #ffffff40}.form-container.rtl textarea{text-align:right!important;direction:rtl!important}.form-container.rtl .label{text-align:right!important}.form-container.rtl .verdict-box,.rtl textarea{text-align:right!important;direction:rtl!important}.rtl .label{text-align:right!important}.rtl .verdict-box,body.rtl textarea{text-align:right!important;direction:rtl!important}body.rtl .label{text-align:right!important}body.rtl .verdict-box{text-align:right!important;direction:rtl!important}.rtl .image-upload-row{text-align:right}.rtl .image-previews{direction:ltr;justify-content:flex-end;text-align:right}.label{font-size:1.05rem}.button{width:100%;padding:1rem;background-color:#000;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s;touch-action:manipulation}.button:active,.button:focus{background-color:#000;outline:none}.dark .button:active,.dark .button:focus{background-color:#000;outline:none}.button:disabled{background-color:#aaa;cursor:not-allowed;pointer-events:none;transition:none}.dark .button:disabled{background-color:#666}.image-upload{padding:.6rem 1rem;font-size:1.01rem;background-color:#000;color:#fff;border:none;border-radius:.4rem;cursor:pointer;transition:background-color .2s;margin-top:.2rem;width:fit-content;display:inline-block;font-weight:500}.dark .image-upload{background-color:#000;color:#fff}input[type=file]{display:none}.image-previews{margin-top:15px;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;margin-bottom:5px}.image-preview{position:relative;width:100px;height:100px;border-radius:10px;overflow:hidden}.image-processing-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;color:#fff;font-size:24px;z-index:5}.image-preview.is-processing{cursor:wait;opacity:.8}.image-preview img{width:100%;height:100%;object-fit:cover;border-radius:10px}.remove-image-button{position:absolute;top:0;right:0;background-color:#00000080;color:#fff;border:none;border-radius:50%;width:20px;height:20px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:14px}.remove-image-button:hover{background-color:red}.verdict-box{background-color:#fff9c4;border-left:4px solid #fbc02d;padding:1rem;margin-top:1.5rem;border-radius:.5rem;white-space:pre-wrap;color:#795548;font-size:1rem;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.moderation-error-box{background-color:#fdd;border-left:4px solid #ff0000;padding:1rem;margin-top:1.5rem;border-radius:.5rem;white-space:pre-wrap;color:#c00;font-size:1rem;font-weight:700;transition:background-color .3s ease}.moderation-error-box.image-error{margin-top:.75rem}.dark .moderation-error-box{background-color:#581d1d;border-left-color:#f55;color:#fff}.dark .verdict-box{background-color:#4a3c1a;border-left-color:#d4a017;color:#fff}.social-icons{display:flex;flex-direction:column;align-items:center;margin-top:2rem}.social-links-row{display:flex;gap:20px;margin-top:10px}.social-icons a{display:block;color:#333;font-size:1.25rem;text-decoration:none;transition:color .3s}.dark .social-icons a{color:#fff}.social-icons i{margin-right:0;font-size:1.75rem}.social-icons .fa-instagram{font-size:1.85rem}.follow-text{font-size:1rem;color:#333;text-align:center;font-weight:600;transition:color .3s}.dark .follow-text{color:#fff}.copyright-text{text-align:center;font-size:.85rem;color:#6b7280;margin-top:.5rem;transition:color .3s ease}.dark .copyright-text{color:#9ca3af}.footer-links-container{margin-top:2rem;padding-top:1rem;border-top:1px solid #e5e7eb;text-align:center;transition:border-top-color .3s ease}.dark .footer-links-container{border-top-color:#3d3d3d}.footer-links{display:inline-flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:nowrap;margin-bottom:.5rem}@media (max-width: 400px){.footer-links{flex-wrap:wrap;row-gap:.25rem}}.footer-link{color:#6b7280;text-decoration:none;font-size:.9rem;transition:color .2s ease,text-decoration .2s ease;white-space:nowrap}.footer-link:hover{text-decoration:underline;color:#4b5563}.dark .footer-link{color:#9ca3af}.dark .footer-link:hover{color:#d1d5db}.footer-separator{color:#6b7280;font-size:.9rem;padding:0 .75rem;white-space:nowrap;flex-shrink:0}.dark .footer-separator{color:#9ca3af}.container a{color:#667eea;text-decoration:none;transition:color .2s ease,text-decoration .2s ease}.container a:hover{text-decoration:underline;color:#5568d3}.dark .container a{color:#818cf8}.dark .container a:hover{color:#a5b4fc}.header-controls{position:absolute;top:1rem;left:1rem;right:1rem;display:flex;justify-content:space-between;align-items:center;z-index:10}.dark-mode-toggle{position:relative;width:75px;height:32px;background-color:#ccc;border-radius:20px;border:none;margin-top:.1rem;margin-left:.25rem;cursor:pointer;outline:none;padding:0;transition:background-color .3s ease}.dark-mode-toggle:before{content:"☀️";position:absolute;left:2px;top:50%;transform:translateY(-52%) translate(-5px);width:38px;height:38px;background-color:#fff;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;font-size:20px;box-shadow:0 1px 3px #0006}.dark .dark-mode-toggle:before{content:"🌙";transform:translateY(-50%) translate(38px);background-color:#949393;border:none}.dark .dark-mode-toggle{background-color:#6e6e6e;border:none;height:32px}.dark-mode-toggle:hover{border:none}.language-selector{position:relative}.language-button{margin-top:.1rem;background:none;border:2px solid #ddd;border-radius:25px;height:41px;padding:0 12px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.95rem;transition:all .3s ease;background-color:#fff;gap:6px;min-width:120px}.language-button .language-text{font-weight:500;color:#333}.language-button .flag{font-size:1.1rem}.dark .language-button{border-color:#666;background-color:#2d2d2d;color:#fff}@media (hover: hover) and (pointer: fine){.dark .language-button:hover{border-color:#999;transform:scale(1.05)}}.dark .language-button .language-text{color:#fff}.language-dropdown{position:absolute;top:45px;right:0;background-color:#fff;border:1px solid #ddd;border-radius:.5rem;box-shadow:0 4px 12px #00000026;min-width:240px;z-index:1000;overflow:hidden;width:max-content}.language-dropdown.two-columns{display:grid;grid-template-columns:150px 150px;max-height:350px;grid-auto-flow:row;padding:.5rem;gap:0;overflow-y:auto}.dark .language-dropdown{background-color:#2d2d2d;border-color:#666;box-shadow:0 4px 12px #0000004d}.language-option{width:100%;padding:.5rem 1rem;border:none;background:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s ease;color:#333;font-size:.95rem;box-sizing:border-box;min-height:50px;border-bottom:1px solid #eee}.language-dropdown.two-columns .language-option:nth-child(odd){border-right:1px solid #eee}.dark .language-dropdown.two-columns .language-option:nth-child(odd){border-right:1px solid #3d3d3d}.language-dropdown.two-columns .language-option:nth-last-child(2),.language-dropdown.two-columns .language-option:last-child{border-bottom:none!important}.language-dropdown.two-columns .language-option:nth-child(odd):nth-last-child(2){border-bottom:none!important}.dark .language-dropdown.two-columns .language-option{border-bottom:1px solid #3d3d3d}.dark .language-option{color:#fff;border-bottom:1px solid #3d3d3d}.language-option:hover{background-color:#f5f5f5}.language-option.active{background-color:#e3f2fd;font-weight:600}.dark .language-option:hover{background-color:#3d3d3d}.dark .language-option.active{background-color:#1e3a5f}.language-option .flag{font-size:1.1rem}.language-option .language-name{flex:1;text-align:left}.login-cta-container{margin-top:2rem;margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.login-cta-button{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66;text-align:center;max-width:90%;line-height:1.5}.login-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.login-cta-button:active{transform:translateY(0)}.dark .login-cta-button{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d}.dark .login-cta-button:hover{box-shadow:0 6px 20px #667eea80}.login-modal-overlay{position:fixed;inset:0;background-color:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease;padding:1rem}.login-modal-content{background-color:#fff;border-radius:1.5rem;padding:3rem 2.5rem;max-width:480px;width:100%;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.dark .login-modal-content{background-color:#2d2d2d;box-shadow:0 20px 60px #00000080}.login-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#999;cursor:pointer;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;transition:all .2s ease;line-height:1}.login-modal-close:hover{background-color:#f0f0f0;color:#333}.dark .login-modal-close{color:#999}.dark .login-modal-close:hover{background-color:#3d3d3d;color:#fff}.login-modal-body{display:flex;flex-direction:column;align-items:center;text-align:center}.login-modal-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .login-modal-title{color:#fff}.login-modal-description{font-size:1rem;color:#666;margin-bottom:2rem;line-height:1.6}.dark .login-modal-description{color:#bbb}.google-login-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 2rem;background-color:#fff;color:#333;border:2px solid #ddd;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a;width:100%;max-width:300px}.google-login-button:hover{background-color:#f8f9fa;border-color:#ccc;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.google-login-button:active{transform:translateY(0)}.dark .google-login-button{background-color:#3d3d3d;color:#fff;border-color:#555}.dark .google-login-button:hover{background-color:#4a4a4a;border-color:#666}.google-icon{width:20px;height:20px;flex-shrink:0}.protected-route-loading,.auth-callback-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f9fafb}.dark .protected-route-loading,.dark .auth-callback-container{background-color:#0f0f0f}.loading-spinner{text-align:center}.spinner{width:50px;height:50px;margin:0 auto 1rem;border:4px solid #f3f4f6;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dating-app-loading{position:fixed;inset:0;width:100vw;height:100vh;height:100dvh;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;box-sizing:border-box}.dating-app-loading .dating-login-logo{margin-top:0}.dating-app-loading-logo{height:40px;width:auto;object-fit:contain;background:transparent;display:block}.dating-app-loading-text{color:#666;font-size:16px;font-weight:500;margin:0}.dark .spinner{border-color:#2d2d2d;border-top-color:#667eea}.auth-callback-content{text-align:center;padding:2rem;max-width:500px;width:100%}.loading-spinner p,.auth-callback-content h2,.auth-callback-content p{color:#333;margin:.5rem 0}.auth-callback-content h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.dark .loading-spinner p,.dark .auth-callback-content h2,.dark .auth-callback-content p{color:#fff}.maia-conversation{min-height:100vh;min-height:100dvh;background-color:#f9fafb;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.dark .maia-conversation{background-color:#0f0f0f}.maia-header{padding:1.5rem 2rem;display:flex;justify-content:flex-start}.maia-sign-out{background:none;border:none;color:#6b7280;font-size:.95rem;cursor:pointer;padding:.5rem 1rem;border-radius:.5rem;transition:all .2s ease;font-weight:500}.maia-sign-out:hover{background-color:#f3f4f6;color:#374151}.dark .maia-sign-out{color:#9ca3af}.dark .maia-sign-out:hover{background-color:#1f1f1f;color:#d1d5db}.maia-content{flex:1;max-width:720px;width:100%;margin:0 auto;padding:2rem;display:flex;flex-direction:column;align-items:center}.maia-avatar{margin-bottom:2rem;animation:fadeInDown .6s ease}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.avatar-circle{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #667eea4d}.avatar-emoji{font-size:2.5rem}.maia-dialogue{width:100%;animation:fadeIn .8s ease .2s both}.maia-greeting{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem;text-align:center}.dark .maia-greeting{color:#f9fafb}.maia-message{margin-bottom:2.5rem;text-align:center}.maia-message p{font-size:1.125rem;line-height:1.75;color:#4b5563;margin-bottom:1rem}.dark .maia-message p{color:#d1d5db}.maia-question{margin-bottom:2rem;text-align:center;padding:1.5rem;background-color:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000d}.dark .maia-question{background-color:#1a1a1a;box-shadow:0 4px 12px #0000004d}.question-text{font-size:1.375rem;font-weight:600;color:#111827;margin:0;font-style:italic}.dark .question-text{color:#f9fafb}.maia-input-form{display:flex;flex-direction:column;gap:1.25rem;width:100%}.maia-textarea{width:100%;padding:1.25rem;font-size:1.0625rem;line-height:1.6;border:2px solid #e5e7eb;border-radius:1rem;background-color:#fff;color:#111827;font-family:inherit;resize:vertical;min-height:150px;transition:all .2s ease;box-sizing:border-box}.maia-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.maia-textarea::placeholder{color:#9ca3af}.dark .maia-textarea{background-color:#1a1a1a;border-color:#374151;color:#f9fafb}.dark .maia-textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33}.dark .maia-textarea::placeholder{color:#6b7280}.maia-submit-button{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:.75rem;font-size:1.0625rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}.maia-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.maia-submit-button:active:not(:disabled){transform:translateY(0)}.maia-submit-button:disabled{opacity:.5;cursor:not-allowed}.maia-response-preview{width:100%;display:flex;flex-direction:column;gap:1.5rem;animation:fadeIn .5s ease}.user-response-bubble{background-color:#f3f4f6;padding:1.25rem;border-radius:1.25rem;align-self:flex-end;max-width:85%}.dark .user-response-bubble{background-color:#1f2937}.user-response-bubble p{color:#111827;margin:0;font-size:1.0625rem;line-height:1.6}.dark .user-response-bubble p{color:#f9fafb}.maia-typing{display:flex;align-items:center;gap:.75rem;padding:1rem}.typing-indicator{color:#9ca3af;font-style:italic}.coming-soon-note{text-align:center;color:#6b7280;font-size:.9375rem;margin-top:1rem}.dark .coming-soon-note{color:#9ca3af}.maia-footer{padding:2rem;text-align:center}.maia-footer p{color:#9ca3af;font-size:.875rem;margin:0}.dark .maia-footer p{color:#6b7280}.maia-chat-container{display:flex;flex-direction:column;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;overflow:hidden;background-color:#f9fafb}.dark .maia-chat-container{background-color:#0f0f0f}.maia-chat-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.dark .maia-chat-header{background-color:#1a1a1a;border-bottom-color:#2d2d2d}.header-left{display:flex;align-items:center;gap:.75rem}.maia-avatar-small{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-emoji-small{font-size:1.25rem}.header-info{display:flex;flex-direction:column}.header-title{font-size:1rem;font-weight:600;color:#111827;margin:0}.dark .header-title{color:#f9fafb}.header-subtitle{font-size:.8125rem;color:#6b7280;margin:0}.dark .header-subtitle{color:#9ca3af}.maia-leave-button{background:none;border:1px solid #e5e7eb;color:#6b7280;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.maia-leave-button:hover{background-color:#f3f4f6;border-color:#d1d5db;color:#374151}.dark .maia-leave-button{border-color:#374151;color:#9ca3af}.dark .maia-leave-button:hover{background-color:#1f1f1f;border-color:#4b5563;color:#d1d5db}.maia-exit-button-desktop{display:none;background:#fe3c721a;border:2px solid #FE3C72;color:#fe3c72;padding:.625rem 1.25rem;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;align-items:center;gap:.5rem}.maia-exit-button-desktop svg{width:20px;height:20px}@media (min-width: 768px){.maia-exit-button-desktop{display:flex}.maia-exit-button-desktop:hover{background:#fe3c72;color:#fff;transform:translate(2px)}.maia-exit-button-desktop:active{transform:translate(2px) scale(.98)}}.dark .maia-exit-button-desktop{background:#fe3c7226;border-color:#fe3c72;color:#fe3c72}.dark .maia-exit-button-desktop:hover{background:#fe3c72;color:#fff}.maia-messages-container{flex:1;overflow-y:auto;padding:1rem;background-color:#f9fafb}.dark .maia-messages-container{background-color:#0f0f0f}.maia-messages{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.message-wrapper{display:flex;gap:.5rem;animation:messageSlideIn .3s ease;width:100%}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-wrapper.user{justify-content:flex-end}.message-wrapper.assistant{justify-content:flex-start}.message-wrapper .message-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:flex-end;overflow:hidden}.avatar-emoji-tiny{font-size:1rem}.message-bubble{padding:.875rem 1.125rem;border-radius:1.125rem;max-width:70%;word-wrap:break-word}.message-bubble p{margin:0;font-size:.9375rem;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.message-bubble.user{background:#0084ff;color:#fff;border-bottom-right-radius:.25rem;margin-left:auto}.message-bubble.assistant{background-color:#fff;color:#111827;border-bottom-left-radius:.25rem;box-shadow:0 1px 2px #0000000d}.dark .message-bubble.assistant{background-color:#1a1a1a;color:#f9fafb}.message-status-wrapper{display:block;text-align:right;margin-top:.25rem;line-height:1}.message-status-indicator{font-size:.75rem;color:#ffffffb3;line-height:1;display:inline}.message-status-indicator.sent{color:#ffffffb3}.message-status-indicator.seen{color:#ffffffe6}.message-bubble.error{background-color:#fef2f2;border:1px solid #fecaca}.dark .message-bubble.error{background-color:#3d1a1a;border-color:#7f1d1d}.message-bubble.typing{padding:1rem 1.25rem}.typing-dots{display:flex;gap:.375rem;align-items:center}.typing-dots span{width:8px;height:8px;background-color:#9ca3af;border-radius:50%;animation:typingBounce 1.4s infinite ease-in-out}.dark .typing-dots span{background-color:#6b7280}.typing-dots span:nth-child(1){animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.maia-input-container{background-color:#fff;border-top:1px solid #e5e7eb;padding:.75rem 1rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom,0));box-shadow:0 -1px 2px #0000000d}.dark .maia-input-container{background-color:#1a1a1a;border-top-color:#2d2d2d}.input-error{background-color:#fef2f2;color:#dc2626;padding:.75rem;border-radius:.5rem;font-size:.875rem;margin-bottom:.75rem;text-align:center}.dark .input-error{background-color:#3d1a1a;color:#f87171}.maia-input-form-chat{display:flex;gap:.5rem;align-items:flex-end;max-width:800px;margin:0 auto}.maia-input-chat{flex:1;padding:.875rem 1rem;font-size:.95rem;line-height:1.5;border:1px solid #e5e7eb;border-radius:1.25rem;background-color:#f9fafb;color:#111827;font-family:inherit;resize:none;max-height:120px;transition:all .2s ease}.maia-input-chat:focus{outline:none;border-color:#667eea;background-color:#fff;box-shadow:0 0 0 3px #667eea1a}.maia-input-chat:disabled{opacity:.5;cursor:not-allowed}.dark .maia-input-chat{background-color:#0f0f0f;border-color:#374151;color:#f9fafb}.dark .maia-input-chat:focus{border-color:#667eea;background-color:#1a1a1a}.maia-send-button{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.maia-send-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #667eea66}.maia-send-button:active:not(:disabled){transform:scale(.95)}.maia-send-button:disabled{opacity:.4;cursor:not-allowed}.maia-send-button svg{width:18px;height:18px}.input-privacy-note{text-align:center;color:#9ca3af;font-size:.8125rem;margin-top:.75rem;margin-bottom:0}.dark .input-privacy-note{color:#6b7280}.conversation-complete-action{display:flex;justify-content:center;padding:2rem 0;margin-top:1rem}.continue-to-app-button{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #667eea66;display:flex;align-items:center;gap:.5rem}.continue-to-app-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.continue-to-app-button:active{transform:translateY(0)}@media (max-width: 768px){.continue-to-app-button{padding:.875rem 2rem;font-size:1rem}}@media (max-width: 768px){.maia-chat-header{padding:.875rem 1rem}.header-title{font-size:.9375rem}.header-subtitle{font-size:.75rem}.maia-messages-container{padding:1rem}.message-bubble{max-width:85%;font-size:.875rem}.maia-input-container{padding:.875rem 1rem}.maia-input-chat{font-size:.875rem;padding:.75rem 1rem}}.profile-photos-container{background-color:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.dark .profile-photos-container{background-color:#1f1f1f;box-shadow:0 1px 3px #0000004d}.profile-photos-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.profile-photos-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#1f2937}.dark .profile-photos-header h3{color:#f3f4f6}.photo-count{font-size:.9rem;color:#6b7280;font-weight:500}.dark .photo-count{color:#9ca3af}.photo-error{background-color:#fee2e2;color:#991b1b;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.dark .photo-error{background-color:#7f1d1d;color:#fecaca}.profile-photos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}@media (max-width: 600px){.profile-photos-grid{grid-template-columns:repeat(2,1fr)}}.profile-photo-item{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;background-color:#f3f4f6}.dark .profile-photo-item{background-color:#2d2d2d}.profile-photo-item img{width:100%;height:100%;object-fit:cover}.delete-photo-btn{position:absolute;top:6px;right:6px;background-color:#0009;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:background-color .2s ease;z-index:10}.delete-photo-btn:hover:not(:disabled){background-color:#dc2626e6}.delete-photo-btn:disabled{cursor:not-allowed;opacity:.6}.profile-photo-upload{aspect-ratio:1;border:2px dashed #d1d5db;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;background-color:#f9fafb}.dark .profile-photo-upload{border-color:#4b5563;background-color:#2d2d2d}.profile-photo-upload:hover:not(:has(input:disabled)){border-color:#667eea;background-color:#f3f4f6}.dark .profile-photo-upload:hover:not(:has(input:disabled)){border-color:#818cf8;background-color:#374151}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#6b7280}.dark .upload-placeholder{color:#9ca3af}.upload-placeholder i{font-size:1.5rem}.upload-placeholder span{font-size:.85rem;font-weight:500}.upload-loading{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#667eea}.dark .upload-loading{color:#818cf8}.upload-loading i{font-size:1.5rem}.profile-photos-hint{font-size:.85rem;color:#6b7280;text-align:center;margin:0}.dark .profile-photos-hint{color:#9ca3af}.setup-permissions-container{min-height:100vh;min-height:100dvh;max-height:100vh;max-height:100dvh;overflow-y:auto;overflow-x:hidden;display:flex;align-items:flex-start;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem;position:relative;scrollbar-width:thin}.dark .setup-permissions-container{background:linear-gradient(135deg,#4c1d95,#312e81)}.setup-permissions-content{background-color:#fff;border-radius:20px;padding:3rem 2rem;max-width:600px;width:100%;box-shadow:0 20px 60px #0000004d;margin:auto;max-height:fit-content}.dark .setup-permissions-content{background-color:#1f1f1f}.setup-header{text-align:center;margin-bottom:3rem}.maia-avatar-large{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 4px 12px #667eea66}.avatar-emoji-large{font-size:2.5rem}.setup-title{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.dark .setup-title{color:#f3f4f6}.setup-subtitle{font-size:1.1rem;color:#6b7280;margin:0}.dark .setup-subtitle{color:#9ca3af}.setup-form{display:flex;flex-direction:column;gap:2.5rem}.setup-section{display:flex;flex-direction:column;gap:1rem}.section-icon{font-size:2.5rem;text-align:center}.section-title{font-size:1.3rem;font-weight:600;color:#1f2937;margin:0;text-align:center}.dark .section-title{color:#f3f4f6}.section-description{font-size:.9rem;color:#6b7280;text-align:center;margin:0}.dark .section-description{color:#9ca3af}.maia-quote{background-color:#f3f4f6;border-left:4px solid #667eea;padding:1rem 1.25rem;border-radius:8px;margin:.5rem 0}.dark .maia-quote{background-color:#2d2d2d;border-left-color:#818cf8}.maia-quote p{margin:0;font-size:.95rem;line-height:1.6;color:#4b5563;font-style:italic}.dark .maia-quote p{color:#d1d5db}.setup-input,.setup-select{width:100%;padding:1rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:12px;background-color:#fff;color:#1f2937;transition:all .2s ease;font-family:inherit}.dark .setup-input,.dark .setup-select{background-color:#2d2d2d;border-color:#4b5563;color:#f3f4f6}.setup-input:focus,.setup-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.dark .setup-input:focus,.dark .setup-select:focus{border-color:#818cf8;box-shadow:0 0 0 3px #818cf81a}.setup-input:disabled,.setup-select:disabled{opacity:.6;cursor:not-allowed}.input-error-border{border:2px solid #ef4444!important;animation:shake .3s ease-in-out;box-shadow:0 0 0 3px #ef44441a!important}.dark .input-error-border{border-color:#f87171!important;box-shadow:0 0 0 3px #f8717133!important}.input-hint{font-size:.85rem;color:#9ca3af;margin:-.5rem 0 0;text-align:center}.location-suggestions{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;margin-top:.25rem;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;list-style:none;padding:0;margin:0}.dark .location-suggestions{background-color:#2d2d2d;border-color:#4b5563;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.location-suggestion-item{padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid #f3f4f6;font-size:.9rem;color:#333;transition:background-color .15s ease}.dark .location-suggestion-item{color:#f3f4f6;border-bottom-color:#374151}.location-suggestion-item:hover{background-color:#f3f4f6}.dark .location-suggestion-item:hover{background-color:#374151}.setup-error{background-color:#fee2e2;color:#991b1b;padding:1rem;border-radius:8px;text-align:center;font-size:.9rem}.dark .setup-error{background-color:#7f1d1d;color:#fecaca}.setup-submit-button{width:100%;padding:1.25rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px #667eea4d}.setup-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.setup-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.small-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.logout-button{position:fixed;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2);border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;z-index:100}.logout-button:hover{background:#ef444426;border-color:#ef44444d;transform:translateY(-1px)}.logout-button svg{width:16px;height:16px}.logout-confirm-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.logout-confirm-modal{background:#fff;border-radius:16px;padding:2rem;max-width:400px;width:90%;box-shadow:0 20px 60px #0000004d}.logout-confirm-modal h3{margin:0 0 .75rem;font-size:1.25rem;color:#1f2937}.logout-confirm-modal p{margin:0 0 1.5rem;color:#6b7280;font-size:.9375rem;line-height:1.5}.logout-confirm-actions{display:flex;gap:.75rem}.logout-confirm-cancel,.logout-confirm-logout{flex:1;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:.9375rem}.logout-confirm-cancel{background:#f3f4f6;color:#374151}.logout-confirm-cancel:hover{background:#e5e7eb}.logout-confirm-logout{background:#ef4444;color:#fff}.logout-confirm-logout:hover{background:#dc2626}@media (max-width: 768px){.logout-button{top:.75rem;right:.75rem;padding:.5rem .75rem;font-size:.8125rem}.logout-button span{display:none}.logout-confirm-modal{padding:1.5rem}}.gender-options{display:flex;flex-direction:column;gap:1rem}.gender-option{display:flex;align-items:center;padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;background-color:#fff;cursor:pointer;transition:all .2s ease;position:relative}.dark .gender-option{background-color:#2d2d2d;border-color:#4b5563}.gender-option:hover{border-color:#667eea;background-color:#f9fafb}.dark .gender-option:hover{border-color:#818cf8;background-color:#374151}.gender-option.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea1a,#764ba21a);font-weight:600}.dark .gender-option.selected{border-color:#818cf8;background:linear-gradient(135deg,#818cf833,#8b5cf633)}.gender-option input[type=radio]{width:20px;height:20px;margin-right:1rem;cursor:pointer;accent-color:#667eea}.gender-label{font-size:1rem;color:#1f2937}.dark .gender-label{color:#f3f4f6}.gender-option.selected .gender-label{color:#667eea}.dark .gender-option.selected .gender-label{color:#818cf8}.photo-upload-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0}.photo-upload-item{position:relative;aspect-ratio:3/4;border-radius:12px;overflow:hidden;background-color:#f3f4f6}.dark .photo-upload-item{background-color:#2d2d2d}.photo-upload-item img{width:100%;height:100%;object-fit:cover}.photo-upload-slot{aspect-ratio:3/4;border:2px dashed #d1d5db;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;background-color:#f9fafb}.dark .photo-upload-slot{border-color:#4b5563;background-color:#2d2d2d}.photo-upload-slot:hover:not(:has(input:disabled)){border-color:#667eea;background-color:#f3f4f6}.dark .photo-upload-slot:hover:not(:has(input:disabled)){border-color:#818cf8;background-color:#374151}.upload-placeholder-slot{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#6b7280}.dark .upload-placeholder-slot{color:#9ca3af}.upload-placeholder-slot i{font-size:2rem}.upload-placeholder-slot span{font-size:.9rem;font-weight:500}.upload-loading-state{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#667eea}.dark .upload-loading-state{color:#818cf8}.upload-loading-state i{font-size:2rem}.upload-loading-state span{font-size:.9rem}.photo-counter{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-top:1rem}.photo-counter span{font-size:.95rem;font-weight:600}.counter-success{color:#059669}.counter-warning{color:#d97706}.dark .counter-success{color:#10b981}.dark .counter-warning{color:#f59e0b}.counter-requirement{font-size:.85rem!important;color:#6b7280!important;font-weight:400!important}.dark .counter-requirement{color:#9ca3af!important}.stage-progress{display:flex;gap:.5rem;align-items:center}.stage-progress span{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;transition:all .3s ease}.stage-active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.stage-complete{background-color:#10b981;color:#fff}.stage-inactive{background-color:#e5e7eb;color:#9ca3af}.dark .stage-inactive{background-color:#3d3d3d;color:#6b7280}.initial-conversation .header-subtitle{display:flex;align-items:center;gap:.5rem}.match-presentation-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.match-presentation-content{max-width:500px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.match-presentation-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#fff}.maia-avatar-match{width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #0003}.avatar-emoji{font-size:3rem}.maia-message-bubble{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 20px #0000001a;max-width:100%;animation:slideIn .3s ease-out}.maia-message-bubble p{margin:0;font-size:1.1rem;line-height:1.6;color:#333}.candidate-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #00000026;width:100%;animation:slideIn .4s ease-out}.candidate-photo img{display:block}.candidate-info{padding:1.5rem}.candidate-info h2{margin:0 0 .5rem;font-size:1.5rem;color:#333}.candidate-location{margin:0;color:#666;font-size:1rem}.candidate-actions{display:flex;gap:.75rem;padding:0 1.5rem 1.5rem}.candidate-actions button{flex:1;padding:.875rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-reject{background:#f3f4f6;color:#666}.btn-reject:hover:not(:disabled){background:#e5e7eb}.btn-view-profile{background:#667eea;color:#fff}.btn-view-profile:hover{background:#5568d3}.btn-accept{background:#10b981;color:#fff}.btn-accept:hover:not(:disabled){background:#059669}.candidate-actions button:disabled{opacity:.5;cursor:not-allowed}.candidate-profile-preview{padding:1.5rem;border-top:1px solid #e5e7eb;animation:slideDown .3s ease-out}.candidate-profile-preview h3{margin:0 0 1rem;font-size:1.2rem;color:#333}.candidate-profile-preview p{margin:0;line-height:1.6;color:#666}.btn-continue{padding:1rem 2rem;background:#fff;color:#667eea;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #0000001a}.btn-continue:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.matches-list-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem 6rem}.matches-header{max-width:800px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:space-between;position:relative}.matches-header h1{color:#fff;font-size:2rem;margin:0;flex:1;text-align:center}.matches-loading,.no-matches{max-width:500px;margin:4rem auto;text-align:center;color:#fff}.no-matches p{font-size:1.1rem;margin-bottom:1rem}.matches-grid{max-width:800px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.match-card{background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #0000001a}.match-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.match-photo{width:100%;height:250px;overflow:hidden;background:#f3f4f6}.match-photo img{width:100%;height:100%;object-fit:cover}.match-photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;color:#9ca3af}.match-info{padding:1.5rem}.match-info h3{margin:0 0 .5rem;font-size:1.5rem;color:#333}.match-location{color:#666;font-size:.9rem;margin:0 0 .5rem}.match-bio{color:#666;font-size:.95rem;margin:0;line-height:1.5}.match-action{padding:1rem 1.5rem;background:#f9fafb;text-align:center;font-weight:600;color:#667eea}.chat-page-container{height:100vh;height:100dvh;display:flex;flex-direction:column;background:#f3f4f6}.chat-header-tinder{background:#f3f4f6;padding:8px 12px;padding-top:max(8px,env(safe-area-inset-top,0));display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;border-bottom:1px solid #e5e7eb}.chat-back-btn{width:36px;height:36px;background:transparent;border:none;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.chat-back-btn:hover{background:#0000001a}.chat-exit-btn-red{width:36px;height:36px;background:#fe3c721a;border:none;color:#fe3c72;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.chat-exit-btn-red:hover{background:#fe3c72;color:#fff}.chat-exit-btn-red:active{transform:scale(.95)}.chat-header-center{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;flex:1;justify-content:center}.chat-header-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;border:2px solid #e5e7eb}.chat-header-avatar img{width:100%;height:100%;object-fit:cover}.chat-header-avatar .avatar-placeholder{width:100%;height:100%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;font-size:20px}.chat-header-name{color:#333;font-size:16px;font-weight:600}.chat-menu-container{position:relative}.chat-options-btn{width:40px;height:40px;background:transparent;border:none;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.chat-options-btn:hover{background:#0000001a}.chat-options-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;overflow:hidden;min-width:200px;z-index:1000;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-option{width:100%;padding:16px 20px;background:#fff;border:none;border-bottom:1px solid #f0f0f0;font-size:16px;font-weight:500;text-align:center;cursor:pointer;transition:background .2s ease}.dropdown-option:last-child{border-bottom:none}.dropdown-option:hover{background:#f8f8f8}.dropdown-option.report-option,.dropdown-option.unmatch-option{color:#fe3c72}.dropdown-option.cancel-option{color:#666;font-weight:400}.match-date-indicator{text-align:center;padding:12px;background:#f3f4f6}.match-date-indicator span{font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.5px}.message-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0;margin-right:8px;align-self:flex-end}.message-avatar img{width:100%;height:100%;object-fit:cover}.message-avatar span{width:100%;height:100%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:14px}.chat-input-container-tinder{background:#fff;padding:12px 16px;padding-bottom:max(12px,env(safe-area-inset-bottom,0));display:flex;gap:12px;align-items:flex-end;border-top:1px solid #e5e7eb}.chat-input-tinder{flex:1;padding:12px 16px;border:1px solid #e5e7eb;border-radius:24px;font-size:16px;outline:none;transition:border-color .2s ease;resize:none;overflow-y:auto;min-height:48px;max-height:150px;line-height:1.5;font-family:inherit;box-sizing:border-box}.chat-input-tinder::-webkit-scrollbar{width:4px}.chat-input-tinder::-webkit-scrollbar-track{background:transparent}.chat-input-tinder::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.chat-input-tinder::-webkit-scrollbar-thumb:hover{background:#999}.chat-input-tinder:focus{border-color:#00b4d8}.chat-send-btn-tinder{padding:12px 20px;background:transparent;color:#00b4d8;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s ease}.chat-send-btn-tinder:disabled{color:#ccc;cursor:not-allowed}.chat-send-btn-tinder:not(:disabled):hover{opacity:.8}.dark .chat-input-container-tinder{background:#1a1a1a;border-top-color:#333}.dark .chat-input-tinder{background:#0f0f0f;border-color:#333;color:#f9fafb}.dark .chat-input-tinder:focus{border-color:#00b4d8;background:#1a1a1a}.chat-header{background:#fff;padding:1rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px #0000000d;z-index:10}.chat-header-user{display:flex;align-items:center;gap:1rem;flex:1;cursor:pointer;transition:opacity .2s ease}.chat-header-user:hover{opacity:.8}.chat-header-photo{width:48px;height:48px;border-radius:50%;object-fit:cover}.chat-header-photo-placeholder{width:48px;height:48px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.chat-header-info h2{margin:0;font-size:1.2rem;color:#333}.chat-header-location{margin:0;font-size:.85rem;color:#666}.chat-loading,.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#666;padding:2rem;text-align:center}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.chat-message{display:flex!important;animation:slideIn .2s ease-out;margin-bottom:.75rem;width:100%}.chat-message.sent{justify-content:flex-end!important;align-items:flex-end!important}.chat-message.received{justify-content:flex-start!important;align-items:flex-end!important}.chat-message-content{max-width:70%!important;padding:.875rem 1.125rem!important;border-radius:18px!important;position:relative;word-wrap:break-word;overflow-wrap:break-word}.chat-message.sent .chat-message-content{background:#0084ff!important;color:#fff!important;border-bottom-right-radius:4px!important;margin-left:auto}.chat-message.received .chat-message-content{background:#fff!important;color:#333!important;border-bottom-left-radius:4px!important;box-shadow:0 1px 2px #0000000d!important;margin-right:auto}.chat-message-content p{margin:0 0 .25rem;line-height:1.5;word-wrap:break-word}.chat-message-footer{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-top:.25rem}.chat-message-time{font-size:.75rem;opacity:.7}.chat-message-status{font-size:.75rem;display:flex;align-items:center}.chat-message-status.sent .sent-indicator,.chat-message-status.delivered .delivered-indicator{color:#999!important}.chat-message-status.seen .read-indicator{color:#4fc3f7!important}.chat-message.received .chat-message-footer{justify-content:flex-start}.chat-input-container{background:#fff;padding:1rem;display:flex;gap:.75rem;box-shadow:0 -2px 8px #0000000d}.chat-input{flex:1;padding:.875rem 1.125rem;border:1px solid #e5e7eb;border-radius:24px;font-size:.98rem;outline:none;transition:border-color .2s ease}.chat-input:focus{border-color:#667eea}.chat-send-button{width:48px;height:48px;border-radius:50%;background:#667eea;color:#fff;border:none;font-size:1.5rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.chat-send-button:hover:not(:disabled){background:#5568d3;transform:scale(1.05)}.chat-send-button:disabled{opacity:.5;cursor:not-allowed}.user-profile-container{min-height:100vh;background:#f3f4f6;padding-bottom:2rem}.profile-header{background:#fff;padding:1rem;box-shadow:0 2px 8px #0000000d}.profile-loading,.profile-error{max-width:500px;margin:4rem auto;text-align:center;padding:2rem}.profile-photos-section{background:#fff;padding:2rem 0}.profile-photo-viewer{max-width:600px;margin:0 auto;position:relative;aspect-ratio:3/4;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000001a;user-select:none;-webkit-user-select:none;touch-action:pan-y pinch-zoom}.profile-main-photo{width:100%;height:100%;object-fit:cover;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.photo-nav-button{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffffe6;border:none;font-size:2rem;cursor:pointer;transition:all .2s ease;display:none;align-items:center;justify-content:center;color:#333;z-index:10;box-shadow:0 2px 8px #0003}.photo-nav-button:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.photo-nav-button.prev{left:1rem}.photo-nav-button.next{right:1rem}@media (min-width: 768px){.photo-nav-button{display:flex}}.photo-indicators{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.photo-indicators-top{position:absolute;top:.5rem;left:.5rem;right:.5rem;display:flex;gap:.25rem;z-index:5;padding:0 .5rem}.photo-indicator-bar{flex:1;height:3px;background:#fff6;cursor:pointer;transition:all .2s ease;border-radius:2px}.photo-indicator-bar:hover{background:#fff9}.photo-indicators-side{position:absolute;right:1rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.5rem;z-index:5}.photo-indicator{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0003}.photo-indicator:hover{background:#fffc;transform:scale(1.2)}.photo-indicator.active{background:#fff;height:24px;border-radius:4px}.profile-main-photo.slide-left{transform:translate(-100%)}.profile-main-photo.slide-right{transform:translate(100%)}.delete-photo-button{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;background:#ef4444e6;border:none;color:#fff;font-size:1.2rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 2px 8px #0003}.delete-photo-button:hover:not(:disabled){background:#dc2626;transform:scale(1.1)}.delete-photo-button:disabled{opacity:.6;cursor:not-allowed}.profile-add-photo-button{display:block;max-width:600px;margin:1rem auto;padding:1rem 2rem;background:#667eea;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.profile-add-photo-button:hover:not(:has(input:disabled)){background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.profile-add-photo-button:has(input:disabled){opacity:.6;cursor:not-allowed}.profile-no-photos{max-width:600px;margin:2rem auto;padding:4rem 2rem;text-align:center;color:#666;background:#fff;border-radius:16px}.profile-info-section{max-width:600px;margin:2rem auto;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #0000000d}.profile-info-section.maia-profile-info{max-width:100%;margin:0;background:#fff;border-radius:0;padding:1.5rem;box-shadow:none}.profile-name-age{display:flex;align-items:baseline;margin-bottom:1rem}.profile-name-age h1{margin:0;font-size:2rem;color:#333}.profile-age{font-size:1.5rem;color:#666;margin-left:.5rem}.profile-location{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;color:#666}.profile-detail{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.profile-detail-label{font-weight:600;color:#666;margin-right:.5rem}.profile-detail-value{color:#333}.profile-about,.profile-seeking,.profile-prompts{margin-top:1.5rem}.profile-about h3,.profile-seeking h3,.profile-prompts h3{margin:0 0 .75rem;font-size:1.2rem;color:#333}.profile-about p,.profile-seeking p{margin:0;line-height:1.6;color:#666}.profile-prompts .prompt-item{padding:16px;background:#fafafa;border-radius:12px;margin-bottom:12px}.profile-prompts .prompt-question{font-size:14px;font-weight:600;color:#666;margin-bottom:8px}.profile-prompts .prompt-answer{font-size:16px;color:#333;line-height:1.5}.profile-actions{max-width:600px;margin:2rem auto;padding:0 1rem}.profile-actions .maia-button{width:100%}.maia-profile-page .profile-photos-section{padding-top:0}.maia-profile-back-btn{position:absolute;top:1rem;left:1rem;width:40px;height:40px;border-radius:50%;background:#ffffffe6;border:none;font-size:1.2rem;cursor:pointer;transition:all .2s ease;display:none;align-items:center;justify-content:center;color:#333;z-index:10;box-shadow:0 2px 8px #0003}.maia-profile-back-btn:hover{background:#fff;transform:scale(1.1)}.desktop-only{display:none!important}@media (min-width: 768px){.desktop-only,.maia-profile-back-btn.desktop-only{display:flex!important}}.app-navigation{position:fixed;bottom:0;left:0;right:0;background:#fff;display:flex;justify-content:space-around;padding:.75rem 0;padding-bottom:calc(.75rem + env(safe-area-inset-bottom));box-shadow:0 -2px 8px #0000001a;z-index:1000;border-top:1px solid #e5e7eb}.nav-button{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem 1.5rem;background:none;border:none;cursor:pointer;transition:all .2s ease;color:#9ca3af}.nav-button.active,.nav-button:hover{color:#667eea}.nav-button.logout-button{background:#ef44441a;border-radius:8px}.nav-button.logout-button:hover{background:#ef444433;color:#ef4444}.nav-icon{font-size:1.5rem}.nav-label{font-size:.75rem;font-weight:600}@media (max-width: 768px){.matches-grid{grid-template-columns:1fr}.chat-message-content{max-width:85%}.profile-photo-viewer{border-radius:0}.profile-info-section{margin:1rem;border-radius:12px}.profile-info-section.maia-profile-info{margin:0;border-radius:0}.matches-list-container,.searching-state-container{padding-bottom:6rem!important}}.searching-state-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.searching-state-content{max-width:500px;width:100%;text-align:center;color:#fff}.maia-avatar-searching{position:relative;width:120px;height:120px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center}.avatar-emoji-searching{font-size:4rem;z-index:2;position:relative;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.searching-ripple{position:absolute;width:100%;height:100%;border:3px solid rgba(255,255,255,.6);border-radius:50%;animation:ripple 2s ease-out infinite}.searching-ripple.ripple-delayed{animation-delay:1s}@keyframes ripple{0%{transform:scale(.8);opacity:1}to{transform:scale(2);opacity:0}}.searching-message{margin-bottom:3rem}.searching-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.searching-subtitle{font-size:1.25rem;margin-bottom:1.5rem;color:#fffffff2}.searching-note{font-size:1rem;line-height:1.6;color:#ffffffd9}.searching-status{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:3rem;padding:1rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-dot{width:12px;height:12px;border-radius:50%;background-color:#10b981}.status-dot.pulsing{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.status-text{font-size:.95rem;font-weight:500;color:#ffffffe6}.searching-bottom-nav{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.nav-button{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 2rem;background:#ffffff26;border:2px solid rgba(255,255,255,.3);border-radius:12px;color:#fff;cursor:pointer;transition:all .2s ease;font-size:.9rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-button:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px)}.nav-button i{font-size:1.5rem}.searching-explainer{margin-top:2rem}.explainer-details{background:#ffffff1a;border-radius:12px;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.explainer-details summary{cursor:pointer;font-weight:600;padding:.5rem;color:#fffffff2;list-style:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.explainer-details summary::-webkit-details-marker{display:none}.explainer-details summary:after{content:"▼";font-size:.75rem;transition:transform .2s ease}.explainer-details[open] summary:after{transform:rotate(180deg)}.explainer-content{padding:1rem .5rem 0;text-align:left}.explainer-content p{margin-bottom:1rem;font-size:.9rem;line-height:1.6;color:#ffffffd9}.explainer-content strong{color:#fff;font-weight:600}@media (max-width: 600px){.setup-permissions-content{padding:2rem 1.5rem}.setup-title{font-size:1.75rem}.setup-subtitle{font-size:1rem}.section-title{font-size:1.1rem}.maia-quote p{font-size:.9rem}.gender-option{padding:.875rem 1rem}.gender-label{font-size:.95rem}}@media (max-width: 768px){.maia-content{padding:1.5rem 1rem}.maia-greeting{font-size:2rem}.maia-message p{font-size:1rem}.question-text{font-size:1.125rem}.maia-textarea{font-size:1rem;padding:1rem}.user-response-bubble{max-width:90%}.avatar-circle{width:70px;height:70px}.avatar-emoji{font-size:2rem}}.small-spinner{width:16px;height:16px;border:2px solid #f3f4f6;border-top:2px solid #333;border-radius:50%;animation:spin .8s linear infinite;display:inline-block}.dark .small-spinner{border-color:#555;border-top-color:#fff}.google-login-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.login-cta-button{font-size:.95rem;padding:.875rem 1.5rem}.login-modal-content{padding:2rem 1.5rem;margin:1rem}.login-modal-title{font-size:1.5rem}.login-modal-description{font-size:.95rem}.form-container{max-width:none;margin:0;padding:1.5rem;background-color:#fff;box-shadow:none}.form-container h2{font-size:2.5rem;font-weight:700;margin-top:4.5rem;margin-bottom:1.1rem;text-align:center}.language-button{margin-top:.55rem;margin-right:.1rem}.dark-mode-toggle{margin-top:.55rem;margin-left:.5rem}.copyright-text{font-size:.85rem;margin-top:.3rem;padding-top:1.15rem;border-top:none}.social-icons{margin-top:1rem}.social-icons i{margin-right:0;font-size:2.05rem}.social-icons .fa-instagram{font-size:2.15rem}.social-links-row{margin-top:6px}body{background-color:#f0f0f0;transition:background-color .3s ease}.dark body{background-color:#2d2d2d;transition:background-color .3s ease}.dark html,.dark #root,.dark #root>div{background-color:#2d2d2d;transition:background-color .3s ease}@media (display-mode: standalone){html,#root{min-height:100dvh;background-color:#fff;transition:background-color .3s ease}#root>div{min-height:100dvh;background-color:#fff;transition:background-color .3s ease}body{min-height:100dvh;background-color:#fff;transition:background-color .3s ease}.dark html,.dark #root,.dark #root>div,.dark body{background-color:#2d2d2d;transition:background-color .3s ease}.form-container{min-height:100dvh;display:flex;flex-direction:column;justify-content:space-between;padding-top:.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));box-sizing:border-box}}}.dating-login-container{position:relative;width:100vw;height:100vh;height:100dvh;overflow:hidden;display:flex;align-items:center;justify-content:center}.dating-login-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:0}.dating-login-content{position:relative;z-index:1;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;padding:calc(2rem + env(safe-area-inset-top,0px)) 1.5rem calc(2rem + env(safe-area-inset-bottom,20px)) 1.5rem;box-sizing:border-box}.dating-login-logo{display:flex;flex-direction:column;align-items:center;margin-top:6rem}.dating-login-logo-image{height:60px;width:auto;object-fit:contain;background:transparent;display:block;margin-bottom:0}.maia-logo-text{font-family:Georgia,Times New Roman,serif;font-size:72px;font-weight:400;font-style:italic;color:#000;letter-spacing:-2px;line-height:1;display:block;text-shadow:none}.maia-logo-tagline{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;color:#999;letter-spacing:2px;text-transform:lowercase;display:block;margin-top:4px}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.logo-tagline{font-size:1.2rem;color:#333;margin:.5rem 0 0;font-weight:400}.dating-login-spacer{flex:1}.dating-login-legal{width:100%;max-width:400px;margin-bottom:1.5rem}.dating-login-legal p{color:#333;font-size:.75rem;line-height:1.4;text-align:center;margin:0}.legal-link{color:#fe3c72;text-decoration:underline;font-weight:600}.dating-login-buttons{width:100%;max-width:400px;display:flex;flex-direction:column;gap:1rem;margin-top:-30px}.dating-login-btn{width:100%;padding:1rem;border:none;border-radius:2rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:transform .2s ease,opacity .2s ease}.dating-login-btn:hover{transform:scale(1.02)}.dating-login-btn:active{transform:scale(.98)}.dating-login-btn:disabled{opacity:.6;cursor:not-allowed}.google-btn{background-color:#000;color:#fff}.google-icon{flex-shrink:0}.google-btn .google-icon path{fill:#fff!important}.trouble-link{color:#333;font-size:.9rem;text-align:center;margin-top:.5rem;display:block;text-decoration:none;font-weight:600}.dating-login-loading{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.onboarding-wrapper{width:100vw;height:100vh;height:100dvh;background-color:#fff;position:relative;overflow:hidden}.onboarding-language-selector{position:absolute;top:1rem;right:1rem;z-index:200}.onboarding-progress{position:absolute;top:4rem;left:0;width:100%;padding:0 1rem;z-index:10}.progress-bar{width:100%;height:4px;background-color:#e5e5e5;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#fd267a,#ff6036);transition:width .3s ease}.onboarding-step{width:100%;height:100%;padding:4rem 1.5rem 1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,20px));display:flex;flex-direction:column;position:relative}.back-button-onboarding{position:absolute;top:1rem;left:1rem;background:none;border:none;font-size:1.5rem;color:#333;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;z-index:20}.back-button-onboarding:hover{background-color:#f0f0f0}.step-content{flex:1;display:flex;flex-direction:column;padding-top:2rem}.onboarding-title{font-size:2rem;font-weight:700;color:#000;margin:0 0 .5rem}.onboarding-subtitle{font-size:1rem;color:#666;margin:0 0 2rem;line-height:1.5}.onboarding-input-large{width:100%;padding:1rem;font-size:1.5rem;border:none;border-bottom:2px solid #e5e5e5;background-color:transparent;outline:none;transition:border-color .3s ease;margin-bottom:1rem}.onboarding-input-large:focus{border-bottom-color:#fd267a}.onboarding-error{color:#fd267a;font-size:.9rem;margin-top:1rem}.onboarding-continue-btn{position:absolute;bottom:calc(2rem + env(safe-area-inset-bottom,20px));right:1.5rem;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#fd267a,#ff6036);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,opacity .3s ease;box-shadow:0 4px 12px #fd267a4d}.onboarding-continue-btn:hover{transform:scale(1.05)}.onboarding-continue-btn:active{transform:scale(.95)}.continue-arrow{font-size:1.8rem;color:#fff;font-weight:700}.date-picker-container{margin-top:2rem}.date-picker-wheels{display:flex;gap:.5rem;justify-content:center}.date-wheel{flex:1;max-width:120px;padding:.75rem .5rem;font-size:1rem;border:2px solid #e5e5e5;border-radius:8px;background-color:#fff;cursor:pointer;text-align:center;outline:none;transition:border-color .2s ease}.date-wheel:focus{border-color:#fd267a}.age-display{margin-top:1.5rem;text-align:center;font-size:1.1rem;color:#333;font-weight:600}.gender-options-onboarding{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.gender-option-btn{width:100%;padding:1.25rem 1.5rem;border:2px solid #e5e5e5;border-radius:12px;background-color:#fff;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease;font-size:1rem}.gender-option-btn:hover,.gender-option-btn.selected{border-color:#fd267a;background-color:#fff5f8}.gender-option-text{color:#000;font-weight:500}.check-icon{color:#fd267a;font-size:1.25rem;font-weight:700}.gender-detail-btn{width:100%;padding:1rem;border:none;background-color:transparent;color:#fd267a;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:opacity .2s ease}.gender-detail-btn:hover{opacity:.8}.expand-icon{font-size:1.5rem;transition:transform .3s ease}.expand-icon.expanded{transform:rotate(45deg)}.gender-detail-expanded{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem;padding:1rem;background-color:#f8f8f8;border-radius:12px}.gender-detail-option{width:100%;padding:1rem 1.5rem;border:2px solid #e5e5e5;border-radius:8px;background-color:#fff;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease}.gender-detail-option:hover,.gender-detail-option.selected{border-color:#fd267a;background-color:#fff5f8}.gender-detail-text{color:#333;font-size:.95rem}.radio-dot{width:20px;height:20px;border-radius:50%;color:#fd267a;font-size:1.5rem;line-height:1}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.onboarding-title{font-size:1.75rem}.onboarding-input-large{font-size:1.25rem}.logo-text{font-size:3rem}.date-wheel{font-size:.9rem;padding:.65rem .4rem}}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:linear-gradient(135deg,#fd267a,#ff6036,#ff8c6b);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-in}.loading-screen.white{background:#fff}.loading-screen-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.loading-logo{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.loading-logo-image{height:60px;width:auto;object-fit:contain;background:transparent;display:block}.loading-screen.white .loading-logo-image{filter:none}.loading-animation{margin:2rem 0 1rem}.loading-dots-main{display:flex;gap:.75rem;justify-content:center;align-items:center}.dot-main{width:16px;height:16px;background-color:#fff;border-radius:50%;animation:dotPulse 1.4s infinite ease-in-out}.loading-screen.white .dot-main{background-color:#fd267a}.dot-main:nth-child(1){animation-delay:-.32s}.dot-main:nth-child(2){animation-delay:-.16s}.loading-dots{display:flex;gap:.5rem;justify-content:center}.loading-dots span{width:12px;height:12px;background-color:#fff;border-radius:50%;animation:dotPulse 1.4s infinite ease-in-out}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes dotPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.loading-message{color:#fff;font-size:1rem;margin:0;text-align:center;animation:fadeIn .5s ease-in}.loading-screen.white .loading-message{color:#666}.language-selector-topbar{position:relative;z-index:100}.language-selector-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#f8f8f8;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.9rem}.language-selector-btn:hover{background-color:#f0f0f0;border-color:#d5d5d5}.current-lang-flag{font-size:1.2rem}.current-lang-name{color:#333;font-weight:500}.dropdown-arrow{color:#666;font-size:.7rem;transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}.language-dropdown-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:transparent;z-index:99}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #00000026;max-height:350px;overflow-y:auto;z-index:100;animation:slideDown .2s ease}.language-option{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background-color:transparent;cursor:pointer;transition:background-color .2s ease;text-align:left}.language-option:hover{background-color:#f8f8f8}.language-option.selected{background-color:#fff5f8}.lang-flag{font-size:1.2rem}.lang-name{flex:1;color:#333;font-size:.9rem}.check-mark{color:#fd267a;font-weight:700;font-size:1rem}.photo-cropper-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background-color:#000;z-index:10000;display:flex;align-items:center;justify-content:center}.photo-cropper-container{width:100%;height:100%;position:relative;background-color:#000}.cropper-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;padding-top:calc(1rem + env(safe-area-inset-top,0px));background:linear-gradient(180deg,rgba(0,0,0,.5) 0%,transparent 100%);position:absolute;top:0;left:0;right:0;z-index:10}.cropper-cancel-btn,.cropper-save-btn{background:none;border:none;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;transition:opacity .2s ease}.cropper-cancel-btn:hover,.cropper-save-btn:hover{opacity:.7}.cropper-save-btn{color:#fd267a;font-weight:600}.cropper-viewport{position:absolute;inset:0;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#000;touch-action:none;user-select:none;-webkit-user-select:none}.crop-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}.crop-frame{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(90vw,67.5vh);aspect-ratio:3/4;border:none;box-shadow:0 0 0 9999px #000000bf;pointer-events:none;border-radius:12px}.crop-image{max-width:none;max-height:none;position:absolute;user-select:none;-webkit-user-select:none}.cropper-hint{position:absolute;bottom:6rem;left:50%;transform:translate(-50%);color:#fff9;font-size:.9rem;font-weight:400;pointer-events:none;animation:fadeInOut 2s ease-out forwards;z-index:3}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%) translateY(10px)}20%{opacity:1;transform:translate(-50%) translateY(0)}80%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-10px)}}.cropper-controls{display:flex;align-items:center;justify-content:center;gap:3rem;padding:2rem 1.5rem;padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px));background:linear-gradient(0deg,rgba(0,0,0,.5) 0%,transparent 100%);position:absolute;bottom:0;left:0;right:0;z-index:10}.zoom-btn{width:50px;height:50px;border-radius:50%;background-color:#ffffff14;border:none;color:#fff;font-size:1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.zoom-btn:hover{background-color:#ffffff26;transform:scale(1.05)}.zoom-btn:active{transform:scale(.95)}.zoom-icon{font-weight:300;line-height:1}.audio-recorder-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background-color:#fff;z-index:10000;display:flex;flex-direction:column}.audio-recorder-container{width:100%;height:100%;display:flex;flex-direction:column}.recorder-header{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e5e5;gap:1rem}.recorder-cancel-btn{background:none;border:none;color:#333;font-size:1rem;cursor:pointer;padding:.5rem;display:flex;align-items:center;gap:.25rem;font-weight:600}.recorder-title{flex:1;text-align:center;font-size:1.1rem;font-weight:600;color:#333;margin:0}.recorder-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;padding-bottom:calc(2rem + env(safe-area-inset-bottom,20px))}.recorder-error{background-color:#fee;color:#c33;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-size:.9rem}.recorder-visual{margin-bottom:2rem}.recording-indicator{position:relative;display:flex;align-items:center;justify-content:center}.pulse-ring{position:absolute;width:140px;height:140px;border:3px solid #fd267a;border-radius:50%;animation:pulse 1.5s ease-out infinite}@keyframes pulse{0%{transform:scale(.8);opacity:1}to{transform:scale(1.3);opacity:0}}.mic-icon{width:100px;height:100px;border-radius:50%;background-color:#f8f8f8;display:flex;align-items:center;justify-content:center;font-size:3rem;border:3px solid #e5e5e5}.mic-icon.recording{background:linear-gradient(135deg,#fd267a,#ff6036);border-color:#fd267a;animation:recordingPulse 1s ease-in-out infinite}@keyframes recordingPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.audio-ready-icon{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff}.recorder-timer{margin-bottom:3rem;text-align:center}.time-display{font-size:2.5rem;font-weight:700;color:#333}.time-max{font-size:1.5rem;color:#999;font-weight:400}.recorder-instruction{font-size:1rem;color:#666;text-align:center;line-height:1.5;max-width:400px;margin:0}.recorder-controls{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-bottom:2rem}.recorder-btn{padding:1rem 2rem;border:none;border-radius:2rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:transform .2s ease,opacity .2s ease;min-width:140px;justify-content:center}.recorder-btn:hover{transform:scale(1.02)}.recorder-btn:active{transform:scale(.98)}.recorder-btn:disabled{opacity:.6;cursor:not-allowed}.custom-alerts-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:12px;max-width:400px;pointer-events:none}@media (max-width: 480px){.custom-alerts-container{top:10px;right:10px;left:10px;max-width:none}}.custom-alert{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;animation:slideIn .3s ease-out;pointer-events:auto;min-width:300px}@keyframes slideIn{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.custom-alert-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:16px;font-weight:700;flex-shrink:0}.custom-alert-success .custom-alert-icon{background:#dcfce7;color:#16a34a}.custom-alert-error .custom-alert-icon{background:#fee2e2;color:#dc2626}.custom-alert-warning .custom-alert-icon{background:#fef3c7;color:#d97706}.custom-alert-info .custom-alert-icon{background:#dbeafe;color:#2563eb}.custom-alert-message{flex:1;font-size:14px;color:#1a1a1a;line-height:1.5}.custom-alert-close{background:none;border:none;color:#666;font-size:18px;cursor:pointer;padding:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s;flex-shrink:0}.custom-alert-close:hover{background:#f3f4f6}.custom-confirm-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10001;padding:20px;animation:fadeIn .2s ease-out}.custom-confirm-dialog{background:#fff;border-radius:20px;padding:32px;max-width:400px;width:100%;box-shadow:0 20px 60px #0000004d;animation:scaleIn .3s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.custom-confirm-message{font-size:16px;color:#1a1a1a;line-height:1.6;margin-bottom:24px;text-align:center}.custom-confirm-actions{display:flex;gap:12px}.custom-confirm-btn{flex:1;padding:14px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.custom-confirm-btn.cancel{background:#f3f4f6;color:#666}.custom-confirm-btn.cancel:hover{background:#e5e7eb}.custom-confirm-btn.confirm{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.custom-confirm-btn.confirm:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}@media (max-width: 480px){.custom-confirm-dialog{padding:24px}.custom-confirm-message{font-size:15px}.custom-confirm-btn{padding:12px 20px;font-size:14px}}.auth-callback-container{position:fixed;inset:0;height:100vh;height:100dvh;width:100vw;width:100dvw;display:flex;align-items:center;justify-content:center;background:#f5f5f0;padding:calc(20px + env(safe-area-inset-top,0px)) 20px calc(20px + env(safe-area-inset-bottom,20px)) 20px;box-sizing:border-box;overflow:hidden}.auth-callback-content{background:#fff;border-radius:24px;padding:48px 32px;max-width:400px;width:calc(100% - 40px);max-height:calc(100dvh - 40px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,20px));text-align:center;box-shadow:0 4px 24px #00000014;animation:slideUp .5s ease-out;box-sizing:border-box;overflow-y:auto;overflow-x:hidden}.auth-callback-content h2{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 24px;text-transform:lowercase;letter-spacing:-2px}.status-message{font-size:15px;color:#666;margin:8px 0;line-height:1.5}.loading-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.loading-dots span{width:10px;height:10px;background:#1a1a1a;border-radius:50%;animation:bounce 1.4s ease-in-out infinite}.loading-dots span:nth-child(1){animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.error-message{background:#fef2f2;color:#dc2626;margin-top:16px;padding:12px 16px;border-radius:12px;font-size:14px;font-weight:500}@media (max-width: 480px){.auth-callback-content{padding:36px 24px}.auth-callback-content h2{font-size:20px}.auth-callback-content p{font-size:14px}.loading-flame{font-size:60px}}.setup-container{min-height:100vh;min-height:100dvh;background:#f5f5f0;display:flex;align-items:center;justify-content:center;padding:calc(20px + env(safe-area-inset-top,0px)) 20px calc(20px + env(safe-area-inset-bottom,20px)) 20px;position:relative}.setup-card{background:#fff;border-radius:24px;padding:48px 40px;max-width:520px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s ease}.setup-header{text-align:center;margin-bottom:40px}.setup-icon{width:80px;height:80px;margin:0 auto 20px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;box-shadow:0 4px 16px #0000001a}.setup-title{font-size:28px;font-weight:700;color:#1f2937;margin:0 0 12px}.setup-subtitle{font-size:16px;color:#6b7280;margin:0;line-height:1.5}.setup-form{display:flex;flex-direction:column;gap:32px}.form-group{position:relative}.form-label{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#374151;margin-bottom:12px}.label-icon{font-size:20px}.form-input{width:100%;padding:16px 20px;font-size:16px;border:2px solid #e5e7eb;border-radius:12px;transition:all .2s;background:#fff;color:#1f2937}.form-input:focus{outline:none;border-color:#1a1a1a;box-shadow:none}.form-input.error{border-color:#ef4444}.form-input-hint{font-size:13px;color:#9ca3af;margin-top:8px}.suggestions-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px #00000026;max-height:240px;overflow-y:auto;z-index:100;animation:dropdownFade .2s ease}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.suggestion-item{padding:14px 16px;cursor:pointer;transition:background .15s;font-size:15px;color:#374151;border-bottom:1px solid #f3f4f6}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:#f9fafb}.form-select{width:100%;padding:16px 48px 16px 20px;font-size:16px;border:2px solid #e5e7eb;border-radius:12px;transition:all .2s;background:#fff;color:#1f2937;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:20px}.form-select:focus{outline:none;border-color:#1a1a1a;box-shadow:none}.form-note{font-size:13px;color:#6b7280;margin-top:8px}.error-banner{padding:14px 16px;background:#fee2e2;border:1px solid #fecaca;border-radius:12px;color:#991b1b;font-size:14px;display:flex;align-items:center;gap:10px;animation:shake .3s ease}.error-icon{font-size:20px;flex-shrink:0}.submit-button{width:100%;padding:18px 32px;font-size:17px;font-weight:600;color:#fff;background:#1a1a1a;border:none;border-radius:12px;cursor:pointer;transition:all .2s;margin-top:8px;box-shadow:0 4px 12px #00000026}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0003}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.logout-wrapper{position:absolute;top:20px;right:20px}@media (max-width: 600px){.setup-card{padding:36px 28px}.setup-title{font-size:24px}.setup-subtitle{font-size:15px}.setup-icon{width:70px;height:70px;font-size:36px}.form-input,.form-select{font-size:15px;padding:14px 18px}.submit-button{font-size:16px;padding:16px 28px}}.loading-indicator{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;margin-right:8px}.setup-location-container{min-height:100vh;min-height:100dvh;background:#f5f5f0;display:flex;flex-direction:column;position:relative}.setup-location-header{display:flex;align-items:center;padding:16px 20px;padding-top:max(16px,env(safe-area-inset-top,0));width:100%;box-sizing:border-box;flex-shrink:0}.setup-location-back-btn{width:44px;height:44px;background:transparent;border:none;color:#1a1a1a;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;padding:0;line-height:1}.setup-location-back-btn:hover{background:#0000000d}.setup-location-container .progress-bar{height:3px;background:#e5e5e0;width:100%;flex-shrink:0}.setup-location-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;animation:fadeIn .5s ease;margin-top:-40px}.setup-location-icon{font-size:64px;margin-bottom:24px}.setup-location-title{color:#1a1a1a;font-size:32px;font-weight:700;margin:0 0 12px;line-height:1.2}.setup-location-subtitle{color:#666;font-size:16px;margin:0 0 48px;max-width:400px}.location-form{width:100%;max-width:480px}.location-input-wrapper{position:relative;margin-bottom:12px}.location-input{width:100%;padding:20px 24px;font-size:18px;border:2px solid #e5e5e0;border-radius:16px;background:#fff;color:#1a1a1a;text-align:center;transition:all .2s;box-sizing:border-box}.location-input:focus{outline:none;border-color:#1a1a1a;background:#fff}.location-input::placeholder{color:#999}.location-input:disabled{opacity:.6;cursor:not-allowed}.location-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;max-height:240px;overflow-y:auto;z-index:10;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.location-suggestion-item{padding:16px 20px;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background .2s;text-align:left;color:#333}.location-suggestion-item:last-child{border-bottom:none}.location-suggestion-item:hover{background:#f9fafb}.location-hint{color:#666;font-size:14px;margin:0 0 32px}.location-error{background:#ef4444f2;color:#fff;padding:16px 24px;border-radius:12px;font-size:15px;font-weight:500;margin-bottom:24px;animation:shake .4s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.location-submit-button{width:100%;padding:20px 32px;background:#1a1a1a;color:#fff;border:none;border-radius:16px;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 16px #00000026}.location-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0003}.location-submit-button:active:not(:disabled){transform:translateY(0)}.location-submit-button:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 600px){.setup-location-icon{font-size:48px}.setup-location-title{font-size:28px}.setup-location-subtitle{font-size:15px}.location-input{font-size:16px;padding:18px 20px}.location-submit-button{font-size:16px;padding:18px 28px}}.onboarding-container{min-height:100vh;min-height:100dvh;background:#f5f5f0;display:flex;flex-direction:column;position:relative;padding:env(safe-area-inset-top,0px) 0 env(safe-area-inset-bottom,20px) 0}.progress-bar{position:fixed;top:env(safe-area-inset-top,0px);left:0;right:0;height:3px;background:#e5e5e0;z-index:100}.progress-fill{height:100%;background:#333;transition:width .3s ease}.back-button{position:fixed;top:calc(20px + env(safe-area-inset-top,0px));left:20px;width:44px;height:44px;border-radius:50%;background:transparent;border:none;color:#333;font-size:32px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:50}.back-button:hover{transform:scale(1.05)}.onboarding-step{flex:1;display:flex;align-items:center;justify-content:center;padding:calc(80px + env(safe-area-inset-top,0px)) 20px calc(120px + env(safe-area-inset-bottom,20px));animation:fadeIn .3s ease}.step-content{width:100%;max-width:480px;text-align:left;padding:0 24px;box-sizing:border-box}.step-title{color:#1a1a1a;font-size:32px;font-weight:700;margin:0 0 12px;line-height:1.2}.step-subtitle{color:#666;font-size:16px;margin:0 0 40px;line-height:1.5}.onboarding-input{width:100%;padding:20px 24px;font-size:18px;border:2px solid #e5e5e0;border-radius:16px;background:#fff;color:#1a1a1a;text-align:left;transition:all .2s;box-sizing:border-box;margin:0}.onboarding-input:focus{outline:none;border-color:#1a1a1a;background:#fff}.onboarding-input::placeholder{color:#999}.date-picker{display:flex;gap:16px;justify-content:center;margin-bottom:20px}.date-field{display:flex;flex-direction:column;gap:8px}.date-input{width:80px;padding:16px 12px;font-size:20px;font-weight:600;border:2px solid #e5e5e0;border-radius:12px;background:#fff;color:#1a1a1a;text-align:center;transition:all .2s}.date-input:focus{outline:none;border-color:#1a1a1a;background:#fff}.date-label{color:#666;font-size:14px;font-weight:500}.age-display{color:#1a1a1a;font-size:18px;font-weight:600;margin-top:20px}.gender-identities-list{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto;padding:8px 0;margin-top:8px}.gender-identities-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:10px}.gender-identities-list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:10px}.gender-identities-list::-webkit-scrollbar-thumb:hover{background:#ffffff80}.gender-options{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;align-items:center}.gender-option{width:85%;max-width:400px;padding:20px 24px;border:2px solid transparent;border-radius:16px;background:#fff;color:#1a1a1a;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000000f}.gender-option:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.gender-option.selected{background:#1a1a1a;color:#fff!important;border-color:#1a1a1a}.gender-option.selected .gender-text,.gender-option.selected .check-icon{color:#fff!important}.gender-detail-section{margin-top:24px;width:100%;display:flex;flex-direction:column;align-items:center}.gender-detail-trigger{width:85%;max-width:400px;padding:16px 24px;border:2px solid transparent;border-radius:12px;background:#fff;color:#1a1a1a;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s;margin-bottom:16px;box-shadow:0 2px 8px #0000000f}.gender-detail-trigger:hover{box-shadow:0 4px 12px #0000001a}.trans-options{display:flex;flex-direction:column;gap:12px;animation:fadeIn .3s ease;width:85%;max-width:400px}.trans-option{padding:16px 20px;border:2px solid transparent;border-radius:12px;background:#fff;color:#1a1a1a;font-size:16px;cursor:pointer;display:flex;align-items:center;gap:12px;transition:all .2s;box-shadow:0 2px 8px #0000000f}.trans-option:hover{box-shadow:0 4px 12px #0000001a}.trans-option input[type=radio]{width:20px;height:20px;accent-color:#1a1a1a}.error-message{position:fixed;bottom:calc(130px + env(safe-area-inset-bottom,20px));left:50%;transform:translate(-50%);background:#ef4444f2;color:#fff;padding:18px 28px;border-radius:16px;font-size:15px;font-weight:500;width:calc(100% - 80px);max-width:420px;text-align:center;animation:slideUp .3s ease;box-shadow:0 4px 12px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.next-button{position:fixed;bottom:calc(32px + env(safe-area-inset-bottom,20px));right:32px;width:64px;height:64px;border-radius:50%;background:#1a1a1a;color:#fff;border:none;font-size:28px;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:0 4px 16px #00000026;z-index:50;line-height:0;padding:0 0 2px}.next-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 20px #0003}.next-button:active:not(:disabled){transform:scale(.95)}.next-button:disabled{opacity:.4;cursor:not-allowed}.gender-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:flex-start;justify-content:center;z-index:9999;padding:calc(40px + env(safe-area-inset-top,0px)) 20px calc(40px + env(safe-area-inset-bottom,20px)) 20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease;overflow-y:auto}.gender-modal-content{background:#fff;border-radius:24px;width:100%;max-width:480px;max-height:80vh;max-height:80dvh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s cubic-bezier(.34,1.56,.64,1);margin:auto;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.gender-modal-header{padding:24px 24px 16px;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.gender-modal-header h2{margin:0;font-size:22px;font-weight:700;color:#333}.gender-modal-close{width:36px;height:36px;border-radius:50%;border:none;background:#f5f5f5;color:#666;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.gender-modal-close:hover{background:#e5e5e5;color:#333;transform:scale(1.1)}.gender-modal-body{padding:16px 20px 24px;overflow-y:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;flex:1;max-height:calc(100dvh - 200px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,20px))}.gender-modal-body::-webkit-scrollbar{width:8px}.gender-modal-body::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}.gender-modal-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.gender-modal-body::-webkit-scrollbar-thumb:hover{background:#999}.gender-modal-body .gender-option{background:#f8f8f8;border:2px solid transparent;color:#333;padding:12px 14px;font-size:14px;margin:0;width:100%;max-width:100%;min-height:auto;box-sizing:border-box}.gender-modal-body .gender-option .gender-text{font-size:13px}.gender-modal-body .gender-option:hover{background:#f0f0f0;border-color:#667eea;transform:none}.gender-modal-body .gender-option.selected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea}.gender-modal-body .gender-option.selected .gender-text,.gender-modal-body .gender-option.selected .check-icon{color:#fff}@media (max-width: 600px){.step-title{font-size:28px}.step-subtitle{font-size:15px}.step-content{padding:0 16px}.onboarding-input{font-size:16px;padding:18px 20px}.date-input{width:70px;font-size:18px;padding:14px 8px}.gender-option{font-size:16px;padding:18px 20px;width:90%}.gender-detail-trigger,.trans-options{width:90%}.next-button{width:56px;height:56px;bottom:calc(24px + env(safe-area-inset-bottom,20px));right:24px;font-size:28px}.back-button{font-size:28px}.error-message{width:calc(100% - 60px);bottom:calc(110px + env(safe-area-inset-bottom,20px))}.gender-modal-content{max-height:85vh;max-height:85dvh;border-radius:20px}.gender-modal-header{padding:20px 20px 12px}.gender-modal-header h2{font-size:20px}.gender-modal-body{padding:12px 20px 20px;max-height:calc(85dvh - 100px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,20px))}}.onboarding-wrapper{min-height:100vh;min-height:100dvh;background:#f5f5f0;display:flex;flex-direction:column;position:relative;overflow-x:hidden;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,20px)}.onboarding-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;width:100%;box-sizing:border-box;flex-shrink:0}.onboarding-language-selector{z-index:100}.onboarding-progress{width:100%;flex-shrink:0}.progress-bar{height:4px;background:#e5e5e0;width:100%}.progress-fill{height:100%;background:#1a1a1a;transition:width .3s ease}.onboarding-step{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:10px 20px calc(120px + env(safe-area-inset-bottom,20px));position:relative;overflow-y:auto;overflow-x:hidden;margin-top:-10px}.fade-in{animation:fadeIn .4s ease}.back-button-onboarding{width:48px;height:48px;border-radius:50%;background:transparent;border:none;color:#1a1a1a;font-size:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;padding:0;line-height:1}.back-button-onboarding:hover{background:#0000000d;transform:scale(1.05)}.back-button-placeholder{width:44px;height:44px;flex-shrink:0}.step-content{width:100%;max-width:420px;text-align:left;padding:0 20px;display:flex;flex-direction:column;align-items:stretch;box-sizing:border-box;margin:0 auto}.onboarding-title{color:#1a1a1a;font-size:32px;font-weight:700;margin:0 0 12px;line-height:1.2;text-align:left;width:100%}.onboarding-subtitle{color:#666;font-size:16px;margin:0 0 40px;line-height:1.5;text-align:left;width:100%}.onboarding-input-large{width:100%;padding:20px 24px;font-size:18px;border:2px solid #e5e5e0;border-radius:16px;background:#fff;color:#1a1a1a;text-align:left;transition:all .2s;box-sizing:border-box}.onboarding-input-large:focus{outline:none;border-color:#1a1a1a;background:#fff}.onboarding-input-large::placeholder{color:#999}.onboarding-input-large:disabled{opacity:.6;cursor:not-allowed}.date-picker-container{width:100%;display:flex;flex-direction:column;align-items:stretch}.date-picker-display{background:#fff;border:2px solid #e5e5e0;border-radius:16px;padding:20px 24px;margin-bottom:24px;text-align:center;width:100%}.date-display-text{color:#1a1a1a;font-size:18px;font-weight:600}.date-display-placeholder{color:#999;font-size:18px}.date-picker-wheels{display:flex;gap:10px;justify-content:space-between;margin-bottom:16px;width:100%}.date-wheel{flex:1;min-width:0;max-width:110px;padding:16px 8px;font-size:16px;font-weight:600;border:2px solid #e5e5e0;border-radius:12px;background:#fff;color:#1a1a1a;text-align:center;cursor:pointer;transition:all .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box}.date-wheel:focus{outline:none;border-color:#1a1a1a;background:#fff}.date-wheel:disabled{opacity:.6;cursor:not-allowed}.age-display{color:#1a1a1a;font-size:16px;font-weight:600;margin-top:8px;text-align:center}.gender-options-onboarding{display:flex;flex-direction:column;gap:10px;width:100%;align-items:stretch}.gender-identities-list{display:flex;flex-direction:column;gap:8px;max-height:150px;overflow-y:auto;padding:4px 4px 4px 0;margin:0;width:100%}.gender-identities-list::-webkit-scrollbar{width:6px}.gender-identities-list::-webkit-scrollbar-track{background:#e5e5e5;border-radius:10px}.gender-identities-list::-webkit-scrollbar-thumb{background:#999;border-radius:10px}.gender-identities-list::-webkit-scrollbar-thumb:hover{background:#666}.gender-option-btn{width:100%;padding:16px 20px;border:2px solid transparent;border-radius:14px;background:#fff;color:#1a1a1a;font-size:17px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000000f}.gender-option-btn:hover:not(:disabled){box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.gender-option-btn.selected{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.gender-option-btn.selected .gender-option-text{color:#fff}.gender-option-btn.selected .check-icon{color:#4ade80}.gender-option-btn:disabled{opacity:.6;cursor:not-allowed}.gender-option-text{text-align:left;color:#1a1a1a}.check-icon{font-size:24px;color:#4ade80}.gender-other-note{font-size:13px;color:#666;font-style:italic;margin:4px 0 0;padding:0 4px;text-align:center}.gender-detail-btn{width:100%;padding:14px 20px;margin-top:4px;border:2px solid transparent;border-radius:10px;background:#fff;color:#1a1a1a;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s;box-shadow:0 2px 8px #0000000f}.gender-detail-btn:hover:not(:disabled){box-shadow:0 4px 12px #0000001a}.gender-detail-btn:disabled{opacity:.6;cursor:not-allowed}.expand-icon{font-size:24px;font-weight:400;transition:transform .2s}.expand-icon.expanded{font-weight:300}.gender-detail-expanded{margin-top:12px;margin-bottom:0;display:flex;flex-direction:column;gap:8px;animation:fadeIn .3s ease;width:100%;background:#f5f5f0;border-radius:16px;padding:12px;box-sizing:border-box}.gender-detail-option{width:100%;padding:14px 16px;border:2px solid transparent;border-radius:10px;background:#fff;color:#1a1a1a;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s;box-shadow:0 1px 4px #0000000d;flex-shrink:0}.gender-detail-option:hover:not(:disabled){box-shadow:0 4px 12px #0000001a}.gender-detail-option.selected{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.gender-detail-option.selected .gender-detail-text{color:#fff}.gender-detail-option.selected .radio-dot{color:#4ade80}.gender-detail-option:disabled{opacity:.6;cursor:not-allowed}.gender-detail-text{text-align:left;color:#1a1a1a}.radio-dot{font-size:20px;color:#4ade80}.onboarding-error{background:#ef4444f2;color:#fff;padding:16px 24px;border-radius:12px;font-size:15px;font-weight:500;width:100%;max-width:100%;text-align:center;animation:fadeIn .3s ease;box-shadow:0 4px 12px #0003;margin-top:20px}.onboarding-continue-btn{position:fixed;bottom:calc(32px + env(safe-area-inset-bottom,20px));right:32px;width:64px;height:64px;border-radius:16px;background:#1a1a1a;color:#fff;border:none;font-size:24px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:0 4px 16px #00000026;z-index:50;padding:0;line-height:1}.onboarding-continue-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 20px #0003}.onboarding-continue-btn:active:not(:disabled){transform:scale(.95)}.onboarding-continue-btn:disabled{opacity:.4;cursor:not-allowed}.continue-arrow{font-size:24px;line-height:1;display:flex;align-items:center;justify-content:center;margin-top:-2px}.small-spinner-white{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 600px){.onboarding-header{padding:12px 16px}.onboarding-title{font-size:26px}.onboarding-subtitle{font-size:15px;margin-bottom:32px}.onboarding-input-large{font-size:16px;padding:18px 20px}.date-picker-display{padding:18px 20px}.date-display-text,.date-display-placeholder{font-size:16px}.date-picker-wheels{gap:8px}.date-wheel{flex:1;min-width:0;max-width:95px;padding:14px 6px;font-size:15px}.gender-option-btn{font-size:16px;padding:16px 18px}.onboarding-continue-btn{width:56px;height:56px;bottom:calc(24px + env(safe-area-inset-bottom,20px));right:24px;font-size:24px}.continue-arrow{font-size:22px;margin-top:-2px}.gender-identities-list{max-height:140px}.step-content{padding:0 20px;max-width:calc(100% - 40px)}.onboarding-step{padding:24px 4px calc(100px + env(safe-area-inset-bottom,20px))}}.photo-upload-container{min-height:100vh;min-height:100dvh;background:#f5f5f0;display:flex;flex-direction:column;position:relative}.photo-upload-top-bar{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;padding-top:max(16px,env(safe-area-inset-top,0));width:100%;box-sizing:border-box;flex-shrink:0}.photo-back-btn{width:44px;height:44px;background:transparent;border:none;color:#1a1a1a;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;padding:0;line-height:1}.photo-back-btn:hover{background:#0000000d}.photo-upload-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:0 20px calc(90px + env(safe-area-inset-bottom,20px));max-width:400px;margin:-20px auto 0;width:100%;animation:fadeIn .4s ease;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.photo-upload-header{text-align:left;margin-bottom:16px;width:100%;padding:0 16px}.photo-upload-title{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 8px;line-height:1.2}.photo-upload-subtitle{font-size:15px;color:#666;margin:0;line-height:1.4;font-weight:500}.photo-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:16px;width:100%;max-width:320px;margin:0 auto 20px;padding:8px;box-sizing:border-box}.photo-slot{position:relative;background:transparent;border-radius:12px;cursor:pointer;transition:all .2s ease;aspect-ratio:3/4}.photo-slot:hover{transform:scale(1.02);box-shadow:0 4px 20px #0000001f}.photo-slot:active{transform:scale(.98)}.photo-slot.has-photo{background:#f0f0f0;overflow:hidden;box-shadow:0 1px 4px #00000014}.photo-slot.has-photo img{width:100%;height:100%;object-fit:cover;border-radius:12px}.photo-delete-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;background:#0009;border:none;border-radius:50%;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.photo-delete-btn:hover{background:#dc2626e6;transform:scale(1.1)}.photo-primary-badge{position:absolute;bottom:8px;left:8px;background:#000000b3;color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.photo-upload-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;border:2px dashed #d1d5db;border-radius:12px;color:#9ca3af;transition:all .2s ease;background:#fafafa;position:relative;box-sizing:border-box;box-shadow:0 1px 4px #00000014}.photo-slot:hover .photo-upload-placeholder{border-color:#999;background:#f5f5f5}.photo-upload-placeholder .upload-icon{position:absolute;bottom:-8px;right:-8px;width:32px;height:32px;background:#1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;transition:all .2s ease;font-weight:600;box-shadow:0 2px 8px #0003;z-index:10}.photo-slot:hover .photo-upload-placeholder .upload-icon{transform:scale(1.1)}.photo-upload-placeholder span:last-child{display:none}.photo-uploading{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#f5f5f5}.upload-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#1a1a1a;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.photo-uploading span{font-size:13px;color:#666;font-weight:500}.photo-counter{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;width:100%;margin-bottom:12px}.counter-current{font-size:14px;font-weight:600;color:#666}.counter-current.complete{color:#16a34a}.counter-divider{color:#d1d5db;font-size:12px}.counter-requirement{font-size:13px;color:#666;font-weight:500}.photo-progress{width:100%;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:24px}.photo-progress-fill{height:100%;background:#1a1a1a;border-radius:3px;transition:width .3s ease}.photo-progress-fill.complete{background:#16a34a}.photo-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:12px;font-size:14px;text-align:center;width:100%;margin-bottom:16px;animation:shake .3s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.photo-continue-btn{position:fixed;bottom:calc(20px + env(safe-area-inset-bottom,20px));left:20px;right:20px;max-width:360px;margin:0 auto;padding:14px 28px;background:#e5e5e5;color:#9ca3af;border:none;border-radius:32px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;box-shadow:none;z-index:50}.photo-continue-btn:not(:disabled){background:#3b82f6;color:#fff;box-shadow:0 2px 8px #3b82f64d}.photo-continue-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px #0003}.photo-continue-btn:active:not(:disabled){transform:translateY(0)}.photo-continue-btn:disabled{background:#e5e5e5;color:#9ca3af;cursor:not-allowed;box-shadow:none}.photo-continue-btn:disabled:hover{transform:none}.photo-file-input{display:none}@media (max-width: 480px){.photo-upload-content{padding:0 16px calc(85px + env(safe-area-inset-bottom,20px))}.photo-upload-header{padding:0 8px}.photo-upload-title{font-size:26px}.photo-upload-subtitle{font-size:14px}.photo-grid{gap:14px;max-width:280px;padding:6px}.photo-slot,.photo-slot.has-photo img,.photo-upload-placeholder{border-radius:10px}.photo-upload-placeholder .upload-icon{width:28px;height:28px;font-size:16px;bottom:-6px;right:-6px}.photo-continue-btn{left:16px;right:16px;padding:14px 24px;font-size:15px}}@media (prefers-color-scheme: dark){.photo-upload-container{background:#121212}.photo-slot{background:#1e1e1e}.photo-upload-placeholder{background:#1e1e1e;border-color:#333;color:#666}.photo-slot:hover .photo-upload-placeholder{border-color:#444;background:#2a2a2a}.photo-upload-placeholder .upload-icon{background:#fff;color:#1a1a1a}.counter-current,.counter-requirement{color:#888}.photo-progress{background:#333}.photo-progress-fill{background:#fff}.photo-upload-title{color:#fff}.photo-upload-subtitle{color:#888}}.unmatch-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.unmatch-modal{background:#fff;border-radius:20px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.unmatch-modal-header{padding:24px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.unmatch-modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.unmatch-modal-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.unmatch-modal-close:hover{background:#f3f4f6;color:#111827}.unmatch-modal-content{padding:24px}.unmatch-policy-info{display:flex;gap:16px;padding:16px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:12px;margin-bottom:24px}.policy-icon{font-size:2rem;flex-shrink:0}.policy-text h3{margin:0 0 8px;font-size:1rem;font-weight:600;color:#92400e}.policy-text p{margin:0;font-size:.875rem;color:#78350f;line-height:1.5}.unmatch-message-input{margin-bottom:20px}.unmatch-message-input label{display:block;font-weight:600;color:#374151;margin-bottom:8px;font-size:.95rem}.unmatch-message-input textarea{width:100%;padding:12px 16px;border:2px solid #d1d5db;border-radius:12px;font-size:1rem;font-family:inherit;resize:vertical;transition:all .2s}.unmatch-message-input textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.unmatch-message-input textarea.error{border-color:#ef4444}.character-count{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:.875rem}.character-count .valid{color:#10b981;font-weight:600}.character-count .invalid{color:#6b7280}.character-count .min-warning{color:#f59e0b;font-size:.8rem}.unmatch-error{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.875rem;margin-bottom:16px}.error-icon{font-size:1.2rem}.unmatch-examples{background:#f9fafb;padding:16px;border-radius:12px;margin-top:20px}.examples-title{margin:0 0 12px;font-weight:600;color:#374151;font-size:.9rem}.unmatch-examples ul{margin:0;padding-left:20px}.unmatch-examples li{color:#6b7280;font-size:.875rem;margin-bottom:8px;line-height:1.5}.unmatch-modal-actions{display:flex;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb}.unmatch-cancel-btn,.unmatch-confirm-btn{flex:1;padding:14px 24px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.unmatch-cancel-btn{background:#f3f4f6;color:#374151}.unmatch-cancel-btn:hover:not(:disabled){background:#e5e7eb}.unmatch-confirm-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.unmatch-confirm-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.unmatch-cancel-btn:disabled,.unmatch-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.unmatch-footer-note{padding:0 24px 24px;margin:0;font-size:.8rem;color:#6b7280;text-align:center}@media (prefers-color-scheme: dark){.unmatch-modal{background:#1f2937}.unmatch-modal-header{border-bottom-color:#374151}.unmatch-modal-header h2{color:#f9fafb}.unmatch-modal-close{color:#9ca3af}.unmatch-modal-close:hover{background:#374151;color:#f9fafb}.unmatch-message-input label{color:#e5e7eb}.unmatch-message-input textarea{background:#374151;border-color:#4b5563;color:#f9fafb}.unmatch-message-input textarea:focus{border-color:#667eea}.unmatch-examples{background:#374151}.examples-title{color:#e5e7eb}.unmatch-examples li{color:#9ca3af}.unmatch-modal-actions{border-top-color:#374151}.unmatch-cancel-btn{background:#374151;color:#e5e7eb}.unmatch-cancel-btn:hover:not(:disabled){background:#4b5563}.unmatch-footer-note{color:#9ca3af}}@media (max-width: 600px){.unmatch-modal{max-height:95vh;border-radius:20px 20px 0 0;margin-top:auto}.unmatch-modal-header h2{font-size:1.25rem}.unmatch-modal-actions{flex-direction:column-reverse}.unmatch-cancel-btn,.unmatch-confirm-btn{width:100%}}.report-block-modal{max-width:480px}.modal-subtitle{font-size:14px;color:#757575;text-align:center;margin:0 0 24px}.action-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.action-btn{display:flex;align-items:center;gap:16px;padding:20px;background:#f8f8f8;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.action-btn:hover{background:#f0f0f0;border-color:#fe3c72}.action-btn:active{transform:scale(.98)}.action-icon{font-size:32px;flex-shrink:0}.action-info h4{font-size:16px;font-weight:600;color:#424242;margin:0 0 4px}.action-info p{font-size:13px;color:#757575;margin:0;line-height:1.3}.report-reasons{display:flex;flex-direction:column;gap:8px;margin-bottom:24px;max-height:400px;overflow-y:auto}.reason-option{display:flex;align-items:center;gap:12px;padding:14px;background:#f8f8f8;border-radius:8px;cursor:pointer;transition:background .2s ease}.reason-option:hover{background:#f0f0f0}.reason-option input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:#FE3C72}.reason-label{font-size:15px;color:#424242;font-weight:500}.anti-ghosting-notice{display:flex;gap:12px;padding:16px;background:#fff3e0;border-left:4px solid #FF9800;border-radius:8px;margin-bottom:16px}.notice-icon{font-size:24px;flex-shrink:0}.anti-ghosting-notice p{font-size:14px;color:#424242;margin:0;line-height:1.4}.final-message-input{width:100%;padding:14px;border:2px solid #e0e0e0;border-radius:12px;font-size:15px;font-family:inherit;resize:vertical;transition:border-color .2s ease;margin-bottom:8px}.final-message-input:focus{outline:none;border-color:#fe3c72}.char-count{text-align:right;font-size:13px;color:#999;margin-bottom:16px}.report-context-note{background:#fff5f7;padding:12px;border-radius:8px;margin-bottom:20px}.report-context-note p{font-size:13px;color:#757575;margin:0;font-style:italic}.modal-actions-horizontal{display:flex;gap:12px}.secondary-btn,.primary-btn,.cancel-btn{flex:1;padding:14px 24px;border-radius:25px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.secondary-btn{background:#f0f0f0;color:#757575}.secondary-btn:active{background:#e0e0e0}.primary-btn{background:linear-gradient(135deg,#fe3c72,#ff655b);color:#fff}.primary-btn:active{transform:scale(.98)}.primary-btn.danger{background:#d32f2f}.primary-btn.danger:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.primary-btn.danger:active:not(:disabled){background:#b71c1c}.cancel-btn{background:none;color:#757575;border:2px solid #e0e0e0;margin-top:8px}.cancel-btn:active{background:#f8f8f8}@media (prefers-color-scheme: dark){.action-btn,.reason-option{background:#222}.action-btn:hover,.reason-option:hover{background:#2a2a2a}.action-info h4,.reason-label{color:#e0e0e0}.action-info p,.modal-subtitle,.anti-ghosting-notice p,.report-context-note p{color:#999}.final-message-input{background:#222;border-color:#444;color:#e0e0e0}.final-message-input:focus{border-color:#fe3c72}.secondary-btn{background:#333;color:#999}.secondary-btn:active{background:#444}.cancel-btn{background:none;color:#999;border-color:#444}.cancel-btn:active{background:#222}}@media (max-width: 480px){.report-block-modal{max-width:100%;margin:0;border-radius:20px 20px 0 0;position:fixed;bottom:0;left:0;right:0;animation:slideUpMobile .3s ease}@keyframes slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.bottom-navigation{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e0e0e0;padding-bottom:env(safe-area-inset-bottom,0);z-index:1000;box-shadow:0 -2px 10px #0000000d}.bottom-nav-container{display:flex;justify-content:space-around;align-items:center;max-width:600px;margin:0 auto;padding:8px 0}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px 16px;transition:all .2s ease;position:relative;color:#666;flex:1}.nav-item:active{transform:scale(.95)}.nav-item.active{color:#fe3c72}.nav-icon{position:relative;font-size:24px;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.icon-emoji{filter:grayscale(.5);transition:filter .2s ease}.nav-item.active .icon-emoji{filter:grayscale(0)}.nav-badge{position:absolute;top:-4px;right:-4px;background:#fe3c72;color:#fff;font-size:10px;font-weight:700;padding:2px 5px;border-radius:10px;min-width:16px;text-align:center}.nav-profile-photo{width:32px;height:32px;border-radius:50%;overflow:hidden;border:2px solid transparent;transition:border-color .2s ease}.nav-item.active .nav-profile-photo{border-color:#fe3c72}.profile-img{width:100%;height:100%;object-fit:cover}.nav-label{font-size:11px;font-weight:500;transition:color .2s ease}.nav-item.active .nav-label{font-weight:600}@media (prefers-color-scheme: dark){.bottom-navigation{background:#1a1a1a;border-top-color:#333}.nav-item{color:#999}.nav-item.active{color:#fe3c72}}@media (min-width: 768px){.bottom-nav-container{padding:12px 0}.nav-item{padding:12px 24px}.nav-icon{font-size:28px;width:36px;height:36px}.nav-profile-photo{width:36px;height:36px}.nav-label{font-size:12px}}.dating-hub{min-height:100vh;min-height:100dvh;background:#f5f5f0;padding-bottom:calc(70px + env(safe-area-inset-bottom,0))}.hub-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;padding-top:max(16px,env(safe-area-inset-top,0));background:#fff;border-bottom:1px solid #e5e5e0}.hub-logo{height:32px;filter:brightness(0) invert(1)}.hub-logo-text{display:flex;align-items:center;gap:8px}.hub-logo-image{height:40px;width:auto;object-fit:contain;background:transparent;display:block}.hub-header-icons{display:flex;gap:12px}.icon-btn{background:#fff3;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:20px}.icon-btn:active{transform:scale(.95);background:#ffffff4d}.hub-content{padding:20px;max-width:600px;margin:0 auto}.hub-welcome{background:#fff;border-radius:20px;padding:24px;margin-bottom:20px;box-shadow:0 4px 20px #0000001a}.hub-welcome h1{font-size:24px;font-weight:700;color:#424242;margin:0 0 8px}.hub-welcome p{font-size:15px;color:#757575;margin:0;line-height:1.5}.profile-hidden-message{background:#fff;border-radius:20px;padding:40px 24px;text-align:center;box-shadow:0 4px 20px #0000001a}.hidden-icon{font-size:64px;margin-bottom:16px}.profile-hidden-message h2{font-size:24px;font-weight:700;color:#424242;margin:0 0 12px}.profile-hidden-message p{font-size:15px;color:#757575;margin:0 0 24px;line-height:1.5}.activate-profile-btn{background:linear-gradient(135deg,#fe3c72,#ff655b);color:#fff;border:none;padding:14px 32px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease}.activate-profile-btn:active{transform:scale(.98)}.suggestions-section{margin-bottom:24px}.suggestions-list{display:flex;flex-direction:column;gap:16px}.suggestion-card{background:#fff;border-radius:16px;padding:16px;display:flex;gap:16px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 10px #0000001a}.suggestion-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.suggestion-card:active{transform:scale(.98)}.suggestion-photo{width:80px;height:80px;flex-shrink:0}.suggestion-photo img{width:100%;height:100%;border-radius:12px;object-fit:cover}.suggestion-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.suggestion-header{display:flex;align-items:baseline;gap:2px}.suggestion-name{font-size:18px;font-weight:700;color:#424242}.suggestion-age{font-size:18px;font-weight:400;color:#757575}.suggestion-location{font-size:14px;color:#999;margin:0}.suggestion-bio{font-size:14px;color:#757575;margin:8px 0 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.notifications-section{margin-bottom:20px}.section-title{font-size:18px;font-weight:700;color:#424242;margin:0 0 12px;padding:0 4px}.notifications-list{display:flex;flex-direction:column;gap:12px}.notification-card{background:#fff;border-radius:16px;padding:16px;display:flex;gap:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 10px #0000001a}.notification-card:active{transform:scale(.98)}.notification-card.unread{background:linear-gradient(135deg,#fff,#fff5f7);box-shadow:0 2px 10px #fe3c7226}.notification-avatar{position:relative;width:56px;height:56px;flex-shrink:0}.notification-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.unread-dot{position:absolute;top:0;right:0;width:14px;height:14px;background:#fe3c72;border:3px solid white;border-radius:50%}.notification-content{flex:1;min-width:0}.notification-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.notification-from{font-size:15px;font-weight:600;color:#424242}.notification-time{font-size:13px;color:#999}.notification-preview{font-size:14px;color:#757575;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-state{background:#fff;border-radius:20px;padding:40px 24px;text-align:center;box-shadow:0 4px 20px #0000001a}.empty-state h3{font-size:20px;font-weight:700;color:#424242;margin:0 0 8px}.empty-state p{font-size:15px;color:#757575;margin:0}.hub-tips{margin-top:20px}.tip-card{background:#fffffff2;border-radius:16px;padding:16px;display:flex;gap:12px;box-shadow:0 2px 10px #0000001a}.tip-icon{font-size:28px;flex-shrink:0}.tip-content h4{font-size:15px;font-weight:600;color:#424242;margin:0 0 4px}.tip-content p{font-size:14px;color:#757575;margin:0;line-height:1.4}@media (prefers-color-scheme: dark){.hub-welcome,.notification-card,.suggestion-card,.empty-state,.tip-card,.profile-hidden-message{background:#1a1a1a}.hub-welcome h1,.notification-from,.suggestion-name,.empty-state h3,.tip-content h4,.profile-hidden-message h2{color:#e0e0e0}.hub-welcome p,.notification-preview,.suggestion-age,.suggestion-location,.suggestion-bio,.empty-state p,.tip-content p,.profile-hidden-message p{color:#999}}@media (min-width: 768px){.hub-header{padding:20px 32px}.hub-content,.hub-welcome{padding:32px}.hub-welcome h1{font-size:28px}.notification-card{padding:20px}}.dating-messages{height:100vh;height:100dvh;background:#fff;display:flex;flex-direction:column;overflow:hidden}.messages-header{background:#fff;padding:20px;padding-top:max(20px,env(safe-area-inset-top,0));border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:100}.messages-header h1{font-size:28px;font-weight:700;color:#1a1a1a;margin:0;text-align:center}.messages-tabs{display:flex;border-bottom:1px solid #f0f0f0;background:#fff;position:sticky;top:0;z-index:50}.messages-tab{flex:1;padding:14px 20px;background:transparent;border:none;font-size:15px;font-weight:600;color:#999;cursor:pointer;position:relative;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.messages-tab.active{color:#fe3c72}.messages-tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#fe3c72;border-radius:3px 3px 0 0}.tab-badge{display:inline-flex;align-items:center;justify-content:center;background:#fe3c72;color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;padding:0 5px;border-radius:9px}.messages-content{max-width:600px;width:100%;margin:0 auto;flex:1;overflow-y:auto;overflow-x:hidden;padding-bottom:calc(80px + env(safe-area-inset-bottom,0))}.requests-tab-content{padding:20px}.requests-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;justify-items:center}.request-bubble{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:transform .2s ease}.request-bubble:active{transform:scale(.95)}.request-bubble-photo{position:relative;width:90px;height:90px}.request-bubble-photo img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center 20%;border:3px solid #f0f0f0;box-shadow:0 2px 8px #0000001a}.request-unseen-dot{position:absolute;top:2px;right:2px;width:18px;height:18px;background:#fe3c72;border-radius:50%;border:3px solid white}.request-bubble-name{font-size:14px;font-weight:600;color:#1a1a1a;max-width:90px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.matches-section,.matches-list{background:#fff}.match-item{display:flex;gap:12px;padding:14px 16px;cursor:pointer;transition:background .2s ease;border-bottom:1px solid #f5f5f5;width:100%;box-sizing:border-box;overflow:hidden}.match-item:active{background:#f8f8f8}.match-item.maia-chat{background:#fff}.match-photo{position:relative;width:56px;height:56px;flex-shrink:0;align-self:center;border-radius:50%;overflow:hidden;background:transparent}.match-photo img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center 20%;background:transparent}.unread-dot{position:absolute;top:0;right:0;width:14px;height:14px;background:#fe3c72;border-radius:50%;border:2px solid white}.match-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.match-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;min-width:0;width:100%}.match-name{font-size:16px;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:4px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.maia-badge{font-size:14px}.match-time{font-size:13px;color:#999;flex-shrink:0;margin-left:8px;white-space:nowrap}.match-last-message-container{display:flex;align-items:center;min-width:0;width:100%;overflow:hidden;gap:6px}.your-turn-badge{display:inline-block;background:linear-gradient(135deg,#fe3c72,#ff655b);color:#fff;font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;margin-right:6px;flex-shrink:0}.match-last-message{font-size:14px;color:#757575;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.match-last-message.unread{font-weight:600;color:#1a1a1a}.profile-modal-overlay{position:fixed;inset:0;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.profile-modal-content-tinder{background:#121212;width:100%;height:100%;max-width:500px;max-height:100vh;max-height:100dvh;display:flex;flex-direction:column;animation:slideUp .3s ease;position:relative;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.profile-modal-close-tinder{position:absolute;top:max(12px,env(safe-area-inset-top,0));right:12px;width:40px;height:40px;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;z-index:100;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-modal-close-tinder:active{transform:scale(.95);background:#000000b3}.profile-modal-scroll{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.profile-photo-section{position:relative;width:100%;aspect-ratio:3/4;background:#1a1a1a;-webkit-user-select:none;user-select:none;touch-action:pan-y;cursor:pointer}.profile-photo-section img{width:100%;height:100%;object-fit:cover;object-position:center 20%;pointer-events:none}.photo-indicators-tinder{position:absolute;top:max(8px,env(safe-area-inset-top,0));left:8px;right:8px;display:flex;gap:4px;z-index:10}.photo-indicator-bar{flex:1;height:3px;background:#ffffff59;border-radius:2px;transition:background .2s ease}.photo-indicator-bar.active{background:#fff}.photo-gradient-overlay{position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(to top,rgba(18,18,18,1) 0%,rgba(18,18,18,.8) 40%,transparent 100%);pointer-events:none}.profile-info-section{padding:0 20px 120px;background:#121212;margin-top:-40px;position:relative;z-index:5}.profile-name-row{display:flex;align-items:baseline;gap:10px;margin-bottom:4px}.profile-name-row h2{font-size:28px;font-weight:700;color:#fff;margin:0}.profile-age{font-size:24px;font-weight:400;color:#fff}.profile-location-tinder{display:flex;align-items:center;gap:6px;font-size:14px;color:#a0a0a0;margin:0 0 16px}.profile-location-tinder svg{flex-shrink:0}.profile-bio-tinder{margin-bottom:20px}.profile-bio-tinder p{font-size:15px;color:#e0e0e0;margin:0;line-height:1.6}.maia-suggestion-card{background:linear-gradient(135deg,#2a1a1f,#1f1a2a);border-radius:16px;padding:16px;margin-bottom:16px;border:1px solid rgba(254,60,114,.2)}.maia-suggestion-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.maia-avatar-small{width:32px;height:32px;border-radius:50%;object-fit:cover}.maia-name{font-size:14px;font-weight:600;color:#fe3c72}.maia-suggestion-text{font-size:14px;color:#e0e0e0;margin:0;line-height:1.5;font-style:italic}.profile-initial-message{background:#ffffff0d;border-radius:12px;padding:14px 16px;margin-bottom:16px}.profile-initial-message .message-label{font-size:12px;font-weight:600;color:#fe3c72;display:block;margin-bottom:6px}.profile-initial-message p{font-size:14px;color:#e0e0e0;margin:0;line-height:1.5}.profile-actions-tinder{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:32px;padding:20px;padding-bottom:max(20px,env(safe-area-inset-bottom,0));background:linear-gradient(to top,#121212 60%,transparent 100%);z-index:50}.action-btn-round{width:64px;height:64px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 15px #0000004d}.action-btn-round:active{transform:scale(.9)}.action-btn-round.reject{background:#fff;color:#dc2626}.action-btn-round.reject:active{background:#fef2f2}.action-btn-round.accept{background:#22c55e;color:#fff}.action-btn-round.accept:active{background:#16a34a}.profile-modal-content{background:#fff;border-radius:20px;width:100%;max-width:400px;max-height:90vh;max-height:90dvh;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .3s ease;position:relative}.profile-modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;background:#00000080;border:none;border-radius:50%;color:#fff;font-size:18px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.profile-modal-photos{position:relative;width:100%;aspect-ratio:3/4;background:#f0f0f0}.profile-modal-photos img{width:100%;height:100%;object-fit:cover}.photo-indicators{position:absolute;top:12px;left:12px;right:48px;display:flex;gap:4px}.photo-indicator{flex:1;height:4px;background:#fff6;border:none;border-radius:2px;cursor:pointer;transition:all .2s ease}.photo-indicator.active{background:#fff}.profile-modal-info{padding:20px;flex:1;overflow-y:auto}.profile-modal-info h2{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 4px}.profile-location{font-size:14px;color:#666;margin:0 0 16px}.profile-reason{background:#f8f8f8;border-radius:12px;padding:12px 16px;margin-bottom:16px}.reason-label{font-size:12px;font-weight:600;color:#fe3c72;display:block;margin-bottom:4px}.profile-reason p{font-size:14px;color:#1a1a1a;margin:0;line-height:1.5}.profile-bio p{font-size:15px;color:#424242;margin:0 0 16px;line-height:1.5}.profile-message{background:#fff5f7;border-left:3px solid #FE3C72;padding:12px 16px;border-radius:8px;display:flex;gap:8px;margin-bottom:16px}.profile-message .message-icon{font-size:18px;flex-shrink:0}.profile-message p{font-size:14px;color:#1a1a1a;margin:0;line-height:1.4}.profile-modal-actions{display:flex;gap:12px;padding:16px 20px;border-top:1px solid #f0f0f0}.action-reject,.action-accept{flex:1;padding:14px 24px;border:none;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.action-reject{background:#dc2626;color:#fff}.action-reject:active{transform:scale(.98);background:#b91c1c}.action-accept{background:#16a34a;color:#fff}.action-accept:active{transform:scale(.98);background:#15803d}.empty-state{padding:60px 20px;text-align:center}.empty-icon{font-size:64px;margin-bottom:16px}.empty-state h3{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.empty-state p{font-size:15px;color:#757575;margin:0;line-height:1.5}@media (prefers-color-scheme: dark){.dating-messages{background:#121212}.messages-header{background:#1a1a1a;border-color:#333}.messages-header h1{color:#e0e0e0}.messages-tabs{background:#1a1a1a;border-color:#333}.messages-tab{color:#888}.messages-tab.active{color:#fe3c72}.requests-tab-content{background:#121212}.request-bubble-photo img{border-color:#333}.request-unseen-dot{border-color:#1a1a1a}.request-bubble-name{color:#e0e0e0}.matches-section,.matches-list{background:#1a1a1a}.match-item{border-color:#2a2a2a}.match-item:active{background:#222}.match-item.maia-chat{background:#1a1a1a}.match-name{color:#e0e0e0}.match-last-message{color:#888}.match-last-message.unread{color:#e0e0e0}.unread-dot{border-color:#1a1a1a}.profile-modal-content{background:#1a1a1a}.profile-modal-info h2{color:#e0e0e0}.profile-location{color:#888}.profile-reason{background:#2a2a2a}.profile-reason p{color:#e0e0e0}.profile-bio p{color:#ccc}.profile-message{background:#2a1a1f}.profile-message p{color:#e0e0e0}.profile-modal-actions{border-color:#333}.empty-state h3{color:#e0e0e0}.empty-state p{color:#888}}.match-celebration-overlay{position:fixed;inset:0;background:linear-gradient(135deg,#fe3c72,#ff655b,#fe3c72);z-index:10000;display:flex;align-items:center;justify-content:center;animation:matchFadeIn .3s ease}@keyframes matchFadeIn{0%{opacity:0}to{opacity:1}}.match-celebration-content{text-align:center;padding:40px 30px;max-width:350px;width:100%}.match-celebration-hearts{font-size:48px;margin-bottom:16px;animation:heartPulse 1s ease infinite}@keyframes heartPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.match-celebration-title{font-size:36px;font-weight:800;color:#fff;margin:0 0 8px;text-shadow:0 2px 10px rgba(0,0,0,.2)}.match-celebration-subtitle{font-size:16px;color:#ffffffe6;margin:0 0 32px}.match-celebration-photos{display:flex;justify-content:center;align-items:center;gap:-20px;margin-bottom:40px}.match-photo-circle{width:100px;height:100px;border-radius:50%;border:4px solid white;overflow:hidden;box-shadow:0 4px 20px #0003;animation:photoSlideIn .5s ease}.match-photo-circle:first-child{transform:translate(15px);animation-delay:.1s}.match-photo-circle:last-child{transform:translate(-15px);animation-delay:.2s}@keyframes photoSlideIn{0%{opacity:0;transform:scale(.5)}to{opacity:1}}.match-photo-circle img{width:100%;height:100%;object-fit:cover}.match-celebration-actions{display:flex;flex-direction:column;gap:12px}.match-action-btn{width:100%;padding:16px 24px;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.match-action-btn.primary{background:#fff;color:#fe3c72}.match-action-btn.primary:active{transform:scale(.98);background:#f5f5f5}.match-action-btn.secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5)}.match-action-btn.secondary:active{transform:scale(.98);background:#ffffff4d}@media (min-width: 768px){.messages-header{padding:24px 32px}.match-item{padding:16px 32px}.requests-tab-content{padding:32px}.requests-grid{grid-template-columns:repeat(4,1fr);gap:24px}.request-bubble-photo{width:100px;height:100px}.request-bubble-name{max-width:100px;font-size:15px}.profile-modal-content-tinder{max-height:90vh;max-height:90dvh;border-radius:20px}}@media (max-width: 380px){.requests-grid{grid-template-columns:repeat(2,1fr);gap:16px}.request-bubble-photo{width:80px;height:80px}.request-bubble-name{max-width:80px;font-size:13px}.match-photo{width:48px;height:48px}.match-name{font-size:15px}.match-last-message{font-size:13px}}.profile-editor{max-width:800px;margin:0 auto;padding:20px 20px 100px;overflow-x:hidden}.profile-editor-loading{text-align:center;padding:40px;font-size:18px;color:#999}.profile-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:20px;box-shadow:0 2px 8px #00000014}.profile-section h3{font-size:20px;font-weight:600;margin:0 0 8px;color:#333}.section-description{color:#666;font-size:14px;margin:0 0 16px}.photo-item{position:relative;aspect-ratio:3/4;border-radius:12px;overflow:hidden;background:#f5f5f5;cursor:pointer}.photo-delete-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#0009;color:#fff;border:none;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.photo-delete-btn:hover{background:#000c}.primary-badge{position:absolute;bottom:8px;left:8px;background:#ff4664e6;color:#fff;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase}.photo-add{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #ddd;background:#fafafa;color:#999;transition:all .2s}.photo-add:hover{border-color:#ff4664;color:#ff4664;background:#fff5f7}.photo-add .add-icon{font-size:32px;margin-bottom:4px}.photo-add span:last-child{font-size:12px;font-weight:500}.photo-upload-modal{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.photo-upload-modal .modal-content{position:relative;background:#fff;border-radius:16px;padding:24px;max-width:500px;width:90%}.modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#f5f5f5;border:none;font-size:20px;cursor:pointer;transition:background .2s}.modal-close:hover{background:#e5e5e5}.bio-textarea{width:100%;min-height:160px;padding:12px;border:1px solid #ddd;border-radius:12px;font-size:15px;font-family:inherit;resize:none;transition:border-color .2s;box-sizing:border-box}.bio-textarea:focus{outline:none;border-color:#ff4664}.bio-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.char-count{font-size:13px;color:#999}.save-btn,.cancel-btn,.add-prompt-btn,.edit-prompts-btn{padding:10px 20px;border-radius:12px;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.save-btn{background:linear-gradient(135deg,#ff4664,#ff8a00);color:#fff}.save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ff46644d}.save-btn:disabled{opacity:.6;cursor:not-allowed}.cancel-btn{background:#f5f5f5;color:#666;margin-right:8px}.cancel-btn:hover{background:#e5e5e5}.add-prompt-btn,.edit-prompts-btn{background:#fff;border:2px solid #ff4664;color:#ff4664;width:100%}.add-prompt-btn:hover,.edit-prompts-btn:hover{background:#fff5f7}.prompts-display{display:flex;flex-direction:column;gap:8px}.prompt-display-item{position:relative;padding:12px 80px 12px 12px;background:transparent;border-radius:8px;border:none;transition:all .2s}.prompt-display-item:hover{background:#00000005}.prompt-actions{position:absolute;top:8px;right:8px;display:flex;gap:4px}.prompt-edit-btn,.prompt-delete-btn{width:32px;height:32px;border-radius:50%;background:transparent;border:none;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;opacity:.5}.prompt-edit-btn:hover{opacity:1;background:#e3f2fd;transform:scale(1.1)}.prompt-delete-btn:hover{opacity:1;background:#ffebee;transform:scale(1.1)}.prompt-question{font-size:13px;font-weight:600;color:#999;margin-bottom:4px}.prompt-answer{font-size:15px;color:#333;line-height:1.4}.prompts-editor{display:flex;flex-direction:column;gap:16px}.prompt-editor-item{padding:16px;background:#fafafa;border-radius:12px}.prompt-select-wrapper{display:flex;gap:8px;margin-bottom:12px}.prompt-select{flex:1;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;box-sizing:border-box}.prompt-select:focus{outline:none;border-color:#ff4664}.remove-prompt-btn{width:36px;height:36px;border-radius:8px;background:#fff;border:1px solid #ddd;font-size:16px;cursor:pointer;transition:all .2s}.remove-prompt-btn:hover{background:#ffebee;border-color:#ff4664;color:#ff4664}.prompt-answer-textarea{width:100%;min-height:80px;padding:10px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;margin-bottom:4px;box-sizing:border-box}.prompt-answer-textarea:focus{outline:none;border-color:#ff4664}.prompts-actions{display:flex;justify-content:flex-end;margin-top:8px}.prompt-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:flex-end;justify-content:center;z-index:9999;padding:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}@media (min-width: 768px){.prompt-modal-overlay{align-items:center;padding:20px}}.prompt-modal-content{background:#fff;border-radius:24px 24px 0 0;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 -4px 20px #0000004d;animation:slideUp .3s cubic-bezier(.34,1.56,.64,1);overflow:hidden}@media (min-width: 768px){.prompt-modal-content{border-radius:24px;max-width:600px;max-height:85vh}}.prompt-modal-header{padding:24px 24px 16px;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.prompt-modal-header h3{margin:0;font-size:22px;font-weight:700;color:#333}.prompt-modal-subtitle{padding:0 24px 16px;margin:0;font-size:14px;color:#666;flex-shrink:0}.prompt-modal-close{width:36px;height:36px;border-radius:50%;border:none;background:#f5f5f5;color:#666;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.prompt-modal-close:hover{background:#e5e5e5;color:#333;transform:scale(1.1)}.prompt-modal-content .prompts-editor{padding:16px 24px 24px;overflow-y:auto;flex:1}@media (max-width: 600px){.photos-grid{grid-template-columns:repeat(2,1fr)}.profile-editor,.profile-section{padding:16px}}.dating-profile{min-height:100vh;min-height:100dvh;background:#f5f5f5;padding-bottom:calc(70px + env(safe-area-inset-bottom,0))}.profile-header{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:16px 20px;padding-top:max(16px,env(safe-area-inset-top,0));border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:100}.settings-btn{background:none;border:none;font-size:20px;cursor:pointer;padding:8px;transition:transform .2s ease}.settings-btn:active{transform:scale(.95)}.profile-header h1{font-size:20px;font-weight:700;color:#424242;margin:0;text-align:center;flex:1}.profile-tabs{display:flex;background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:calc(52px + env(safe-area-inset-top,0));z-index:99}.tab{flex:1;padding:16px;background:none;border:none;border-bottom:3px solid transparent;font-size:15px;font-weight:600;color:#999;cursor:pointer;transition:all .2s ease}.tab.active{color:#fe3c72;border-bottom-color:#fe3c72}.profile-content{max-width:600px;margin:0 auto;overflow-x:hidden}.edit-view{padding:16px;display:flex;flex-direction:column;gap:16px;overflow-x:hidden}.edit-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000d}.edit-section h3{font-size:18px;font-weight:700;color:#424242;margin:0 0 8px}.section-subtitle{font-size:14px;color:#757575;margin:0 0 16px;line-height:1.4}.photos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;overflow-x:hidden;width:100%}.photo-item{position:relative;aspect-ratio:3/4;border-radius:12px;overflow:hidden}.photo-item img{width:100%;height:100%;object-fit:cover}.remove-photo-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#0009;color:#fff;border:none;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.remove-photo-btn:active{transform:scale(.9)}.add-photo-btn{aspect-ratio:3/4;border-radius:12px;border:2px dashed #d0d0d0;background:#fafafa;color:#999;font-size:32px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.add-photo-btn:active{transform:scale(.98);border-color:#fe3c72;color:#fe3c72}.visibility-control{display:flex;justify-content:space-between;align-items:center;gap:16px}.visibility-info h3{font-size:16px;font-weight:600;color:#424242;margin:0 0 4px}.visibility-info p{font-size:13px;color:#757575;margin:0;line-height:1.4}.toggle-switch input:checked+.toggle-slider{background-color:#4caf50}.edit-field{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .2s ease}.edit-field:last-child{border-bottom:none}.edit-field:active{background:#f8f8f8;margin:0 -20px;padding-left:20px;padding-right:20px}.field-info{display:flex;flex-direction:column;gap:4px;flex:1}.field-info label{font-size:13px;color:#999;font-weight:500}.field-value{font-size:15px;color:#424242;font-weight:500}.edit-icon{font-size:18px;opacity:.5}.social-section{text-align:center;padding-bottom:32px!important;margin-bottom:24px}.social-follow-text{font-size:16px;color:#666;margin:0 0 20px;font-weight:500}.social-icons-row{display:flex;justify-content:center;gap:24px}.social-icon-link{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;font-size:28px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.social-icon-link.instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);color:#fff}.social-icon-link.tiktok{background:#000;color:#fff}.social-icon-link:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0003}.social-icon-link:active{transform:translateY(-2px)}.preview-view{padding:16px}.profile-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;margin-bottom:16px}.profile-photos{position:relative;aspect-ratio:3/4}.main-photo{width:100%;height:100%;object-fit:cover}.photo-indicators{position:absolute;top:12px;left:0;right:0;display:flex;justify-content:center;gap:6px;padding:0 16px;box-sizing:border-box}.indicator{width:40px;height:4px;background:#ffffff80;border-radius:2px;transition:background .2s ease}.indicator{cursor:pointer}.indicator.active{background:#fff}.preview-photo-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#ffffffe6;border:none;font-size:24px;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease,transform .2s ease;box-shadow:0 2px 8px #0003;z-index:10}.preview-photo-nav.prev{left:12px}.preview-photo-nav.next{right:12px}.profile-photos:hover .preview-photo-nav{opacity:1}.preview-photo-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.preview-photo-nav:active{transform:translateY(-50%) scale(.95)}@media (max-width: 768px){.preview-photo-nav.desktop-only{display:none}}.no-photos-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f5f5;color:#999;gap:12px}.no-photos-placeholder span{font-size:48px}.no-photos-placeholder p{font-size:16px;margin:0}.profile-prompts-preview{margin-top:12px;display:flex;flex-direction:column;gap:4px}.prompt-preview-item{padding:10px 0;background:transparent;border-bottom:1px solid #f0f0f0}.prompt-preview-item:last-child{border-bottom:none}.prompt-question-preview{font-size:13px;font-weight:600;color:#666;margin-bottom:4px}.prompt-answer-preview{font-size:15px;color:#333;line-height:1.4}.profile-details{padding:20px}.profile-details h2{font-size:28px;font-weight:700;color:#424242;margin:0 0 8px}.profile-location,.profile-occupation{font-size:15px;color:#757575;margin:0 0 4px}.profile-bio{margin:16px 0;padding:0;background:transparent}.profile-bio p{font-size:15px;color:#424242;margin:0;line-height:1.5}.profile-interests{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.interest-tag{padding:8px 16px;background:linear-gradient(135deg,#fe3c72,#ff655b);color:#fff;border-radius:20px;font-size:14px;font-weight:500}.preview-note{display:flex;align-items:center;gap:12px;padding:16px;background:#fff5f7;border-radius:12px;border-left:3px solid #FE3C72}.note-icon{font-size:24px}.preview-note p{font-size:14px;color:#757575;margin:0;line-height:1.4}@media (prefers-color-scheme: dark){.dating-profile{background:#121212}.profile-header,.edit-section,.profile-card{background:#1a1a1a;border-color:#333}.profile-header h1,.edit-section h3,.field-value,.profile-details h2,.social-name{color:#e0e0e0}.section-subtitle,.field-info label,.profile-location,.profile-occupation,.preview-note p{color:#999}.add-photo-btn{background:#222;border-color:#444}.social-link{background:#222}.social-link:active{background:#2a2a2a}.profile-bio{background:transparent}.profile-bio p{color:#e0e0e0}.prompt-preview-item{border-bottom-color:#333}.prompt-answer-preview{color:#e0e0e0}}@media (min-width: 768px){.profile-header{padding:20px 32px}.edit-view,.preview-view{padding:24px 32px}.photos-grid{grid-template-columns:repeat(4,1fr)}}.dating-settings{min-height:100vh;min-height:100dvh;background:#f5f5f5;padding-bottom:calc(70px + env(safe-area-inset-bottom,0))}.settings-header{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:16px 20px;padding-top:max(16px,env(safe-area-inset-top,0));border-bottom:1px solid #e0e0e0}.back-btn{width:44px;height:44px;background:transparent;border:none;font-size:28px;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;line-height:1}.back-btn:hover{background:#0000000d}.back-btn:active{transform:scale(.95)}.settings-header h1{font-size:20px;font-weight:700;color:#424242;margin:0;text-align:center;flex:1}.settings-content{max-width:600px;margin:0 auto;padding:16px;display:flex;flex-direction:column;gap:16px}.settings-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000d}.settings-section h3{font-size:16px;font-weight:700;color:#757575;text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px}.settings-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;background:none;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease;width:100%;text-align:left}.settings-item:active{background:#f8f8f8}.item-info{display:flex;align-items:center;gap:16px;flex:1}.toggle-switch{position:relative;display:inline-block;width:52px;height:32px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:32px}.toggle-slider:before{position:absolute;content:"";height:24px;width:24px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#667eea}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.settings-item.danger{color:#d32f2f}.item-icon{font-size:24px;width:32px;text-align:center}.item-label{font-size:16px;font-weight:500;flex:1}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:20px;padding:28px;max-width:400px;width:100%;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-content h2{font-size:22px;font-weight:700;color:#424242;margin:0 0 12px;text-align:center}.modal-content>p{font-size:15px;color:#757575;margin:0 0 24px;text-align:center;line-height:1.5}.delete-warning{display:flex;gap:12px;padding:16px;background:#fff3e0;border-left:4px solid #FF9800;border-radius:8px;margin-bottom:20px}.warning-icon{font-size:24px;flex-shrink:0}.delete-warning p{font-size:14px;color:#424242;margin:0 0 8px;line-height:1.4}.delete-warning p:last-child{margin-bottom:0}.delete-confirmation{margin-bottom:24px}.delete-confirmation label{display:block;font-size:14px;font-weight:600;color:#424242;margin-bottom:8px}.delete-confirmation input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;transition:border-color .2s ease}.delete-confirmation input:focus{outline:none;border-color:#d32f2f}.modal-actions{display:flex;gap:12px}.modal-btn{flex:1;padding:14px 24px;border-radius:25px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.modal-btn.cancel{background:#f0f0f0;color:#757575}.modal-btn.cancel:active{background:#e0e0e0}.modal-btn.confirm{background:#1a1a1a;color:#fff}.modal-btn.confirm:hover{background:#333}.modal-btn.confirm:active{transform:scale(.98);background:#000}.modal-btn.danger{background:#d32f2f;color:#fff}.modal-btn.danger:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.modal-btn.danger:active:not(:disabled){background:#b71c1c}@media (prefers-color-scheme: dark){.dating-settings{background:#121212}.settings-header,.settings-section{background:#1a1a1a;border-color:#333}.settings-header h1,.item-label{color:#e0e0e0}.settings-section h3{color:#999}.settings-item:active{background:#222}.modal-content{background:#1a1a1a}.modal-content h2{color:#e0e0e0}.modal-content>p,.delete-warning p,.delete-confirmation label{color:#999}.delete-confirmation input{background:#222;border-color:#444;color:#e0e0e0}.delete-confirmation input:focus{border-color:#d32f2f}.modal-btn.cancel{background:#333;color:#999}.modal-btn.cancel:active{background:#444}}@media (min-width: 768px){.settings-header{padding:20px 32px}.settings-content{padding:24px 32px}}.prompts-selector{min-height:100vh;min-height:100dvh;background:#f5f5f5;padding-bottom:calc(80px + env(safe-area-inset-bottom,0))}.prompts-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;padding-top:max(16px,env(safe-area-inset-top,0));background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:100}.prompts-header .back-btn{background:none;border:none;font-size:24px;cursor:pointer;padding:8px;color:#333}.prompts-header h1{font-size:20px;font-weight:700;color:#333;margin:0;flex:1;text-align:center}.view-all-btn{background:none;border:none;color:#667eea;font-size:15px;font-weight:600;cursor:pointer;padding:8px}.view-all-btn:active{opacity:.7}.categories-tabs{background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:56px;z-index:99}.tabs-scroll{display:flex;overflow-x:auto;padding:12px 16px;gap:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs-scroll::-webkit-scrollbar{display:none}.category-tab{flex-shrink:0;padding:10px 20px;border-radius:20px;border:none;background:#f5f5f5;color:#666;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.category-tab.active{background:#667eea;color:#fff}.category-tab:active{transform:scale(.97)}.prompts-list{padding:16px;display:flex;flex-direction:column;gap:0}.prompt-item{background:#fff;border:none;border-bottom:1px solid #e0e0e0;padding:20px 16px;text-align:left;cursor:pointer;transition:background .2s;display:flex;justify-content:space-between;align-items:center;gap:12px}.prompt-item:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.prompt-item:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-bottom:none}.prompt-item:active{background:#f8f8f8}.prompt-item.selected{background:#f0f4ff}.prompt-text{font-size:15px;color:#333;line-height:1.4;flex:1}.check-icon{font-size:18px;color:#667eea;font-weight:700;flex-shrink:0}.empty-prompts{text-align:center;padding:40px 20px;color:#999}.empty-prompts p{margin:0;font-size:15px}.selected-count{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#667eea;color:#fff;padding:12px 24px;border-radius:24px;font-size:14px;font-weight:600;box-shadow:0 4px 12px #667eea66;z-index:1000}.loading-state{text-align:center;padding:40px;color:#999;font-size:16px}@media (prefers-color-scheme: dark){.prompts-selector{background:#121212}.prompts-header,.categories-tabs{background:#1a1a1a;border-color:#333}.prompts-header h1,.prompts-header .back-btn,.prompt-text{color:#e0e0e0}.category-tab{background:#2a2a2a;color:#999}.category-tab.active{background:#667eea;color:#fff}.prompt-item{background:#1a1a1a;border-color:#333}.prompt-item:active{background:#222}.prompt-item.selected{background:#1a2540}}@media (min-width: 768px){.prompts-selector{max-width:600px;margin:0 auto}}.prompt-answer{min-height:100vh;min-height:100dvh;background:#f5f5f5;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom,20px)}.answer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;padding-top:max(16px,env(safe-area-inset-top,0));background:#fff;border-bottom:1px solid #e0e0e0}.answer-header .back-btn{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.answer-header .back-btn:active{opacity:.6}.answer-header .save-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 24px;border-radius:20px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.answer-header .save-btn:disabled{opacity:.5;cursor:not-allowed}.answer-header .save-btn:active:not(:disabled){transform:scale(.97)}.answer-content{flex:1;padding:24px 20px;display:flex;flex-direction:column;gap:20px}.prompt-question{font-size:20px;font-weight:700;color:#333;margin:0;line-height:1.4}.answer-textarea{min-height:120px;max-height:300px;padding:16px;border:2px solid #e0e0e0;border-radius:16px;font-size:16px;font-family:inherit;resize:vertical;background:#fff;transition:border-color .2s;box-sizing:border-box}.answer-textarea:focus{outline:none;border-color:#667eea}.answer-textarea::placeholder{color:#999}.answer-footer{display:flex;justify-content:flex-end}.char-count{font-size:14px;color:#999}.delete-btn{background:none;border:2px solid #ff4664;color:#ff4664;padding:14px 24px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;width:100%;margin-top:auto}.delete-btn:disabled{opacity:.5;cursor:not-allowed}.delete-btn:active:not(:disabled){background:#fff5f7;transform:scale(.98)}@media (prefers-color-scheme: dark){.prompt-answer{background:#121212}.answer-header{background:#1a1a1a;border-color:#333}.answer-header .back-btn,.prompt-question{color:#e0e0e0}.answer-textarea{background:#1a1a1a;border-color:#333;color:#e0e0e0}.answer-textarea:focus{border-color:#667eea}}@media (min-width: 768px){.prompt-answer{max-width:600px;margin:0 auto}}
