:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{height:100%;width:100%;margin:0;padding:0}body{background-color:#1a1a2e}.in-app-notification{position:fixed;top:10%;left:50%;transform:translate(-50%);z-index:9999;opacity:0;transition:opacity .15s ease-in-out;pointer-events:none}.in-app-notification.visible{opacity:1;pointer-events:auto;cursor:pointer}.in-app-notification-content{display:flex;align-items:center;background-color:#fff;border-radius:50px;padding:8px 16px 8px 8px;box-shadow:0 2px 10px #0003;min-width:200px;max-width:300px}.in-app-notification-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.in-app-notification-body{margin-left:10px;flex:1;overflow:hidden}.in-app-notification-name-row{display:flex;align-items:center;gap:5px}.in-app-notification-name{font-size:14px;font-weight:700;color:#333}.in-app-notification-verified{flex-shrink:0}.in-app-notification-message{display:block;font-size:14px;color:#333;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-container-wrapper{width:100vw;height:100vh;height:100dvh;display:flex;justify-content:center;align-items:center;background-color:#9347ff;overflow:hidden;position:fixed;top:0;left:0}.mobile-container{position:relative;width:100%;height:100%;background-color:#000;overflow:hidden}.mobile-safe-area{width:100%;height:100%;box-sizing:border-box;overflow:hidden}@media(min-width:481px){.mobile-container{width:393px;height:852px;max-height:100vh;border:3px solid #ffffff;border-radius:20px}}@media(min-width:768px)and (min-height:900px){.mobile-container{width:860px;height:932px;max-height:100vh;border:3px solid #ffffff;border-radius:20px}}@media(max-width:480px){.mobile-container-wrapper{background-color:#000}.mobile-container{width:100%;height:100%;height:100dvh}}.bottom-nav-bar{height:60px;background-color:#fff;display:flex;justify-content:space-around;align-items:center;border-top:1px solid #e0e0e0;z-index:1000;padding-bottom:env(safe-area-inset-bottom,0);transition:background-color .3s ease,border-color .3s ease;flex-shrink:0}.bottom-nav-bar.transparent{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#0009,#0000);background-color:transparent;border-top:none}.bottom-nav-bar.transparent .bottom-nav-icon{color:#fff!important}.bottom-nav-bar.transparent .bottom-nav-profile-picture{border-color:#ffffff80}.bottom-nav-bar.transparent .bottom-nav-profile-picture.active{border-color:#fff}.bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:10px 0;height:100%;transition:opacity .2s ease}.bottom-nav-item:hover{opacity:.7}.bottom-nav-icon{font-size:24px}.bottom-nav-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.bottom-nav-badge{position:absolute;top:-8px;right:-12px;background-color:#ff3b30;color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.bottom-nav-profile-picture{width:28px;height:28px;border-radius:14px;overflow:hidden;border:2px solid transparent;transition:border-color .2s ease}.bottom-nav-profile-picture.active{border-color:#444}.bottom-nav-profile-img{width:100%;height:100%;object-fit:cover}.bottom-nav-profile-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#ff6b6b,#ff8e53);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px}.main-layout{position:relative;display:flex;flex-direction:column;height:100%}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-container{background-color:#fff;border-radius:16px;padding:24px;max-width:400px;width:90%;box-shadow:0 4px 20px #00000026}.modal-title{margin:0 0 12px;font-size:18px;font-weight:600;color:#0e0e10;text-align:center}.modal-body{margin:0 0 20px;font-size:14px;color:#666;text-align:center;line-height:1.5}.modal-buttons{display:flex;gap:12px;justify-content:center}.modal-button{padding:12px 24px;border-radius:24px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s}.modal-button:hover{opacity:.9}.modal-button-negative{background-color:#f0f0f0;color:#666}.modal-button-positive{background-color:#46df68;color:#fff}.loading-spinner{border:3px solid;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-container{height:100%;background-color:#9347ff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.login-logo-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.login-lottie-animation{position:absolute;width:200px;height:200px}.login-logo{height:50px;object-fit:contain;z-index:1}.login-notice{color:#fff;font-size:24px;font-weight:700;text-align:center;white-space:pre-line;margin-bottom:20px}.login-buttons-container{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:15px;position:relative;padding:20px}.login-loading{position:absolute;z-index:999}.login-button{width:100%;padding:14px 20px;border-radius:28px;border:none;font-size:14px;font-weight:700;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #00000026}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0003}.login-button:disabled{cursor:not-allowed}.login-button-icon{font-size:20px}.login-button-google{background-color:#fff;color:#000}.login-button-facebook{background-color:#3b5998;color:#fff}.login-button-email{background-color:transparent;color:#fff;border:1px solid #fff}.login-button-email:hover:not(:disabled){background-color:#ffffff1a}.login-footer{width:100%;max-width:400px;padding:20px;display:flex;flex-direction:column;align-items:center}.login-agreement{color:#fff;font-size:12px;text-align:center;line-height:1.5;margin-bottom:20px}.login-link{text-decoration:underline;cursor:pointer}.login-link:hover{opacity:.8}.login-contact-button{background:none;border:none;color:#fff;font-size:12px;text-decoration:underline;cursor:pointer}.login-contact-button:hover{opacity:.8}.back-button{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:18px;cursor:pointer}.back-button.dark{color:#333}.back-button.light{border-radius:20px;background-color:#fff3;color:#fff}.back-button.light:hover{background-color:#ffffff4d}.back-button-badge{position:absolute;top:2px;right:2px;background-color:#ff3b30;color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}.email-login-container{min-height:100vh;background-color:#9347ff;display:flex;flex-direction:column}.email-login-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background-color:#0000001a}.email-login-back-button{width:40px;height:40px;border-radius:20px;border:none;background-color:#fff3;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.email-login-back-button:hover{background-color:#ffffff4d}.email-login-title{color:#fff;font-size:18px;font-weight:600;margin:0}.email-login-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:40px 20px;max-width:400px;margin:0 auto;width:100%}.email-login-description{color:#fff;font-size:14px;text-align:center;line-height:1.5;margin-bottom:30px;opacity:.9}.email-login-input-container{width:100%;margin-bottom:20px}.email-login-input{width:100%;padding:16px 20px;border-radius:12px;border:2px solid rgba(255,255,255,.3);background-color:#ffffff1a;color:#fff;font-size:16px;outline:none;transition:border-color .2s,background-color .2s;box-sizing:border-box}.email-login-input::placeholder{color:#fff9}.email-login-input:focus{border-color:#46df68;background-color:#ffffff26}.email-login-input:disabled{opacity:.6}.email-login-submit-button{width:100%;padding:16px 24px;border-radius:28px;border:none;background-color:#46df68;color:#fff;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .2s,opacity .2s}.email-login-submit-button:hover:not(:disabled){transform:translateY(-2px)}.email-login-submit-button:disabled{opacity:.6;cursor:not-allowed}.otp-container{min-height:100vh;background-color:#9347ff;display:flex;flex-direction:column}.otp-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background-color:#0000001a}.otp-back-button{width:40px;height:40px;border-radius:20px;border:none;background-color:#fff3;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.otp-back-button:hover{background-color:#ffffff4d}.otp-title{color:#fff;font-size:18px;font-weight:600;margin:0}.otp-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:40px 20px;max-width:400px;margin:0 auto;width:100%}.otp-description{color:#fff;font-size:16px;font-weight:600;text-align:center;margin-bottom:10px}.otp-info{color:#fffc;font-size:14px;text-align:center;line-height:1.5;margin-bottom:10px}.otp-email{color:#46df68;font-size:14px;font-weight:600;text-align:center;margin-bottom:30px}.otp-inputs{display:flex;gap:10px;margin-bottom:30px}.otp-input{width:48px;height:56px;border-radius:12px;border:2px solid rgba(255,255,255,.3);background-color:#ffffff1a;color:#fff;font-size:24px;font-weight:700;text-align:center;outline:none;transition:border-color .2s,background-color .2s}.otp-input:focus{border-color:#46df68;background-color:#ffffff26}.otp-input:disabled{opacity:.6}.otp-loading{display:flex;align-items:center;justify-content:center}.register-container{min-height:100vh;background-color:#9347ff;display:flex;flex-direction:column}.register-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background-color:#0000001a}.register-back-button{width:40px;height:40px;border-radius:20px;border:none;background-color:#fff3;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.register-back-button:hover{background-color:#ffffff4d}.register-title{color:#fff;font-size:18px;font-weight:600;margin:0}.register-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:30px 20px;max-width:400px;margin:0 auto;width:100%;overflow-y:auto}.register-profile-picture-container{width:100px;height:100px;border-radius:50%;overflow:hidden;cursor:pointer;position:relative;margin-bottom:20px}.register-profile-picture{width:100%;height:100%;object-fit:cover}.register-profile-picture-placeholder{width:100%;height:100%;background-color:#ddd;display:flex;align-items:center;justify-content:center}.register-profile-picture-icon{font-size:32px;color:#46df68}.register-input-container{width:100%;background-color:#fff;border-radius:15px;border:2px solid #9347FF;padding:12px 15px;display:flex;align-items:center;margin-bottom:10px;transition:border-color .2s}.register-input-container.success{border-color:#46df68}.register-input-container.error{border-color:#e40000}.register-input-wrapper{flex:1}.register-input{width:100%;border:none;outline:none;font-size:16px;color:#0e0e10;background:transparent}.register-input::placeholder{color:#a9a9a9}.register-input-message{display:block;font-size:12px;margin-top:4px}.register-input-message.success{color:#46df68}.register-input-message.error{color:#e40000}.register-input-status{width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-left:10px}.status-icon{font-size:24px}.status-icon.success{color:#46df68}.status-icon.error{color:#e40000}.register-birthday-container{width:100%;margin-bottom:10px}.register-label{color:#fff;font-size:13px;display:block;margin-bottom:8px}.register-date-input{width:100%;padding:12px 15px;border-radius:15px;border:2px solid #6A20D2;background-color:#ffffff1a;color:#fff;font-size:16px;outline:none;box-sizing:border-box}.register-date-input::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}.register-gender-container{width:100%;margin-bottom:20px}.register-gender-buttons{display:flex;gap:10px;justify-content:center}.register-gender-button{flex:1;padding:15px;border-radius:15px;border:2px solid #6A20D2;background-color:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;transition:background-color .2s,color .2s}.register-gender-button.selected{background-color:#46df68;border-color:#46df68}.register-gender-button.selected .register-gender-icon,.register-gender-button.selected span{color:#fff}.register-gender-icon{font-size:32px;color:#46df68}.register-gender-button span{font-size:14px;color:#0e0e10}.register-submit-button{padding:12px 24px;border-radius:15px;border:none;background-color:#46df68;color:#fff;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .2s,opacity .2s;box-shadow:0 4px 15px #0003}.register-submit-button:hover:not(:disabled){transform:translateY(-2px)}.register-submit-button:disabled{opacity:.6;cursor:not-allowed}.register-agreement{color:#fff;font-size:12px;text-align:center;line-height:1.5;margin-top:20px}.register-link{text-decoration:underline;cursor:pointer}.register-link:hover{opacity:.8}.match-settings-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.match-settings-modal{background-color:#fff;border-radius:16px;width:90%;max-width:500px;max-height:80vh;padding:20px;position:relative;overflow-y:auto}.match-settings-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:20px;color:#333;cursor:pointer;padding:5px}.match-settings-close:hover{opacity:.7}.match-settings-title{font-size:18px;font-weight:700;color:#333;margin:0 0 20px}.match-settings-gender-selector{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.match-settings-gender-btn{display:flex;flex-direction:column;align-items:center;padding:15px 20px;border-radius:20px;border:2px solid #e0e0e0;background-color:#fff;cursor:pointer;transition:all .2s ease;min-width:90px}.match-settings-gender-btn:hover{border-color:#46df68}.match-settings-gender-btn.selected{background-color:#46df68;border-color:#46df68}.match-settings-gender-btn.selected .match-settings-gender-icon,.match-settings-gender-btn.selected .match-settings-gender-text{color:#fff}.match-settings-gender-icon{font-size:32px;color:#46df68;margin-bottom:8px}.match-settings-gender-text{font-size:14px;color:#333}.match-settings-diamond-cost{display:flex;align-items:center;gap:5px;background-color:#46df68;color:#fff;padding:3px 10px;border-radius:10px;font-size:12px;margin-top:8px}.match-settings-regions-title{font-size:16px;font-weight:700;color:#333;margin:0 0 15px}.match-settings-regions{display:flex;flex-direction:column;gap:5px;margin-bottom:20px}.match-settings-region-btn{display:flex;align-items:center;padding:12px;border:none;background:none;cursor:pointer;width:100%;text-align:left}.match-settings-region-btn:hover{background-color:#f5f5f5;border-radius:8px}.match-settings-radio{width:20px;height:20px;border-radius:50%;border:2px solid #46DF68;margin-right:12px;position:relative}.match-settings-radio.checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background-color:#46df68}.match-settings-region-text{flex:1;font-size:14px;color:#333}.match-settings-save-btn{width:100%;padding:15px;background-color:#46df68;color:#fff;border:none;border-radius:25px;font-size:16px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease}.match-settings-save-btn:hover{opacity:.9}.match-loading-container{position:absolute;top:60%;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}.match-loading-label{background-color:#46df68;padding:5px 15px;border-radius:50px}.match-loading-label span{font-weight:700;color:#fff;font-size:14px}.match-loading-spinner{margin-top:10px}.match-loading-warning{margin-top:15px;background-color:#00000080;padding:8px 12px;border-radius:10px;max-width:250px;border:1px solid rgba(255,255,255,.3)}.match-loading-warning span{color:#fff;font-size:14px;text-align:center;line-height:20px;display:block}.match-actions-container{position:absolute;bottom:20px;left:0;right:0;z-index:20;display:flex;flex-direction:column;align-items:center}.match-actions-controls{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.match-actions-end-btn{background-color:#dc3545;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease}.match-actions-end-btn:hover{opacity:.9}.match-actions-end-btn svg{color:#fff;font-size:18px}.match-actions-next-btn{border:none;border-radius:50px;padding:10px 20px;font-size:16px;font-weight:700;color:#fff;cursor:pointer;transition:opacity .2s ease}.match-actions-next-btn.enabled{background-color:#46df68}.match-actions-next-btn.disabled{background-color:gray;cursor:not-allowed}.match-actions-next-btn:hover:not(.disabled){opacity:.9}.match-actions-chat-btn{position:absolute;right:10px;bottom:0;background-color:#00000080;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease}.match-actions-chat-btn:hover{opacity:.9}.match-actions-chat-btn svg{color:#fff;font-size:18px}.match-actions-chat-input-container{display:flex;flex-direction:row;align-items:center;width:calc(100% - 20px);margin:0 10px;gap:5px}.match-actions-chat-back-btn{background-color:#00000080;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.match-actions-chat-back-btn svg{color:#fff;font-size:16px}.match-actions-chat-input{flex:1;height:40px;border:none;border-radius:10px;padding:0 15px;font-size:14px;background-color:#fff;color:#333}.match-actions-chat-input:focus{outline:none}.match-actions-chat-input::placeholder{color:#999}.match-actions-chat-send-btn{background-color:#00000080;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.match-actions-chat-send-btn svg{color:#fff;font-size:16px}.peer-profile-container{position:absolute;top:10px;left:10px;z-index:10}.peer-profile-inner{padding:10px;border-radius:20px;background-color:#00000080;display:flex;flex-direction:row;align-items:center}.peer-profile-image{width:48px;height:48px;border-radius:50%;object-fit:cover}.peer-profile-info{margin-left:10px;display:flex;flex-direction:column;justify-content:center}.peer-profile-name-row{display:flex;flex-direction:row;align-items:center}.peer-profile-name{color:#fff;font-size:16px;font-weight:700}.peer-profile-verified{margin-left:5px;font-size:16px}.peer-profile-country{margin-top:3px;display:flex;flex-direction:row;align-items:center}.peer-profile-flag{font-size:16px}.peer-profile-country-name{margin-left:5px;font-size:14px;color:#fff}.peer-profile-report-btn{margin-top:10px;background-color:#dc3545;border:none;border-radius:50px;padding:5px 15px;display:flex;align-items:center;gap:5px;cursor:pointer;transition:opacity .2s ease}.peer-profile-report-btn:hover{opacity:.9}.peer-profile-report-btn span{color:#fff;font-weight:700;font-size:14px}.peer-profile-report-btn svg{color:#fff}.video-chat-message-wrapper{display:flex;flex-direction:column;margin-top:5px}.video-chat-message{padding:5px 10px;border-radius:10px;max-width:80%}.video-chat-message.received{background-color:gray;align-self:flex-start}.video-chat-message.sent{background-color:#46df68;align-self:flex-end}.video-chat-message-text{font-size:14px;color:#fff;word-break:break-word}.video-chat-message-translated{opacity:.7;padding:10px 10px 5px;margin-top:-10px;border-radius:0 10px 10px;background-color:gray;align-self:flex-start;max-width:80%}.video-chat-message-translated-text{font-size:14px;color:#fff;font-style:italic}.video-call-camera-actions{position:absolute;left:10px;top:60%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;background-color:#00000080;border-radius:50px;padding:4px;border:1px solid rgba(255,255,255,.3);z-index:10}.camera-action-btn{background:none;border:none;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.camera-action-btn svg{color:#fff;font-size:18px}.camera-action-btn:hover{opacity:.7}.report-user-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.report-user-modal{background-color:#fff;padding:20px;border-radius:16px;width:90%;max-width:400px;display:flex;flex-direction:column;align-items:center}.report-user-title{font-size:16px;font-weight:700;color:#333;margin:0 0 15px;text-align:center}.report-user-option{width:100%;background:none;border:none;padding:10px 0;cursor:pointer;text-align:left;display:flex;flex-direction:column;transition:background-color .2s ease}.report-user-option:hover{background-color:#f5f5f5}.report-user-option-title{font-size:14px;font-weight:700;color:#46df68}.report-user-option-body{font-size:14px;color:#333;margin-top:2px}.report-user-cancel-btn{margin-top:20px;width:100%;padding:12px;background-color:#fff;border:2px solid #46DF68;border-radius:25px;font-size:14px;font-weight:700;text-transform:uppercase;color:#46df68;cursor:pointer;transition:background-color .2s ease}.report-user-cancel-btn:hover{background-color:#f0f0f0}.camera-screen{position:relative;width:100%;height:100%;flex:1;background-color:#000;overflow:hidden}.camera-fullscreen-video{position:absolute;top:0;left:0;width:100%;height:100%}.camera-video{width:100%;height:100%;object-fit:cover}.camera-video.hidden{visibility:hidden}.camera-small-screen{position:absolute;top:10px;right:10px;z-index:10}.camera-small-screen.hidden{display:none}.camera-small-screen .camera-video{width:120px;height:160px;border-radius:10px;object-fit:cover}.camera-small-actions{margin-top:10px;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.friend-request-tooltip{background-color:#46df68;color:#fff;padding:5px 10px;border-radius:10px;margin-right:10px;font-size:12px}.add-friend-btn{background-color:#00000080;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.add-friend-btn svg{color:#fff;font-size:16px}.camera-shop-btn{position:absolute;top:10px;right:10px;background-color:#46df68;border:none;border-radius:50px;padding:8px 15px;display:flex;align-items:center;gap:8px;cursor:pointer;z-index:10;box-shadow:0 2px 5px #0000004d}.camera-shop-btn svg{color:#fff;font-size:14px}.camera-shop-btn span{color:#fff;font-weight:700;font-size:14px;text-transform:uppercase}.camera-shop-diamonds{padding-left:8px;border-left:1px solid rgba(255,255,255,.3)}.camera-match-container{position:absolute;top:60%;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;z-index:10}.camera-match-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:15px 25px;border:none;border-radius:50px;cursor:pointer;transition:transform .2s ease}.camera-match-btn:hover:not(:disabled){transform:scale(1.05)}.camera-match-btn:disabled{cursor:not-allowed}.camera-match-btn svg{color:#fff;font-size:18px}.camera-match-btn span{color:#fff;font-weight:700;font-size:16px;text-transform:capitalize}.camera-match-settings-btn{margin-top:15px;display:flex;align-items:center;padding:8px 15px;background-color:#00000080;border:1px solid rgba(255,255,255,.3);border-radius:20px;cursor:pointer;transition:background-color .2s ease;position:relative;overflow:hidden}.camera-match-settings-btn:hover{background-color:#000000b3}.camera-match-settings-btn:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.match-settings-filter,.match-settings-region,.match-settings-gender{display:flex;align-items:center;gap:5px;white-space:nowrap}.match-settings-filter svg,.match-settings-region svg,.match-settings-gender svg{color:#fff;font-size:16px}.match-settings-filter span,.match-settings-region span,.match-settings-gender span{color:#fff;font-size:14px}.match-settings-filter{padding-right:10px}.match-settings-filter span{font-weight:600}.match-settings-divider{width:1px;height:18px;background-color:#fff6;margin:0 10px}.match-settings-region{padding-right:10px}.camera-match-container.permission-denied{top:50%}.camera-permission-denied{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px}.camera-permission-text{color:#fff;font-size:16px;margin-bottom:20px;max-width:300px;line-height:1.5}.camera-permission-btn{display:flex;align-items:center;gap:10px;padding:15px 25px;background-color:#46df68;border:none;border-radius:50px;cursor:pointer;transition:opacity .2s ease}.camera-permission-btn:hover{opacity:.9}.camera-permission-btn svg{color:#fff;font-size:18px}.camera-permission-btn span{color:#fff;font-weight:700;font-size:16px}.camera-chat-messages{position:absolute;bottom:80px;left:60px;right:60px;max-height:30vh;overflow-y:auto;display:flex;flex-direction:column-reverse;z-index:10;padding:10px}@media(max-width:600px){.camera-small-screen .camera-video{width:80px;height:110px}.camera-match-btn{padding:12px 20px}.camera-match-btn span{font-size:14px}.camera-chat-messages{left:10px;right:10px;bottom:70px}}@media(min-width:768px)and (min-height:900px){.camera-screen{display:flex;flex-direction:row}.camera-small-screen:not(.hidden){position:relative!important;top:unset!important;right:unset!important;width:50%!important;height:100%!important;order:1;background-color:#000}.camera-small-screen:not(.hidden) .camera-video{width:100%!important;height:100%!important;border-radius:0!important}.camera-small-screen:not(.hidden) .camera-small-actions{display:none}.camera-screen:has(.camera-small-screen:not(.hidden)) .camera-fullscreen-video{position:relative;width:50%;height:100%;order:2}.camera-screen:has(.camera-small-screen.hidden) .camera-fullscreen-video{position:absolute;width:100%;height:100%}.camera-screen:has(.camera-small-screen:not(.hidden)) .match-loading-container{left:75%}.camera-screen:has(.camera-small-screen:not(.hidden)) .peer-profile-container{left:calc(50% + 10px)}}.search-item{display:flex;align-items:center;justify-content:space-between;padding:8px 15px;cursor:pointer;transition:background-color .2s ease}.search-item:hover{background-color:#f9f9f9}.search-item-left{display:flex;align-items:center;flex:1;min-width:0}.search-item-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.search-item-name{margin-left:10px;font-size:16px;font-weight:700;color:#0e0e10;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-item-verified{margin-left:5px;font-size:18px;flex-shrink:0}.search-item-actions{display:flex;align-items:center;gap:5px;flex-shrink:0}.search-item-btn{display:flex;align-items:center;gap:5px;padding:6px 12px;border-radius:50px;border:none;font-size:12px;font-weight:700;text-transform:uppercase;cursor:pointer;box-shadow:0 1px 3px #0003}.search-item-btn-add{background-color:#46df68;color:#fff}.search-item-btn-add:disabled{opacity:.7;cursor:not-allowed}.search-item-btn-sent{background-color:#eee;color:#0e0e10;cursor:default}.search-item-btn-accept{background-color:#46df68;color:#fff}.search-item-btn-delete{display:flex;align-items:center;justify-content:center;padding:10px;background:none;border:none;cursor:pointer;font-size:20px}.search-item-btn-delete:disabled{opacity:.5;cursor:not-allowed}.search-item-btn-delete:hover{opacity:.7}.search-container{display:flex;flex-direction:column;height:100%;background-color:#fff;overflow:hidden}.search-header{padding:15px 20px;border-bottom:1px solid #e0e0e0;position:sticky;top:0;background-color:#fff;z-index:10}.search-input-container{display:flex;align-items:center;background-color:#f5f5f5;border-radius:12px;padding:12px 16px}.search-input-icon{color:#999;font-size:16px;margin-right:12px}.search-input{flex:1;border:none;background:none;font-size:16px;color:#333;outline:none}.search-input::placeholder{color:#999}.search-content{flex:1;display:flex;flex-direction:column;padding-bottom:80px;overflow-y:auto}.search-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px}.search-empty-text{color:#0e0e10;font-size:14px;text-align:center;margin:0 50px}.search-empty-btn{display:flex;align-items:center;gap:10px;margin-top:20px;padding:10px 20px;background-color:#46df68;color:#fff;border:none;border-radius:50px;font-size:12px;font-weight:700;text-transform:uppercase;cursor:pointer;box-shadow:0 1px 3px #0003}.search-empty-btn:hover{opacity:.9}.search-loading{flex:1;display:flex;align-items:center;justify-content:center;padding:40px}.search-results{flex:1}.friend-item{display:flex;align-items:center;padding:8px 10px;cursor:pointer;transition:background-color .2s}.friend-item:hover{background-color:#f5f5f5}.friend-item-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.friend-item-name{margin-left:10px;color:#0e0e10;font-size:16px;font-weight:700}.friend-item-verified{margin-left:5px;font-size:18px}.friend-item-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.friend-item-btn{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:50px;font-size:12px;font-weight:700;text-transform:uppercase;cursor:pointer;box-shadow:0 1px 3px #0003;border:none}.friend-item-btn-sent{background-color:#e8e8e8;color:#0e0e10;cursor:not-allowed}.friend-item-btn-accept{background-color:#46df68;color:#fff}.friend-item-btn-accept:hover{background-color:#3bc959}.friend-item-btn-delete{display:flex;align-items:center;justify-content:center;padding:10px;background:none;border:none;color:#999;font-size:20px;cursor:pointer}.friend-item-btn-delete:hover{color:#666}.friends-container{display:flex;flex-direction:column;height:100%;background-color:#fff;overflow:hidden}.friends-header{display:flex;align-items:center;padding:15px 20px;border-bottom:1px solid #e0e0e0;gap:15px}.friends-header-back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;color:#9347ff;font-size:18px;cursor:pointer}.friends-header-title{flex:1;margin:0;font-size:20px;font-weight:700;color:#0e0e10}.friends-header-search-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;color:#9347ff;font-size:18px;cursor:pointer}.friends-header-search{flex:1;display:flex;align-items:center;background-color:#f5f5f5;border-radius:10px;padding:8px 15px}.friends-search-icon{color:#999;margin-right:10px}.friends-search-input{flex:1;border:none;background:none;font-size:16px;color:#0e0e10;outline:none}.friends-search-input::placeholder{color:#999}.friends-search-close{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:none;border:none;color:#999;font-size:16px;cursor:pointer}.friends-bulk-actions{display:flex;gap:10px;padding:10px}.friends-bulk-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;padding:8px 10px;border-radius:50px;font-size:12px;font-weight:700;text-transform:uppercase;cursor:pointer;box-shadow:0 1px 3px #0003;border:none}.friends-bulk-btn:disabled{opacity:.7;cursor:not-allowed}.friends-bulk-btn-accept{background-color:#46df68;color:#fff}.friends-bulk-btn-delete{background-color:#e8e8e8;color:#0e0e10}.friends-loading{flex:1;display:flex;align-items:center;justify-content:center;min-height:200px}.friends-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px}.friends-empty-text{color:#0e0e10;font-size:14px;text-align:center;margin:0 50px 20px;white-space:pre-line}.friends-empty-btn{display:flex;align-items:center;gap:10px;padding:10px 20px;border-radius:50px;font-size:12px;font-weight:700;text-transform:uppercase;cursor:pointer;margin-top:10px;box-shadow:0 1px 3px #0000004d}.friends-empty-btn-primary{background-color:#46df68;color:#fff;border:none}.friends-empty-btn-secondary{background-color:#fff;color:#46df68;border:2px solid #46DF68}.friends-list{flex:1;overflow-y:auto;padding-bottom:80px}.message-item{display:flex;align-items:center;padding:8px 10px;cursor:pointer;transition:background-color .2s}.message-item:hover{background-color:#f5f5f5}.message-item-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.message-item-content{flex:1;margin-left:10px;display:flex;flex-direction:column;min-width:0}.message-item-name{color:#0e0e10;font-size:16px;font-weight:700}.message-item-message{color:#0e0e10;font-size:14px;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:10px}.message-item-badge{min-width:24px;height:24px;padding:0 5px;background-color:#46df68;border-radius:50px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;margin-right:10px}.messages-container{display:flex;flex-direction:column;height:100%;background-color:#fff;overflow:hidden}.messages-header{padding:15px 20px;border-bottom:1px solid #e0e0e0}.messages-title{margin:0;font-size:20px;font-weight:700;color:#0e0e10}.messages-loading{flex:1;display:flex;align-items:center;justify-content:center;min-height:200px}.messages-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px}.messages-empty-text{color:#0e0e10;font-size:14px;text-align:center;margin:0 50px 20px;white-space:pre-line}.messages-empty-btn{display:flex;align-items:center;gap:10px;padding:10px 20px;border-radius:50px;font-size:12px;font-weight:700;text-transform:uppercase;cursor:pointer;margin-top:10px;box-shadow:0 1px 3px #0000004d}.messages-empty-btn-primary{background-color:#46df68;color:#fff;border:none}.messages-empty-btn-secondary{background-color:#fff;color:#46df68;border:2px solid #46DF68}.messages-list{flex:1;overflow-y:auto;padding-bottom:80px}.profile-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff;padding-bottom:80px}.profile-header-section{background-color:#9347ff;padding:30px 20px 20px}.profile-header-inner{display:flex;flex-direction:row;align-items:flex-start}.profile-photo-container{position:relative;width:76px;height:76px;cursor:pointer}.profile-photo{width:76px;height:76px;border-radius:50%;object-fit:cover}.profile-photo-placeholder{width:76px;height:76px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#ff8e53);display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px;font-weight:700}.profile-photo-add-icon{position:absolute;bottom:0;right:0;font-size:24px;color:#46df68}.profile-photo-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:#0000004d;border-radius:50%}.profile-info-section{flex:1;margin-left:15px;display:flex;flex-direction:column;justify-content:center}.profile-name-row{display:flex;align-items:center;gap:5px}.profile-veiled-name{color:#fff;font-size:16px;font-weight:700}.profile-verified-badge{font-size:18px}.profile-country-row{display:flex;align-items:center;gap:5px;margin-top:5px}.profile-country-flag{width:20px;height:14px;object-fit:cover;border-radius:2px}.profile-country-name{color:#fff;font-size:14px}.profile-info-text{color:#fff;font-size:14px;font-style:italic;margin:5px 0 0}.profile-actions-row{display:flex;gap:10px;margin-top:15px}.profile-action-button{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;background:transparent;border:1px solid white;border-radius:25px;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease;position:relative}.profile-action-button:hover{background-color:#ffffff1a}.profile-action-icon{font-size:16px}.profile-action-badge{position:absolute;top:-5px;right:10px;background-color:red;color:#fff;font-size:12px;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}.profile-stories-section{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}.profile-stories-empty{display:flex;flex-direction:column;align-items:center;text-align:center}.profile-stories-empty-text{color:#333;font-size:14px;margin:0 0 20px;max-width:300px}.profile-create-story-button{display:flex;align-items:center;gap:10px;padding:12px 24px;background-color:#46df68;border:none;border-radius:25px;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;cursor:pointer;box-shadow:0 2px 8px #46df6866;transition:transform .2s ease,box-shadow .2s ease}.profile-create-story-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #46df6880}.profile-create-story-icon{font-size:16px}.profile-fab-button{position:fixed;bottom:100px;right:20px;display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#46df68;border:none;border-radius:25px;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 12px #0003;z-index:100}.profile-fab-button:hover{transform:scale(1.05)}.profile-stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;width:100%}.profile-story-item{aspect-ratio:1;background-color:#f0f0f0;cursor:pointer;overflow:hidden}.profile-story-item img{width:100%;height:100%;object-fit:cover}.input-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.input-modal-container{background-color:#fff;padding:20px;border-radius:16px;width:90%;max-width:400px;box-shadow:0 4px 20px #00000026}.input-modal-title{margin:0 0 20px;font-size:16px;font-weight:700;text-align:center;color:#0e0e10}.input-modal-input-container{display:flex;align-items:flex-start;border:1px solid #46DF68;border-radius:15px;padding:10px 15px;margin-bottom:20px}.input-modal-input-wrapper{flex:1}.input-modal-input{width:100%;border:none;outline:none;font-size:16px;color:#0e0e10;padding:0;margin:0}.input-modal-input::placeholder{color:#999}.input-modal-textarea{width:100%;border:none;outline:none;font-size:16px;color:#0e0e10;padding:0;margin:0;resize:none;font-family:inherit}.input-modal-textarea::placeholder{color:#999}.input-modal-message{display:block;font-size:12px;color:#e74c3c;margin-top:5px}.input-modal-status{margin-left:10px;display:flex;align-items:center;justify-content:center;min-width:30px}.input-modal-status-success{font-size:24px;color:#46df68}.input-modal-status-error{font-size:24px;color:#e74c3c}.input-modal-buttons{display:flex;flex-direction:column;gap:10px}.input-modal-button{width:100%;padding:12px;border-radius:20px;font-size:14px;font-weight:700;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;min-height:44px}.input-modal-button-cancel{background-color:#fff;color:#46df68;border:2px solid #46DF68}.input-modal-button-submit{background-color:#46df68;color:#fff;border:2px solid #46DF68}.input-modal-button-submit:disabled{opacity:.5;cursor:not-allowed}.settings-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.settings-header{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #eee;position:sticky;top:0;background-color:#fff;z-index:10}.settings-back-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:18px;color:#333;cursor:pointer}.settings-title{margin:0;font-size:18px;font-weight:700;color:#333}.settings-content{flex:1;overflow-y:auto;padding-bottom:80px}.settings-item{display:flex;align-items:center;padding:12px 15px;background:none;border:none;width:100%;text-align:left;cursor:pointer;transition:background-color .2s ease}.settings-item:hover{background-color:#f9f9f9}.settings-item-border{border-bottom:1px solid #eee}.settings-item-icon{font-size:20px;width:24px;text-align:center}.settings-item-text{margin-left:12px;font-size:14px;font-weight:600;color:#0e0e10}.settings-item-flex{flex:1}.settings-item-placeholder{color:#949494;font-style:italic;font-weight:400}.settings-item-action{margin-left:10px;background:none;border:none;color:#46df68;font-size:14px;font-style:italic;text-decoration:underline;cursor:pointer}.settings-location{display:flex;align-items:center;margin-left:12px}.settings-flag{width:20px;height:14px;object-fit:cover;border-radius:2px;margin-right:8px}.settings-diamonds{display:flex;align-items:center;gap:5px;background-color:#46df68;padding:4px 12px;border-radius:12px;color:#fff;font-size:14px;font-weight:500}.settings-version{display:flex;justify-content:center;padding:15px;color:#0e0e10;font-size:10px}.settings-agreements{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;padding:0 20px 20px}.settings-link{font-size:10px;color:#0e0e10;text-decoration:underline;cursor:pointer}.settings-link:hover{color:#666}.shop-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.shop-header{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #eee;position:sticky;top:0;background-color:#fff;z-index:10}.shop-back-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:18px;color:#333;cursor:pointer}.shop-title{margin:0;font-size:18px;font-weight:700;color:#333}.shop-diamonds{display:flex;align-items:center;gap:5px;background-color:#46df68;padding:6px 12px;border-radius:15px;color:#fff;font-size:14px;font-weight:600}.shop-content{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px}.shop-unavailable{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:320px}.shop-unavailable-icon{margin-bottom:24px}.shop-unavailable-title{margin:0 0 12px;font-size:20px;font-weight:700;color:#333}.shop-unavailable-text{margin:0 0 24px;font-size:14px;color:#666;line-height:1.5}.shop-download-button{display:flex;align-items:center;gap:10px;padding:14px 28px;background-color:#46df68;border:none;border-radius:25px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.shop-download-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #46df6866}.shop-products{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;padding:15px;width:100%;max-width:500px}.shop-product{background-color:#fff;border:1px solid #eee;border-radius:12px;padding:15px;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.shop-product:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.shop-product-gems{display:flex;align-items:center;justify-content:center;height:40px;margin-bottom:10px}.shop-product-description{font-size:14px;font-weight:700;color:#333;text-align:center;margin-bottom:5px}.shop-product-bonus{font-size:12px;font-weight:700;color:#fff;background-color:#9347ff;border-radius:10px;padding:3px 8px;margin-bottom:10px}.shop-product-buy{width:100%;background-color:#46df68;border:none;border-radius:8px;padding:10px;color:#fff;text-align:center}.shop-product-price{font-size:16px;font-weight:700}.shop-product-buy-label{font-size:12px;text-transform:uppercase;margin-top:2px}.notification-settings-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.notification-settings-header{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #eee;position:sticky;top:0;background-color:#fff;z-index:10}.notification-settings-back-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:18px;color:#333;cursor:pointer}.notification-settings-title{margin:0;font-size:18px;font-weight:700;color:#333}.notification-settings-content{flex:1;padding-bottom:80px}.notification-settings-loading{display:flex;align-items:center;justify-content:center;padding:40px;color:#999}.notification-settings-item{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #eee}.notification-settings-text{font-size:14px;color:#0e0e10}.notification-settings-switch{position:relative;display:inline-block;width:50px;height:28px}.notification-settings-switch input{opacity:0;width:0;height:0}.notification-settings-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:28px}.notification-settings-slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.notification-settings-switch input:checked+.notification-settings-slider{background-color:#46df68}.notification-settings-switch input:checked+.notification-settings-slider:before{transform:translate(22px)}.account-privacy-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.account-privacy-header{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #eee;position:sticky;top:0;background-color:#fff;z-index:10}.account-privacy-back-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:18px;color:#333;cursor:pointer}.account-privacy-title{margin:0;font-size:18px;font-weight:700;color:#333}.account-privacy-content{flex:1}.account-privacy-loading{display:flex;align-items:center;justify-content:center;padding:40px;color:#999}.account-privacy-item{display:flex;align-items:center;justify-content:space-between;padding:15px 20px 10px}.account-privacy-text{font-size:14px;color:#0e0e10;flex:1}.account-privacy-description{padding:0 20px 15px;font-size:12px;font-weight:700;color:#0e0e10;border-bottom:1px solid #eee}.account-privacy-switch{position:relative;display:inline-block;width:50px;height:28px}.account-privacy-switch input{opacity:0;width:0;height:0}.account-privacy-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:28px}.account-privacy-slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.account-privacy-switch input:checked+.account-privacy-slider{background-color:#46df68}.account-privacy-switch input:checked+.account-privacy-slider:before{transform:translate(22px)}.language-settings-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.language-settings-header{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #eee;position:sticky;top:0;background-color:#fff;z-index:10}.language-settings-back-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:18px;color:#333;cursor:pointer}.language-settings-title{margin:0;font-size:18px;font-weight:700;color:#333}.language-settings-content{flex:1;padding-bottom:80px}.language-settings-item{display:flex;align-items:center;width:100%;padding:15px 20px;background:none;border:none;border-bottom:1px solid #eee;cursor:pointer;text-align:left}.language-settings-item:hover{background-color:#f9f9f9}.language-settings-icon{font-size:28px;color:#999;margin-right:15px}.language-settings-item-inner{display:flex;flex-direction:column}.language-settings-text-button{font-size:14px;font-weight:700;color:#0e0e10}.language-settings-text-language{font-size:14px;font-style:italic;color:#0e0e10;margin-top:2px}.language-list-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.language-list-header{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #eee;position:sticky;top:0;background-color:#fff;z-index:10}.language-list-back-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:18px;color:#333;cursor:pointer}.language-list-title{margin:0;font-size:18px;font-weight:700;color:#333}.language-list-content{flex:1;overflow-y:auto;padding-bottom:80px}.language-list-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:15px 20px;background:none;border:none;border-bottom:1px solid #eee;cursor:pointer;text-align:left}.language-list-item:hover{background-color:#f9f9f9}.language-list-item.selected{background-color:#f0f9f0}.language-list-item-text{display:flex;flex-direction:column}.language-list-native-name{font-size:14px;font-weight:700;color:#0e0e10}.language-list-name{font-size:12px;color:#666;margin-top:2px}.language-list-check{font-size:18px;color:#46df68}.blocked-users-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.blocked-users-header{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #eee;position:sticky;top:0;background-color:#fff;z-index:10}.blocked-users-back-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:18px;color:#333;cursor:pointer}.blocked-users-title{margin:0;font-size:18px;font-weight:700;color:#333}.blocked-users-content{flex:1;padding-bottom:80px}.blocked-users-loading,.blocked-users-empty{display:flex;align-items:center;justify-content:center;padding:40px;color:#999;text-align:center}.blocked-user-item{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-bottom:1px solid #eee}.blocked-user-left{display:flex;align-items:center;flex:1}.blocked-user-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.blocked-user-name{margin-left:10px;font-size:16px;font-weight:700;color:#0e0e10}.blocked-user-verified{margin-left:5px;font-size:18px;color:#46df68}.blocked-user-unblock{display:flex;align-items:center;justify-content:center;padding:10px 15px;background:none;border:none;font-size:20px;color:#999;cursor:pointer}.blocked-user-unblock:hover{color:#666}.contact-us-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.contact-us-header{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #eee;position:sticky;top:0;background-color:#fff;z-index:10}.contact-us-back-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:18px;color:#333;cursor:pointer}.contact-us-title{margin:0;font-size:18px;font-weight:700;color:#333}.contact-us-content{flex:1;padding:20px}.contact-us-options{margin-bottom:20px}.contact-us-option{display:flex;align-items:center;width:100%;padding:10px 0;background:none;border:none;cursor:pointer;text-align:left}.contact-us-radio{width:20px;height:20px;border:2px solid #46DF68;border-radius:50%;margin-right:10px;position:relative}.contact-us-radio.checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-color:#46df68;border-radius:50%}.contact-us-option-text{font-size:14px;color:#0e0e10}.contact-us-email-input{width:100%;padding:12px;font-size:16px;border:1px solid #46DF68;border-radius:5px;margin-bottom:15px;box-sizing:border-box}.contact-us-email-input:focus{outline:none;border-color:#3ac85a}.contact-us-message-input{width:100%;padding:12px;font-size:16px;border:1px solid #46DF68;border-radius:5px;margin-bottom:20px;box-sizing:border-box;resize:vertical;min-height:120px}.contact-us-message-input:focus{outline:none;border-color:#3ac85a}.contact-us-send-button{width:100%;padding:12px;font-size:14px;font-weight:700;text-transform:uppercase;color:#fff;background-color:#46df68;border:2px solid #46DF68;border-radius:20px;cursor:pointer;transition:background-color .2s}.contact-us-send-button:hover{background-color:#3ac85a}.invite-friends-container{display:flex;flex-direction:column;min-height:100vh}.invite-friends-header{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid rgba(255,255,255,.2)}.invite-friends-back-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:18px;color:#fff;cursor:pointer}.invite-friends-title{margin:0;font-size:18px;font-weight:700;color:#fff}.invite-friends-loading{display:flex;align-items:center;justify-content:center;flex:1;padding:40px}.invite-friends-content{flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center;padding-bottom:80px}.invite-friends-intro{width:100%;padding:20px;text-align:center;border-bottom:1px solid rgba(255,255,255,.3)}.invite-friends-intro-title{margin:0;font-size:16px;font-weight:700;color:#fff}.invite-friends-intro-subtitle{margin:10px 0 0;color:#fff}.invite-friends-share-button{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:20px;padding:20px 40px;border:none;border-radius:50px;cursor:pointer;box-shadow:0 2px 4px #0003}.invite-friends-code-label{color:#fff;font-weight:700}.invite-friends-code{color:#fff;font-weight:700;font-size:20px;text-transform:uppercase;margin:5px 0}.invite-friends-action{color:#fff;font-weight:700}.invite-friends-stats{width:100%;display:flex;padding:20px;border-top:1px solid rgba(255,255,255,.3);border-bottom:1px solid rgba(255,255,255,.3)}.invite-friends-stat{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.invite-friends-stat-label{color:#fff;font-weight:700;font-size:14px}.invite-friends-stat-value{color:#fff;font-weight:700;font-size:18px;margin-top:5px}.invite-friends-terms{width:100%;padding:15px}.invite-friends-terms-title{margin:0 0 10px;color:#fff;font-weight:700;font-size:12px}.invite-friends-terms-item{margin:5px 0;color:#fff;font-size:12px}.story-item{position:relative;width:100%;height:100%;background-color:#0e0e10;display:flex;align-items:center;justify-content:center}.story-item-profile{position:absolute;bottom:100px;left:10px;right:10px;z-index:10;display:flex;align-items:center;justify-content:space-between}.story-item-profile-inner{display:flex;align-items:center;padding:10px;cursor:pointer}.story-item-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.story-item-info{margin-left:10px}.story-item-name-row{display:flex;align-items:center}.story-item-name{color:#fff;font-size:16px;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.5)}.story-item-verified{margin-left:5px;font-size:18px}.story-item-country{margin-top:3px;display:flex;align-items:center}.story-item-flag{width:20px;height:14px;object-fit:cover;border-radius:2px}.story-item-actions{display:flex;align-items:center}.story-item-menu-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#fff;font-size:18px;cursor:pointer}.story-item-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:5}.story-item-media{width:100%;height:100%;object-fit:cover}.stories-container{display:flex;flex-direction:column;height:100vh;background-color:#9347ff;position:relative}.stories-top-bar{position:absolute;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:15px 20px}.stories-tabs{display:flex;align-items:center;gap:10px}.stories-tab{padding:5px 10px;background:none;border:none;color:#fff;font-size:17px;font-weight:700;cursor:pointer;position:relative}.stories-tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#fff}.stories-post-btn{position:absolute;right:10px;display:flex;align-items:center;gap:5px;padding:5px 10px;background-color:#46df68;border:none;border-radius:50px;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;cursor:pointer;box-shadow:0 1px 3px #0000004d}.stories-loading{flex:1;display:flex;align-items:center;justify-content:center}.stories-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px}.stories-empty-text{color:#fff;font-size:14px;text-align:center;margin:0 50px 20px}.stories-empty-btn{display:flex;align-items:center;gap:10px;padding:10px 20px;border-radius:50px;font-size:12px;font-weight:700;text-transform:uppercase;cursor:pointer;margin-top:10px;box-shadow:0 1px 3px #0000004d}.stories-empty-btn-primary{background-color:#46df68;color:#fff;border:none}.stories-empty-btn-secondary{background-color:#fff;color:#46df68;border:2px solid #46DF68}.stories-carousel{flex:1;overflow-y:scroll;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch}.stories-carousel::-webkit-scrollbar{display:none}.stories-carousel-item{height:100vh;scroll-snap-align:start}.stories-menu-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:200}.stories-menu{width:100%;max-width:400px;background-color:#fff;border-radius:16px 16px 0 0;padding:10px 10px 30px}.stories-menu-item{width:100%;padding:15px;background:none;border:none;font-size:16px;color:#0e0e10;text-align:center;cursor:pointer;border-bottom:1px solid #eee}.stories-menu-item:last-child{border-bottom:none}.stories-menu-cancel{color:#999;margin-top:10px}.story-preview-item{width:calc((100% - 4px) / 3);aspect-ratio:9 / 16;margin-top:2px;background-color:#46df68;cursor:pointer;overflow:hidden}.story-preview-item-middle{margin-left:2px;margin-right:2px}.story-preview-image{width:100%;height:100%;object-fit:cover}.user-profile-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.user-profile-header{display:flex;align-items:center;padding:15px 20px;background-color:#9347ff}.user-profile-back-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;color:#fff;font-size:18px;cursor:pointer}.user-profile-header-title{flex:1;text-align:center;font-size:20px}.user-profile-header-spacer{width:40px}.user-profile-section{background-color:#9347ff;padding:0 15px 15px}.user-profile-info{display:flex;align-items:flex-start}.user-profile-avatar{width:76px;height:76px;border-radius:50%;object-fit:cover}.user-profile-details{flex:1;margin-left:15px;display:flex;flex-direction:column;justify-content:center}.user-profile-name-row{display:flex;align-items:center}.user-profile-name{color:#fff;font-size:16px;font-weight:700}.user-profile-verified{margin-left:5px;font-size:18px}.user-profile-country{margin-top:3px;display:flex;align-items:center}.user-profile-flag{width:20px;height:14px;object-fit:cover;border-radius:2px}.user-profile-country-name{margin-left:5px;color:#fff;font-size:14px}.user-profile-bio{margin-top:3px;color:#fff;font-style:italic;font-size:14px}.user-profile-actions{display:flex;gap:10px;margin-top:15px}.user-profile-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;padding:8px 10px;border-radius:50px;font-size:12px;font-weight:700;text-transform:uppercase;cursor:pointer}.user-profile-btn-outline{background:none;border:1px solid #ffffff;color:#fff}.user-profile-btn-accent{background-color:#46df68;border:1px solid #46DF68;color:#fff;box-shadow:0 1px 3px #0003}.user-profile-btn-disabled{background-color:#e8e8e8;border:1px solid #E8E8E8;color:#0e0e10;cursor:not-allowed}.user-profile-btn-icon{flex:0 0 auto;width:36px;height:36px;padding:0;background:none;border:1px solid #ffffff;color:#fff}.user-profile-stories{flex:1;display:flex;flex-direction:column}.user-profile-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px}.user-profile-empty-icon{font-size:32px;color:#999;margin-bottom:10px}.user-profile-empty-text{color:#999;font-size:14px;text-align:center;margin:0 50px}.user-profile-loading{flex:1;display:flex;align-items:center;justify-content:center;min-height:200px}.user-profile-stories-grid{display:flex;flex-wrap:wrap}.user-profile-menu-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:200}.user-profile-menu{width:90%;max-width:320px;background-color:#fff;border-radius:16px;padding:10px}.user-profile-menu-item{width:100%;padding:15px;background:none;border:none;font-size:16px;color:#0e0e10;text-align:center;cursor:pointer;border-bottom:1px solid #eee}.user-profile-menu-item:last-child{border-bottom:none}.user-profile-menu-cancel{color:#999;margin-top:10px}.user-profile-report-menu{width:90%;max-width:400px;background-color:#fff;border-radius:16px;padding:16px}.user-profile-report-title{text-align:center;font-size:16px;font-weight:700;color:#0e0e10;margin:0 0 10px}.user-profile-report-item{width:100%;padding:10px 0;background:none;border:none;text-align:left;cursor:pointer;display:flex;flex-direction:column}.user-profile-report-item-title{font-size:14px;font-weight:700;color:#46df68}.user-profile-report-item-body{font-size:14px;color:#0e0e10}.user-profile-report-cancel{width:100%;margin-top:15px;padding:10px;background-color:#fff;border:2px solid #46DF68;border-radius:20px;color:#46df68;font-size:14px;font-weight:700;text-transform:uppercase;cursor:pointer}.chat-message-item{display:flex;flex-direction:column;margin-bottom:8px}.chat-message-item.own{align-items:flex-end}.chat-message-item.other{align-items:flex-start}.chat-message-bubble{max-width:70%;padding:8px 12px;border-radius:10px}.chat-message-text{color:#fff;font-size:14px;word-break:break-word}.chat-message-translated{max-width:70%;padding:8px 12px;margin-top:-10px;border-radius:10px;background-color:gray;opacity:.7}.chat-message-translated.own{border-top-right-radius:0}.chat-message-translated.other{border-top-left-radius:0}.chat-message-translated-text{color:#fff;font-size:14px;font-style:italic}.chat-message-media{position:relative;cursor:pointer}.chat-message-media-img{width:100px;height:100px;border-radius:10px;object-fit:cover}.chat-message-video-thumbnail{background-color:#000}.chat-message-media-overlay{position:absolute;top:0;left:0;width:100px;height:100px;display:flex;align-items:center;justify-content:center;opacity:.8}.chat-message-upload-progress{width:60px;height:4px;background-color:#ffffff4d;border-radius:2px;overflow:hidden}.chat-message-upload-progress-bar{height:100%;background-color:#46df68;transition:width .2s ease}.chat-message-date{margin-top:2px}.chat-message-date span{font-size:10px;color:gray;font-style:italic}.image-viewer-overlay{position:fixed;inset:0;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999}.image-viewer-close{position:absolute;top:20px;right:20px;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:10px;z-index:10000}.image-viewer-close:hover{opacity:.7}.image-viewer-img{max-width:90%;max-height:90%;object-fit:contain}.video-viewer-overlay{position:fixed;inset:0;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999}.video-viewer-close{position:absolute;top:20px;right:20px;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:10px;z-index:10000}.video-viewer-close:hover{opacity:.7}.video-viewer-video{max-width:90%;max-height:90%;object-fit:contain}.chat-screen{display:flex;flex-direction:column;height:100vh;background-color:#fff}.chat-header{display:flex;align-items:center;padding:10px;background-color:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:100}.chat-header-back{background:none;border:none;padding:10px;cursor:pointer;font-size:18px;color:#0e0e10}.chat-header-profile{display:flex;align-items:center;flex:1;cursor:pointer;margin-left:5px}.chat-header-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.chat-header-info{margin-left:10px;display:flex;flex-direction:column}.chat-header-name-row{display:flex;align-items:center;gap:5px}.chat-header-name{font-size:16px;font-weight:700;color:#0e0e10}.chat-header-typing{font-size:12px;color:#0e0e10;font-style:italic}.chat-loading{display:flex;justify-content:center;align-items:center;flex:1}.chat-messages{flex:1;overflow-y:auto;padding:10px;display:flex;flex-direction:column-reverse}.chat-media-picker{position:absolute;bottom:60px;right:50px;display:flex;background-color:#0e0e10;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #0003}.chat-media-picker-btn{background:none;border:none;padding:12px 16px;cursor:pointer;color:#fff;font-size:18px}.chat-media-picker-btn:hover{background-color:#ffffff1a}.chat-media-picker-btn:first-child{border-right:1px solid #333}.chat-input-container{display:flex;align-items:center;padding:10px;border-top:1px solid #e0e0e0;background-color:#fff;position:relative}.chat-input{flex:1;border:none;outline:none;padding:10px;font-size:14px;color:#0e0e10}.chat-input::placeholder{color:#999}.chat-input-btn{background:none;border:none;padding:10px;cursor:pointer;font-size:18px}.chat-input-btn:hover{opacity:.7}.splash-container{min-height:100vh;background-color:#9347ff;display:flex;align-items:center;justify-content:center}.splash-content{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.splash-lottie-animation{width:250px;height:250px}.splash-logo{position:absolute;height:60px;object-fit:contain;z-index:1}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a2e}button,input{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}
