.loading-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff}.loading-container .loading-spinner{text-align:center;color:#1f2937;font-size:1.25rem;font-weight:600}.loading-container .loading-spinner:after{content:"";display:block;width:50px;height:50px;margin:1rem auto 0;border:4px solid rgba(36,99,235,.2);border-top-color:#2463eb;border-radius:50%;animation:spin 1s linear infinite}.btn-loading{position:relative;pointer-events:none}.btn-loading:after{content:"";position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#2d3748;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}.auth-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#1e40af);padding:2rem 1rem}.auth-container{width:100%;max-width:450px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:2.5rem}.auth-header{text-align:center;margin-bottom:2rem}.auth-brand{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem}.auth-title{font-size:1.75rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.auth-subtitle{font-size:1rem;color:#718096;margin:0}.auth-content{margin-top:2rem}@media(max-width:480px){.auth-container{padding:2rem 1.5rem}.auth-brand{font-size:1.75rem}.auth-title{font-size:1.5rem}}.otp-input-container{display:flex;flex-direction:column;gap:1rem}.otp-inputs{display:flex;gap:.75rem;justify-content:center}.otp-input{width:3rem;height:3.5rem;text-align:center;font-size:1.5rem;font-weight:600;border:2px solid #e2e8f0;border-radius:8px;transition:all .3s ease;background:#fff}.otp-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #667eea1a}.otp-input.error{border-color:#f56565}.otp-input.error:focus{box-shadow:0 0 0 3px #f565651a}.otp-input:disabled{background:#f7fafc;cursor:not-allowed}.otp-error{text-align:center;font-size:.875rem;color:#f56565;font-weight:500}@media(max-width:480px){.otp-inputs{gap:.5rem}.otp-input{width:2.5rem;height:3rem;font-size:1.25rem}}.verification-form{display:flex;flex-direction:column;gap:1.5rem}.verification-icon{text-align:center;font-size:4rem;margin-bottom:.5rem}.verification-subtitle{text-align:center;font-size:1rem;color:#718096;font-weight:400;line-height:1.6;margin:0}.verification-footer{text-align:center;margin-top:.5rem}.verification-footer p{font-size:.9375rem;color:#718096;margin:0}.resend-button{background:none;border:none;color:#3b82f6;font-weight:600;cursor:pointer;text-decoration:none;font-size:.9375rem;padding:0}.email-phone-input{display:flex;flex-direction:column;gap:.5rem}.email-phone-input .input{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:8px;transition:all .3s ease;font-family:inherit}.email-phone-input .input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #667eea1a}.email-phone-input .input.error{border-color:#f56565}.email-phone-input .input.error:focus{box-shadow:0 0 0 3px #f565651a}.email-phone-input .input.valid{border-color:#48bb78}.input-hint{font-size:.875rem;color:#718096;display:flex;align-items:center;gap:.25rem}.input-hint.success{color:#48bb78;font-weight:500}.input-error{font-size:.875rem;color:#f56565;font-weight:500}.forgot-password-form{display:flex;flex-direction:column;gap:1.5rem}.form-description{text-align:center;color:#718096;font-size:.9375rem;line-height:1.6;margin:0 0 1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#2d3748}.input{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:8px;transition:all .3s ease;font-family:inherit}.input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-footer{text-align:center;margin-top:.5rem}.link{color:#3b82f6;text-decoration:none;font-weight:600;font-size:.9375rem}.link:hover{text-decoration:underline}.link-button{background:none;border:none;color:#3b82f6;font-weight:600;cursor:pointer;text-decoration:none;font-size:.9375rem;padding:0}.link-button:hover{text-decoration:underline}.mfa-form{display:flex;flex-direction:column;gap:1.5rem}.mfa-icon{text-align:center;font-size:4rem;margin-bottom:.5rem}.mfa-subtitle{text-align:center;font-size:1rem;color:#718096;font-weight:400;line-height:1.6;margin:0}.form-group{display:flex;flex-direction:column;gap:1rem}.form-group label{text-align:center;font-size:.875rem;font-weight:600;color:#2d3748}.btn{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.mfa-footer{text-align:center;margin-top:.5rem}.mfa-footer p{font-size:.9375rem;color:#718096;margin:0}.resend-button{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;text-decoration:none;font-size:.9375rem;padding:0}.resend-button:hover:not(:disabled){text-decoration:underline}.resend-button:disabled{opacity:.6;cursor:not-allowed}.mfa-info{background:#edf2f7;border-radius:8px;padding:1rem;margin-top:.5rem}.mfa-info p{font-size:.875rem;color:#4a5568;margin:0;line-height:1.6;text-align:center}.alert{padding:.875rem 1rem;border-radius:8px;font-size:.9375rem;font-weight:500;text-align:center}.alert.error{background:#fff5f5;color:#c53030;border:1px solid #feb2b2}.alert.success{background:#f0fff4;color:#2f855a;border:1px solid #9ae6b4}.landing-page{display:flex;min-height:100vh;background:#fff}.landing-content{margin-top:78px;width:100%;min-height:calc(100vh - 78px)}.landing-content-center{text-align:center;max-width:600px;width:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 138px)}.landing-empty-state-image{margin-bottom:24px;max-width:100%;height:auto}.landing-empty-state-title{font-size:28px;font-weight:600;color:#1f2937;margin-bottom:12px}.landing-empty-state-text{font-size:16px;color:#6b7280;margin-bottom:32px;line-height:1.5}.landing-button-container{max-width:400px;margin:0 auto;width:100%}.landing-pg-listings-container{max-width:1312px;margin:0 auto;width:100%;padding:0 20px 60px}.landing-pending-notification-banner{background:#fff7ed;border:1px solid #FDBA74;border-radius:8px;padding:10px 20px;margin-top:24px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;gap:16px}.landing-banner-content{display:flex;align-items:center;gap:12px;flex:1}.landing-warning-icon{color:#f97316;font-size:20px;line-height:1}.landing-banner-message{font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#7c2d12;line-height:1.5}.landing-check-status-btn{background:#f97316;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.landing-check-status-btn:hover{background:#ea580c}.landing-section-title{font-family:DM Sans,sans-serif;font-size:24px;font-weight:600;color:#111827;margin-top:40px;margin-bottom:24px;text-align:left}.landing-pg-cards-grid{display:grid;grid-template-columns:repeat(3,420px);gap:24px;width:100%;align-items:start}.landing-pg-status-grid .pg-card{opacity:.7}@media(max-width:1400px){.landing-stats-container{grid-template-columns:repeat(3,1fr);gap:20px}.landing-stat-card{width:100%}}@media(max-width:1200px){.landing-pg-cards-grid{grid-template-columns:repeat(2,1fr);gap:20px}.landing-stats-container{grid-template-columns:repeat(3,1fr);gap:20px}.landing-stat-card{width:100%}}@media(max-width:900px){.landing-stats-container{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:768px){.landing-content{margin-top:64px;margin-left:0;width:100%;padding:20px;min-height:calc(100vh - 64px)}.landing-pending-notification-banner{flex-direction:column;align-items:flex-start;padding:14px 16px;gap:12px}.landing-banner-message{font-size:13px}.landing-check-status-btn{width:100%;padding:10px 16px;font-size:13px}.landing-pg-cards-grid,.landing-stats-container{grid-template-columns:1fr;gap:16px}.landing-stat-card{width:100%}.landing-stat-value{font-size:32px}.landing-tabs-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.landing-tab-button{padding:10px 16px;font-size:14px;white-space:nowrap}.landing-section-title{font-size:18px;margin-bottom:16px}.landing-empty-state-title{font-size:22px}.landing-empty-state-text{font-size:14px}}@media(max-width:480px){.landing-content{margin-top:56px;padding:16px;min-height:calc(100vh - 56px)}.landing-pg-cards-grid,.landing-stats-container{gap:12px}.landing-stat-card{width:100%}.landing-stat-label{font-size:12px}.landing-stat-value{font-size:28px}.landing-stat-change{font-size:12px}.landing-tab-button{padding:8px 14px;font-size:13px;min-width:100px}.landing-section-title{font-size:16px;margin-bottom:12px}.landing-empty-state-title{font-size:20px}.landing-empty-state-text{font-size:13px}.landing-empty-state-button{padding:10px 20px;font-size:14px}}.landing-tabs-container{display:flex;justify-content:space-between;gap:0;border-bottom:2px solid #e5e7eb;margin-bottom:32px;width:100%;max-width:1312px}@media(max-width:768px){.landing-tabs-container{justify-content:center;gap:0}.landing-tab{padding:12px 16px;font-size:14px}}.landing-tabs{background:transparent;border:none;padding:16px 0;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;color:#6b7280;cursor:pointer;position:relative;transition:color .2s;flex:1;text-align:center}.landing-tabs:hover{color:#111827}.landing-tabs.active{color:#2563eb;font-weight:600}.landing-tabs.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#2563eb}.landing-tab-count{display:inline-flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;font-size:12px;font-weight:600;min-width:20px;height:20px;border-radius:10px;padding:0 6px;margin-left:8px}.landing-stats-container{display:grid;grid-template-columns:repeat(3,420px);gap:24px;margin-bottom:16px;width:100%}.landing-stat-card{background:#f5f5f5;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:2px;width:420px;height:132px;box-sizing:border-box}.landing-stat-card:nth-child(2){background:#f5f5f5}.landing-stat-card:nth-child(3){background:#f5f5f5}.landing-stat-header{display:flex;justify-content:space-between;align-items:center}.landing-stat-label{font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#6b7280}.landing-stat-icon{font-size:24px}.landing-stat-value{font-family:DM Sans,sans-serif;font-size:36px;font-weight:700;color:#2563eb}.landing-stat-change{font-family:DM Sans,sans-serif;font-size:14px;font-weight:500}.landing-stat-change.positive{color:#059669}.landing-stat-change.negative{color:#dc2626}.landing-stat-footer{font-family:DM Sans,sans-serif;font-size:12px;color:#6b7280}.landing-notifications-list{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.landing-notification-item{padding:10px 24px;border-bottom:2px dotted #d1d5db;border-left:4px solid #2563eb;display:flex;align-items:center;min-height:68px;background:#f8fbff;gap:24px}.landing-notification-item:last-child{border-bottom:none}.landing-notification-left{display:flex;flex-direction:column;gap:4px;flex:1;padding:16px 24px}.landing-notification-date{font-family:DM Sans,sans-serif;font-size:12px;color:#6b7280}.landing-notification-user{font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;color:#111827;margin-bottom:2px}.landing-notification-contact{display:flex;flex-direction:row;gap:12px;font-family:DM Sans,sans-serif;font-size:14px;color:#6b7280}.landing-contact-link{color:#2563eb;text-decoration:none}.landing-contact-link:hover{text-decoration:underline}.landing-contact-value{color:#2563eb}.landing-notification-right{display:flex;flex-direction:column;gap:10px;align-items:left;justify-content:left;text-align:left;background-color:#fff;flex:1;padding:10px 20px}.landing-notification-pg{font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;color:#111827}.landing-notification-location{font-family:DM Sans,sans-serif;font-size:14px;color:#6b7280}.landing-pg-loading-container,.landing-error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.landing-pg-loading-container p{font-family:DM Sans,sans-serif;font-size:18px;color:#6b7280}.landing-error-container p{font-family:DM Sans,sans-serif;font-size:16px;color:#dc2626;margin-bottom:20px}.landing-error-container button{background:#2563eb;color:#fff;border:none;padding:10px 24px;border-radius:6px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.landing-error-container button:hover{background:#1d4ed8}.landing-load-more-container{display:flex;justify-content:center;padding:30px 0;width:100%}.landing-load-more-button{background:transparent;border:1px solid #d1d5db;border-radius:8px;padding:10px 24px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#4b5563;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px}.landing-load-more-button:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af;color:#111827}.landing-load-more-button:disabled{opacity:.6;cursor:not-allowed}.landing-spinner{border:3px solid #f3f3f3;border-top:3px solid #2563eb;border-radius:50%;width:24px;height:24px;animation:landing-spin 1s linear infinite;margin-bottom:12px}.landing-spinner-small{border:2px solid #e5e7eb;border-top:2px solid #4b5563;border-radius:50%;width:14px;height:14px;animation:landing-spin 1s linear infinite;display:inline-block}@keyframes landing-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.landing-no-items-text{text-align:center;padding:20px;color:#6b7280;font-size:14px;font-style:italic;width:100%}.landing-delete-modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.landing-delete-modal{background:#fff;border-radius:12px;padding:24px;max-width:400px;width:90%;position:relative;box-shadow:0 20px 25px -5px #0000001a}.landing-modal-close-btn{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:20px;cursor:pointer;color:#6b7280;padding:4px 8px;line-height:1;transition:color .2s}.landing-modal-close-btn:hover{color:#111827}.landing-modal-title{font-family:DM Sans,sans-serif;font-size:20px;font-weight:600;color:#111827;margin:0 0 8px}.landing-modal-message{font-family:DM Sans,sans-serif;font-size:14px;color:#6b7280;line-height:1.5;margin:0 0 24px}.landing-modal-buttons{display:flex;gap:12px}.landing-modal-cancel-btn,.landing-modal-delete-btn{flex:1;padding:10px 20px;border-radius:6px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.landing-modal-cancel-btn{background:#fff;color:#374151;border:1px solid #d1d5db}.landing-modal-cancel-btn:hover{background:#f3f4f6}.landing-modal-delete-btn{background:#ef4444;color:#fff}.landing-modal-delete-btn:hover{background:#dc2626}@media(max-width:480px){.landing-delete-modal{padding:20px;width:85%}.landing-modal-title{font-size:18px}.landing-modal-message{font-size:13px}.landing-modal-buttons{gap:10px}.landing-modal-cancel-btn,.landing-modal-delete-btn{padding:9px 16px;font-size:13px}}.dashboardheader-owner-app-header{display:flex;align-items:center;justify-content:space-between;height:78px;background:#fff;width:100%;padding:0 max(20px,calc((100% - 1312px)/2));gap:20px;box-sizing:border-box;position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid #e5e7eb}.dashboardheader-owner-header-left{align-items:center;gap:12px}.dashboardheader-owner-brand-icon{width:130px;height:36px;display:block}.dashboardheader-owner-brand-name{font-family:Manrope;font-weight:500;font-style:Medium;font-size:24px;line-height:100%;letter-spacing:0%;color:#0b2540}.dashboardheader-owner-header-center{flex:1;display:flex;align-items:center;padding-left:12px}.dashboardheader-owner-greeting{font-family:DM Sans;font-weight:500;font-style:Medium;font-size:22px;line-height:100%;letter-spacing:0%;color:#111827;opacity:.9}.dashboardheader-owner-header-right{display:flex;align-items:center;gap:16px;justify-content:flex-end}.dashboardheader-owner-contact-info{display:flex;align-items:center;gap:20px;margin-right:8px}.dashboardheader-owner-phone-number,.dashboardheader-owner-email{display:flex;align-items:center;gap:8px;font-family:DM Sans,sans-serif;font-size:14px;color:#374151}.dashboardheader-owner-phone-number img,.dashboardheader-owner-email img{width:20px;height:20px;display:block}.dashboardheader-owner-add-pg-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:#2563eb;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.dashboardheader-owner-add-pg-btn:hover{background:#1d4ed8}.dashboardheader-owner-add-pg-btn img{width:16px;height:16px;display:block;filter:brightness(0) invert(1)}.dashboardheader-owner-notification-btn{background:transparent;border:none;font-size:20px;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.dashboardheader-owner-profile-badge{width:40px;height:40px;border-radius:50%;background:#1e3a8a;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:none;border:2px solid #2563eb}.dashboardheader-owner-profile-initials{color:#fff;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600}.dashboardheader-owner-profile-img{width:24px;height:24px;object-fit:cover;display:block}.dashboardheader-owner-dashboard-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:#2563eb;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.dashboardheader-owner-dashboard-btn:hover{background:#1d4ed8}.dashboardheader-owner-login-btn-header{white-space:nowrap;padding:8px 24px;background:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;transition:background .2s}.dashboardheader-owner-login-btn-header:hover{background:#1d4ed8}@media(max-width:1024px){.dashboardheader-owner-app-header{padding:0 20px;gap:12px}.dashboardheader-owner-brand-icon{width:90px;height:30px}.dashboardheader-owner-greeting{font-size:18px}.dashboardheader-owner-contact-info{gap:12px}.dashboardheader-owner-phone-number,.dashboardheader-owner-email{font-size:13px}}.dashboardheader-owner-dashboard-hamburger-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:8px}.dashboardheader-owner-dashboard-hamburger-line{display:block;width:22px;height:2px;background-color:#374151;border-radius:2px;transition:all .3s ease}.dashboardheader-owner-dashboard-mobile-menu-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:1001}.dashboardheader-owner-dashboard-mobile-menu{display:none;position:fixed;top:0;right:-100%;width:280px;max-width:80%;height:100vh;background:#fff;z-index:1002;box-shadow:-4px 0 20px #00000026;transition:right .3s ease;flex-direction:column}.dashboardheader-owner-dashboard-mobile-menu.open{right:0}.dashboardheader-owner-dashboard-mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb}.dashboardheader-owner-dashboard-mobile-menu-logo{width:100px;height:auto}.dashboardheader-owner-dashboard-mobile-menu-close{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.dashboardheader-owner-dashboard-mobile-menu-nav{display:flex;flex-direction:column;padding:16px 0}.dashboardheader-owner-dashboard-mobile-nav-link{background:transparent;border:none;text-align:left;padding:14px 24px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;color:#374151;cursor:pointer;transition:background-color .2s,color .2s}.dashboardheader-owner-dashboard-mobile-nav-link:hover{background-color:#f3f4f6;color:#2563eb}.dashboardheader-owner-dashboard-mobile-nav-link.logout{color:#dc2626;margin-top:16px;border-top:1px solid #e5e7eb;padding-top:20px}.dashboardheader-owner-dashboard-mobile-nav-link.logout:hover{background-color:#fef2f2;color:#dc2626}@media(max-width:768px){.dashboardheader-owner-app-header{display:flex;justify-content:space-between;align-items:center;padding:0 16px;height:60px;max-width:none;width:100%}.dashboardheader-owner-header-left{flex:0 0 auto}.dashboardheader-owner-brand-icon{width:100px;height:32px}.dashboardheader-owner-header-center{display:none!important;width:0!important;flex:0!important}.dashboardheader-owner-header-right{flex:0 0 auto;display:flex;align-items:center;gap:12px;margin-left:auto}.dashboardheader-owner-dashboard-hamburger-btn{display:flex!important;width:40px;height:40px;padding:0;margin-left:auto}.dashboardheader-owner-dashboard-hamburger-line{width:22px;height:2px}.dashboardheader-owner-dashboard-mobile-menu-overlay{display:block}.dashboardheader-owner-dashboard-mobile-menu{display:flex}.dashboardheader-owner-contact-info,.dashboardheader-owner-dashboard-btn,.dashboardheader-owner-add-pg-btn,.dashboardheader-owner-profile-dropdown-container{display:none!important}.dashboardheader-owner-login-btn-header{padding:8px 16px;font-size:14px}}.pg-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;width:420px;height:459px;min-height:460px;border:1px solid #e5e7eb;cursor:pointer}.pg-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.pg-image-container{position:relative;width:420px;height:231px;overflow:hidden}.pg-image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.heartBoxRed{width:32px;height:32px;border-radius:40px;background-color:#ffe6e7;display:flex;justify-content:center;align-items:center;align-content:center}.heartRed{width:21px;height:21px;color:red}.heartBoxGray{width:32px;height:32px;border-radius:40px;background-color:#f5f5f5;display:flex;justify-content:center;align-items:center;align-content:center}.heartGray{width:21px;height:21px;color:#000}.image-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;font-weight:300;transition:background .2s;z-index:2}.image-nav-btn:hover{background:#000000b3}.prev-btn{left:8px}.next-btn{right:8px}.pg-badges{position:absolute;top:12px;left:12px;right:12px;display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap}.badges-left{display:flex;align-items:center;gap:8px}.badges-right{display:flex;align-items:center;gap:8px;margin-left:auto}.badge{padding:6px 12px;border-radius:6px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.verified-badge{background:#2563eb;color:#fff}.gender-badge{color:#fff}.gender-badge.boys{background:#3b82f6}.gender-badge.girls{background:#ec4899}.gender-badge.co-living{background:#10b981}.pg-details{height:228px;width:100%;display:flex;justify-content:center;align-items:center}.pg_details_inner{display:flex;flex-direction:column;gap:12px;height:200px;width:388px;margin:auto}.pg-header{display:flex;justify-content:space-between;align-items:flex-start}.pg-title-section{flex:1}.pg-name{font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;color:#111827;margin:0}.pg-header-right{display:flex;align-items:center;gap:8px}.pg-location{font-family:DM Sans,sans-serif;font-size:14px;color:#6b7280;margin:4px 0 0;display:flex;align-items:center;gap:4px}.location-icon{color:#2563eb;font-size:26px;display:flex;justify-content:flex-start;align-items:center;align-content:center}.location-icon img{width:18px;height:18px;margin-top:-1px}.pg-amenities-section{display:flex;flex-direction:column;gap:14px}.amenities-label{font-family:DM Sans,sans-serif;font-size:12px;color:#6b7280;font-weight:600;margin:0}.pg-amenities{display:flex;flex-wrap:wrap;gap:14px}.amenity-tag{padding:6px 12px;background:#eff6ff;color:#2563eb;border-radius:16px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500}.more-tag{background:#f3f4f6;color:#6b7280}.pg-footer{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid #e5e7eb;gap:14px}.pg-pricing{display:flex;flex-direction:column;gap:4px}.price-label-container{display:flex;align-items:center;gap:8px}.user_pg_price_label{font-family:DM Sans,sans-serif;font-size:12px;color:#6b7280}.pg-pricing-div{display:flex;justify-content:flex-start;align-items:center;gap:6px}.zero-dep{display:flex;color:#059669;justify-content:center;font-size:12px;width:89px;height:20px;background-color:#e1fff0;color:#0e884b;border-radius:16px;border:1px solid}.price-container{display:flex;align-items:baseline}.pg-card .price{font-family:DM Sans,sans-serif;font-size:24px;font-weight:700;line-height:100%;letter-spacing:0%;color:#111827}.pg-card .price-period{font-family:DM Sans,sans-serif;font-size:16px;font-weight:400;line-height:100%;letter-spacing:0%;color:#6b7280}.view-pg-btn{background:#2563eb;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.view-pg-btn:hover{background:#1d4ed8}.view-btn{background:transparent!important;color:#fff;border:none;padding:8px 20px;border-radius:6px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:200;cursor:pointer;text-decoration:underline;transition:opacity .2s}.view-btn:hover{opacity:.8}.pg-bottom-badges{position:absolute;bottom:12px;left:12px;right:12px;display:flex;justify-content:space-between;align-items:flex-end}.badges-left-bottom{display:flex;align-items:center}.badges-right-bottom{display:flex;align-items:center;margin-left:auto}.plan-badge{margin-left:auto}.featured-badge{background:#fbbf24;color:#78350f;font-weight:700}.plan-badge{color:#fff;font-weight:600}.location-icons{width:22px;height:22px;filter:brightness(0) saturate(100%) invert(38%) sepia(98%) saturate(2398%) hue-rotate(209deg) brightness(95%) contrast(92%)}.gender-icon{width:14px;height:14px;filter:brightness(0) saturate(100%) invert(100%)}@media(max-width:768px){.pg-card{width:328px;height:372px;min-height:372px}.pg-image-container{height:196px;width:100%}.pg-bottom-badges img{width:77px;height:17px}.badges-right img{width:auto;height:17px}.image-nav-btn{width:24px;height:24px}.pg-name{font-size:14px}.pg-location{font-size:12px}.pg-location img{width:14px;height:14px}.pg_details_inner{width:304px;height:152px;gap:3px}.pg-details{height:176px}.pg-amenities-section{gap:6px}.heartBoxGray,.heartBoxRed{width:24px;height:24px}.heartGray,.heartRed{width:14px;height:14px}.pg-footer{margin-top:6px}.pg-amenities{gap:6px}.pg-amenities-section{min-height:auto}.zero-dep{width:65px;height:14px;font-size:8px}.user_pg_price_label{font-size:12px}.view-pg-btn{height:28px;font-size:12px;display:flex;align-items:center}.price-container .price{font-size:16px}.amenity-tag{padding:5px 10px;font-size:10px}.pg-card .price-period{font-size:12px;line-height:100%}}@media(max-width:360px){.pg-card{width:300px;height:390px;min-height:372px}.pg-image-container{height:196px;width:100%}.pg_details_inner{width:280px;height:auto;gap:3px}.pg-details{height:176px}}:root{--add-btn-bg: linear-gradient(180deg, #2b82ff 0%, #1968f0 100%);--add-btn-bg-hover: linear-gradient(180deg, #3a8dff 0%, #1f75f6 100%);--add-btn-disabled-bg: #c7ddff;--add-btn-color: #ffffff;--add-btn-height: 44px;--add-btn-radius: 8px;--add-btn-font-size: 15px;--add-btn-font-weight: 600;--add-btn-padding-horizontal: 20px;--add-btn-box-shadow: 0 2px 0 rgba(0,0,0,.05);--add-btn-focus-ring: 0 0 0 4px rgba(25,103,240,.18)}.add-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;height:var(--add-btn-height);padding:0 var(--add-btn-padding-horizontal);border:none;border-radius:var(--add-btn-radius);background:var(--add-btn-bg);color:var(--add-btn-color);font-size:var(--add-btn-font-size);font-weight:var(--add-btn-font-weight);cursor:pointer;box-shadow:var(--add-btn-box-shadow);transition:transform .12s ease,box-shadow .12s ease,background .12s ease;width:auto;text-align:center;white-space:nowrap;-webkit-user-select:none;user-select:none}.add-button--full{width:100%;display:inline-flex;justify-content:center}.add-button__content{display:inline-flex;align-items:center;justify-content:center;gap:8px;overflow:hidden;text-overflow:ellipsis}.add-button__label{display:inline-block;line-height:1}.add-button__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--add-btn-color)}.add-button:not(.add-button--disabled):hover{background:var(--add-btn-bg-hover);transform:translateY(-1px);box-shadow:0 4px 10px #1967f01f}.add-button:not(.add-button--disabled):active{transform:translateY(0);box-shadow:none}.add-button:focus-visible{outline:none;box-shadow:var(--add-btn-focus-ring);border-radius:var(--add-btn-radius)}.add-button--disabled,.add-button:disabled{background:var(--add-btn-disabled-bg);color:#ffffffe6;cursor:not-allowed;transform:none;box-shadow:none;opacity:.95}@media(max-width:420px){:root{--add-btn-padding-horizontal: 14px;--add-btn-font-size: 14px;--add-btn-height: 40px}}.create-pg-listing{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth}.create-pg-listing input[type=number]::-webkit-outer-spin-button,.create-pg-listing input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.create-pg-listing input[type=number]{-moz-appearance:textfield}.create-pg-listing .content{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.create-pg-listing .content>div:first-child{position:sticky;top:0;z-index:100;background-color:#fff;padding:20px 0 15px;width:100%}.form-container{width:100%;background:#fff;padding:10px 10px 40px}.placeholder-page{padding:40px 20px;text-align:center}.placeholder-page h2{font-size:32px;font-weight:600;color:#1f2937;margin-bottom:12px}.placeholder-page p{font-size:16px;color:#6b7280}@media(max-width:768px){.create-pg-listing .content>div:first-child{padding:15px 0}.form-container{padding:5px}}.step-indicator-container{width:100%;max-width:706px;background:#fff;display:flex;justify-content:center}.step-indicator{display:flex;justify-content:space-between;align-items:flex-start;width:100%;max-width:626px;height:50px}.step-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;position:relative;height:50px}.step-item{display:flex;align-items:center;justify-content:center;width:100%;position:relative;height:24px}.step-circle{width:24px;height:24px;border-radius:50%;flex-shrink:0;z-index:2;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 0 #2463eb00;display:flex;align-items:center;justify-content:center}.step-circle.active{background-color:#2463eb;border:2px solid #2463eb;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.step-circle.completed{background-color:#2463eb;border:2px solid #2463eb;transform:scale(1)}.step-circle.inactive{background-color:#fff;border:2px solid #d1d5db}@keyframes pulse{0%,to{box-shadow:0 0 #2463eb66}50%{box-shadow:0 0 0 8px #2463eb00}}.step-line-container{position:absolute;height:2px;left:50%;right:-50%;top:50%;transform:translateY(-50%);z-index:0}.step-line-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#d1d5db}.step-line-fill{position:absolute;top:0;left:0;height:100%;background-color:#2463eb;transition:width .6s cubic-bezier(.4,0,.2,1);z-index:1}.step-label{font-size:12px;font-weight:400;color:#9ca3af;white-space:nowrap;text-align:center;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:100%;margin-top:4px}.step-label.active,.step-label.completed{font-weight:600;color:#2463eb}@media(max-width:768px){.step-indicator-container,.step-indicator{width:100%;max-width:546px}.step-circle{width:20px;height:20px}.step-item{height:20px}.step-label{font-size:10px}}@media(max-width:480px){.step-indicator-container,.step-indicator{width:100%;max-width:546px}.step-circle{width:18px;height:18px}.step-item{height:18px}.step-label{font-size:9px}}.details-page{width:100%;margin:0 auto}.details-page-header{position:relative;margin-bottom:32px;max-width:546px;margin-left:auto;margin-right:auto}.details-back-button{background:none;border:none;padding:0;cursor:pointer;color:#1f2937;display:flex;align-items:center;justify-content:center;transition:color .2s ease;flex-shrink:0;margin-top:4px;position:absolute;left:-52px}.details-back-button:hover{color:#2463eb}.details-back-button svg{width:28px;height:28px}.details-header-text{width:100%}.details-page-title{font-size:40px;font-weight:700;color:#000;margin-bottom:8px;line-height:1.2}.details-page-description{font-size:16px;color:#6b7280;margin-bottom:0;line-height:1.5}.details-form{display:flex;flex-direction:column;gap:32px;max-width:546px;margin:0 auto;padding-bottom:50px}.details-form-group{display:flex;flex-direction:column;gap:8px}.details-form-group label{text-align:left;font-size:16px;font-weight:500;color:#000;margin-bottom:6px}.details-required{color:#ef4444}.details-form-input,.details-form-textarea{width:100%;padding:16px 20px;border:1px solid #d2d8e0;border-radius:4px;font-size:16px;color:#1f2937;transition:all .2s ease-in-out;background-color:#fff;box-sizing:border-box}.details-form-input:focus,.details-form-textarea:focus{outline:none;border-color:#d1d5db;box-shadow:none}.details-form-input::placeholder,.details-form-textarea::placeholder{color:#c4c4c4;font-weight:300}.details-form-textarea{resize:vertical;font-family:inherit;min-height:160px}select.details-form-input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:44px;cursor:pointer}.details-selection-cards{display:flex;gap:16px;flex-wrap:wrap}.details-selection-card{width:104px;height:115px;padding:8px;border:1px solid #d2d8e0;border-radius:4px;background-color:#fff;cursor:pointer;transition:all .2s ease-in-out;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;box-sizing:border-box;position:relative}.details-selection-card:hover{background-color:#eff6ff;box-shadow:0 2px 8px #2463eb1a}.details-selection-card.details-selected{border-color:#2463eb;background-color:#eff6ff;box-shadow:0 2px 8px #2463eb26}.details-check-icon{position:absolute;top:8px;right:8px;z-index:10;animation:details-checkmark-appear .2s ease-in-out}@keyframes details-checkmark-appear{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.details-card-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center}.details-card-icon img{width:72px;height:72px;object-fit:contain}.details-card-label{font-size:14px;font-weight:500;color:#1f2937;text-align:center}.details-horizontal-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}@media(max-width:768px){.details-horizontal-fields{grid-template-columns:1fr}}.details-input-with-icon{position:relative;display:flex;align-items:center}.details-input-icon{position:absolute;left:20px;width:12px;height:16px;pointer-events:none;z-index:1}.details-input-with-prefix{padding-left:44px}.details-notice-card{min-width:140px;max-width:180px;padding:20px;flex:1}.details-notice-card .details-card-label{font-size:18px}.details-form-actions{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-between;margin-top:0;max-width:546px;margin-left:auto;margin-right:auto;background-color:#fff;padding:20px 10px;z-index:100}.details-btn-primary,.details-btn-secondary{padding:10px 32px;height:40px;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center}.details-btn-primary{background:var(--Icon-Color-Action, #2563EB);color:#fff;border:none;border-radius:4px}.details-btn-primary:hover:not(:disabled){background-color:#1d4ed8}.details-btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.details-btn-secondary{background-color:#fff;color:#000;border:1.5px solid #d1d5db}.details-btn-secondary:hover:not(:disabled){border-color:#9ca3af}.details-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.details-selection-buttons{display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto}.details-custom-input{margin-top:12px;width:auto;max-width:100%}.details-selection-button{height:40px;padding:0 16px;border:1px solid #d2d8e0;border-radius:4px;background-color:#fff;font-size:14px;font-weight:400;color:#1f2937;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap;display:flex;align-items:center;justify-content:center;flex-shrink:0;min-width:fit-content}.details-selection-button:hover{background-color:#eff6ff;box-shadow:0 2px 4px #2463eb1a}.details-selection-button.details-selected{border-color:#2463eb;background-color:#eff6ff;color:#2463eb;font-weight:500}.details-map-search-container{position:relative;display:flex;gap:12px;align-items:center}.details-locate-button{padding:16px 24px;background-color:#fff;border:1px solid #d2d8e0;border-radius:4px;color:#2463eb;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap}.details-locate-button:hover{background-color:#eff6ff}.details-form-input.details-error,.details-form-textarea.details-error{border-color:#dc2626}.details-form-input.details-error:focus,.details-form-textarea.details-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.details-selection-card.details-error{border-color:#dc2626}.details-error-message{display:block;color:#dc2626;font-size:14px;margin-top:6px;font-weight:400;text-align:left}.details-api-error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px;margin-bottom:24px;display:flex;align-items:center;gap:12px;color:#dc2626;font-size:14px}.details-error-icon{font-size:20px;flex-shrink:0}.details-btn-primary:disabled,.details-btn-secondary:disabled{opacity:.6;cursor:not-allowed}.map-search-wrapper{width:100%}.map-container{width:100%;height:320px;border-radius:8px;overflow:hidden;border:1px solid #d2d8e0;background-color:#fff;position:relative}.map-container [role=button],.map-container button{cursor:pointer!important}.map-container>div>div{cursor:pointer!important}.map-container gmp-advanced-marker,.map-container .gmp-marker-draggable,.map-container [draggable=true],.map-container [gmp-draggable]{cursor:grab!important;-webkit-user-select:none;user-select:none}.map-container gmp-advanced-marker:active,.map-container .gmp-marker-draggable:active,.map-container [draggable=true]:active,.map-container [gmp-draggable]:active{cursor:grabbing!important}.map-container gmp-advanced-marker:hover,.map-container .gmp-marker-draggable:hover,.map-container [gmp-draggable]:hover{cursor:grab!important}.map-container gmp-advanced-marker *{cursor:grab!important;pointer-events:auto!important}.map-container gmp-advanced-marker:active *{cursor:grabbing!important}.map-search-overlay{position:absolute;top:16px;left:16px;right:16px;z-index:10;display:flex;gap:12px;align-items:flex-start}.search-input-wrapper{flex:1;position:relative}.map-search-input{width:100%;padding:16px 20px;border:1px solid #d2d8e0;border-radius:4px;font-size:16px;color:#1f2937;background-color:#fff;box-sizing:border-box;box-shadow:0 2px 8px #0000001a;transition:all .2s ease-in-out}.map-search-input:focus{outline:none;border-color:#2463eb;box-shadow:0 2px 12px #2463eb33}.map-search-input::placeholder{color:#c4c4c4;font-weight:300}.locate-button{padding:16px 24px;background-color:#fff;border:1px solid #d2d8e0;border-radius:4px;color:#2463eb;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap;display:flex;align-items:center;gap:8px;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.locate-button:hover{background-color:#eff6ff;border-color:#2463eb;box-shadow:0 2px 12px #2463eb33}.locate-button svg{width:20px;height:20px}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #d2d8e0;border-radius:4px;box-shadow:0 4px 12px #00000026;margin-top:4px;max-height:300px;overflow-y:auto;z-index:1000}.autocomplete-item{padding:12px 16px;cursor:pointer;display:flex;align-items:flex-start;gap:12px;border-bottom:1px solid #f3f4f6;transition:background-color .15s ease}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover{background-color:#fff}.autocomplete-icon{flex-shrink:0;margin-top:2px}.autocomplete-text{flex:1;min-width:0}.autocomplete-main{color:#1f2937;font-weight:500;font-size:14px;line-height:1.4;margin-bottom:2px}.autocomplete-secondary{color:#6b7280;font-size:13px;line-height:1.4}@media(max-width:768px){.map-search-overlay{flex-direction:column;top:12px;left:12px;right:12px}.search-input-wrapper,.map-search-input{width:100%}.locate-button{width:100%;justify-content:center}.map-container{height:280px}}.owner-search-wrapper{position:relative;width:100%}.owner-search-container{display:flex;position:relative;align-items:center}.owner-search-input{width:100%;padding:12px 48px 12px 16px;border:1px solid #d2d8e0;border-radius:4px;font-size:16px;font-family:inherit;transition:all .2s ease;background-color:#fff;color:#1f2937}.owner-search-input::placeholder{color:#9ca3af}.owner-search-input:focus{outline:none;border-color:#2463eb;box-shadow:0 0 0 3px #2463eb1a}.owner-search-input:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.owner-search-input.error{border-color:#dc2626}.owner-search-input.error:focus{box-shadow:0 0 0 3px #dc26261a}.search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;flex-shrink:0}.clear-button{position:absolute;right:40px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:24px;color:#9ca3af;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;flex-shrink:0}.clear-button:hover{color:#6b7280}.owner-dropdown{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #d2d8e0;border-top:none;border-radius:0 0 4px 4px;max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #0000001a}.dropdown-item{width:100%;padding:12px 16px;border:none;background:none;text-align:left;cursor:pointer;transition:background-color .2s ease;font-family:inherit;display:flex;align-items:center;gap:12px}.dropdown-item:not(.loading):not(.no-results):not(.empty-state):hover{background-color:#f3f4f6}.dropdown-item:not(.loading):not(.no-results):not(.empty-state):active{background-color:#e5e7eb}.dropdown-item.loading,.dropdown-item.no-results,.dropdown-item.empty-state{cursor:default;color:#6b7280;justify-content:center;padding:16px}.dropdown-item.loading{display:flex;gap:8px;align-items:center}.spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#2463eb;border-radius:50%;animation:spin .8s linear infinite}.owner-info{flex:1;gap:4px}.owner-name{font-size:14px;font-weight:500;color:#1f2937}.owner-phone{font-size:12px;color:#6b7280}.error-message{display:block;margin-top:4px;font-size:12px;color:#dc2626}.owner-dropdown::-webkit-scrollbar{width:6px}.owner-dropdown::-webkit-scrollbar-track{background-color:#f3f4f6}.owner-dropdown::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}.owner-dropdown::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.amenities-page{width:100%;margin:0 auto}.amenities-page-header{display:flex;align-items:flex-start;gap:24px;margin-bottom:32px;max-width:546px;margin-left:auto;margin-right:auto;position:relative}.amenities-back-button{background:none;border:none;padding:0;cursor:pointer;color:#1f2937;display:flex;align-items:center;justify-content:center;transition:color .2s ease;flex-shrink:0;margin-top:4px;position:absolute;left:-52px}.amenities-back-button:hover{color:#2463eb}.amenities-back-button svg{width:28px;height:28px;margin-top:15px}.amenities-header-text{flex:1;width:100%}.amenities-page-title{font-size:40px;font-weight:700;color:#000;margin-bottom:8px;line-height:1.2;margin-top:10px}.amenities-page-description{font-size:16px;color:#6b7280;margin-bottom:0;line-height:1.5}.amenities-form{display:flex;flex-direction:column;gap:40px;max-width:546px;margin:0 auto;padding-bottom:100px}.amenities-form-section{display:flex;flex-direction:column;gap:6px}.amenities-section-label{font-size:18px;font-weight:500;color:#000}.amenities-required{color:#ef4444}.amenities-amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,120px);gap:16px}.amenities-services-grid{grid-template-columns:repeat(2,1fr);max-width:50%}.amenities-amenity-card{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #d2d8e0;border-radius:8px;background-color:#fff;cursor:pointer;transition:all .2s ease-in-out;width:120px;height:80px;position:relative}.amenities-amenity-card:hover{background-color:#eff6ff;box-shadow:0 2px 8px #2463eb1a}.amenities-amenity-card.amenities-selected{border-color:#2463eb;background-color:#dbeafe;box-shadow:0 2px 8px #2463eb26}.amenities-check-icon{position:absolute;top:8px;right:8px;z-index:10;animation:amenities-checkmark-appear .2s ease-in-out}@keyframes amenities-checkmark-appear{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.amenities-amenity-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px}.amenities-amenity-icon img{width:28px;height:28px;object-fit:contain}.amenities-icon-text{font-size:24px;font-weight:600;color:#1f2937}.amenities-amenity-label{font-size:14px;font-weight:500;color:#1f2937;text-align:center}.amenities-time-buttons{display:flex;flex-wrap:wrap;gap:12px}.amenities-time-button{padding:12px 20px;border:1.5px solid #e5e7eb;border-radius:8px;background-color:#fff;font-size:14px;font-weight:500;color:#1f2937;cursor:pointer;transition:all .2s ease-in-out}.amenities-time-button:hover{background-color:#eff6ff;box-shadow:0 2px 8px #2463eb1a}.amenities-time-button.amenities-selected{border-color:#2463eb;background-color:#dbeafe;color:#2463eb;box-shadow:0 2px 8px #2463eb26}.amenities-food-section{display:flex;flex-direction:column;gap:16px}.amenities-food-types{display:flex;gap:14px;flex-wrap:wrap}.amenities-food-type-card{display:flex;align-items:center;justify-content:center;width:120px;height:48px;border:1px solid #d2d8e0;border-radius:4px;background-color:#fff;cursor:pointer;transition:all .2s ease-in-out;gap:8px}.amenities-food-type-card:hover{background-color:#eff6ff;box-shadow:0 2px 8px #2463eb1a}.amenities-food-type-card.amenities-selected{border-color:#2463eb;background-color:#dbeafe;box-shadow:0 2px 8px #2463eb26}.amenities-food-type-text{font-size:16px;font-weight:500;color:#1f2937}.amenities-food-type-icon{display:flex;align-items:center;justify-content:center}.amenities-food-type-icon img{width:20px;height:20px;object-fit:contain}.amenities-both-icons{display:flex;gap:4px}.amenities-both-icons img{width:16px;height:16px}.amenities-meal-times{display:flex;gap:12px}.amenities-meal-card{display:flex;align-items:center;justify-content:center;gap:8px;width:120px;height:48px;border:1px solid #d2d8e0;border-radius:4px;background-color:#fff;cursor:pointer;transition:all .2s ease-in-out;position:relative}.amenities-meal-card:hover{background-color:#eff6ff;box-shadow:0 2px 8px #2463eb1a}.amenities-meal-card.amenities-selected{border-color:#2463eb;background-color:#dbeafe;box-shadow:0 2px 8px #2463eb26}.amenities-check-icon-meal{position:absolute;top:4px;right:4px;z-index:10;animation:amenities-checkmark-appear .2s ease-in-out}.amenities-meal-icon{font-size:20px}.amenities-meal-label{font-size:14px;font-weight:500;color:#1f2937}.amenities-pg-rules-section{display:flex;flex-direction:column;gap:24px;margin-top:16px}.amenities-rules-header{font-size:24px;font-weight:600;color:#000;margin:0 0 8px}.amenities-rules-options{display:flex;flex-wrap:wrap;gap:22px}.amenities-rule-button{display:flex;align-items:center;justify-content:center;width:120px;height:48px;border:1px solid #d2d8e0;border-radius:4px;background-color:#fff;cursor:pointer;transition:all .2s ease-in-out;gap:8px}.amenities-rule-button:hover{background-color:#eff6ff;box-shadow:0 2px 8px #2463eb1a}.amenities-rule-button.amenities-selected{border-color:#2463eb;background-color:#dbeafe;color:#2463eb;box-shadow:0 2px 8px #2463eb26}.amenities-rule-icon{font-size:18px;display:flex;align-items:center;justify-content:center}.amenities-form-actions{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-between;margin-top:0;max-width:546px;margin-left:auto;margin-right:auto;background-color:#fff;padding:20px 0;z-index:100}.amenities-btn-primary,.amenities-btn-secondary{padding:10px 32px;height:40px;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center}.amenities-btn-primary{background:var(--Icon-Color-Action, #2563EB);color:#fff;border:none;border-radius:4px}.amenities-btn-primary:hover:not(:disabled){background-color:#1d4ed8}.amenities-btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.amenities-btn-secondary{background-color:#fff;color:#000;border:1.5px solid #d1d5db}.amenities-btn-secondary:hover:not(:disabled){border-color:#9ca3af}.amenities-btn-secondary:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.amenities-amenities-grid{grid-template-columns:repeat(2,1fr)}.amenities-services-grid{grid-template-columns:repeat(2,1fr);max-width:100%}.amenities-time-buttons{gap:8px}.amenities-time-button{padding:10px 16px;font-size:13px}.amenities-meal-times{flex-wrap:wrap}}@media(max-width:480px){.amenities-amenities-grid{grid-template-columns:repeat(2,1fr);gap:12px}.amenities-amenity-card{padding:16px;min-height:80px}.amenities-amenity-icon{width:40px;height:40px}.amenities-icon-text{font-size:20px}.amenities-amenity-label{font-size:12px}}.amenities-api-error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px;margin-bottom:24px;display:flex;align-items:center;gap:12px;color:#dc2626;font-size:14px}.amenities-error-icon{font-size:20px;flex-shrink:0}.amenities-btn-primary:disabled,.amenities-btn-secondary:disabled{opacity:.6;cursor:not-allowed}.amenities-error-message{display:block;color:#dc2626;font-size:14px;margin-top:6px;font-weight:400;text-align:left}.amenities-loading-container{display:flex;align-items:center;justify-content:center;width:100%;height:100vh;font-size:16px;color:#1f2937}.amenities-entertainment-grid{grid-template-columns:repeat(auto-fill,120px)}.time-picker-wrapper,.time-picker-input-wrapper{position:relative;width:100%}.time-picker-input{width:100%;padding:16px 48px 16px 20px;border:1px solid #d2d8e0;border-radius:4px;font-size:16px;color:#1f2937;background-color:#fff;cursor:pointer;box-sizing:border-box;transition:all .2s ease-in-out}.time-picker-input:focus{outline:none;border-color:#2463eb;box-shadow:0 0 0 3px #2463eb1a}.time-picker-input::placeholder{color:#9ca3af}.time-picker-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center}.time-picker-dropdown{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #00000026;z-index:1000;min-width:320px;color:#1f2937}.time-picker-header{padding:16px 20px;font-size:14px;color:#2463eb;border-bottom:1px solid #e5e7eb;font-weight:500}.time-picker-display{padding:20px;background:#fff;border:2px solid #2463eb;margin:16px;border-radius:8px;font-size:18px;display:flex;align-items:center;justify-content:space-between;color:#1f2937}.time-picker-display-icon{color:#6b7280;display:flex;align-items:center}.time-picker-selectors{display:flex;gap:0;padding:8px 0;max-height:240px}.time-picker-column{flex:1;overflow-y:auto;border-right:1px solid #e5e7eb;scrollbar-width:thin;scrollbar-color:#d1d5db #FFFFFF}.time-picker-column:last-child{border-right:none}.time-picker-column::-webkit-scrollbar{width:6px}.time-picker-column::-webkit-scrollbar-track{background:#fff}.time-picker-column::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.time-picker-column::-webkit-scrollbar-thumb:hover{background:#9ca3af}.time-picker-option{padding:16px 20px;text-align:center;cursor:pointer;font-size:16px;color:#6b7280;transition:all .2s ease;-webkit-user-select:none;user-select:none}.time-picker-option:hover{background:#f3f4f6;color:#1f2937}.time-picker-option.selected{background:#dbeafe;color:#1f2937;font-weight:600}.time-picker-actions{display:flex;justify-content:flex-end;gap:16px;padding:16px 20px;border-top:1px solid #e5e7eb}.time-picker-btn{padding:8px 20px;border:none;background:transparent;color:#2463eb;font-size:14px;font-weight:600;cursor:pointer;border-radius:4px;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.time-picker-btn:hover{background:#2463eb1a}.time-picker-btn-cancel{color:#6b7280}.time-picker-btn-cancel:hover{background:#6b72801a}.time-picker-btn-ok{color:#2463eb}@media(max-width:768px){.time-picker-dropdown{min-width:280px}.time-picker-option{padding:12px 16px;font-size:14px}}.photo-video-page{width:100%;margin:0 auto}.photo-video-page-header{display:flex;align-items:flex-start;gap:24px;margin-bottom:32px;max-width:546px;margin-left:auto;margin-right:auto;position:relative}.photo-video-back-button{background:none;border:none;padding:0;cursor:pointer;color:#1f2937;display:flex;align-items:center;justify-content:center;transition:color .2s ease;flex-shrink:0;margin-top:4px;position:absolute;left:-52px}.photo-video-back-button:hover{color:#2463eb}.photo-video-back-button svg{width:28px;height:28px;margin-top:15px}.photo-video-header-text{flex:1;width:100%}.photo-video-page-title{font-size:40px;font-weight:700;color:#000;margin-bottom:8px;line-height:1.2}.photo-video-page-description{font-size:16px;color:#6b7280;margin-bottom:0;line-height:1.5}.photo-video-form{display:flex;flex-direction:column;gap:40px;max-width:546px;margin:0 auto;overflow:visible;padding-bottom:100px}.photo-video-form-section{display:flex;flex-direction:column;gap:6px;overflow:visible;position:relative}.section-header-with-button{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.photo-video-section-label{font-size:18px;font-weight:500;color:#000}.photo-video-section-info{font-size:14px;font-weight:400;color:#6b7280}.photo-video-upload-note{font-size:14px;color:#2463eb;margin:0 0 12px;font-weight:400}.photo-video-upload-all-button{padding:10px 20px;background-color:#2463eb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:flex;align-items:center;gap:6px}.photo-video-upload-all-button:hover:not(:disabled){background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 2px 8px #2463eb4d}.photo-video-upload-all-button:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.photo-video-required{color:#ef4444}.photo-video-upload-area{display:flex;gap:16px;flex-wrap:wrap;overflow:visible;position:relative}.photo-video-loading-box{pointer-events:none;cursor:default;background-color:#fff;border-color:#d1d5db;opacity:.9}.photo-video-loading-box:hover{border-color:#d1d5db;background-color:#fff}.photo-video-loading-box .photo-video-loading-spinner{margin:0 auto}.photo-video-loading-box .photo-video-upload-text{color:#2463eb;font-weight:500}.photo-video-loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#2463eb;border-radius:50%;animation:spin .8s linear infinite}.photo-video-loading-spinner-small{width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#2463eb;border-radius:50%;animation:spin .8s linear infinite;display:inline-block;margin-right:6px}.photo-video-file-input{display:none}.photo-video-upload-box{width:140px;height:140px;border:1.5px dashed #d1d5db;border-radius:12px;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s ease-in-out}.photo-video-upload-box:hover{border-color:#2463eb;background-color:#fff}.photo-video-upload-icon{width:40px;height:40px;border-radius:50%;background-color:#dbeafe;display:flex;align-items:center;justify-content:center}.photo-video-upload-text{font-size:14px;font-weight:500;color:#2463eb;text-align:center}.photo-video-upload-size{font-size:12px;font-weight:400;color:#6b7280;text-align:center}.photo-video-photo-preview{width:140px;height:140px;border-radius:12px;overflow:visible;position:relative;border:1.5px solid #e5e7eb;cursor:move;transition:all .2s ease}.photo-video-photo-preview:hover{border-color:#2463eb;box-shadow:0 2px 8px #2463eb26}.photo-video-photo-preview.photo-video-dragging{opacity:.5;transform:scale(.95);border-color:#2463eb}.photo-video-photo-preview img{width:100%;height:100%;object-fit:cover;pointer-events:none;border-radius:11px;display:block}.photo-video-upload-overlay,.photo-video-error-overlay{position:absolute;inset:0;border-radius:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;pointer-events:none;z-index:10;overflow:hidden}.photo-video-upload-overlay{background:#000000bf;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.upload-overlay .photo-video-loading-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.photo-video-error-overlay{background:#ef4444e6;padding:12px}.photo-video-upload-status-text{color:#fff;font-size:14px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}.photo-video-error-text{color:#fff;font-size:11px;text-align:center;line-height:1.3}.photo-video-photo-preview.photo-video-uploading{pointer-events:none;border-color:#2463eb;box-shadow:0 0 0 2px #2463eb33}.photo-video-photo-preview.photo-video-error{border-color:#ef4444;box-shadow:0 0 0 2px #ef444433}.photo-video-photo-preview.photo-video-uploaded{border-color:#10b981;box-shadow:0 0 0 2px #10b98133}.photo-video-photo-preview.photo-video-staged{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b33}.photo-video-upload-status-badge{position:absolute;bottom:32px;right:8px;background-color:#10b981f2;color:#fff;font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px;display:flex;align-items:center;gap:4px;z-index:15;box-shadow:0 2px 4px #0003}.photo-video-upload-status-badge svg{width:12px;height:12px}.photo-video-staged-status-badge{position:absolute;bottom:32px;right:8px;background-color:#f59e0bf2;color:#fff;font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px;display:flex;align-items:center;gap:4px;z-index:15;box-shadow:0 2px 4px #0003}.photo-video-remove-photo-btn{position:absolute;top:5px;right:5px;width:20px;height:20px;border-radius:50%;background-color:#0009;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;padding:0;z-index:10}.photo-video-remove-photo-btn:hover{background-color:#ef4444e6}.photo-video-remove-photo-btn svg{width:10px;height:10px}.photo-video-cover-checkbox-container{position:absolute;top:0;left:0;z-index:20}.photo-video-cover-checkbox-label{display:flex;align-items:center;gap:6px;cursor:pointer;background:linear-gradient(90deg,#777c 55.29%,#fff0);padding:0 10px;height:24px;border-radius:12px 0 6px;transition:background .2s ease}.photo-video-cover-checkbox-label:hover{background:linear-gradient(90deg,#2463ebe6 55.29%,#fff0)}.photo-video-cover-checkbox-label:has(.photo-video-cover-checkbox-input:checked){background:linear-gradient(90deg,#2563ebcc 55.29%,#fff0)}.photo-video-cover-checkbox-input{display:none}.photo-video-cover-checkbox-custom{width:10px;height:10px;border:2px solid white;border-radius:3px;background-color:transparent;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.photo-video-cover-checkbox-input:checked+.photo-video-cover-checkbox-custom{background-color:#2463eb;border-color:#2463eb}.photo-video-cover-text{color:#fff;font-size:13px;font-weight:500}.photo-video-category-dropdown-container{position:absolute;bottom:0;left:0;right:0;z-index:100}.photo-video-category-dropdown-button{width:100%;height:24px;display:flex;align-items:center;justify-content:space-between;background-color:#000c;color:#fff;border:none;border-radius:0 0 12px 12px;padding:0 12px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.photo-video-category-dropdown-button:hover{background-color:#000000e6}.photo-video-category-dropdown-button span{flex:1;text-align:left}.photo-video-category-dropdown-menu{position:absolute;bottom:100%;left:0;right:0;margin-bottom:4px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;overflow:hidden;z-index:200;max-height:200px;overflow-y:auto}.photo-video-category-dropdown-item{padding:10px 12px;font-size:14px;color:#1f2937;cursor:pointer;transition:background-color .2s ease}.photo-video-category-dropdown-item:hover{background-color:#f3f4f6}.photo-video-category-dropdown-item:active{background-color:#e5e7eb}.photo-video-photo-preview:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000,#0000004d);opacity:0;transition:opacity .2s ease;pointer-events:none;border-radius:11px}.photo-video-photo-preview:hover:before{opacity:1}.photo-video-photo-preview:after{content:"⋮⋮";position:absolute;bottom:8px;left:50%;transform:translate(-50%);color:#fff;font-size:18px;font-weight:700;opacity:0;transition:opacity .2s ease;pointer-events:none;text-shadow:0 1px 3px rgba(0,0,0,.5);letter-spacing:-2px}.photo-video-photo-preview:hover:after{opacity:1}.photo-video-video-preview{width:100%;max-width:546px;border-radius:12px;overflow:hidden;position:relative;border:1.5px solid #e5e7eb;transition:all .2s ease}.photo-video-video-preview:hover{border-color:#2463eb;box-shadow:0 2px 8px #2463eb26}.photo-video-video-preview.photo-video-uploading{pointer-events:none;border-color:#2463eb;box-shadow:0 0 0 2px #2463eb33}.photo-video-video-preview.photo-video-error{border-color:#ef4444;box-shadow:0 0 0 2px #ef444433}.photo-video-video-preview.photo-video-uploaded{border-color:#10b981;box-shadow:0 0 0 2px #10b98133}.photo-video-video-preview.photo-video-staged{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b33}.photo-video-video-player{width:100%;height:auto;max-height:400px;display:block;background-color:#000}.photo-video-form-input{width:100%;padding:16px 20px;border:1.5px solid #e5e7eb;border-radius:4px;font-size:16px;color:#1f2937;transition:all .2s ease-in-out;background-color:#fff;box-sizing:border-box}.photo-video-form-input:focus{outline:none;border-color:#d1d5db;box-shadow:none}.photo-video-form-input::placeholder{color:#c4c4c4;font-weight:300}.photo-video-add-link-button{background:none;border:none;color:#2463eb;font-size:14px;font-weight:500;cursor:pointer;text-align:left;padding:0;transition:color .2s ease}.photo-video-add-link-button:hover{color:#1d4ed8;text-decoration:underline}.photo-video-generate-btn{display:flex;align-items:center;gap:8px;padding:14px 24px;background-color:#2463eb;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.photo-video-generate-btn:hover{background-color:#1d4ed8}.photo-video-ai-description-container{border:1.5px solid #e5e7eb;border-radius:12px;padding:20px;background-color:#fff}.photo-video-generating-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px 20px}.photo-video-generating-text{font-size:16px;font-weight:500;color:#2463eb}.photo-video-ai-description-display{font-size:16px;line-height:1.6;color:#1f2937;padding:12px 0;min-height:100px;white-space:pre-wrap}.photo-video-ai-description-textarea{width:100%;padding:12px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:16px;line-height:1.6;color:#1f2937;font-family:inherit;resize:vertical;min-height:120px;transition:all .2s ease}.photo-video-ai-description-textarea:focus{outline:none;border-color:#2463eb;box-shadow:0 0 0 3px #2463eb1a}.photo-video-ai-description-actions{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}.photo-video-regenerate-btn{display:flex;align-items:center;gap:8px;padding:0;background:none;border:none;color:#2463eb;font-size:14px;font-weight:500;cursor:pointer;transition:color .2s ease}.photo-video-regenerate-btn:hover{color:#1d4ed8}.photo-video-edit-btn{display:flex;align-items:center;gap:6px;padding:0;background:none;border:none;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:color .2s ease}.photo-video-edit-btn:hover{color:#1f2937}.photo-video-form-actions{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-between;margin-top:0;max-width:546px;margin-left:auto;margin-right:auto;background-color:#fff;padding:20px 0;z-index:100}.photo-video-btn-primary,.photo-video-btn-secondary{padding:10px 32px;height:40px;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center}.photo-video-btn-primary{background:var(--Icon-Color-Action, #2563EB);color:#fff;border:none;border-radius:4px}.photo-video-btn-primary:hover:not(:disabled){background-color:#1d4ed8}.photo-video-btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.photo-video-btn-secondary{background-color:#fff;color:#000;border:1.5px solid #d1d5db}.photo-video-btn-secondary:hover:not(:disabled){border-color:#9ca3af}.photo-video-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.photo-video-api-success-message{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:16px;display:flex;align-items:center;gap:12px;color:#16a34a;font-size:14px;margin-top:16px}.photo-video-success-icon{font-size:20px;font-weight:700;flex-shrink:0}.photo-video-price-error-message{font-size:12px;color:#dc2626;margin-top:8px;line-height:1.2;text-align:left}.photo-video-api-error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px;display:flex;align-items:center;gap:12px;color:#dc2626;font-size:14px;margin-top:16px}.photo-video-error-icon{font-size:20px;flex-shrink:0}@media(max-width:768px){.upload-box,.photo-video-photo-preview{width:120px;height:120px}}@media(max-width:480px){.upload-box,.photo-video-photo-preview{width:100px;height:100px}.photo-video-upload-icon{width:32px;height:32px}.photo-video-upload-text{font-size:12px}.photo-video-upload-size{font-size:10px}.photo-video-remove-photo-btn{width:15px;height:15px}.photo-video-remove-photo-btn svg{width:10px;height:10px}}.pricing-page{width:100%;margin:0 auto}.pricing-page-header{display:flex;align-items:flex-start;gap:24px;margin-bottom:32px;max-width:546px;margin-left:auto;margin-right:auto;position:relative}.pricing-back-button{background:none;border:none;padding:0;cursor:pointer;color:#1f2937;display:flex;align-items:center;justify-content:center;transition:color .2s ease;flex-shrink:0;margin-top:4px;position:absolute;left:-52px}.pricing-back-button:hover{color:#2463eb}.pricing-back-button svg{width:28px;height:28px;margin-top:15px}.pricing-header-text{flex:1;width:100%}.pricing-page-title{font-size:40px;font-weight:700;color:#000;margin-bottom:8px;line-height:1.2}.pricing-page-description{font-size:16px;color:#6b7280;margin-bottom:0;line-height:1.5}.pricing-form{display:flex;flex-direction:column;gap:40px;max-width:546px;margin:0 auto;padding-bottom:50px}.pricing-policy-section{display:grid;grid-template-columns:1fr 1fr;gap:24px}.pricing-policy-field{display:flex;flex-direction:column;gap:12px}.pricing-policy-label{font-size:18px;font-weight:500;color:#000}.pricing-policy-options{display:flex;flex-wrap:wrap;gap:12px}.pricing-policy-button{width:120px;height:40px;padding:0;border:1px solid #d2d8e0;border-radius:4px;background-color:#fff;font-size:14px;font-weight:500;color:#1f2937;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap;display:flex;align-items:center;justify-content:center}.pricing-policy-field:first-child .pricing-policy-options{flex-wrap:nowrap}.pricing-policy-field:first-child .pricing-policy-button{width:80px}.pricing-policy-button:hover{background-color:#eff6ff;box-shadow:0 2px 8px #2463eb1a}.pricing-policy-button.pricing-selected{border-color:#2463eb;background-color:#dbeafe;color:#2463eb;box-shadow:0 2px 8px #2463eb26}.pricing-grid{display:grid;grid-template-columns:repeat(2,261px);gap:24px;justify-content:start;align-items:start}.pricing-card{width:261px;min-height:244px;height:auto;padding:20px;border:1.5px solid #e5e7eb;border-radius:12px;background-color:#fff;transition:all .2s ease-in-out;display:flex;flex-direction:column;gap:16px;box-sizing:border-box}.pricing-card:hover{border-color:#d1d5db}.pricing-card.pricing-disabled{opacity:.5}.pricing-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.pricing-card-title-section{flex:1;min-width:0;word-wrap:break-word}.pricing-card-title{font-size:18px;font-weight:700;color:#1f2937;margin:0 0 4px;line-height:1.4;display:block;visibility:visible}.pricing-card-description{font-size:14px;font-weight:400;color:#6b7280;margin:0;line-height:1.4;display:block;visibility:visible}.pricing-toggle-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.pricing-toggle-switch input{opacity:0;width:0;height:0}.pricing-toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#d1d5db;transition:.3s;border-radius:24px}.pricing-toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.pricing-toggle-switch input:checked+.pricing-toggle-slider{background-color:#2463eb}.pricing-toggle-switch input:checked+.pricing-toggle-slider:before{transform:translate(20px)}.pricing-bed-icons{display:flex;gap:8px;align-items:center}.pricing-bed-icon{color:#1f2937}.pricing-bed-icon img{width:36px;height:28px;object-fit:contain}.pricing-room-amenities-section{display:flex;flex-direction:column;gap:8px;width:100%}.pricing-room-amenities-label{font-size:14px;font-weight:500;color:#000}.pricing-room-amenities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.pricing-room-amenity-card{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #d2d8e0;border-radius:4px;background-color:#fff;cursor:pointer;transition:all .2s ease-in-out}.pricing-room-amenity-card:hover:not(.pricing-disabled){background-color:#eff6ff;box-shadow:0 2px 8px #2463eb1a}.pricing-room-amenity-card.pricing-selected{border-color:#2463eb;background-color:#dbeafe;box-shadow:0 2px 8px #2463eb26}.pricing-room-amenity-card.pricing-disabled{cursor:not-allowed;opacity:.5}.pricing-room-amenity-icon{width:20px;height:20px;object-fit:contain;flex-shrink:0}.pricing-room-amenity-name{font-size:12px;font-weight:400;color:#1f2937;line-height:1.2}.pricing-price-section{display:flex;flex-direction:column;gap:6px}.pricing-price-label{font-size:13px;font-weight:500;color:#1f2937;line-height:1.2}.pricing-required{color:#ef4444}.pricing-price-input-container{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;width:100%}.pricing-currency-symbol{font-size:20px;font-weight:600;color:#000;flex-shrink:0}.pricing-price-input{flex:1;font-size:20px;font-weight:600;color:#000;border:none;background:transparent;padding:0;outline:none;max-width:100px;min-width:60px}.pricing-price-input::placeholder{color:#d1d5db}.pricing-price-input:disabled{color:#9ca3af}.pricing-price-input.pricing-error{color:#dc2626}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.pricing-price-error-message{justify-content:center;font-size:12px;color:#dc2626;line-height:1.2;text-align:left}.pricing-period-text{font-size:13px;font-weight:400;color:#6b7280;white-space:nowrap;flex-shrink:0}.pricing-custom-section{display:flex;flex-direction:column;gap:6px}.pricing-custom-label{font-size:13px;font-weight:500;color:#1f2937;line-height:1.2}.pricing-custom-input{width:65%;padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:13px;color:#1f2937;transition:all .2s ease-in-out;background-color:#fff;box-sizing:border-box}.pricing-custom-input:focus{outline:none;border-color:#d1d5db}.pricing-custom-input::placeholder{color:#c4c4c4;font-weight:300}.pricing-custom-input:disabled{background-color:#fff;color:#9ca3af}.pricing-form-actions{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-between;margin-top:0;max-width:546px;margin-left:auto;margin-right:auto;background-color:#fff;padding:20px 0;z-index:80}.pricing-btn-primary,.pricing-btn-secondary{padding:10px 32px;height:40px;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center}.pricing-btn-primary{background:var(--Icon-Color-Action, #2563EB);color:#fff;border:none;border-radius:4px}.pricing-btn-primary:hover:not(:disabled){background-color:#1d4ed8}.pricing-btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.pricing-btn-secondary{background-color:#fff;color:#000;border:1.5px solid #d1d5db}.pricing-btn-secondary:hover:not(:disabled){border-color:#9ca3af}.pricing-btn-secondary:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.pricing-policy-section{grid-template-columns:1fr}.pricing-grid{grid-template-columns:261px;justify-content:center}}@media(max-width:480px){.pricing-page-title{font-size:32px}.pricing-card{padding:20px}.pricing-bed-icons{gap:8px}.pricing-bed-icon svg{width:32px;height:24px}}.pricing-api-error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px;margin-bottom:24px;display:flex;align-items:center;gap:12px;color:#dc2626;font-size:14px}.pricing-error-icon{font-size:20px;flex-shrink:0}.pricing-btn-primary:disabled,.pricing-btn-secondary:disabled{opacity:.6;cursor:not-allowed}.pricing-custom-input-container{width:100%}.pricing-custom-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.pricing-custom-policy-input{width:100%;padding:12px 16px;border:1px solid #d2d8e0;border-radius:4px;font-size:16px;color:#1f2937;transition:all .2s ease-in-out;background-color:#fff;box-sizing:border-box}.pricing-custom-policy-input:focus{outline:none;border-color:#2463eb;box-shadow:0 0 0 3px #2463eb1a}.pricing-custom-policy-input::placeholder{color:#c4c4c4;font-weight:300}.pricing-custom-input-prefix{position:absolute;left:16px;font-size:16px;color:#1f2937;font-weight:500;pointer-events:none;z-index:1}.pricing-custom-input-wrapper .pricing-custom-policy-input{padding-left:40px}.pricing-custom-input-suffix{position:absolute;right:16px;font-size:16px;color:#6b7280;font-weight:400;pointer-events:none;z-index:1}.pricing-custom-input-wrapper:has(.pricing-custom-input-suffix) .pricing-custom-policy-input{padding-right:60px}.review-page{width:100%;margin:0 auto}.review-page-header{display:flex;align-items:flex-start;gap:24px;margin-bottom:32px;max-width:546px;margin-left:auto;margin-right:auto;position:relative}.review-back-button{background:none;border:none;padding:0;cursor:pointer;color:#1f2937;display:flex;align-items:center;justify-content:center;transition:color .2s ease;flex-shrink:0;margin-top:4px;position:absolute;left:-52px}.review-back-button:hover{color:#2463eb}.review-back-button svg{width:28px;height:28px;margin-top:15px}.review-header-text{flex:1;width:100%}.review-page-title{font-size:40px;font-weight:700;color:#000;margin-bottom:8px;line-height:1.2}.review-page-description{font-size:16px;color:#6b7280;margin-bottom:0;line-height:1.5}.review-content{display:flex;flex-direction:column;gap:24px;max-width:546px;margin:0 auto;padding-bottom:100px}.review-section{display:flex;flex-direction:column;gap:0;padding:18px;border:1.5px solid #e5e7eb;border-radius:16px;background-color:#fff}.review-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.review-section-title{font-size:24px;font-weight:600;color:#000;margin:0}.review-edit-button{display:flex;align-items:center;gap:8px;background:none;border:none;color:#2463eb;font-size:16px;font-weight:500;cursor:pointer;transition:color .2s ease;padding:0}.review-edit-button:hover{color:#1d4ed8}.review-edit-button svg{width:20px;height:20px}.review-section-content{display:flex;flex-direction:column;gap:0}.review-detail-row{display:grid;grid-template-columns:180px 1fr;gap:24px;align-items:start;padding:8px 0;border-bottom:.5px solid var(--Stroke-Color-Stroke-Color, #D2D8E0)}.review-detail-row:last-child{border-bottom:none;padding-bottom:0}.review-detail-row:first-child{padding-top:0}.review-detail-label{font-size:16px;font-weight:400;color:#6b7280}.review-detail-value{font-size:16px;font-weight:400;color:#1f2937;line-height:1.6}.review-detail-value.review-description-truncate{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.6}.review-gender-value{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;background-color:#eff6ff;color:#2463eb;font-size:18px;font-weight:500;border-radius:50px;border:none;width:fit-content;height:26px}.gender-value .review-detail-value{color:#2463eb;font-weight:500;font-size:14px}.review-gender-icon{width:24px;height:24px;flex-shrink:0;color:#2463eb}.gender-value .gender-icon+.review-gender-icon{margin-left:-4px}.review-detail-link{font-size:16px;color:#2463eb;text-decoration:none;word-break:break-all}.review-detail-link:hover{text-decoration:underline}.review-section-content-custom{display:flex;flex-direction:column;gap:0}.review-amenity-category{display:flex;flex-direction:column;gap:12px;padding:8px 0;border-bottom:.5px solid var(--Stroke-Color-Stroke-Color, #D2D8E0)}.review-amenity-category.review-food-category{flex-direction:row;align-items:center;gap:24px}.review-amenity-category.review-food-category .review-category-title{min-width:180px;flex-shrink:0}.review-amenity-category:first-child{padding-top:0}.review-amenity-category:last-child{border-bottom:none;padding-bottom:0}.review-category-title{font-size:16px;font-weight:400;color:#6b7280;margin:0}.review-amenity-chips{display:flex;flex-wrap:wrap;gap:10px}.review-amenity-chip{padding:5px 16px;height:30px;background-color:#eff6ff;color:#2463eb;font-size:14px;font-weight:500;border-radius:16px;display:inline-flex;align-items:center;border:1px solid #dbeafe;box-sizing:border-box}.review-food-display{display:flex;align-items:center;gap:4px}.review-food-icon{width:12px;height:12px;object-fit:contain;margin:0 1px}.review-pg-rules-section{display:flex;flex-direction:column;gap:12px}.review-pg-rule-item{display:grid;grid-template-columns:180px 1fr;gap:24px;padding:12px 0;border-bottom:.5px solid var(--Stroke-Color-Stroke-Color, #D2D8E0)}.review-pg-rule-item:last-child{border-bottom:none;padding-bottom:0}.review-pg-rule-item:first-child{padding-top:0}.review-rule-label{font-size:16px;font-weight:400;color:#6b7280}.review-rule-value{font-size:16px;font-weight:400;color:#1f2937}.review-media-category{display:flex;flex-direction:column;gap:12px;padding:8px 0;border-bottom:.5px solid var(--Stroke-Color-Stroke-Color, #D2D8E0)}.review-media-category:first-child{padding-top:0}.review-photo-single{display:flex}.review-photo-item-single{width:120px;height:120px;border-radius:12px;overflow:hidden;border:1.5px solid #e5e7eb;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s ease}.review-photo-item-single:hover{box-shadow:0 4px 12px #0000001f}.review-photo-item-single img{width:100%;height:100%;object-fit:cover}.review-photo-grid{display:grid;grid-template-columns:repeat(4,120px);gap:11px}.review-photo-item{width:120px;height:120px;border-radius:8px;overflow:hidden;border:1.5px solid #e5e7eb;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s ease}.review-photo-item:hover{box-shadow:0 4px 12px #0000001f}.review-photo-item img{width:100%;height:100%;object-fit:cover}.review-video-grid{display:grid;grid-template-columns:repeat(4,120px);gap:11px}.review-video-item{width:120px;height:120px;border-radius:8px;overflow:hidden;border:1.5px solid #e5e7eb;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s ease;position:relative;cursor:pointer}.review-video-item:hover{box-shadow:0 4px 12px #0000001f}.review-video-item video{width:100%;height:100%;object-fit:cover;pointer-events:none}.review-video-play-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0000001a;pointer-events:none}.review-video-play-overlay svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.review-section-content-pricing{display:flex;flex-direction:column;gap:0}.review-rent-details-section{display:flex;flex-direction:column;gap:0;padding-bottom:8px;border-bottom:.5px solid var(--Stroke-Color-Stroke-Color, #D2D8E0);margin-bottom:8px}.review-rent-details-title{font-size:16px;font-weight:400;color:#6b7280;margin:0 0 8px}.review-pricing-section{margin-top:8px}.review-pricing-cards-review{display:flex;flex-direction:column;gap:16px}.review-pricing-card-review-item{padding:14px;border:1px solid #D2D8E0;border-radius:12px;background-color:#fff;display:flex;flex-direction:column;gap:5px}.review-pricing-header-review{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:16px}.review-pricing-title-section{display:flex;flex-direction:column;gap:4px}.review-pricing-title-review{font-size:18px;font-weight:600;color:#000;margin:0}.review-pricing-description-review{font-size:14px;font-weight:400;color:#6b7280}.review-pricing-value-review{display:flex;align-items:baseline;gap:4px}.review-currency-review{font-size:20px;font-weight:600;color:#000}.review-price-review{font-size:24px;font-weight:700;color:#000}.review-period-review{font-size:14px;font-weight:400;color:#6b7280}.review-pricing-phone-review{font-size:24px;font-weight:700;color:#000}.review-pricing-amenities-section{display:flex;flex-direction:column;gap:12px}.review-pricing-amenities-label{font-size:16px;font-weight:400;color:#6b7280;margin:0}.review-pricing-amenities-chips{display:flex;flex-wrap:wrap;gap:10px}.review-pricing-amenity-chip{padding:5px 16px;height:30px;background-color:#eff6ff;color:#2463eb;font-size:14px;font-weight:500;border-radius:16px;display:inline-flex;align-items:center;border:1px solid #dbeafe;box-sizing:border-box}.pricing-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.pricing-card-review{padding:24px;border:1.5px solid #e5e7eb;border-radius:12px;background-color:#fff;display:flex;flex-direction:column;gap:16px}.pricing-title{font-size:16px;font-weight:600;color:#000;margin:0}.review-bed-icons{display:flex;gap:8px;align-items:center}.review-bed-icon{width:32px;height:24px;object-fit:contain}.pricing-details{display:flex;flex-direction:column;gap:4px}.pricing-label{font-size:12px;font-weight:400;color:#6b7280}.pricing-amount{display:flex;align-items:baseline;gap:4px}.currency{font-size:18px;font-weight:600;color:#000}.price{font-size:20px;font-weight:700;color:#000}.period{font-size:12px;font-weight:400;color:#6b7280}.review-form-actions{display:flex;justify-content:space-between;margin-top:32px;max-width:546px;margin-left:auto;margin-right:auto;width:100%}.review-btn-primary,.review-btn-secondary{padding:10px 32px;height:40px;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center}.review-btn-primary{background-color:#2463eb;color:#fff;border:none}.review-btn-primary:hover:not(:disabled){background-color:#1d4ed8}.review-btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.review-btn-secondary{background-color:#fff;color:#000;border:1.5px solid #d1d5db}.review-btn-secondary:hover:not(:disabled){border-color:#9ca3af}.review-btn-secondary:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1024px){.pricing-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.pricing-cards{grid-template-columns:1fr}}@media(max-width:768px){.review-section{padding:24px}.review-section-title{font-size:20px}.review-detail-row{grid-template-columns:1fr;gap:8px;padding:16px 0}.review-detail-label,.review-detail-value{font-size:14px}.review-pg-rule-item{grid-template-columns:1fr;gap:8px}.review-category-title{font-size:14px}.review-photo-grid{grid-template-columns:repeat(3,100px);gap:10px}.review-photo-item{width:100px;height:100px}.review-video-grid{grid-template-columns:repeat(3,100px);gap:10px}.review-video-item,.review-photo-item-single{width:100px;height:100px}.pricing-cards{grid-template-columns:1fr}}@media(max-width:480px){.review-page-title{font-size:32px}.review-section{padding:20px;border-radius:12px}.review-section-title{font-size:18px}.review-edit-button{font-size:14px}.review-edit-button svg{width:16px;height:16px}.review-detail-row{padding:12px 0}.review-photo-grid{grid-template-columns:repeat(3,90px);gap:8px}.review-photo-item{width:90px;height:90px;border-radius:10px}.review-video-grid{grid-template-columns:repeat(3,90px);gap:8px}.review-video-item,.review-photo-item-single{width:90px;height:90px;border-radius:10px}.review-bed-icon{width:24px;height:18px}}.review-loading{max-width:546px;margin:80px auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:60px 20px}.review-loading .review-loading-spinner{width:60px;height:60px;border:4px solid #dbeafe;border-top-color:#2463eb;border-radius:50%;animation:spin .8s linear infinite}.review-loading-text{font-size:18px;font-weight:500;color:#6b7280;margin:0}.review-error{max-width:546px;margin:80px auto;background-color:#fef2f2;border:1.5px solid #fecaca;border-radius:12px;padding:40px;display:flex;flex-direction:column;align-items:center;gap:16px}.review-error .review-error-icon{font-size:48px}.review-error-text{font-size:16px;color:#dc2626;text-align:center;margin:0}.review-retry-button{padding:12px 24px;background-color:#2463eb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:8px}.review-retry-button:hover{background-color:#1d4ed8;transform:translateY(-1px)}.popup-backdrop{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-container{background-color:#fff;border-radius:8px;padding:24px;width:420px;min-height:auto;box-shadow:0 8px 32px #0000001f;position:relative;animation:slideUp .3s ease-out;text-align:left;display:flex;flex-direction:column;gap:16px}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-close{position:absolute;top:20px;right:20px;background:none;border:none;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.popup-close:hover{background-color:#f3f4f6;color:#1f2937}.popup-header{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin:0}.popup-icon{display:flex;justify-content:center;align-items:center;flex-shrink:0}.popup-icon svg,.popup-icon img{width:48px;height:48px}.popup-title{margin:0;font-size:20px;font-weight:600;color:#1f2937;text-align:left;line-height:1.2}.popup-message{margin:0;font-size:14px;line-height:1.5;color:#6b7280;text-align:left;display:block;width:100%}.popup-actions{display:flex;gap:12px;justify-content:flex-start;margin-top:8px}.popup-action-button{padding:10px 20px;border-width:1px;border-style:solid;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;min-width:140px;height:40px;box-sizing:border-box;flex:1}.popup-action-button.primary{background-color:#2463eb;color:#fff;border-color:#2463eb}.popup-action-button.primary:hover{background-color:#1d4ed8;border-color:#1d4ed8}.popup-action-button.secondary{background-color:#fff;color:#1f2937;border-color:#d1d5db}.popup-action-button.secondary:hover{border-color:#9ca3af}.popup-action-button.success{background-color:#10b981;color:#fff;border-color:#10b981}.popup-action-button.success:hover{background-color:#059669;border-color:#059669}.popup-action-button.danger{background-color:#dc3545;color:#fff;border-color:#dc3545}.popup-action-button.danger:hover{background-color:#c82333;border-color:#c82333}.popup-action-button:active{transform:scale(.98)}.pgleadspage-owner-pg-leads-page{min-height:100vh;background:#fff;padding:98px 0 20px}.pgleadspage-owner-pg-leads-container{max-width:1312px;margin:0 auto;width:100%;padding:0 20px}.pgleadspage-owner-premium-banner{position:relative;background:linear-gradient(90deg,#2563eb,#8b5cf6,#a855f7);border-radius:8px;padding:0 32px;display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;overflow:hidden;background-image:url(/assets/BG%20Frame-OvX6tX_o.png);background-size:cover;background-position:center;background-repeat:no-repeat;width:1312px;max-width:1312px;height:80px;box-sizing:border-box;z-index:0}.pgleadspage-owner-banner-text{font-family:DM Sans,sans-serif;font-size:20px;font-weight:600;color:#fff;z-index:2;max-width:65%}.pgleadspage-owner-banner-rocket{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60px;height:60px;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:none}.pgleadspage-owner-banner-rocket img{width:100%;height:100%;object-fit:contain}.pgleadspage-owner-banner-upgrade-btn{background:#fff;color:#2563eb;border:none;padding:12px 24px;border-radius:8px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000001a;z-index:2}.pgleadspage-owner-banner-upgrade-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.pgleadspage-owner-pg-leads-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;margin-top:0;width:104%;max-width:1312px;min-height:80px;position:relative;z-index:1}.pgleadspage-owner-header-left{display:flex;align-items:center;gap:5px}.pgleadspage-owner-back-btnn{background:transparent;border:none;outline:none;cursor:pointer;padding:0;position:relative;z-index:2;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.pgleadspage-owner-back-btnn img{width:100%;height:100%;object-fit:contain}.pgleadspage-owner-back-btnn:hover{opacity:.7;transform:scale(1.1)}.pgleadspage-owner-pg-title{font-family:DM Sans,sans-serif;font-size:24px;font-weight:600;color:#111827;margin:0 0 0 15px}.pgleadspage-owner-status-badges{padding:4px 12px;border-radius:18px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;display:inline-flex;align-items:center;gap:6px}.pgleadspage-owner-status-badges.active-status,.pgleadspage-owner-status-badges.active{background:#d5ffea;color:#0e884b}.pgleadspage-owner-header-right{display:flex;align-items:center;gap:10px}.pgleadspage-owner-preview-btn{background:transparent;border:2px solid #2563eb;color:#2563eb;padding:8px 20px;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:4px}.pgleadspage-owner-preview-btn:hover{background:#2563eb;color:#fff}.pgleadspage-owner-menu-container{position:relative}.pgleadspage-owner-menu-btn{background:transparent;border:none;font-size:24px;cursor:pointer;padding:4px 8px;color:#6b7280}.pgleadspage-owner-menu-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px 0;min-width:150px;z-index:10}.pgleadspage-owner-menu-dropdown button{width:100%;padding:10px 16px;border:none;background:transparent;text-align:left;cursor:pointer;font-family:DM Sans,sans-serif;font-size:14px;color:#374151;transition:background .2s;display:flex;align-items:center;gap:8px}.pgleadspage-owner-menu-dropdown button:hover{background:#f3f4f6}.pgleadspage-owner-menu-dropdown .archive-option{color:#f97316}.pgleadspage-owner-menu-dropdown .delete-option{color:#ef4444}.pgleadspage-owner-stats-container{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:16px;width:100%}.pgleadspage-owner-stat-card{background:#f5f5f5;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:2px;width:420px;height:132px;box-sizing:border-box}.pgleadspage-owner-clicks-card,.pgleadspage-owner-leads-card{background:#f5f5f5}.pgleadspage-owner-favourites-card{background:#ffefef}.pgleadspage-owner-stat-header{display:flex;justify-content:space-between;align-items:flex-start}.pgleadspage-owner-stat-label{font-family:DM Sans,sans-serif;font-size:13px;font-weight:400;color:#6b7280}.pgleadspage-owner-stat-icon{width:32px;height:32px}.pgleadspage-owner-stat-icon img{width:100%;height:100%;object-fit:contain}.pgleadspage-owner-stat-value{font-family:DM Sans,sans-serif;font-size:32px;font-weight:700;color:#2563eb;line-height:1.2;margin-top:4px}.pgleadspage-owner-stat-change{font-family:DM Sans,sans-serif;font-size:13px;font-weight:400;margin-top:4px}.pgleadspage-owner-stat-change.positive{color:#059669}.pgleadspage-owner-stat-change.negative{color:#dc2626}.pgleadspage-owner-notifications-section{margin-top:32px;width:104%;max-width:1312px;box-sizing:border-box}.pgleadspage-owner-section-title{font-family:DM Sans,sans-serif;font-size:20px;font-weight:600;color:#111827;margin:0 0 16px}.pgleadspage-owner-notifications-list{display:flex;flex-direction:column;gap:16px}.pgleadspage-owner-notification-card{background:#f9fafb;border-radius:8px;padding:16px 20px;border-left:4px solid #2563eb;box-shadow:none}.pgleadspage-owner-notification-date{font-family:DM Sans,sans-serif;font-size:12px;color:#6b7280;margin-bottom:8px}.pgleadspage-owner-notification-name{font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;color:#111827;margin-bottom:8px}.pgleadspage-owner-notification-contact{display:flex;flex-wrap:wrap;gap:12px;align-items:center;font-family:DM Sans,sans-serif;font-size:14px}.pgleadspage-owner-contact-label{color:#6b7280;font-weight:400}.pgleadspage-owner-contact-link{color:#2563eb;text-decoration:none}.pgleadspage-owner-contact-link:hover{text-decoration:underline}.pgleadspage-owner-contact-value{color:#2563eb;font-weight:500;text-decoration:none}@media(max-width:1400px){.pgleadspage-owner-stats-container{grid-template-columns:repeat(3,1fr);gap:20px}.pgleadspage-owner-stat-card{width:100%}}@media(max-width:1024px){.pgleadspage-owner-stats-container{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:768px){.pgleadspage-owner-pg-leads-page{padding:80px 0 20px}.pgleadspage-owner-pg-leads-container{padding:0 16px}.pgleadspage-owner-premium-banner{flex-direction:column;gap:12px;text-align:center;padding:20px 16px;border-radius:10px;height:auto;min-height:80px}.pgleadspage-owner-banner-text{font-size:14px;max-width:100%}.pgleadspage-owner-banner-rocket{display:none}.pgleadspage-owner-banner-upgrade-btn{padding:10px 20px;font-size:14px}.pgleadspage-owner-pg-leads-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:24px;min-height:auto}.pgleadspage-owner-header-left{width:100%;flex-wrap:wrap;gap:8px}.pgleadspage-owner-pg-title{font-size:18px;margin-left:8px}.pgleadspage-owner-header-right{width:100%;justify-content:flex-start;gap:12px}.pgleadspage-owner-preview-btn{font-size:13px;padding:6px 16px}.pgleadspage-owner-stats-container{grid-template-columns:1fr;gap:16px}.pgleadspage-owner-stat-card{width:100%;padding:20px;height:auto;min-height:100px}.pgleadspage-owner-stat-value{font-size:28px}.pgleadspage-owner-section-title{font-size:18px}.pgleadspage-owner-notification-card{padding:16px}.pgleadspage-owner-notification-contact{flex-direction:column;align-items:flex-start;gap:4px}}@media(max-width:480px){.pgleadspage-owner-pg-leads-page{padding:70px 0 16px}.pgleadspage-owner-pg-leads-container{padding:0 12px}.pgleadspage-owner-premium-banner{padding:16px 12px;gap:10px;min-height:auto}.pgleadspage-owner-banner-text{font-size:12px}.pgleadspage-owner-banner-upgrade-btn{padding:8px 16px;font-size:12px}.pgleadspage-owner-pg-title{font-size:16px}.pgleadspage-owner-back-btnn{width:24px;height:24px}.pgleadspage-owner-status-badges{padding:4px 8px;font-size:10px}.pgleadspage-owner-preview-btn{font-size:12px;padding:6px 12px}.pgleadspage-owner-menu-btn{font-size:20px}.pgleadspage-owner-menu-dropdown{min-width:140px}.pgleadspage-owner-menu-dropdown button{padding:8px 12px;font-size:13px}.pgleadspage-owner-stat-card{width:100%;padding:16px;min-height:90px}.pgleadspage-owner-stat-label{font-size:12px}.pgleadspage-owner-stat-value{font-size:24px}.pgleadspage-owner-stat-change{font-size:12px}.pgleadspage-owner-section-title{font-size:16px;margin-bottom:12px}.pgleadspage-owner-notification-card{padding:12px}.pgleadspage-owner-notification-date{font-size:11px}.pgleadspage-owner-notification-name{font-size:14px}.pgleadspage-owner-notification-contact{font-size:12px}}.profile-container{max-width:900px;margin:0 auto;padding:2rem;min-height:calc(100vh - 200px)}.profile-loading,.profile-error{text-align:center;padding:3rem;font-size:1.1rem;color:#666}.profile-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.profile-header{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:3rem 2rem;text-align:center}.profile-avatar{display:flex;justify-content:center;margin-bottom:1.5rem}.avatar-placeholder{width:100px;height:100px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:600;color:#fff}.profile-name{font-size:2rem;font-weight:600;margin:0 0 .5rem}.profile-role{font-size:1rem;opacity:.9;margin:0;text-transform:capitalize}.profile-section{padding:2rem;border-bottom:1px solid #e5e7eb}.profile-section:last-child{border-bottom:none}.section-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-label{font-size:.875rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:1rem;color:#1f2937;margin:0;word-break:break-word}.info-id{font-family:Courier New,monospace;font-size:.875rem;color:#6b7280}.status-badge{display:flex;align-items:center}.badge{display:inline-block;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500;text-align:center}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.badge-info{background:#dbeafe;color:#1e40af}@media(max-width:768px){.profile-container{padding:.5rem!important}.boxes-wrapper{padding:0 20px!important}.profile-header{padding:2rem 1rem}.profile-name{font-size:1.5rem}.avatar-placeholder{width:80px;height:80px;font-size:2rem}.profile-section{padding:1.5rem}.info-grid{grid-template-columns:1fr;gap:1rem}.profile-info-grid{grid-template-columns:1fr!important;gap:16px!important}.info-mobile{order:1}.info-name{order:2}.info-email{order:3}.profile-avatar{width:120px!important;height:120px!important;font-size:64px!important}.box.box-1{height:120px!important}.box.box-2{margin-top:60px!important}.profile-setting-btn{width:100%!important;max-width:288px}.profile-buttons-container{flex-direction:row!important;gap:16px!important;justify-content:space-between!important}.profile-buttons-container button{width:328px!important;max-width:48%!important;height:36px!important}.info-item{max-width:100%!important}}@media(max-width:480px){.profile-container{padding:.5rem}.boxes-wrapper{padding:0 16px!important}.profile-avatar{width:100px!important;height:100px!important;font-size:52px!important}.box.box-1{height:100px!important}.profile-setting-btn{font-size:14px;padding:8px 12px}.info-label{font-size:12px}.info-value{font-size:14px!important;height:36px!important;padding:6px 10px!important}.profile-buttons-container button{font-size:14px!important;width:328px!important;max-width:48%!important;height:36px!important}}.profile-card{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.profile-actions{padding:2rem;border-top:1px solid #e5e7eb;display:flex;justify-content:center}.logout-button{background-color:#ef4444;color:#fff;padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}.logout-button:hover{background-color:#dc2626;transform:translateY(-1px);box-shadow:0 2px 4px #ef444433}.logout-button:active{transform:translateY(0)}.userheader-user-header{display:flex;align-items:center;justify-content:space-between;height:78px;background:#fff;width:100%;max-width:1312px;margin:0 auto;padding:0 20px;gap:32px;box-sizing:border-box;position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid #e5e7eb}.userheader-user-header-left{display:flex;align-items:center}.userheader-user-brand-icon{width:112px;height:42px;display:block}.userheader-user-header-nav{display:flex;align-items:center;gap:32px;flex:1;justify-content:center}.userheader-user-nav-link{background:transparent;border:none;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;color:#374151;cursor:pointer;transition:color .2s;padding:8px 0;white-space:nowrap;margin-top:auto;margin-bottom:auto}.userheader-user-nav-link:hover{color:#2563eb}.userheader-user-header-right{display:flex;align-items:center;gap:20px}.userheader-user-login-btn{white-space:nowrap;padding:8px 24px;background:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;transition:background .2s;margin-top:auto;margin-bottom:auto}.userheader-user-login-btn:hover{background:#1d4ed8}.userheader-user-header-right .userheader-user-dashboard-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:#2563eb;color:#fff;border:none;padding:12px 24px;border-radius:25px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.userheader-user-header-right .userheader-user-dashboard-btn:hover{background:#1d4ed8}.user-header-right .dashboard-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:#2563eb;color:#fff;border:none;padding:12px 24px;border-radius:25px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.user-header-right .dashboard-btn:hover{background:#1d4ed8}.userheader-user-wishlist-btn{display:flex;align-items:center;gap:8px;background:transparent;border:none;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;color:#374151;cursor:pointer;transition:color .2s;padding:8px 12px;white-space:nowrap}.userheader-user-wishlist-btn:hover{color:#2563eb}.userheader-user-wishlist-btn svg{width:20px;height:20px}.userheader-user-wishlist-text{display:inline}.userheader-user-profile-badge{width:40px;height:40px;border-radius:50%;background:#1e3a8a;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:none;border:2px solid #2563eb}.userheader-user-profile-initials{color:#fff;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600}@media(max-width:1024px){.userheader-user-header{padding:0 20px;gap:24px}.userheader-user-header-nav{gap:24px}.userheader-user-nav-link{font-size:15px}}.userheader-user-hamburger-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:8px}.userheader-user-hamburger-line{display:block;width:22px;height:2px;background-color:#374151;border-radius:2px;transition:all .3s ease}.userheader-user-mobile-menu-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:1001}.userheader-user-mobile-menu{display:none;position:fixed;top:0;right:-100%;width:280px;max-width:80%;height:100vh;background:#fff;z-index:1002;box-shadow:-4px 0 20px #00000026;transition:right .3s ease;flex-direction:column}.userheader-user-mobile-menu.open{right:0}.userheader-user-mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb}.userheader-user-mobile-menu-logo{width:100px;height:auto}.userheader-user-mobile-menu-close{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.userheader-user-mobile-menu-nav{display:flex;flex-direction:column;padding:16px 0}.userheader-user-mobile-nav-link{background:transparent;border:none;text-align:left;padding:14px 24px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;color:#374151;cursor:pointer;transition:background-color .2s,color .2s}.userheader-user-mobile-nav-link:hover{background-color:#f3f4f6;color:#2563eb}.userheader-user-mobile-nav-link.logout{color:#dc2626;margin-top:16px;border-top:1px solid #e5e7eb;padding-top:20px}.userheader-user-mobile-nav-link.logout:hover{background-color:#fef2f2;color:#dc2626}@media(max-width:768px){.userheader-user-header{display:flex;justify-content:space-between;align-items:center;padding:0 16px;height:60px;max-width:none;width:100%}.userheader-user-header-left{flex:0 0 auto}.userheader-user-brand-icon{width:100px;height:32px}.userheader-user-header-nav{display:none!important;width:0!important;flex:0!important}.userheader-user-header-right{flex:0 0 auto;display:flex;align-items:center;gap:12px;margin-left:auto}.userheader-user-hamburger-btn{display:flex!important;width:40px;height:40px;padding:0;margin-left:auto}.userheader-user-hamburger-line{width:22px;height:2px}.userheader-user-mobile-menu-overlay{display:block}.userheader-user-mobile-menu{display:flex}.userheader-user-wishlist-btn,.userheader-user-profile-dropdown-container{display:none!important}.userheader-user-login-btn{padding:8px 16px;font-size:14px}}.payments-page{min-height:100vh}.payments-container{max-width:1312px;margin:0 auto;padding:78px 20px 40px}.payments-header{display:flex;align-items:center;gap:16px;margin-bottom:32px}.back-button-payment{background:transparent;border:none;outline:none;cursor:pointer;padding:0;position:relative;z-index:2;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.back-button-payment img{width:100%;height:100%;object-fit:contain}.back-button-payment:hover{opacity:.7;transform:scale(1.1)}.payments-header h1{font-family:DM Sans,sans-serif;font-size:32px;font-weight:600;color:#111827;margin:0}.payments-list{display:flex;flex-direction:column;gap:20px}.payment-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s;width:100%;max-width:1312px;min-height:147px;box-sizing:border-box;overflow:hidden}.payment-card:hover{box-shadow:0 4px 12px #0000001a}.payment-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:24px}.payment-info-left{flex:1}.pg-name{font-family:DM Sans,sans-serif;font-size:18px;font-weight:600;color:#111827;margin:0 0 8px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tier-badge{font-size:13px;font-weight:600;padding:6px 16px;border-radius:20px;display:inline-flex;align-items:center;gap:6px}.tier-icon{object-fit:contain}.tier-elite{background-color:#ede9fe;color:#7c3aed}.tier-basic{background-color:#e0f2fe;color:#0284c7}.tier-premium{background-color:#dbeafe;color:#2563eb}.tier-pro{background-color:#ffe4e6;color:#e11d48}.tier-free{background-color:#fef3c7;color:#d97706}.pg-address{font-family:DM Sans,sans-serif;font-size:14px;color:#6b7280;margin:0;line-height:1.5}.payment-info-right{text-align:right;min-width:150px}.payment-amount{font-family:DM Sans,sans-serif;font-size:20px;font-weight:700;color:#111827;margin:0 0 4px}.payment-datetime{font-family:DM Sans,sans-serif;font-size:13px;color:#6b7280;margin:0}.payment-card-footer{display:flex;flex-direction:column;padding-top:8px;border-top:1px dashed #d1d5db;gap:8px;margin-top:16px}.payment-footer-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.payment-id,.refund-date{font-family:DM Sans,sans-serif;font-size:13px;color:#6b7280}.payment-status{font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;padding:2px 16px 1px;border-radius:20px;white-space:nowrap;display:inline-flex;align-items:center;gap:8px;margin-bottom:auto}.payment-status:before{content:"";width:10px;height:10px;border-radius:50%;display:inline-block}.status-success{background-color:#d1fae5;color:#059669}.status-success:before{background-color:#059669}.status-processing{background-color:#fed7aa;color:#ea580c}.status-processing:before{background-color:#ea580c}.status-refund-process{background-color:#cffafe;color:#0891b2}.status-refund-process:before{background-color:#0891b2}.status-refund-successful{background-color:#d1fae5;color:#059669}.status-refund-successful:before{background-color:#059669}.status-failed{background-color:#fee2e2;color:#dc2626}.status-failed:before{background-color:#dc2626}.status-pending{background-color:#fef3c7;color:#d97706}.status-pending:before{background-color:#d97706}.payments-loading,.payments-error,.payments-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.payments-loading p,.payments-empty p{font-family:DM Sans,sans-serif;font-size:18px;color:#6b7280;margin-top:16px}.payments-error p{font-family:DM Sans,sans-serif;font-size:16px;color:#dc2626;margin-bottom:20px}.payments-error button{background:#2563eb;color:#fff;border:none;padding:10px 24px;border-radius:6px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.payments-error button:hover{background:#1d4ed8}.spinner{border:3px solid #f3f3f3;border-top:3px solid #2563eb;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.spinner-small{border:2px solid #e5e7eb;border-top:2px solid #ffffff;border-radius:50%;width:14px;height:14px;animation:spin 1s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.load-more-container{display:flex;justify-content:center;padding:30px 0;width:100%}.load-more-button{background:transparent;border:1px solid #d1d5db;border-radius:8px;padding:12px 32px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#4b5563;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px}.load-more-button:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af;color:#111827}.load-more-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.payments-container{padding:70px 16px 20px}.payments-header{margin-bottom:24px;gap:12px}.payments-header h1{font-size:24px}.back-button-payment{width:24px;height:24px}.payment-card{padding:16px;min-height:auto}.payment-card-header{flex-direction:column;gap:8px}.payment-info-left{width:100%}.pg-name{font-size:16px;font-weight:700;justify-content:space-between;width:100%}.pg-address{font-size:13px;color:#6b7280;margin-top:4px}.payment-info-right{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;margin-top:8px}.payment-amount{font-size:18px;font-weight:700}.payment-datetime{font-size:12px;color:#6b7280}.payment-card-footer{flex-direction:column;gap:6px;margin-top:12px;padding-top:12px}.payment-footer-row{display:flex;justify-content:space-between;align-items:center;width:100%;gap:8px;flex-wrap:wrap}.payment-id{font-size:11px;flex-shrink:1;min-width:0;word-break:break-all}.refund-date{font-size:11px}.payment-status{font-size:11px;padding:4px 10px 2px;flex-shrink:0;white-space:nowrap}.payments-list{gap:16px}}@media(max-width:480px){.payments-container{padding:65px 16px 16px}.payments-header{margin-bottom:20px;gap:10px}.payments-header h1{font-size:20px}.back-button-payment{width:20px;height:20px}.payment-card{padding:14px}.pg-name{font-size:15px}.pg-address{font-size:12px}.payment-amount{font-size:16px}.payment-datetime{font-size:11px}.payment-footer-row{flex-direction:column;align-items:center;gap:6px}.payment-id{font-size:11px;word-break:break-all;text-align:center}.payment-status{font-size:11px;padding:3px 10px 1px}.tier-icon{transform:scale(.85)}}@media(max-width:360px){.payments-container{padding:60px 12px 12px}.payment-card{padding:12px}.pg-name{font-size:14px;flex-direction:column;align-items:flex-start;gap:6px}.pg-address{font-size:11px}.payment-amount{font-size:15px}.payment-datetime,.payment-id{font-size:10px}.payment-status{font-size:10px;padding:3px 8px 1px}}.subscription-page{width:100%;min-height:100vh;background-color:#fff;padding:40px 20px}.subscription-header{max-width:1200px;margin:0 auto 48px;display:flex;align-items:flex-start;gap:24px}.back-button-sub{background:none;border:none;padding:8px;cursor:pointer;color:#1f2937;display:flex;align-items:center;justify-content:center;transition:color .2s ease;flex-shrink:0}.back-button-sub:hover{color:#2463eb}.back-button-sub svg{width:24px;height:24px}.header-content{flex:1;text-align:center}.subscription-title{font-size:40px;font-weight:700;color:#000;margin:0 0 12px;line-height:1.2}.subscription-subtitle{font-size:16px;color:#6b7280;margin:0;line-height:1.5}.plans-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.plan-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;padding:24px;display:flex;flex-direction:column;position:relative;transition:all .3s ease}.plan-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.recommended-plan{background:#2463eb;border-color:#2463eb;color:#fff}.recommended-badge{position:absolute;width:110px;top:12px;right:12px;background:#fff;color:#2463eb;padding:4px 10px;border-radius:20px;font-size:13px;font-weight:400}.current-plan-badge{position:absolute;width:110px;top:12px;right:12px;background:#10b981;color:#fff;padding:4px 10px;border-radius:20px;font-size:13px;font-weight:500;text-align:center}.current-plan{border:2px solid #10b981;background:#f0fdf4}.current-plan:hover{box-shadow:0 8px 24px #10b98126}.current-plan .plan-name,.current-plan .currency,.current-plan .price{color:#065f46}.current-plan .plan-description,.current-plan .period{color:#047857}.current-plan .feature-icon{color:#10b981}.current-plan .feature-text{color:#065f46}.disabled-plan{opacity:.5;pointer-events:none}.disabled-plan:hover{box-shadow:none;transform:none}.plan-button-current{background:#10b981;color:#fff;border-color:#10b981}.plan-button-current:hover:not(:disabled){background:#059669;border-color:#059669}.plan-header{margin-bottom:20px}.plan-name{font-size:24px;font-weight:700;margin:0 0 8px;color:inherit}.recommended-plan .plan-name{color:#fff}.plan-description{font-size:14px;color:#6b7280;margin:0;line-height:1.5}.recommended-plan .plan-description{color:#ffffffd9}.plan-pricing{display:flex;align-items:baseline;margin-bottom:24px}.currency{font-size:24px;font-weight:600;margin-right:4px}.price{font-size:40px;font-weight:700;margin-right:8px}.period{font-size:16px;color:#6b7280}.recommended-plan .currency,.recommended-plan .price{color:#fff}.recommended-plan .period{color:#ffffffd9}.plan-button{width:100%;padding:14px 24px;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;font-size:16px;font-weight:600;color:#2463eb;cursor:pointer;transition:all .2s ease;margin-bottom:24px}.plan-button:hover:not(:disabled){background:#fff;border-color:#2463eb}.plan-button:disabled{opacity:.6;cursor:not-allowed}.plan-button-disabled{background:#f3f4f6!important;color:#9ca3af!important;border-color:#e5e7eb!important;cursor:not-allowed!important}.plan-button-recommended{background:#fff;color:#2463eb;border-color:#fff}.plan-button-recommended:hover:not(:disabled){background:#fff}.recommended-plan .plan-button{background:#fff;color:#2463eb}.recommended-plan .plan-button:disabled{opacity:.7}.plan-features{display:flex;flex-direction:column;gap:12px}.feature-item{display:flex;align-items:flex-start;gap:12px}.feature-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#2463eb}.recommended-plan .feature-icon{color:#fff}.feature-icon.highlighted-icon{background:#fff;border-radius:50%}.feature-icon.highlighted-icon svg path{fill:#2463eb}.recommended-plan .feature-icon.highlighted-icon svg path{fill:#2463eb}.feature-icon.not-included{color:#9ca3af}.recommended-plan .feature-icon.not-included{color:#fff6}.feature-text{font-size:14px;color:#1f2937;line-height:1.5;flex:1}.recommended-plan .feature-text{color:#fff}.feature-text.not-included-text{color:#9ca3af}.recommended-plan .feature-text.not-included-text{color:#ffffff80}@media(max-width:1200px){.plans-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.subscription-page{padding:24px 16px}.subscription-header{margin-bottom:32px;flex-direction:column;align-items:center}.back-button-sub{align-self:flex-start}.subscription-title{font-size:28px}.subscription-subtitle{font-size:14px}.plans-container{grid-template-columns:1fr;gap:16px}.plan-card{padding:20px}.plan-name{font-size:20px}.price{font-size:32px}.currency{font-size:20px}}@media(max-width:480px){.subscription-title{font-size:24px}.plan-pricing{margin-bottom:16px}.plan-button{padding:12px 20px;font-size:14px}}.loading-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#2463eb;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-text{font-size:16px;color:#6b7280;margin:0}.error-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.error-icon{font-size:48px;margin-bottom:16px}.error-text{font-size:16px;color:#6b7280;margin:0 0 24px}.retry-button{padding:12px 32px;background:#2463eb;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease}.retry-button:hover{background:#1d4ed8}.no-plans-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.no-plans-text{font-size:16px;color:#6b7280;margin:0}.enterprise-note{max-width:1200px;margin:40px auto 0;text-align:center;padding:0 20px}.enterprise-note p{font-size:14px;color:#6b7280;margin:0;line-height:1.6}.enterprise-note strong{color:#1f2937;font-weight:600}.enterprise-note a{color:#2463eb;text-decoration:none;font-weight:500}.enterprise-note a:hover{text-decoration:underline}.submit-success-page{min-height:100vh;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:40px 20px}.success-content{max-width:700px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.success-animation{display:flex;justify-content:center;align-items:center;margin-bottom:0;width:100%;max-width:200px}.success-lottie{width:100%;height:auto;max-width:200px}.success-illustration{width:100%;max-width:400px;display:flex;align-items:center;justify-content:center;margin:20px 0}.illustration-image{width:100%;height:auto;max-width:350px;object-fit:contain}.success-title{font-family:DM Sans,sans-serif;font-weight:600;font-size:28px;line-height:1.2;color:#10b981;margin:0}.payment-details{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:nowrap;margin:8px 0}.payment-detail-item{display:flex;align-items:center;gap:8px;font-family:DM Sans,sans-serif;font-size:15px;padding:10px 20px;background-color:#fff;border:1px solid #e5e7eb;border-radius:40px;white-space:nowrap}.detail-label{color:#6b7280;font-weight:400}.detail-value-subs{color:#1f2937;font-weight:600}.payment-id-container{display:flex;align-items:center;gap:6px}.copy-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease;border-radius:4px}.copy-button:hover{background-color:#f3f4f6;color:#2463eb}.copy-button:active{background-color:#e5e7eb}.copy-button svg{stroke:currentColor}.thank-you-section{display:flex;flex-direction:column;gap:4px;margin:8px 0}.thank-you-text{font-family:DM Sans,sans-serif;font-size:18px;font-weight:600;color:#1f2937;margin:0}.review-text{font-family:DM Sans,sans-serif;font-size:15px;font-weight:400;color:#6b7280;margin:0}.dashboard-info{font-family:DM Sans,sans-serif;font-size:15px;font-weight:400;color:#6b7280;margin:4px 0 12px}.dashboard-button{padding:12px 28px;background-color:#2463eb;color:#fff;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;margin-top:0}.dashboard-button:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2463eb4d}.dashboard-button:active{transform:translateY(0);box-shadow:0 2px 6px #2463eb33}.dashboard-button svg{stroke:currentColor}@media(max-width:768px){.submit-success-page{padding:30px 16px}.success-content{gap:14px}.success-animation,.success-lottie{max-width:180px}.success-illustration{max-width:300px;margin:10px 0}.illustration-image{max-width:280px}.success-title{font-size:24px}.payment-details{gap:10px}.payment-detail-item{font-size:14px;padding:9px 18px}.thank-you-text{font-size:17px}.review-text,.dashboard-info{font-size:14px}.dashboard-button{padding:11px 24px;font-size:15px}}@media(max-width:480px){.success-animation,.success-lottie{max-width:150px}.success-illustration{max-width:260px}.illustration-image{max-width:240px}.success-title{font-size:22px}.payment-details{flex-direction:column;gap:8px;align-items:center;width:100%}.payment-detail-item{width:auto;font-size:13px;padding:8px 16px}.thank-you-text{font-size:16px}.review-text,.dashboard-info{font-size:13px}.dashboard-button{padding:10px 20px;font-size:14px;width:100%;justify-content:center}}.auth-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow:auto}.auth-modal-content{background:#fff;border-radius:16px;width:800px;max-width:90vw;height:509px;position:relative;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;opacity:1;transform:rotate(0)}.auth-modal-content *{box-sizing:border-box}.auth-modal-close{position:absolute;width:18px;height:18px;top:16px;left:766px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;z-index:10;padding:0;line-height:1;border-radius:50%;transition:background-color .2s;opacity:1;transform:rotate(0);display:flex;align-items:center;justify-content:center}.auth-modal-close:hover{background-color:#f3f4f6}.auth-modal-left{width:340px;height:509px;background-color:#f0f9ff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;position:relative;opacity:1;transform:rotate(0)}.auth-modal-illustration{width:294px;height:202px;position:absolute;top:154px;left:23px;opacity:1;transform:rotate(0);object-fit:contain}.auth-modal-title{position:absolute;width:170px;height:31px;top:24px;left:24px;font-size:24px;font-weight:700;color:#1f2937;margin:0;opacity:1;transform:rotate(0)}.auth-modal-right{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:center;text-align:left;overflow-y:auto}.form-group{display:flex;flex-direction:column;width:100%;gap:0px}.step-title{width:384px;height:31px;position:absolute;top:40px;left:364px;font-size:24px;font-weight:700;color:#1f2937;margin-bottom:8px;opacity:1;transform:rotate(0)}.step-subtitle{width:auto;min-width:352px;height:18px;position:absolute;top:75px;left:364px;font-size:14px;color:#6b7280;margin-bottom:32px;opacity:1;transform:rotate(0);white-space:nowrap}.role-selection{width:412px;height:143px;position:absolute;top:125px;left:364px;display:flex;gap:16px;margin-bottom:32px;opacity:1;transform:rotate(0)}.role-card{width:198px;height:143px;border:1px solid #e5e7eb;border-radius:8px;padding:24px;cursor:pointer;transition:all .2s;position:relative;display:flex;flex-direction:column;gap:12px;opacity:1;transform:rotate(0)}.role-card:hover{border-color:#3b82f6;background-color:#f0f9ff}.role-card.selected{border-color:#3b82f6;background-color:#eff6ff;box-shadow:0 0 0 2px #3b82f61a}.role-icon{width:40px;height:40px;position:absolute;top:14px;left:14px;background-color:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;opacity:1;transform:rotate(0)}.role-info{width:170px;height:59px;position:absolute;top:70px;left:14px;display:flex;flex-direction:column;gap:4px;opacity:1;transform:rotate(0)}.role-check{width:24px;height:24px;position:absolute;top:8px;left:166px;color:#3b82f6;font-size:16px;opacity:1;transform:rotate(0);display:flex;align-items:center;justify-content:center}.role-name{font-weight:600;color:#1f2937;font-size:16px}.role-desc{font-size:12px;color:#6b7280;line-height:1.4}.phone-number-group{width:412px;height:67px;position:absolute;top:149px;left:364px;display:flex;flex-direction:column;gap:6px;opacity:1;transform:rotate(0)}.name-group{width:412px;height:67px;position:absolute;top:232px;left:364px;gap:0px;opacity:1;transform:rotate(0)}.email-group{width:412px;height:67px;position:absolute;top:315px;left:364px;gap:0px;opacity:1;transform:rotate(0)}.selected-role-indicator{width:auto;min-width:188px;height:32px;position:absolute;top:85px;left:364px;display:flex;align-items:center;gap:4px;margin-bottom:20px;font-size:14px;background-color:#f3f4f6;padding:8px 16px;border-radius:32px;opacity:1;transform:rotate(0);white-space:nowrap}.role-label{color:#6b7280;white-space:nowrap}.role-value{font-weight:600;color:#3b82f6;white-space:nowrap}.input-label{width:412px;height:21px;display:flex;margin-bottom:6px;font-weight:500;font-size:14px;color:#374151;text-align:left;opacity:1;transform:rotate(0)}.input{width:412px;height:40px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:16px;outline:none;transition:border-color .2s;box-sizing:border-box;opacity:1;transform:rotate(0)}.input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.phone-input-container{display:flex;gap:12px;margin-bottom:16px}.country-code{padding:12px;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;color:#374151;font-weight:500;display:flex;align-items:center;width:50px;height:40px}.phone-input{flex:1;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:16px;outline:none;transition:border-color .2s;box-sizing:border-box;width:412px;height:40px}.phone-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.otp-container{display:flex;gap:12px;justify-content:flex-start;margin-bottom:24px}.otp-digit{width:55px;height:68px;border:1px solid #bcc2ce;border-radius:8px;text-align:center;font-size:20px;font-weight:600;outline:none;transition:all .2s;opacity:1;transform:rotate(0)}.otp-digit:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.resend-text{display:flex;text-align:center;font-size:14px;color:#6b7280;margin-bottom:24px}.resend-link{color:#3b82f6;font-weight:500;cursor:pointer;border:none;background:none;padding:0}.resend-link:disabled{color:#9ca3af;cursor:not-allowed}.continue-btn{width:412px;height:39px;position:absolute;top:430px;left:364px;padding:8px 153px;background-color:#d1d5db;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:not-allowed;transition:background-color .2s;opacity:1;transform:rotate(0);gap:10px;display:flex;align-items:center;justify-content:center}.continue-btn.active{background-color:#3b82f6;cursor:pointer}.continue-btn.active:hover{background-color:#2563eb}.back-btn{width:331px;height:31px;position:absolute;top:40px;left:364px;background:none;border:none;display:flex;align-items:center;gap:8px;color:#374151;font-size:16px;font-weight:600;cursor:pointer;margin-bottom:24px;padding:0;opacity:1;transform:rotate(0)}.otp-back-btn{width:155px;height:31px;top:40px;left:364px;gap:8px;opacity:1;transform:rotate(0)}.otp-role-indicator{width:auto;min-width:188px;height:32px;position:absolute;top:85px;left:364px;display:flex;align-items:center;gap:4px;font-size:14px;background-color:#f3f4f6;padding:8px 16px;border-radius:32px;opacity:1;transform:rotate(0);white-space:nowrap}.otp-input-section{width:410px;height:134px;position:absolute;top:149px;left:364px;opacity:1;transform:rotate(0)}.edit-icon{margin-left:8px;cursor:pointer;color:#6b7280}.error-message{color:#ef4444;font-size:14px;margin-bottom:16px;text-align:left}@media(max-width:768px)and (min-width:601px){.auth-modal-content{width:95vw;max-width:500px;height:auto;min-height:480px;flex-direction:column}.auth-modal-left{display:none}.auth-modal-close{position:absolute;top:16px;right:16px;left:auto;z-index:10}.auth-modal-right{width:100%;padding:40px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.auth-modal-right:before{display:none!important}.step-title{position:static;width:100%;height:auto;font-size:22px;text-align:center;margin-bottom:8px}.step-subtitle{position:static;width:100%;min-width:auto;height:auto;font-size:14px;text-align:center;margin-bottom:24px;white-space:normal}.role-selection{position:static;width:100%;height:auto;display:flex;flex-direction:row;justify-content:center;gap:16px;margin-bottom:24px}.role-card{width:180px;height:140px;padding:16px;position:relative}.role-icon{position:absolute;top:14px;left:14px;width:40px;height:40px}.role-info{position:absolute;top:65px;left:14px;width:150px;height:auto}.role-check{position:absolute;top:8px;right:8px;left:auto;width:24px;height:24px}.role-name{font-size:15px}.role-desc{font-size:12px}.continue-btn{position:static;width:100%;max-width:380px;height:42px;margin-top:16px;padding:10px 24px}.back-btn,.otp-back-btn{position:static;width:100%;max-width:380px;height:auto;margin-bottom:16px;justify-content:flex-start}.selected-role-indicator,.otp-role-indicator{position:static;width:auto;margin-bottom:16px;align-self:flex-start}.phone-number-group,.name-group,.email-group{position:static;width:100%;max-width:380px;height:auto;margin-bottom:16px;align-self:flex-start}.input-label,.input,.phone-input{width:100%}.otp-input-section{position:static;width:100%;max-width:380px;height:auto}.otp-container{justify-content:center}.otp-digit{width:50px;height:60px}}@media(max-width:1024px)and (min-width:769px){.auth-modal-content{width:95vw;max-width:700px;height:auto;min-height:500px;max-height:90vh}.auth-modal-left{width:280px;min-width:280px;height:auto;min-height:500px}.auth-modal-illustration{width:240px;height:170px;position:relative;top:auto;left:auto;margin-top:60px}.auth-modal-title{position:relative;top:auto;left:auto;width:auto}.auth-modal-close{right:16px;left:auto}.auth-modal-right{flex:1;padding:30px;overflow-y:auto}.step-title{position:static;width:100%;left:auto;top:auto;margin-bottom:8px;font-size:20px;height:auto}.step-subtitle{position:static;width:100%;min-width:auto;left:auto;top:auto;margin-bottom:24px;height:auto;white-space:normal}.role-selection{position:static;width:100%;height:auto;left:auto;top:auto;flex-wrap:wrap;justify-content:center;margin-bottom:24px}.role-card{width:calc(50% - 8px);min-width:160px;max-width:200px;height:auto;min-height:130px}.role-icon{position:relative;top:auto;left:auto;margin-bottom:8px}.role-info{position:relative;top:auto;left:auto;width:100%;height:auto}.role-check{position:absolute;top:8px;right:8px;left:auto}.continue-btn{position:static;width:100%;max-width:350px;left:auto;top:auto;margin-top:24px;padding:12px 24px}.back-btn,.otp-back-btn{position:static;width:100%;left:auto;top:auto;margin-bottom:16px;height:auto}.selected-role-indicator,.otp-role-indicator{position:static;width:auto;left:auto;top:auto;margin-bottom:16px}.phone-number-group,.name-group,.email-group{position:static;width:100%;max-width:350px;left:auto;top:auto;margin-bottom:16px;height:auto}.input-label{width:100%}.input{width:100%;max-width:350px}.phone-input{width:100%}.otp-input-section{position:static;width:100%;max-width:380px;left:auto;top:auto;height:auto}.otp-container{justify-content:flex-start}.otp-digit{width:48px;height:58px}}@media(max-width:600px){.auth-modal-overlay{top:64px;height:calc(100vh - 64px);z-index:999}.auth-modal-content{flex-direction:column;width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0}.auth-modal-left{display:none}.auth-modal-right{padding:60px 24px 24px;justify-content:flex-start}.auth-modal-close{position:absolute;top:20px;right:20px;background-color:#f3f4f6;padding:8px}.role-selection{flex-direction:column;gap:12px}.role-card{padding:16px;flex-direction:row;align-items:center}.role-icon{width:32px;height:32px;font-size:16px}.role-desc{display:none}.otp-container{gap:8px}.otp-digit{width:40px;height:40px;font-size:18px}}@media(max-width:480px){.otp-digit{width:35px;height:55px;font-size:16px}.step-title{font-size:20px}.auth-modal-close{position:absolute!important;top:20px!important;right:16px!important;left:unset!important;width:24px!important;height:24px!important;font-size:24px!important}}@media(max-width:600px){.auth-modal-overlay{position:fixed!important;top:56px!important;left:0!important;width:100vw!important;height:calc(100vh - 56px)!important;align-items:flex-start!important;justify-content:flex-start!important;overflow-y:auto!important;overflow-x:hidden!important;z-index:999!important}.auth-modal-content{width:100vw!important;max-width:100vw!important;min-height:calc(100vh - 56px)!important;height:auto!important;border-radius:0!important;flex-direction:column!important;padding:0!important;margin:0;position:relative!important;overflow:visible!important}.auth-modal-left{display:none!important}.auth-modal-close{position:absolute!important;top:20px!important;right:20px!important;left:unset!important;width:24px!important;height:24px!important;font-size:24px!important;line-height:1!important;background:none!important;border:none!important;border-radius:0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#374151!important;z-index:1001!important;cursor:pointer!important;padding:0!important;opacity:1!important;visibility:visible!important;transform:none!important}.auth-modal-close:hover{color:#1f2937!important;background-color:#f3f4f6!important}.auth-modal-right{width:100%!important;height:100%!important;padding:20px 16px!important;display:flex!important;flex-direction:column!important;align-items:center!important;overflow-y:auto!important;box-sizing:border-box!important}.auth-modal-right:before{content:"Login/Register"!important;display:block!important;font-size:16px!important;font-weight:700!important;color:#1f2937!important;margin-bottom:0!important;width:328px!important;text-align:left!important;line-height:1.2!important}.phone-input-container,.input,.otp-digit{width:100%!important}.otp-container{display:flex;justify-content:space-between;gap:10px}.otp-digit{flex:1;text-align:center;font-size:20px}.role-selection{flex-direction:column!important;gap:12px!important;position:static!important;width:100%!important;align-items:center!important}.role-card{width:328px!important;height:67px!important;padding:12px!important;flex-direction:row!important;position:relative!important;display:flex!important;align-items:center!important}.step-title{position:static!important;width:328px!important;left:auto!important;top:auto!important;margin-top:24px!important;margin-bottom:4px!important;font-size:16px!important;line-height:1.3!important;height:auto!important}.step-subtitle{position:static!important;width:328px!important;left:auto!important;top:auto!important;margin-bottom:16px!important;font-size:12px!important;line-height:1.3!important;height:auto!important;min-width:auto!important;white-space:normal!important}.selected-role-indicator,.otp-role-indicator,.phone-number-group,.name-group,.email-group,.otp-input-section{position:static!important;width:100%!important;left:auto!important;top:auto!important;margin-bottom:16px}.continue-btn{position:static!important;width:328px!important;left:auto!important;top:auto!important;margin-top:32px!important;margin-bottom:16px;padding:12px 24px!important}.back-btn,.otp-back-btn{position:static!important;width:328px!important;left:auto!important;top:auto!important;margin-top:24px!important;margin-bottom:16px!important;font-family:DM Sans,sans-serif!important;font-size:16px!important;font-weight:700!important;line-height:1.2!important;height:auto!important;justify-content:flex-start!important}.role-icon{position:static!important;margin-bottom:0!important;margin-right:12px!important;width:40px!important;height:40px!important;flex-shrink:0}.role-info{position:static!important;width:auto!important;flex:1;height:auto!important}.role-name{font-size:14px!important;margin-bottom:2px}.role-desc{font-size:11px!important;line-height:1.3}.role-check{position:absolute!important;top:6px;right:6px;left:auto!important;width:20px!important;height:20px!important}.input-label,.phone-input{width:100%!important}}.admin-page-container{width:100%;min-height:100vh;background-color:#fff;margin-top:70px}.admin-page-header{background-color:#fff;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #E5E7EB}.admin-page-header-left{flex:1}.admin-page-logo{display:flex;align-items:center;gap:12px}.admin-page-logo-text{font-family:DM Sans,sans-serif;font-size:20px;font-weight:700;color:#111827;letter-spacing:.5px}.admin-page-header-center{flex:1;display:flex;justify-content:center}.admin-page-contact{display:flex;align-items:center;gap:24px}.admin-page-phone,.admin-page-email{display:flex;align-items:center;gap:8px;font-family:DM Sans,sans-serif;font-size:14px;color:#6b7280}.admin-page-header-right{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:16px}.admin-page-add-pg-button{display:flex;align-items:center;gap:8px;background:#4f75fe;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.admin-page-add-pg-button:hover{background:#3d5fe6}.admin-page-profile{width:48px;height:48px;border-radius:50%;background:#1e3a8a;display:flex;align-items:center;justify-content:center;color:#fff;font-family:DM Sans,sans-serif;font-size:18px;font-weight:600}.admin-page-main{padding:40px 64px}.admin-page-wrapper{max-width:1400px;margin:0 auto}.admin-page-title-section{margin-bottom:32px}.admin-page-title{font-family:DM Sans,sans-serif;font-size:32px;font-weight:600;color:#111827}.admin-page-subtitle{font-family:DM Sans,sans-serif;font-size:16px;color:#6b7280;margin:0}.admin-page-analytics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}.admin-page-analytics-card{background:#f5f5f5;border-radius:16px;padding:12px 16px;width:420px;height:127px;opacity:1;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;justify-content:space-between}.admin-page-analytics-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.admin-page-analytics-card.admin-page-revenue-card{background:#2563eb;color:#fff}.admin-page-card-header{display:flex;justify-content:space-between;align-items:flex-start}.admin-page-card-label{font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:inherit;margin-top:4px}.admin-page-revenue-card .admin-page-card-label{color:#ffffffe6}.admin-page-card-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.admin-page-analytics-card:not(.admin-page-revenue-card) .admin-page-card-icon{background:transparent}.admin-page-card-icon img{width:32px;height:32px}.admin-page-card-value{font-family:DM Sans,sans-serif;font-size:32px;font-weight:700;color:inherit}.admin-page-revenue-card .admin-page-card-value{color:#fff}.admin-page-analytics-card:not(.admin-page-revenue-card) .admin-page-card-value{color:#4f75fe}.admin-page-card-description{font-family:DM Sans,sans-serif;font-size:13px;color:#6b7280}.admin-page-actions-section{margin-bottom:40px}.admin-page-section-title{font-family:DM Sans,sans-serif;font-size:20px;font-weight:700;color:#111827;margin:0 0 20px}.admin-page-actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.admin-page-other-actions-grid{display:flex;justify-content:flex-start;gap:38px}.admin-page-action-card{width:316px;height:86px;background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:24px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .2s}.admin-page-action-card:hover{border-color:#4f75fe;box-shadow:0 2px 8px #4f75fe1a}.admin-page-action-icon-wrapper{border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-page-action-icon{width:32px;height:32px}.admin-page-action-content{flex:1}.admin-page-action-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.admin-page-action-title{font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;color:#111827;margin:0}.admin-page-action-badge{background:#4f75fe;color:#fff;border-radius:50%;width:24px;height:24px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;opacity:1}.admin-page-action-description{font-family:DM Sans,sans-serif;font-size:13px;color:#6b7280;margin:0}.admin-page-action-arrow{flex-shrink:0}.admin-page-loading,.admin-page-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:40px}.admin-page-loading p,.admin-page-error p{font-family:DM Sans,sans-serif;font-size:16px;color:#6b7280;margin-top:16px}.admin-page-spinner{width:48px;height:48px;border:4px solid #E5E7EB;border-top-color:#4f75fe;border-radius:50%;animation:admin-page-spin 1s linear infinite}@keyframes admin-page-spin{to{transform:rotate(360deg)}}.admin-page-retry-button{margin-top:16px;padding:10px 24px;background:#4f75fe;color:#fff;border:none;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.admin-page-retry-button:hover{background:#3d5fe6}@media(max-width:1200px){.admin-page-analytics-grid,.admin-page-actions-grid{grid-template-columns:repeat(2,1fr)}.admin-page-other-actions-grid{display:flex;justify-content:flex-start;gap:16px;flex-wrap:wrap}}@media(max-width:768px){.admin-page-header{flex-direction:column;gap:16px;padding:16px 20px}.admin-page-header-left,.admin-page-header-center,.admin-page-header-right{width:100%}.admin-page-header-center,.admin-page-header-right{justify-content:flex-start}.admin-page-contact{flex-direction:column;align-items:flex-start;gap:8px}.admin-page-main{padding:24px 20px}.admin-page-title{font-size:28px}.admin-page-analytics-grid{grid-template-columns:1fr}.admin-page-actions-grid,.admin-page-other-actions-grid{grid-template-columns:1fr;flex-direction:column}.admin-page-action-card{padding:16px}.admin-page-card-value{font-size:32px}}@media(max-width:480px){.admin-page-title{font-size:24px}.admin-page-card-value{font-size:28px}.admin-page-action-title{font-size:14px}.admin-page-action-description{font-size:12px}}.admin-pg-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s;cursor:pointer;display:flex;flex-direction:column;width:420px;height:auto}.admin-pg-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.admin-image-wrapper{width:100%;flex-shrink:0}.admin-image-container{position:relative;width:100%;height:231px;overflow:hidden;background:#f3f4f6}.admin-pg-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.admin-pg-card:hover .admin-pg-image{transform:scale(1.02)}.admin-image-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#0006;color:#fff;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;font-weight:300;transition:background .2s;z-index:5}.admin-image-nav-btn:hover{background:#0009}.admin-prev-btn{left:12px}.admin-next-btn{right:12px}.admin-badge-top-left,.admin-badge-top-right,.admin-badge-bottom-left,.admin-badge-bottom-right{position:absolute;z-index:4}.admin-badge-top-left{top:12px;left:12px}.admin-badge-top-right{top:12px;right:12px}.admin-badge-bottom-left{bottom:12px;left:12px}.admin-badge-bottom-right{bottom:12px;right:12px}.admin-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;white-space:nowrap}.admin-badge img{width:14px;height:14px}.admin-verified-badge{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 14px;gap:4px;width:100px;height:27px;background:#2563eb;border-radius:16px;flex:none;order:0;flex-grow:0}.admin-verified-badge img{width:16px;height:16px;flex:none;order:0;flex-grow:0}.admin-verified-badge span{font-family:Manrope,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#fff;flex:none;order:1;flex-grow:0}.admin-gender-badge{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 14px;gap:4px;width:97px;height:26px;border:2px solid #FFFFFF;border-radius:16px;font-family:DM Sans,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:18px;color:#fff;flex:none;flex-grow:0}.admin-gender-badge img{width:16px;height:16px;flex-shrink:0;order:0}.admin-gender-badge span{order:1;flex-grow:0}.admin-gender-female{background:#f96666;width:97px}.admin-gender-male{background:linear-gradient(0deg,#4284e1,#4284e1),linear-gradient(180deg,#8eb1ff,#1e459a);width:81px}.admin-gender-co-living{background:linear-gradient(0deg,#8b5cf6,#8b5cf6),linear-gradient(180deg,#c084fc,#6d28d9);width:97px}.admin-featured-badge{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 14px;gap:4px;width:110px;height:24px;background:linear-gradient(93.49deg,#ffc767 -1.32%,#ffeace 95.81%);border-radius:16px;flex:none;order:0;flex-grow:0}.admin-featured-badge img{width:16px;height:16px;flex:none;order:1;flex-grow:0}.admin-featured-badge span{font-family:DM Sans,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:18px;color:#222429;flex:none;order:2;flex-grow:0}.admin-plan-badge{box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;padding:4px 14px;gap:4px;height:22px;border-radius:16px;font-family:Inter,sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:15px;text-align:right;flex:none;order:1;flex-grow:0}.admin-plan-free{width:91px;background:#fff6d2;color:#ac8a00}.admin-plan-basic{width:97px;background:#ffefe8;color:#eb6e25}.admin-plan-pro{width:85px;background:#f3e7fe;color:#9940eb}.admin-plan-premium,.admin-plan-professional{width:116px;background:#e8efff;color:#2563eb}.admin-plan-standard{width:97px;background:#ffefe8;color:#eb6e25}.admin-plan-expired{width:116px;background:#e82f31;color:#fff}.admin-card-content{padding:16px;display:flex;flex-direction:column;gap:12px;flex:1}.admin-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:nowrap}.admin-card-title-section{flex:0 1 auto;min-width:0}.admin-card-title{margin:0;width:auto;height:23px;font-family:DM Sans,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:23px;color:#222429;flex:none;order:0;flex-grow:0}.admin-card-location{display:flex;flex-direction:row;align-items:center;padding:0;gap:6px;width:388px;height:22px;font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:#6a6a6a;margin:0;flex:none;order:1;align-self:stretch;flex-grow:0;z-index:1}.admin-location-icon{width:18px;height:18px;flex-shrink:0;color:#2563eb;flex:none;order:1;flex-grow:0}.admin-location-icon img{width:100%;height:100%}.admin-location-text{width:293px;height:22px;font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:#6a6a6a;flex:none;order:2;flex-grow:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.admin-status-badge{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 14px;gap:4px;height:22px;border-radius:16px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;flex:none;order:0;flex-grow:0}.admin-status-dot{width:10px;height:10px;border-radius:50%;flex:none;order:0;flex-grow:0}.status-active{width:79px;background:#d5ffea;color:#079d1a}.status-pending{background:#fef3c7;color:#92400e}.status-rejected{background:#fee2e2;color:#991b1b}.status-archived{background:#fed7aa;color:#b45309}.admin-menu-wrapper{position:relative;order:1}.admin-menu-button{background:transparent;border:none;font-size:20px;cursor:pointer;padding:4px 8px;color:#6b7280;transition:color .2s}.admin-menu-button:hover{color:#374151}.admin-menu-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;border:1px solid #dbeafe;padding:8px 0;min-width:180px;z-index:20}.admin-menu-option{width:100%;padding:12px 16px;border:none;background:transparent;text-align:left;cursor:pointer;font-family:DM Sans,sans-serif;font-size:13px;color:#374151;display:flex;align-items:center;gap:10px;transition:background .2s}.admin-menu-option:hover{background:#f9fafb}.admin-option-icon{width:16px;height:16px;flex-shrink:0}.admin-option-archive{color:#f97316}.admin-option-delete{color:#ef4444}.admin-amenities-wrapper{display:flex;flex-direction:column;gap:8px}.admin-amenities-label{font-family:DM Sans,sans-serif;font-size:12px;color:#6b7280;font-weight:600;margin:0}.admin-amenities-list{display:flex;flex-wrap:wrap;gap:8px}.admin-amenity-badge{padding:6px 12px;background:#eff6ff;color:#2563eb;border-radius:16px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;white-space:nowrap}.admin-amenity-more{background:#f3f4f6;color:#6b7280}.admin-card-footer{display:flex;flex-wrap:wrap;gap:12px;padding-top:12px;border-top:1px solid #e5e7eb;margin-top:auto;align-items:center}.admin-price-section{display:flex;flex-direction:column;gap:4px;flex:1;order:1}.admin-price-label{font-family:DM Sans,sans-serif;font-size:11px;color:#6b7280;font-weight:500}.admin-price-display{display:flex;align-items:baseline;gap:6px}.admin-zero-deposit{font-family:DM Sans,sans-serif;font-size:10px;font-weight:600;color:#059669;background:#d1fae5;padding:2px 8px;border-radius:10px;border:1px solid #059669;white-space:nowrap}.admin-price-amount{display:flex;align-items:baseline;gap:0}.admin-price{font-family:DM Sans,sans-serif;font-size:20px;font-weight:700;color:#111827;line-height:1}.admin-price-unit{font-family:DM Sans,sans-serif;font-size:13px;color:#6b7280;font-weight:400;margin-left:2px}.admin-view-leads-btn{background:#2563eb;color:#fff;border:none;padding:10px 24px;border-radius:6px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;flex-shrink:0;white-space:nowrap;order:2}.admin-view-leads-btn:hover{background:#1d4ed8}.admin-approval-actions{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:24px;width:100%;height:40px;flex-basis:100%;order:3}.admin-reject-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:9px 16px;gap:10px;width:182px;height:40px;background:#f95454;border-radius:4px;border:none;cursor:pointer;font-family:Manrope,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#fff;flex:none;order:0;flex-grow:1;transition:background .2s}.admin-reject-btn:hover{background:#e83e3e}.admin-approve-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:9px 16px;gap:10px;width:182px;height:40px;background:#0ea662;border-radius:4px;border:none;cursor:pointer;font-family:Manrope,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#fff;flex:none;order:1;flex-grow:1;transition:background .2s}.admin-approve-btn:hover{background:#0d8f52}@media(max-width:768px){.admin-pg-card{max-width:100%}.admin-image-container{height:240px}.admin-card-title{font-size:15px}.admin-card-location{font-size:12px}.admin-amenity-badge{font-size:11px;padding:5px 10px}.admin-price{font-size:18px}.admin-price-unit{font-size:12px}.admin-view-leads-btn{padding:9px 16px;font-size:13px}.admin-menu-dropdown{min-width:160px}.admin-menu-option{padding:10px 12px;font-size:12px}}@media(max-width:480px){.admin-pg-card{border-radius:10px}.admin-image-container{height:200px}.admin-card-content{padding:12px;gap:10px}.admin-card-header{gap:8px}.admin-card-title{font-size:14px}.admin-card-location{font-size:11px}.admin-amenities-list{gap:6px}.admin-amenity-badge{font-size:10px;padding:4px 8px}.admin-card-footer{gap:8px;padding-top:10px}.admin-price{font-size:16px}.admin-price-unit{font-size:11px}.admin-view-leads-btn{padding:8px 12px;font-size:12px}.admin-status-badge{padding:3px 8px;font-size:11px}.admin-image-nav-btn{width:32px;height:32px;font-size:20px}.admin-badge{font-size:10px;padding:4px 10px}.admin-menu-dropdown{min-width:140px}.admin-menu-option{padding:10px;font-size:11px}}.toast-container{position:fixed;top:32px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-radius:8px;border:2px solid;box-shadow:0 4px 12px #0000001a;min-width:400px;max-width:600px;z-index:9999;animation:slideDown .3s ease-out;font-family:DM Sans,sans-serif}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.toast-content{display:flex;align-items:center;gap:12px;flex:1}.toast-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-message{font-size:16px;font-weight:500;line-height:1.4}.toast-close{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s;flex-shrink:0;margin-left:16px}.toast-success{background-color:#d1fae5;border-color:#10b981;color:#047857}.toast-success .toast-icon{color:#10b981}.toast-success .toast-close{color:#047857}.toast-success .toast-close:hover{background-color:#10b9811a}.toast-error{background-color:#fee2e2;border-color:#ef4444;color:#dc2626}.toast-error .toast-icon{color:#ef4444}.toast-error .toast-close{color:#dc2626}.toast-error .toast-close:hover{background-color:#ef44441a}.toast-warning{background-color:#fef3c7;border-color:#f59e0b;color:#d97706}.toast-warning .toast-icon{color:#f59e0b}.toast-warning .toast-close{color:#d97706}.toast-warning .toast-close:hover{background-color:#f59e0b1a}.toast-info{background-color:#dbeafe;border-color:#3b82f6;color:#1e40af}.toast-info .toast-icon{color:#3b82f6}.toast-info .toast-close{color:#1e40af}.toast-info .toast-close:hover{background-color:#3b82f61a}@media(max-width:768px){.toast-container{min-width:90%;max-width:90%;top:16px}}.admin-approval-page{width:100%;min-height:100vh;background-color:#fff}.admin-approval-header{display:none}.admin-approval-header-left{flex:1}.admin-approval-logo{display:flex;align-items:center;gap:12px}.admin-approval-logo-text{font-family:DM Sans,sans-serif;font-size:20px;font-weight:700;color:#111827;letter-spacing:.5px}.admin-approval-header-center{flex:1;display:flex;justify-content:center}.admin-approval-contact-info{display:flex;align-items:center;gap:24px}.admin-approval-phone,.admin-approval-email{display:flex;align-items:center;gap:8px;font-family:DM Sans,sans-serif;font-size:14px;color:#6b7280}.admin-approval-header-right{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:16px}.admin-approval-back-to-dashboard-button{display:flex;align-items:center;gap:8px;background:#4f75fe;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.admin-approval-back-to-dashboard-button:hover{background:#3d5fe6}.admin-approval-profile{width:48px;height:48px;border-radius:50%;background:#1e3a8a;display:flex;align-items:center;justify-content:center;color:#fff;font-family:DM Sans,sans-serif;font-size:18px;font-weight:600}.admin-approval-main{padding:40px 64px;margin-top:70px}.admin-approval-container{max-width:1400px;margin:0 auto}.admin-approval-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-family:DM Sans,sans-serif;font-size:14px}.admin-approval-breadcrumb-link{color:#4f75fe;cursor:pointer;transition:color .2s}.admin-approval-breadcrumb-link:hover{color:#3d5fe6;text-decoration:underline}.admin-approval-breadcrumb-separator{color:#9ca3af}.admin-approval-breadcrumb-current{color:#6b7280}.admin-approval-title-section{margin-bottom:32px}.admin-approval-title-with-back{display:flex;align-items:center;gap:12px;margin-bottom:8px;margin-left:-50px}.admin-approval-back-icon-button{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s;color:#111827}.admin-approval-back-icon-button:hover{background-color:#f3f4f6}.admin-approval-back-icon-button:active{background-color:#e5e7eb}.admin-approval-page-title{font-family:DM Sans,sans-serif;font-size:32px;font-weight:600;color:#111827;margin:0}.admin-approval-page-subtitle{font-family:DM Sans,sans-serif;font-size:16px;color:#6b7280;margin:0}.admin-approval-pgs-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px;margin-bottom:40px}.admin-approval-pagination-controls{display:flex;align-items:center;justify-content:center;gap:24px;margin:40px 0}.admin-approval-pagination-button{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;border:1px solid #E5E7EB;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:#111827;cursor:pointer;transition:all .2s}.admin-approval-pagination-button:hover:not(:disabled){background:#fff;border-color:#4f75fe;color:#4f75fe}.admin-approval-pagination-button:disabled{opacity:.5;cursor:not-allowed}.admin-approval-pagination-info{font-family:DM Sans,sans-serif;font-size:14px;color:#6b7280;padding:10px 20px}.admin-approval-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:40px}.admin-approval-loading p{font-family:DM Sans,sans-serif;font-size:16px;color:#6b7280;margin-top:16px}.admin-approval-spinner{width:48px;height:48px;border:4px solid #E5E7EB;border-top-color:#4f75fe;border-radius:50%;animation:admin-approval-spin 1s linear infinite}@keyframes admin-approval-spin{to{transform:rotate(360deg)}}.admin-approval-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:40px}.admin-approval-error p{font-family:DM Sans,sans-serif;font-size:16px;color:#ef4444;margin-bottom:24px}.admin-approval-retry-button,.admin-approval-back-button{padding:10px 24px;margin:8px;background:#4f75fe;color:#fff;border:none;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.admin-approval-retry-button:hover,.admin-approval-back-button:hover{background:#3d5fe6}.admin-approval-no-pgs{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:40px;text-align:center}.admin-approval-no-pgs svg{margin-bottom:24px}.admin-approval-no-pgs h3{font-family:DM Sans,sans-serif;font-size:20px;font-weight:600;color:#111827;margin:0 0 8px}.admin-approval-no-pgs p{font-family:DM Sans,sans-serif;font-size:16px;color:#6b7280;margin:0 0 24px}@media(max-width:1200px){.admin-approval-pgs-grid{justify-content:center}}@media(max-width:768px){.admin-approval-header{flex-direction:column;gap:16px;padding:16px 20px}.admin-approval-header-left,.admin-approval-header-center,.admin-approval-header-right{width:100%}.admin-approval-header-center,.admin-approval-header-right{justify-content:flex-start}.admin-approval-contact-info{flex-direction:column;align-items:flex-start;gap:8px}.admin-approval-page-title{font-size:28px}.admin-approval-title-with-back{gap:8px}.admin-approval-back-icon-button svg{width:28px;height:28px}.admin-approval-pgs-grid{justify-content:center}.admin-approval-pagination-controls{flex-direction:column;gap:16px}}@media(max-width:480px){.admin-approval-page-title{font-size:24px}.admin-approval-back-icon-button svg{width:24px;height:24px}}.admin-approval-reject-popup{width:500px;max-width:90vw}.admin-approval-reject-form{display:flex;flex-direction:column;gap:8px;margin-top:8px}.admin-approval-reject-label{font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#111827;margin:0}.admin-approval-reject-textarea{width:100%;min-height:120px;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-family:DM Sans,sans-serif;font-size:14px;color:#111827;resize:vertical;transition:all .2s;box-sizing:border-box}.admin-approval-reject-textarea::placeholder{color:#9ca3af}.admin-approval-reject-textarea:focus{outline:none;border-color:#4f75fe;box-shadow:0 0 0 3px #4f75fe1a}.admin-approval-reject-textarea:hover{border-color:#9ca3af}.admin-approval-popup-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.admin-approval-popup-container{background:#fff;border-radius:12px;padding:32px;position:relative;box-shadow:0 20px 25px -5px #0000001a}.admin-approval-popup-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s}.admin-approval-popup-close:hover{color:#111827}.admin-approval-popup-title{font-family:DM Sans,sans-serif;font-size:20px;font-weight:600;color:#111827;margin:0 0 16px}.admin-approval-popup-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.admin-approval-popup-action-button{padding:10px 24px;border:none;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.admin-approval-popup-action-button.secondary{background:#f3f4f6;color:#111827}.admin-approval-popup-action-button.secondary:hover{background:#e5e7eb}.admin-approval-popup-action-button.danger{background:#ef4444;color:#fff}.admin-approval-popup-action-button.danger:hover{background:#dc2626}.super-header{display:flex;align-items:center;justify-content:space-between;height:78px;background:#fff;width:100%;margin:0 auto;padding:0 120px;gap:32px;box-sizing:border-box;position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid #e5e7eb}.super-header-left{display:flex;align-items:center}.super-brand-icon{width:112px;height:42px;display:block}.super-header-center{display:flex;align-items:center;justify-content:center;flex:1}.super-contact-info{display:flex;align-items:center;gap:12px;font-family:DM Sans,sans-serif;font-size:14px;color:#374151}.super-contact-item{display:flex;align-items:center;gap:6px}.super-contact-divider{color:#d1d5db}.super-header-right{display:flex;align-items:center;gap:16px}.super-add-pg-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;transition:background .2s;white-space:nowrap}.super-add-pg-btn:hover{background:#1d4ed8}.super-profile-badge{width:40px;height:40px;border-radius:50%;background:#1e3a8a;display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid #2563eb}.super-profile-initials{color:#fff;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600}.super-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:120px;z-index:1000;overflow:hidden}.super-dropdown-item{padding:12px 16px;cursor:pointer;font-family:DM Sans,sans-serif;font-size:14px;color:#374151;transition:background-color .2s;display:flex;align-items:center;gap:8px}.super-dropdown-item:hover{background-color:#f9fafb}.super-dropdown-logout{color:#dc2626}.super-dropdown-logout:hover{background-color:#fef2f2}@media(max-width:1024px){.super-header{padding:0 20px;gap:24px}.super-contact-info{font-size:13px}}@media(max-width:768px){.super-header{padding:0 16px;height:64px;gap:16px}.super-brand-icon{width:90px;height:30px}.super-contact-info{font-size:12px;gap:8px}.super-add-pg-btn{padding:8px 16px;font-size:13px}.super-profile-badge{width:36px;height:36px}.super-profile-initials{font-size:14px}}@media(max-width:640px){.super-header{padding:0 12px;height:56px;gap:12px}.super-brand-icon{width:80px;height:28px}.super-header-center{display:none}.super-add-pg-btn{padding:8px 12px;font-size:12px}.super-add-pg-btn svg{width:14px;height:14px}.super-profile-badge{width:32px;height:32px}.super-profile-initials{font-size:13px}}@media(max-width:480px){.super-header{padding:0 10px;height:52px;gap:10px}.super-brand-icon{width:70px;height:26px}.super-add-pg-btn{padding:6px 10px;font-size:11px;gap:4px}.super-profile-badge{width:28px;height:28px}.super-profile-initials{font-size:12px}}#footer.footer{background-color:#f8f8f8;color:#333;padding:2.5rem 0 0;margin-top:auto;border-top:1px solid #e5e5e5}#footer .footer-container{width:100%;padding:0 max(20px,calc((100% - 1312px)/2));box-sizing:border-box}#footer .footer-content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;padding-bottom:2rem}#footer .footer-section{display:block;flex-shrink:0}#footer .footer-section.footer-brand{display:block;flex:0 0 220px;min-width:200px}#footer .footer-brand .brand-logo{display:flex;flex-direction:row;align-items:center;gap:.25rem;margin-bottom:.75rem}#footer .footer-brand .brand-logo .brand-icon{font-size:1.8rem;color:#4a90a4;flex-shrink:0}#footer .footer-brand .brand-logo h3{font-size:1.25rem;font-weight:700;margin:0;color:#333;letter-spacing:.5px;white-space:nowrap}#footer .footer-brand>p{margin:0;color:#666;line-height:1.6;font-size:.875rem}#footer .footer-section h4{font-size:1rem;margin:0 0 1rem;font-weight:600;color:#333}#footer .footer-section ul{list-style:none;padding:0;margin:0}#footer .footer-section ul li{margin-bottom:.5rem;color:#666;font-size:.875rem}#footer .footer-section ul li a{color:#666;text-decoration:none;transition:color .3s ease}#footer .footer-section ul li a:hover{color:#333}#footer .social-links{display:flex;flex-direction:row;gap:.5rem}#footer .social-links a{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;color:#fff;text-decoration:none;font-size:.875rem;transition:all .3s ease}#footer .social-links a.social-instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}#footer .social-links a.social-whatsapp{background-color:#25d366}#footer .social-links a.social-facebook{background-color:#1877f2}#footer .social-links a.social-linkedin{background-color:#0a66c2}#footer .social-links a.social-x{background-color:#000}#footer .social-links a:hover{transform:translateY(-2px);opacity:.9}#footer .footer-bottom{text-align:center;padding:1rem 0;border-top:1px solid #e5e5e5;color:#888;font-size:.85rem}#footer .footer-bottom p{margin:0}@media(max-width:900px){#footer .footer-content{gap:1.5rem}#footer .footer-section{flex:0 0 45%}#footer .footer-section.footer-brand{flex:0 0 100%}}@media(max-width:768px){#footer .footer-container{padding:0 16px}}@media(max-width:640px){#footer .footer-content{flex-direction:column;gap:1.5rem}#footer .footer-container{padding:0 12px}#footer .footer-section{flex:0 0 100%}}.brand-icon-f{width:40px;height:36px}#root,.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.landing_search_search_outer,.landing_search_describe_outer{width:100%;box-shadow:0 0 30px #e8ebf2cc}.landing_search_search,.landing_search_describe{width:100%;max-width:1312px;height:64px;display:flex;justify-content:center;gap:16px;align-items:center;margin-top:98px;overflow:visible;margin-left:auto;margin-right:auto}.filter_div{display:flex;justify-content:center;align-items:center;width:572px;max-width:95vw;gap:16px}.search_bar_div{display:flex;flex-direction:row;width:721px;max-width:95vw;height:48px;border:1px solid rgba(210,216,224,1);border-radius:40px;justify-content:space-around;align-items:center}.search_icon{height:20px;width:20px;color:#2563eb}.seachtype{font-size:16px;font-weight:400;color:#6a6a6a;display:flex;align-items:center}.DA{width:16px;height:16px;cursor:pointer}.div_icon_search,.div_icon_describe{background-color:#f5f5f5;height:40px;display:flex;flex-direction:row;justify-content:center;gap:10px;align-items:center;align-content:center;border-radius:40px;position:relative}.div_icon_search{width:134px}.div_icon_describe{width:149px}.div_icon_search span,.div_icon_describe span{color:#2563eb;font-size:16px;font-weight:600}.div-icon-dropdown{width:148px;height:86px;background-color:#fff;position:absolute;top:42px;right:0;border-radius:4px;border:.5px solid rgba(221,221,221,1);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;box-shadow:0 4px 10px #00000026;z-index:20}.Dphr{border:.5px solid rgba(221,221,221,1);width:112px}.serchitem{display:flex;justify-content:flex-start;align-items:center;gap:6px;width:112px;height:26px;cursor:pointer}.serchitem:hover{background-color:#ddd}.describe_inp{text-decoration:none;border:none;outline:none;margin-left:8px;width:1068px;max-width:100%;font-size:16px;font-weight:400;font-family:DM Sans,sans-serif}.describe_bar_div{width:1312px;max-width:95vw;height:48px;display:flex;align-items:center;border:1px solid rgba(221,221,221,1);border-radius:40px;align-content:center;justify-content:center;gap:6px}.searchbtn{width:21px;height:21px;color:#fff}.searchbtn-div_desc,.searchbtn-div_search{width:40px;height:40px;background-color:#2563eb;border-radius:40px;display:flex;justify-content:center;align-items:center;cursor:pointer}.searchtypeInp{outline:none;border:none;width:506px;max-width:100%;font-size:16px;flex:1}.search_inp{display:flex;justify-content:center;align-items:center;align-content:center;flex-direction:row;position:relative;gap:2px;flex:1}.divider{width:2px;height:30px;background-color:#00000057}.locateIcon{width:18px;height:18px;color:#2563eb}.search_locate{display:flex;justify-content:center;align-items:center;width:100px;cursor:pointer}.search_locate div{margin:auto 9px auto 5px}.filter_btn{cursor:pointer;width:140px;height:40px;border:1px solid transparent;background-color:#f5f5f5;border-radius:40px;display:flex;justify-content:space-around;align-items:center;position:relative;color:#000}.filter_btn.selected{color:#2563eb;border:1px solid rgba(37,99,235,1)}.down{height:16px;width:16px}.filter_clr{display:flex;justify-content:center;align-items:center;width:100px;color:gray;cursor:pointer}.filter_clr.active{color:#2563eb;font-weight:500}.xmark{font-size:20px;cursor:pointer}.filter_dropdown{position:absolute;top:50px;right:-2px;flex-direction:column;justify-content:center;width:140px;height:240px;background-color:#fff;box-shadow:0 4px 10px #00000026;align-items:center;gap:5px;display:none;z-index:100;border-radius:4px}.filter_dropdown.show,.filter_dropdown.active,.filter_btn.open .filter_dropdown{display:flex}.filter_dropdown_items{font-size:17px;width:75%;height:26px;display:flex;align-items:center;justify-content:flex-start;color:#000;font-weight:400}.hr_divider{width:104px;margin:1px auto 2px;height:.5px;background-color:#d2d8e0}.f2{height:126px}.f3{height:86px}.xmark_div{position:relative}.inpxmark{font-size:16px;position:absolute;top:-8px;left:-5px;width:20px;height:20px;cursor:pointer}.filter_dropdown_items:hover{background-color:#80808027}.filtername{display:none;font-size:12px;font-weight:400}.filtername .xmark{width:14px;height:14px}@media(min-width:320px)and (max-width:500px){.mob_dropdown_div{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;display:none;align-items:flex-end;justify-content:center}.mob_dropdown_div.show,.mob_dropdown_div.active{display:flex}.mob_dropdown_sec{width:100%;background-color:#fff;border-top-left-radius:16px;border-top-right-radius:16px;padding:20px 16px 32px;max-height:70vh;overflow-y:auto}.mob_dropdown_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mob_dropdown_header h3{font-size:18px;font-weight:600;margin:0;color:#333}.mob_dropdown_close{width:24px;height:24px;cursor:pointer;color:#333}.mob_dropdown_options{display:flex;flex-direction:column;gap:0}.mob_dropdown_option{display:flex;justify-content:space-between;align-items:center;padding:14px 0;cursor:pointer;font-size:16px;color:#333;border-bottom:1px solid #f0f0f0}.mob_dropdown_option:last-child{border-bottom:none}.mob_dropdown_option input[type=radio]{width:20px;height:20px;accent-color:rgba(37,99,235,1)}.mob_dropdown_option.selected span,.mob_dropdown_option:has(input:checked) span{color:#2563eb;font-weight:500}.filter_dropdown{display:none!important}}@media(min-width:320px){.landing_search{width:100vw}.landing_search_search{width:100%;height:115px;display:flex;justify-content:center;flex-direction:column;gap:10px}.searchtypeInp,.describe_inp{font-size:12px}.describe_inp{width:90%}.search_bar_div,.describe_bar_div{width:95vw;height:32px;justify-content:flex-start;gap:5px;align-items:center}.div_icon_search,.div_icon_describe{width:50px;height:26px;gap:2px;display:flex;justify-content:center;align-items:center;align-content:center;margin-left:2px}.search_bar_div .xmark{margin-right:5px}.searchtype span{display:none}.DA,.search_icon{width:14px;height:14px}.div-icon-dropdown{top:30px;left:0;width:120px;height:64px;font-size:12px}.serchitem{height:18px;width:86px}.searchbtn-div_desc{width:28px;height:28px}.searchbtn-div_search{display:none}.search-bar-inp{flex:1}.searchbtn{width:16px;height:16px}.search_inp_internal_div{flex:1;width:63vw}.filter_div{font-size:12px;justify-content:space-between;gap:2px}.filter_clr{width:auto}.filterclrLarge{display:none}.filtername{display:flex;width:90%;justify-content:space-between}.filter_btn{width:104px;height:28px}.filter_btn svg{width:14px;height:14px}}@media(min-width:500px){.search_bar_div,.describe_bar_div{height:42px;font-size:14px}.div_icon_search,.div_icon_describe{font-size:14px;height:36px;width:98px}.div_icon_search span,.div_icon_describe span{display:block;font-size:14px}.filtername{display:none}.filterclrLarge{display:flex}.filter_div{font-size:14px}.filter_btn{width:120px;height:38px}.filter_dropdown{top:42px;left:0}.filter_dropdown_items{font-size:14px}.searchbtn-div_desc,.searchbtn-div_search{display:flex;justify-content:center;align-items:center;height:40px;width:40px;margin-right:3px}}@media(min-width:768px){.search_bar_div,.describe_bar_div{height:48px;font-size:16px}.div_icon_search{gap:5px}.div_icon_search,.div_icon_describe{font-size:16px;height:42px;width:118px}.div_icon_search span,.div_icon_describe span{font-size:16px}.div-icon-dropdown{top:40px;left:0;width:140px;height:80px;font-size:14px}.serchitem{height:22px;width:110px}.searchbtn-div_desc,.searchbtn-div_search{display:flex;justify-content:center;align-items:center;height:44px;width:44px;margin-right:3px}.searchbtn-div_desc svg,.searchbtn-div_search svg{width:16px;height:16px}.filter_dropdown_items{font-size:14px}}@media(min-width:1024px){.landing_search_search{display:flex;flex-direction:row}.search_inp_internal_div{width:29vw}.search_bar_div{width:52vw}.filter_div{gap:1px}.landing_search_search{height:64px}.filter_div{gap:1px;width:470px}.searchtypeInp,.describe_inp{font-size:16px}}@media(min-width:1440px){.filter_btn{width:140px;height:40px;font-size:16px}.filter_div{flex:1}.search_bar_div{width:729px;height:49px}.div_icon_describe,.div_icon_search{width:134px;height:40px}.search_inp_internal_div{width:auto}}.landing{flex-direction:column;justify-content:center;align-items:center;gap:20px;margin:0 auto;height:100vh;width:100vw}.landing-card-area{width:1312px;height:auto;background-color:#fff;margin-left:auto;margin-right:auto;margin-top:30px}.search-area{margin-top:-19px;width:100%}.topArea{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:20px;margin-bottom:20px}.whishlist{display:flex;justify-content:center;align-content:center;align-items:center;width:153px;height:40px;background-color:#fff;border:1px solid rgba(210,216,224,1);border-radius:4px;font-size:16px;cursor:pointer;gap:6px}.landing a{text-decoration:none;color:#000}.W_heart{width:22px;height:22px}.cardsArea{display:flex;justify-content:flex-start;flex-direction:column;gap:26px}.pg_cards{display:grid;grid-template-columns:420px 420px 420px;justify-content:center;gap:26px}.loadMore-btn{display:flex;justify-content:center;align-items:center;width:142px;height:37px;border-radius:32px;background-color:#fff;border:1px solid rgba(37,99,235,1);font-size:16px;font-weight:600;color:#2563eb;gap:8px}.loadMore{margin-top:40px;display:flex;justify-content:center}.loadMore-btn:hover{background-color:#2563eb;color:#fff}.loadMore h1{font-size:14px;font-weight:400;color:#6a6a6a}.landing-loader{display:flex;justify-content:center;align-items:center;height:120px;width:100%}.loading-gif{width:80px;height:80px}.landing-no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;min-height:400px}.landing-no-results_code{font-size:80px;font-weight:700;color:#2563eb;line-height:1;margin:0}.landing-no-results_title{font-size:28px;font-weight:600;color:#1f2937;margin:16px 0 8px}.landing-no-results_desc{font-size:16px;color:#6a6a6a;margin:0 0 32px;max-width:400px}.landing-no-results_btn{padding:12px 32px;background-color:#2563eb;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer}.landing-no-results_btn:hover{background-color:#1d4eba}@media(max-width:480px){.landing-no-results_code{font-size:56px}.landing-no-results_title{font-size:22px}.landing-no-results_desc{font-size:14px}.landing-no-results{min-height:300px;padding:40px 16px}}@media(min-width:320px){.search-area{width:100%;margin-top:-46px}.landing-card-area{width:95vw;margin-top:16px}.cardsArea{width:305px;margin:auto;gap:16px}.pg_cards{display:grid;grid-template-columns:auto;width:auto;margin:auto}.loadMore{width:auto;margin-left:auto;margin-right:auto;margin-bottom:30px}.loadMore-btn{margin-bottom:30px}.result h2{font-size:14px}.topArea{margin-bottom:16px;width:95vw;margin-left:auto;margin-right:auto}}@media(min-width:360px){.cardsArea{width:328px}}@media(min-width:480px){.search-area{margin-top:-42px}}@media(min-width:641px){.search-area{margin-top:-34px}}@media(min-width:666px){.cardsArea{width:326px}.result h2{font-size:16px}}@media(min-width:769px){.search-area{margin-top:-19px}.pg_cards{grid-template-columns:420px}.cardsArea{width:420px}}@media(min-width:890px){.pg_cards{grid-template-columns:420px 420px}.cardsArea{width:866px}.result h2{font-size:24px}}@media(min-width:1370px){.pg_cards{grid-template-columns:420px 420px 420px}.cardsArea{width:1308px;margin-top:32px;gap:32px}}.whishlist_btn{font-weight:600}.whishList{display:flex;justify-content:space-around;margin-top:77px}.whishlist_inner{margin-top:32px;width:1312px;display:flex;flex-direction:column}.leftarrow{width:32px;height:32px;cursor:pointer;margin-top:7px}.whishlist-nav{display:flex;align-items:center;justify-content:flex-start;gap:28px}.whishlist-label{font-size:32px;font-weight:600;font-family:DM Sans,sans-serif}.whishlist-main{display:flex;justify-content:center;margin-top:40px}.whishlist-main-inner{width:1312px;display:grid;grid-template-columns:420px 420px 420px;gap:26px}.banner_outer{width:100vw;background-image:linear-gradient(#ecf2ff,80%,#fff0)}.banner{display:flex;flex-direction:row;justify-content:center;gap:65px;margin:auto;height:470px;max-width:1312px}.banner-text-field{display:flex;justify-content:center;flex-direction:column;justify-content:left}.banner-text-field h1{font-size:58px;font-weight:700;font-style:bold}.banner-main-text{height:120px;display:flex;flex-direction:column;justify-content:center}.banner-img-field{display:flex;flex-direction:row;justify-content:center;width:568px;gap:24px}.banner-img1-sec{display:flex;flex-direction:column;justify-content:space-between}.banner-s2{display:flex;flex-direction:column;justify-content:center;gap:14px;height:100%}.text-field-t1{color:#222429;margin-bottom:-16px}.text-field-t2{color:#2563eb}.banner-s1-inner{width:232px;height:48px;display:flex;justify-content:center;background-color:#fff;border-radius:32px;align-items:center;cursor:pointer}.s1-inner-s1{display:flex;width:99px;height:36px;border-radius:32px;background-color:#2563eb;color:#fff;justify-content:center;align-items:center;gap:8px}.s1-inner-s2{width:109px;border-radius:32px;height:36px;display:flex;justify-content:center;gap:8px;align-items:center;position:relative}.banner-searchbar h5{font-size:14px;font-weight:400}.s11{width:16px;height:16px}.s22{width:13px;height:13px}.aisearch{display:flex;justify-content:center;gap:4px;align-items:center;position:absolute;top:-28px;right:10px;width:87px;height:20px;border-radius:6px;background-image:linear-gradient(to right,#b44efc,#2563eb)}.aisearch img{width:16px;height:16px}.aisearch h5{font-size:10px;font-weight:700;color:#fff}.s2-s21{color:#6a6a6a;background-color:#f5f5f5;width:121px;height:44px;display:flex;justify-content:center;align-items:center;border-radius:40px;gap:8px}.s2-s21 h3{font-weight:400;font-size:14px;font-family:Inter,sans-serif}.s2-s241{height:44px;width:44px;font-weight:200;cursor:pointer}.s2-s21 img{width:16px;height:16px}.banner-searchbar{display:flex;flex-direction:column;margin-top:50px}.banner-searchbar-s2{width:679px;height:56px;background-color:#fff;border-radius:40px;display:flex;justify-content:space-around;align-items:center;margin-top:8px}.s2-s22{position:relative;display:flex;align-items:center}.s2-s22-inp{border:none;outline:none;text-decoration:none;width:435px;height:100%;font-size:16px;font-family:Inter,sans-serif}.search-xmark{font-size:20px;cursor:pointer;color:#6a6a6a;margin-left:8px;transition:color .2s ease}.search-xmark:hover{color:#2563eb}.s2-s23 img{width:16px;height:16px;cursor:pointer}.s2-s22-inp_active{width:583px;margin-left:20px}.ind_Pop_area{height:25px;justify-content:center;background-color:#f5f5f5;border-radius:16px;border:.5px solid rgba(210,216,224,1);cursor:pointer}.banner-searchbar-s3{display:flex;justify-content:start;gap:8px;transition:opacity .2s ease-in-out}.banner-searchbar-s3 h5{margin-left:10px;margin-right:10px;font-weight:400}.banner-searchbar-s3 h4{margin-left:10px;font-weight:500}.banner-searchbar-s3{margin-top:16px}.vl{width:1px;height:18px;border:1px solid rgba(210,216,224,1)}.br{display:flex;justify-content:start;flex-direction:row;align-items:center;gap:6px}.br img{width:16px;height:16px}.banner-ratings{display:flex;justify-content:start;gap:16px;align-items:center;margin-top:33px}.banner-ratings h5{font-weight:400;font-size:14px;color:#6a6a6a}.pac-container{font-family:Inter,sans-serif;border-radius:12px;margin-top:8px;box-shadow:0 4px 12px #00000026}.pac-item{padding:12px 16px;font-size:16px;line-height:24px;cursor:pointer;border-top:1px solid #f0f0f0}.pac-item:first-child{border-top:none}.pac-item:hover{background-color:#f5f5f5}.pac-item-query{font-size:16px;font-weight:500;color:#1f2937}.pac-matched{font-weight:600;color:#2563eb}.pac-icon{margin-top:4px}.pac-item-query .pac-matched{font-size:16px}.pac-logo:after{display:none!important}.pac-container:after{display:none!important}.hdpi.pac-logo:after{display:none!important}@media(min-width:320px){.banner{height:100%}.banner_outer{height:228px;margin-top:60px}.banner-img-field{display:none}.banner-text-field h1{font-size:26px}.banner-searchbar{width:90vw}.s1-inner-s1,.s1-inner-s2{width:72px;height:26px}.s1-inner-s1 svg,.s1-inner-s2 svg{width:12px;height:12px}.s1-inner-s2 svg{width:9px;height:9px}.s1-inner-s1 h5,.s1-inner-s2 h5{font-size:10px}.aisearch{width:66px;height:16px;top:-21px;right:6px}.aisearch img{width:12px;height:12px}.aisearch h5{font-size:8px}.banner-s1-inner{width:153px;height:32px}.s2-s21{width:74px;height:28px;margin-left:5px;gap:2px}.s2-s21 img,.s2-s23 img{width:12px;height:12px}.s2-s21 h3{font-size:10px}.s2-s22{width:auto;flex:1}.banner-searchbar-s2{height:36px;width:90vw}.s2-s24{margin-right:5px}.s2-s23 img{width:16px;height:16px}.s2-s23{display:flex;justify-content:center;align-items:center;margin-right:5px}.s2-s241{width:28px;height:28px;border-radius:40px}.s2-s22-inp{width:93%;font-size:12px;margin-left:10px}.banner-ratings{display:none}.ind_Pop_area{width:auto;height:20px;display:flex;justify-content:center;align-items:center}.ind_Pop_area h5{font-size:10px;display:inline}.mob_pop{display:none}.banner-searchbar-s3 h4{font-size:10px}.banner-main-text{margin-top:-10px}.banner-searchbar{margin-top:-8px}}@media(min-width:650px){.banner-img-field{display:flex}.banner{gap:10px;width:90vw}.banner-text-field{width:60%}.banner-searchbar{width:100%}.banner-searchbar-s2{width:90%}.banner-img-field{width:40%}.banner-img1-sec,.banner-img2-sec{justify-content:center;gap:10px}.banner-img1-sec img,.banner-img2-sec img{width:115px;height:80px}.banner-img2-sec img{border-radius:10px}}@media(min-width:769px){.banner_outer{margin-top:78px}.banner_outer{height:300px}.banner-img1-sec img,.banner-img2-sec img{width:142px;height:100px}.banner-text-field h1{font-size:30px}.banner-searchbar{margin-top:10px}.banner-searchbar-s2{height:45px}.banner-main-text{margin-top:10px}.banner-ratings{display:flex}.banner-ratings h5{font-size:12px}}@media(min-width:870px){.banner_outer{margin-top:78px}.banner_outer{height:300px}.banner-img1-sec img,.banner-img2-sec img{width:142px;height:100px}.banner-text-field h1{font-size:40px}.banner-searchbar{margin-top:10px}.banner-searchbar-s2{height:45px}.s2-s21{height:40px;width:90px}.s2-s21 h3{font-size:12px}.banner-s1-inner{width:180px;height:40px}.banner-s1-inner h5{font-size:12px}.aisearch{width:80px;height:20px;top:-28px;right:-10px}.s1-inner-s2,.s1-inner-s1{width:88px;height:30px}.s2-s241{height:40px;width:40px}.s2-s241 svg{height:16px;width:16px}}@media(min-width:1024px){.banner_outer{height:380px}.banner-img1-sec img,.banner-img2-sec img{width:173px;height:120px}.banner-searchbar{margin-top:30px}.banner-ratings h5{font-size:14px}}@media(min-width:1100px){.banner-img1-sec img,.banner-img2-sec img{width:200px;height:120px}}@media(min-width:1300px){.banner-img1-sec img,.banner-img2-sec img{width:270px;height:140px}}@media(min-width:1440px){.banner-img1-sec img,.banner-img2-sec img{width:272px;height:174px}.banner_outer{height:470px}.banner{max-width:1312px;justify-content:space-between}.banner-text-field{width:50%}.banner-main-text h1{font-size:52px}.banner-main-text{margin-top:48px}.banner-img2-sec img{border-radius:24px}.banner-img-field{width:auto}.banner-searchbar{margin-top:40px}.banner-searchbar-s2{height:48px}.s2-s21{height:44px;width:121px;gap:10px}.s2-s21 img{height:16px;width:16px}.s2-s21 h3{font-size:14px}.banner-s1-inner{width:209px;height:48px}.banner-s1-inner h5{font-size:14px}.aisearch{width:87px;height:20px;top:-28px;right:3px}.s1-inner-s1 svg,.s1-inner-s2 svg{width:14px;height:14px}.s1-inner-s2,.s1-inner-s1{width:99px;height:36px}.s2-s241{height:44px;width:44px}.s2-s241 svg{height:16px;width:16px}.s2-s23 img{width:18px;height:18px;margin-right:10px}.s2-s22 input{font-size:16px}.s2-s22-inp_active{margin-left:20px}.s2-s22 svg{margin-right:10px}.banner-searchbar-s3 h4,.banner-searchbar-s3 h5{font-size:14px}.ind_Pop_area{width:110px;height:25px}.banner-searchbar-s3{display:flex;justify-content:flex-start;align-items:center}}.contact_us{width:90%;max-width:1312px;height:252px;margin:32px auto 80px;background-color:#eff6ff;border-radius:16px;display:flex;justify-content:space-around}.contact_main{display:flex;flex-direction:column;height:100%;margin-top:40px;width:70%;padding-left:30px}.contact_us button{margin-top:40px;width:191px;height:40px;background-color:#2563eb;color:#fff;border-radius:4px;cursor:pointer;border:none;font-size:16px;font-weight:700}.contact_main h1{font-size:32px;font-weight:700}.contact_main h3{font-size:16px;color:#6a6a6a;font-weight:400}.small_los{display:none}.large_loss{width:30%}@media(max-width:860px){.contact_main h1{font-size:20px}.contact_main h3{font-size:12px}.contact_us button{font-size:14px;width:130px;height:30px;margin-top:10px}.small_los{display:block;width:200px;height:150px}.large_loss{display:none}.small_loss_div{display:flex;justify-content:space-between;align-items:center}.contact_us{height:auto}.contact_main{width:90%;margin-top:20px;padding:0}}@media(max-width:420px){.small_los{width:150px;height:120px}.contact_us{margin-bottom:20px;margin-top:10px}}.featured_inner{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1312px;margin:40px auto 64px;z-index:10}.F-titile{width:100%}.f-title-inner{display:flex;justify-content:center;gap:8px}.F-arrow,.arrow_mob{display:flex;justify-content:flex-end;gap:8px}.Farrow{width:20px;height:20px}.Fc1,.Fc2{font-size:40px;display:flex;font-weight:700;font-family:DM Sans,sans-serif;justify-content:center;align-items:center}.Fc1{color:#2563eb}.fc3{display:flex;justify-content:center}.fc3 h4{font-weight:400;font-size:16px;color:#6a6a6a}.Fleft,.Fright{margin-top:16px;margin-bottom:16px;width:40px;height:40px;border:1px solid rgba(37,99,235,1);border-radius:20px;display:flex;justify-content:center;align-items:center;color:#2563eb}.Fleft:hover,.Fright:hover{color:#fff;background-color:#2563eb}.F-pgArea{display:flex;gap:26px;width:100%;overflow:hidden;position:relative}.F-pgCard{flex:0 0 calc(33.333% - 14px);min-width:calc(33.333% - 14px);transition:transform .5s ease,opacity .5s ease;opacity:1}.F-pgArea .F-pgCard{transform:translate(calc(-100% - 20px))}.F-pgCard:nth-child(1),.F-pgCard:nth-child(5){opacity:0;pointer-events:none}.F-pgArea.no-transition .F-pgCard{transition:none!important}.F-pgArea.sliding-left .F-pgCard{transform:translate(calc(-200% - 40px))}.F-pgArea.sliding-left .F-pgCard:nth-child(5){opacity:1}.F-pgArea.sliding-right .F-pgCard{transform:translate(0)}.F-pgArea.sliding-right .F-pgCard:nth-child(1){opacity:1}@media(min-width:320px){.fc3{display:none}.Fc1,.Fc2{font-size:20px}.F-arrow{display:none}.F-titile{width:100%}.f-title-inner{display:flex;justify-content:space-between;align-items:center}.arrow_mob .Fleft,.arrow_mob .Fright{width:24px;height:24px}.arrow_mob svg{width:10px;height:10px}.featured_inner{width:90%}}@media(min-width:320px)and (max-width:360px){.featured_inner{width:100%;padding:0 10px}.F-pgArea{gap:16px}.F-pgCard{flex:0 0 300px;min-width:300px}.F-pgArea .F-pgCard{transform:translate(calc(-100% - 16px))}.F-pgArea.sliding-left .F-pgCard{transform:translate(calc(-200% - 32px))}.F-pgArea.sliding-right .F-pgCard{transform:translate(0)}}@media(min-width:360px)and (max-width:480px){.featured_inner{width:100%;padding:0 16px}.F-pgArea{gap:16px}.F-pgCard{flex:0 0 328px;min-width:328px}.F-pgArea .F-pgCard{transform:translate(calc(-100% - 16px))}.F-pgArea.sliding-left .F-pgCard{transform:translate(calc(-200% - 32px))}.F-pgArea.sliding-right .F-pgCard{transform:translate(0)}}@media(min-width:481px)and (max-width:768px){.F-pgArea{gap:13px}.F-pgCard{flex:0 0 360px;min-width:360px;max-width:360px}.F-pgArea .F-pgCard{transform:translate(calc(-100% - 20px))}.F-pgArea.sliding-left .F-pgCard{transform:translate(calc(-200% - 40px))}.F-pgArea.sliding-right .F-pgCard{transform:translate(0)}}@media(min-width:768px){.fc3,.f-title-inner{display:flex;justify-content:center}.Fc1,.Fc2{font-size:30px}.arrow_mob{display:none}.F-titile{justify-content:center}.F-arrow{display:flex}}@media(min-width:769px)and (max-width:900px){.F-pgArea{gap:24px}.F-pgCard{flex:0 0 420px;min-width:420px;max-width:420px}.F-pgArea .F-pgCard{transform:translate(calc(-100% - 24px))}.F-pgArea.sliding-left .F-pgCard{transform:translate(calc(-200% - 48px))}.F-pgArea.sliding-right .F-pgCard{transform:translate(0)}}@media(min-width:901px){.F-pgArea{gap:26px}.F-pgCard{flex:0 0 420px;min-width:420px;max-width:420px}.F-pgArea .F-pgCard{transform:translate(calc(-100% - 26px))}.F-pgArea.sliding-left .F-pgCard{transform:translate(calc(-200% - 52px))}.F-pgArea.sliding-right .F-pgCard{transform:translate(0)}}.finestPgs{width:100%;height:533px;background-color:#f5f5f5}.finest_inner{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.fpg_heading{margin-top:40px}.fpg_s2 h3{font-weight:400;font-size:16px;color:#6a6a6a}.fpg_s1 h1{font-weight:700;font-size:40px}.fpg_s1{display:flex;justify-content:center}.fpg_arrow{display:flex;justify-content:flex-end;gap:8px}.fpgarrowicon{width:20px;height:20px}.fpgright:hover,.fpgleft:hover{background-color:#2564eb2a}.fpgleft,.fpgright{margin-top:16px;margin-bottom:16px;width:40px;height:40px;border:1px solid rgba(37,99,235,1);border-radius:20px;display:flex;justify-content:center;align-items:center;color:#2563eb}.fpg_img_sec{position:relative;width:90%;max-width:1312px}.fpgArrowMainDiv{display:flex;justify-content:flex-end;position:absolute;top:-20px;right:0;z-index:100}.fpg_card_container{display:flex;gap:25px;width:100%;max-width:1312px;overflow:hidden;position:relative;margin-top:51px}.fpg_card{border-radius:16px;width:420px;flex-shrink:0;height:260px;display:flex;flex-direction:column;justify-content:flex-end;background-size:cover;transition:transform .5s ease,opacity .5s ease;opacity:1;position:relative;cursor:pointer}.fpg_card:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000000b3,#0000004d,#0000001a);border-radius:16px;pointer-events:none}.fpg_card h2,.fpg_card .addfpg{position:relative;z-index:1}.fpg_card h2{color:#fff;font-weight:600;font-size:20px;margin-left:20px}.fpg_card h4{color:#b3b3b3;font-weight:400;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:380px}.loc .addfpg{width:16px;height:16px}.addfpg{display:flex;justify-content:flex-start;align-items:center;margin-left:20px;margin-bottom:20px}.fpg_card_container .fpg_card{transform:translate(calc(-100% - 25px))}.fpg_card:nth-child(1),.fpg_card:nth-child(5){opacity:0;pointer-events:none}.fpg_card_container.no-transition .fpg_card{transition:none!important}.fpg_card_container.sliding-left .fpg_card{transform:translate(calc(-200% - 50px))}.fpg_card_container.sliding-left .fpg_card:nth-child(5){opacity:1}.fpg_card_container.sliding-right .fpg_card{transform:translate(0)}.fpg_card_container.sliding-right .fpg_card:nth-child(1){opacity:1}.Fpg_loadMore-btn,.loadMore-btn{display:flex;justify-content:center;align-items:center;width:142px;height:37px;border-radius:32px;background-color:#fff;border:1px solid rgba(37,99,235,1);font-size:16px;font-weight:600;color:#2563eb;gap:8px;cursor:pointer}.Fpg_loadMore{margin-top:40px;display:flex;justify-content:center;cursor:pointer;width:142px;margin-left:auto;margin-right:auto}.Fpg_loadMore-btn:hover,.loadMore-btn:hover{background-color:#2563eb;color:#fff}.Fpg_loadMore h1{font-size:14px;font-weight:400;color:#6a6a6a}.arrow_mob_fpg{display:none}@media(max-width:1024px){.fpg_card{width:328px;height:200px}.finestPgs{height:440px}.fpg_s1 h1{font-size:30px}.fpg_s2 h3{font-size:14px}.fpg_heading{margin-top:20px}}@media(max-width:767px){.fpg_s2{display:none}.Fpg_loadMore{margin-top:1px}.fpg_arrow{display:none}.arrow_mob_fpg{display:flex;justify-content:center;flex-direction:row;gap:10px}.fpgleft,.fpgright{width:24px;height:24px}.fpgleft svg,.fpgright svg{width:10px;height:10px}.fpg_s1{align-items:center;justify-content:space-between}.fpg_heading{width:90%;margin-top:5px}.fpg_s1 h1{font-size:20px}.fpg_card_container{margin-top:10px}.finestPgs{height:330px}.loadMore-btn{width:105px;height:28px;margin-top:15px}.loadMore-btn svg{width:16px;height:16px}.loadMore-btn div{font-size:12px}.fpg_card h2{font-size:14px}.fpg_card h4{font-size:12px}}.home{display:flex;flex-direction:column}.Popular{display:flex;justify-content:center;align-items:center}.pop_cards_container{display:grid;justify-content:space-between;grid-template-columns:auto auto auto auto auto auto auto}.pop_cards{width:170px;height:190px;border-radius:24px;background-position:center;background-size:cover;display:flex;justify-content:center;align-items:end;cursor:pointer}.Popular{height:364px;width:100%}.popular_inner{width:90%;max-width:1312px}.pop_heading{margin-top:32px}.pop_s2 h3{font-weight:400;font-size:16px;color:#6a6a6a}.pop_s1 h1{font-weight:700;font-size:40px}.pop_s1{display:flex;justify-content:center}.pop_s2{width:auto;display:flex;justify-content:center}.pop_cards_container{margin-top:40px;margin-bottom:32px}.pop_cards h1{font-size:20px;color:#fff;font-weight:600;margin-bottom:16px}@media(max-width:1370px){.pop_cards_container{grid-template-columns:auto auto auto auto;grid-template-rows:auto;row-gap:20px;justify-content:space-around}.Popular{height:auto}}@media(max-width:769px){.pop_cards_container{grid-template-columns:auto auto auto auto;grid-template-rows:auto;row-gap:20px;justify-content:space-around}.Popular{height:auto}.pop_s1 h1{font-size:20px}.pop_s2{display:none}.pop_cards{width:156px;height:132px;border-radius:16px}.pop_heading{margin-top:10px}.pop_cards_container{margin-top:15px}.pop_cards h1{font-size:14px}}@media(max-width:710px){.pop_cards_container{grid-template-columns:auto auto auto}}@media(max-width:540px){.pop_cards_container{grid-template-columns:auto auto;margin-bottom:10px}}*,*:after,*:before{box-sizing:border-box;margin:0;padding:0}.wcu{background-color:#f5f5f5;width:100%;height:294px}.wcu_inner{width:90%;max-width:1312px;margin:auto}.inner_box_container{display:grid;grid-template-columns:auto auto auto auto;justify-content:space-around;margin-top:40px}.inner_box{display:flex;justify-content:flex-start;gap:10px;align-items:center;width:316px;height:72px;border-radius:16px;background-color:#fff;border:.5px solid rgba(225,230,243,1);padding:16px}.inner_box_container img{width:40px;height:40px;border-radius:10px}.inner_box_container h1{font-weight:500;font-size:18px}body{overflow-x:hidden}@media(max-width:1430px){.inner_box_container{grid-template-columns:auto auto auto;justify-content:space-around;row-gap:20px}.wcu{height:auto;margin-bottom:10px;padding-bottom:10px}}@media(max-width:1060px){.inner_box_container{grid-template-columns:auto auto}.inner_box{width:200px;height:38px;border-radius:8px;gap:2px}.inner_box img{width:22px;height:22px}.inner_box h1{font-size:14px}.inner_box_container{margin-top:5px}}@media(max-width:450px){.inner_box{width:157px;height:38px;border-radius:8px;gap:2px}.inner_box img{width:22px;height:22px}.inner_box h1{font-size:12px}}.pg-owner-list-page{width:100%;min-height:100vh;background-color:#fff;margin-top:40px}.owner-header{background-color:#fff;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #E5E7EB}.owner-main{padding:64px}.owner-container{max-width:1400px;margin:0 auto}.owners-table{background:#fff;border-radius:10px;border:1px solid #E5E7EB;overflow:hidden}.table-header{display:grid;grid-template-columns:1.5fr 2fr 1fr 60px;gap:16px;padding:16px 24px;background:#f5f5f5;border-bottom:1px solid #E5E7EB}.header-cell{font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:#6b7280}.table-body{display:flex;flex-direction:column}.table-row{display:grid;grid-template-columns:1.5fr 2fr 1fr 60px;gap:16px;padding:20px 24px;border-bottom:1px solid #E5E7EB;cursor:pointer;transition:background-color .2s;align-items:center}.table-row:last-child{border-bottom:none}.table-row:hover{background-color:#fff}.table-cell{display:flex;align-items:center}.name-column .owner-info{display:flex;align-items:center;gap:16px}.owner-avatar{width:56px;height:56px;border-radius:50%;background:#1e3a8a;display:flex;align-items:center;justify-content:center;color:#fff;font-family:DM Sans,sans-serif;font-size:20px;font-weight:600;flex-shrink:0}.owner-details{display:flex;flex-direction:column;gap:6px}.owner-name{font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;color:#111827;line-height:1.4}.owner-mobile{font-family:DM Sans,sans-serif;font-size:13px;color:#6b7280;line-height:1.4}.owner-email{font-family:DM Sans,sans-serif;font-size:14px;color:#111827}.properties-count{display:flex;align-items:center;gap:8px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;color:#111827}.action-column{justify-content:flex-end}.owner-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:40px}.owner-loading p{font-family:DM Sans,sans-serif;font-size:16px;color:#6b7280;margin-top:16px}.owner-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:40px}.owner-error p{font-family:DM Sans,sans-serif;font-size:16px;color:#ef4444;margin-bottom:24px}.no-owners{display:flex;align-items:center;justify-content:center;padding:60px 20px}.no-owners p{font-family:DM Sans,sans-serif;font-size:16px;color:#6b7280}@media(max-width:1200px){.owner-main{padding:40px}.table-header,.table-row{grid-template-columns:1.5fr 2fr 1fr 50px;gap:12px;padding:16px 20px}}@media(max-width:768px){.owner-header{flex-direction:column;gap:16px;padding:16px 20px}.header-left,.header-center,.header-right{width:100%}.header-center,.header-right{justify-content:flex-start}.contact-info{flex-direction:column;align-items:flex-start;gap:8px}.owner-main{padding:24px 20px}.page-title{font-size:28px}.title-with-back{gap:8px}.back-icon-button svg{width:28px;height:28px}.search-input-wrapper{max-width:100%}.table-header{display:none}.table-row{grid-template-columns:1fr;gap:12px;padding:16px}.table-cell{width:100%}.contact-column,.properties-column{padding-left:60px}.action-column{display:none}}@media(max-width:480px){.page-title{font-size:24px}.back-icon-button svg{width:24px;height:24px}.owner-avatar{width:40px;height:40px;font-size:16px}.owner-name{font-size:15px}.owner-mobile,.owner-email{font-size:13px}}.confirmation-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.confirmation-modal-content{background:#fff;border-radius:12px;padding:32px;width:90%;max-width:440px;position:relative;box-shadow:0 4px 6px #0000001a}.confirmation-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px;line-height:1;transition:color .2s}.confirmation-modal-close:hover{color:#111827}.confirmation-modal-title{font-family:DM Sans,sans-serif;font-size:24px;font-weight:600;color:#111827;margin:0 0 12px}.confirmation-modal-message{font-family:DM Sans,sans-serif;font-size:16px;color:#6b7280;margin:0 0 32px;line-height:1.5}.confirmation-modal-actions{display:flex;gap:12px}.confirmation-modal-cancel,.confirmation-modal-confirm{flex:1;padding:12px 24px;border-radius:8px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.confirmation-modal-cancel{background:#fff;color:#111827;border:1px solid #E5E7EB}.confirmation-modal-cancel:hover{background:#fff}.confirmation-modal-confirm{background:#4f75fe;color:#fff}.confirmation-modal-confirm:hover{background:#3d5fe6}@media(max-width:768px){.confirmation-modal-content{padding:24px;max-width:90%}.confirmation-modal-title{font-size:20px}.confirmation-modal-message{font-size:14px;margin-bottom:24px}.confirmation-modal-actions{flex-direction:column}}.admin-pg-list-page{width:100%;min-height:100vh;background-color:#fff}.pg-list-header{background-color:#fff;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #E5E7EB}.header-left{flex:1}.logo{display:flex;align-items:center;gap:12px}.logo-text{font-family:DM Sans,sans-serif;font-size:20px;font-weight:700;color:#111827;letter-spacing:.5px}.contact-info{display:flex;align-items:center;gap:24px}.phone,.email{display:flex;align-items:center;gap:8px;font-family:DM Sans,sans-serif;font-size:14px;color:#6b7280}.header-right{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:16px}.add-pg-button{display:flex;align-items:center;gap:8px;background:#4f75fe;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.add-pg-button:hover{background:#3d5fe6}.profile{width:48px;height:48px;border-radius:50%;background:#1e3a8a;display:flex;align-items:center;justify-content:center;color:#fff;font-family:DM Sans,sans-serif;font-size:18px;font-weight:600}.pg-list-main{padding:40px 64px;margin-top:70px}.pg-list-container{max-width:1400px;margin:0 auto}.title-section{margin-bottom:32px}.title-with-back{display:flex;align-items:center;gap:12px}.back-icon-button{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s;color:#111827}.back-icon-button:hover{background-color:#f3f4f6}.back-icon-button:active{background-color:#e5e7eb}.page-title{font-family:DM Sans,sans-serif;font-size:32px;font-weight:600;color:#111827;margin:0}.search-section{margin-bottom:32px}.search-input-wrapper{position:relative;width:100%}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);pointer-events:none}.search-input{width:100%;padding:12px 16px 12px 48px;border:1px solid #E5E7EB;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;color:#111827;transition:all .2s;box-sizing:border-box}.search-input:focus{outline:none;border-color:#4f75fe;box-shadow:0 0 0 3px #4f75fe1a}.pg-count-section{margin-bottom:24px}.pg-count{font-family:DM Sans,sans-serif;font-size:20px;font-weight:600;color:#111827;margin:0}.pg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pg-list-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:40px}.pg-list-loading p{font-family:DM Sans,sans-serif;font-size:16px;color:#6b7280;margin-top:16px}.spinner{width:48px;height:48px;border:4px solid #E5E7EB;border-top-color:#4f75fe;border-radius:50%;animation:spin 1s linear infinite}.pg-list-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:40px}.pg-list-error p{font-family:DM Sans,sans-serif;font-size:16px;color:#ef4444;margin-bottom:24px}.retry-button,.back-button{padding:10px 24px;margin:8px;background:#4f75fe;color:#fff;border:none;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.retry-button:hover,.back-button:hover{background:#3d5fe6}.no-pgs{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;padding:60px 20px}.no-pgs p{font-family:DM Sans,sans-serif;font-size:16px;color:#6b7280}@media(max-width:1400px){.pg-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1200px){.pg-list-main{padding:40px}}@media(max-width:900px){.pg-grid{grid-template-columns:1fr}}@media(max-width:768px){.pg-list-header{flex-direction:column;gap:16px;padding:16px 20px}.header-left,.header-center,.header-right{width:100%}.header-center,.header-right{justify-content:flex-start}.contact-info{flex-direction:column;align-items:flex-start;gap:8px}.pg-list-main{padding:24px 20px}.page-title{font-size:28px}.title-with-back{gap:8px}.back-icon-button svg{width:28px;height:28px}.search-input-wrapper{max-width:100%}.pg-count{font-size:18px}}@media(max-width:480px){.page-title{font-size:24px}.back-icon-button svg{width:24px;height:24px}.pg-count{font-size:16px}}.paymentcard-owner-payment-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:24px;margin-bottom:16px;transition:box-shadow .2s;overflow:hidden;box-sizing:border-box}.paymentcard-owner-payment-card:hover{box-shadow:0 2px 8px #00000014}.paymentcard-owner-payment-card-line-1{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:16px;width:100%;box-sizing:border-box}.paymentcard-owner-payment-card-title-section{display:flex;align-items:center;flex:1;min-width:0}.paymentcard-owner-title-and-badge{display:flex;align-items:center;gap:12px;flex-wrap:wrap;flex:1;min-width:0}.paymentcard-owner-payment-card-title{font-family:DM Sans,sans-serif;font-size:18px;font-weight:600;color:#111827;margin:0;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;flex-shrink:1;min-width:0}.paymentcard-owner-plan-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:6px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;white-space:nowrap;flex-shrink:0}.paymentcard-owner-plan-badge-free{background:#fef3c7;color:#f59e0b}.paymentcard-owner-plan-badge-basic{background:#dbeafe;color:#2563eb}.paymentcard-owner-plan-badge-premium{background:#e0e7ff;color:#6366f1}.paymentcard-owner-plan-badge-pro{background:#ffedd5;color:#ea580c}.paymentcard-owner-payment-amount{font-family:DM Sans,sans-serif;font-size:20px;font-weight:700;color:#111827;line-height:1.2;white-space:nowrap;flex-shrink:0}.paymentcard-owner-payment-card-line-2{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:16px;width:100%;box-sizing:border-box}.paymentcard-owner-payment-card-address{font-family:DM Sans,sans-serif;font-size:14px;color:#6b7280;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;flex:1;min-width:0}.paymentcard-owner-payment-date{font-family:DM Sans,sans-serif;font-size:14px;color:#6b7280;line-height:1.5;white-space:nowrap;flex-shrink:0}.paymentcard-owner-payment-card-line-3{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;width:100%;box-sizing:border-box}.paymentcard-owner-payment-id-section{display:flex;align-items:center;gap:4px;flex:1;min-width:0}.paymentcard-owner-payment-id-label{font-family:DM Sans,sans-serif;font-size:14px;color:#6b7280;flex-shrink:0}.paymentcard-owner-payment-id-value{font-family:DM Sans,sans-serif;font-size:14px;color:#111827;font-weight:500;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all}.paymentcard-owner-payment-status-section{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.paymentcard-owner-refunded-text{font-family:DM Sans,sans-serif;font-size:14px;color:#6b7280;white-space:nowrap}.paymentcard-owner-status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;white-space:nowrap}.paymentcard-owner-status-dot{width:6px;height:6px;border-radius:50%;background-color:currentColor}.paymentcard-owner-status-badge-success{background:#d1fae5;color:#10b981}.paymentcard-owner-status-badge-processing{background:#fed7aa;color:#ea580c}.paymentcard-owner-status-badge-refund-process{background:#ccfbf1;color:#14b8a6}.paymentcard-owner-status-badge-refund-success{background:#d1fae5;color:#10b981}.paymentcard-owner-status-badge-failed{background:#fee2e2;color:#ef4444}@media(max-width:768px){.paymentcard-owner-payment-card{padding:20px}.paymentcard-owner-payment-card-line-1{flex-direction:column;align-items:flex-start}.paymentcard-owner-payment-card-line-2{flex-direction:column;align-items:flex-start;gap:8px}.paymentcard-owner-payment-card-line-3{flex-direction:column;align-items:flex-start}.paymentcard-owner-payment-card-title{font-size:16px}.paymentcard-owner-payment-amount{font-size:18px}.paymentcard-owner-payment-date{white-space:normal}.paymentcard-owner-payment-status-section{width:100%;justify-content:space-between}}@media(max-width:480px){.paymentcard-owner-payment-card{padding:16px}.paymentcard-owner-payment-card-line-1,.paymentcard-owner-payment-card-line-2,.paymentcard-owner-payment-card-line-3,.paymentcard-owner-title-and-badge{flex-direction:column;align-items:flex-start;gap:8px}.paymentcard-owner-payment-card-title{font-size:15px}.paymentcard-owner-plan-badge{font-size:12px;padding:4px 10px}.paymentcard-owner-payment-amount{font-size:16px}.paymentcard-owner-payment-date,.paymentcard-owner-payment-card-address,.paymentcard-owner-payment-id-label,.paymentcard-owner-payment-id-value,.paymentcard-owner-refunded-text{font-size:13px}.paymentcard-owner-status-badge{font-size:12px;padding:5px 10px}}.admin-owner-details-page{width:100%;min-height:100vh;background-color:#fff;margin-top:40px}.admin-owner-details-main{padding:64px}.admin-owner-details-container{max-width:1400px;margin:0 auto}.admin-owner-title-section{margin-bottom:32px}.admin-owner-title-with-back{display:flex;align-items:center;gap:12px;margin-left:-50px}.admin-owner-back-icon-button{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s;color:#111827}.admin-owner-back-icon-button:hover{background-color:#f3f4f6}.admin-owner-back-icon-button:active{background-color:#e5e7eb}.admin-owner-page-title{font-family:DM Sans,sans-serif;font-size:32px;font-weight:600;color:#111827;margin:0}.admin-owner-info-card{background:#f5f5f5;border-radius:12px;padding:24px 32px;display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.admin-owner-info-left{display:flex;align-items:center;gap:16px}.admin-owner-avatar-large{width:60px;height:60px;border-radius:50%;background:#1e3a8a;display:flex;align-items:center;justify-content:center;color:#fff;font-family:DM Sans,sans-serif;font-size:24px;font-weight:600;flex-shrink:0}.admin-owner-info-text{display:flex;flex-direction:column;gap:4px}.admin-owner-name{font-family:DM Sans,sans-serif;font-size:20px;font-weight:600;color:#111827;margin:0}.admin-owner-mobile{font-family:DM Sans,sans-serif;font-size:14px;color:#6b7280;margin:0}.admin-owner-info-center{flex:1;display:flex;justify-content:center}.admin-owner-email{font-family:DM Sans,sans-serif;font-size:16px;color:#111827}.admin-owner-info-right{display:flex;align-items:center;gap:8px}.admin-owner-property-count{font-family:DM Sans,sans-serif;font-size:20px;font-weight:600;color:#111827}.admin-owner-tabs-section{display:flex;flex-direction:column;padding:0;gap:0;margin-bottom:32px;border-bottom:1px solid #e5e7eb}.admin-owner-tabs-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:0;gap:0;width:100%;position:relative}.admin-owner-tabs-container{display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:64px;width:100%}.admin-owner-tab{position:relative;background:none;border:none;padding:16px 0;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#6b7280;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;white-space:nowrap;border-bottom:3px solid transparent}.admin-owner-tab:hover:not(.active){color:#111827}.admin-owner-tab.active{color:#2563eb;font-weight:600;border-bottom-color:#2563eb}.admin-owner-tab-badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#2563eb;color:#fff;font-size:12px;font-weight:700;flex-shrink:0}.admin-owner-tabs-divider,.admin-owner-divider-line,.admin-owner-divider-active{display:none}.admin-owner-stats-grid{display:flex;justify-content:space-between;gap:24px;margin-bottom:40px;opacity:1}.admin-owner-stat-card{background:#f5f5f5;border-radius:12px;padding:20px 24px;flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;min-height:132px}.admin-owner-stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.admin-owner-stat-label{font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#6b7280}.admin-owner-stat-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-owner-stat-icon.admin-owner-orange{background:#fef3c7;color:#f59e0b}.admin-owner-stat-icon.admin-owner-green{background:#d1fae5;color:#10b981}.admin-owner-stat-icon.admin-owner-red{background:#fee2e2;color:#ef4444}.admin-owner-stat-value{font-family:DM Sans,sans-serif;font-size:32px;font-weight:700;color:#4f75fe;margin-bottom:6px;line-height:1.2}.admin-owner-stat-description{font-family:DM Sans,sans-serif;font-size:12px;color:#9ca3af;line-height:1.4}.admin-owner-pg-list-section{margin-top:40px}.admin-owner-section-title{font-family:DM Sans,sans-serif;font-size:24px;font-weight:600;color:#111827;margin:0 0 24px}.admin-owner-pg-grid{display:grid;justify-content:space-between;grid-template-columns:repeat(3,1fr);gap:38px}.admin-owner-details-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:40px}.admin-owner-details-loading p{font-family:DM Sans,sans-serif;font-size:16px;color:#6b7280;margin-top:16px}.admin-owner-spinner{width:48px;height:48px;border:4px solid #E5E7EB;border-top-color:#4f75fe;border-radius:50%;animation:spin 1s linear infinite}.admin-owner-details-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:40px}.admin-owner-details-error p{font-family:DM Sans,sans-serif;font-size:16px;color:#ef4444;margin-bottom:24px}.admin-owner-retry-button,.admin-owner-back-button{padding:10px 24px;margin:8px;background:#4f75fe;color:#fff;border:none;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.admin-owner-retry-button:hover,.admin-owner-back-button:hover{background:#3d5fe6}.admin-owner-payments-list{display:flex;flex-direction:column;gap:0}.admin-owner-payments-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px}.admin-owner-payments-loading p{font-family:DM Sans,sans-serif;font-size:16px;color:#6b7280;margin-top:16px}.admin-owner-no-pgs,.admin-owner-no-data{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;padding:60px 20px}.admin-owner-no-pgs p,.admin-owner-no-data p{font-family:DM Sans,sans-serif;font-size:16px;color:#6b7280}@media(max-width:1400px){.admin-owner-pg-grid{grid-template-columns:repeat(2,1fr)}.admin-owner-stats-grid{flex-wrap:wrap}.admin-owner-stat-card{min-height:120px}}@media(max-width:1200px){.admin-owner-details-main{padding:40px}}@media(max-width:900px){.admin-owner-pg-grid{grid-template-columns:1fr}.admin-owner-stats-grid{flex-direction:column}.admin-owner-stat-card{min-height:100px}}@media(max-width:768px){.admin-owner-details-main{padding:24px 20px}.admin-owner-page-title{font-size:28px}.admin-owner-title-with-back{gap:8px}.admin-owner-back-icon-button svg{width:28px;height:28px}.admin-owner-info-card{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.admin-owner-info-center{justify-content:flex-start}.admin-owner-tabs-section{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-owner-tab{white-space:nowrap;padding:12px 16px;font-size:14px}.admin-owner-section-title{font-size:20px}.admin-owner-stat-value{font-size:28px}}@media(max-width:480px){.admin-owner-page-title{font-size:24px}.admin-owner-back-icon-button svg{width:24px;height:24px}.admin-owner-avatar-large{width:48px;height:48px;font-size:20px}.admin-owner-name,.admin-owner-section-title{font-size:18px}.admin-owner-stat-value{font-size:24px}.admin-owner-stat-card{min-height:auto}}.admin-payment-page{min-height:100vh;background:#fff;font-family:DM Sans,sans-serif;margin-top:70px}.admin-payment-header{background:#fff;border-bottom:1px solid #E5E7EB;padding:16px 40px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.admin-payment-header-left{display:flex;align-items:center;gap:32px}.admin-payment-logo{display:flex;align-items:center;gap:8px}.admin-payment-logo-text{font-size:16px;font-weight:700;color:#111827}.admin-payment-contact-info{display:flex;align-items:center;gap:8px}.admin-payment-phone{display:flex;align-items:center;gap:6px;font-size:14px;color:#111827;font-weight:500}.admin-payment-header-right{display:flex;align-items:center;gap:16px}.admin-payment-add-pg-button{background:#6366f1;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;display:flex;align-items:center;gap:8px;font-family:DM Sans,sans-serif}.admin-payment-add-pg-button:hover{background:#4f46e5}.admin-payment-profile{width:40px;height:40px;border-radius:50%;background:#e0e7ff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:600;color:#4f46e5}.admin-payment-content{max-width:1400px;margin:0 auto;padding:32px 40px}.admin-payment-top-section{margin-bottom:32px}.admin-payment-back-button{background:none;border:none;display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280;cursor:pointer;padding:8px 0;margin-bottom:16px;transition:color .2s;font-family:DM Sans,sans-serif;font-weight:500}.admin-payment-back-button:hover{color:#111827}.admin-payment-back-button svg{flex-shrink:0}.admin-payment-title-section{margin-bottom:32px}.admin-payment-title-with-back{display:flex;align-items:center;gap:12px;margin-bottom:8px;margin-left:-50px}.admin-payment-back-icon-button{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s;color:#111827}.admin-payment-back-icon-button:hover{background-color:#f3f4f6}.admin-payment-back-icon-button:active{background-color:#e5e7eb}.admin-payment-page-title{font-size:32px;font-weight:700;color:#111827;margin:0}.admin-payment-list{display:flex;flex-direction:column;gap:16px}.admin-payment-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.admin-payment-spinner{width:40px;height:40px;border:4px solid #E5E7EB;border-top-color:#6366f1;border-radius:50%;animation:admin-payment-spin 1s linear infinite}@keyframes admin-payment-spin{to{transform:rotate(360deg)}}.admin-payment-loading p{font-size:16px;color:#6b7280;margin:0}.admin-payment-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.admin-payment-error p{font-size:16px;color:#ef4444;margin:0}.admin-payment-retry-button{background:#6366f1;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.admin-payment-retry-button:hover{background:#4f46e5}.admin-payment-no-data{display:flex;align-items:center;justify-content:center;padding:60px 20px}.admin-payment-no-data p{font-size:16px;color:#6b7280;margin:0}@media(max-width:768px){.admin-payment-header{padding:16px 20px;flex-direction:column;gap:16px}.admin-payment-header-left{flex-direction:column;gap:12px;width:100%}.admin-payment-header-right{width:100%;justify-content:space-between}.admin-payment-content{padding:24px 20px}.admin-payment-page-title{font-size:24px}.admin-payment-list-container{padding:16px}}@media(max-width:480px){.admin-payment-header{padding:12px 16px}.admin-payment-trovare-logo{height:28px}.admin-payment-add-pg-button{padding:8px 16px;font-size:13px}.admin-payment-content{padding:20px 16px}.admin-payment-page-title{font-size:20px}.admin-payment-list-container{padding:12px}.admin-payment-back-button{font-size:13px}}.admin-featured-pgs-page{min-height:100vh;background:#fff;font-family:DM Sans,sans-serif}.admin-featured-pgs-header{background:#fff;border-bottom:1px solid #E5E7EB;padding:16px 40px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.admin-featured-header-left{display:flex;align-items:center;gap:32px}.admin-featured-logo{display:flex;align-items:center;gap:8px}.admin-featured-logo-text{font-size:16px;font-weight:700;color:#111827}.admin-featured-header-center{flex:1;display:flex;justify-content:center}.admin-featured-contact-info{display:flex;align-items:center;gap:24px}.admin-featured-phone,.admin-featured-email{display:flex;align-items:center;gap:6px;font-size:14px;color:#111827;font-weight:500}.admin-featured-header-right{display:flex;align-items:center;gap:16px}.admin-featured-add-pg-button{background:#6366f1;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;display:flex;align-items:center;gap:8px;font-family:DM Sans,sans-serif}.admin-featured-add-pg-button:hover{background:#4f46e5}.admin-featured-profile{width:40px;height:40px;border-radius:50%;background:#e0e7ff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:600;color:#4f46e5}.admin-featured-pgs-main{padding:40px 64px;margin-top:70px}.admin-featured-pgs-container{max-width:1400px;margin:0 auto}.admin-featured-title-section{margin-bottom:32px}.admin-featured-title-with-back{display:flex;align-items:center;gap:16px;margin-left:-50px}.admin-featured-back-icon-button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s}.admin-featured-back-icon-button:hover{transform:translate(-4px)}.admin-featured-page-title{font-size:32px;font-weight:700;color:#111827;margin:0}.admin-featured-pg-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.admin-featured-pgs-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px}.admin-featured-spinner{width:40px;height:40px;border:4px solid #E5E7EB;border-top-color:#6366f1;border-radius:50%;animation:admin-featured-spin 1s linear infinite}@keyframes admin-featured-spin{to{transform:rotate(360deg)}}.admin-featured-pgs-loading p{font-size:16px;color:#6b7280;margin:0}.admin-featured-pgs-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px}.admin-featured-pgs-error p{font-size:16px;color:#ef4444;margin:0}.admin-featured-retry-button,.admin-featured-back-button{background:#6366f1;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;font-family:DM Sans,sans-serif}.admin-featured-retry-button:hover,.admin-featured-back-button:hover{background:#4f46e5}.admin-featured-back-button{background:#e5e7eb;color:#111827}.admin-featured-no-featured-pgs{display:flex;align-items:center;justify-content:center;min-height:40vh}.admin-featured-no-featured-pgs p{font-size:16px;color:#6b7280;margin:0}@media(max-width:1200px){.admin-featured-pg-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.admin-featured-pgs-header{padding:16px 20px;flex-wrap:wrap;gap:16px}.admin-featured-header-center{order:3;width:100%;justify-content:flex-start}.admin-featured-contact-info{flex-direction:column;align-items:flex-start;gap:8px}.admin-featured-pgs-main{padding:24px 20px}.admin-featured-page-title{font-size:24px}.admin-featured-pg-cards-grid{grid-template-columns:1fr;gap:16px}}@media(max-width:480px){.admin-featured-pgs-header{padding:12px 16px}.admin-featured-logo-text{font-size:14px}.admin-featured-add-pg-button{padding:8px 16px;font-size:13px}.admin-featured-pgs-main{padding:20px 16px}.admin-featured-page-title{font-size:20px}.admin-featured-back-icon-button svg{width:24px;height:24px}}.create-finest-pg-container{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;margin-top:40px}.create-finest-pg-container input[type=number]::-webkit-outer-spin-button,.create-finest-pg-container input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.create-finest-pg-container input[type=number]{-moz-appearance:textfield}.create-finest-pg-wrapper{width:100%;max-width:546px;margin:0 auto;display:flex;flex-direction:column;align-items:center;padding-bottom:100px}.create-finest-page-header{display:flex;align-items:flex-start;gap:24px;margin-bottom:32px;max-width:546px;margin-left:auto;margin-right:auto;position:relative;width:100%}.create-finest-back-button{background:none;border:none;padding:0;cursor:pointer;color:#1f2937;display:flex;align-items:center;justify-content:center;transition:color .2s ease;flex-shrink:0;margin-top:4px;position:absolute;left:-52px}.create-finest-back-button:hover{color:#2463eb}.create-finest-back-button:disabled{opacity:.6;cursor:not-allowed}.create-finest-back-button svg{width:28px;height:28px;margin-top:15px}.create-finest-header-text{flex:1;width:100%}.create-finest-page-title{font-size:40px;font-weight:700;color:#000;margin-bottom:8px;line-height:1.2;margin-top:0}.create-finest-page-description{font-size:16px;color:#6b7280;margin-bottom:0;line-height:1.5}.create-finest-alert{display:flex;align-items:center;gap:12px;padding:16px;border-radius:8px;margin-bottom:24px;font-size:14px;width:100%;max-width:546px;margin-left:auto;margin-right:auto}.create-finest-alert-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.create-finest-alert-error svg{flex-shrink:0;color:#dc2626}.create-finest-alert-success{background-color:#dcfce7;color:#166534;border:1px solid #86efac}.create-finest-alert-success svg{flex-shrink:0;color:#166534}.create-finest-alert-close{margin-left:auto;background:none;border:none;font-size:20px;cursor:pointer;color:inherit;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.create-finest-alert-close:hover{opacity:.7}.create-finest-form{display:flex;flex-direction:column;gap:32px;width:100%;max-width:546px}.create-finest-form-group{display:flex;flex-direction:column;gap:8px}.create-finest-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.create-finest-form-label{font-size:16px;font-weight:500;color:#000;display:flex;align-items:center;gap:4px;margin-bottom:6px;text-align:left}.create-finest-required{color:#ef4444}.create-finest-form-input,.create-finest-form-textarea{width:100%;padding:16px 20px;border:1px solid #d2d8e0;border-radius:4px;font-size:16px;color:#1f2937;transition:all .2s ease-in-out;background-color:#fff;box-sizing:border-box;font-family:inherit}.create-finest-form-input::placeholder,.create-finest-form-textarea::placeholder{color:#c4c4c4;font-weight:300}.create-finest-form-input:focus,.create-finest-form-textarea:focus{outline:none;border-color:#d1d5db;box-shadow:none}.create-finest-form-input:disabled,.create-finest-form-textarea:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.create-finest-form-textarea{resize:vertical;min-height:160px}.create-finest-map-search-container{position:relative;width:100%;height:400px;border:1px solid #d2d8e0;border-radius:4px;overflow:hidden}.create-finest-form-hint{font-size:14px;font-weight:400;color:#6b7280;margin-left:auto}.create-finest-upload-photo-btn,.create-finest-upload-more-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 20px;border:2px dashed #d2d8e0;border-radius:4px;background-color:#fff;cursor:pointer;transition:all .2s ease;font-family:inherit;width:100%}.create-finest-upload-photo-btn:hover:not(:disabled),.create-finest-upload-more-btn:hover:not(:disabled){border-color:#2463eb;background-color:#eff6ff}.create-finest-upload-photo-btn:disabled,.create-finest-upload-more-btn:disabled{opacity:.6;cursor:not-allowed}.create-finest-upload-text{font-size:14px;font-weight:500;color:#2463eb}.create-finest-upload-hint{font-size:12px;color:#6b7280}.create-finest-uploaded-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-bottom:16px}.create-finest-uploaded-image-card{position:relative;border-radius:4px;overflow:hidden;border:1px solid #d2d8e0;transition:all .2s ease;background-color:#fff}.create-finest-uploaded-image-card:hover{border-color:#2463eb;box-shadow:0 2px 8px #2463eb1a}.create-finest-uploaded-image-card.create-finest-cover-image{border-color:#2463eb;background-color:#eff6ff}.create-finest-image-container{position:relative;width:100%;padding-bottom:100%;background-color:#f9fafb}.create-finest-image-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.create-finest-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000000b3;gap:8px}.create-finest-spinner{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:create-finest-spin .8s linear infinite}@keyframes create-finest-spin{to{transform:rotate(360deg)}}.create-finest-upload-status{font-size:12px;color:#fff;font-weight:500}.create-finest-success-overlay{background-color:#22c55ecc}.create-finest-success-overlay svg{color:#fff}.create-finest-error-overlay{background-color:#ef4444cc}.create-finest-error-text{color:#fff}.create-finest-uploaded-image-card.create-finest-uploading{opacity:.8}.create-finest-uploaded-image-card.create-finest-uploaded .create-finest-image-overlay{opacity:0;transition:opacity .3s ease}.create-finest-uploaded-image-card.create-finest-uploaded:hover .create-finest-image-overlay{opacity:1}.create-finest-cover-badge{position:absolute;top:8px;right:8px;background-color:#2463eb;color:#fff;font-size:11px;font-weight:600;padding:4px 8px;border-radius:4px}.create-finest-remove-image-btn{position:absolute;top:8px;left:8px;width:28px;height:28px;border-radius:50%;background-color:#ffffffe6;border:none;color:#dc2626;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;opacity:0}.create-finest-uploaded-image-card:hover .create-finest-remove-image-btn{opacity:1}.create-finest-remove-image-btn:hover:not(:disabled){background-color:#fee2e2;color:#991b1b}.create-finest-remove-image-btn:disabled{cursor:not-allowed;opacity:.5}.create-finest-image-count{font-size:14px;color:#6b7280;margin-top:0;text-align:center}.create-finest-form-actions{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-between;margin-top:0;max-width:546px;margin-left:auto;margin-right:auto;background-color:#fff;padding:20px 10px;z-index:100;gap:16px}.create-finest-btn{padding:10px 32px;height:40px;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;font-family:inherit;display:flex;align-items:center;justify-content:center;border:none}.create-finest-btn-primary{background:#2463eb;color:#fff;flex:1}.create-finest-btn-primary:hover:not(:disabled){background-color:#1d4ed8}.create-finest-btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.create-finest-btn-secondary{background-color:#fff;color:#000;border:1.5px solid #d1d5db;flex:1}.create-finest-btn-secondary:hover:not(:disabled){border-color:#9ca3af}.create-finest-btn-secondary:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.create-finest-pg-wrapper{padding:20px 16px}.create-finest-page-header{margin-bottom:24px}.create-finest-page-title{font-size:28px}.create-finest-form-row{grid-template-columns:1fr;gap:16px}.create-finest-uploaded-images-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.create-finest-form-actions{flex-direction:column;gap:12px;padding-top:12px}.create-finest-btn{width:100%}.create-finest-map-search-container{height:300px}.create-finest-back-button{position:relative;left:auto;margin-top:0;margin-right:8px}.create-finest-page-header{margin-left:0;margin-right:0;position:static}}@media(max-width:480px){.create-finest-pg-wrapper{padding:16px 12px}.create-finest-page-title{font-size:24px}.create-finest-uploaded-images-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.create-finest-map-search-container{height:250px}.create-finest-form-input,.create-finest-form-textarea{font-size:14px;padding:12px 16px}}.finest-pg-card{position:relative;width:420px;height:260px;border-radius:16px;overflow:visible;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.finest-pg-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-4px) scale(1.02)}.finest-pg-card--menu-open{position:relative;z-index:100}.card-image-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;border-radius:20px}.card-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.finest-pg-card:hover .card-image{transform:scale(1.05)}.card-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#9ca3af}.card-overlay{position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(180deg,#0000 29.35%,#000c25);pointer-events:none;z-index:5}.card-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:20px;z-index:10;box-sizing:border-box}.card-text{display:flex;flex-direction:column;gap:4px;color:#fff;width:332px;margin-top:auto}.card-title{font-family:DM Sans,sans-serif;font-style:normal;font-weight:600;font-size:20px;line-height:26px;color:#fff;margin:0;width:332px;height:26px}.card-address{display:flex;flex-direction:row;align-items:center;gap:6px;font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:18px;color:#b3b3b3;width:332px;height:18px}.card-address svg{width:16px;height:16px;flex-shrink:0;color:#b3b3b3}.address-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:310px;font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:18px;color:#b3b3b3}.card-menu{position:absolute;top:226px;left:386px;width:18px;height:18px}.menu-button{background:none;border:none;color:#ffffffe6;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:18px;height:18px}.menu-button:hover{color:#fff}.menu-button svg{width:18px;height:18px}.dropdown-menu{position:absolute;top:226px;right:34px;background-color:#fff;border:.5px solid #E1E6F3;border-radius:4px;min-width:100px;box-shadow:0 4px 10px #00000026;z-index:1000;padding:8px;display:flex;flex-direction:column;align-items:flex-start;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.menu-item{display:flex;align-items:center;gap:8px;width:65px;height:18px;padding:0;border:none;background:none;cursor:pointer;font-family:DM Sans,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:18px;transition:all .2s ease;text-align:left}.menu-item:first-child{border-bottom:none}.menu-item:hover{background-color:transparent}.menu-item svg{width:14px;height:14px;flex-shrink:0}.edit-item{color:#2463eb;display:none}.edit-item:hover{background-color:transparent}.edit-item svg{color:#2463eb}.delete-item{color:#e82f31}.delete-item:hover{background-color:transparent}.delete-item svg{color:#e82f31}.delete-message{display:flex;align-items:center;gap:12px;padding:12px 16px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;font-size:14px;color:#dc2626;margin-bottom:12px}.delete-message svg{width:18px;height:18px;flex-shrink:0}@media(max-width:768px){.finest-pg-card{width:100%;max-width:420px;height:260px}.card-title{font-size:18px}.card-address{font-size:12px}.address-text{max-width:200px}}@media(max-width:480px){.finest-pg-card{width:100%;max-width:420px;height:260px;border-radius:12px}.card-content{padding:16px}.card-title{font-size:16px}.card-address{font-size:12px}.address-text{max-width:150px}.menu-button{width:18px;height:18px}.dropdown-menu{min-width:89px}.menu-item{font-size:14px}}.admin-finest-pg-listing{min-height:100vh;background-color:#fff;padding:40px 64px;margin-top:70px}.admin-finest-admin-header{background-color:#fff;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb}.admin-finest-admin-header-left{flex:1}.admin-finest-admin-logo{display:flex;align-items:center;gap:12px}.admin-finest-admin-logo-text{font-size:20px;font-weight:700;color:#2463eb;letter-spacing:.5px}.admin-finest-admin-header-center{flex:1;display:flex;justify-content:center}.admin-finest-admin-contact{display:flex;align-items:center;gap:24px}.admin-finest-admin-phone,.admin-finest-admin-email{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280}.admin-finest-admin-phone svg,.admin-finest-admin-email svg{width:16px;height:16px;flex-shrink:0}.admin-finest-admin-header-right{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:16px}.admin-finest-add-pg-button{display:flex;align-items:center;gap:8px;background:#2463eb;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.admin-finest-add-pg-button:hover{background:#1d4ed8}.admin-finest-admin-profile{width:48px;height:48px;border-radius:50%;background:#1e3a8a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:600}.admin-finest-listing-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:40px;padding:32px 64px 0;position:relative}.admin-finest-listing-header-left{display:flex;align-items:center;gap:24px}.admin-finest-back-button{background:none;border:none;padding:0;cursor:pointer;color:#1f2937;display:flex;align-items:center;justify-content:center;transition:color .2s ease;flex-shrink:0;margin-left:-50px}.admin-finest-back-button:hover:not(:disabled){color:#2463eb}.admin-finest-back-button:disabled{opacity:.6;cursor:not-allowed}.admin-finest-back-button svg{width:28px;height:28px}.admin-finest-page-title{font-size:40px;font-weight:700;color:#000;margin:0;line-height:1.2}.admin-finest-add-finest-property-button{display:flex;align-items:center;gap:8px;background:#2463eb;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;flex-shrink:0}.admin-finest-add-finest-property-button:hover:not(:disabled){background:#1d4ed8}.admin-finest-add-finest-property-button:disabled{opacity:.6;cursor:not-allowed}.admin-finest-alert{display:flex;align-items:center;gap:12px;padding:16px;border-radius:8px;margin:0 40px 24px;font-size:14px;max-width:calc(100% - 80px);animation:admin-finest-slideDown .3s ease}@keyframes admin-finest-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.admin-finest-alert-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.admin-finest-alert-error svg{flex-shrink:0;color:#dc2626}.admin-finest-alert-success{background-color:#dcfce7;color:#166534;border:1px solid #86efac}.admin-finest-alert-success svg{flex-shrink:0;color:#166534}.admin-finest-alert-close{margin-left:auto;background:none;border:none;font-size:20px;cursor:pointer;color:inherit;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.admin-finest-alert-close:hover{opacity:.7}.admin-finest-loading-container{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;z-index:9999;gap:20px}.admin-finest-loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#2463eb;border-radius:50%;animation:admin-finest-spin .8s linear infinite}@keyframes admin-finest-spin{to{transform:rotate(360deg)}}.admin-finest-loading-text{font-size:16px;color:#6b7280;font-weight:500}.admin-finest-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;gap:20px;text-align:center;color:#6b7280}.admin-finest-empty-state svg{width:64px;height:64px;color:#d1d5db}.admin-finest-empty-title{font-size:24px;font-weight:600;color:#1f2937;margin:0}.admin-finest-empty-description{font-size:16px;color:#6b7280;margin:0;max-width:400px}.admin-finest-btn-create{padding:12px 32px;background-color:#2463eb;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:12px}.admin-finest-btn-create:hover{background-color:#1d4ed8;box-shadow:0 4px 12px #2463eb4d}.admin-finest-btn-create:active{transform:translateY(1px)}.admin-finest-cards-container{width:100%;display:flex;flex-direction:column;gap:32px;padding:0 64px 32px}.admin-finest-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));gap:32px;width:100%}.admin-finest-card-wrapper{position:relative}.admin-finest-delete-confirmation{position:absolute;inset:0;background-color:#0006;border-radius:16px;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:admin-finest-fadeIn .2s ease}@keyframes admin-finest-fadeIn{0%{opacity:0}to{opacity:1}}.admin-finest-confirmation-content{background-color:#fff;border-radius:12px;padding:32px;text-align:center;max-width:320px;box-shadow:0 20px 25px #00000026;animation:admin-finest-slideUp .3s ease}@keyframes admin-finest-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.admin-finest-confirmation-content svg{width:40px;height:40px;color:#dc2626;margin:0 auto 16px}.admin-finest-confirmation-title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 8px}.admin-finest-confirmation-text{font-size:14px;color:#6b7280;margin:0 0 24px;line-height:1.5}.admin-finest-confirmation-actions{display:flex;gap:12px;justify-content:center}.admin-finest-btn-cancel,.admin-finest-btn-delete-confirm{padding:10px 24px;border-radius:6px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;flex:1}.admin-finest-btn-cancel{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.admin-finest-btn-cancel:hover:not(:disabled){background-color:#e5e7eb;border-color:#9ca3af}.admin-finest-btn-cancel:disabled{opacity:.5;cursor:not-allowed}.admin-finest-btn-delete-confirm{background-color:#dc2626;color:#fff}.admin-finest-btn-delete-confirm:hover:not(:disabled){background-color:#b91c1c;box-shadow:0 4px 12px #dc26264d}.admin-finest-btn-delete-confirm:disabled{opacity:.6;cursor:not-allowed}.admin-finest-results-summary{text-align:center;padding-top:20px;border-top:1px solid #e5e7eb;color:#6b7280;font-size:14px}.admin-finest-results-summary p{margin:0}@media(max-width:1024px){.admin-finest-cards-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px}}@media(max-width:768px){.admin-finest-admin-header{padding:16px 20px}.admin-finest-listing-header{margin-bottom:32px;gap:16px;padding:20px 20px 0;flex-wrap:wrap}.admin-finest-listing-header-left{gap:16px}.admin-finest-page-title{font-size:28px}.admin-finest-alert{margin:0 20px 24px;max-width:calc(100% - 40px)}.admin-finest-loading-container,.admin-finest-empty-state{padding:60px 20px}.admin-finest-cards-container{padding:0 20px 20px}.admin-finest-cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.admin-finest-confirmation-content{padding:24px;max-width:280px}.admin-finest-confirmation-actions{flex-direction:column;gap:8px}.admin-finest-btn-cancel,.admin-finest-btn-delete-confirm{width:100%}}@media(max-width:480px){.admin-finest-admin-header{padding:12px 16px;flex-direction:column;gap:12px}.admin-finest-admin-header-left,.admin-finest-admin-header-center,.admin-finest-admin-header-right{flex:none;width:100%}.admin-finest-admin-header-center{justify-content:flex-start}.admin-finest-admin-header-right{justify-content:space-between}.admin-finest-listing-header{gap:12px;margin-bottom:24px;padding:16px 16px 0;flex-wrap:wrap}.admin-finest-listing-header-left{gap:12px;width:100%}.admin-finest-add-finest-property-button{width:100%;justify-content:center;padding:12px 16px;font-size:13px}.admin-finest-page-title{font-size:24px}.admin-finest-alert{margin:0 16px 16px;max-width:calc(100% - 32px)}.admin-finest-loading-container,.admin-finest-empty-state{padding:40px 16px}.admin-finest-cards-container{padding:0 16px 16px}.admin-finest-cards-grid{grid-template-columns:1fr;gap:16px}.admin-finest-confirmation-content{padding:20px;max-width:100%;margin:0 12px}.admin-finest-confirmation-title{font-size:16px}.admin-finest-confirmation-text{font-size:13px}.admin-finest-btn-cancel,.admin-finest-btn-delete-confirm{padding:10px 16px;font-size:13px}}.superadmin-page{display:flex;min-height:100vh;width:100%;position:relative}.superadmin-trovare-logo{position:absolute;top:44px;left:88px;width:220px;height:72px;z-index:10}.superadmin-left{flex:1;display:flex;align-items:center;justify-content:center;background:#fff}.superadmin-logo{font-size:48px;font-weight:700;color:#fff;letter-spacing:2px}.superadmin-logo-img{width:563px;height:487px;object-fit:contain}.superadmin-divider{width:1px;height:786px;background-color:#e1e6f3}.superadmin-right{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;gap:24px}.superadmin-welcome{width:303px;height:42px;font-size:32px;font-weight:600;color:#1a1a2e;margin:0;text-align:center}.superadmin-card{width:460px;min-height:425px;border:1px solid #e0e0e0;border-radius:16px;padding:32px 24px;background:#fff;display:flex;flex-direction:column;gap:24px;box-sizing:border-box}.superadmin-card-content{flex:1;display:flex;flex-direction:column;gap:20px}.superadmin-field{display:flex;flex-direction:column;gap:6px;width:412px}.superadmin-label{font-size:14px;font-weight:500;color:#333}.superadmin-required{color:red;margin-left:2px}.superadmin-mobile-input{display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff;height:44px}.superadmin-country-code{padding:12px;background:#fff;color:#333;font-size:14px;font-weight:500;border-right:1px solid #e0e0e0}.superadmin-mobile-input .superadmin-input{flex:1;border:none;padding:12px;font-size:14px;outline:none}.superadmin-send-otp{display:inline-flex;padding:10px;margin-right:3px;background:#2563eb;color:#fff;border:5px;border-radius:5px;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap}.superadmin-send-otp:hover:not(:disabled){background:#2563eb}.superadmin-send-otp:disabled{background:#ccc;cursor:not-allowed}.superadmin-otp-container{display:flex;gap:10px;justify-content:space-between}.superadmin-otp-box{width:50px;height:50px;border:1px solid #e0e0e0;border-radius:8px;text-align:center;font-size:20px;font-weight:600;outline:none}.superadmin-otp-box:focus{border-color:#1a1a2e}.superadmin-resend{text-align:left}.superadmin-timer{font-size:13px;color:#666}.superadmin-timer-value{color:#3b82f6;font-weight:600;margin-left:4px}.superadmin-resend-btn{background:none;border:none;color:#3b82f6;font-size:13px;font-weight:600;cursor:pointer}.superadmin-resend-btn:hover{color:#2563eb}.superadmin-password-wrapper{position:relative;display:flex;align-items:center;height:44px}.superadmin-password-input{width:100%;height:44px;padding:0 44px 0 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;outline:none;box-sizing:border-box}.superadmin-password-input:focus{border-color:#1a1a2e}.superadmin-eye-btn{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#666}.superadmin-eye-btn:hover{color:#333}.superadmin-login-btn{width:100%;padding:14px;background:#ccc;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:not-allowed;margin-top:auto;transition:background-color .2s ease}.superadmin-login-btn.active{background:#2563eb;cursor:pointer}.superadmin-login-btn.active:hover{background:#2563eb}.superadmin-login-btn:disabled{background:#ccc;cursor:not-allowed}.superadmin-error{color:#dc2626;font-size:13px;text-align:center;padding:8px;background:#fef2f2;border-radius:6px}@media(max-width:1024px){.superadmin-trovare-logo{top:24px;left:44px;width:180px;height:60px}.superadmin-logo-img{width:400px;height:350px}.superadmin-card{width:400px}.superadmin-field{width:100%}}@media(max-width:768px){.superadmin-page{flex-direction:column;padding:20px;box-sizing:border-box;justify-content:center}.superadmin-trovare-logo{position:static;width:160px;height:auto;margin:0 auto 30px}.superadmin-left,.superadmin-divider{display:none}.superadmin-right{flex:initial;width:100%;background:transparent;padding:0;justify-content:flex-start}.superadmin-welcome{font-size:24px;width:100%;margin-bottom:10px;height:auto}.superadmin-card{width:100%;padding:24px 16px;min-height:auto;background:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.superadmin-field{width:100%}.superadmin-send-otp{padding:12px 8px;font-size:12px}.superadmin-otp-container{gap:8px}.superadmin-otp-box{flex:1;min-width:0;height:44px;font-size:18px}}@media(max-width:480px){.superadmin-page{padding:16px}.superadmin-trovare-logo{width:140px;margin-bottom:20px}.superadmin-welcome{font-size:20px}.superadmin-card{padding:20px 12px;border-radius:12px}.superadmin-send-otp{padding:10px 6px;font-size:11px}.superadmin-otp-box{height:40px;font-size:16px}.superadmin-login-btn{padding:12px;font-size:15px}}@media(max-width:360px){.superadmin-page{padding:12px}.superadmin-trovare-logo{width:120px}.superadmin-welcome{font-size:18px}.superadmin-card{padding:16px 10px;gap:20px}.superadmin-label{font-size:13px}.superadmin-country-code,.superadmin-mobile-input .superadmin-input{padding:10px 8px;font-size:13px}.superadmin-send-otp{padding:10px 6px;font-size:10px}.superadmin-otp-container{gap:6px}.superadmin-otp-box{height:36px;font-size:14px}.superadmin-password-input{font-size:13px;padding:0 40px 0 10px}.superadmin-login-btn{padding:10px;font-size:14px}}.search-analytics-page{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;color:#6b7280}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.retry-button,.back-button{padding:10px 20px;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.retry-button{background:#3b82f6;color:#fff}.retry-button:hover{background:#2563eb}.back-button{background:#e5e7eb;color:#374151}.back-button:hover{background:#d1d5db}.analytics-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 32px;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center}.logo{display:flex;align-items:center;gap:8px;cursor:pointer}.logo-text{font-size:18px;font-weight:700;color:#111827;font-family:DM Sans,sans-serif}.header-center{flex:1;display:flex;justify-content:center}.contact-info{display:flex;gap:24px;font-family:DM Sans,sans-serif;font-size:13px;color:#6b7280}.contact-info span{display:flex;align-items:center;gap:8px}.header-right{display:flex;align-items:center;gap:16px}.add-pg-button{background:#3b82f6;color:#fff;border:none;padding:10px 16px;border-radius:6px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .2s}.add-pg-button:hover{background:#2563eb}.profile{width:40px;height:40px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif}.analytics-main{flex:1;padding:32px;overflow-y:auto;margin-top:70px}.analytics-container{max-width:1200px;margin:0 auto}.title-section{display:flex;align-items:center;gap:16px;margin-bottom:32px}.back-icon-button{background:transparent;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s;margin-left:-50px}.back-icon-button:hover{background:#f3f4f6}.page-title{font-size:28px;font-weight:700;color:#111827;margin:0;font-family:DM Sans,sans-serif}.total-searches-card{background:#f5f5f5;border-radius:10px;padding:24px;margin-bottom:32px;border:1px solid #e5e7eb}.card-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;font-family:DM Sans,sans-serif}.total-count{font-size:48px;font-weight:700;color:#3b82f6;margin:0 0 4px;font-family:DM Sans,sans-serif}.card-subtitle{font-size:14px;color:#6b7280;margin:0;font-family:DM Sans,sans-serif}.location-rankings-section{background:#fff;border-radius:10px;padding:24px;border:1px solid #e5e7eb}.section-title{font-size:16px;font-weight:700;color:#111827;margin:0 0 20px;font-family:DM Sans,sans-serif}.search-input-wrapper{position:relative;margin-bottom:24px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);pointer-events:none}.search-input{width:100%;padding:12px 12px 12px 40px;border:1px solid #d1d5db;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;color:#111827;background:#fff;transition:border-color .2s}.search-input::placeholder{color:#9ca3af}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.locations-list{display:flex;flex-direction:column;gap:0}.location-item{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #f3f4f6;transition:background .2s}.location-item:last-child{border-bottom:none}.location-item:hover{background:#fafbfc}.location-left{display:flex;align-items:center;gap:12px}.location-pin{width:20px;height:20px;color:#3b82f6}.location-name{font-size:14px;font-weight:500;color:#111827;font-family:DM Sans,sans-serif}.location-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.search-count{font-size:16px;font-weight:700;color:#3b82f6;font-family:DM Sans,sans-serif}.search-label{font-size:11px;color:#9ca3af;font-weight:500;font-family:DM Sans,sans-serif}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;color:#6b7280}.no-results p{font-size:14px;margin:0;font-family:DM Sans,sans-serif}@media(max-width:768px){.analytics-header{flex-direction:column;gap:16px;padding:16px}.header-center{order:3;width:100%}.contact-info{flex-direction:column;gap:12px}.analytics-main{padding:16px}.title-section{margin-bottom:24px}.page-title{font-size:24px}.total-count{font-size:36px}.location-rankings-section{padding:16px}.location-item{padding:12px 0}.search-count{font-size:14px}}@media(max-width:480px){.analytics-header{padding:12px}.logo-text{display:none}.analytics-main{padding:12px}.page-title{font-size:20px}.total-searches-card{padding:16px}.total-count{font-size:28px}.location-rankings-section{padding:16px}.location-left{gap:8px}.location-name,.search-count{font-size:12px}}*{box-sizing:border-box}.fpd-page{width:100%;min-height:100vh;background:#fbf6f2;position:relative;overflow-x:hidden;overflow-y:auto}.fpd-decorative-frame{position:absolute;width:12px;height:2953px;left:26px;top:110px;z-index:1}.fpd-line{position:absolute}.fpd-line-main{width:2953px;height:0px;left:5px;top:0;border:2px solid #F9E6D7;transform:rotate(90deg);transform-origin:left top}.fpd-line-accent{width:164px;height:0px;left:6px;top:1px;transform:rotate(90deg);transform-origin:left top}.fpd-header{position:fixed;top:0;left:0;width:100%;height:78px;background:#fff;box-shadow:0 0 30px #e8ebf2cc;display:flex;align-items:center;padding:0 64px;gap:24px;z-index:1000}.fpd-header-back{background:none;border:none;cursor:pointer;color:#222429;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.fpd-header-back:hover{color:#2563eb;transform:scale(1.1)}.fpd-header-logo{font-family:DM Sans,sans-serif;font-size:24px;font-weight:600;color:#222429}.fpd-content{padding-top:78px;margin-left:0;width:100%;overflow-x:hidden}.fpd-section{padding:60px 64px;max-width:1440px;margin:0 auto}.fpd-hero{padding:40px 64px 0}.fpd-hero-image-wrapper{width:100%;height:400px;border-radius:40px;overflow:hidden;border:10px solid #FFFFFF;box-shadow:0 0 30px #00000026;margin-bottom:40px}.fpd-hero-img,.fpd-image-placeholder{width:100%;height:100%;object-fit:cover}.fpd-image-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#9ca3af}.fpd-title-box{text-align:center;padding:0 40px;margin-bottom:40px}.fpd-title{font-family:Dancing Script,cursive;font-size:48px;font-weight:400;color:#222429;margin:0 0 16px;line-height:58px}.fpd-address{font-family:Montserrat,sans-serif;font-size:14px;color:#6a6a6a;margin:0 0 20px;line-height:17px}.fpd-tags{display:flex;justify-content:center;gap:57px;flex-wrap:wrap}.fpd-tag{font-family:Montserrat,sans-serif;font-size:16px;color:#ec7311;font-weight:400;line-height:20px}.fpd-quote-container{padding:60px 64px}.fpd-quote-wrapper{display:flex;flex-direction:row;align-items:center;gap:48px;max-width:1312px;margin:0 auto}.fpd-quote-box{flex:1;min-width:0}.fpd-quote{font-family:Dancing Script,cursive;font-size:48px;font-weight:400;color:#222429;line-height:58px;margin:0}.fpd-quote-img-box{flex:1;width:400px;height:280px;border-radius:32px;overflow:hidden;border:10px solid #FFFFFF;box-shadow:0 0 30px #00000026}.fpd-quote-img{width:100%;height:100%;object-fit:cover}.fpd-divider{width:12px;height:300px;background:linear-gradient(to bottom,#f9e6d7,#ffa760 20%,#f9e6d7);margin:40px auto;border-radius:6px}.fpd-divider-line-full{width:100%;max-width:1312px;height:2px;background:#ffcda5;margin:0 auto;padding:0 64px}.fpd-gallery-section{padding:0;max-width:100%;margin:100px 0 0;width:100%;overflow:hidden}.fpd-gallery-wrapper{display:flex;flex-direction:row;align-items:flex-end;gap:16px;max-width:1312px;margin:0 auto;position:relative;width:100%;overflow-x:auto}.fpd-gallery-item{width:316px;position:relative;border-radius:32px;overflow:hidden;border:10px solid #FFFFFF;flex:none}.fpd-gallery-item-0{height:420px;order:0}.fpd-gallery-item-1{height:280px;order:1}.fpd-gallery-item-2{height:420px;order:2}.fpd-gallery-item-3{height:280px;order:3}.fpd-gallery-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.fpd-description{text-align:center;padding:60px 64px}.fpd-desc-title{font-family:Dancing Script,cursive;font-size:48px;font-weight:400;color:#222429;margin:0;line-height:58px}.fpd-desc-title-with-line{font-family:Dancing Script,cursive;font-size:48px;font-weight:400;color:#222429;margin:0;line-height:58px;display:flex;align-items:center;justify-content:center;gap:20px;position:relative}.fpd-desc-title-with-line:before,.fpd-desc-title-with-line:after{content:"";flex:1;height:2px;background:linear-gradient(to right,#ffcda5,#f9e6d7)}.fpd-desc-title-with-line:before{background:linear-gradient(to right,transparent,#FFCDA5)}.fpd-desc-title-with-line:after{background:linear-gradient(to right,#FFCDA5,transparent)}.fpd-desc-title-with-line span{white-space:nowrap}.fpd-large-img{padding:40px 64px}.fpd-large-img-tag{width:100%;height:400px;object-fit:cover;border-radius:32px;border:10px solid #FFFFFF;box-shadow:0 0 30px #00000026}.fpd-contact{padding:60px 64px 80px}.fpd-contact-card-bg{background:linear-gradient(135deg,#eb822e,#e87213);border-radius:32px;padding:60px 40px;text-align:center;position:relative;overflow:hidden;color:#fff;max-width:1312px;margin:0 auto}.fpd-deco-circle{position:absolute;background:#e87213;border-radius:50%}.fpd-deco-1{width:265px;height:265px;right:-40px;bottom:-60px;opacity:.5}.fpd-deco-2{width:288px;height:288px;left:-80px;top:-100px;opacity:.3}.fpd-deco-3{width:126px;height:126px;left:40px;bottom:40px;background:#f2b380;opacity:.4}.fpd-deco-4{width:126px;height:126px;right:40px;top:-40px;background:#f2b380;opacity:.4}.fpd-contact-body{position:relative;z-index:2}.fpd-contact-title{font-family:Dancing Script,cursive;font-size:40px;font-weight:600;color:#fff;margin:0 0 30px;line-height:48px}.fpd-contact-detail{font-family:Montserrat,sans-serif;font-size:18px;color:#fff;margin:12px 0;line-height:22px}.fpd-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;background:#fbf6f2}.fpd-loading-spinner{width:48px;height:48px;border:4px solid #E5E7EB;border-top-color:#2563eb;border-radius:50%;animation:fpd-spin 1s linear infinite}@keyframes fpd-spin{to{transform:rotate(360deg)}}.fpd-loading-container p{font-family:DM Sans,sans-serif;color:#6a6a6a;font-size:16px}.fpd-error-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#fbf6f2}.fpd-error-content{text-align:center;padding:40px;background:#fff;border-radius:16px;box-shadow:0 0 30px #0000001a}.fpd-error-content h2{font-family:DM Sans,sans-serif;font-size:28px;color:#e82f31;margin:0 0 12px}.fpd-error-content p{font-family:DM Sans,sans-serif;color:#6a6a6a;margin:0 0 24px}.fpd-btn-back-error{background:#2563eb;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.fpd-btn-back-error:hover{background:#1d4ed8}@media(max-width:1440px){.fpd-gallery-wrapper{padding:60px 40px}}@media(max-width:1024px){.fpd-section{padding:40px}.fpd-title,.fpd-quote,.fpd-desc-title,.fpd-desc-title-with-line{font-size:36px;line-height:44px}.fpd-quote-wrapper{flex-direction:column;text-align:center;gap:32px}.fpd-quote-img-box{width:100%;max-width:400px}.fpd-gallery-wrapper{height:auto;padding:40px;overflow-x:auto}.fpd-gallery-item{width:calc(50% - 8px);height:280px!important;flex-shrink:0}.fpd-header{padding:0 40px}}@media(max-width:768px){.fpd-section{padding:32px 20px}.fpd-header{padding:0 20px}.fpd-title{font-size:28px;line-height:36px}.fpd-quote,.fpd-desc-title{font-size:24px;line-height:32px}.fpd-desc-title-with-line{font-size:24px;line-height:32px;flex-wrap:wrap;gap:12px}.fpd-desc-title-with-line span{white-space:normal;flex-basis:100%}.fpd-hero-image-wrapper{height:300px}.fpd-large-img-tag{height:250px}.fpd-gallery-wrapper{width:100%;height:auto;padding:32px 20px;flex-direction:row;flex-wrap:wrap}.fpd-gallery-item{width:calc(50% - 6px);height:220px!important}.fpd-contact-card-bg{padding:40px 20px}.fpd-contact-title{font-size:28px;line-height:36px}.fpd-contact-detail{font-size:16px}.fpd-divider{height:200px}.fpd-tags{gap:30px}.fpd-quote-wrapper{gap:20px}.fpd-decorative-frame{display:none}}@media(max-width:480px){.fpd-section{padding:24px 16px}.fpd-header,.fpd-title-box{padding:0 16px}.fpd-title{font-size:20px;line-height:28px}.fpd-address{font-size:12px}.fpd-quote,.fpd-desc-title{font-size:18px;line-height:26px}.fpd-desc-title-with-line{font-size:18px;line-height:26px;flex-wrap:wrap;gap:8px}.fpd-desc-title-with-line span{white-space:normal;flex-basis:100%}.fpd-hero-image-wrapper{height:250px}.fpd-large-img-tag{height:200px}.fpd-contact-title{font-size:22px;line-height:28px}.fpd-contact-detail{font-size:14px}.fpd-tags{gap:16px}.fpd-tag{font-size:14px}.fpd-gallery-wrapper{width:100%;height:auto;padding:24px 16px;flex-wrap:wrap}.fpd-gallery-item{width:calc(50% - 4px);height:180px!important}}.pg_main_img{width:868px;height:382px;position:relative;border-radius:24px}.pg_d_left_div{width:40px;height:40px;background-color:#0006;border-radius:32px;display:flex;justify-content:center;align-items:center;cursor:pointer}.left_icon,.right_icon{color:#fff}.var_gender{display:flex;justify-content:space-between}.varIcon{border-radius:16px;margin-top:16px;margin-left:16px;width:100px;height:27px;z-index:10}.pg-imgs-left-right{display:flex;justify-content:space-between;z-index:10}.pg_main_img{display:flex;flex-direction:column;justify-content:space-between}.pgimages_contact_container{margin-top:24px;display:flex;justify-content:flex-start;gap:24px}.pg_gender{margin-right:16px;margin-top:16px;border-radius:16px;z-index:10}.pg_img_lists{width:752px;height:88px;display:flex;justify-content:flex-start;gap:20px}.pgimages{display:flex;flex-direction:column;justify-content:center;gap:12px}.suitable{border-radius:16px;width:164px;height:34px;background-color:#f5f5f5;display:flex;justify-content:center;align-items:center;gap:6px}.smileimg{border-radius:32px;width:18px;height:18px}.pgtag_inner_key h2{font-size:14px;font-weight:600}.pgtag_inner_key{display:flex}.person{color:#2563eb;width:18px;height:18px}.pg_tags{display:flex;justify-content:start;align-items:center;gap:16px}.pg_contact{position:sticky;z-index:100;top:100px;padding:24px;width:420px;height:345px;border:1px solid rgba(225,230,243,1);border-radius:16px}.coverimage{position:absolute;top:0;right:0;width:868px;height:382px;z-index:-10;border-radius:24px}.video{position:absolute;width:868px;height:382px;border-radius:24px}.playPause{position:absolute;width:86px;height:86px;top:39%;right:46%;z-index:50;border-radius:48px;background-color:#0009;display:flex;justify-content:center;align-items:center}.play,.pause{width:28px;height:30px;color:#fff}.imgTiles{width:104px;height:80px;border-radius:12px;background-size:cover;position:relative;display:flex;align-items:center;justify-content:center;align-content:center;cursor:pointer}.imgTiles:before{content:"";position:absolute;inset:0;background-color:#000000a6;border-radius:12px}.imgTiles h2{position:relative;z-index:2;color:#fff;font-weight:700;font-size:16px;text-align:center}.borderStyle{border:4px solid rgba(37,99,235,1)}.Noborder{border:0px}@media(min-width:320px){.pg_main_img,.coverimage,.video{width:88vw;height:50vw}.varIcon,.pg_gender,.featured_div img{height:17px}.varIcon{width:69px;margin-left:8px;margin-top:8px}.pg_gender{margin-right:8px;margin-top:8px}.featured_div img{margin-left:8px;margin-bottom:8px}.pg_d_left_div{width:24px;height:24px}.playPause{width:35px;height:35px}.playPause svg{width:18px;height:18px}.left_icon,.right_icon{width:16px;height:16px}.imgTiles{width:44px;height:44px}.pg_img_lists{gap:3px}.pg_img_lists h2{font-size:9px}.imgTiles:before{border-radius:6px}.borderStyle{border:3px solid rgba(37,99,235,1)}.suitable{width:100px;gap:2px;height:26px}.suitable svg,.suitable img{width:16px;height:16px}.suitable h2{font-size:8px}.pgdetail_sec2,.PgImages,.pgimages{width:100%}.pg_img_lists{width:auto;height:auto}.pg_tags{gap:3px;height:auto}}@media(min-width:375px){.imgTiles{width:48px;height:48px}.pg_img_lists{gap:6px}.pg_img_lists h2,.suitable h2{font-size:10px}.suitable{width:120px}.playPause{top:45%;right:47%;width:40px;height:40px}}@media(min-width:550px){.imgTiles{width:49px;height:46px}.pg_img_lists{gap:16px}.pg_img_lists h2,.suitable h2{font-size:10px}.suitable{width:120px}.playPause{top:45%;right:47%;width:40px;height:40px}.varIcon,.pg_gender,.featured_div img{height:20px}.varIcon{width:69px;margin-left:12px;margin-top:12px}.pg_gender{margin-right:12px;margin-top:12px}.featured_div img{margin-left:12px;margin-bottom:12px}.pg_d_left_div{width:35px;height:35px}.playPause svg{width:18px;height:18px}.left_icon,.right_icon{width:20px;height:20px}}@media(min-width:768px){.imgTiles{width:49px;height:46px}.pg_img_lists{gap:16px}.pg_img_lists h2,.suitable h2{font-size:10px}.suitable{width:120px}.varIcon,.pg_gender,.featured_div img{height:26px}.varIcon{width:100px;margin-left:16px;margin-top:16px}.pg_gender{margin-right:16px;margin-top:16px}.featured_div img{margin-left:16px;margin-bottom:16px;height:24px}}@media(min-width:1024px){.pg_main_img,.coverimage,.video{width:100%;height:26vw}.imgTiles{width:80px;height:60px}.imgTiles h2,.pg_tags h2{font-size:14px}.pg_tags{width:100%;gap:16px;margin-top:10px}.suitable{width:164px;height:34px;gap:8px}}@media(min-width:1200px){.pg_main_img,.coverimage,.video{width:100%;height:30vw}}@media(min-width:1440px){.pg_main_img,.coverimage,.video{width:868px;height:382px}.imgTiles{width:112px;height:88px}.imgTiles h2{font-size:16px}}.PGdetails{margin-top:78px;display:flex;justify-content:center;flex-direction:column}.pgDetail-inner{width:90vw;max-width:1312px;margin-top:32px;display:flex;flex-direction:column;margin-left:auto;margin-right:auto}.pg_detail_main_section{display:flex;flex-direction:row;gap:24px}@media(min-width:320px){.PGdetails{margin-top:42px}.pgdetail_sec3{display:none}}@media(min-width:641px){.PGdetails{margin-top:51px}}@media(min-width:769px){.PGdetails{margin-top:78px}}@media(min-width:1024px){.pgdetail_sec3{display:block}.pgdetail_sec2{flex:1;width:50%}.pg_detail_main_section{display:flex;justify-content:space-between}}@media(min-width:1440px){.pgdetail_sec2{width:100%}}.amenities{margin-top:32px;width:868px}.roobDtal.collapsed{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.read-more-btn{color:#2563eb;cursor:pointer;font-size:14px;font-weight:500;margin-top:8px;display:inline-block}.read-more-btn:hover{text-decoration:underline}.amnt-nav{width:868px;height:48px;display:flex;box-shadow:0 0 15px #e8ecf4cc;border:2px solid rgba(232,236,244,.8);border-radius:8px;justify-content:space-around;align-items:center;margin-bottom:32px;background-color:#fff}.amnt-nav-sticky{position:sticky;top:78px;z-index:100}.com{flex:1;height:48px;cursor:pointer;display:flex;justify-content:center;align-items:center}.aboutRoom,.roomPricing{margin-bottom:40px;scroll-margin-top:140px}.ament{scroll-margin-top:140px}.amm-heading{font-size:18px;font-weight:700}.roomPricingContainer{margin-top:20px;display:flex;flex-direction:column;gap:24px}.roomDiv{width:868px;height:160px;border:1px solid rgba(225,230,243,1);border-radius:16px;padding:16px;display:flex;flex-direction:column}.sec1{display:flex;justify-content:space-between}.sec1part1{display:flex;justify-content:space-around;align-items:center;gap:16px}.sec1Sharing-img{display:flex;justify-content:space-around;gap:16px}.sec1part2{display:flex;justify-content:center;align-items:center;gap:5px}.Allroomamenities{display:flex;justify-content:flex-start;gap:8px;margin-top:14px}.amenityIcon{border-radius:16px;background-color:#f5f5f5;width:auto;padding:6px 14px;display:flex;justify-content:center;gap:6px;display:inline-flex}.amenityname,.amm-sub-heading{font-size:14px;font-weight:500;color:#222429}.subCont{margin-top:24px;width:868px}.basic{margin-top:20px}.BasicAmenities{margin-top:16px;display:flex;width:868px;flex-wrap:wrap;gap:16px}.rulesec1{display:flex}.pgrule{margin-top:40px}.Gate{margin-top:24px}.clock{width:16px;height:16px;color:#2563eb;margin:auto}.gate{margin-bottom:16px}.iicon{width:16px;height:16px;margin:auto;filter:invert(24%) sepia(89%) saturate(1785%) hue-rotate(218deg) brightness(92%) contrast(92%)}.bedsmall{display:none;margin-top:6px}@media(min-width:320px){.amenities,.amnt-nav,.roomDiv{width:100%}.amnt-nav{height:40px}.com{font-size:11px;height:40px}.aboutRoom h1,.amm-heading{font-size:16px}.aboutRoom h3,.aboutRoom span,.sec1part1 h1{font-size:12px}.sec2 h2{font-size:10px}.sec1part2 h1{font-size:16px}.sec1part2 h3{font-size:14px}.sec2{margin-top:10px}.bedlarge{display:none}.bedsmall{display:block;width:24px;margin-top:10px;height:24px;display:flex;gap:2px}.bedsmall img{width:24px;height:24px}.amenityIcon{height:22px;align-items:center}.amenityIcon h5{font-size:10px}.amenityIcon img{width:14px;height:14px;margin:auto}.Allroomamenities{margin-top:10px;flex-wrap:wrap}.roomDiv{height:auto}.subCont,.BasicAmenities{width:90%}.amnt-nav-sticky{top:60px}.aboutRoom,.roomPricing{margin-bottom:10px;scroll-margin-top:95px}.ament{scroll-margin-top:95px}.roomPricingContainer{margin-top:10px}}@media(min-width:481px){.amnt-nav-sticky{top:65px}.aboutRoom,.roomPricing,.ament{scroll-margin-top:95px}.roomPricingContainer{margin-top:10px}}@media(min-width:769px){.amnt-nav-sticky{top:84px}.aboutRoom{scroll-margin-top:140px}.roomPricing{margin-bottom:10px;scroll-margin-top:140px}.ament{scroll-margin-top:140px}.roomPricingContainer{margin-top:10px}}@media(min-width:500px){.bedsmall{display:none}.bedlarge{display:block}.sec1Sharing h1{font-size:14px}.sec1part2 h1{font-size:18px}.amenityIcon{height:26px}}@media(min-width:1024px){.amenities{width:100%;max-width:868px}.com{font-size:16px;height:48px}.amnt-nav{height:48px}.aboutRoom h1,.amm-heading{font-size:18px}.aboutRoom h3,.aboutRoom span,.sec1part1 h1{font-size:16px}.sec2 h2{font-size:14px}.sec1part2 h1{font-size:24px}.sec1part2 h3{font-size:16px;margin-top:6px}.sec2{margin-top:16px}.amenityIcon{height:30px}.amenityIcon h5{font-size:14px}.amenityIcon img{width:14px;height:14px;margin:auto}.Allroomamenities{margin-top:10px;flex-wrap:wrap}.subCont,.BasicAmenities{width:90%}}.pg_contact{position:sticky;z-index:100;top:78px;padding:24px;width:420px;height:345px;border:1px solid rgba(225,230,243,1);border-radius:16px;margin-top:24px}.pg_contact .zero-dep{display:flex;justify-content:center;font-size:12px;width:89px;height:20px;background-color:#e1fff0;color:#0e884b;border-radius:16px;border:1px solid}.vl{height:24px;border:1px solid rgba(225,230,243,1)}.view_contact{width:372px;height:48px;border-radius:8px;display:flex;justify-content:center;gap:8px;cursor:pointer;align-items:center;border:1px solid rgba(37,99,235,1)}.view_contact h1{font-size:18px;font-weight:700;font-family:Arial,Helvetica,sans-serif}.interestMsg{position:relative}.iMain{width:372px;height:48px;background-color:#d2f4de;border-radius:8px;color:#000;display:flex;justify-content:flex-start;gap:8px;align-items:center;padding:20px;position:relative}.iMain h3{font-size:14px;font-weight:500;font-family:Arial,Helvetica,sans-serif}.triangle{width:0;height:0;position:absolute;top:48px;right:315px;border-left:12px solid transparent;border-right:12px solid transparent;border-top:15px solid rgba(210,244,222,1)}.whatsapp{width:372px;height:48px;background-color:#128c7e;border-radius:8px;color:#fff;display:flex;justify-content:center;gap:8px;align-items:center;padding:20px;cursor:pointer}.watsapp_icon{width:20px;height:20px;color:#fff;background-color:#60d66a;border-radius:16px}.whatsapp h1{font-size:18px;font-weight:700}.constact_div{display:flex;flex-direction:column;justify-content:center;gap:16px;margin-top:24px}.hl{width:372px;border:.5px solid rgba(225,230,243,1)}.shield{width:18px;height:18px}.safe{display:flex;justify-content:center;align-items:center;margin-top:-10px}.safetext{font-weight:400;font-size:14px;color:#6a6a6a}@media(min-width:1024px){.pg_contact{width:340px;height:335px}.view_contact,.iMain,.whatsapp{width:290px;height:40px}.hl{width:290px}.view_contact h1,.whatsapp h1{font-size:15px}.iMain{font-size:14px}.triangle{right:200px;top:40px}}@media(min-width:1440px){.pg_contact{width:420px;height:345px}.view_contact,.iMain,.whatsapp{width:372px;height:48px}.hl{width:372px}.view_contact h1,.whatsapp h1{font-size:18px}.triangle{right:250px;top:48px}}.pgdescription{display:flex;align-items:center;justify-content:space-between;width:100%}.pgdesc-header{display:flex;align-items:center;gap:20px}.pgdesc_left_arrow_div{width:32px;height:32px;display:flex;justify-content:center;align-items:center;margin-top:-20px;cursor:pointer}.pg_D_left{width:32px;height:32px}.pg_d_name{font-weight:600;font-size:32px}.pg_d_addres{font-weight:400;font-size:14px;color:#6a6a6a}.pgdesc-heart{display:flex;justify-content:center;gap:24px;cursor:pointer}.pg_d_heart{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:32px}.pghd,.pghg{width:40px;height:40px}.pg_d_share{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:32px;background-color:#f3f3f3;cursor:pointer}.heart_icon,.share_icon{width:20px;height:20px}@media(min-width:320px){.pg_d_name{font-size:16px}.pg_d_addres{font-size:10px}.pghg,.pghd,.pg_d_share{width:28px;height:28px}.pghg svg,.pghd svg,.pg_d_share svg{width:14px;height:14px}.pgdesc-heart{display:flex;justify-content:center;align-items:center}}@media(min-width:768px){.pg_d_name{font-size:28px}.pg_d_addres{font-size:12px}.pghg,.pghd,.pg_d_share{width:35px;height:35px}.pghg svg,.pghd svg,.pg_d_share svg{width:20px;height:20px}}@media(min-width:1024px){.pg_d_name{font-size:32px}.pg_d_addres{font-size:14px}.pghg,.pghd,.pg_d_share{width:40px;height:40px}.pghg svg,.pghd svg,.pg_d_share svg{width:24px;height:24px}}@media(min-width:320px){.pgmap{margin-top:20px;margin-bottom:20px}.pgmap h1{font-size:18px;font-weight:700;margin-bottom:20px}}@media(min-width:1024px){.pgmap{height:310px;width:100%;margin-top:40px;margin-bottom:103px}.pgmap h1{font-size:18px;font-weight:700;margin-bottom:20px}}.pgNear h1{font-size:24px;font-weight:700}.pgnear_carousel_wrapper{width:1312px;overflow:hidden}.pgnear_divcontainers{display:flex;gap:26px;transition:transform .4s ease-in-out}.F-pgCard1{flex-shrink:0;width:420px}.pgnear_sec1{display:flex;justify-content:space-between}.F-arrow_pg_near{display:flex;gap:8px}.Fleft,.Fright{width:40px;height:40px;border-radius:50%;border:1px solid rgba(37,99,235,1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.Fleft:hover:not(.disabled),.Fright:hover:not(.disabled){background-color:#f0f0f0}.Fleft.disabled,.Fright.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.Farrow{font-size:14px;color:#2563eb}@media(min-width:320px){.pgnear_carousel_wrapper{display:none}.pgnear_carousel_wrapper_small{width:100%;overflow-x:auto;-ms-overflow-style:none}.pgNear h1{font-size:16px}.pgnear_subsec1{display:flex;justify-content:space-between;align-items:center;width:100%;align-content:center;height:100px}.Fleft,.Fright{width:30px;height:30px}.pgNear{margin-bottom:50px}.F-pgCard1{width:auto}}@media(min-width:600px){.Fleft,.Fright{width:35px;height:35px}}@media(min-width:1024px){.F-arrow_pg_near{display:flex}.pgnear_carousel_wrapper_small{display:none}.pgnear_carousel_wrapper{display:block;overflow:hidden;width:100%}.pgNear h1{font-size:24px}.Fleft,.Fright{width:40px;height:40px}}.bottomContact{height:140px;position:fixed;bottom:0;left:0;width:100%;background-color:#fff;z-index:2}.watsapp_div{background-color:#eefff4;border-top-left-radius:16px;border-top-right-radius:16px;width:100%;height:32px;border-top:1px solid rgba(7,157,26,1)}.watsapp_div h3{font-size:12px;font-weight:500}.watsapp_div_internal{width:92vw;display:flex;justify-content:space-between;margin:auto;height:100%;align-items:center}.whatsapp_bottom{display:flex;align-items:center;cursor:pointer}.whatsapp_bottom img{width:16px;height:16px}.whatsapp_bottom h3{text-decoration:underline;color:#079d1a}.safe_bottom{margin-top:3px}.hl_bottom{width:92vw;margin:3px auto}.pricediv_bottom h3{font-size:10px}.pricediv_bottom h1{font-size:24px}.pricediv_bottom h5{font-size:14px;margin-top:8px}.pricediv_bottom{display:flex;flex-direction:column;justify-content:center;width:92vw;height:69px;margin:auto}.price_contact_div_bottom{display:flex;justify-content:space-between;align-items:center;width:92vw;margin:auto}.botom_vcbtn{width:300px;height:36px}.botom_vcbtn svg{width:16px;height:16px}.botom_vcbtn h1{font-size:14px}.safe_bottom h3{font-size:10px}.safe_bottom img{width:12px;height:12px}.botm_deposite h3{font-size:12px}@media(min-width:1024px){.bottomContact{display:none}}.FinestListOuter{background-color:#fbf6f2;height:100vh}.FinestList{max-width:1312px;justify-content:space-around;justify-items:flex-start;align-items:center;align-content:center;margin:78px auto auto}.FL-heading{margin-top:32px;display:flex;justify-content:flex-start;align-items:center;gap:17px;margin-bottom:40px;width:100%;max-width:1312px}.FL-heading h1{font-weight:600;font-size:32px}.FL-main{width:100%;display:grid;grid-template-columns:auto auto auto;gap:26px}.fl_card{border-radius:16px;width:420px;flex-shrink:0;height:260px;display:flex;flex-direction:column;justify-content:flex-end;background-size:cover;opacity:1;position:relative}.fl_card h2{color:#fff;font-weight:600;font-size:20px;margin-left:20px}.fl_card h4{color:#b3b3b3;font-weight:400;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:380px}.loc .fl_addfpg{width:16px;height:16px}.loc{color:#c9c8c8}.fl_addfpg{display:flex;justify-content:flex-start;align-items:center;margin-left:20px;margin-bottom:20px;position:relative;z-index:1}.fl_card:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000000b3,#0000004d,#0000001a);border-radius:16px;pointer-events:none}.fl_card h2,.fl_card .fl_addfpg{position:relative;z-index:1}.Fl_left{width:32px;height:32px;cursor:pointer}@media(max-width:1400px){.FinestList{width:860px;margin:78px auto auto}.FL-main{grid-template-columns:420px 420px}}@media(max-width:950px){.FinestList{width:420px;margin:78px auto auto}.FL-main{grid-template-columns:420px}}@media(max-width:500px){.FinestList{width:320px;margin:52px auto auto}.FL-main{grid-template-columns:320px}.fl_card{width:320px;height:200px}}@media(max-width:380px){.FinestList{width:260px;margin:52px auto auto;height:auto}.FL-main{grid-template-columns:260px;margin-bottom:50px}.fl_card{width:260px;height:160px}.FL-heading h1{font-size:20px}.Fl_left{width:28px;height:28px}.fl_card h2{font-size:18px}.fl_card h4{font-size:14px}}.pnf{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:20px}.pnf_code{font-size:120px;font-weight:700;color:#2563eb;line-height:1;margin:0}.pnf_title{font-size:28px;font-weight:600;color:#1f2937;margin:16px 0 8px}.pnf_desc{font-size:16px;color:#6a6a6a;margin:0 0 32px;max-width:400px}.pnf_btn{padding:12px 32px;background-color:#2563eb;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer}.pnf_btn:hover{background-color:#1d4eba}@media(max-width:480px){.pnf_code{font-size:80px}.pnf_title{font-size:22px}.pnf_desc{font-size:14px}}
