*{margin:0;padding:0;box-sizing:border-box}body{color:#000;margin:0;padding:0;font-family:sans-serif;min-height:100vh;display:flex;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb,#ffa0c9,#ffd89b);background-attachment:fixed;position:relative}a{text-decoration:none;color:#000}.container{max-width:580px;min-width:580px;margin:30px auto;border-radius:20px;background:#fff;position:relative;box-shadow:0 8px 30px #00000026}.header{display:flex;align-items:center;padding:20px 30px;position:relative;margin-top:10px}.back-btn{background:none;border:none;font-size:24px;cursor:pointer;padding:0;margin-bottom:20px}.back-btn2{background:none;border:none;font-size:24px;cursor:pointer;padding:15px 20px}.logo{font-size:20px;font-weight:700;color:#e83875;margin-bottom:20px}.btn-primary{background:#e83875;color:#fff;border:none;padding:12px 24px;border-radius:5px;font-size:16px;font-weight:700;cursor:pointer;width:100%;margin:10px 0}.btn-secondary{background:#f0f0f0;color:#333;border:1px solid #ddd;padding:12px 24px;border-radius:5px;font-size:16px;cursor:pointer;width:100%;margin:10px 0}.input-field{width:100%;padding:10px 0;border:none;border-bottom:1px solid #333;font-size:16px;margin:10px 0;outline:none}.profile-card{padding:0 20px;background:#fff;border-radius:10px}.profile-image{width:100%;max-width:550px;height:550px;object-fit:cover;border-radius:10px;margin:0 auto;display:block;cursor:pointer}.profile-avatar{width:40px;height:40px;border-radius:50%;border:2px solid #000;object-fit:cover;cursor:pointer}.profile-avatar-large{width:80px;height:80px;border-radius:50%;object-fit:cover}.action-buttons{display:flex;justify-content:center;gap:20px;padding:20px}.action-btn{width:96px;height:96px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;font-size:54px;color:#e83875}.skip-btn{background:#e8e8e8}.like-btn{background:#e83875;color:#fff}.message-item{display:flex;align-items:center;padding:15px;border-bottom:1px solid #f0f0f0;cursor:pointer}.message-item:hover{background:#f9f9f9}.message-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-right:10px}.chat-container{display:flex;flex-direction:column;height:100vh}.chat-header{display:flex;align-items:center;padding:10px;background:#fff;border-bottom:1px solid #f0f0f0;position:relative}.chat-avatar{width:50px;height:50px;border-radius:50%;margin:0 -10px;cursor:pointer}.video-call-btn{width:40px;height:40px;border-radius:50%;background:#e83875;color:#fff;border:2px solid white;display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;right:10px}.chat-messages{flex:1;overflow-y:auto;padding:20px;background:#fff}.message{max-width:70%;padding:10px 15px;border-radius:15px;margin:5px 0;word-wrap:break-word}.message-sent{background:#e83875;color:#fff;align-self:flex-end;margin-left:auto}.message-received{background:#eef0f1;align-self:flex-start}.chat-input-container{display:flex;padding:15px 20px;background:#fff;border-top:1px solid #f0f0f0;align-items:center}.chat-input{flex:1;padding:10px 15px;border:1px solid #999;border-radius:15px;outline:none;min-height:35px;max-height:120px;resize:none}.send-btn{background:#e83875;color:#fff;border:none;border-radius:20px;padding:8px 20px;margin-left:10px;cursor:pointer;font-weight:700}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:20px;border-radius:10px;max-width:90%;width:400px;max-height:80vh;overflow-y:auto}.loading{display:flex;justify-content:center;align-items:center;height:100vh}.spinner{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#e83875;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.select-field{width:100%;height:45px;font-size:16px;margin:10px 0;outline:auto;background:#fff}.gender-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0}.gender-option{padding:30px 20px;border:3px solid #666;border-radius:10px;text-align:center;cursor:pointer;background:#efefef;position:relative}.gender-option:hover{background:#e0e0e0}.gender-option.selected{border-color:#e83875}.check-mark{position:absolute;bottom:-5px;right:-5px;width:30px;height:30px;background:#00b301;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px}.photo-grid{display:flex;flex-wrap:wrap;gap:10px}.photo-grid>div{position:relative;width:76px;height:76px}.photo-item{width:100%;height:100%;border-radius:10px;object-fit:cover;display:block}.delete-photo{position:absolute;top:-5px;right:-5px;width:20px;height:20px;background:red;color:#fff;border-radius:50%;border:none;cursor:pointer;font-size:12px;line-height:20px;text-align:center;z-index:1}.image-dots{display:flex;justify-content:center;margin-top:10px;gap:6px}.dot{width:8px;height:8px;border-radius:50%;background:#000;cursor:pointer}.dot.active{background:#e83875}.likes-scroll{display:flex;overflow-x:auto;padding:10px 15px;gap:10px}.likes-scroll::-webkit-scrollbar{display:none}.like-avatar{min-width:70px;width:70px;height:70px;border-radius:50%;border:3px solid #e83875;cursor:pointer}.badge{position:absolute;top:-5px;right:-5px;background:#e83875;color:#fff;border-radius:10px;padding:2px 8px;font-size:11px;min-width:20px;text-align:center}.menu-item{padding:15px 0;border-bottom:1px solid #f0f0f0;cursor:pointer;font-size:17px;font-weight:700;color:#333}.menu-item:hover{color:#e83875}.premium-badge{font-size:25px}.no-photo-placeholder{background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#999;font-size:14px}
