@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap";nav{background-color:#8b4513;display:flex;align-items:center;justify-content:space-between;padding:10px;overflow-x:hidden;position:relative}nav .logo img{height:50px;width:auto}@media screen and (max-width: 768px){nav .logo img{height:40px}}@media screen and (max-width: 640px){nav .logo img{height:35px}}nav .center a{margin:0 16px;color:#fff;text-decoration:none;font-size:18px}nav .center .active{color:peru}@media screen and (max-width: 1024px){nav .center{display:none}}@media screen and (max-width: 1024px){nav .right{display:none}}nav .hamburgerIcon{display:none;cursor:pointer}nav .hamburgerIcon img{width:40px;height:40px}@media screen and (max-width: 1024px){nav .hamburgerIcon{display:block}}nav .mobileMenu{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,rgba(139,69,19,.95) 0%,rgba(101,67,33,.95) 100%);z-index:9999;overflow-y:auto;overflow-x:hidden}nav .mobileMenu .mobileMenuHeader{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.1)}nav .mobileMenu .mobileMenuHeader .mobileLogo img{height:40px;width:auto}nav .mobileMenu .mobileMenuHeader .mobileCloseBtn{background:none;border:none;cursor:pointer;padding:5px}nav .mobileMenu .mobileMenuHeader .mobileCloseBtn img{width:30px;height:30px;filter:invert(1)}nav .mobileMenu .mobileMenuContent{padding:20px}nav .mobileMenu .mobileMenuContent .mobileNavSection{margin-bottom:30px}nav .mobileMenu .mobileMenuContent .mobileNavSection h3{color:peru;font-size:18px;font-weight:600;margin-bottom:15px;padding-bottom:8px;border-bottom:2px solid rgba(205,133,63,.3);text-transform:uppercase;letter-spacing:1px}nav .mobileMenu .mobileMenuContent .mobileNavSection .mobileNavLink{display:block;color:#fff;font-size:16px;text-decoration:none;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}nav .mobileMenu .mobileMenuContent .mobileNavSection .mobileNavLink:hover{color:peru;padding-left:10px;background-color:#ffffff0d}nav .mobileMenu .mobileMenuContent .mobileNavSection .mobileNavLink.active{color:peru;font-weight:600}nav .mobileMenu .mobileMenuContent .mobileNavSection .mobileLogoutBtn{display:block;width:100%;background:linear-gradient(135deg,#B22222 0%,#DC143C 100%);color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}nav .mobileMenu .mobileMenuContent .mobileNavSection .mobileLogoutBtn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #b222224d}.chatPage{height:100vh;display:flex;flex-direction:column;background:#f0f2f5}.chatLoading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#f0f2f5}.chatLoading .loadingSpinner{width:40px;height:40px;border:4px solid #e1e5e9;border-top:4px solid #25d366;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.chatLoading p{color:#667781;font-size:16px}.chatContainer{display:flex;height:calc(100vh - 70px);background:white;border-radius:8px;margin:10px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.chatSidebar{width:350px;background:white;border-right:1px solid #e9edef;display:flex;flex-direction:column}@media screen and (max-width: 768px){.chatSidebar{width:100%;position:absolute;z-index:1000;height:100%}}.sidebarHeader{background:#f0f2f5;padding:20px;border-bottom:1px solid #e9edef;display:flex;justify-content:space-between;align-items:center}.sidebarHeader h2{margin:0;color:#3b4a54;font-size:20px;font-weight:600}.sidebarHeader .onlineIndicator{display:flex;align-items:center;gap:8px;color:#667781;font-size:14px}.sidebarHeader .onlineIndicator .onlineDot{width:8px;height:8px;background:#25d366;border-radius:50%;animation:pulse 2s infinite}.sidebarHeader .onlineIndicator .onlineDot.connected{background:#25d366;animation:pulse 2s infinite}.sidebarHeader .onlineIndicator .onlineDot.disconnected{background:#e53e3e;animation:none}.conversationsList{flex:1;overflow-y:auto}.conversationsList::-webkit-scrollbar{width:6px}.conversationsList::-webkit-scrollbar-track{background:transparent}.conversationsList::-webkit-scrollbar-thumb{background:#c5c5c5;border-radius:3px}.conversationItem{display:flex;align-items:center;padding:12px 20px;cursor:pointer;border-bottom:1px solid #f0f2f5;transition:background-color .2s}.conversationItem:hover{background:#f5f6fa}.conversationItem.active{background:#e7f3ff;border-left:3px solid #25d366}.conversationItem .conversationAvatar{position:relative;margin-right:15px}.conversationItem .conversationAvatar img{width:50px;height:50px;border-radius:50%;object-fit:cover}.conversationItem .conversationAvatar .onlineStatus{position:absolute;bottom:2px;right:2px;width:12px;height:12px;background:#25d366;border:2px solid white;border-radius:50%}.conversationItem .conversationContent{flex:1;min-width:0}.conversationItem .conversationContent .conversationHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.conversationItem .conversationContent .conversationHeader .conversationName{margin:0;font-size:16px;font-weight:600;color:#3b4a54;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversationItem .conversationContent .conversationHeader .conversationTime{font-size:12px;color:#667781;white-space:nowrap;margin-left:10px}.conversationItem .conversationContent .conversationPreview{display:flex;justify-content:space-between;align-items:center}.conversationItem .conversationContent .conversationPreview .lastMessage{margin:0;font-size:14px;color:#667781;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.conversationItem .conversationContent .conversationPreview .unreadBadge{background:#25d366;color:#fff;font-size:12px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;margin-left:8px}.noConversations{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;padding:20px;text-align:center}.noConversations p{color:#667781;margin-bottom:20px;font-size:16px}.chatArea{flex:1;display:flex;flex-direction:column;background:#f0f2f5}.chatHeader{background:#f0f2f5;padding:15px 20px;border-bottom:1px solid #e9edef;display:flex;justify-content:space-between;align-items:center}.chatHeader .userInfo{display:flex;align-items:center;gap:15px}.chatHeader .userInfo .userAvatar{position:relative}.chatHeader .userInfo .userAvatar img{width:45px;height:45px;border-radius:50%;object-fit:cover}.chatHeader .userInfo .userAvatar .statusDot{position:absolute;bottom:2px;right:2px;width:12px;height:12px;border-radius:50%;border:2px solid white}.chatHeader .userInfo .userAvatar .statusDot.online{background:#25d366}.chatHeader .userInfo .userAvatar .statusDot.offline{background:#667781}.chatHeader .userInfo .userAvatar .statusDot.blocked{background:#e53e3e}.chatHeader .userInfo .userDetails h3{margin:0;color:#3b4a54;font-size:16px;font-weight:600}.chatHeader .userInfo .userDetails .status{color:#667781;font-size:13px}.chatHeader .chatActions{display:flex;gap:10px}.chatHeader .chatActions .actionBtn{background:none;border:none;padding:8px;border-radius:50%;cursor:pointer;font-size:18px;transition:background-color .2s}.chatHeader .chatActions .actionBtn:hover{background:#e9edef}.messagesArea{flex:1;overflow-y:auto;background:#efeae2;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');display:flex;flex-direction:column;justify-content:flex-end}.messagesArea::-webkit-scrollbar{width:6px}.messagesArea::-webkit-scrollbar-track{background:transparent}.messagesArea::-webkit-scrollbar-thumb{background:#c5c5c5;border-radius:3px}.messagesList{display:flex;flex-direction:column;justify-content:flex-end;min-height:100%;padding:10px 15px 20px}.messageWrapper{display:flex!important;margin-bottom:10px!important;position:relative!important;width:100%!important}.messageWrapper.own{justify-content:flex-end!important}.messageWrapper.own .messageContainer{flex-direction:row-reverse!important;display:flex!important;align-items:flex-end!important}.messageWrapper.own .messageBubble{background:#d9fdd3!important;color:#111b21!important;border-radius:18px 18px 4px!important;margin-left:8px!important;order:1!important}.messageWrapper.own .messageAvatar{order:2!important;margin-left:0!important;margin-right:0!important}.messageWrapper.other{justify-content:flex-start!important}.messageWrapper.other .messageContainer{flex-direction:row!important;display:flex!important;align-items:flex-end!important}.messageWrapper.other .messageBubble{background:white!important;color:#3b4a54!important;border-radius:18px 18px 18px 4px!important;margin-right:8px!important;order:2!important}.messageWrapper.other .messageAvatar{order:1!important;margin-right:0!important;margin-left:0!important}.messageContainer{display:flex!important;align-items:flex-end!important;max-width:70%!important;gap:8px!important}.messageAvatar img{width:32px;height:32px;border-radius:50%;object-fit:cover}.messageAvatar.hidden{display:none}.messageBubble{padding:8px 12px!important;box-shadow:0 1px 2px #0000001a!important;position:relative!important;max-width:100%!important;word-wrap:break-word!important}.messageBubble .messageText{font-size:14px!important;line-height:1.4!important;word-wrap:break-word!important;margin:0!important}.messageBubble .messageText .editedLabel{font-size:12px!important;color:#667781!important;font-style:italic!important;margin-left:4px!important}.messageWrapper.own .messageBubble .messageText{color:#111b21!important}.messageWrapper.other .messageBubble .messageText{color:#3b4a54!important}.messageMeta{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:4px}.messageMeta .messageTime{font-size:11px;color:#667781}.messageMeta .messageStatus{font-size:12px;color:#667781}.messageMeta .messageStatus.read{color:#53bdeb}.editMessage .editInput{width:100%;border:1px solid #25d366;border-radius:8px;padding:8px;font-size:14px;outline:none;margin-bottom:8px}.editMessage .editActions{display:flex;gap:8px;justify-content:flex-end}.editMessage .editActions .saveBtn,.editMessage .editActions .cancelBtn{padding:4px 12px;border:none;border-radius:4px;font-size:12px;cursor:pointer}.editMessage .editActions .saveBtn{background:#25d366;color:#fff}.editMessage .editActions .cancelBtn{background:#e9edef;color:#3b4a54}.chatMenuContainer{position:relative}.chatMenu{position:absolute;top:100%;right:0;background:white;border-radius:8px;box-shadow:0 4px 20px #00000026;padding:8px 0;min-width:200px;z-index:1000}.chatMenu .menuItem{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:background-color .2s}.chatMenu .menuItem:hover{background:#f5f6fa}.chatMenu .menuItem.danger{color:#e53e3e}.chatMenu .menuItem.danger:hover{background:#fed7d7}.chatMenu .menuItem .menuIcon{font-size:18px;margin-right:12px;width:20px;text-align:center}.chatMenu .menuItem .menuText{font-size:14px;font-weight:500;color:#3b4a54}.emojiPicker{position:absolute;bottom:100%;right:0;background:white;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:12px;z-index:1000;margin-bottom:8px}.emojiPicker .emojiGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;max-width:200px}.emojiPicker .emojiGrid .emojiItem{background:none;border:none;font-size:24px;padding:8px;border-radius:8px;cursor:pointer;transition:background-color .2s}.emojiPicker .emojiGrid .emojiItem:hover{background:#f0f2f5}.typingIndicator{display:flex;align-items:center;gap:10px;padding:10px 15px;background:white;border-radius:18px;margin-left:50px;width:fit-content;box-shadow:0 1px 2px #0000001a}.typingIndicator .typingDots{display:flex;gap:3px}.typingIndicator .typingDots span{width:6px;height:6px;background:#667781;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.typingIndicator .typingDots span:nth-child(1){animation-delay:-.32s}.typingIndicator .typingDots span:nth-child(2){animation-delay:-.16s}.typingIndicator .typingText{color:#667781;font-size:14px;font-style:italic}.messageInput{background:#f0f2f5;padding:15px 20px;border-top:1px solid #e9edef}.messageInput .inputForm{width:100%}.messageInput .inputContainer{display:flex;align-items:center;background:white;border-radius:25px;padding:8px 15px;gap:10px;box-shadow:0 1px 2px #0000001a;position:relative}.messageInput .attachBtn,.messageInput .emojiBtn{background:none;border:none;font-size:20px;cursor:pointer;padding:5px;border-radius:50%;transition:background-color .2s}.messageInput .attachBtn:hover,.messageInput .emojiBtn:hover{background:#f0f2f5}.messageInput .messageInputField{flex:1;border:none;outline:none;padding:10px 0;font-size:15px;color:#3b4a54}.messageInput .messageInputField::placeholder{color:#667781}.messageInput .messageInputField:disabled{background:#f5f5f5;color:#999}.messageInput .sendBtn{background:#25d366;border:none;color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.messageInput .sendBtn:hover:not(:disabled){background:#20ba5a}.messageInput .sendBtn:disabled{background:#c5c5c5;cursor:not-allowed}.noChatSelected,.upgradeRequired{flex:1;display:flex;align-items:center;justify-content:center;background:#f0f2f5}.noChatSelected .noChatContent,.noChatSelected .upgradeContent,.upgradeRequired .noChatContent,.upgradeRequired .upgradeContent{text-align:center;max-width:400px;padding:40px}.noChatSelected .noChatContent .noChatIcon,.noChatSelected .noChatContent .upgradeIcon,.noChatSelected .upgradeContent .noChatIcon,.noChatSelected .upgradeContent .upgradeIcon,.upgradeRequired .noChatContent .noChatIcon,.upgradeRequired .noChatContent .upgradeIcon,.upgradeRequired .upgradeContent .noChatIcon,.upgradeRequired .upgradeContent .upgradeIcon{font-size:80px;margin-bottom:20px}.noChatSelected .noChatContent h3,.noChatSelected .upgradeContent h3,.upgradeRequired .noChatContent h3,.upgradeRequired .upgradeContent h3{color:#3b4a54;margin-bottom:15px;font-size:24px}.noChatSelected .noChatContent p,.noChatSelected .upgradeContent p,.upgradeRequired .noChatContent p,.upgradeRequired .upgradeContent p{color:#667781;margin-bottom:30px;line-height:1.5}.chatWrapper{display:flex;column-gap:20px;height:calc(100vh - 140px);overflow:hidden;padding:20px}.chatWrapper .conversationWrapper{flex:1;overflow-y:auto;cursor:pointer}.chatWrapper .conversationWrapper .conversation{border-radius:10px;display:flex;align-items:center;column-gap:15px;border-bottom:1px solid #FFF8DC;padding:10px}.chatWrapper .conversationWrapper .conversation img{width:70px;height:70px;border-radius:50%}.chatWrapper .conversationWrapper .conversation span{font-weight:500}.chatWrapper .conversationWrapper .activeConversation{background-color:#fff8dc;border-radius:10px}.chatWrapper .messagesWrapper{flex:4}.chatWrapper .messagesWrapper .messages{height:95%;padding:20px;overflow-y:auto}.chatWrapper .messagesWrapper .messages .message{display:flex;flex-direction:column}.chatWrapper .messagesWrapper .messages .message .messageTop{display:flex;align-items:center;column-gap:20px}.chatWrapper .messagesWrapper .messages .message .messageTop img{width:50px;height:50px;border-radius:50%}.chatWrapper .messagesWrapper .messages .message .messageTop .messageText{padding:10px;border-radius:10px}.chatWrapper .messagesWrapper .messages .message .messageTop .myMessage{background-color:#8b4513;color:#fff}.chatWrapper .messagesWrapper .messages .message .messageTop .otherMessage{background-color:#fff8dc}.chatWrapper .messagesWrapper .messages .message .messageBottom{color:#424141;font-size:14px;margin-top:10px}.chatWrapper .messagesWrapper .messages .left{align-items:flex-start}.chatWrapper .messagesWrapper .messages .right{align-items:flex-end}.chatWrapper .messagesWrapper .chatBox{display:flex;align-items:center;column-gap:20px}.chatWrapper .messagesWrapper .chatBox input{border:1px solid rgb(167,163,163);width:90%;padding:12px;outline:none;border-radius:10px}.blockedIndicator{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background:rgba(229,62,62,.1);border:1px solid rgba(229,62,62,.3);border-radius:12px;margin:20px}.blockedIndicator .blockedIcon{font-size:48px;margin-bottom:15px;opacity:.7}.blockedIndicator p{color:#e53e3e;font-size:16px;font-weight:500;text-align:center;margin:0}.archivedSection{border-top:1px solid #e9edef;background:#f8f9fa}.archivedSection .archivedHeader{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#f0f2f5;border-bottom:1px solid #e9edef}.archivedSection .archivedHeader h3{margin:0;color:#3b4a54;font-size:16px;font-weight:600}.archivedSection .archivedHeader .archivedCount{background:#25d366;color:#fff;font-size:12px;font-weight:600;padding:4px 8px;border-radius:12px;min-width:20px;text-align:center}.archivedSection .archivedList{max-height:200px;overflow-y:auto}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.chatPage .messageWrapper.own .messageBubble{background:#d9fdd3!important;color:#111b21!important}.chatPage .messageWrapper.other .messageBubble{background:white!important;color:#3b4a54!important}.mobileSidebarOverlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999}.mobileMenuBtn{display:none;background:none;border:none;font-size:20px;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s}.mobileMenuBtn:hover{background:#e9edef}@media screen and (max-width: 768px){.chatContainer{margin:0;border-radius:0;height:calc(100vh - 60px);position:relative}.mobileSidebarOverlay,.mobileMenuBtn{display:block}.chatSidebar{position:fixed;top:0;left:-100%;width:100%;height:100vh;z-index:1000;transition:left .3s ease;background:white}.chatSidebar.mobileActive{left:0}.sidebarHeader{padding:15px;background:#f0f2f5;display:flex;align-items:center;justify-content:space-between}.sidebarHeader h2{font-size:18px;margin:0}.sidebarHeader .closeSidebarBtn{display:block;background:none;border:none;font-size:18px;padding:8px;cursor:pointer;color:#667781;border-radius:50%;transition:background-color .2s}.sidebarHeader .closeSidebarBtn:hover{background:rgba(0,0,0,.1)}.conversationsList{height:calc(100vh - 80px);overflow-y:auto}.chatArea{width:100%;height:calc(100vh - 60px);display:flex;flex-direction:column}.chatHeader{padding:12px 15px;background:#f0f2f5;border-bottom:1px solid #e9edef;display:flex;align-items:center;gap:15px}.chatHeader .mobileMenuBtn{margin-right:10px}.chatHeader .userInfo{flex:1;gap:12px}.chatHeader .userInfo .userAvatar img{width:40px;height:40px}.chatHeader .userInfo .userDetails h3{font-size:16px;font-weight:600}.chatHeader .userInfo .userDetails .status{font-size:12px}.chatHeader .chatActions .actionBtn{padding:8px;font-size:18px}.messagesArea{flex:1;height:calc(100vh - 140px);background:#efeae2;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>')}.messageInput{padding:12px 15px;background:#f0f2f5;border-top:1px solid #e9edef}.messageInput .inputContainer{padding:8px 12px;background:white;border-radius:25px}.messageInput .inputContainer .messageInputField{font-size:15px;padding:10px 0}.messageInput .inputContainer .attachBtn,.messageInput .inputContainer .emojiBtn{font-size:20px;padding:6px}.messageInput .inputContainer .sendBtn{width:40px;height:40px;font-size:18px}.messagesList{padding:10px}.messagesList .messageWrapper{margin-bottom:8px}.messagesList .messageWrapper .messageContainer{max-width:85%}.messagesList .messageWrapper .messageAvatar img{width:28px;height:28px}.messagesList .messageWrapper .messageBubble{padding:6px 10px}.messagesList .messageWrapper .messageBubble .messageText{font-size:13px}.messagesList .messageWrapper .messageBubble .messageMeta{margin-top:3px}.messagesList .messageWrapper .messageBubble .messageMeta .messageTime,.messagesList .messageWrapper .messageBubble .messageMeta .messageStatus{font-size:10px}.emojiPicker{right:10px;bottom:100%;padding:8px}.emojiPicker .emojiGrid{grid-template-columns:repeat(4,1fr);max-width:160px;gap:6px}.emojiPicker .emojiGrid .emojiItem{font-size:20px;padding:6px}.chatMenu{right:10px;min-width:180px}.chatMenu .menuItem{padding:10px 14px}.chatMenu .menuItem .menuIcon{font-size:16px;margin-right:10px}.chatMenu .menuItem .menuText{font-size:13px}.mobileBackBtn{display:block;background:none;border:none;font-size:20px;padding:10px;cursor:pointer;color:#667781;margin-right:10px}.mobileBackBtn:hover{background:rgba(0,0,0,.05);border-radius:50%}.typingIndicator{padding:8px 12px;margin-left:40px}.typingIndicator .typingDots span{width:5px;height:5px}.typingIndicator .typingText{font-size:13px}.blockedIndicator{margin:15px;padding:15px}.blockedIndicator .blockedIcon{font-size:36px;margin-bottom:10px}.blockedIndicator p{font-size:14px}.archivedSection .archivedHeader{padding:12px 15px}.archivedSection .archivedHeader h3{font-size:14px}.archivedSection .archivedHeader .archivedCount{font-size:11px;padding:3px 6px}.messageInput{padding:10px 15px;background:#f0f2f5;border-top:1px solid #e9edef}.messageInput .inputForm{display:flex;align-items:center;gap:8px}.messageInput .inputContainer{display:flex;align-items:center;background:white;border-radius:25px;padding:8px 15px;flex:1;border:1px solid #e9edef}.messageInput .inputContainer .messageInputField{flex:1;border:none;outline:none;font-size:16px;padding:8px 0;background:transparent}.messageInput .inputContainer .messageInputField::placeholder{color:#667781}.messageInput .inputContainer .attachBtn,.messageInput .inputContainer .emojiBtn,.messageInput .inputContainer .sendBtn{background:none;border:none;font-size:20px;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s}.messageInput .inputContainer .attachBtn:hover,.messageInput .inputContainer .emojiBtn:hover,.messageInput .inputContainer .sendBtn:hover{background:#e9edef}.messageInput .inputContainer .attachBtn:disabled,.messageInput .inputContainer .emojiBtn:disabled,.messageInput .inputContainer .sendBtn:disabled{opacity:.5;cursor:not-allowed}.messageInput .inputContainer .sendBtn{background:#25d366;color:#fff}.messageInput .inputContainer .sendBtn:hover:not(:disabled){background:#20b358}.emojiPicker{position:absolute;bottom:70px;left:15px;right:15px;background:white;border-radius:15px;box-shadow:0 4px 20px #00000026;padding:15px;z-index:1000}.emojiPicker .emojiGrid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.emojiPicker .emojiGrid .emojiItem{background:none;border:none;font-size:24px;padding:8px;cursor:pointer;border-radius:8px;transition:background-color .2s}.emojiPicker .emojiGrid .emojiItem:hover{background:#f0f2f5}}.razorpayInfo{text-align:center;padding:30px 20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;color:#fff;margin-bottom:20px}.razorpayIcon{font-size:48px;margin-bottom:15px}.razorpayInfo h3{font-size:24px;font-weight:600;margin-bottom:10px}.razorpayInfo p{font-size:16px;opacity:.9;margin-bottom:20px}.paymentFeatures{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.feature{display:flex;align-items:center;gap:8px;font-size:14px}.featureIcon{font-size:16px}.planSummary{background:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:20px}.summaryItem{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e9ecef}.summaryItem:last-child{border-bottom:none}.summaryItem.total{font-weight:600;font-size:18px;color:#495057;border-top:2px solid #007bff;margin-top:10px;padding-top:15px}.razorpayButton{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)!important;border:none!important;color:#fff!important;font-weight:600!important;font-size:16px!important;padding:15px 30px!important;border-radius:8px!important;width:100%!important;cursor:pointer!important;transition:all .3s ease!important;box-shadow:0 4px 15px #667eea4d!important}.razorpayButton:hover{transform:translateY(-2px)!important;box-shadow:0 6px 20px #667eea66!important}.razorpayButton:disabled{opacity:.6!important;cursor:not-allowed!important;transform:none!important}.loadingMessage{text-align:center;padding:20px;color:#6c757d}.loadingSpinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 10px}.verifyingMessage{margin-top:20px;padding:20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;color:#fff;text-align:center}.verifyingMessage .loadingSpinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;margin:0 auto 15px}.verifyingMessage p{margin:10px 0;font-size:16px;font-weight:500}.verifyingMessage .verifyingNote{font-size:14px;opacity:.9;font-weight:400}.paymentError{margin-top:20px;padding:20px;background:#fff3cd;border:2px solid #ffc107;border-radius:12px;text-align:center}.paymentError .errorIcon{font-size:48px;margin-bottom:15px}.paymentError p{margin:15px 0;color:#856404;font-size:16px}.paymentError .btnSecondary{margin-top:15px;padding:10px 20px;background:#ffc107;color:#000;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease}.paymentError .btnSecondary:hover{background:#ffb300;transform:translateY(-2px)}.paymentMethods{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-bottom:30px}.paymentMethod{display:flex;flex-direction:column;align-items:center;padding:20px 15px;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .3s ease;background:white}.paymentMethod:hover{border-color:#007bff;transform:translateY(-2px);box-shadow:0 4px 15px #007bff1a}.paymentMethod.active{border-color:#007bff;background:#f8f9ff;box-shadow:0 4px 15px #007bff33}.methodIcon{font-size:24px;margin-bottom:8px}.paymentMethod span:last-child{font-size:14px;font-weight:500;color:#495057}@media (max-width: 768px){.paymentFeatures{flex-direction:column;gap:10px}.razorpayInfo{padding:20px 15px}.razorpayInfo h3{font-size:20px}.paymentMethods{grid-template-columns:repeat(2,1fr)}.paymentMethod{padding:15px 10px}}.successModalOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease}.successModal{background:white;border-radius:20px;padding:40px;max-width:500px;width:90%;text-align:center;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease}.successIcon{font-size:80px;margin-bottom:20px;animation:bounce .6s ease}.successModal h2{color:#28a745;font-size:28px;margin-bottom:15px;font-weight:700}.successMessage{font-size:20px;color:#333;margin-bottom:15px;line-height:1.6}.successMessage strong{color:#007bff;font-size:22px}.successDetails{background:#f8f9fa;border-radius:10px;padding:15px;margin:20px 0;color:#6c757d}.successDetails p{margin:0;font-size:14px}.redirectNotice{margin-top:15px;font-size:12px;color:#6c757d;font-style:italic}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.membershipCard.active{border:3px solid #28a745;box-shadow:0 8px 25px #28a7454d;position:relative}@media (max-width: 768px){.successModal{padding:30px 20px}.successIcon{font-size:60px}.successModal h2{font-size:24px}.successMessage{font-size:18px}.badgeContent{flex-direction:column;text-align:center}.badgeText h3{font-size:20px}}*{padding:0;margin:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#e0e0e0}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}.textCenter{text-align:center}.textRight{text-align:right}.flex{display:flex;align-items:center}.textSecondary{color:peru}.textPrimary{color:#8b4513}.my-4{margin:10px 0}.my-6{margin:20px 0}.my-8{margin:40px 0}.mx-4{margin:0 10px}.btn{border:none;outline:none;padding:12px 16px;border-radius:4px;cursor:pointer;font-size:16px;color:#fff;text-decoration:none;font-weight:500;text-transform:uppercase;transition:all .3s ease}@media screen and (max-width: 768px){.btn{padding:10px 14px;font-size:14px}}@media screen and (max-width: 640px){.btn{padding:8px 12px;font-size:12px}}.btnPrimary{background-color:#8b4513;color:#fff}.btnPrimary:hover{background-color:sienna}.btnSecondary{background-color:peru;color:#fff}.btnSecondary:hover{background-color:#d2691e}.btnDanger{background-color:#dc143c}.btnSuccess{background-color:#228b22}.btnWarning{background-color:#ff8c00}.textDanger{color:#dc143c;font-size:20px}.loading-spinner{text-align:center}.loading-spinner .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #8B4513;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.loading-spinner p{color:#666;font-size:16px}.success-message,.error-message{text-align:center}.success-message .success-icon,.success-message .error-icon,.error-message .success-icon,.error-message .error-icon{font-size:60px;margin-bottom:20px}.success-message .success-icon,.error-message .success-icon{color:#228b22}.success-message .error-icon,.error-message .error-icon{color:#dc143c}.success-message h2,.error-message h2{margin-bottom:15px;font-size:24px}.success-message p,.error-message p{color:#666;font-size:16px;line-height:1.6;margin-bottom:10px}.divider{position:relative;text-align:center;margin:20px 0}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#ddd}.divider span{background-color:#fff;padding:0 15px;color:#666;font-size:14px;position:relative;z-index:1}.formWrapper{min-height:calc(100vh - 99px);background:linear-gradient(135deg,#FFF8DC 0%,#F5DEB3 100%);display:flex;align-items:center;padding:30px;justify-content:center}@media screen and (max-width: 768px){.formWrapper{padding:20px}}@media screen and (max-width: 640px){.formWrapper{padding:15px}}.formContainer{width:600px;max-width:90%;background-color:#fff;padding:20px;border:1px solid rgb(211,205,205);border-radius:8px;box-shadow:0 4px 6px #0000001a}@media screen and (max-width: 768px){.formContainer{width:100%;max-width:100%;padding:15px}}@media screen and (max-width: 640px){.formContainer{padding:10px}}.formContainer .formGroup{display:flex;column-gap:10px;width:100%}@media screen and (max-width: 768px){.formContainer .formGroup{flex-direction:column}}.formContainer .formGroup .formControl{display:flex;flex-direction:column;width:100%;margin:5px 0}.formContainer .formGroup .formControl input,.formContainer .formGroup .formControl textarea,.formContainer .formGroup .formControl select{padding:10px;outline:none;border:2px solid transparent;border-radius:3px;font-family:Poppins,sans-serif;background-color:#fff8dc}.formContainer .formGroup .formControl input:focus,.formContainer .formGroup .formControl textarea:focus,.formContainer .formGroup .formControl select:focus{border:2px solid #8B4513}.formContainer .formGroup .formControl input:disabled,.formContainer .formGroup .formControl textarea:disabled,.formContainer .formGroup .formControl select:disabled{border:2px solid #8B4513}.formContainer .formGroup .formControl span{color:red}.formContainer .formControl{display:flex;flex-direction:column;margin:5px 0}.formContainer .formControl input,.formContainer .formControl textarea,.formContainer .formControl select{padding:10px;outline:none;border:2px solid transparent;border-radius:3px;font-family:Poppins,sans-serif;background-color:#fff8dc}.formContainer .formControl input:focus,.formContainer .formControl textarea:focus,.formContainer .formControl select:focus{border:2px solid #8B4513}.formContainer .formControl input:disabled,.formContainer .formControl textarea:disabled,.formContainer .formControl select:disabled{border:2px solid #8B4513}.formContainer .formControl span{color:red}.formControl{display:flex;flex-direction:column;margin:5px 0}.formControl input,.formControl textarea,.formControl select{padding:10px;outline:none;border:2px solid transparent;border-radius:3px;font-family:Poppins,sans-serif;background-color:#fff8dc}.formControl input:focus,.formControl textarea:focus,.formControl select:focus{border:2px solid #8B4513}.formControl input:disabled,.formControl textarea:disabled,.formControl select:disabled{border:2px solid #8B4513}.formControl span{color:red}.heading h1{position:relative;padding-bottom:5px;text-transform:uppercase;font-weight:500}.heading h1:before{width:28px;height:5px;display:block;content:"";position:absolute;bottom:3px;left:50%;margin-left:-14px;background-color:#8b4513}.heading h1:after{width:100px;height:1px;display:block;content:"";position:relative;margin-top:10px;left:50%;margin-left:-50px;background-color:#8b4513}.hero{min-height:calc(100vh - 87px);background-image:linear-gradient(rgba(139,69,19,.7),rgba(101,67,33,.8)),url(/assets/hero-8d2f26c7.jpg);background-position:center;background-size:cover;display:flex;align-items:center;justify-content:space-between;column-gap:20px;padding:20px}.hero .left{color:#fff;padding:0 20px;display:flex;flex-direction:column;row-gap:15px;flex:2}.hero .left h1{font-size:3rem;line-height:1.2;margin-bottom:10px}@media screen and (max-width: 1024px){.hero .left h1{font-size:2.5rem}}@media screen and (max-width: 768px){.hero .left h1{font-size:2rem}}@media screen and (max-width: 640px){.hero .left h1{font-size:1.8rem}}.hero .left h2{font-size:1.5rem;font-weight:400;margin-bottom:15px}@media screen and (max-width: 1024px){.hero .left h2{font-size:1.3rem}}@media screen and (max-width: 768px){.hero .left h2{font-size:1.2rem}}@media screen and (max-width: 640px){.hero .left h2{font-size:1.1rem}}.hero .left p{font-size:18px;line-height:1.6}@media screen and (max-width: 768px){.hero .left p{font-size:16px}}@media screen and (max-width: 640px){.hero .left p{font-size:14px}}.hero .right{flex:1;background-color:#fff;padding:30px 20px;margin:20px;border-radius:10px;max-width:400px}@media screen and (max-width: 1024px){.hero .right{margin:20px 0;max-width:100%}}@media screen and (max-width: 768px){.hero .right{padding:20px 15px}}@media screen and (max-width: 1024px){.hero{flex-direction:column;text-align:center;padding:40px 20px}}@media screen and (max-width: 768px){.hero{padding:30px 15px}}@media screen and (max-width: 640px){.hero{padding:20px 10px}}.profilesWrapper .container{display:grid;grid-template-columns:repeat(4,1fr);padding:20px;gap:20px}@media screen and (max-width: 1024px){.profilesWrapper .container{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 768px){.profilesWrapper .container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 640px){.profilesWrapper .container{grid-template-columns:repeat(1,1fr)}}.profileCard{border-radius:8px;box-shadow:0 4px 8px #0000004d;padding:16px;transition:transform .3s ease,box-shadow .3s ease}.profileCard:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0006}.profileCard img{width:140px;height:140px;border-radius:50%;overflow:hidden;object-fit:cover}@media screen and (max-width: 768px){.profileCard img{width:120px;height:120px}}@media screen and (max-width: 640px){.profileCard img{width:100px;height:100px}}@media screen and (max-width: 640px){.profileCard{padding:12px}}.filterWrapper{position:absolute;top:0;left:0;background-color:#fff;width:0px;min-height:100vh;overflow-x:hidden;box-shadow:0 0 10px #0000001a;transition:all .3s ease-in-out}.filterWrapper .filterContainer{padding:20px 10px}.filterWrapper .filterContainer .closeIcon{width:25px;cursor:pointer;height:25px;position:absolute;right:10px}.filterWrapperActive{width:300px}.singleProfileWrapper .imagesContainer{display:flex;align-items:center;column-gap:20px;justify-content:center;flex-wrap:wrap}.singleProfileWrapper .imagesContainer img{width:300px;height:300px;border-radius:12px;margin:10px 0;object-fit:cover}@media screen and (max-width: 768px){.singleProfileWrapper .imagesContainer img{width:250px;height:250px}}@media screen and (max-width: 640px){.singleProfileWrapper .imagesContainer img{width:200px;height:200px}}@media screen and (max-width: 640px){.singleProfileWrapper .imagesContainer{flex-direction:column;column-gap:0}}.singleProfileWrapper table{border-collapse:collapse;width:50%;margin:20px auto}@media screen and (max-width: 1024px){.singleProfileWrapper table{width:70%}}@media screen and (max-width: 768px){.singleProfileWrapper table{width:85%;font-size:14px}}@media screen and (max-width: 640px){.singleProfileWrapper table{width:95%;font-size:12px}}.singleProfileWrapper table th,.singleProfileWrapper table td{border:3px solid #8B4513;padding:10px;text-align:left;text-transform:capitalize}@media screen and (max-width: 640px){.singleProfileWrapper table th,.singleProfileWrapper table td{padding:8px}}.cardsWrapper{display:flex;align-items:center;justify-content:center;column-gap:30px;margin-top:50px;flex-wrap:wrap}@media screen and (max-width: 768px){.cardsWrapper{column-gap:20px;margin-top:30px}}@media screen and (max-width: 640px){.cardsWrapper{flex-direction:column;row-gap:20px;margin-top:20px}}.cardsWrapper h2{font-weight:400}@media screen and (max-width: 640px){.cardsWrapper h2{font-size:18px}}.cardsWrapper .membershipCard{border:3px solid #8B4513;padding:20px;border-radius:4px;text-align:center;transition:transform .3s ease}.cardsWrapper .membershipCard:hover{transform:scale(1.05)}@media screen and (max-width: 768px){.cardsWrapper .membershipCard{padding:15px}}@media screen and (max-width: 640px){.cardsWrapper .membershipCard{padding:12px;width:100%;max-width:300px}}.paymentWrapper{display:flex;column-gap:50px;padding:0 20px}@media screen and (max-width: 1024px){.paymentWrapper{flex-direction:column;row-gap:30px;padding:0 15px}}@media screen and (max-width: 640px){.paymentWrapper{padding:0 10px}}.paymentWrapper .sidebar{width:200px;background-color:#8b4513;height:400px;display:flex;justify-content:center;color:#fff;border-radius:10px}@media screen and (max-width: 1024px){.paymentWrapper .sidebar{width:100%;height:auto;flex-direction:row;flex-wrap:wrap;padding:20px}}@media screen and (max-width: 640px){.paymentWrapper .sidebar{padding:15px}}.paymentWrapper .sidebar p{cursor:pointer;text-transform:uppercase;margin:10px 0;padding:20px;transition:background-color .3s ease}@media screen and (max-width: 1024px){.paymentWrapper .sidebar p{margin:5px;padding:15px}}@media screen and (max-width: 640px){.paymentWrapper .sidebar p{padding:10px;font-size:14px}}.paymentWrapper .sidebar p:hover{background-color:#ffffff1a}.paymentWrapper .sidebar .listOptionActive{background-color:peru;padding:20px;border-radius:10px}@media screen and (max-width: 1024px){.paymentWrapper .sidebar .listOptionActive{padding:15px}}@media screen and (max-width: 640px){.paymentWrapper .sidebar .listOptionActive{padding:10px}}.paymentWrapper .form{width:500px}@media screen and (max-width: 1024px){.paymentWrapper .form{width:100%}}@media screen and (max-width: 640px){.paymentWrapper .form{width:100%}}.sidebar{width:0;min-height:100vh;overflow-x:hidden;transition:width .2s ease-in-out;overflow-y:auto;z-index:1111;flex-wrap:nowrap;background-color:peru;color:#fff}@media screen and (max-width: 992px){.sidebar{position:absolute;top:0;left:0}}.sidebar .sidebar__content{padding:20px 10px;position:relative}.sidebar .sidebar__content .user-info{display:flex;flex-direction:column;align-items:center}.sidebar .sidebar__content .user-info img{width:100px;height:100px;border-radius:50%;object-fit:cover}.sidebar .sidebar__content .user-info .username{margin-top:5px;font-weight:500;text-align:center}.sidebar .sidebar__content .user-info .role{font-size:14px}.sidebar .sidebar__content .list{margin-top:20px}.sidebar .sidebar__content .list .active{color:#8b4513}.sidebar .sidebar__content .list .list__item{display:flex;align-items:center;text-decoration:none;padding:7px 5px;border-radius:3px;margin:4px 0;transition:all .3s ease-in-out;font-size:18px;color:#fff}.sidebar .sidebar__content .list .list__item:hover{font-weight:700}.sidebar .sidebar__content .list .list__item .icon{font-size:20px;margin-right:8px;display:flex;align-items:center;justify-content:center}.sidebar .sidebar__content .btn__close{background:transparent;outline:none;border:none;font-size:35px;position:absolute;font-weight:500;top:5px;right:10px;transition:all .3s ease-in-out;cursor:pointer}.sidebar__active{width:230px}@media (min-width: 992px){.btn__close{display:none}}.dashboard__layout{display:flex;width:100%}.dashboard__layout .container{width:100%}.tableHeading{text-transform:uppercase;font-weight:400;margin:20px}.table__wrapper{padding:20px;border-radius:5px;overflow:auto;background-color:#fff8dc;margin:20px}.table__wrapper table{width:100%;border:none}@media screen and (max-width: 1024px){.table__wrapper table{font-size:12px}}@media screen and (max-width: 768px){.table__wrapper table{font-size:13px}}@media screen and (max-width: 640px){.table__wrapper table{font-size:11px}}.table__wrapper table thead{color:#fff}.table__wrapper table thead tr{background-color:#8b4513}.table__wrapper table tr,.table__wrapper table td{padding:13px}.table__wrapper table tr img,.table__wrapper table td img{width:80px;height:80px;object-fit:cover;border-radius:50%;overflow:hidden}.table__wrapper table tr .actions,.table__wrapper table td .actions{width:180px}.appbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#8b4513}.appbar .left{display:flex;align-items:center}.appbar .left .hamburger{width:30px;height:30px;margin-right:20px;cursor:pointer}.appbar .left .logo{display:flex;align-items:center;text-decoration:none}.appbar .left .logo .logo__icon{font-size:30px}@media screen and (max-width: 768px){.appbar .left .logo .logo__icon{font-size:24px}}.appbar .left span{font-size:20px;margin-left:3px;font-weight:500}@media screen and (max-width: 768px){.appbar .left span{font-size:18px}}.count__card{display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:5px;padding:20px;background-color:#fff8dc}.count__card .link{text-decoration:none;font-size:15px}.card__wrapper{padding:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media screen and (max-width: 768px){.card__wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 640px){.card__wrapper{grid-template-columns:repeat(1,1fr)}}.membershipHero{background:linear-gradient(135deg,#8B4513 0%,#654321 100%);color:#fff;padding:60px 20px;margin-bottom:40px}.membershipStats{display:flex;justify-content:center;gap:60px;margin-top:40px}@media screen and (max-width: 768px){.membershipStats{gap:40px}}@media screen and (max-width: 640px){.membershipStats{flex-direction:column;gap:20px}}.statItem{text-align:center}.statItem h3{font-size:2.5rem;font-weight:700;color:peru;margin-bottom:10px}.statItem p{font-size:1.1rem;opacity:.9}.membershipCard{background:white;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;position:relative;border:2px solid transparent;max-width:350px;width:100%}.membershipCard:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.membershipCard.popular{border-color:peru;transform:scale(1.05)}.membershipCard.popular:hover{transform:scale(1.05) translateY(-10px)}.popularBadge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#CD853F,#D2691E);color:#fff;padding:8px 20px;border-radius:20px;font-size:.9rem;font-weight:600;box-shadow:0 4px 15px #cd853f4d}.planHeader{text-align:center;margin-bottom:30px}.planHeader .planIcon{font-size:3rem;margin-bottom:15px}.planHeader h3{font-size:2rem;font-weight:700;color:#8b4513;margin-bottom:10px}.planHeader .price{font-size:1.8rem;font-weight:600;color:peru;margin:0}.benefitsList{margin-bottom:30px}.benefitsList h4{font-size:1.2rem;font-weight:600;color:#8b4513;margin-bottom:20px;text-align:center}.benefitsList ul{list-style:none;padding:0}.benefitsList ul li{display:flex;align-items:flex-start;margin-bottom:12px;font-size:.95rem;line-height:1.4}.benefitsList ul li .checkmark{color:#228b22;font-weight:700;margin-right:10px;font-size:1.1rem;flex-shrink:0;margin-top:2px}.membershipFeatures{background:#F5DEB3;padding:60px 20px;margin:60px 0}.container{max-width:1200px;margin:0 auto}.featuresGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px}.featureItem{text-align:center;padding:30px 20px;background:white;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:transform .3s ease}.featureItem:hover{transform:translateY(-5px)}.featureItem .featureIcon{font-size:3rem;margin-bottom:20px}.featureItem h3{font-size:1.3rem;font-weight:600;color:#8b4513;margin-bottom:15px}.featureItem p{color:#666;line-height:1.6}.membershipFAQ{background:white;padding:60px 20px}.faqGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.faqItem{padding:25px;background:#F5DEB3;border-radius:15px;border-left:4px solid #CD853F}.faqItem h4{font-size:1.2rem;font-weight:600;color:#8b4513;margin-bottom:15px}.faqItem p{color:#666;line-height:1.6}.cardsWrapper{display:flex;justify-content:center;gap:30px;padding:40px 20px;flex-wrap:wrap}@media screen and (max-width: 768px){.cardsWrapper{gap:20px;padding:30px 15px}}@media screen and (max-width: 640px){.cardsWrapper{flex-direction:column;align-items:center;gap:25px}}.currentPlanBadge{background:linear-gradient(135deg,#28a745 0%,#20c997 100%);color:#fff;padding:20px;border-radius:12px;margin:20px auto;max-width:1200px;box-shadow:0 4px 15px #28a7454d}@media screen and (max-width: 640px){.currentPlanBadge{margin:20px;padding:15px}}.badgeContent{display:flex;align-items:center;justify-content:center;gap:15px}@media screen and (max-width: 640px){.badgeContent{flex-direction:column;text-align:center;gap:10px}}.badgeIcon{font-size:32px}@media screen and (max-width: 640px){.badgeIcon{font-size:28px}}.badgeText h3{margin:0;font-size:24px;font-weight:600}@media screen and (max-width: 640px){.badgeText h3{font-size:20px}}.badgeText p{margin:5px 0 0;font-size:14px;opacity:.9}@media screen and (max-width: 640px){.badgeText p{font-size:12px}}.membershipCard.active{border:3px solid #28a745!important;box-shadow:0 8px 25px #28a7454d!important;position:relative}.activeBadge{position:absolute;top:15px;right:15px;background:#28a745;color:#fff;padding:8px 15px;border-radius:20px;font-size:12px;font-weight:600;z-index:10;box-shadow:0 2px 10px #28a74566}@media screen and (max-width: 640px){.activeBadge{top:10px;right:10px;padding:6px 12px;font-size:11px}}.btnSuccess{background:#28a745!important;color:#fff!important;cursor:default!important}.btnSuccess:hover{background:#28a745!important;transform:none!important}.faqPage{min-height:100vh;background:#F5DEB3}.faqHero{background:linear-gradient(135deg,#8B4513 0%,#654321 100%);color:#fff;padding:80px 20px 60px;text-align:center}.faqHero h1{font-size:3rem;font-weight:700;margin-bottom:20px}@media screen and (max-width: 768px){.faqHero h1{font-size:2.5rem}}@media screen and (max-width: 640px){.faqHero h1{font-size:2rem}}.faqHero p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}@media screen and (max-width: 640px){.faqHero p{font-size:1rem}}.faqContent{padding:60px 20px}.faqCategory{margin-bottom:50px}.faqCategory .categoryTitle{font-size:2rem;font-weight:600;color:#8b4513;margin-bottom:30px;text-align:center;position:relative}.faqCategory .categoryTitle:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:#CD853F;border-radius:2px}@media screen and (max-width: 768px){.faqCategory .categoryTitle{font-size:1.8rem}}@media screen and (max-width: 640px){.faqCategory .categoryTitle{font-size:1.5rem}}.faqItems{max-width:800px;margin:0 auto}.faqItem{background:white;border-radius:15px;margin-bottom:20px;box-shadow:0 5px 20px #00000014;overflow:hidden;transition:all .3s ease}.faqItem:hover{box-shadow:0 10px 30px #0000001f;transform:translateY(-2px)}.faqQuestion{padding:25px 30px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:white;border:none;width:100%;text-align:left;transition:all .3s ease}.faqQuestion:hover{background:#F5DEB3}.faqQuestion h3{font-size:1.2rem;font-weight:600;color:#8b4513;margin:0;flex:1;padding-right:20px}@media screen and (max-width: 768px){.faqQuestion h3{font-size:1.1rem}}@media screen and (max-width: 640px){.faqQuestion h3{font-size:1rem}}.faqQuestion .faqIcon{font-size:1.5rem;font-weight:700;color:peru;transition:all .3s ease;min-width:30px;text-align:center}.faqQuestion .faqIcon.open{transform:rotate(180deg)}.faqAnswer{max-height:0;overflow:hidden;transition:all .3s ease;background:#F5DEB3}.faqAnswer.open{max-height:500px;padding:0 30px 25px}.faqAnswer p{color:#666;line-height:1.6;margin:0;padding-top:20px}@media screen and (max-width: 640px){.faqAnswer p{font-size:.95rem}}.faqContact{background:white;padding:60px 20px;text-align:center}.faqContact h2{font-size:2.5rem;font-weight:600;color:#8b4513;margin-bottom:20px}@media screen and (max-width: 768px){.faqContact h2{font-size:2rem}}@media screen and (max-width: 640px){.faqContact h2{font-size:1.8rem}}.faqContact p{font-size:1.1rem;color:#666;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.contactOptions{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:900px;margin:0 auto}.contactOption{background:#F5DEB3;padding:30px 20px;border-radius:15px;text-align:center;transition:transform .3s ease}.contactOption:hover{transform:translateY(-5px)}.contactOption .contactIcon{font-size:3rem;margin-bottom:20px}.contactOption h3{font-size:1.3rem;font-weight:600;color:#8b4513;margin-bottom:10px}.contactOption p{font-size:1.1rem;font-weight:500;color:peru;margin-bottom:8px}.contactOption span{font-size:.9rem;color:#666}.paymentPage{min-height:100vh;background:#F5DEB3}.paymentHero{background:linear-gradient(135deg,#8B4513 0%,#654321 100%);color:#fff;padding:80px 20px 60px;text-align:center}.paymentHero h1{font-size:3rem;font-weight:700;margin-bottom:20px}@media screen and (max-width: 768px){.paymentHero h1{font-size:2.5rem}}@media screen and (max-width: 640px){.paymentHero h1{font-size:2rem}}.paymentHero p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}@media screen and (max-width: 640px){.paymentHero p{font-size:1rem}}.paymentContainer{padding:60px 20px}.paymentGrid{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;max-width:1200px;margin:0 auto}@media screen and (max-width: 768px){.paymentGrid{grid-template-columns:1fr;gap:30px}}.orderSummary{background:white;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000001a;height:fit-content;position:sticky;top:20px}@media screen and (max-width: 768px){.orderSummary{position:static}}.summaryHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #F5DEB3}.summaryHeader h2{font-size:1.8rem;font-weight:600;color:#8b4513;margin:0}.summaryHeader .planBadge{background:linear-gradient(135deg,#CD853F,#D2691E);color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:.9rem}.planDetails{margin-bottom:30px}.planDetails .planInfo{text-align:center;margin-bottom:25px}.planDetails .planInfo h3{font-size:1.5rem;font-weight:600;color:#8b4513;margin-bottom:8px}.planDetails .planInfo .duration{color:#666;margin-bottom:15px}.planDetails .planInfo .price{font-size:2.5rem;font-weight:700;color:peru}.planDetails .features h4{font-size:1.1rem;font-weight:600;color:#8b4513;margin-bottom:15px}.planDetails .features ul{list-style:none;padding:0}.planDetails .features ul li{display:flex;align-items:center;margin-bottom:10px;font-size:.95rem}.planDetails .features ul li .checkmark{color:#228b22;font-weight:700;margin-right:10px;font-size:1.1rem}.securityBadges{display:flex;justify-content:space-between;gap:10px}.securityBadges .securityItem{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}.securityBadges .securityItem .securityIcon{font-size:1.5rem;margin-bottom:8px}.securityBadges .securityItem span:last-child{font-size:.8rem;color:#666;font-weight:500}.paymentForm{background:white;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000001a}.formHeader{text-align:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #F5DEB3}.formHeader h2{font-size:1.8rem;font-weight:600;color:#8b4513;margin-bottom:8px}.formHeader p{color:#666;margin:0}.paymentMethods{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:30px}@media screen and (max-width: 640px){.paymentMethods{grid-template-columns:1fr}}.paymentMethod{display:flex;flex-direction:column;align-items:center;padding:20px 15px;border:2px solid #e0e0e0;border-radius:15px;cursor:pointer;transition:all .3s ease;text-align:center}.paymentMethod:hover{border-color:peru;transform:translateY(-2px)}.paymentMethod.active{border-color:peru;background:#F5DEB3}.paymentMethod.active .methodIcon{transform:scale(1.1)}.paymentMethod .methodIcon{font-size:2rem;margin-bottom:10px;transition:transform .3s ease}.paymentMethod span:last-child{font-weight:600;color:#8b4513;font-size:.9rem}.paymentFormContent .formRow{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:20px}.paymentFormContent .formRow:has(.formGroup:nth-child(2)){grid-template-columns:1fr 1fr}@media screen and (max-width: 640px){.paymentFormContent .formRow:has(.formGroup:nth-child(2)){grid-template-columns:1fr}}.paymentFormContent .formGroup label{display:block;font-weight:600;color:#8b4513;margin-bottom:8px;font-size:.95rem}.paymentFormContent .formGroup input,.paymentFormContent .formGroup select{width:100%;padding:15px;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease}.paymentFormContent .formGroup input:focus,.paymentFormContent .formGroup select:focus{outline:none;border-color:peru;box-shadow:0 0 0 3px #cd853f1a}.paymentFormContent .formGroup input::placeholder,.paymentFormContent .formGroup select::placeholder{color:#999}.paymentFormContent .formGroup select{cursor:pointer}.paymentFormContent .cardIcons{display:flex;gap:10px;margin-top:10px}.paymentFormContent .cardIcons .cardIcon{padding:5px 10px;border-radius:5px;font-size:.8rem;font-weight:600}.paymentFormContent .cardIcons .cardIcon.visa{background:#1a1f71;color:#fff}.paymentFormContent .cardIcons .cardIcon.mastercard{background:#eb001b;color:#fff}.paymentFormContent .cardIcons .cardIcon.amex{background:#006fcf;color:#fff}.payButton{width:100%;background:linear-gradient(135deg,#CD853F,#D2691E);color:#fff;border:none;padding:18px 30px;border-radius:15px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:30px}.payButton:hover{transform:translateY(-2px);box-shadow:0 10px 25px #cd853f4d}.payButton:active{transform:translateY(0)}.payButton .buttonIcon{font-size:1.2rem}.upiInfo{text-align:center;margin-bottom:30px;padding:20px;background:#F5DEB3;border-radius:15px}.upiInfo .upiIcon{font-size:3rem;margin-bottom:15px}.upiInfo h3{font-size:1.3rem;font-weight:600;color:#8b4513;margin-bottom:8px}.upiInfo p{color:#666;margin:0}.upiApps{display:flex;justify-content:center;gap:20px;margin:20px 0}.upiApps .upiApp{display:flex;flex-direction:column;align-items:center;padding:15px;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;transition:all .3s ease}.upiApps .upiApp:hover{border-color:peru;transform:translateY(-2px)}.upiApps .upiApp .appIcon{font-size:1.5rem;margin-bottom:8px}.upiApps .upiApp span:last-child{font-size:.9rem;font-weight:500;color:#8b4513}.paymentFooter{margin-top:30px;padding-top:20px;border-top:1px solid #e0e0e0;text-align:center}.paymentFooter p{font-size:.9rem;color:#666;margin:0}.paymentFooter p a{color:peru;text-decoration:none;font-weight:500}.paymentFooter p a:hover{text-decoration:underline}.compactProfileCard{background:white;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease;position:relative;width:280px;height:420px;margin:0 auto}.compactProfileCard:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00000026}.compactProfileCard:hover .hoverOverlay{opacity:1;visibility:visible}.compactProfileCard:hover .profileImage{transform:scale(1.05)}.cardImageSection{height:200px;position:relative;overflow:hidden}.cardImageSection .profileImageWrapper{width:100%;height:100%;position:relative}.cardImageSection .profileImageWrapper .profileImage{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cardImageSection .profileImageWrapper .imageOverlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.1),transparent,rgba(0,0,0,.3));display:flex;align-items:flex-start;justify-content:flex-end;padding:12px}.cardImageSection .profileImageWrapper .imageOverlay .quickActions .quickActionBtn{width:36px;height:36px;border-radius:50%;border:none;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:16px}.cardImageSection .profileImageWrapper .imageOverlay .quickActions .quickActionBtn:hover{background:white;transform:scale(1.1)}.cardImageSection .profileImageWrapper .imageOverlay .quickActions .quickActionBtn.liked{background:rgba(239,68,68,.9);color:#fff}.cardImageSection .profileImageWrapper .verificationBadge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;box-shadow:0 2px 8px #22c55e4d}.cardImageSection .profileImageWrapper .compatibilityBadge{position:absolute;bottom:12px;right:12px;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#8b4513;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:700;box-shadow:0 2px 8px #0000001a}.cardInfo{padding:16px;height:220px;display:flex;flex-direction:column}.cardInfo .profileHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.cardInfo .profileHeader .profileName{font-size:18px;font-weight:700;color:#1f2937;margin:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cardInfo .profileHeader .profileAge{background:linear-gradient(135deg,#8B4513,#5e2f0d);color:#fff;font-size:12px;font-weight:600;padding:4px 8px;border-radius:10px;margin-left:8px}.cardInfo .profileLocation{font-size:13px;color:#6b7280;margin-bottom:12px;font-weight:500}.cardInfo .profileTags{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.cardInfo .profileTags .tagItem{font-size:12px;color:#374151;background:#f8fafc;padding:6px 10px;border-radius:8px;font-weight:500}.cardInfo .profileTags .tagItem.education{border-left:3px solid #3b82f6}.cardInfo .profileTags .tagItem.occupation{border-left:3px solid #10b981}.cardInfo .lifestyleQuickInfo{display:flex;justify-content:space-around;margin-bottom:16px;padding:8px 0;background:#f8fafc;border-radius:8px}.cardInfo .lifestyleQuickInfo .lifestyleIcon{font-size:16px;cursor:help;transition:transform .2s ease}.cardInfo .lifestyleQuickInfo .lifestyleIcon:hover{transform:scale(1.2)}.cardInfo .cardActions{display:flex;gap:8px;margin-top:auto}.cardInfo .cardActions .viewBtn{flex:1;background:linear-gradient(135deg,#8B4513,#5e2f0d);color:#fff;border:none;padding:10px 16px;border-radius:10px;font-size:13px;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease}.cardInfo .cardActions .viewBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #8b45134d}.cardInfo .cardActions .chatBtn{width:40px;height:40px;border-radius:10px;border:2px solid #e5e7eb;background:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:16px}.cardInfo .cardActions .chatBtn:hover{border-color:#8b4513;color:#8b4513;transform:translateY(-1px)}.hoverOverlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(139,69,19,.96),rgba(72,36,10,.96));opacity:0;visibility:hidden;transition:all .3s ease;padding:20px;display:flex;flex-direction:column;justify-content:center;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);pointer-events:none}.hoverOverlay .overlayContent{pointer-events:auto}.hoverOverlay .overlayContent .overlayHeader{text-align:center;margin-bottom:16px}.hoverOverlay .overlayContent .overlayHeader h4{font-size:20px;font-weight:700;margin-bottom:4px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hoverOverlay .overlayContent .overlayHeader .overlayAge{font-size:14px;opacity:.9}.hoverOverlay .overlayContent .overlayDetails{margin-bottom:16px}.hoverOverlay .overlayContent .overlayDetails .overlayDetailItem{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:14px}.hoverOverlay .overlayContent .overlayDetails .overlayDetailItem .overlayIcon{width:20px;font-size:14px}.hoverOverlay .overlayContent .overlayBio{font-size:13px;line-height:1.5;margin-bottom:16px;opacity:.95;text-align:center}.hoverOverlay .overlayContent .overlayActions{text-align:center}.hoverOverlay .overlayContent .overlayActions .overlayViewBtn{background:white;color:#8b4513;padding:10px 20px;border-radius:20px;text-decoration:none;font-weight:600;font-size:13px;transition:all .3s ease;display:inline-block}.hoverOverlay .overlayContent .overlayActions .overlayViewBtn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #ffffff4d}.registrationPage{min-height:100vh;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);position:relative}.registrationPage:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="registration-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23registration-pattern)"/></svg>');opacity:.5}.registrationContainer{position:relative;z-index:2;max-width:1000px;margin:0 auto;padding:0 20px}.registrationHero{background:linear-gradient(135deg,#8B4513 0%,#48240a 100%);color:#fff;padding:40px 0;position:relative;overflow:hidden;margin-bottom:40px;border-radius:0 0 30px 30px}.registrationHero .heroBackground{position:absolute;top:0;left:0;right:0;bottom:0}.registrationHero .heroBackground .heroPattern{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hero-hearts" x="0" y="0" width="25" height="25" patternUnits="userSpaceOnUse"><text x="12.5" y="18" text-anchor="middle" font-size="16" fill="rgba(255,255,255,0.1)">💖</text></pattern></defs><rect width="100" height="100" fill="url(%23hero-hearts)"/></svg>');width:100%;height:100%;opacity:.3}.registrationHero .heroContent{position:relative;z-index:2;text-align:center}.registrationHero .heroContent .stepIndicator{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.2);padding:8px 16px;border-radius:20px;margin-bottom:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.registrationHero .heroContent .stepIndicator .stepNumber{background:white;color:#8b4513;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.registrationHero .heroContent .stepIndicator .stepLabel{font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:1px}.registrationHero .heroContent .heroTitle{font-size:36px;font-weight:700;margin-bottom:15px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.registrationHero .heroContent .heroTitle .titleIcon{font-size:32px;margin-right:10px}.registrationHero .heroContent .heroDescription{font-size:18px;opacity:.9;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.registrationHero .heroContent .progressBar{width:200px;height:6px;background:rgba(255,255,255,.3);border-radius:3px;margin:0 auto 10px;overflow:hidden}.registrationHero .heroContent .progressBar .progressFill{height:100%;background:linear-gradient(90deg,#fff,rgba(255,255,255,.8));border-radius:3px;transition:width .8s ease}.registrationHero .heroContent .progressText{font-size:14px;opacity:.8;font-weight:500}.formSection{margin-bottom:40px}.formCard{background:white;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:40px;border:1px solid rgba(0,0,0,.05)}.formCard .modernForm .formSection{margin-bottom:40px}.formCard .modernForm .formSection:last-child{margin-bottom:0}.formCard .modernForm .formSection .sectionTitle{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;color:#333;margin-bottom:25px;padding-bottom:10px;border-bottom:2px solid #f1f3f4}.formCard .modernForm .formSection .sectionTitle .sectionIcon{font-size:22px;padding:8px;background:rgba(139,69,19,.1);border-radius:10px}.formCard .modernForm .formSection .formGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.formCard .modernForm .formSection .formGrid .formField{display:flex;flex-direction:column}.formCard .modernForm .formSection .formGrid .formField.fullWidth{grid-column:1/-1}.formCard .modernForm .formSection .formGrid .formField .fieldLabel{font-size:14px;font-weight:600;color:#374151;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.formCard .modernForm .formSection .formGrid .formField .fieldInput,.formCard .modernForm .formSection .formGrid .formField .fieldSelect{padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;transition:all .3s ease;background:white}.formCard .modernForm .formSection .formGrid .formField .fieldInput:focus,.formCard .modernForm .formSection .formGrid .formField .fieldSelect:focus{outline:none;border-color:#8b4513;box-shadow:0 0 0 3px #8b45131a;transform:translateY(-1px)}.formCard .modernForm .formSection .formGrid .formField .fieldInput::placeholder,.formCard .modernForm .formSection .formGrid .formField .fieldSelect::placeholder{color:#9ca3af;font-style:italic}.formCard .modernForm .formSection .formGrid .formField .fieldTextarea{padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;transition:all .3s ease;background:white;resize:vertical;font-family:inherit}.formCard .modernForm .formSection .formGrid .formField .fieldTextarea:focus{outline:none;border-color:#8b4513;box-shadow:0 0 0 3px #8b45131a;transform:translateY(-1px)}.formCard .modernForm .formSection .formGrid .formField .fileUploadWrapper{position:relative;border:2px dashed #e5e7eb;border-radius:12px;padding:20px;text-align:center;transition:all .3s ease;cursor:pointer}.formCard .modernForm .formSection .formGrid .formField .fileUploadWrapper:hover{border-color:#8b4513;background:rgba(139,69,19,.02)}.formCard .modernForm .formSection .formGrid .formField .fileUploadWrapper .fileInput{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.formCard .modernForm .formSection .formGrid .formField .fileUploadWrapper .fileUploadHelper{display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none}.formCard .modernForm .formSection .formGrid .formField .fileUploadWrapper .fileUploadHelper .uploadIcon{font-size:24px;color:#8b4513}.formCard .modernForm .formSection .formGrid .formField .fileUploadWrapper .fileUploadHelper .uploadText{font-size:14px;color:#6b7280;font-weight:500}.formCard .modernForm .formSection .formGrid .formField .charCount{font-size:12px;color:#6b7280;text-align:right;margin-top:5px}.formCard .modernForm .formSection .formGrid .bioSection{background:linear-gradient(135deg,#fdf2f8,#fce7f3);border-radius:20px;padding:30px;border:1px solid #f3e8ff;position:relative;overflow:hidden;margin-top:10px}.formCard .modernForm .formSection .formGrid .bioSection:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="bio-hearts" x="0" y="0" width="25" height="25" patternUnits="userSpaceOnUse"><text x="12.5" y="18" text-anchor="middle" font-size="14" fill="rgba(139,69,19,0.03)">💝</text></pattern></defs><rect width="100" height="100" fill="url(%23bio-hearts)"/></svg>');opacity:.4;pointer-events:none}.formCard .modernForm .formSection .formGrid .bioSection .bioHeader{position:relative;z-index:2;margin-bottom:25px;text-align:center}.formCard .modernForm .formSection .formGrid .bioSection .bioHeader .bioLabel{display:flex;align-items:center;justify-content:center;gap:12px;font-size:24px;font-weight:700;color:#7c2d12;margin-bottom:10px;cursor:pointer}.formCard .modernForm .formSection .formGrid .bioSection .bioHeader .bioLabel .bioIcon{font-size:26px;padding:10px;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:15px;box-shadow:0 6px 20px #fbbf2466;animation:gentle-bounce 3s ease-in-out infinite}.formCard .modernForm .formSection .formGrid .bioSection .bioHeader .bioSubtext{color:#92400e;font-size:16px;line-height:1.6;font-style:italic;max-width:500px;margin:0 auto}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer{position:relative;z-index:2}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioTextareaWrapper{position:relative;margin-bottom:25px}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioTextareaWrapper .bioTextarea{width:100%;min-height:220px;padding:25px;border:3px solid transparent;border-radius:20px;font-size:16px;line-height:1.7;font-family:inherit;background:white;resize:vertical;transition:all .4s ease;box-shadow:0 8px 25px #00000014;background-image:linear-gradient(white,white),linear-gradient(135deg,#e5e7eb,#d1d5db);background-origin:border-box;background-clip:content-box,border-box}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioTextareaWrapper .bioTextarea:focus{outline:none;background-image:linear-gradient(white,white),linear-gradient(135deg,#8B4513,#5e2f0d);box-shadow:0 0 0 4px #8b45131a,0 12px 30px #00000026;transform:translateY(-3px)}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioTextareaWrapper .bioTextarea::placeholder{color:#9ca3af;font-size:15px;line-height:1.6}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioTextareaWrapper .bioOverlay{position:absolute;top:25px;right:25px;opacity:0;transition:all .4s ease;pointer-events:none;transform:translateY(10px)}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioTextareaWrapper .bioOverlay .bioPrompts{display:flex;flex-direction:column;gap:8px}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioTextareaWrapper .bioOverlay .bioPrompts .promptTag{background:linear-gradient(135deg,rgba(139,69,19,.1),rgba(139,69,19,.05));color:#7c2d12;font-size:12px;font-weight:600;padding:6px 12px;border-radius:15px;text-align:center;white-space:nowrap;border:1px solid rgba(139,69,19,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #8b45131a}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioTextareaWrapper:hover .bioOverlay{opacity:1;transform:translateY(0)}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioFooter{display:flex;justify-content:space-between;align-items:flex-start;gap:25px;background:rgba(255,255,255,.8);padding:20px;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5)}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioFooter .charProgress{flex:1}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioFooter .charProgress .charBar{width:100%;height:10px;background:#e5e7eb;border-radius:6px;overflow:hidden;margin-bottom:10px;box-shadow:inset 0 2px 4px #0000001a}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioFooter .charProgress .charBar .charFill{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a,#15803d);border-radius:6px;transition:width .4s ease;position:relative}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioFooter .charProgress .charBar .charFill:after{content:"";position:absolute;top:0;right:0;bottom:0;width:30px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4));animation:shimmer 2.5s infinite}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioFooter .charProgress .charCount{display:flex;align-items:center;gap:3px;font-size:14px}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioFooter .charProgress .charCount .currentCount{color:#059669;font-weight:700;font-size:16px}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioFooter .charProgress .charCount .separator{color:#9ca3af;font-weight:500}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioFooter .charProgress .charCount .maxCount{color:#6b7280;font-weight:500}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioFooter .charProgress .charCount .charLabel{color:#9ca3af;font-size:13px;margin-left:6px}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioFooter .bioTips{display:flex;flex-direction:column;gap:10px}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioFooter .bioTips .tipItem{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,255,255,.7));padding:8px 15px;border-radius:25px;border:1px solid rgba(139,69,19,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 4px 12px #0000000d;transition:all .3s ease}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioFooter .bioTips .tipItem:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioFooter .bioTips .tipItem .tipIcon{font-size:16px}.formCard .modernForm .formSection .formGrid .bioSection .bioInputContainer .bioFooter .bioTips .tipItem .tipText{font-size:13px;color:#7c2d12;font-weight:600;white-space:nowrap}@keyframes gentle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.formCard .modernForm .formSection .formGrid .emailVerificationContainer{display:flex;gap:10px;align-items:flex-end}.formCard .modernForm .formSection .formGrid .emailVerificationContainer .fieldInput{flex:1}.formCard .modernForm .formSection .formGrid .emailVerificationContainer .fieldInput.verified{border-color:#22c55e;background:#f0fdf4}.formCard .modernForm .formSection .formGrid .emailVerificationContainer .fieldInput.verified:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.formCard .modernForm .formSection .formGrid .emailVerificationContainer .otpSendBtn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:14px 20px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:6px;white-space:nowrap}.formCard .modernForm .formSection .formGrid .emailVerificationContainer .otpSendBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.formCard .modernForm .formSection .formGrid .emailVerificationContainer .otpSendBtn:disabled{opacity:.6;cursor:not-allowed}.formCard .modernForm .formSection .formGrid .emailVerificationContainer .otpSendBtn .loading-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}.formCard .modernForm .formSection .formGrid .verifiedBadge{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:11px;font-weight:600;padding:3px 8px;border-radius:12px;margin-left:8px;text-transform:uppercase;letter-spacing:.5px}.formCard .modernForm .formSection .formGrid .otpVerificationSection{margin-top:15px;padding:20px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:12px;border:1px solid #bfdbfe}.formCard .modernForm .formSection .formGrid .otpVerificationSection .otpInfo{display:flex;align-items:flex-start;gap:12px;margin-bottom:15px}.formCard .modernForm .formSection .formGrid .otpVerificationSection .otpInfo .otpIcon{font-size:20px;background:#3b82f6;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.formCard .modernForm .formSection .formGrid .otpVerificationSection .otpInfo .otpText{flex:1}.formCard .modernForm .formSection .formGrid .otpVerificationSection .otpInfo .otpText p{margin:0 0 5px;font-size:14px;line-height:1.4}.formCard .modernForm .formSection .formGrid .otpVerificationSection .otpInfo .otpText p:first-child{color:#374151;font-weight:500}.formCard .modernForm .formSection .formGrid .otpVerificationSection .otpInfo .otpText p.otpTimer{font-size:13px;color:#6b7280}.formCard .modernForm .formSection .formGrid .otpVerificationSection .otpInfo .otpText p.otpTimer .expired{color:#ef4444;font-weight:600}.formCard .modernForm .formSection .formGrid .otpVerificationSection .otpInputContainer{display:flex;gap:10px;margin-bottom:15px}.formCard .modernForm .formSection .formGrid .otpVerificationSection .otpInputContainer .otpInput{flex:1;padding:12px 16px;border:2px solid #bfdbfe;border-radius:10px;font-size:18px;font-weight:600;text-align:center;letter-spacing:3px;background:white;transition:all .3s ease}.formCard .modernForm .formSection .formGrid .otpVerificationSection .otpInputContainer .otpInput:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.formCard .modernForm .formSection .formGrid .otpVerificationSection .otpInputContainer .otpInput::placeholder{font-weight:400;letter-spacing:normal;font-size:14px}.formCard .modernForm .formSection .formGrid .otpVerificationSection .otpInputContainer .otpVerifyBtn{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;padding:12px 20px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:6px;white-space:nowrap}.formCard .modernForm .formSection .formGrid .otpVerificationSection .otpInputContainer .otpVerifyBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #22c55e4d}.formCard .modernForm .formSection .formGrid .otpVerificationSection .otpInputContainer .otpVerifyBtn:disabled{opacity:.6;cursor:not-allowed}.formCard .modernForm .formSection .formGrid .otpVerificationSection .otpInputContainer .otpVerifyBtn .loading-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}.formCard .modernForm .formSection .formGrid .otpVerificationSection .resendOtpBtn{width:100%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;padding:12px 20px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.formCard .modernForm .formSection .formGrid .otpVerificationSection .resendOtpBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.formCard .modernForm .formSection .formGrid .otpVerificationSection .resendOtpBtn:disabled{opacity:.6;cursor:not-allowed}.formCard .formActions{text-align:center;margin-top:40px;padding-top:30px;border-top:2px solid #f1f3f4}.formCard .formActions .submitBtn{background:linear-gradient(135deg,#8B4513,#5e2f0d);color:#fff;border:none;padding:16px 40px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;margin-bottom:15px}.formCard .formActions .submitBtn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #8b45134d}.formCard .formActions .submitBtn .btnIcon{font-size:18px}.formCard .formActions .formNote{font-size:13px;color:#6b7280;margin:0;font-style:italic}.registrationFooter{text-align:center;padding:30px 0}.registrationFooter .footerText{font-size:16px;color:#6b7280;margin-bottom:15px}.registrationFooter .footerText .footerLink{color:#8b4513;text-decoration:none;font-weight:600}.registrationFooter .footerText .footerLink:hover{text-decoration:underline}.registrationFooter .securityNote{display:inline-flex;align-items:center;gap:8px;background:rgba(34,197,94,.1);color:#059669;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500}.registrationFooter .securityNote .securityIcon{font-size:16px}@media screen and (max-width: 1024px){.registrationHero{padding:30px 0}.registrationHero .heroContent .heroTitle{font-size:32px}.registrationHero .heroContent .heroDescription{font-size:16px}.formCard{padding:30px}.formCard .modernForm .formSection .formGrid{grid-template-columns:1fr;gap:15px}}@media screen and (max-width: 768px){.registrationContainer{padding:0 15px}.registrationHero{margin-bottom:30px;border-radius:0 0 20px 20px}.registrationHero .heroContent .heroTitle{font-size:28px}.registrationHero .heroContent .heroTitle .titleIcon{font-size:24px}.registrationHero .heroContent .progressBar{width:150px}.formCard{padding:25px;border-radius:15px}.formCard .modernForm .formSection{margin-bottom:30px}.formCard .modernForm .formSection .sectionTitle{font-size:18px;margin-bottom:20px}.formCard .modernForm .formSection .formGrid{gap:15px}.formCard .modernForm .formSection .bioSection{padding:20px}.formCard .modernForm .formSection .bioSection .bioHeader .bioLabel{font-size:20px}.formCard .modernForm .formSection .bioSection .bioHeader .bioLabel .bioIcon{font-size:22px}.formCard .modernForm .formSection .bioSection .bioHeader .bioSubtext{font-size:14px}.formCard .modernForm .formSection .bioSection .bioInputContainer .bioTextareaWrapper .bioTextarea{min-height:200px;padding:20px;font-size:15px}.formCard .modernForm .formSection .bioSection .bioInputContainer .bioFooter{flex-direction:column;gap:15px}.formCard .modernForm .formSection .bioSection .bioInputContainer .bioFooter .bioTips{flex-direction:row;flex-wrap:wrap;gap:8px}.formCard .modernForm .formSection .bioSection .bioInputContainer .bioFooter .bioTips .tipItem .tipText{font-size:12px}}@media screen and (max-width: 640px){.registrationHero{padding:20px 0}.registrationHero .heroContent .stepIndicator .stepNumber{width:25px;height:25px;font-size:12px}.registrationHero .heroContent .stepIndicator .stepLabel{font-size:12px}.registrationHero .heroContent .heroTitle{font-size:24px}.registrationHero .heroContent .heroTitle .titleIcon{font-size:20px}.registrationHero .heroContent .heroDescription{font-size:14px}.registrationHero .heroContent .progressBar{width:120px}.formCard{padding:20px}.formCard .modernForm .formSection{margin-bottom:25px}.formCard .modernForm .formSection .sectionTitle{font-size:16px;margin-bottom:15px}.formCard .modernForm .formSection .sectionTitle .sectionIcon{font-size:18px}.formCard .modernForm .formSection .formGrid{gap:12px}.formCard .modernForm .formSection .formGrid .formField .fieldInput,.formCard .modernForm .formSection .formGrid .formField .fieldSelect,.formCard .modernForm .formSection .formGrid .formField .fieldTextarea{padding:12px 14px;font-size:14px}.formCard .modernForm .formSection .formGrid .formField .fileUploadWrapper{padding:15px}.formCard .modernForm .formActions{margin-top:30px;padding-top:20px}.formCard .modernForm .formActions .submitBtn{width:100%;padding:14px 30px;font-size:15px}.formCard .modernForm .bioSection{padding:16px}.formCard .modernForm .bioSection .bioHeader .bioLabel{font-size:18px}.formCard .modernForm .bioSection .bioHeader .bioLabel .bioIcon{font-size:20px;padding:8px}.formCard .modernForm .bioSection .bioHeader .bioSubtext{font-size:13px}.formCard .modernForm .bioSection .bioInputContainer .bioTextareaWrapper .bioTextarea{min-height:180px;padding:16px;font-size:14px}.formCard .modernForm .bioSection .bioInputContainer .bioTextareaWrapper .bioOverlay{display:none}.formCard .modernForm .bioSection .bioInputContainer .bioFooter{flex-direction:column;gap:12px;padding:15px}.formCard .modernForm .bioSection .bioInputContainer .bioFooter .bioTips .tipItem{padding:6px 12px}.formCard .modernForm .bioSection .bioInputContainer .bioFooter .bioTips .tipItem .tipIcon{font-size:14px}.formCard .modernForm .bioSection .bioInputContainer .bioFooter .bioTips .tipItem .tipText{font-size:11px}}.imageMethodSelector{display:flex;gap:10px;margin-bottom:15px;background:rgba(0,0,0,.05);border-radius:12px;padding:4px}.imageMethodSelector .methodBtn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:none;border-radius:8px;background:transparent;color:#666;font-weight:500;cursor:pointer;transition:all .3s ease}.imageMethodSelector .methodBtn .methodIcon{font-size:16px}.imageMethodSelector .methodBtn .methodText{font-size:14px}.imageMethodSelector .methodBtn:hover{background:rgba(139,69,19,.1);color:#8b4513;transform:translateY(-1px)}.imageMethodSelector .methodBtn.active{background:linear-gradient(135deg,#8B4513,#5e2f0d);color:#fff;box-shadow:0 4px 12px #8b45134d}.imageMethodSelector .methodBtn.active .methodIcon{animation:iconPulse 2s ease-in-out infinite}.imageUrlContainer .imageUrlHelper{display:flex;align-items:center;gap:8px;margin-top:8px;padding:10px 12px;background:rgba(59,130,246,.1);border-radius:8px;font-size:13px;color:#4b5563}.imageUrlContainer .imageUrlHelper .helperIcon{font-size:14px;color:#3b82f6}.imageUrlContainer .imageUrlHelper .helperText{font-weight:500;line-height:1.4}.imageUrlContainer .imagePreview{margin-top:15px;text-align:center}.imageUrlContainer .imagePreview .previewImage{max-width:200px;max-height:200px;border-radius:12px;box-shadow:0 8px 25px #00000026;border:3px solid rgba(139,69,19,.2);transition:all .3s ease}.imageUrlContainer .imagePreview .previewImage:hover{transform:scale(1.05);box-shadow:0 12px 35px #0003}.imageUrlContainer .imagePreview .previewError{display:flex;align-items:center;justify-content:center;gap:8px;padding:15px;background:rgba(239,68,68,.1);border-radius:8px;color:#dc2626;font-size:14px;font-weight:500}.imageUrlContainer .imagePreview .previewError .errorIcon{font-size:16px}.fileUploadWrapper{position:relative}.fileUploadWrapper .fileInput{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.fileUploadWrapper .fileUploadHelper{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;border:2px dashed #d1d5db;border-radius:12px;background:rgba(0,0,0,.02);transition:all .3s ease;cursor:pointer}.fileUploadWrapper .fileUploadHelper:hover{border-color:#8b4513;background:rgba(139,69,19,.05);transform:translateY(-2px)}.fileUploadWrapper .fileUploadHelper .uploadIcon{font-size:24px;color:#8b4513}.fileUploadWrapper .fileUploadHelper .uploadText{font-weight:500;color:#4b5563}.fileUploadWrapper .uploadedFileDisplay{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(16,185,129,.05));border:2px solid rgba(34,197,94,.2);border-radius:12px;transition:all .3s ease}.fileUploadWrapper .uploadedFileDisplay:hover{border-color:#22c55e4d;background:linear-gradient(135deg,rgba(34,197,94,.15),rgba(16,185,129,.1));transform:translateY(-1px)}.fileUploadWrapper .uploadedFileDisplay .fileInfo{display:flex;align-items:center;gap:12px;flex:1}.fileUploadWrapper .uploadedFileDisplay .fileInfo .fileIcon{font-size:20px;color:#22c55e}.fileUploadWrapper .uploadedFileDisplay .fileInfo .fileDetails{display:flex;flex-direction:column;gap:2px}.fileUploadWrapper .uploadedFileDisplay .fileInfo .fileDetails .fileName{font-weight:600;color:#333;font-size:14px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fileUploadWrapper .uploadedFileDisplay .fileInfo .fileDetails .fileSize{font-size:12px;color:#666;font-weight:500}.fileUploadWrapper .uploadedFileDisplay .removeFileBtn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:8px;color:#dc2626;font-size:12px;font-weight:500;cursor:pointer;transition:all .3s ease}.fileUploadWrapper .uploadedFileDisplay .removeFileBtn:hover{background:rgba(239,68,68,.15);border-color:#ef44444d;transform:translateY(-1px);box-shadow:0 4px 12px #ef444433}.fileUploadWrapper .uploadedFileDisplay .removeFileBtn:active{transform:translateY(0)}.fileUploadWrapper .uploadedFileDisplay .removeFileBtn .removeIcon{font-size:14px}.fileUploadWrapper .uploadedFileDisplay .removeFileBtn .removeText{font-weight:600}@media screen and (max-width: 768px){.imageMethodSelector .methodBtn{padding:10px 12px}.imageMethodSelector .methodBtn .methodText{font-size:13px}.imageUrlContainer .imagePreview .previewImage{max-width:150px;max-height:150px}}@media screen and (max-width: 640px){.imageMethodSelector{flex-direction:column;gap:8px}.imageMethodSelector .methodBtn{padding:12px 16px}.imageMethodSelector .methodBtn .methodText{font-size:14px}.imageUrlContainer .imageUrlHelper{flex-direction:column;text-align:center;gap:6px}.imageUrlContainer .imageUrlHelper .helperText{font-size:12px}.imageUrlContainer .imagePreview .previewImage{max-width:120px;max-height:120px}.fileUploadWrapper .fileUploadHelper{padding:15px;flex-direction:column;gap:8px}.fileUploadWrapper .fileUploadHelper .uploadIcon{font-size:20px}.fileUploadWrapper .fileUploadHelper .uploadText{font-size:14px}.fileUploadWrapper .uploadedFileDisplay{padding:12px 15px;flex-direction:column;gap:12px}.fileUploadWrapper .uploadedFileDisplay .fileInfo{justify-content:center;text-align:center}.fileUploadWrapper .uploadedFileDisplay .fileInfo .fileDetails .fileName{max-width:100%;font-size:13px}.fileUploadWrapper .uploadedFileDisplay .fileInfo .fileDetails .fileSize{font-size:11px}.fileUploadWrapper .uploadedFileDisplay .removeFileBtn{align-self:center;padding:6px 10px;font-size:11px}.fileUploadWrapper .uploadedFileDisplay .removeFileBtn .removeIcon{font-size:12px}}.exploreProfilesPage{min-height:100vh;background:#F5DEB3}.modernFilterWrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.modernFilterWrapper.filterActive{opacity:1;visibility:visible}.filterOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modernFilterContainer{position:absolute;top:0;right:0;width:400px;height:100%;background:white;box-shadow:-5px 0 30px #0000001a;transform:translate(100%);transition:transform .3s ease;overflow-y:auto}.filterActive .modernFilterContainer{transform:translate(0)}@media screen and (max-width: 768px){.modernFilterContainer{width:100%}}.filterHeader{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:2px solid #F5DEB3}.filterHeader h3{font-size:1.3rem;font-weight:600;color:#8b4513;margin:0}.filterHeader .closeFilterBtn{width:35px;height:35px;border:none;border-radius:50%;background:#f5f5f5;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.filterHeader .closeFilterBtn:hover{background:#e0e0e0;transform:scale(1.1)}.filterHeader .closeFilterBtn span{font-size:1.2rem;color:#666}.modernFilterForm{padding:20px}.modernFilterForm .formControl{margin-bottom:20px}.modernFilterForm .formControl label{display:block;font-weight:600;color:#8b4513;margin-bottom:8px;font-size:.95rem}.modernFilterForm .formControl input,.modernFilterForm .formControl select{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease}.modernFilterForm .formControl input:focus,.modernFilterForm .formControl select:focus{outline:none;border-color:peru;box-shadow:0 0 0 3px #cd853f1a}.modernFilterForm .formGroup{display:flex;gap:10px}.modernFilterForm .formGroup .formControl{flex:1}.filterActions{display:flex;gap:10px;margin-top:30px}.filterActions .applyFilterBtn,.filterActions .clearFilterBtn{flex:1;padding:12px 20px;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.filterActions .applyFilterBtn .btnIcon,.filterActions .clearFilterBtn .btnIcon{font-size:1.1rem}.filterActions .applyFilterBtn{background:linear-gradient(135deg,#CD853F,#D2691E);color:#fff}.filterActions .applyFilterBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #cd853f4d}.filterActions .clearFilterBtn{background:#f5f5f5;color:#666}.filterActions .clearFilterBtn:hover{background:#e0e0e0;transform:translateY(-2px)}.profilesPageContent{padding:40px 20px}.pageHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;flex-wrap:wrap;gap:20px}@media screen and (max-width: 768px){.pageHeader{flex-direction:column;text-align:center}}.headerContent .pageTitle{font-size:2.5rem;font-weight:700;color:#8b4513;margin-bottom:10px;display:flex;align-items:center;gap:15px}.headerContent .pageTitle .titleIcon{font-size:2rem}@media screen and (max-width: 768px){.headerContent .pageTitle{font-size:2rem;justify-content:center}}.headerContent .pageSubtitle{font-size:1.1rem;color:#666;margin:0}.headerActions{display:flex;align-items:center;gap:20px}@media screen and (max-width: 768px){.headerActions{flex-direction:column;gap:15px}}.modernFilterBtn{background:linear-gradient(135deg,#CD853F,#D2691E);color:#fff;border:none;padding:12px 20px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.modernFilterBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #cd853f4d}.modernFilterBtn .btnIcon{font-size:1.1rem}.resultsCount{text-align:center}.resultsCount .countNumber{display:block;font-size:2rem;font-weight:700;color:peru}.resultsCount .countLabel{font-size:.9rem;color:#666}.profilesGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px}@media screen and (max-width: 768px){.profilesGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}}@media screen and (max-width: 640px){.profilesGrid{grid-template-columns:1fr;gap:20px}}.noProfilesFound{grid-column:1/-1;text-align:center;padding:60px 20px;background:white;border-radius:20px;box-shadow:0 10px 30px #0000001a}.noProfilesFound .noProfilesIcon{font-size:4rem;margin-bottom:20px}.noProfilesFound h3{font-size:1.5rem;font-weight:600;color:#8b4513;margin-bottom:10px}.noProfilesFound p{color:#666;margin-bottom:20px}.singleProfilePage{min-height:100vh;background:#F5DEB3}.loadingContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.loadingContainer .loadingSpinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #CD853F;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.loadingContainer p{color:#666;font-size:1.1rem}.pageHeader{background:#F5DEB3;padding:20px 0;border-bottom:1px solid rgba(139,69,19,.1)}.pageHeader .container{max-width:1200px;margin:0 auto;padding:0 20px}.pageHeader .pageTitle{font-size:2rem;font-weight:700;color:#8b4513;margin:0;text-align:center}@media screen and (max-width: 768px){.pageHeader .pageTitle{font-size:1.5rem}}.profileHeader{background:linear-gradient(135deg,#8B4513 0%,#654321 100%);color:#fff;padding:40px 20px}.profileHeader .container{max-width:1200px;margin:0 auto}.profileHeaderContent{display:grid;grid-template-columns:auto 1fr auto;gap:40px;align-items:center}@media screen and (max-width: 768px){.profileHeaderContent{grid-template-columns:1fr;text-align:center;gap:30px}}.profileImageSection{display:flex;flex-direction:column;align-items:center;gap:20px}.profileImageContainer{position:relative;width:200px;height:200px}.profileImageContainer .profileImage{width:100%;height:100%;object-fit:cover;border-radius:50%;border:6px solid white;box-shadow:0 10px 30px #0000004d}.profileImageContainer .onlineIndicator{position:absolute;bottom:15px;right:15px;width:25px;height:25px;background:#228B22;border:4px solid white;border-radius:50%;animation:pulse 2s infinite}.profileImageContainer .verificationBadge{position:absolute;top:15px;right:15px;width:35px;height:35px;background:#CD853F;border-radius:50%;display:flex;align-items:center;justify-content:center}.profileImageContainer .verificationBadge .verificationIcon{color:#fff;font-size:1.2rem;font-weight:700}.profileActions{display:flex;flex-direction:column;gap:15px;width:100%}@media screen and (max-width: 768px){.profileActions{flex-direction:row;justify-content:center}}@media screen and (max-width: 640px){.profileActions{flex-direction:column}}.chatBtn,.upgradeBtn,.likeBtn{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px 25px;border:none;border-radius:15px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.chatBtn .btnIcon,.upgradeBtn .btnIcon,.likeBtn .btnIcon{font-size:1.2rem}.chatBtn:hover,.upgradeBtn:hover,.likeBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.chatBtn{background:linear-gradient(135deg,#228B22,#4caf50);color:#fff}.upgradeBtn{background:linear-gradient(135deg,#CD853F,#D2691E);color:#fff}.likeBtn{background:rgba(255,255,255,.2);color:#fff;border:2px solid rgba(255,255,255,.3)}.likeBtn:hover{background:rgba(255,255,255,.3);border-color:#ffffff80}.likeBtn.liked{background:rgba(255,71,87,.8);border-color:#ff4757}.likeBtn.liked:hover{background:rgba(255,71,87,.9);border-color:#ff4757}.profileBasicInfo .profileName{font-size:3rem;font-weight:700;margin-bottom:15px}@media screen and (max-width: 768px){.profileBasicInfo .profileName{font-size:2.5rem}}@media screen and (max-width: 640px){.profileBasicInfo .profileName{font-size:2rem}}.profileBasicInfo .profileMeta{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:25px}@media screen and (max-width: 768px){.profileBasicInfo .profileMeta{justify-content:center}}.profileBasicInfo .profileMeta span{padding:8px 16px;background:rgba(255,255,255,.2);border-radius:20px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profileBasicInfo .profileMeta .ageGroup{background:rgba(255,255,255,.3);font-weight:600}.profileBasicInfo .profileBio{background:rgba(255,255,255,.1);padding:25px;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profileBasicInfo .profileBio h3{font-size:1.3rem;margin-bottom:15px;font-weight:600}.profileBasicInfo .profileBio p{font-size:1.1rem;line-height:1.6;opacity:.95;margin:0}.profileDetailsSection{padding:60px 20px}.profileDetailsSection .container{max-width:1200px;margin:0 auto}.profileDetailsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media screen and (max-width: 1024px){.profileDetailsGrid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.profileDetailsGrid{grid-template-columns:1fr;gap:25px}}.detailsCard{background:white;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.detailsCard:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.detailsCard .cardHeader{margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #F5DEB3}.detailsCard .cardHeader h3{font-size:1.4rem;font-weight:600;color:#8b4513;margin:0}.detailsList .detailItem{display:flex;align-items:center;gap:15px;margin-bottom:20px}.detailsList .detailItem:last-child{margin-bottom:0}.detailsList .detailItem .detailIcon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#F5DEB3;border-radius:50%}.detailsList .detailItem .detailContent{flex:1;display:flex;flex-direction:column;gap:5px}.detailsList .detailItem .detailContent .detailLabel{font-size:.9rem;color:#666;font-weight:500}.detailsList .detailItem .detailContent .detailValue{font-size:1.1rem;color:#8b4513;font-weight:600}.lifestyleTags{display:flex;flex-direction:column;gap:15px}.lifestyleTags .lifestyleTag{display:flex;align-items:center;gap:15px;padding:15px;border-radius:12px;transition:all .3s ease}.lifestyleTags .lifestyleTag:hover{transform:translate(5px)}.lifestyleTags .lifestyleTag .tagIcon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.lifestyleTags .lifestyleTag .tagLabel{font-size:.9rem;color:#666;font-weight:500;min-width:80px}.lifestyleTags .lifestyleTag .tagValue{font-size:1.1rem;font-weight:600}.lifestyleTags .lifestyleTag.food{background:rgba(76,175,80,.1)}.lifestyleTags .lifestyleTag.food .tagIcon{background:rgba(76,175,80,.2)}.lifestyleTags .lifestyleTag.food .tagValue{color:#4caf50}.lifestyleTags .lifestyleTag.drinking{background:rgba(255,193,7,.1)}.lifestyleTags .lifestyleTag.drinking .tagIcon{background:rgba(255,193,7,.2)}.lifestyleTags .lifestyleTag.drinking .tagValue{color:#ffc107}.lifestyleTags .lifestyleTag.smoking{background:rgba(244,67,54,.1)}.lifestyleTags .lifestyleTag.smoking .tagIcon{background:rgba(244,67,54,.2)}.lifestyleTags .lifestyleTag.smoking .tagValue{color:#f44336}.contactInfo .contactItem{display:flex;align-items:center;gap:15px;margin-bottom:20px}.contactInfo .contactItem:last-child{margin-bottom:0}.contactInfo .contactItem .contactIcon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#F5DEB3;border-radius:50%}.contactInfo .contactItem .contactContent{flex:1;display:flex;flex-direction:column;gap:5px}.contactInfo .contactItem .contactContent .contactLabel{font-size:.9rem;color:#666;font-weight:500}.contactInfo .contactItem .contactContent .contactValue{font-size:1.1rem;font-weight:600}.contactInfo .contactItem .contactContent .contactValue a{color:peru;text-decoration:none}.contactInfo .contactItem .contactContent .contactValue a:hover{text-decoration:underline}.contactInfo .contactItem .contactContent .contactValue .premiumFeature{color:#666;display:flex;align-items:center;gap:8px}.contactInfo .contactItem .contactContent .contactValue .premiumFeature .lockIcon{font-size:1rem}.formControl.fullWidth{grid-column:1/-1}.formControl.fullWidth textarea{width:100%;padding:15px;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;resize:vertical;min-height:100px;transition:all .3s ease}.formControl.fullWidth textarea:focus{outline:none;border-color:peru;box-shadow:0 0 0 3px #cd853f1a}.formControl.fullWidth textarea::placeholder{color:#999}.formControl.fullWidth .charCount{text-align:right;font-size:.8rem;color:#666;margin-top:5px}.formControl.fullWidth .charCount.warning{color:#ff9800}.formControl.fullWidth .charCount.error{color:#f44336}.desiredProfilesPage{min-height:100vh;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%)}.pageLoading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.pageLoading .loadingSpinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #8B4513;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.pageLoading p{font-size:18px;color:#333;font-weight:500}.desiredProfilesHero{background:linear-gradient(135deg,#8B4513 0%,#311807 100%);color:#fff;padding:80px 0;position:relative;overflow:hidden}.desiredProfilesHero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hearts" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><text x="10" y="15" text-anchor="middle" font-size="12" fill="rgba(255,255,255,0.1)">💕</text></pattern></defs><rect width="100" height="100" fill="url(%23hearts)"/></svg>');opacity:.3}.desiredProfilesHero .heroContent{text-align:center;position:relative;z-index:2}.desiredProfilesHero .heroIcon{font-size:60px;margin-bottom:20px;animation:float 3s ease-in-out infinite}.desiredProfilesHero .heroTitle{font-size:48px;font-weight:700;margin-bottom:15px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.desiredProfilesHero .heroSubtitle{font-size:20px;margin-bottom:40px;opacity:.9;font-weight:300}.desiredProfilesHero .heroStats{display:flex;justify-content:center;gap:40px;margin-top:40px}.desiredProfilesHero .heroStats .statItem{text-align:center}.desiredProfilesHero .heroStats .statItem .statNumber{display:block;font-size:36px;font-weight:700;margin-bottom:5px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.desiredProfilesHero .heroStats .statItem .statLabel{font-size:14px;opacity:.8;font-weight:500;text-transform:uppercase;letter-spacing:1px}.preferencesSummary{padding:60px 0;background:white}.preferencesSummary .summaryCard{background:white;border-radius:20px;padding:40px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(0,0,0,.05)}.preferencesSummary .summaryTitle{font-size:28px;font-weight:700;color:#333;margin-bottom:30px;text-align:center}.preferencesSummary .preferencesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}.preferencesSummary .preferencesGrid .preferenceItem{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#f8f9fa;border-radius:12px;border-left:4px solid #8B4513}.preferencesSummary .preferencesGrid .preferenceItem .preferenceLabel{font-weight:600;color:#333;font-size:14px}.preferencesSummary .preferencesGrid .preferenceItem .preferenceValue{font-weight:500;color:#8b4513;font-size:14px}.preferencesSummary .refreshBtn{display:flex;align-items:center;justify-content:center;gap:10px;background:#8B4513;color:#fff;border:none;padding:15px 30px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin:0 auto}.preferencesSummary .refreshBtn:hover:not(:disabled){background:#5e2f0d;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.preferencesSummary .refreshBtn:disabled{opacity:.7;cursor:not-allowed}.preferencesSummary .refreshBtn .refreshIcon{font-size:18px;animation:spin 1s linear infinite}.profilesSection{padding:60px 0;background:#f8f9fa}.profilesSection .sectionHeader{text-align:center;margin-bottom:50px}.profilesSection .sectionHeader .sectionTitle{font-size:36px;font-weight:700;color:#333;margin-bottom:15px}.profilesSection .sectionHeader .sectionSubtitle{font-size:18px;color:#666;font-weight:400}.profilesSection .profilesGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px}.profilesSection .profilesGrid .profileCardWrapper{animation:slideInUp .6s ease-out forwards;opacity:0;transform:translateY(30px)}.noMatchesFound{padding:80px 0;text-align:center}.noMatchesFound .noMatchesContent{max-width:600px;margin:0 auto}.noMatchesFound .noMatchesContent .noMatchesIcon{font-size:80px;margin-bottom:30px;opacity:.7}.noMatchesFound .noMatchesContent .noMatchesTitle{font-size:32px;font-weight:700;color:#333;margin-bottom:20px}.noMatchesFound .noMatchesContent .noMatchesText{font-size:18px;color:#666;line-height:1.6;margin-bottom:40px}.noMatchesFound .noMatchesContent .noMatchesActions{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.ctaSection{padding:60px 0;background:linear-gradient(135deg,#8B4513 0%,#48240a 100%);color:#fff}.ctaSection .ctaCard{text-align:center;max-width:600px;margin:0 auto}.ctaSection .ctaCard .ctaTitle{font-size:32px;font-weight:700;margin-bottom:20px}.ctaSection .ctaCard .ctaText{font-size:18px;margin-bottom:40px;opacity:.9;line-height:1.6}.ctaSection .ctaCard .ctaActions{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.ctaSection .ctaCard .ctaActions .btn{padding:15px 30px;border-radius:25px;font-weight:600;text-decoration:none;transition:all .3s ease}.ctaSection .ctaCard .ctaActions .btn.btnPrimary{background:white;color:#8b4513}.ctaSection .ctaCard .ctaActions .btn.btnPrimary:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.ctaSection .ctaCard .ctaActions .btn.btnSecondary{background:transparent;color:#fff;border:2px solid white}.ctaSection .ctaCard .ctaActions .btn.btnSecondary:hover{background:white;color:#8b4513;transform:translateY(-2px)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width: 1024px){.desiredProfilesHero{padding:60px 0}.desiredProfilesHero .heroTitle{font-size:40px}.desiredProfilesHero .heroSubtitle{font-size:18px}.desiredProfilesHero .heroStats{gap:30px}.desiredProfilesHero .heroStats .statItem .statNumber{font-size:30px}.preferencesSummary .summaryCard{padding:30px}.profilesSection .profilesGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px}}@media screen and (max-width: 768px){.desiredProfilesHero{padding:40px 0}.desiredProfilesHero .heroTitle{font-size:32px}.desiredProfilesHero .heroSubtitle{font-size:16px}.desiredProfilesHero .heroStats{flex-direction:column;gap:20px}.desiredProfilesHero .heroStats .statItem .statNumber{font-size:28px}.preferencesSummary{padding:40px 0}.preferencesSummary .summaryCard{padding:25px}.preferencesSummary .preferencesGrid{grid-template-columns:1fr;gap:15px}.profilesSection{padding:40px 0}.profilesSection .profilesGrid{grid-template-columns:1fr;gap:20px}.ctaSection{padding:40px 0}.ctaSection .ctaCard .ctaActions{flex-direction:column;align-items:center}}@media screen and (max-width: 640px){.desiredProfilesHero .heroTitle{font-size:28px}.desiredProfilesHero .heroIcon{font-size:50px}.preferencesSummary .summaryCard{padding:20px}.profilesSection .sectionHeader .sectionTitle,.noMatchesFound .noMatchesContent .noMatchesTitle,.ctaSection .ctaCard .ctaTitle{font-size:28px}}.updatePreferencesPage{min-height:100vh;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%)}.preferencesHero{background:linear-gradient(135deg,#8B4513 0%,#311807 100%);color:#fff;padding:60px 0;position:relative;overflow:hidden}.preferencesHero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="settings" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><text x="10" y="15" text-anchor="middle" font-size="12" fill="rgba(255,255,255,0.1)">⚙️</text></pattern></defs><rect width="100" height="100" fill="url(%23settings)"/></svg>');opacity:.3}.preferencesHero .heroContent{text-align:center;position:relative;z-index:2}.preferencesHero .heroIcon{font-size:60px;margin-bottom:20px;animation:float 3s ease-in-out infinite}.preferencesHero .heroTitle{font-size:42px;font-weight:700;margin-bottom:15px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.preferencesHero .heroSubtitle{font-size:18px;margin-bottom:0;opacity:.9;font-weight:300}.preferencesFormSection{padding:60px 0}.preferencesFormSection .formCard{background:white;border-radius:20px;padding:40px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(0,0,0,.05);max-width:800px;margin:0 auto}.preferencesFormSection .formHeader{text-align:center;margin-bottom:40px}.preferencesFormSection .formHeader .formTitle{font-size:28px;font-weight:700;color:#333;margin-bottom:10px}.preferencesFormSection .formHeader .formSubtitle{font-size:16px;color:#666;font-weight:400}.preferencesFormSection .formGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin-bottom:40px}.preferencesFormSection .formGroup{display:flex;flex-direction:column}.preferencesFormSection .formGroup .formLabel{font-size:14px;font-weight:600;color:#333;margin-bottom:8px}.preferencesFormSection .formGroup .formInput,.preferencesFormSection .formGroup .formSelect{padding:12px 16px;border:2px solid #e0e0e0;border-radius:10px;font-size:16px;font-family:inherit;transition:all .3s ease;background:white}.preferencesFormSection .formGroup .formInput:focus,.preferencesFormSection .formGroup .formSelect:focus{outline:none;border-color:#8b4513;box-shadow:0 0 0 3px #8b45131a}.preferencesFormSection .formGroup .formInput:hover,.preferencesFormSection .formGroup .formSelect:hover{border-color:#ccc}.preferencesFormSection .formGroup .formSelect{cursor:pointer}.preferencesFormSection .formGroup .formSelect option{padding:10px}.preferencesFormSection .formActions{display:flex;gap:20px;justify-content:center;padding-top:20px;border-top:1px solid #e0e0e0}.preferencesFormSection .formActions .btn{padding:15px 30px;border-radius:25px;font-size:16px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:10px}.preferencesFormSection .formActions .btn.btnPrimary{background:#8B4513;color:#fff}.preferencesFormSection .formActions .btn.btnPrimary:hover:not(:disabled){background:#5e2f0d;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.preferencesFormSection .formActions .btn.btnPrimary:disabled{opacity:.7;cursor:not-allowed}.preferencesFormSection .formActions .btn.btnSecondary{background:transparent;color:#8b4513;border:2px solid #8B4513}.preferencesFormSection .formActions .btn.btnSecondary:hover:not(:disabled){background:#8B4513;color:#fff;transform:translateY(-2px)}.preferencesFormSection .formActions .btn.btnSecondary:disabled{opacity:.7;cursor:not-allowed}.preferencesFormSection .formActions .btn .loadingSpinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@media screen and (max-width: 1024px){.preferencesHero{padding:50px 0}.preferencesHero .heroTitle{font-size:36px}.preferencesHero .heroSubtitle{font-size:16px}.preferencesFormSection{padding:50px 0}.preferencesFormSection .formCard{padding:30px}.preferencesFormSection .formGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}}@media screen and (max-width: 768px){.preferencesHero{padding:40px 0}.preferencesHero .heroTitle{font-size:32px}.preferencesHero .heroSubtitle{font-size:14px}.preferencesFormSection{padding:40px 0}.preferencesFormSection .formCard{padding:25px;margin:0 20px}.preferencesFormSection .formGrid{grid-template-columns:1fr;gap:20px}.preferencesFormSection .formActions{flex-direction:column;align-items:center}.preferencesFormSection .formActions .btn{width:100%;max-width:300px;justify-content:center}}@media screen and (max-width: 640px){.preferencesHero .heroTitle{font-size:28px}.preferencesHero .heroIcon{font-size:50px}.preferencesFormSection .formCard{padding:20px;margin:0 15px}.preferencesFormSection .formHeader .formTitle{font-size:24px}}.likeProfilesPage{min-height:100vh;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%)}.likeProfilesHero{background:linear-gradient(135deg,#e91e63 0%,#930e3b 100%);color:#fff;padding:80px 0;position:relative;overflow:hidden}.likeProfilesHero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hearts" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><text x="10" y="15" text-anchor="middle" font-size="12" fill="rgba(255,255,255,0.1)">💖</text></pattern></defs><rect width="100" height="100" fill="url(%23hearts)"/></svg>');opacity:.3}.likeProfilesHero .heroContent{text-align:center;position:relative;z-index:2}.likeProfilesHero .heroIcon{font-size:60px;margin-bottom:20px;animation:heartBeat 2s ease-in-out infinite}.likeProfilesHero .heroTitle{font-size:48px;font-weight:700;margin-bottom:15px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.likeProfilesHero .heroSubtitle{font-size:20px;margin-bottom:40px;opacity:.9;font-weight:300}.likeProfilesHero .heroStats{display:flex;justify-content:center;gap:40px;margin-top:40px}.likeProfilesHero .heroStats .statItem{text-align:center}.likeProfilesHero .heroStats .statItem .statNumber{display:block;font-size:36px;font-weight:700;margin-bottom:5px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.likeProfilesHero .heroStats .statItem .statLabel{font-size:14px;opacity:.8;font-weight:500;text-transform:uppercase;letter-spacing:1px}.activitySummary{padding:60px 0;background:white}.activitySummary .summaryCard{background:white;border-radius:20px;padding:40px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(0,0,0,.05)}.activitySummary .summaryTitle{font-size:28px;font-weight:700;color:#333;margin-bottom:30px;text-align:center}.activitySummary .activityGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:25px;margin-bottom:30px}.activitySummary .activityGrid .activityItem{display:flex;align-items:center;padding:20px;background:#f8f9fa;border-radius:15px;border-left:4px solid #e91e63;transition:transform .3s ease,box-shadow .3s ease}.activitySummary .activityGrid .activityItem:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.activitySummary .activityGrid .activityItem .activityIcon{font-size:24px;margin-right:15px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(233,30,99,.1);border-radius:50%}.activitySummary .activityGrid .activityItem .activityInfo{display:flex;flex-direction:column}.activitySummary .activityGrid .activityItem .activityInfo .activityLabel{font-size:12px;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.activitySummary .activityGrid .activityItem .activityInfo .activityValue{font-size:20px;font-weight:700;color:#333}.activitySummary .refreshBtn{display:flex;align-items:center;justify-content:center;gap:10px;background:#e91e63;color:#fff;border:none;padding:15px 30px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin:0 auto}.activitySummary .refreshBtn:hover:not(:disabled){background:#c1134e;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.activitySummary .refreshBtn:disabled{opacity:.7;cursor:not-allowed}.activitySummary .refreshBtn .refreshIcon{font-size:18px;animation:spin 1s linear infinite}.likedProfilesSection{padding:60px 0;background:#f8f9fa}.likedProfilesSection .sectionHeader{text-align:center;margin-bottom:50px}.likedProfilesSection .sectionHeader .sectionTitle{font-size:36px;font-weight:700;color:#333;margin-bottom:15px}.likedProfilesSection .sectionHeader .sectionSubtitle{font-size:18px;color:#666;font-weight:400}.likedProfilesSection .profilesGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px}.likedProfilesSection .profilesGrid .profileCardWrapper{position:relative;animation:slideInUp .6s ease-out forwards;opacity:0;transform:translateY(30px)}.likedProfilesSection .profilesGrid .profileCardWrapper .mutualMatchBadge{position:absolute;top:-10px;right:-10px;background:linear-gradient(45deg,#ff4081,#e91e63);color:#fff;padding:8px 12px;border-radius:20px;font-size:12px;font-weight:600;box-shadow:0 4px 12px #e91e634d;z-index:10;animation:pulse 2s infinite}.likedProfilesSection .profilesGrid .profileCardWrapper .mutualMatchBadge .badgeIcon{margin-right:5px}.likedProfilesSection .profilesGrid .profileCardWrapper .mutualMatchBadge .badgeText{text-transform:uppercase;letter-spacing:.5px}.noLikesFound{padding:80px 0;text-align:center}.noLikesFound .noLikesContent{max-width:600px;margin:0 auto}.noLikesFound .noLikesContent .noLikesIcon{font-size:80px;margin-bottom:30px;opacity:.7;animation:float 3s ease-in-out infinite}.noLikesFound .noLikesContent .noLikesTitle{font-size:32px;font-weight:700;color:#333;margin-bottom:20px}.noLikesFound .noLikesContent .noLikesText{font-size:18px;color:#666;line-height:1.6;margin-bottom:40px}.noLikesFound .noLikesContent .noLikesActions{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}@keyframes heartBeat{0%,to{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(1)}75%{transform:scale(1.05)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@media screen and (max-width: 1024px){.likeProfilesHero{padding:60px 0}.likeProfilesHero .heroTitle{font-size:40px}.likeProfilesHero .heroSubtitle{font-size:18px}.likeProfilesHero .heroStats{gap:30px}.likeProfilesHero .heroStats .statItem .statNumber{font-size:30px}.activitySummary .summaryCard{padding:30px}.likedProfilesSection .profilesGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px}}@media screen and (max-width: 768px){.likeProfilesHero{padding:40px 0}.likeProfilesHero .heroTitle{font-size:32px}.likeProfilesHero .heroSubtitle{font-size:16px}.likeProfilesHero .heroStats{flex-direction:column;gap:20px}.likeProfilesHero .heroStats .statItem .statNumber{font-size:28px}.activitySummary{padding:40px 0}.activitySummary .summaryCard{padding:25px}.activitySummary .activityGrid{grid-template-columns:1fr;gap:15px}.likedProfilesSection{padding:40px 0}.likedProfilesSection .profilesGrid{grid-template-columns:1fr;gap:20px}.ctaSection{padding:40px 0}.ctaSection .ctaCard .ctaActions{flex-direction:column;align-items:center}}@media screen and (max-width: 640px){.likeProfilesHero .heroTitle{font-size:28px}.likeProfilesHero .heroIcon{font-size:50px}.activitySummary .summaryCard{padding:20px}.likedProfilesSection .sectionHeader .sectionTitle,.noLikesFound .noLikesContent .noLikesTitle,.ctaSection .ctaCard .ctaTitle{font-size:28px}}.profilePage{min-height:100vh;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}.profileHero{background:linear-gradient(135deg,#8B4513 0%,#48240a 100%);color:#fff;padding:60px 0;position:relative;overflow:hidden}.profileHero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse"><circle cx="5" cy="5" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');opacity:.3}.profileHero .heroContent{position:relative;z-index:2}.profileHero .profileImageSection{display:flex;align-items:center;gap:30px;margin-bottom:40px}.profileHero .profileImageSection .profileImageWrapper{position:relative}.profileHero .profileImageSection .profileImageWrapper .profileImage{width:150px;height:150px;border-radius:50%;object-fit:cover;border:5px solid rgba(255,255,255,.2);box-shadow:0 10px 30px #0003;transition:transform .3s ease}.profileHero .profileImageSection .profileImageWrapper .profileImage:hover{transform:scale(1.05)}.profileHero .profileImageSection .profileImageWrapper .imageUploadOverlay{position:absolute;bottom:10px;right:10px;background:rgba(255,255,255,.9);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.profileHero .profileImageSection .profileImageWrapper .imageUploadOverlay:hover{background:white;transform:scale(1.1)}.profileHero .profileImageSection .profileImageWrapper .imageUploadOverlay .uploadIcon{font-size:18px}.profileHero .profileImageSection .profileBasicInfo{flex:1}.profileHero .profileImageSection .profileBasicInfo .profileName{font-size:36px;font-weight:700;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.profileHero .profileImageSection .profileBasicInfo .profileTagline{font-size:18px;opacity:.9;margin-bottom:20px;font-weight:300}.profileHero .profileImageSection .profileBasicInfo .profileBadges{display:flex;gap:15px;flex-wrap:wrap}.profileHero .profileImageSection .profileBasicInfo .profileBadges .badge{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600}.profileHero .profileImageSection .profileBasicInfo .profileBadges .badge.premiumBadge{background:linear-gradient(45deg,#ffd700,#ffed4e);color:#333;box-shadow:0 4px 12px #ffd7004d}.profileHero .profileImageSection .profileBasicInfo .profileBadges .badge.completionBadge{background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.3)}.profileHero .profileStats{display:flex;justify-content:center;gap:40px;margin-bottom:30px}.profileHero .profileStats .statItem{text-align:center}.profileHero .profileStats .statItem .statValue{display:block;font-size:32px;font-weight:700;margin-bottom:5px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.profileHero .profileStats .statItem .statLabel{font-size:14px;opacity:.8;text-transform:uppercase;letter-spacing:1px;font-weight:500}.profileHero .profileActions{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.profileHero .profileActions .btn{padding:12px 24px;border-radius:25px;font-weight:600;text-decoration:none;transition:all .3s ease}.profileHero .profileActions .btn.btnSecondary{background:rgba(255,255,255,.2);color:#fff;border:2px solid rgba(255,255,255,.3)}.profileHero .profileActions .btn.btnSecondary:hover{background:rgba(255,255,255,.3);transform:translateY(-2px)}.profileHero .profileActions .btn.btnPrimary{background:white;color:#8b4513;border:none}.profileHero .profileActions .btn.btnPrimary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #0003}.profileHero .profileActions .btn.btnPrimary.loading{opacity:.8;cursor:not-allowed}.progressSection{padding:30px 0;background:white;border-bottom:1px solid #e9ecef}.progressSection .progressBar{width:100%;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:15px}.progressSection .progressBar .progressFill{height:100%;background:linear-gradient(90deg,#8B4513,#b85b19);border-radius:4px;transition:width .8s ease;position:relative}.progressSection .progressBar .progressFill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}.progressSection .progressText{text-align:center;color:#666;font-size:16px;font-weight:500}.tabNavigation{background:white;border-bottom:1px solid #e9ecef;padding:0}.tabNavigation .tabList{display:flex;overflow-x:auto;scrollbar-width:none}.tabNavigation .tabList::-webkit-scrollbar{display:none}.tabNavigation .tabList .tabButton{flex:1;min-width:150px;padding:20px 15px;background:none;border:none;cursor:pointer;transition:all .3s ease;position:relative}.tabNavigation .tabList .tabButton:hover{background:#f8f9fa}.tabNavigation .tabList .tabButton.active{background:#8B4513;color:#fff}.tabNavigation .tabList .tabButton.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid white}.tabNavigation .tabList .tabButton .tabIcon{font-size:20px;display:block;margin-bottom:8px}.tabNavigation .tabList .tabButton .tabLabel{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.profileFormSection{padding:60px 0;background:#f8f9fa}.profileFormSection .profileForm{background:white;border-radius:20px;padding:40px;box-shadow:0 10px 30px #0000001a;margin-bottom:30px}.profileFormSection .tabContent{min-height:400px}.profileFormSection .tabContent .tabHeader{text-align:center;margin-bottom:40px}.profileFormSection .tabContent .tabHeader .tabTitle{font-size:28px;font-weight:700;color:#333;margin-bottom:10px}.profileFormSection .tabContent .tabHeader .tabDescription{font-size:16px;color:#666;font-weight:400}.profileFormSection .tabContent .formGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.profileFormSection .tabContent .formGrid .formGroup{display:flex;flex-direction:column}.profileFormSection .tabContent .formGrid .formGroup.fullWidth{grid-column:1/-1}.profileFormSection .tabContent .formGrid .formGroup label{font-size:14px;font-weight:600;color:#333;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.profileFormSection .tabContent .formGrid .formGroup input,.profileFormSection .tabContent .formGrid .formGroup select{padding:15px;border:2px solid #e9ecef;border-radius:10px;font-size:16px;transition:all .3s ease;background:white}.profileFormSection .tabContent .formGrid .formGroup input:focus,.profileFormSection .tabContent .formGrid .formGroup select:focus{outline:none;border-color:#8b4513;box-shadow:0 0 0 3px #8b45131a}.profileFormSection .tabContent .formGrid .formGroup input::placeholder,.profileFormSection .tabContent .formGrid .formGroup select::placeholder{color:#adb5bd;font-style:italic}.profileFormSection .tabContent .formGrid .formGroup .fileInput{padding:12px;border:2px dashed #e9ecef;border-radius:10px;background:#f8f9fa;cursor:pointer;transition:all .3s ease}.profileFormSection .tabContent .formGrid .formGroup .fileInput:hover{border-color:#8b4513;background:rgba(139,69,19,.05)}.profileFormSection .tabContent .formGrid .formGroup .fileInputHelper{font-size:12px;color:#666;margin-top:5px;font-style:italic}.profileFormSection .profileActionsBottom{margin-top:50px;padding-top:40px;border-top:2px solid #e9ecef}.profileFormSection .profileActionsBottom .actionButtonsGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px}.profileFormSection .profileActionsBottom .actionButtonsGrid .actionBtn{padding:18px 30px;border-radius:25px;font-size:16px;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;min-height:56px}.profileFormSection .profileActionsBottom .actionButtonsGrid .actionBtn.btnSecondary{background:#f8f9fa;color:#495057;border:2px solid #dee2e6}.profileFormSection .profileActionsBottom .actionButtonsGrid .actionBtn.btnSecondary:hover{background:#e9ecef;border-color:#adb5bd;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.profileFormSection .profileActionsBottom .actionButtonsGrid .actionBtn.btnPrimary{background:linear-gradient(135deg,#8B4513,#5e2f0d);color:#fff;border:none}.profileFormSection .profileActionsBottom .actionButtonsGrid .actionBtn.btnPrimary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #8b45134d}.profileFormSection .profileActionsBottom .actionButtonsGrid .actionBtn.btnPrimary:disabled{opacity:.7;cursor:not-allowed}.profileFormSection .profileActionsBottom .actionButtonsGrid .actionBtn.btnPrimary.loading .loadingSpinner{display:inline-block;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}.profileFormSection .profileActionsBottom .actionHelpText{text-align:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:20px;border-radius:15px;border-left:4px solid #8B4513}.profileFormSection .profileActionsBottom .actionHelpText p{margin:0;color:#495057;font-size:15px;line-height:1.5}.profileFormSection .profileActionsBottom .actionHelpText p strong{color:#8b4513;font-weight:700}.profileFormSection .authPrompt{text-align:center;margin-top:30px;padding:20px;background:#f8f9fa;border-radius:10px}.profileFormSection .authPrompt p{margin:0;color:#666;font-size:16px}.profileFormSection .authPrompt p .authLink{color:#8b4513;text-decoration:none;font-weight:600}.profileFormSection .authPrompt p .authLink:hover{text-decoration:underline}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media screen and (max-width: 1024px){.profileHero{padding:50px 0}.profileHero .profileImageSection{flex-direction:column;text-align:center;gap:20px}.profileHero .profileImageSection .profileBasicInfo .profileName{font-size:32px}.profileHero .profileImageSection .profileBasicInfo .profileTagline{font-size:16px}.profileHero .profileStats{gap:30px}.profileHero .profileStats .statItem .statValue{font-size:28px}.tabNavigation .tabList .tabButton{min-width:120px;padding:15px 10px}.tabNavigation .tabList .tabButton .tabIcon{font-size:18px}.tabNavigation .tabList .tabButton .tabLabel{font-size:12px}.profileFormSection .profileForm{padding:30px}}@media screen and (max-width: 768px){.profileHero{padding:40px 0}.profileHero .profileImageSection .profileImageWrapper .profileImage{width:120px;height:120px}.profileHero .profileImageSection .profileBasicInfo .profileName{font-size:28px}.profileHero .profileStats{flex-direction:column;gap:15px}.profileHero .profileStats .statItem .statValue{font-size:24px}.profileHero .profileActions{flex-direction:column;align-items:center}.tabNavigation .tabList{flex-wrap:wrap}.tabNavigation .tabList .tabButton{flex:none;min-width:100px}.profileFormSection{padding:40px 0}.profileFormSection .profileForm{padding:25px}.profileFormSection .tabContent .formGrid{grid-template-columns:1fr;gap:20px}.profileFormSection .profileActionsBottom .actionButtonsGrid{gap:15px}.profileFormSection .profileActionsBottom .actionButtonsGrid .actionBtn{padding:16px 25px;font-size:15px}}@media screen and (max-width: 640px){.profileHero .profileImageSection .profileImageWrapper .profileImage{width:100px;height:100px}.profileHero .profileImageSection .profileBasicInfo .profileName{font-size:24px}.profileHero .profileImageSection .profileBasicInfo .profileTagline{font-size:14px}.profileHero .profileImageSection .profileBasicInfo .profileBadges{justify-content:center}.progressSection{padding:20px 0}.tabNavigation .tabList .tabButton{min-width:80px;padding:12px 8px}.tabNavigation .tabList .tabButton .tabLabel{font-size:10px}.profileFormSection{padding:30px 0}.profileFormSection .profileForm{padding:20px;border-radius:15px}.profileFormSection .tabContent .tabHeader .tabTitle{font-size:24px}.profileFormSection .profileActionsBottom .actionButtonsGrid{grid-template-columns:1fr;gap:15px}.profileFormSection .profileActionsBottom .actionButtonsGrid .actionBtn{width:100%;padding:16px 20px;font-size:15px}.profileFormSection .profileActionsBottom .actionHelpText{padding:15px}.profileFormSection .profileActionsBottom .actionHelpText p{font-size:14px}}.loginPage{min-height:100vh;position:relative;overflow:hidden}.loginContainer{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.loginBackground{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#F5DEB3 0%,#DEB887 25%,#D2B48C 50%,#DEB887 75%,#F5DEB3 100%)}.loginBackground:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(139,69,19,.1) 0%,rgba(160,82,45,.05) 50%,rgba(139,69,19,.1) 100%)}.backgroundPattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 20%,rgba(139,69,19,.1) 2px,transparent 2px),radial-gradient(circle at 80% 80%,rgba(160,82,45,.1) 2px,transparent 2px),radial-gradient(circle at 40% 60%,rgba(139,69,19,.05) 3px,transparent 3px);background-size:50px 50px,80px 80px,60px 60px;animation:patternMove 20s linear infinite}@keyframes patternMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.floatingHeart{position:absolute;font-size:24px;opacity:.6;animation:float 6s ease-in-out infinite}.floatingHeart:nth-child(1){top:20%;left:10%;animation-delay:0s;animation-duration:8s}.floatingHeart:nth-child(2){top:60%;right:15%;animation-delay:2s;animation-duration:7s}.floatingHeart:nth-child(3){bottom:30%;left:20%;animation-delay:4s;animation-duration:9s}.floatingHeart:nth-child(4){top:40%;right:25%;animation-delay:6s;animation-duration:6s}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.6}50%{transform:translateY(-20px) rotate(180deg);opacity:.3}}.loginContent{position:relative;z-index:10;width:100%;max-width:450px}.loginCard{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:40px;box-shadow:0 20px 40px #8b45131a,0 15px 25px #0000001a,inset 0 1px #fff3;border:1px solid rgba(255,255,255,.3);position:relative;overflow:hidden;animation:slideInUp .8s ease-out}.loginCard:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 3s infinite}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}.cardHeader{text-align:center;margin-bottom:40px}.loginIcon{margin-bottom:20px}.loginIcon .iconCircle{display:inline-block;width:80px;height:80px;background:linear-gradient(135deg,#8B4513,#5e2f0d);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;box-shadow:0 10px 25px #8b45134d,0 5px 15px #0000001a;animation:iconPulse 2s ease-in-out infinite;margin:0 auto}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.loginTitle{margin:0 0 15px}.loginTitle .titleGradient{background:linear-gradient(135deg,#8B4513,#48240a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:32px;font-weight:700;letter-spacing:-.5px}.loginSubtitle{color:#666;font-size:16px;line-height:1.5;margin:0;opacity:.8}.loginForm{margin-bottom:30px}.inputGroup{margin-bottom:25px}.inputWrapper{position:relative}.inputWrapper .inputIcon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:18px;z-index:2;transition:all .3s ease}.inputWrapper .modernInput{width:100%;padding:16px 20px 16px 55px;border:2px solid #e1e5e9;border-radius:12px;font-size:16px;background:#fafbfc;transition:all .3s ease;position:relative;z-index:1}.inputWrapper .modernInput::placeholder{color:#a0a6ac;opacity:0;transition:opacity .3s ease}.inputWrapper .modernInput:focus{outline:none;border-color:#8b4513;background:white;box-shadow:0 0 0 3px #8b45131a,0 5px 15px #8b45131a;transform:translateY(-1px)}.inputWrapper .modernInput:focus::placeholder{opacity:1}.inputWrapper .modernInput:focus+.floatingLabel{transform:translateY(-30px) scale(.85);color:#8b4513;background:white;padding:0 8px}.inputWrapper .modernInput:focus~.inputIcon{color:#8b4513;transform:translateY(-50%) scale(1.1)}.inputWrapper .modernInput:not(:placeholder-shown)+.floatingLabel{transform:translateY(-30px) scale(.85);color:#8b4513;background:white;padding:0 8px}.inputWrapper .floatingLabel{position:absolute;left:55px;top:50%;transform:translateY(-50%);color:#666;font-size:16px;font-weight:500;pointer-events:none;transition:all .3s ease;z-index:2}.formActions{margin-top:30px}.loginBtn{width:100%;background:linear-gradient(135deg,#8B4513 0%,#5e2f0d 100%);color:#fff;border:none;padding:18px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.loginBtn .btnIcon{font-size:18px;transition:transform .3s ease}.loginBtn .btnText{position:relative;z-index:2}.loginBtn .btnShine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.loginBtn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #8b45134d,0 5px 15px #0000001a}.loginBtn:hover .btnIcon{transform:translate(5px)}.loginBtn:hover .btnShine{left:100%}.loginBtn:active{transform:translateY(0)}.loginFooter{border-top:1px solid #e1e5e9;padding-top:25px;text-align:center}.divider{margin-bottom:20px}.divider .dividerText{color:#666;font-size:14px;position:relative;padding:0 15px;background:white}.divider .dividerText:before,.divider .dividerText:after{content:"";position:absolute;top:50%;width:50px;height:1px;background:#e1e5e9}.divider .dividerText:before{right:100%;margin-right:15px}.divider .dividerText:after{left:100%;margin-left:15px}.authLinks{display:flex;flex-direction:column;gap:15px;margin-bottom:25px}.authLink{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:10px;text-decoration:none;font-weight:500;transition:all .3s ease;border:2px solid transparent}.authLink .linkIcon{font-size:16px;transition:transform .3s ease}.authLink.registerLink{background:linear-gradient(135deg,#4CAF50,#45a049);color:#fff}.authLink.registerLink:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4caf504d}.authLink.registerLink:hover .linkIcon{transform:rotate(360deg)}.authLink.forgotLink{background:rgba(139,69,19,.1);color:#8b4513;border-color:#8b451333}.authLink.forgotLink:hover{background:rgba(139,69,19,.15);border-color:#8b45134d;transform:translateY(-1px)}.authLink.forgotLink:hover .linkIcon{transform:scale(1.2)}.trustBadge{display:flex;align-items:center;justify-content:center;gap:8px;color:#666;font-size:13px;opacity:.8}.trustBadge .trustIcon{font-size:14px;color:#4caf50}@media screen and (max-width: 1024px){.loginCard{padding:35px}.loginTitle .titleGradient{font-size:28px}.loginIcon .iconCircle{width:70px;height:70px;font-size:28px}}@media screen and (max-width: 768px){.loginCard{padding:30px;margin:0 10px}.loginTitle .titleGradient{font-size:26px}.authLinks{flex-direction:column}}@media screen and (max-width: 640px){.loginContainer{padding:15px}.loginCard{padding:25px 20px}.loginTitle .titleGradient{font-size:24px}.loginIcon .iconCircle{width:60px;height:60px;font-size:24px}.inputWrapper .modernInput{padding:14px 18px 14px 50px;font-size:15px}.inputWrapper .inputIcon{left:14px;font-size:16px}.inputWrapper .floatingLabel{left:50px;font-size:15px}.loginBtn{padding:16px 20px;font-size:15px}.floatingElements{display:none}}.homePage{overflow-x:hidden}.heroSection{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.heroBackground{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#F5DEB3 0%,#DEB887 25%,#D2B48C 50%,#DEB887 75%,#F5DEB3 100%)}.heroBackground:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(139,69,19,.05) 0%,rgba(160,82,45,.03) 50%,rgba(139,69,19,.05) 100%)}.heroPattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(139,69,19,.1) 2px,transparent 2px),radial-gradient(circle at 75% 75%,rgba(160,82,45,.1) 3px,transparent 3px);background-size:60px 60px,100px 100px;animation:heroPatternMove 30s linear infinite}@keyframes heroPatternMove{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.floatingHearts{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.heart{position:absolute;font-size:28px;opacity:.4;animation:heartFloat 8s ease-in-out infinite}.heart.heart1{top:15%;left:5%;animation-delay:0s;animation-duration:10s}.heart.heart2{top:25%;right:10%;animation-delay:2s;animation-duration:12s}.heart.heart3{top:60%;left:15%;animation-delay:4s;animation-duration:9s}.heart.heart4{bottom:30%;right:20%;animation-delay:6s;animation-duration:11s}.heart.heart5{top:45%;left:80%;animation-delay:8s;animation-duration:8s}.heart.heart6{bottom:15%;left:25%;animation-delay:10s;animation-duration:13s}@keyframes heartFloat{0%,to{transform:translateY(0) rotate(0) scale(1);opacity:.4}25%{transform:translateY(-15px) rotate(90deg) scale(1.1);opacity:.6}50%{transform:translateY(-25px) rotate(180deg) scale(.9);opacity:.3}75%{transform:translateY(-10px) rotate(270deg) scale(1.2);opacity:.5}}.heroContainer{position:relative;z-index:10;width:100%;max-width:1400px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.heroContent{animation:slideInLeft 1s ease-out}.heroContent.heroContentCentered{grid-column:1/-1;text-align:center;max-width:800px;margin:0 auto}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.heroTitle{margin-bottom:30px}.heroTitle h1{font-size:48px;font-weight:800;line-height:1.2;margin:0}.heroTitle h1 .titleLine1{display:block;color:#333;animation:titleSlideIn 1s ease-out .3s both}.heroTitle h1 .titleLine2{display:block;color:#555;animation:titleSlideIn 1s ease-out .6s both}.heroTitle h1 .titleLine2 .highlight{background:linear-gradient(135deg,#8B4513,#48240a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.heroTitle h1 .titleLine2 .highlight:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:3px;background:linear-gradient(135deg,#8B4513,#48240a);border-radius:2px;animation:underlineExpand 1s ease-out 1.2s both}@keyframes titleSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes underlineExpand{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.heroSubtitle{margin-bottom:25px;animation:fadeInUp 1s ease-out .9s both}.heroSubtitle h2{font-size:24px;font-weight:600;color:#8b4513;margin:0 0 10px}.heroSubtitle .tagline{font-size:18px;color:#666;font-weight:500;margin:0}.heroDescription{margin-bottom:40px;animation:fadeInUp 1s ease-out 1.2s both}.heroDescription p{font-size:18px;line-height:1.6;color:#555;margin:0;display:flex;align-items:flex-start;gap:10px}.heroDescription p .descIcon{font-size:20px;margin-top:2px;animation:iconSparkle 2s ease-in-out infinite}@keyframes iconSparkle{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.1) rotate(10deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.completionPrompt{background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:30px;display:flex;align-items:center;gap:20px;box-shadow:0 15px 35px #8b45131a;border:2px solid rgba(139,69,19,.1);animation:slideInUp 1s ease-out 1.5s both}.completionPrompt .promptIcon{font-size:48px;animation:bounce 2s ease-in-out infinite}.completionPrompt .promptContent{flex:1}.completionPrompt .promptContent h3{font-size:24px;font-weight:700;color:#8b4513;margin:0 0 10px}.completionPrompt .promptContent p{font-size:16px;color:#666;margin:0 0 20px;line-height:1.5}.completionPrompt .completeBtn{background:linear-gradient(135deg,#8B4513,#5e2f0d);color:#fff;text-decoration:none;padding:16px 32px;border-radius:12px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease}.completionPrompt .completeBtn:hover{transform:translateY(-3px);box-shadow:0 12px 25px #8b45134d}.completionPrompt .completeBtn .btnIcon{font-size:18px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.welcomeBack{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:24px;padding:40px;text-align:center;box-shadow:0 20px 40px #8b45131a;animation:slideInUp 1s ease-out 1.5s both}.welcomeBack .welcomeIcon{font-size:64px;margin-bottom:20px;animation:celebration 2s ease-in-out infinite}.welcomeBack .welcomeContent h3{font-size:28px;font-weight:700;color:#8b4513;margin:0 0 10px}.welcomeBack .welcomeContent p{font-size:18px;color:#666;margin:0 0 30px}.welcomeBack .quickActions{display:flex;gap:15px;justify-content:center}.welcomeBack .actionBtn{padding:16px 24px;border-radius:12px;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease}.welcomeBack .actionBtn.primary{background:linear-gradient(135deg,#8B4513,#5e2f0d);color:#fff}.welcomeBack .actionBtn.primary:hover{transform:translateY(-3px);box-shadow:0 12px 25px #8b45134d}.welcomeBack .actionBtn.secondary{background:rgba(139,69,19,.1);color:#8b4513;border:2px solid rgba(139,69,19,.2)}.welcomeBack .actionBtn.secondary:hover{background:rgba(139,69,19,.15);border-color:#8b45134d;transform:translateY(-2px)}.welcomeBack .actionBtn .btnIcon{font-size:16px}@keyframes celebration{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.1) rotate(-5deg)}75%{transform:scale(1.1) rotate(5deg)}}.heroLogin{animation:slideInRight 1s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.loginCard{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:40px;box-shadow:0 20px 40px #8b451326,0 15px 25px #0000001a;border:1px solid rgba(255,255,255,.3);position:relative;overflow:hidden}.loginCard:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:cardShimmer 4s infinite}@keyframes cardShimmer{0%{left:-100%}to{left:100%}}.loginHeader{text-align:center;margin-bottom:30px}.loginHeader .loginIcon{margin-bottom:15px}.loginHeader .loginIcon .iconHeart{display:inline-block;font-size:48px;animation:heartbeat 2s ease-in-out infinite}.loginHeader h3{font-size:24px;font-weight:700;color:#8b4513;margin:0 0 8px}.loginHeader p{color:#666;font-size:16px;margin:0}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.quickLoginForm{margin-bottom:25px}.quickLoginForm .inputGroup{margin-bottom:20px}.quickLoginForm .inputWrapper{position:relative}.quickLoginForm .inputWrapper .inputIcon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:18px;z-index:2;transition:all .3s ease;color:#999}.quickLoginForm .inputWrapper .modernInput{width:100%;padding:16px 20px 16px 50px;border:2px solid #e1e5e9;border-radius:12px;font-size:16px;background:#fafbfc;transition:all .3s ease}.quickLoginForm .inputWrapper .modernInput:focus{outline:none;border-color:#8b4513;background:white;box-shadow:0 0 0 3px #8b45131a;transform:translateY(-1px)}.quickLoginForm .inputWrapper .modernInput:focus~.inputIcon{color:#8b4513;transform:translateY(-50%) scale(1.1)}.quickLoginForm .inputWrapper .modernInput:focus+.inputLabel{color:#8b4513;transform:translateY(-25px) scale(.85)}.quickLoginForm .inputWrapper .modernInput:not(:placeholder-shown)+.inputLabel{transform:translateY(-25px) scale(.85);color:#8b4513}.quickLoginForm .inputWrapper .inputLabel{position:absolute;left:50px;top:50%;transform:translateY(-50%);color:#999;font-size:14px;font-weight:500;pointer-events:none;transition:all .3s ease;background:white;padding:0 5px;z-index:1}.loginSubmitBtn{width:100%;background:linear-gradient(135deg,#8B4513,#5e2f0d);color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.loginSubmitBtn .btnIcon{font-size:18px;transition:transform .3s ease}.loginSubmitBtn .btnText{position:relative;z-index:2}.loginSubmitBtn .btnRipple{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.loginSubmitBtn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #8b45134d}.loginSubmitBtn:hover .btnIcon{transform:translate(3px)}.loginSubmitBtn:hover .btnRipple{left:100%}.loginFooter{text-align:center}.loginFooter .divider{display:flex;align-items:center;margin:25px 0 20px}.loginFooter .divider .dividerLine{flex:1;height:1px;background:#e1e5e9}.loginFooter .divider .dividerText{margin:0 15px;color:#666;font-size:14px;font-weight:500}.loginFooter .registerBtn{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;background:linear-gradient(135deg,#4CAF50,#45a049);color:#fff;text-decoration:none;border-radius:10px;font-weight:600;transition:all .3s ease;margin-bottom:15px}.loginFooter .registerBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4caf504d}.loginFooter .registerBtn:hover .btnIcon{transform:rotate(360deg)}.loginFooter .registerBtn .btnIcon{font-size:16px;transition:transform .5s ease}.loginFooter .forgotLink{display:inline-flex;align-items:center;gap:6px;color:#8b4513;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s ease}.loginFooter .forgotLink:hover{color:#5e2f0d}.loginFooter .forgotLink:hover .linkIcon{transform:scale(1.2)}.loginFooter .forgotLink .linkIcon{font-size:14px;transition:transform .3s ease}.featuresSection{padding:100px 0;background:white}.featuresContainer{max-width:1200px;margin:0 auto;padding:0 40px}.sectionHeader{text-align:center;margin-bottom:80px}.sectionHeader h2{font-size:42px;font-weight:800;color:#8b4513;margin:0 0 15px}.sectionHeader p{font-size:20px;color:#666;margin:0;font-weight:500}.featuresGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}.featureCard{background:white;padding:40px 30px;border-radius:20px;text-align:center;box-shadow:0 15px 35px #00000014;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;position:relative;overflow:hidden}.featureCard:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#8B4513,#5e2f0d);transform:scaleX(0);transition:transform .3s ease}.featureCard:hover{transform:translateY(-10px);box-shadow:0 25px 50px #00000026}.featureCard:hover:before{transform:scaleX(1)}.featureCard:hover .featureIcon{transform:scale(1.2) rotate(5deg)}.featureCard .featureIcon{font-size:64px;margin-bottom:25px;transition:all .3s ease;display:inline-block}.featureCard h3{font-size:24px;font-weight:700;color:#8b4513;margin:0 0 15px}.featureCard p{font-size:16px;color:#666;line-height:1.6;margin:0}.storiesSection{padding:100px 0;background:linear-gradient(135deg,rgba(245,222,179,.3) 0%,rgba(222,184,135,.3) 100%)}.storiesContainer{max-width:1200px;margin:0 auto;padding:0 40px}.storiesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px}.storyCard{background:white;padding:35px;border-radius:20px;box-shadow:0 15px 35px #0000001a;transition:all .3s ease;position:relative}.storyCard:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.storyCard:hover .storyHearts{transform:scale(1.2) rotate(10deg)}.storyCard .storyHearts{font-size:48px;text-align:center;margin-bottom:25px;transition:all .3s ease}.storyCard .storyContent p{font-size:18px;line-height:1.6;color:#555;font-style:italic;margin:0 0 25px;text-align:center}.storyCard .storyContent .storyCouple{text-align:center}.storyCard .storyContent .storyCouple .coupleName{display:block;font-size:20px;font-weight:700;color:#8b4513;margin-bottom:5px}.storyCard .storyContent .storyCouple .coupleDate{font-size:14px;color:#666;font-weight:500}@media screen and (max-width: 1024px){.heroContainer{padding:0 30px;gap:40px}.heroTitle h1{font-size:42px}.featuresContainer,.storiesContainer{padding:0 30px}}@media screen and (max-width: 768px){.heroContainer{grid-template-columns:1fr;gap:60px;padding:0 20px;text-align:center}.heroTitle h1{font-size:36px}.completionPrompt{flex-direction:column;text-align:center}.completionPrompt .promptIcon{margin-bottom:15px}.welcomeBack .quickActions{flex-direction:column}.featuresGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.storiesGrid{grid-template-columns:1fr;gap:30px}.featuresContainer,.storiesContainer{padding:0 20px}}@media screen and (max-width: 640px){.heroContainer{padding:0 15px}.heroTitle h1{font-size:28px}.heroSubtitle h2{font-size:20px}.heroDescription p{font-size:16px}.loginCard{padding:30px 25px}.completionPrompt{padding:25px 20px}.completionPrompt .promptIcon{font-size:36px}.completionPrompt .promptContent h3{font-size:20px}.welcomeBack{padding:30px 25px}.welcomeBack .welcomeIcon{font-size:48px}.welcomeBack .welcomeContent h3{font-size:24px}.sectionHeader h2{font-size:32px}.featuresSection,.storiesSection{padding:60px 0}.featuresContainer,.storiesContainer{padding:0 15px}.featureCard{padding:30px 20px}.storyCard{padding:25px 20px}.floatingHearts{display:none}}.forgetPasswordPage{min-height:100vh;position:relative;overflow:hidden}.forgetPasswordContainer{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.forgetPasswordBackground{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#F5DEB3 0%,#DEB887 25%,#D2B48C 50%,#DEB887 75%,#F5DEB3 100%)}.forgetPasswordBackground:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(139,69,19,.1) 0%,rgba(160,82,45,.05) 50%,rgba(139,69,19,.1) 100%)}.forgetPasswordContent{position:relative;z-index:10;width:100%;max-width:480px}.forgetPasswordCard{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:40px;box-shadow:0 20px 40px #8b45131a,0 15px 25px #0000001a,inset 0 1px #fff3;border:1px solid rgba(255,255,255,.3);position:relative;overflow:hidden;animation:slideInUp .8s ease-out}.forgetPasswordCard:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 3s infinite}.forgetPasswordIcon{margin-bottom:20px;text-align:center}.forgetPasswordIcon .iconCircle{display:inline-block;width:80px;height:80px;background:linear-gradient(135deg,#8B4513,#5e2f0d);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;box-shadow:0 10px 25px #8b45134d,0 5px 15px #0000001a;animation:iconPulse 2s ease-in-out infinite;margin:0 auto}.forgetPasswordTitle{text-align:center;margin:0 0 15px}.forgetPasswordTitle .titleGradient{background:linear-gradient(135deg,#8B4513,#48240a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:32px;font-weight:700;letter-spacing:-.5px}.forgetPasswordSubtitle{text-align:center;color:#666;font-size:16px;line-height:1.5;margin:0 0 40px;opacity:.8}.forgetPasswordForm{margin-bottom:30px}.forgetPasswordForm .inputGroup{margin-bottom:25px}.forgetPasswordForm .inputWrapper{position:relative}.forgetPasswordForm .inputWrapper .inputIcon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:18px;z-index:2;transition:all .3s ease}.forgetPasswordForm .inputWrapper .modernInput{width:100%;padding:16px 20px 16px 55px;border:2px solid #e1e5e9;border-radius:12px;font-size:16px;background:#fafbfc;transition:all .3s ease;position:relative;z-index:1}.forgetPasswordForm .inputWrapper .modernInput::placeholder{color:#a0a6ac;opacity:0;transition:opacity .3s ease}.forgetPasswordForm .inputWrapper .modernInput:focus{outline:none;border-color:#8b4513;background:white;box-shadow:0 0 0 3px #8b45131a,0 5px 15px #8b45131a;transform:translateY(-1px)}.forgetPasswordForm .inputWrapper .modernInput:focus::placeholder{opacity:1}.forgetPasswordForm .inputWrapper .modernInput:focus+.floatingLabel{transform:translateY(-30px) scale(.85);color:#8b4513;background:white;padding:0 8px}.forgetPasswordForm .inputWrapper .modernInput:focus~.inputIcon{color:#8b4513;transform:translateY(-50%) scale(1.1)}.forgetPasswordForm .inputWrapper .modernInput:not(:placeholder-shown)+.floatingLabel{transform:translateY(-30px) scale(.85);color:#8b4513;background:white;padding:0 8px}.forgetPasswordForm .inputWrapper .floatingLabel{position:absolute;left:55px;top:50%;transform:translateY(-50%);color:#666;font-size:16px;font-weight:500;pointer-events:none;transition:all .3s ease;z-index:2}.resetBtn{width:100%;background:linear-gradient(135deg,#8B4513 0%,#5e2f0d 100%);color:#fff;border:none;padding:18px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.resetBtn .btnIcon{font-size:18px;transition:transform .3s ease}.resetBtn .btnText{position:relative;z-index:2}.resetBtn .btnShine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.resetBtn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #8b45134d,0 5px 15px #0000001a}.resetBtn:hover .btnIcon{transform:translate(5px)}.resetBtn:hover .btnShine{left:100%}.resetBtn:active{transform:translateY(0)}.successMessage{text-align:center;margin-bottom:30px}.successMessage .successIcon{font-size:64px;margin-bottom:20px;animation:bounce 1s ease-in-out infinite}.successMessage .successContent h3{font-size:24px;font-weight:700;color:#22c55e;margin:0 0 15px}.successMessage .successContent p{font-size:16px;color:#666;margin:0 0 30px;line-height:1.5}.successMessage .successInstructions{background:rgba(34,197,94,.1);border-radius:12px;padding:25px;margin-bottom:30px}.successMessage .successInstructions .instructionItem{display:flex;align-items:center;gap:15px;margin-bottom:15px}.successMessage .successInstructions .instructionItem:last-child{margin-bottom:0}.successMessage .successInstructions .instructionItem .stepNumber{width:30px;height:30px;background:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.successMessage .successInstructions .instructionItem .stepText{color:#555;font-weight:500}.successMessage .backToLoginBtn{background:linear-gradient(135deg,#8B4513,#5e2f0d);color:#fff;text-decoration:none;padding:16px 32px;border-radius:12px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease}.successMessage .backToLoginBtn:hover{transform:translateY(-3px);box-shadow:0 12px 25px #8b45134d}.successMessage .backToLoginBtn .btnIcon{font-size:16px}.forgetPasswordFooter{border-top:1px solid #e1e5e9;padding-top:25px;text-align:center}.forgetPasswordFooter .divider{margin-bottom:20px}.forgetPasswordFooter .divider .dividerText{color:#666;font-size:14px;position:relative;padding:0 15px;background:white}.forgetPasswordFooter .divider .dividerText:before,.forgetPasswordFooter .divider .dividerText:after{content:"";position:absolute;top:50%;width:50px;height:1px;background:#e1e5e9}.forgetPasswordFooter .divider .dividerText:before{right:100%;margin-right:15px}.forgetPasswordFooter .divider .dividerText:after{left:100%;margin-left:15px}.forgetPasswordFooter .authLinks{display:flex;gap:15px;margin-bottom:25px;justify-content:center}.forgetPasswordFooter .authLink{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:10px;text-decoration:none;font-weight:500;transition:all .3s ease;border:2px solid transparent}.forgetPasswordFooter .authLink .linkIcon{font-size:16px;transition:transform .3s ease}.forgetPasswordFooter .authLink.loginLink{background:rgba(139,69,19,.1);color:#8b4513;border-color:#8b451333}.forgetPasswordFooter .authLink.loginLink:hover{background:rgba(139,69,19,.15);border-color:#8b45134d;transform:translateY(-1px)}.forgetPasswordFooter .authLink.loginLink:hover .linkIcon{transform:scale(1.1)}.forgetPasswordFooter .authLink.registerLink{background:linear-gradient(135deg,#4CAF50,#45a049);color:#fff}.forgetPasswordFooter .authLink.registerLink:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4caf504d}.forgetPasswordFooter .authLink.registerLink:hover .linkIcon{transform:rotate(360deg)}.forgetPasswordFooter .helpNote{display:flex;align-items:center;justify-content:center;gap:8px;color:#666;font-size:13px;opacity:.8}.forgetPasswordFooter .helpNote .helpIcon{font-size:14px;color:#4caf50}.changePasswordPage{min-height:100vh;position:relative;overflow:hidden}.changePasswordContainer{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.changePasswordBackground{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#F5DEB3 0%,#DEB887 25%,#D2B48C 50%,#DEB887 75%,#F5DEB3 100%)}.changePasswordBackground:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(139,69,19,.1) 0%,rgba(160,82,45,.05) 50%,rgba(139,69,19,.1) 100%)}.changePasswordContent{position:relative;z-index:10;width:100%;max-width:520px}.changePasswordCard{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:40px;box-shadow:0 20px 40px #8b45131a,0 15px 25px #0000001a,inset 0 1px #fff3;border:1px solid rgba(255,255,255,.3);position:relative;overflow:hidden;animation:slideInUp .8s ease-out}.changePasswordCard:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 3s infinite}.changePasswordIcon{margin-bottom:20px;text-align:center}.changePasswordIcon .iconCircle{display:inline-block;width:80px;height:80px;background:linear-gradient(135deg,#8B4513,#5e2f0d);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;box-shadow:0 10px 25px #8b45134d,0 5px 15px #0000001a;animation:iconPulse 2s ease-in-out infinite;margin:0 auto}.changePasswordTitle{text-align:center;margin:0 0 15px}.changePasswordTitle .titleGradient{background:linear-gradient(135deg,#8B4513,#48240a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:32px;font-weight:700;letter-spacing:-.5px}.changePasswordSubtitle{text-align:center;color:#666;font-size:16px;line-height:1.5;margin:0 0 40px;opacity:.8}.changePasswordForm{margin-bottom:30px}.changePasswordForm .inputGroup{margin-bottom:25px}.changePasswordForm .inputWrapper{position:relative}.changePasswordForm .inputWrapper .inputIcon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:18px;z-index:2;transition:all .3s ease}.changePasswordForm .inputWrapper .modernInput{width:100%;padding:16px 20px 16px 55px;border:2px solid #e1e5e9;border-radius:12px;font-size:16px;background:#fafbfc;transition:all .3s ease;position:relative;z-index:1}.changePasswordForm .inputWrapper .modernInput::placeholder{color:#a0a6ac;opacity:0;transition:opacity .3s ease}.changePasswordForm .inputWrapper .modernInput:focus{outline:none;border-color:#8b4513;background:white;box-shadow:0 0 0 3px #8b45131a,0 5px 15px #8b45131a;transform:translateY(-1px)}.changePasswordForm .inputWrapper .modernInput:focus::placeholder{opacity:1}.changePasswordForm .inputWrapper .modernInput:focus+.floatingLabel{transform:translateY(-30px) scale(.85);color:#8b4513;background:white;padding:0 8px}.changePasswordForm .inputWrapper .modernInput:focus~.inputIcon{color:#8b4513;transform:translateY(-50%) scale(1.1)}.changePasswordForm .inputWrapper .modernInput:not(:placeholder-shown)+.floatingLabel{transform:translateY(-30px) scale(.85);color:#8b4513;background:white;padding:0 8px}.changePasswordForm .inputWrapper .floatingLabel{position:absolute;left:55px;top:50%;transform:translateY(-50%);color:#666;font-size:16px;font-weight:500;pointer-events:none;transition:all .3s ease;z-index:2}.passwordStrength{background:rgba(59,130,246,.1);border-radius:12px;padding:20px;margin-bottom:30px}.passwordStrength .strengthHeader{display:flex;align-items:center;gap:10px;margin-bottom:15px}.passwordStrength .strengthHeader .strengthIcon{font-size:20px}.passwordStrength .strengthHeader .strengthText{font-weight:600;color:#333;font-size:16px}.passwordStrength .strengthTips .tip{display:flex;align-items:center;gap:10px;margin-bottom:8px}.passwordStrength .strengthTips .tip:last-child{margin-bottom:0}.passwordStrength .strengthTips .tip .tipIcon{color:#22c55e;font-weight:700}.passwordStrength .strengthTips .tip .tipText{color:#666;font-size:14px}.changeBtn{width:100%;background:linear-gradient(135deg,#8B4513 0%,#5e2f0d 100%);color:#fff;border:none;padding:18px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.changeBtn .btnIcon{font-size:18px;transition:transform .3s ease}.changeBtn .btnText{position:relative;z-index:2}.changeBtn .btnShine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.changeBtn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #8b45134d,0 5px 15px #0000001a}.changeBtn:hover .btnIcon{transform:rotate(180deg)}.changeBtn:hover .btnShine{left:100%}.changeBtn:active{transform:translateY(0)}.changePasswordFooter{border-top:1px solid #e1e5e9;padding-top:25px}.changePasswordFooter .securityNote{background:rgba(16,185,129,.1);border-radius:12px;padding:20px;margin-bottom:20px;display:flex;align-items:flex-start;gap:15px}.changePasswordFooter .securityNote .securityIcon{font-size:24px;color:#10b981}.changePasswordFooter .securityNote .securityContent{flex:1}.changePasswordFooter .securityNote .securityContent h4{font-size:16px;font-weight:600;color:#333;margin:0 0 10px}.changePasswordFooter .securityNote .securityContent ul{margin:0;padding-left:20px}.changePasswordFooter .securityNote .securityContent ul li{color:#666;font-size:14px;margin-bottom:5px}.changePasswordFooter .securityNote .securityContent ul li:last-child{margin-bottom:0}.changePasswordFooter .helpNote{display:flex;align-items:center;justify-content:center;gap:8px;color:#666;font-size:13px;opacity:.8}.changePasswordFooter .helpNote .helpIcon{font-size:14px;color:#4caf50}.floatingElements{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.floatingIcon{position:absolute;font-size:24px;opacity:.3;animation:iconFloat 8s ease-in-out infinite}.floatingIcon:nth-child(1){top:20%;left:10%;animation-delay:0s;animation-duration:10s}.floatingIcon:nth-child(2){top:60%;right:15%;animation-delay:2s;animation-duration:12s}.floatingIcon:nth-child(3){bottom:30%;left:20%;animation-delay:4s;animation-duration:9s}.floatingIcon:nth-child(4){top:40%;right:25%;animation-delay:6s;animation-duration:11s}@keyframes iconFloat{0%,to{transform:translateY(0) rotate(0) scale(1);opacity:.3}25%{transform:translateY(-15px) rotate(90deg) scale(1.1);opacity:.5}50%{transform:translateY(-25px) rotate(180deg) scale(.9);opacity:.2}75%{transform:translateY(-10px) rotate(270deg) scale(1.2);opacity:.4}}@media screen and (max-width: 1024px){.forgetPasswordCard,.changePasswordCard{padding:35px}.forgetPasswordTitle .titleGradient,.changePasswordTitle .titleGradient{font-size:28px}.forgetPasswordIcon .iconCircle,.changePasswordIcon .iconCircle{width:70px;height:70px;font-size:28px}}@media screen and (max-width: 768px){.forgetPasswordCard,.changePasswordCard{padding:30px;margin:0 10px}.forgetPasswordTitle .titleGradient,.changePasswordTitle .titleGradient{font-size:26px}.authLinks{flex-direction:column;align-items:center}}@media screen and (max-width: 640px){.forgetPasswordContainer,.changePasswordContainer{padding:15px}.forgetPasswordCard,.changePasswordCard{padding:25px 20px}.forgetPasswordTitle .titleGradient,.changePasswordTitle .titleGradient{font-size:24px}.forgetPasswordIcon .iconCircle,.changePasswordIcon .iconCircle{width:60px;height:60px;font-size:24px}.inputWrapper .modernInput{padding:14px 18px 14px 50px;font-size:15px}.inputWrapper .inputIcon{left:14px;font-size:16px}.inputWrapper .floatingLabel{left:50px;font-size:15px}.resetBtn,.changeBtn{padding:16px 20px;font-size:15px}.floatingElements{display:none}.successInstructions .instructionItem{flex-direction:column;text-align:center;gap:8px}.authLinks{flex-direction:column;align-items:stretch}.securityNote{flex-direction:column;text-align:center}.securityNote .securityIcon{margin-bottom:10px}}
