:root{--color-primary: #6366f1;--color-primary-dark: #4f46e5;--color-primary-light: #818cf8;--color-pending: #fbbf24;--color-verified: #14b8a6;--color-active: #10b981;--color-paused: #f59e0b;--color-danger: #ef4444;--color-text-primary: #1f2937;--color-text-secondary: #6b7280;--color-text-tertiary: #9ca3af;--color-bg-primary: #ffffff;--color-bg-secondary: #f8f9fa;--color-bg-tertiary: #f3f4f6;--color-border: #e5e7eb;--color-border-light: #f3f4f6;--font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 2.5rem;--spacing-3xl: 3rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1)}.dashboard-page{font-family:var(--font-family-base);color:var(--color-text-primary);background-color:var(--color-bg-secondary);min-height:100vh}.modern-card{background:var(--color-bg-primary);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);padding:var(--spacing-xl);transition:box-shadow var(--transition-base)}.modern-card:hover{box-shadow:var(--shadow-md)}.status-badge{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-transform:capitalize;white-space:nowrap}.status-badge.deleted,.status-badge.inactive{background-color:#fee2e2;color:#991b1b}.action-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);background-color:transparent}.action-btn:hover{background-color:var(--color-bg-tertiary);transform:translateY(-1px)}.action-btn.edit{color:var(--color-primary)}.action-btn.edit:hover{background-color:#eef2ff}.action-btn.delete{color:var(--color-danger)}.action-btn.delete:hover{background-color:#fef2f2}.action-btn.verify{color:var(--color-verified)}.action-btn.verify:hover{background-color:#f0fdfa}.modern-table{width:100%;border-collapse:separate;border-spacing:0;background:var(--color-bg-primary);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm)}.modern-table thead{background-color:var(--color-bg-secondary)}.modern-table th{padding:var(--spacing-md) var(--spacing-lg);text-align:left;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--color-border)}.modern-table td{padding:var(--spacing-md) var(--spacing-lg);font-size:var(--font-size-sm);color:var(--color-text-primary);border-bottom:1px solid var(--color-border-light)}.modern-table tbody tr{transition:background-color var(--transition-fast)}.modern-table tbody tr:hover{background-color:var(--color-bg-secondary)}.modern-table tbody tr:last-child td{border-bottom:none}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:var(--transition-base);border-radius:var(--radius-full)}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:var(--transition-base);border-radius:50%;box-shadow:var(--shadow-sm)}.toggle-switch input:checked+.toggle-slider{background-color:var(--color-active)}.dashboard-header{display:flex;align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-2xl);padding:var(--spacing-lg) 0}.dashboard-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:var(--radius-xl);color:#fff;box-shadow:var(--shadow-lg)}.dashboard-title-group h1{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:var(--color-text-primary);margin:0 0 var(--spacing-xs) 0}.dashboard-title-group p{font-size:var(--font-size-sm);color:var(--color-text-secondary);margin:0}.theme-switcher{display:flex;align-items:center;gap:1rem;padding:.5rem}.theme-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;border-radius:var(--radius-lg);background:var(--color-bg-tertiary);color:var(--color-text-primary);cursor:pointer;transition:all var(--transition-base)}.theme-toggle:hover{background:var(--color-bg-hover);transform:scale(1.05)}.theme-toggle .icon{width:1.25rem;height:1.25rem}.color-themes{display:flex;gap:.5rem;padding:.25rem;background:var(--color-bg-tertiary);border-radius:var(--radius-lg)}.color-theme-btn{width:2rem;height:2rem;padding:.25rem;border:2px solid transparent;border-radius:var(--radius-md);background:transparent;cursor:pointer;transition:all var(--transition-base)}.color-theme-btn:hover{transform:scale(1.1);border-color:var(--color-border-secondary)}.color-theme-btn.active{border-color:var(--color-text-primary);box-shadow:var(--shadow-md)}.color-preview{width:100%;height:100%;border-radius:var(--radius-sm)}@media(max-width:640px){.theme-switcher{gap:.5rem}.theme-toggle,.color-theme-btn{width:2rem;height:2rem}}.sidebar{width:260px;min-width:260px;height:100vh;background:var(--color-bg-secondary);border-right:1px solid var(--color-border-primary);display:flex;flex-direction:column;position:fixed;top:0;left:0;box-shadow:2px 0 8px #0000000a;overflow-y:auto;z-index:200;transition:transform .3s ease,opacity .3s ease}.sidebar-close-btn{display:none;position:absolute;top:12px;right:12px;background:none;border:none;padding:8px;cursor:pointer;color:var(--color-text-secondary);border-radius:8px;transition:background .2s,color .2s;z-index:10}.sidebar-close-btn:hover{background:var(--color-bg-tertiary);color:var(--color-text-primary)}.sidebar-close-btn:focus{outline:2px solid var(--color-primary);outline-offset:2px}.logo-section{padding:20px 16px;border-bottom:1px solid var(--color-border-primary);display:flex;align-items:center;gap:12px}.logo-icon{font-size:1.75rem;width:40px;height:40px;background:var(--gradient-primary);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.logo-text h3{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin:0;line-height:1}.logo-text p{font-size:.75rem;color:var(--color-text-secondary);margin:4px 0 0;line-height:1}.menu{flex:1;padding:12px 8px}.menu-item{display:flex;align-items:center;gap:12px;padding:10px 12px;margin-bottom:2px;border-radius:6px;color:var(--color-text-primary);text-decoration:none;font-weight:500;font-size:.9375rem;transition:all .15s ease;position:relative}.menu-item:hover{background:var(--color-bg-tertiary);transform:translate(2px)}.menu-item:focus{outline:2px solid var(--color-primary);outline-offset:-2px}.menu-item.active{background:var(--gradient-primary);color:#fff;font-weight:600}.menu-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:24px;background:#fff;border-radius:0 2px 2px 0}.menu-item span:first-child{font-size:1.125rem;line-height:1}.theme-switcher-container{padding:12px;border-top:1px solid var(--color-border-primary);border-bottom:1px solid var(--color-border-primary)}.user-profile-section{margin-top:auto;padding:1rem;border-top:1px solid var(--color-border-primary);background:var(--color-bg-tertiary)}.user-profile-info{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.user-avatar{width:40px;height:40px;border-radius:50%;background:var(--gradient-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:600;flex-shrink:0}.user-details{flex:1;min-width:0}.user-name{font-size:.875rem;font-weight:600;color:var(--color-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email{font-size:.75rem;color:var(--color-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-btn{width:100%;padding:.5rem;border:1px solid var(--color-border-primary);border-radius:.375rem;background:var(--color-bg-secondary);color:var(--color-text-secondary);font-size:.875rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .15s}.logout-btn:hover{background:#ef44441a;border-color:var(--color-danger);color:var(--color-danger)}.logout-btn:focus{outline:2px solid var(--color-primary);outline-offset:2px}@media(max-width:768px){.sidebar{position:fixed;left:0;top:0;height:100vh;transform:translate(-100%);box-shadow:4px 0 20px #00000026}.sidebar.sidebar-open{transform:translate(0)}.sidebar-close-btn{display:flex;align-items:center;justify-content:center}.logo-section{padding-right:48px}}@media(min-width:769px)and (max-width:1024px){.sidebar{width:220px;min-width:220px}}.auth-modal-backdrop{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.auth-modal{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;padding:2rem;position:relative;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}[data-theme=dark] .auth-modal{background:#1e1e28f2;border:1px solid rgba(255,255,255,.1)}.auth-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:50%;color:var(--text-secondary, #666);transition:all .2s ease}.auth-modal-close:hover{background:#0000001a;color:var(--text-primary, #333)}[data-theme=dark] .auth-modal-close:hover{background:#ffffff1a}.auth-modal-header{text-align:center;margin-bottom:1.5rem}.auth-modal-header h2{font-size:1.5rem;font-weight:700;color:var(--text-primary, #1a1a2e);margin:0 0 .5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-modal-header p{color:var(--text-secondary, #666);font-size:.9rem;margin:0}.auth-tabs{display:flex;background:#0000000d;border-radius:12px;padding:4px;margin-bottom:1.5rem}[data-theme=dark] .auth-tabs{background:#ffffff0d}.auth-tab{flex:1;padding:.75rem 1rem;border:none;background:transparent;cursor:pointer;font-weight:600;font-size:.9rem;color:var(--text-secondary, #666);border-radius:10px;transition:all .2s ease}.auth-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66}.auth-tab:not(.active):hover{color:var(--text-primary, #333)}.auth-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:.75rem 1rem;border-radius:10px;font-size:.875rem;margin-bottom:1rem;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-input-group{position:relative}.auth-input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-tertiary, #999);pointer-events:none}.auth-form input[type=email],.auth-form input[type=password],.auth-form input[type=text],.auth-form input[type=tel]{width:100%;padding:.875rem 1rem .875rem 2.75rem;border:2px solid rgba(0,0,0,.1);border-radius:12px;font-size:.95rem;background:#fffc;color:var(--text-primary, #333);transition:all .2s ease;box-sizing:border-box}[data-theme=dark] .auth-form input[type=email],[data-theme=dark] .auth-form input[type=password],[data-theme=dark] .auth-form input[type=text],[data-theme=dark] .auth-form input[type=tel]{background:#ffffff0d;border-color:#ffffff1a;color:var(--text-primary, #fff)}.auth-form input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea26}.auth-form input::placeholder{color:var(--text-tertiary, #999)}.auth-account-type{margin:.5rem 0}.account-type-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-secondary, #666);margin-bottom:.5rem}.account-type-options{display:flex;gap:.75rem}.account-type-option{flex:1;display:flex;align-items:center;justify-content:center;padding:.75rem;border:2px solid rgba(0,0,0,.1);border-radius:10px;cursor:pointer;transition:all .2s ease;font-size:.875rem;color:var(--text-secondary, #666)}.account-type-option input{display:none}.account-type-option:hover{border-color:#667eea}.account-type-option.selected{border-color:#667eea;background:#667eea1a;color:#667eea;font-weight:600}[data-theme=dark] .account-type-option{border-color:#ffffff1a}[data-theme=dark] .account-type-option.selected{background:#667eea33}.auth-submit-btn{width:100%;padding:1rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transition:all .2s ease;margin-top:.5rem}.auth-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.auth-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}@media(max-width:480px){.auth-modal{padding:1.5rem;margin:.5rem}.auth-modal-header h2{font-size:1.25rem}.account-type-options{flex-direction:column}}.site-footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border-primary);margin-top:auto}.footer-main{padding:48px 24px}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-logo{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:1.5rem;font-weight:700;color:var(--color-text-primary);transition:opacity .2s}.footer-logo:hover{opacity:.8}.logo-icon{font-size:1.75rem}.logo-text{background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.footer-tagline{color:var(--color-text-secondary);font-size:.9375rem;line-height:1.6;max-width:280px}.social-links{display:flex;gap:12px;margin-top:8px}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--color-bg-tertiary);color:var(--color-text-secondary);text-decoration:none;transition:all .2s ease}.social-link:hover{background:var(--gradient-primary);color:#fff;transform:translateY(-2px)}.social-link:focus{outline:2px solid var(--color-primary);outline-offset:2px}.footer-section{display:flex;flex-direction:column}.footer-heading{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:20px;letter-spacing:.02em}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-links a{display:inline-flex;align-items:center;gap:8px;color:var(--color-text-secondary);text-decoration:none;font-size:.9375rem;transition:color .2s,transform .2s}.footer-links a:hover{color:var(--color-primary);transform:translate(4px)}.footer-links a:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:4px}.footer-links svg{flex-shrink:0;opacity:.7}.footer-links a:hover svg{opacity:1}.footer-link-btn{display:inline-flex;align-items:center;gap:8px;color:var(--color-text-secondary);background:none;border:none;font-size:.9375rem;font-family:inherit;cursor:pointer;padding:0;transition:color .2s,transform .2s}.footer-link-btn:hover{color:var(--color-primary);transform:translate(4px)}.footer-link-btn svg{flex-shrink:0;opacity:.7}.footer-link-btn:hover svg{opacity:1}.contact-info{display:flex;flex-direction:column;gap:14px;font-style:normal}.contact-item{display:inline-flex;align-items:center;gap:10px;color:var(--color-text-secondary);text-decoration:none;font-size:.9375rem;transition:color .2s}a.contact-item:hover{color:var(--color-primary)}a.contact-item:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:4px}.contact-item svg{flex-shrink:0;color:var(--color-primary)}.footer-bottom{border-top:1px solid var(--color-border-primary);padding:20px 24px;background:var(--color-bg-tertiary)}.footer-bottom .footer-container{display:flex;justify-content:space-between;align-items:center;gap:20px}.copyright{color:var(--color-text-tertiary);font-size:.875rem;margin:0}.legal-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.legal-links a{color:var(--color-text-secondary);text-decoration:none;font-size:.875rem;transition:color .2s}.legal-links a:hover{color:var(--color-primary);text-decoration:underline}.legal-links a:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:4px}.legal-links .divider{color:var(--color-border-primary);-webkit-user-select:none;user-select:none}[data-theme=dark] .site-footer{background:#0f172a;border-top-color:#334155}[data-theme=dark] .footer-logo{color:#f1f5f9}[data-theme=dark] .footer-heading{color:#e2e8f0}[data-theme=dark] .footer-tagline{color:#94a3b8}[data-theme=dark] .social-link{background:#334155;color:#94a3b8}[data-theme=dark] .social-link:hover{background:var(--gradient-primary);color:#fff}[data-theme=dark] .footer-links a{color:#94a3b8}[data-theme=dark] .footer-links a:hover{color:#818cf8}[data-theme=dark] .contact-item{color:#94a3b8}[data-theme=dark] a.contact-item:hover{color:#818cf8}[data-theme=dark] .contact-item svg{color:#818cf8}[data-theme=dark] .footer-bottom{background:#1e293b;border-top-color:#334155}[data-theme=dark] .copyright{color:#64748b}[data-theme=dark] .legal-links a{color:#94a3b8}[data-theme=dark] .legal-links a:hover{color:#818cf8}[data-theme=dark] .legal-links .divider{color:#475569}@media(max-width:1024px){.footer-container{grid-template-columns:repeat(2,1fr);gap:32px}.footer-brand{grid-column:1 / -1;max-width:100%}.footer-tagline{max-width:100%}}@media(max-width:640px){.footer-main{padding:32px 20px}.footer-container{grid-template-columns:1fr;gap:28px}.footer-heading{margin-bottom:14px}.footer-links{gap:10px}.footer-bottom{padding:16px 20px}.footer-bottom .footer-container{flex-direction:column;text-align:center;gap:12px}.legal-links{justify-content:center}.social-links{justify-content:flex-start}}.info-modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s ease}.info-modal{background:var(--color-bg-primary, #fff);border-radius:20px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 80px #00000040;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.info-modal-close{position:absolute;top:16px;right:16px;background:var(--color-bg-tertiary, #f3f4f6);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text-secondary);transition:all .2s;z-index:10}.info-modal-close:hover{background:#ef4444;color:#fff;transform:rotate(90deg)}.info-modal-header{text-align:center;padding:32px 24px 24px;border-bottom:1px solid var(--color-border-primary, #e5e7eb)}.info-modal-logo{color:var(--color-primary, #6366f1);margin-bottom:12px}.info-modal-header h2{font-size:1.75rem;font-weight:700;color:var(--color-text-primary);margin:0 0 8px;background:var(--gradient-primary, linear-gradient(135deg, #6366f1, #8b5cf6));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.info-modal-header p{color:var(--color-text-secondary);font-size:1rem;margin:0}.info-modal-features{padding:24px;display:flex;flex-direction:column;gap:20px}.info-feature{display:flex;gap:16px;padding:16px;background:var(--color-bg-secondary, #f9fafb);border-radius:12px;transition:all .2s}.info-feature:hover{transform:translate(4px);background:var(--color-bg-tertiary, #f3f4f6)}.info-feature-icon{flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.info-feature-content h3{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin:0 0 6px}.info-feature-content p{font-size:.9rem;color:var(--color-text-secondary);margin:0;line-height:1.5}.info-modal-cta{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px 24px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:600;font-size:1rem;border-radius:0 0 20px 20px}.info-modal-cta svg{animation:sparkle 1.5s ease-in-out infinite}@keyframes sparkle{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.2) rotate(10deg)}}[data-theme=dark] .info-modal{background:#1e293b}[data-theme=dark] .info-modal-header{border-bottom-color:#334155}[data-theme=dark] .info-modal-close{background:#334155;color:#94a3b8}[data-theme=dark] .info-feature{background:#0f172a}[data-theme=dark] .info-feature:hover{background:#1e293b}[data-theme=dark] .info-feature-content h3{color:#f1f5f9}[data-theme=dark] .info-feature-content p,[data-theme=dark] .footer-link-btn{color:#94a3b8}[data-theme=dark] .footer-link-btn:hover{color:#818cf8}@media(max-width:640px){.info-modal-overlay{padding:12px}.info-modal{border-radius:16px}.info-modal-header{padding:24px 20px 20px}.info-modal-header h2{font-size:1.5rem}.info-modal-features{padding:16px;gap:12px}.info-feature{padding:12px;gap:12px}.info-feature-icon{width:44px;height:44px}.info-feature-icon svg{width:22px;height:22px}.info-feature-content h3{font-size:.9375rem}.info-feature-content p{font-size:.8125rem}.info-modal-cta{font-size:.9rem;padding:16px 20px;border-radius:0 0 16px 16px}}.minimal-footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border-primary);padding:16px 24px;margin-top:auto}.minimal-footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:16px}.minimal-copyright{color:var(--color-text-tertiary);font-size:.875rem;margin:0}.minimal-legal-links{display:flex;align-items:center;gap:12px}.minimal-legal-links a{color:var(--color-text-secondary);text-decoration:none;font-size:.875rem;transition:color .2s}.minimal-legal-links a:hover{color:var(--color-primary)}.minimal-legal-links a:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:4px}.minimal-divider{color:var(--color-border-primary);-webkit-user-select:none;user-select:none}[data-theme=dark] .minimal-footer{background:#1e293b;border-top-color:#334155}[data-theme=dark] .minimal-copyright{color:#64748b}[data-theme=dark] .minimal-legal-links a{color:#94a3b8}[data-theme=dark] .minimal-legal-links a:hover{color:#818cf8}[data-theme=dark] .minimal-divider{color:#475569}@media(max-width:640px){.minimal-footer{padding:12px 16px}.minimal-footer-container{flex-direction:column;text-align:center;gap:8px}}.onboarding-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .3s ease}.onboarding-modal{background:var(--color-bg-secondary);border-radius:16px;padding:32px;max-width:420px;width:100%;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.onboarding-close{position:absolute;top:16px;right:16px;background:none;border:none;padding:8px;cursor:pointer;color:var(--color-text-secondary);border-radius:8px;transition:background .2s,color .2s}.onboarding-close:hover{background:var(--color-bg-tertiary);color:var(--color-text-primary)}.onboarding-close:focus{outline:2px solid var(--color-primary);outline-offset:2px}.onboarding-progress{display:flex;justify-content:center;gap:8px;margin-bottom:24px}.progress-dot{width:8px;height:8px;border-radius:50%;background:var(--color-border-primary);transition:all .3s ease}.progress-dot.active{width:24px;border-radius:4px;background:var(--gradient-primary)}.progress-dot.completed{background:var(--color-primary)}.onboarding-content{text-align:center;margin-bottom:24px}.onboarding-icon{width:80px;height:80px;margin:0 auto 20px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.onboarding-title{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin:0 0 12px}.onboarding-description{font-size:1rem;color:var(--color-text-secondary);line-height:1.6;margin:0 0 16px}.onboarding-highlight{background:#667eea1a;border:1px solid rgba(102,126,234,.2);border-radius:8px;padding:12px 16px;font-size:.875rem;color:var(--color-primary);display:flex;align-items:center;gap:8px;justify-content:center}.highlight-icon{font-size:1rem}.onboarding-actions{display:flex;justify-content:space-between;gap:12px}.onboarding-skip{padding:12px 20px;background:transparent;border:1px solid var(--color-border-primary);border-radius:8px;color:var(--color-text-secondary);font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s}.onboarding-skip:hover{background:var(--color-bg-tertiary);border-color:var(--color-text-secondary)}.onboarding-skip:focus{outline:2px solid var(--color-primary);outline-offset:2px}.onboarding-next{flex:1;padding:12px 20px;background:var(--gradient-primary);border:none;border-radius:8px;color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .2s,box-shadow .2s}.onboarding-next:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.onboarding-next:focus{outline:2px solid var(--color-primary);outline-offset:2px}@media(max-width:480px){.onboarding-modal{padding:24px;margin:16px;border-radius:12px}.onboarding-title{font-size:1.25rem}.onboarding-icon{width:64px;height:64px}.onboarding-icon svg{width:32px;height:32px}.onboarding-actions{flex-direction:column-reverse}.onboarding-skip{width:100%}}.app-layout{display:flex;min-height:100vh;background:var(--color-bg-primary)}.main-content{flex:1;max-width:1280px;margin:0 auto 0 260px;width:calc(100% - 260px);background:var(--color-bg-primary)}.skip-link{position:absolute;top:-40px;left:0;padding:8px 16px;background:var(--color-primary);color:#fff;text-decoration:none;z-index:9999;transition:top .3s}.skip-link:focus{top:0}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:56px;background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border-primary);padding:0 16px;align-items:center;gap:12px;z-index:100;box-shadow:0 2px 8px #00000014}.hamburger-btn{background:none;border:none;padding:8px;cursor:pointer;color:var(--color-text-primary);border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s}.hamburger-btn:hover{background:var(--color-bg-tertiary)}.hamburger-btn:focus{outline:2px solid var(--color-primary);outline-offset:2px}.mobile-logo{font-size:1.25rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:199;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sidebar-overlay.visible{opacity:1;visibility:visible}@media(min-width:1920px){.main-content{max-width:1400px}}@media(max-width:768px){.mobile-header{display:flex}.sidebar-overlay{display:block}.main-content{padding-top:56px;margin-left:0;width:100%}.app-layout{flex-direction:column}}@media(min-width:769px)and (max-width:1024px){.main-content{margin-left:220px;width:calc(100% - 220px)}}.guest-layout{flex-direction:column}.guest-layout .main-content{margin-left:0;padding-top:0;max-width:100%;width:100%}.guest-header{position:fixed;top:0;left:0;right:0;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.08);z-index:100;box-shadow:0 2px 16px #0000000f}[data-theme=dark] .guest-header{background:#1e1e28e6;border-bottom-color:#ffffff14}.guest-logo{display:flex;align-items:center;gap:10px;text-decoration:none;transition:transform .2s ease}.guest-logo:hover{transform:translateY(-1px)}.guest-logo-icon{color:var(--color-primary)}.guest-logo-text{font-size:1.5rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.guest-auth-buttons{display:flex;align-items:center;gap:12px}.guest-login-btn,.guest-register-btn{display:flex;align-items:center;gap:6px;padding:10px 20px;border-radius:10px;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .2s ease}.guest-login-btn{background:transparent;color:var(--color-text-primary);border:2px solid var(--color-border-primary)}.guest-login-btn:hover{border-color:var(--color-primary);color:var(--color-primary);background:rgba(var(--color-primary-rgb),.05)}.guest-register-btn{background:var(--gradient-primary);color:#fff;border:none;box-shadow:0 4px 12px rgba(var(--color-primary-rgb),.3)}.guest-register-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--color-primary-rgb),.4)}@media(max-width:768px){.guest-header{padding:0 16px;height:56px}.guest-layout .main-content{padding-top:56px}.guest-logo-text{font-size:1.25rem}.guest-login-btn span,.guest-register-btn span{display:none}.guest-login-btn,.guest-register-btn{padding:10px 12px}}.property-card{background:var(--color-bg-secondary);border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000a;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;height:100%;border:1px solid rgba(0,0,0,.04)}.property-card:hover{transform:translateY(-2px);box-shadow:0 3px 8px #0000000f;border-color:#0000000f}.property-card:focus-within{outline:2px solid var(--color-primary);outline-offset:2px}.property-image-container{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:var(--color-bg-tertiary)}.property-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.property-card:hover .property-image{transform:scale(1.02)}.verified-badge{position:absolute;top:12px;left:12px;background:#22c55ee0;color:#fff;padding:5px 12px;border-radius:24px;font-size:.75rem;font-weight:500;display:flex;align-items:center;gap:4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 6px #22c55e26}.verified-icon{font-size:.875rem}.save-icon-btn{position:absolute;top:12px;right:12px;z-index:10;background:#ffffffe6;border:none;padding:8px;border-radius:50%;cursor:pointer;font-size:1.25rem;transition:transform .2s,background .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;width:40px;height:40px}.save-icon-btn:hover{transform:scale(1.1);background:#fff}.save-icon-btn:focus{outline:2px solid var(--color-primary);outline-offset:2px}.save-icon-btn.saved{background:#fff;animation:heartbeat .4s ease}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.distance-badge{position:absolute;bottom:12px;right:12px;background:#10b981d9;color:#fff;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #10b9814d}.type-badge{position:absolute;bottom:12px;left:12px;background:var(--gradient-primary);color:#fff;padding:4px 12px;border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.property-details{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}.property-title{font-size:1.05rem;font-weight:500;color:var(--color-text-primary);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-location{display:flex;align-items:center;gap:6px;color:var(--color-text-secondary);font-size:.875rem}.location-icon{color:var(--color-primary);flex-shrink:0}.location-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-features{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.feature-badge{display:inline-flex;align-items:center;gap:4px;padding:5px 11px;background:#00000008;border-radius:24px;font-size:.75rem;color:var(--color-text-secondary);font-weight:400;transition:background .2s,color .2s;border:1px solid rgba(0,0,0,.05)}.feature-badge:hover{background:var(--color-bg-primary);color:var(--color-text-primary)}.feature-more{background:linear-gradient(135deg,var(--color-primary-light, #dbeafe),var(--color-bg-tertiary));color:var(--color-primary);font-weight:600}.room-types-display{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f0fdf499;border:1px solid rgba(187,247,208,.4);border-radius:12px;font-size:.8rem}.room-type-icon{font-size:.9rem;opacity:.8}.room-type-text{color:#15803d;font-weight:400}[data-theme=dark] .room-types-display{background:linear-gradient(135deg,#14532d,#166534);border-color:#22c55e}[data-theme=dark] .room-type-text{color:#86efac}.property-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.badge{display:inline-block;padding:4px 10px;background:var(--color-bg-tertiary);border-radius:20px;font-size:.75rem;color:var(--color-text-secondary);text-transform:capitalize}.badge-type{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.badge-room{background:linear-gradient(135deg,#11998e,#38ef7d);color:#fff}.badge-distance{background:var(--color-bg-tertiary);color:var(--color-text-secondary)}.property-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;border-top:1px solid var(--color-border-primary)}.property-price{display:flex;align-items:baseline;gap:2px}.price-amount{font-size:1.2rem;font-weight:600;color:var(--color-text-primary)}.price-period{font-size:.875rem;color:var(--color-text-secondary);font-weight:400}.btn-view-details{padding:8px 18px;background:linear-gradient(135deg,#b45309,#c2410c);color:#fff;border:none;border-radius:10px;font-weight:500;font-size:.875rem;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s;box-shadow:0 1px 3px #b4530933}.btn-view-details:hover{transform:translateY(-1px);background:linear-gradient(135deg,#a34508,#b3380a);box-shadow:0 3px 8px #b4530940}.btn-view-details:focus{outline:2px solid var(--color-primary);outline-offset:2px}@media(max-width:768px){.property-card{flex-direction:row!important;border-radius:8px!important;height:auto!important;min-height:110px!important;max-height:140px!important}.property-card:hover{transform:none}.property-image-container{width:110px!important;min-width:110px!important;max-width:110px!important;height:110px!important;aspect-ratio:1 / 1!important;border-radius:8px 0 0 8px!important;flex-shrink:0!important}.property-card:hover .property-image{transform:none}.verified-badge{top:4px;left:4px;padding:2px 5px;font-size:.55rem}.save-icon-btn{top:8px;right:8px;width:32px;height:32px;padding:4px;font-size:1rem;background:#fffffff2;box-shadow:0 1px 4px #0000001a}.distance-badge{bottom:4px;right:4px;padding:2px 5px;font-size:.55rem}.type-badge{display:block;bottom:4px;left:4px;padding:2px 6px;font-size:.55rem;border-radius:10px}.property-details{padding:10px 12px;gap:4px;justify-content:center;flex:1;min-width:0}.property-footer{order:-1;border-top:none;padding-top:0;margin-top:0;margin-bottom:4px}.property-price{flex-direction:row;align-items:baseline}.price-amount{font-size:1.1rem;font-weight:700;color:var(--color-text-primary)}.price-period{font-size:.7rem}.btn-view-details{display:none}.property-title{font-size:.85rem;-webkit-line-clamp:2;line-clamp:2;line-height:1.2;margin:0}.property-location{font-size:.75rem;gap:4px}.location-icon{width:12px;height:12px}.property-features{display:none}.room-types-display{padding:3px 6px;font-size:.7rem;gap:4px;background:var(--color-bg-tertiary);border:none;border-radius:4px}.room-type-icon{font-size:.75rem}.room-type-text{font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}[data-theme=dark] .room-types-display{background:#334155;border:none}}[data-theme=dark] .property-card{background:#1e293b;border:1px solid #334155}[data-theme=dark] .property-details{background:#1e293b}[data-theme=dark] .property-title{color:#cbd5e1!important}[data-theme=dark] .property-location,[data-theme=dark] .location-text{color:#94a3b8}[data-theme=dark] .location-icon{color:#818cf8}[data-theme=dark] .price-amount{color:#cbd5e1!important}[data-theme=dark] .price-period{color:#64748b}[data-theme=dark] .property-footer{border-top-color:#334155}[data-theme=dark] .feature-badge{background:#334155;color:#94a3b8;border:1px solid #475569}[data-theme=dark] .feature-badge:hover{background:#475569;color:#cbd5e1}[data-theme=dark] .feature-more{background:linear-gradient(135deg,#4338ca,#6366f1);color:#fff;border:none}[data-theme=dark] .badge,[data-theme=dark] .badge-distance{background:#334155;color:#94a3b8}[data-theme=dark] .property-image-container{background:#0f172a}[data-theme=dark] .save-icon-btn{background:#1e293bf2;color:#f1f5f9;border:1px solid #475569}[data-theme=dark] .save-icon-btn:hover{background:#334155}[data-theme=dark] .btn-view-details{background:var(--gradient-primary)}[data-theme=dark] .distance-badge{background:#22c55ed9;color:#fff;box-shadow:0 2px 8px #22c55e66}.skeleton{background:linear-gradient(90deg,var(--skeleton-base, #e5e7eb) 0%,var(--skeleton-shine, #f3f4f6) 50%,var(--skeleton-base, #e5e7eb) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite ease-in-out;border-radius:4px}[data-theme=dark] .skeleton{--skeleton-base: #374151;--skeleton-shine: #4b5563}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-rect{border-radius:4px}.skeleton-text{border-radius:4px;margin-bottom:8px}.skeleton-circle{border-radius:50%;flex-shrink:0}.skeleton-button{border-radius:6px}.skeleton-image{border-radius:8px;width:100%}.skeleton-text-container{display:flex;flex-direction:column;gap:8px}.property-card-skeleton{background:var(--color-bg-secondary);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.property-card-skeleton .skeleton-image{aspect-ratio:16 / 10;border-radius:0}.property-card-skeleton .skeleton-content{padding:16px;display:flex;flex-direction:column;gap:12px}.property-card-skeleton .skeleton-badges{display:flex;gap:8px}.property-card-skeleton .skeleton-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.list-item-skeleton{display:flex;align-items:center;gap:16px;padding:16px;background:var(--color-bg-secondary);border-radius:8px;margin-bottom:8px}.list-item-skeleton .skeleton-info{flex:1;display:flex;flex-direction:column;gap:8px}.table-row-skeleton{display:flex;align-items:center;gap:16px;padding:12px 16px;border-bottom:1px solid var(--color-border-primary)}.table-row-skeleton .skeleton-cell{flex:1}.home-page{min-height:100vh;background:var(--color-bg-primary)}.hero-section{padding:64px 24px 48px;position:relative;overflow:hidden;min-height:480px;display:flex;align-items:center;justify-content:center}.hero-background{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#2d1c12bf,#4e3424a6,#66442e99);z-index:1}.hero-section:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 40%,rgba(0,0,0,.25) 100%);z-index:2;pointer-events:none}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:5;text-align:center}.hero-title{font-size:clamp(1.75rem,5vw,2.75rem);font-weight:700;color:#fff;margin-bottom:0;line-height:1.15;letter-spacing:-.025em;text-align:center;opacity:0;animation:fadeSlideUp .6s ease-out forwards;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-highlight{margin:12px 0 20px;text-align:center;opacity:0;animation:fadeSlideUp .6s ease-out .15s forwards}.near-you{display:inline-flex;align-items:center;gap:12px;font-size:clamp(2rem,6vw,3.5rem);font-weight:800;color:#fff;letter-spacing:-.02em;position:relative;padding:8px 0;text-shadow:0 2px 12px rgba(0,0,0,.4)}.near-you:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60%;height:4px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.9) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,.9) 80%,transparent 100%);border-radius:2px;animation:shimmer 2.5s ease-in-out infinite;transform-origin:center}@keyframes shimmer{0%,to{opacity:.6;transform:translate(-50%) scaleX(.85)}50%{opacity:1;transform:translate(-50%) scaleX(1.15)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{font-size:clamp(.9375rem,2vw,1.125rem);color:#f5f5f5;margin-bottom:28px;font-weight:500;text-align:center;letter-spacing:.01em;opacity:0;animation:fadeSlideUp .6s ease-out .3s forwards;text-shadow:0 1px 4px rgba(0,0,0,.3)}.trust-indicators{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:32px;padding:16px 24px;background:#ffffff1a;border-radius:50px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);flex-wrap:wrap;opacity:0;animation:fadeSlideUp .6s ease-out .45s forwards}.trust-stat{display:flex;align-items:center;gap:8px}.trust-icon{width:20px;height:20px;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2));flex-shrink:0}.trust-text{font-size:.9375rem;font-weight:600;color:#fff;letter-spacing:.01em;text-shadow:0 1px 3px rgba(0,0,0,.3)}.trust-divider{width:1px;height:20px;background:#ffffff59}@media(max-width:768px){.trust-indicators{gap:16px;padding:12px 16px;border-radius:16px}.trust-stat{gap:6px}.trust-icon{font-size:1rem}.trust-text{font-size:.8125rem}.trust-divider{display:none}}.search-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:20px}.search-tab{padding:10px 24px;background:transparent;border:none;color:#fffc;font-size:1rem;font-weight:500;cursor:pointer;position:relative;transition:all .2s}.search-tab:hover{color:#fff}.search-tab.active{color:#fff;font-weight:600}.search-tab.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60%;height:3px;background:#fff;border-radius:3px}.search-tab:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px;border-radius:4px}.modern-search-bar{display:flex;align-items:center;background:#fff;border-radius:50px;padding:4px 4px 4px 20px;box-shadow:0 10px 40px #00000026;max-width:600px;margin:0 auto;gap:0;border:none}.search-input-large::placeholder{color:#6b7280;transition:opacity .5s ease-in-out}.search-input-large.placeholder-fade::placeholder{opacity:0}.search-icon-btn{width:44px;height:44px;border-radius:50%;background:#1f2937;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s,transform .2s;flex-shrink:0}.search-icon-btn:hover{background:#374151;transform:scale(1.05)}.search-icon-btn:focus{outline:2px solid #1f2937;outline-offset:2px}.search-icon-btn svg{width:20px;height:20px}[data-theme=dark] .hero-section .modern-search-bar{background:#fff;border:none}[data-theme=dark] .hero-section .search-input-large{background:transparent!important;color:#1f2937!important;border:none!important}[data-theme=dark] .hero-section .search-input-large::placeholder{color:#6b7280!important}.search-dropdown{border:none;outline:none;font-size:1rem;font-weight:500;color:#1f2937;background:transparent;cursor:pointer;padding:12px 24px 12px 0;min-width:120px;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg fill="%231f2937" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');background-repeat:no-repeat;background-position:right center}.search-divider{width:1px;height:32px;background:#e5e7eb;margin:0 16px}.search-input-large{flex:1;border:none;outline:none;font-size:1rem;color:#1f2937;background:transparent;padding:12px 8px;min-width:0}.search-input-large::placeholder{color:#9ca3af}.search-button-red{display:flex;align-items:center;gap:8px;padding:14px 32px;background:#ef4444;color:#fff;border:none;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 4px 12px #ef44444d}.search-button-red:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 6px 16px #ef444466}.search-button-red:focus{outline:2px solid #ef4444;outline-offset:2px}.search-button-red svg{width:20px;height:20px}.search-button-red .search-btn-text{display:inline}@media(max-width:768px){.search-tabs{gap:4px;margin-bottom:16px}.search-tab{padding:8px 16px;font-size:.9375rem}.modern-search-bar{flex-direction:row;border-radius:50px;padding:6px 6px 6px 16px;gap:0;margin:0 16px 24px}.search-input-large{flex:1;padding:10px 8px;font-size:.875rem}.search-button-red{width:44px;height:44px;padding:0;border-radius:50%;flex-shrink:0}.search-button-red svg{width:18px;height:18px}}@media(max-width:480px){.hero-section{min-height:auto}.modern-search-bar{padding:10px;gap:10px;margin:0 12px 20px;position:relative;touch-action:manipulation}.search-input-large{padding:10px 14px;font-size:16px;touch-action:manipulation}.search-dropdown{padding:10px 14px;font-size:16px}.search-button-red{padding:12px 20px;font-size:.875rem;touch-action:manipulation}}.search-container{display:flex;gap:12px;margin-bottom:20px;max-width:700px;margin-left:auto;margin-right:auto}.search-bar{flex:1;display:flex;align-items:center;gap:12px;background:var(--color-bg-secondary);padding:12px 20px;border-radius:12px;box-shadow:0 4px 12px #00000014,0 1px 3px #0000001f;border:1px solid var(--color-border-primary)}.search-icon{font-size:1.25rem;color:var(--color-text-secondary);line-height:1}.search-input{flex:1;border:none;outline:none;font-size:.9375rem;color:var(--color-text-primary);background:transparent}.search-input::placeholder{color:var(--color-text-tertiary)}.search-button{padding:12px 28px;background:var(--color-bg-secondary);color:var(--color-text-primary);border:1px solid var(--color-border-primary);border-radius:12px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .15s ease;box-shadow:0 4px 12px #00000014;white-space:nowrap}.search-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0000001f;background:var(--color-bg-tertiary)}.quick-filters{display:flex;gap:8px;justify-content:center}.filter-btn{padding:8px 20px;background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:24px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .15s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.filter-btn:hover{background:#ffffff38}.filter-btn.active{background:var(--color-bg-secondary);color:var(--color-text-primary);border-color:var(--color-bg-secondary)}.properties-section{max-width:1200px;margin:0 auto;padding:64px 24px}.section-header{margin-bottom:32px}.section-header h2{font-size:1.75rem;font-weight:700;color:var(--color-text-primary);margin-bottom:4px;letter-spacing:-.01em}.section-header p{font-size:.875rem;color:var(--color-text-secondary);font-weight:500}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.loading-state{display:flex;flex-direction:column;align-items:center;padding:64px 24px;gap:16px}.spinner{width:40px;height:40px;border:3px solid var(--color-border-primary);border-top-color:var(--color-accent-purple);border-radius:50%;animation:spin .7s linear infinite}.loading-state p{color:var(--color-text-secondary);font-size:.9375rem;font-weight:500}.empty-state{text-align:center;padding:64px 24px}.empty-state h3{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:8px}.empty-state p{color:var(--color-text-secondary);font-size:.9375rem;margin-bottom:8px}@media(max-width:1024px){.properties-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(max-width:768px){.hero-title{font-size:1.875rem}.hero-section{padding:40px 20px 32px}.properties-section{padding:48px 20px}.properties-grid{grid-template-columns:1fr;gap:20px}.search-container{flex-direction:column}.search-button{width:100%}}.load-more-container{display:flex;flex-direction:column;align-items:center;margin-top:48px;gap:12px}.load-more-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 48px;background:var(--color-primary, #6366f1);color:#fff;border:none;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #6366f14d}.load-more-btn:hover:not(:disabled){background:var(--color-primary-dark, #4f46e5);transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.load-more-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.load-more-info{font-size:.875rem;color:var(--color-text-secondary);font-weight:500}.spinner-small{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.guest-layout .hero-section{width:100vw;margin-left:calc(-50vw + 50%);padding-top:100px}.guest-cta-section{background:var(--color-bg-secondary);padding:64px 24px;border-top:1px solid var(--color-border-primary);border-bottom:1px solid var(--color-border-primary)}.guest-cta-content{max-width:1200px;margin:0 auto}.guest-cta-content h2{text-align:center;font-size:2rem;font-weight:700;color:var(--color-text-primary);margin-bottom:48px}.guest-cta-section .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.guest-cta-section .feature-card{background:var(--color-bg-primary);padding:32px 24px;border-radius:16px;text-align:center;border:1px solid var(--color-border-primary);transition:transform .2s ease,box-shadow .2s ease}.guest-cta-section .feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.guest-cta-section .feature-icon{width:48px;height:48px;color:var(--color-primary);margin-bottom:16px}.guest-cta-section .feature-card h3{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:8px}.guest-cta-section .feature-card p{font-size:.875rem;color:var(--color-text-secondary);line-height:1.5}.guest-register-banner{background:var(--gradient-primary);padding:64px 24px;color:#fff}.register-banner-content{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:48px}.register-banner-text h2{font-size:1.75rem;font-weight:700;margin-bottom:12px;color:#fff}.register-banner-text p{font-size:1rem;opacity:.9;max-width:500px;line-height:1.6}.register-banner-stats{display:flex;gap:32px}.register-banner-stats .stat-item{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#ffffff26;border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.register-banner-stats .stat-item span{font-weight:600;font-size:.9375rem;white-space:nowrap}@media(max-width:1024px){.guest-cta-section .features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.guest-cta-section{padding:32px 16px}.guest-cta-content h2{font-size:1.25rem;margin-bottom:20px}.guest-cta-section .features-grid{grid-template-columns:repeat(2,1fr);gap:12px}.guest-cta-section .feature-card{padding:16px 12px}.guest-cta-section .feature-icon{width:32px;height:32px;margin-bottom:8px}.guest-cta-section .feature-card h3{font-size:.875rem;margin-bottom:4px}.guest-cta-section .feature-card p{font-size:.75rem;line-height:1.4}.guest-register-banner{padding:32px 16px}.register-banner-content{flex-direction:column;text-align:center;gap:24px}.register-banner-text h2{font-size:1.25rem}.register-banner-text p{max-width:100%;font-size:.875rem}.register-banner-stats{flex-direction:row;gap:12px;width:100%;flex-wrap:wrap;justify-content:center}.register-banner-stats .stat-item{padding:10px 16px;flex:1;min-width:140px}.register-banner-stats .stat-item span{font-size:.8125rem}}.filter-overlay{position:fixed;inset:0;background:#00000080;z-index:999;animation:fadeIn .3s ease}.filter-sidebar{position:fixed;right:-400px;top:0;bottom:0;width:100%;max-width:400px;background:#fff;box-shadow:-4px 0 20px #00000026;z-index:1000;display:flex;flex-direction:column;transition:right .3s ease}.filter-sidebar.open{right:0}.filter-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.filter-header h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.close-btn{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1;transition:color .2s}.close-btn:hover{color:#1f2937}.filter-content{flex:1;overflow-y:auto;padding:1.5rem}.filter-section{margin-bottom:1.5rem}.filter-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.price-input{padding:.625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s}.price-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-select{width:100%;padding:.625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer;transition:border-color .2s}.filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.amenities-list{display:flex;flex-direction:column;gap:.75rem}.amenity-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.875rem;color:#374151}.amenity-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#667eea}.amenity-checkbox:hover{color:#1f2937}.filter-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.btn-reset,.btn-apply{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease;border:none}.btn-reset{background:#fff;color:#667eea;border:2px solid #667eea}.btn-reset:hover{background:#f3f4f6}.btn-apply{background:#667eea;color:#fff}.btn-apply:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.filter-content::-webkit-scrollbar{width:6px}.filter-content::-webkit-scrollbar-track{background:#f3f4f6}.filter-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.filter-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:480px){.filter-sidebar{max-width:100%;right:-100%}.filter-header,.filter-content{padding:1rem}.filter-footer{padding:1rem;grid-template-columns:1fr}.btn-reset{order:2}.btn-apply{order:1}}.map-view-container{width:100%;height:100%;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.map-info-window{padding:.5rem;min-width:250px;max-width:300px}.map-info-window h3{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;line-height:1.4}.info-address{display:flex;align-items:flex-start;gap:.375rem;font-size:.8125rem;color:#6b7280;margin:0 0 .75rem;line-height:1.4}.info-address .icon{flex-shrink:0;font-size:.875rem}.info-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.info-price{font-size:1rem;font-weight:700;color:#667eea;margin:0}.info-distance{font-size:.8125rem;color:#059669;font-weight:600;margin:0}.info-badges{display:flex;gap:.375rem;flex-wrap:wrap;margin-bottom:.75rem}.info-badges .badge{padding:.1875rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:500}.info-badges .badge-type{background:#ede9fe;color:#7c3aed}.info-badges .badge-room{background:#e0f2fe;color:#0369a1}.btn-view-map{width:100%;padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.8125rem;cursor:pointer;transition:background .2s}.btn-view-map:hover{background:#5568d3}.search-marker-label{background:transparent!important;border:none!important;font-size:24px!important}@media(max-width:768px){.map-view-container{min-height:400px}.map-info-window{min-width:200px}.map-info-window h3{font-size:.9375rem}}.map-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:600px;background:#f9fafb;border-radius:12px;padding:2rem;text-align:center}.map-error .error-icon{font-size:3rem;margin-bottom:1rem}.map-error h3{font-size:1.25rem;color:#1f2937;margin:0 0 .5rem}.map-error p{color:#6b7280;margin:0 0 1rem}.map-error code{background:#e5e7eb;padding:.125rem .375rem;border-radius:4px;font-size:.875rem}.error-list{text-align:left;color:#6b7280;margin:1rem 0;padding-left:1.5rem}.btn-fix-map{display:inline-block;padding:.75rem 1.5rem;background:#667eea;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;margin-top:1rem;transition:background .2s}.btn-fix-map:hover{background:#5568d3}.map-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:600px}.map-loading .spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.map-loading p{color:#6b7280}.search-results-page{min-height:100vh;background:var(--color-background, #f8f9fa);padding:1rem}.guest-layout .search-results-page{padding-top:72px}@media(max-width:768px){.guest-layout .search-results-page{padding:.5rem;padding-top:64px}}.search-header-compact{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem}.search-row{display:flex;align-items:center;gap:.75rem}.back-home-btn{padding:.5rem .875rem;background:#f3f4f6;border:none;border-radius:8px;font-weight:600;font-size:.8125rem;color:#374151;cursor:pointer;white-space:nowrap;transition:all .2s}.back-home-btn:hover{background:#e5e7eb;color:#667eea}.search-bar-pill{flex:1;display:flex;align-items:center;background:#f3f4f6;border-radius:50px;padding:4px;max-width:400px}.search-input-pill{flex:1;border:none;background:transparent;padding:.5rem 1rem;font-size:.875rem;color:#1f2937;outline:none}.search-input-pill::placeholder{color:#9ca3af}.search-btn-pill{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:50px;font-weight:600;font-size:.8125rem;cursor:pointer;transition:background .2s}.search-btn-pill:hover{background:#5568d3}.filter-btn-compact{padding:.5rem .875rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-weight:500;font-size:.8125rem;cursor:pointer;transition:all .2s;white-space:nowrap}.filter-btn-compact:hover{border-color:#667eea;color:#667eea}.actions-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.map-view-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;font-weight:600;font-size:.8125rem;cursor:pointer;transition:all .2s;white-space:nowrap}.map-view-btn:hover{border-color:#667eea;background:#f9fafb;color:#667eea}.map-view-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 2px 8px #667eea4d}.results-info{flex:1;font-size:.875rem;color:#6b7280}.results-info strong{color:#667eea}.clear-btn{padding:.375rem .75rem;background:transparent;color:#ef4444;border:1px solid #ef4444;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.clear-btn:hover{background:#ef4444;color:#fff}.radius-row{display:flex;align-items:center;gap:.75rem;padding-top:.5rem;border-top:1px solid #f3f4f6}.radius-label{font-size:.8125rem;color:#6b7280;white-space:nowrap}.radius-label strong{color:#667eea}.radius-slider-compact{flex:1;max-width:200px;height:4px;border-radius:2px;background:linear-gradient(to right,#667eea,#764ba2);-webkit-appearance:none;appearance:none;outline:none}.radius-slider-compact::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#667eea;cursor:pointer;box-shadow:0 1px 4px #0003}.radius-slider-compact::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#667eea;cursor:pointer;border:none}.radius-range{font-size:.75rem;color:#9ca3af}.search-controls{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:1.5rem}.radius-control{max-width:600px}.radius-control label{display:block;margin-bottom:1rem;font-size:.95rem;color:#374151}.radius-control strong{color:#667eea;font-size:1.1rem}.radius-slider{width:100%;height:6px;border-radius:5px;background:linear-gradient(to right,#667eea,#764ba2);outline:none;-webkit-appearance:none;margin-bottom:.5rem}.radius-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;box-shadow:0 2px 6px #0003;transition:all .2s ease}.radius-slider::-webkit-slider-thumb:hover{transform:scale(1.2);background:#5568d3}.radius-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;box-shadow:0 2px 6px #0003;border:none;transition:all .2s ease}.radius-slider::-moz-range-thumb:hover{transform:scale(1.2);background:#5568d3}.radius-markers{display:flex;justify-content:space-between;font-size:.85rem;color:#6b7280}.results-info-bar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:1.5rem}.results-count{font-size:1rem;color:#374151}.results-count strong{color:#667eea;font-weight:600}.clear-filters-btn{padding:.5rem 1rem;background:transparent;color:#ef4444;border:1px solid #ef4444;border-radius:6px;cursor:pointer;transition:all .3s ease;font-weight:500}.clear-filters-btn:hover{background:#ef4444;color:#fff}.search-results-container{min-height:400px}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.loading-state p{color:#6b7280;font-size:1rem}.empty-state,.error-state,.default-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.default-state{max-width:700px;margin:0 auto}.empty-icon,.error-icon,.default-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3,.error-state h3{font-size:1.5rem;color:#1f2937;margin-bottom:.5rem}.default-state h1{font-size:2rem;color:#1f2937;margin-bottom:1rem;font-weight:700}.empty-state p,.error-state p,.default-state>p{color:#6b7280;max-width:500px;margin-bottom:1.5rem;line-height:1.6;font-size:1rem}.search-tips{background:#f9fafb;padding:1.5rem;border-radius:8px;margin:1.5rem 0;text-align:left;width:100%;max-width:500px}.search-tips h3{font-size:1.1rem;color:#374151;margin-bottom:1rem;font-weight:600}.search-tips ul{list-style:none;padding:0;margin:0}.search-tips li{color:#4b5563;padding:.5rem 0 .5rem 1.5rem;position:relative;line-height:1.5}.search-tips li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.back-btn{padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.back-btn:hover{background:#5568d3}.search-method-info{margin-top:2rem;padding:1rem;background:#f3f4f6;border-radius:8px;text-align:center;font-family:monospace;color:#6b7280}@media(max-width:768px){.search-results-page{padding:.75rem}.search-header-compact{padding:.75rem;gap:.625rem}.search-row{flex-wrap:wrap;gap:.5rem}.back-home-btn{order:1}.search-bar-pill{order:4;flex:1 1 100%;max-width:none}.map-view-btn{order:2;padding:.375rem .625rem;font-size:.75rem}.filter-btn-compact{order:3}.actions-row{gap:.5rem}.results-info{font-size:.8125rem}.radius-row{flex-wrap:wrap;gap:.5rem}.radius-slider-compact{max-width:150px}.properties-grid{grid-template-columns:1fr}}@media(max-width:480px){.search-header-compact{padding:.625rem}.search-input-pill{font-size:.8125rem;padding:.375rem .75rem}.search-btn-pill{padding:.375rem .75rem;font-size:.75rem}}.properties-grid .property-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.properties-grid .property-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.admin-dashboard{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.admin-header{background:#fff;padding:2rem;border-radius:16px;margin-bottom:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.admin-header .header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.admin-header h1{font-size:2.25rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .5rem}.admin-header p{color:#6b7280;font-size:1.125rem;margin:0}.debug-toggle-btn{padding:.75rem 1.5rem;border-radius:8px;border:2px solid;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.debug-toggle-btn.enabled{background:#10b981;border-color:#059669;color:#fff}.debug-toggle-btn.enabled:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 6px -1px #10b9814d}.debug-toggle-btn.disabled{background:#ef4444;border-color:#dc2626;color:#fff}.debug-toggle-btn.disabled:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 6px -1px #ef44444d}.access-denied{background:#fff;padding:3rem;border-radius:16px;text-align:center;box-shadow:0 10px 15px -3px #0000001a}.access-denied h2{color:#ef4444;font-size:2rem;margin-bottom:1rem}.access-denied p{color:#6b7280;font-size:1.125rem}.admin-content{background:#fff;border-radius:16px;min-height:500px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}[data-theme=dark] .admin-pg-management,[data-theme=dark] .plan-management,[data-theme=dark] .admin-table-container,[data-theme=dark] .admin-user-management,[data-theme=dark] .admin-analytics,[data-theme=dark] .admin-leads,[data-theme=dark] .subscription-management,[data-theme=dark] .admin-subscription-tools{background:#0f172a;color:#f1f5f9}[data-theme=dark] .management-header h2,[data-theme=dark] .header h2,[data-theme=dark] .admin-header-row h2,[data-theme=dark] .section-header h2,[data-theme=dark] .page-title{color:#f1f5f9}[data-theme=dark] .header p,[data-theme=dark] .admin-header-row p,[data-theme=dark] .section-description,[data-theme=dark] .page-subtitle{color:#94a3b8}[data-theme=dark] .properties-table,[data-theme=dark] .plans-table,[data-theme=dark] .data-table,[data-theme=dark] .admin-table,[data-theme=dark] table{background:#1e293b;border-radius:12px;overflow:hidden}[data-theme=dark] .properties-table thead,[data-theme=dark] .plans-table th,[data-theme=dark] .data-table th,[data-theme=dark] table thead{background:linear-gradient(180deg,#334155,#1e293b)}[data-theme=dark] .properties-table th,[data-theme=dark] .plans-table th,[data-theme=dark] .data-table th,[data-theme=dark] th{color:#94a3b8;border-bottom:2px solid #475569}[data-theme=dark] .properties-table td,[data-theme=dark] .plans-table td,[data-theme=dark] .data-table td,[data-theme=dark] td{color:#e2e8f0;border-bottom:1px solid #334155}[data-theme=dark] tbody tr:hover{background:#6366f114}[data-theme=dark] .tabs{border-bottom-color:#334155}[data-theme=dark] .tabs button{color:#94a3b8}[data-theme=dark] .tabs button:hover{color:#818cf8;background:#6366f11a}[data-theme=dark] .tabs button.active{color:#818cf8;border-bottom-color:#6366f1;background:#6366f126}[data-theme=dark] .sub-tabs{background:transparent}[data-theme=dark] .sub-tab-btn{color:#94a3b8}[data-theme=dark] .sub-tab-btn.active{color:#f1f5f9;border-bottom-color:#6366f1}[data-theme=dark] .badge{font-weight:600}[data-theme=dark] .badge.pending,[data-theme=dark] .status-badge.pending{background:#f59e0b33;color:#fbbf24;border:1px solid rgba(245,158,11,.3)}[data-theme=dark] .badge.verified,[data-theme=dark] .badge.active,[data-theme=dark] .status-badge.active{background:#10b98133;color:#34d399;border:1px solid rgba(16,185,129,.3)}[data-theme=dark] .badge.inactive,[data-theme=dark] .status-badge.inactive{background:#ef444433;color:#f87171;border:1px solid rgba(239,68,68,.3)}[data-theme=dark] .badge.owner{background:#6366f133;color:#a5b4fc;border:1px solid rgba(99,102,241,.3)}[data-theme=dark] .feature-tag{background:#334155;color:#cbd5e1}[data-theme=dark] .create-btn,[data-theme=dark] .add-plan-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none}[data-theme=dark] .create-btn:hover,[data-theme=dark] .add-plan-btn:hover{background:linear-gradient(135deg,#818cf8,#a78bfa)}[data-theme=dark] .action-btn{background:#334155;border-color:#475569;color:#e2e8f0}[data-theme=dark] .action-btn:hover{background:#475569;border-color:#64748b}[data-theme=dark] .actions-cell button{background:#334155;color:#e2e8f0}[data-theme=dark] .actions-cell button:hover{background:#475569}[data-theme=dark] .modal-overlay{background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}[data-theme=dark] .modal,[data-theme=dark] .modal-content,[data-theme=dark] .edit-payment-modal{background:#1e293b;border:1px solid #334155;color:#f1f5f9}[data-theme=dark] .modal h3,[data-theme=dark] .modal-header h2,[data-theme=dark] .modal-header h3{color:#f1f5f9}[data-theme=dark] .modal-header{border-bottom-color:#334155}[data-theme=dark] .close-btn{color:#94a3b8}[data-theme=dark] .close-btn:hover{color:#f1f5f9;background:#334155}[data-theme=dark] .form-group label{color:#e2e8f0}[data-theme=dark] .form-group input[type=text],[data-theme=dark] .form-group input[type=number],[data-theme=dark] .form-group input[type=email],[data-theme=dark] .form-group input[type=tel],[data-theme=dark] .form-group input[type=date],[data-theme=dark] .form-group textarea,[data-theme=dark] .form-group select,[data-theme=dark] input[type=text],[data-theme=dark] input[type=number],[data-theme=dark] input[type=date],[data-theme=dark] select,[data-theme=dark] textarea{background:#0f172a;border:1px solid #475569;color:#f1f5f9}[data-theme=dark] .form-group input:focus,[data-theme=dark] .form-group select:focus,[data-theme=dark] .form-group textarea:focus,[data-theme=dark] input:focus,[data-theme=dark] select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f133;outline:none}[data-theme=dark] .form-group input::placeholder,[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#64748b}[data-theme=dark] .disabled-input,[data-theme=dark] input:disabled,[data-theme=dark] select:disabled{background:#1e293b;color:#64748b;cursor:not-allowed}[data-theme=dark] .modal-actions{border-top-color:#334155}[data-theme=dark] .save-btn,[data-theme=dark] .btn-submit{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}[data-theme=dark] .cancel-btn,[data-theme=dark] .btn-cancel{background:#334155;color:#e2e8f0;border:1px solid #475569}[data-theme=dark] .cancel-btn:hover,[data-theme=dark] .btn-cancel:hover{background:#475569;border-color:#64748b}[data-theme=dark] .features-by-category{background:#0f172a;border-color:#334155}[data-theme=dark] .feature-category{background:#1e293b;border-color:#334155}[data-theme=dark] .category-header{border-bottom-color:#334155}[data-theme=dark] .category-header h4{color:#f1f5f9}[data-theme=dark] .select-all-btn{background:#334155;border-color:#475569;color:#94a3b8}[data-theme=dark] .select-all-btn:hover{background:#475569;color:#f1f5f9}[data-theme=dark] .feature-checkbox{color:#e2e8f0}[data-theme=dark] .feature-checkbox:hover{background:#334155;border-color:#475569}[data-theme=dark] .feature-label{color:#e2e8f0}[data-theme=dark] .selected-count{background:linear-gradient(135deg,#6366f133,#8b5cf633);color:#a5b4fc;border-color:#6366f14d}[data-theme=dark] .toggle-switch .slider{background-color:#475569}[data-theme=dark] .toggle-switch input:checked+.slider{background-color:#6366f1}[data-theme=dark] .loading,[data-theme=dark] .no-data{color:#94a3b8}[data-theme=dark] .loading:before{border-color:#334155;border-top-color:#6366f1}[data-theme=dark] .pagination-controls .load-more-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6)}[data-theme=dark] .pagination-controls .load-more-btn:hover:not(:disabled){background:linear-gradient(135deg,#818cf8,#a78bfa)}[data-theme=dark] .property-count{color:#94a3b8}[data-theme=dark] .stat-card,[data-theme=dark] .analytics-card,[data-theme=dark] .summary-card{background:#1e293b;border:1px solid #334155}[data-theme=dark] .stat-card .stat-value{color:#818cf8}[data-theme=dark] .stat-card .stat-label{color:#94a3b8}[data-theme=dark] .help-text,[data-theme=dark] small{color:#64748b}[data-theme=dark] .modal::-webkit-scrollbar,[data-theme=dark] .features-by-category::-webkit-scrollbar{width:8px}[data-theme=dark] .modal::-webkit-scrollbar-track,[data-theme=dark] .features-by-category::-webkit-scrollbar-track{background:#1e293b}[data-theme=dark] .modal::-webkit-scrollbar-thumb,[data-theme=dark] .features-by-category::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}[data-theme=dark] .modal::-webkit-scrollbar-thumb:hover,[data-theme=dark] .features-by-category::-webkit-scrollbar-thumb:hover{background:#64748b}[data-theme=dark] .admin-tabs{background:#1e293b;border-color:#334155}[data-theme=dark] .admin-tabs button{color:#94a3b8}[data-theme=dark] .admin-tabs button.active{color:#f1f5f9;background:linear-gradient(135deg,#6366f1,#8b5cf6)}[data-theme=dark] .admin-tabs button:hover:not(.active){background:#334155;color:#f1f5f9}[data-theme=dark] .tool-card{background:#1e293b;border:1px solid #334155}[data-theme=dark] .tool-card h4{color:#f1f5f9}[data-theme=dark] .tool-card p{color:#94a3b8}[data-theme=dark] .warning-btn,[data-theme=dark] .tool-btn{background:linear-gradient(135deg,#f59e0b,#d97706)}[data-theme=dark] .danger-btn{background:linear-gradient(135deg,#ef4444,#dc2626)}[data-theme=dark] .lead-card{background:#1e293b;border:1px solid #334155}[data-theme=dark] .lead-card h4{color:#f1f5f9}[data-theme=dark] .lead-detail{color:#94a3b8}.admin-pg-management,.plan-management,.admin-table-container,.modal,.tabs button,.properties-table,.badge,.form-group input,.form-group select{transition:background-color .2s ease,border-color .2s ease,color .2s ease}.admin-tab-nav{display:flex;gap:.75rem;padding:1.5rem;background:transparent;overflow-x:auto;scrollbar-width:none}.admin-tab-nav::-webkit-scrollbar{display:none}.admin-tab-nav button{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border:none;border-radius:12px;font-weight:600;font-size:.9375rem;cursor:pointer;white-space:nowrap;background:#f3f4f6;color:#6b7280;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.admin-tab-nav button:hover{background:#e5e7eb;color:#374151;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.admin-tab-nav button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.admin-tab-nav button.active:hover{box-shadow:0 6px 16px #667eea80}@media(max-width:640px){.admin-tab-nav{padding:1rem;gap:.5rem}.admin-tab-nav button{padding:.75rem 1.25rem;font-size:.875rem}}.card{background:var(--color-bg-secondary);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:all var(--transition-base)}.card-padding-sm{padding:var(--spacing-md)}.card-padding-md{padding:var(--spacing-xl)}.card-padding-lg{padding:var(--spacing-2xl)}.card-gradient{background:var(--gradient-primary);color:var(--color-text-inverse)}.card-hover{cursor:pointer}.card-hover:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.stat-card{min-height:140px}.stat-card-content{display:flex;flex-direction:column;gap:var(--spacing-md)}.stat-card-header{display:flex;justify-content:space-between;align-items:flex-start}.stat-card-title{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em}.stat-card-gradient .stat-card-title{color:#ffffffe6}.stat-card-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);background:#ffffff1a;font-size:1.5rem}.stat-card-value{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:var(--color-text-primary);line-height:1.2}.stat-card-gradient .stat-card-value{color:#fff}.stat-card-trend{display:flex;align-items:center;gap:.25rem;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold)}.trend-up{color:var(--color-success)}.trend-down{color:var(--color-danger)}.stat-card-gradient .trend-up,.stat-card-gradient .trend-down{color:#ffffffe6}.stat-card-primary{border-left:4px solid var(--color-accent-purple)}.stat-card-success{border-left:4px solid var(--color-success)}.stat-card-warning{border-left:4px solid var(--color-warning)}.stat-card-danger{border-left:4px solid var(--color-danger)}.stat-card-info{border-left:4px solid var(--color-info)}.admin-analytics{padding:var(--spacing-xl)}.analytics-header{margin-bottom:var(--spacing-2xl)}.analytics-header h2{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:var(--color-text-primary);margin-bottom:var(--spacing-sm)}.analytics-subtitle{font-size:var(--font-size-base);color:var(--color-text-secondary)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--spacing-lg);margin-bottom:var(--spacing-3xl)}.analytics-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:var(--spacing-xl)}.chart-section{background:var(--color-bg-secondary);border-radius:var(--radius-xl);padding:var(--spacing-xl);box-shadow:var(--shadow-md)}.chart-section h3{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin-bottom:var(--spacing-lg)}.chart-placeholder{height:300px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-tertiary);border-radius:var(--radius-md);color:var(--color-text-secondary)}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:var(--spacing-lg)}.loading-spinner{width:3rem;height:3rem;border:4px solid var(--color-border-primary);border-top-color:var(--color-accent-purple);border-radius:50%;animation:spin .8s linear infinite}@media(max-width:768px){.stats-grid,.analytics-charts{grid-template-columns:1fr}}.status-badge{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize;white-space:nowrap;transition:all .15s ease}.status-badge.pending,.status-badge.pending-payment,.status-badge.pending-verification{background-color:#fef3c7;color:#92400e}.status-badge.verified{background-color:#ccfbf1;color:#134e4a}.status-badge.paused{background-color:#fed7aa;color:#78350f}.status-badge.deleted,.status-badge.inactive,.status-badge.cancelled{background-color:#fee2e2;color:#991b1b}.status-badge.unknown{background-color:#f3f4f6;color:#6b7280}.action-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:36px;height:36px;padding:0 12px;border-radius:6px;border:1px solid var(--color-border-primary, #e5e7eb);background:#fff;cursor:pointer;transition:all .2s ease;opacity:1;font-size:.875rem;font-weight:500}.action-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 2px 8px #00000026}.action-button:disabled{opacity:.5;cursor:not-allowed}.action-button.edit{color:#3b82f6;border-color:#3b82f6}.action-button.edit:hover:not(:disabled){background:#eff6ff}.action-button.delete{color:#ef4444;border-color:#ef4444}.action-button.delete:hover:not(:disabled){background:#fef2f2}.action-button.verify{color:#10b981;border-color:#10b981;background:#f0fdf4;padding:0 16px}.action-button.verify:hover:not(:disabled){background:#10b981;color:#fff}.toggle-switch{position:relative;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.toggle-switch.disabled{opacity:.5;cursor:not-allowed}.toggle-switch input{position:absolute;opacity:0;width:0;height:0}.toggle-slider{position:relative;display:inline-block;width:44px;height:24px;background-color:#cbd5e1;border-radius:9999px;transition:background-color .2s cubic-bezier(.4,0,.2,1)}.toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a}.toggle-switch input:checked+.toggle-slider{background-color:#10b981}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.toggle-switch input:disabled+.toggle-slider{cursor:not-allowed}.toggle-label{font-size:.875rem;color:#1f2937;-webkit-user-select:none;user-select:none}.admin-pg-management{padding:2rem;min-height:100vh}.management-header{margin-bottom:2rem}.management-header h2{font-size:1.875rem;font-weight:700;color:#111827;margin:0}.tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e5e7eb;padding-bottom:0}.tabs button{background:transparent;border:none;border-bottom:3px solid transparent;padding:.75rem 1.5rem;cursor:pointer;font-weight:600;font-size:.95rem;color:#6b7280;transition:all .2s ease;position:relative}.tabs button:hover{color:#4f46e5;background:#f9fafb}.tabs button.active{color:#4f46e5;border-bottom-color:#4f46e5;background:#eef2ff}.loading,.no-data{text-align:center;padding:3rem;color:#6b7280;font-size:1rem}.loading{display:flex;align-items:center;justify-content:center;gap:.75rem}.loading:before{content:"";width:20px;height:20px;border:3px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;animation:spin .8s linear infinite}.properties-table{width:100%;overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.properties-table table{width:100%;border-collapse:collapse}.properties-table thead{background:linear-gradient(to bottom,#f9fafb,#f3f4f6)}.properties-table th{padding:var(--spacing-lg) var(--spacing-xl);text-align:left;font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--color-border-primary)}.properties-table tbody tr{border-bottom:1px solid var(--color-border-primary);transition:background-color var(--transition-fast)}.properties-table tbody tr:hover{background-color:var(--color-bg-hover)}.properties-table tbody tr:last-child{border-bottom:none}.properties-table td{padding:var(--spacing-lg) var(--spacing-xl);font-size:var(--font-size-base);color:var(--color-text-primary)}.status-badge{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:9999px;font-size:.8125rem;font-weight:600;text-transform:capitalize;letter-spacing:.025em}.status-badge.active{background-color:#d1fae5;color:#065f46}.status-badge.inactive{background-color:#fee2e2;color:#991b1b}.status-badge.pending{background-color:#fef3c7;color:#92400e}.actions{display:flex;gap:.5rem;align-items:center}.actions button{padding:.5rem 1rem;border:none;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.actions button:disabled{opacity:.6;cursor:not-allowed}.btn-verify{background:linear-gradient(to bottom,#10b981,#059669);color:#fff;box-shadow:0 1px 2px #10b9814d}.btn-verify:hover:not(:disabled){background:linear-gradient(to bottom,#059669,#047857);box-shadow:0 4px 6px #10b98166;transform:translateY(-1px)}.btn-toggle{background:linear-gradient(to bottom,#3b82f6,#2563eb);color:#fff;box-shadow:0 1px 2px #3b82f64d}.btn-toggle:hover:not(:disabled){background:linear-gradient(to bottom,#2563eb,#1d4ed8);box-shadow:0 4px 6px #3b82f666;transform:translateY(-1px)}.btn-delete{background:linear-gradient(to bottom,#ef4444,#dc2626);color:#fff;box-shadow:0 1px 2px #ef44444d}.btn-delete:hover:not(:disabled){background:linear-gradient(to bottom,#dc2626,#b91c1c);box-shadow:0 4px 6px #ef444466;transform:translateY(-1px)}.btn-restore{background:linear-gradient(to bottom,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 1px 2px #8b5cf64d}.btn-restore:hover:not(:disabled){background:linear-gradient(to bottom,#7c3aed,#6d28d9);box-shadow:0 4px 6px #8b5cf666;transform:translateY(-1px)}@media(max-width:1024px){.properties-table{overflow-x:auto}.properties-table table{min-width:800px}}@media(max-width:640px){.admin-pg-management{padding:1rem}.management-header h2{font-size:1.5rem}.tabs button{padding:.625rem 1rem;font-size:.875rem}.properties-table th,.properties-table td{padding:.875rem 1rem;font-size:.875rem}.actions button{padding:.375rem .75rem;font-size:.8125rem}}*{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}button:active:not(:disabled){transform:scale(.98)}.pagination-controls{display:flex;justify-content:center;margin-top:2rem;padding:1.5rem}.pagination-controls .load-more-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:linear-gradient(to bottom,#4f46e5,#4338ca);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #4f46e54d}.pagination-controls .load-more-btn:hover:not(:disabled){background:linear-gradient(to bottom,#4338ca,#3730a3);box-shadow:0 4px 8px #4f46e566;transform:translateY(-1px)}.pagination-controls .load-more-btn:disabled{opacity:.6;cursor:not-allowed}.property-count{font-size:.875rem;color:#6b7280;margin-top:.5rem}.plan-management{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 4px #0000001a}.header h2{color:#1e40af;margin:0 0 .5rem}.header p{color:#6b7280;margin:0 0 1.5rem}.actions{margin-bottom:1.5rem}.add-plan-btn{background:#4f46e5;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;font-weight:700;cursor:pointer}.plans-table{width:100%;border-collapse:collapse}.plans-table th,.plans-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e5e7eb}.plans-table th{background:#f9fafb;font-weight:700;color:#6b7280}.features-preview{display:flex;flex-wrap:wrap;gap:.25rem}.feature-tag{background:#e5e7eb;padding:.25rem .5rem;border-radius:.25rem;font-size:.8rem}.actions-cell{display:flex;gap:.5rem}.actions-cell button{border:none;background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;cursor:pointer}.modal{background:#fff;padding:1.5rem;border-radius:.5rem;width:90%;max-width:700px;max-height:80vh;overflow-y:auto}.modal h3{margin:0 0 1rem;color:#1e40af}.form-group input[type=text],.form-group input[type=number]{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.25rem}.save-btn,.cancel-btn{padding:.5rem 1rem;border:none;border-radius:.25rem;cursor:pointer;font-weight:700}.save-btn{background:#4f46e5;color:#fff}.cancel-btn{background:#e5e7eb;color:#6b7280}.preset-buttons{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.preset-btn{padding:8px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.preset-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.preset-btn.clear-btn{background:linear-gradient(135deg,#f093fb,#f5576c)}.preset-btn.clear-btn:hover{box-shadow:0 4px 12px #f5576c4d}.features-by-category{display:flex;flex-direction:column;gap:16px;max-height:400px;overflow-y:auto;padding:12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.feature-category{background:#fff;border-radius:8px;padding:12px;border:1px solid #e5e7eb}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.category-header h4{margin:0;font-size:14px;font-weight:700;color:#374151;text-transform:capitalize}.select-all-btn{padding:4px 12px;background:transparent;border:1px solid #d1d5db;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;color:#6b7280}.select-all-btn:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}.feature-checkbox{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .2s ease;border:1px solid transparent;-webkit-user-select:none;user-select:none}.feature-checkbox:hover{background:#f3f4f6;border-color:#e5e7eb}.feature-checkbox input[type=checkbox]{cursor:pointer;width:16px;height:16px}.feature-icon{font-size:16px;line-height:1}.feature-label{flex:1;font-size:13px;color:#374151;font-weight:500}.selected-count{margin-top:12px;padding:8px 12px;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:6px;text-align:center;font-weight:600;font-size:13px;color:#0369a1;border:1px solid #7dd3fc}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#1f2937}.close-btn{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.close-btn:hover{background:#f3f4f6;color:#374151}.edit-user-form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;transition:all .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.disabled-input{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.help-text{display:block;margin-top:.5rem;font-size:.8125rem;color:#6b7280}.modal-actions{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.btn-cancel,.btn-submit{flex:1;padding:.75rem;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s;border:none}.btn-cancel:disabled,.btn-submit:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){.modal-content{width:95%;margin:1rem}.modal-header,.edit-user-form{padding:1rem}}.admin-user-management{padding:var(--spacing-xl)}.user-management-header{margin-bottom:var(--spacing-2xl)}.user-management-header h2{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:var(--color-text-primary);margin-bottom:var(--spacing-sm)}.user-management-subtitle{font-size:var(--font-size-base);color:var(--color-text-secondary);margin-bottom:var(--spacing-xl)}.user-section-tabs{display:flex;gap:.75rem;margin-bottom:var(--spacing-2xl);padding:.5rem;background:var(--color-bg-tertiary);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.user-section-tabs button{flex:1;background:transparent;border:none;padding:.875rem 1.75rem;cursor:pointer;font-weight:var(--font-weight-semibold);font-size:var(--font-size-base);color:var(--color-text-secondary);transition:all var(--transition-base);border-radius:var(--radius-lg)}.user-section-tabs button:hover:not(.active){color:var(--color-text-primary);background:var(--color-bg-secondary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.user-section-tabs button.active{color:#fff;background:var(--gradient-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.users-table-container{background:var(--color-bg-secondary);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden}.users-table{width:100%;border-collapse:collapse}.users-table thead{background:linear-gradient(to bottom,var(--color-bg-tertiary),var(--color-bg-secondary))}.users-table th{padding:1.25rem 1.5rem;text-align:left;font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--color-border-primary)}.users-table tbody tr{border-bottom:1px solid var(--color-border-primary);transition:background-color var(--transition-fast)}.users-table tbody tr:hover{background-color:var(--color-bg-hover)}.users-table tbody tr:last-child{border-bottom:none}.users-table td{padding:1.25rem 1.5rem;font-size:var(--font-size-base);color:var(--color-text-primary)}.user-role-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:var(--radius-full);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);text-transform:capitalize}.user-role-badge.owner{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.user-role-badge.seeker{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.user-role-badge.admin{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.verification-status{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border-radius:var(--radius-full);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold)}.verification-status.verified{background:#10b9811a;color:var(--color-success)}.verification-status.unverified{background:#f59e0b1a;color:var(--color-warning)}.user-actions{display:flex;gap:.5rem;align-items:center}.user-actions button{padding:.5rem 1rem;border:none;border-radius:var(--radius-md);font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition-base);white-space:nowrap}.user-actions button:disabled{opacity:.6;cursor:not-allowed}.user-actions .btn-verify{background:var(--gradient-success);color:#fff;box-shadow:var(--shadow-sm)}.user-actions .btn-verify:hover:not(:disabled){box-shadow:var(--shadow-md);transform:translateY(-1px)}.user-actions .btn-delete{background:var(--gradient-danger);color:#fff;box-shadow:var(--shadow-sm)}.user-actions .btn-delete:hover:not(:disabled){box-shadow:var(--shadow-md);transform:translateY(-1px)}.loading-users,.no-users{text-align:center;padding:3rem;color:var(--color-text-secondary)}.loading-users{display:flex;align-items:center;justify-content:center;gap:1rem}@media(max-width:1024px){.users-table-container{overflow-x:auto}.users-table{min-width:800px}}@media(max-width:640px){.admin-user-management{padding:var(--spacing-md)}.users-table th,.users-table td{padding:1rem;font-size:var(--font-size-sm)}}.type-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:9999px;font-size:.8125rem;font-weight:600;text-transform:capitalize;background:#94a3b8;color:#fff!important}.type-badge.owner{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.type-badge.student,.type-badge.seeker,.type-badge.user{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.type-badge.admin{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.type-badge.unknown{background:#6b7280;color:#fff}.verified-badge{display:inline-flex;align-items:center;padding:.375rem .75rem;background:#10b98126;color:#10b981;border-radius:6px;font-size:.8125rem;font-weight:600}.actions-cell{display:flex;gap:.5rem;align-items:center}.edit-btn,.verify-btn,.delete-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border:none;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s}.edit-btn{background:#3b82f6;color:#fff}.edit-btn:hover:not(:disabled){background:#2563eb}.verify-btn{background:#10b981;color:#fff}.verify-btn:hover:not(:disabled){background:#059669}.delete-btn{background:#ef4444;color:#fff}.delete-btn:hover:not(:disabled){background:#dc2626}.edit-btn:disabled,.verify-btn:disabled,.delete-btn:disabled{opacity:.6;cursor:not-allowed}.spin{animation:spin 1s linear infinite}.empty-state{text-align:center;padding:3rem;color:#6b7280}[data-theme=dark] .admin-user-management{background:#0f172a}[data-theme=dark] .user-management-header h2{color:#f1f5f9}[data-theme=dark] .user-management-subtitle{color:#94a3b8}[data-theme=dark] .user-section-tabs{background:#1e293b;border:1px solid #334155}[data-theme=dark] .user-section-tabs button{color:#94a3b8}[data-theme=dark] .user-section-tabs button:hover:not(.active){color:#f1f5f9;background:#334155}[data-theme=dark] .user-section-tabs button.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}[data-theme=dark] .users-table-container{background:#1e293b}[data-theme=dark] .users-table thead{background:linear-gradient(180deg,#334155,#1e293b)}[data-theme=dark] .users-table th{color:#94a3b8;border-bottom-color:#475569}[data-theme=dark] .users-table tbody tr{border-bottom-color:#334155}[data-theme=dark] .users-table tbody tr:hover{background:#6366f114}[data-theme=dark] .users-table td{color:#e2e8f0}[data-theme=dark] .type-badge{color:#fff!important}[data-theme=dark] .verified-badge{background:#10b98133;color:#34d399!important}[data-theme=dark] .loading-users,[data-theme=dark] .no-users,[data-theme=dark] .empty-state{color:#94a3b8}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.end-date-modal{background:#fff;border-radius:16px;width:90%;max-width:500px;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.close-btn{background:none;border:none;cursor:pointer;color:#6b7280;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.close-btn:hover{background:#f3f4f6;color:#1f2937}.close-btn:disabled{opacity:.5;cursor:not-allowed}.modal-body{padding:1.5rem}.subscription-info{background:#f9fafb;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.info-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.info-label{font-weight:500;color:#6b7280}.info-value{font-weight:600;color:#1f2937}.date-section{display:flex;flex-direction:column;gap:1rem}.date-row{display:flex;flex-direction:column;gap:.5rem}.date-row label{font-weight:500;color:#374151;font-size:.9375rem}.current-date{padding:.75rem;background:#f3f4f6;border-radius:8px;color:#6b7280;font-weight:500}.date-input{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s;color:#1f2937}.date-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.date-input:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.error-message{margin-top:1rem;padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.875rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:.75rem}.cancel-btn,.save-btn{padding:.625rem 1.25rem;border-radius:8px;font-weight:500;font-size:.9375rem;cursor:pointer;transition:all .2s;border:none}.cancel-btn{background:#f3f4f6;color:#374151}.cancel-btn:hover:not(:disabled){background:#e5e7eb}.save-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.save-btn:disabled,.cancel-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){.end-date-modal{width:95%;margin:1rem}.modal-header{padding:1rem}.modal-header h3{font-size:1.125rem}.modal-body{padding:1rem}.modal-footer{padding:.75rem 1rem;flex-direction:column}.cancel-btn,.save-btn{width:100%}}.admin-payments{padding:var(--spacing-xl)}.payments-header{margin-bottom:var(--spacing-2xl)}.payments-header h2{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:var(--color-text-primary);margin-bottom:var(--spacing-sm)}.payments-subtitle{font-size:var(--font-size-base);color:var(--color-text-secondary)}.payment-tabs{display:flex;gap:.75rem;margin-bottom:var(--spacing-2xl);padding:.5rem;background:var(--color-bg-tertiary);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.payment-tabs button{flex:1;background:transparent;border:none;padding:.875rem 1.75rem;cursor:pointer;font-weight:var(--font-weight-semibold);font-size:var(--font-size-base);color:var(--color-text-secondary);transition:all var(--transition-base);border-radius:var(--radius-lg);position:relative;overflow:hidden}.payment-tabs button:before{content:"";position:absolute;inset:0;background:var(--gradient-primary);opacity:0;transition:opacity var(--transition-base);z-index:-1}.payment-tabs button:hover:not(.active){color:var(--color-text-primary);background:var(--color-bg-secondary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.payment-tabs button.active{color:#fff;background:var(--gradient-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.payment-tabs button.active:before{opacity:1}.subscriptions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:var(--spacing-xl)}.subscription-card{background:var(--color-bg-secondary);border-radius:var(--radius-xl);padding:var(--spacing-xl);box-shadow:var(--shadow-lg);transition:all var(--transition-base);border-left:4px solid transparent}.subscription-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-2xl)}.subscription-card.status-active{border-left-color:var(--color-success)}.subscription-card.status-pending{border-left-color:var(--color-warning)}.subscription-card.status-paused{border-left-color:var(--color-danger)}.subscription-card-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:var(--spacing-lg)}.subscription-owner{flex:1}.owner-name{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-text-primary);margin-bottom:.25rem}.owner-email{font-size:var(--font-size-sm);color:var(--color-text-secondary)}.subscription-status{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:var(--radius-full);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);text-transform:capitalize;box-shadow:var(--shadow-sm)}.subscription-status.active{background:var(--gradient-success);color:#fff}.subscription-status.pending{background:var(--gradient-warning);color:#fff}.subscription-status.paused{background:var(--gradient-danger);color:#fff}.subscription-details{display:grid;gap:var(--spacing-md);margin-bottom:var(--spacing-lg)}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--color-border-primary)}.detail-row:last-child{border-bottom:none}.detail-label{font-size:var(--font-size-sm);color:var(--color-text-secondary);font-weight:var(--font-weight-medium)}.detail-value{font-size:var(--font-size-base);color:var(--color-text-primary);font-weight:var(--font-weight-semibold)}.plan-badge{display:inline-flex;padding:.375rem .875rem;border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold)}.subscription-actions{display:flex;gap:.5rem;padding-top:var(--spacing-md);border-top:1px solid var(--color-border-primary)}.subscription-actions button{flex:1;padding:.75rem 1rem;border:none;border-radius:var(--radius-md);font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition-base)}.subscription-actions button:disabled{opacity:.6;cursor:not-allowed}.subscription-actions .btn-action-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-sm)}.subscription-actions .btn-action-primary:hover:not(:disabled){box-shadow:var(--shadow-md);transform:translateY(-1px)}.subscription-actions .btn-action-secondary{background:var(--color-bg-tertiary);color:var(--color-text-primary)}.subscription-actions .btn-action-secondary:hover:not(:disabled){background:var(--color-bg-hover)}.payments-table-container{background:var(--color-bg-secondary);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden}.payments-table{width:100%;border-collapse:collapse}.payments-table thead{background:linear-gradient(to bottom,var(--color-bg-tertiary),var(--color-bg-secondary))}.payments-table th{padding:1.25rem 1.5rem;text-align:left;font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--color-border-primary)}.payments-table tbody tr{border-bottom:1px solid var(--color-border-primary);transition:background-color var(--transition-fast)}.payments-table tbody tr:hover{background-color:var(--color-bg-hover)}.payments-table td{padding:1.25rem 1.5rem;font-size:var(--font-size-base);color:var(--color-text-primary)}.edit-date-btn{background:transparent;border:1px solid #e5e7eb;border-radius:6px;padding:.375rem;cursor:pointer;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.edit-date-btn:hover{background:#f3f4f6;border-color:#667eea;color:#667eea;transform:scale(1.1)}.edit-date-btn:active{transform:scale(.95)}.actions-cell{display:flex;gap:.5rem;flex-wrap:wrap}.activate-btn,.pause-btn,.resume-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.activate-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.activate-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.pause-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.pause-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b66}.resume-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.resume-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.loading-payments,.no-payments{text-align:center;padding:3rem;color:var(--color-text-secondary)}@media(max-width:768px){.subscriptions-grid{grid-template-columns:1fr}.subscription-card-header{flex-direction:column;gap:var(--spacing-md)}}[data-theme=dark] .admin-payments{background:#0f172a}[data-theme=dark] .payments-header h2{color:#f1f5f9}[data-theme=dark] .payments-subtitle{color:#94a3b8}[data-theme=dark] .payment-tabs{background:#1e293b;border:1px solid #334155}[data-theme=dark] .payment-tabs button{color:#94a3b8}[data-theme=dark] .payment-tabs button:hover:not(.active){color:#f1f5f9;background:#334155}[data-theme=dark] .payment-tabs button.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}[data-theme=dark] .subscription-card{background:#1e293b;border:1px solid #334155}[data-theme=dark] .subscription-card:hover{box-shadow:0 8px 25px #0006}[data-theme=dark] .owner-name{color:#f1f5f9}[data-theme=dark] .owner-email{color:#94a3b8}[data-theme=dark] .detail-row{border-bottom-color:#334155}[data-theme=dark] .detail-label{color:#94a3b8}[data-theme=dark] .detail-value{color:#f1f5f9}[data-theme=dark] .subscription-actions{border-top-color:#334155}[data-theme=dark] .subscription-actions .btn-action-secondary{background:#334155;color:#e2e8f0;border:1px solid #475569}[data-theme=dark] .subscription-actions .btn-action-secondary:hover:not(:disabled){background:#475569}[data-theme=dark] .payments-table-container{background:#1e293b}[data-theme=dark] .payments-table thead{background:linear-gradient(180deg,#334155,#1e293b)}[data-theme=dark] .payments-table th{color:#94a3b8;border-bottom-color:#475569}[data-theme=dark] .payments-table tbody tr{border-bottom-color:#334155}[data-theme=dark] .payments-table tbody tr:hover{background:#6366f114}[data-theme=dark] .payments-table td{color:#e2e8f0}[data-theme=dark] .loading-payments,[data-theme=dark] .no-payments{color:#94a3b8}.admin-leads{padding:2rem}.leads-header{margin-bottom:2rem}.leads-header h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.leads-subtitle{color:#6b7280;font-size:.875rem;margin:0}.search-container{margin-bottom:1.5rem}.search-input-wrapper{position:relative;max-width:600px}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.search-input{width:100%;padding:.75rem 3rem;border:1.5px solid #e5e7eb;border-radius:12px;font-size:.9375rem;color:#111827;background:#fff;transition:all .2s ease}.search-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.search-input::placeholder{color:#9ca3af}.clear-search-btn{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:#f3f4f6;border:none;border-radius:6px;padding:.4rem .6rem;color:#6b7280;font-size:1rem;cursor:pointer;transition:all .2s ease;font-weight:600}.clear-search-btn:hover{background:#e5e7eb;color:#111827}.search-results-info{display:inline-flex;align-items:center;gap:.5rem;background:#eef2ff;color:#4f46e5;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.leads-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.table-header{display:grid;grid-template-columns:2fr 1.5fr 1fr .75fr 100px;gap:1rem;padding:1rem 1.5rem;background:#f9fafb;font-weight:600;font-size:.875rem;color:#374151;border-bottom:2px solid #e5e7eb}.owner-row{border-bottom:1px solid #e5e7eb}.owner-row:last-child{border-bottom:none}.owner-summary{display:grid;grid-template-columns:2fr 1.5fr 1fr .75fr 100px;gap:1rem;padding:1rem 1.5rem;align-items:center;transition:background .2s}.owner-summary:hover{background:#f9fafb}.col-owner{font-weight:600;color:#1f2937}.col-phone,.col-city{color:#6b7280;font-size:.875rem}.lead-count{display:inline-flex;align-items:center;justify-content:center;min-width:32px;padding:.25rem .5rem;background:#667eea;color:#fff;border-radius:12px;font-weight:600;font-size:.875rem}.col-action{display:flex;gap:.5rem;justify-content:flex-end}.btn-download{width:32px;height:32px;background:#10b981;border:none;border-radius:6px;color:#fff;font-size:.875rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-download:hover{background:#059669;transform:translateY(-1px);box-shadow:0 2px 4px #10b9814d}.btn-expand{width:32px;height:32px;background:transparent;border:1px solid #d1d5db;border-radius:6px;color:#667eea;font-size:.875rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-expand:hover{background:#667eea;color:#fff;border-color:#667eea}.leads-details{background:#f9fafb;padding:1rem 1.5rem 1.5rem 3rem;display:flex;flex-direction:column;gap:1rem;border-top:1px solid #e5e7eb}.lead-item{background:#fff;padding:1rem;border-radius:8px;display:grid;grid-template-columns:2fr 2fr 1.5fr;gap:1rem;align-items:start;box-shadow:0 1px 2px #0000000d}.lead-user{display:flex;gap:.75rem;align-items:start}.lead-icon{width:36px;height:36px;background:#e0e7ff;color:#667eea;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;flex-shrink:0}.lead-info{display:flex;flex-direction:column;gap:.25rem}.lead-name{font-weight:600;color:#1f2937;font-size:.9375rem}.lead-email{color:#6b7280;font-size:.8125rem}.lead-phone{color:#059669;font-size:.8125rem;font-weight:500}.lead-property{display:flex;align-items:center}.property-name{color:#374151;font-size:.875rem}.lead-time{display:flex;align-items:center;gap:.5rem;color:#9ca3af;font-size:.8125rem}.time-icon{font-size:1rem}.leads-loading,.leads-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.leads-loading .spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.leads-empty .empty-icon{font-size:4rem;margin-bottom:1rem}.leads-empty h3{font-size:1.25rem;color:#1f2937;margin:0 0 .5rem}.leads-empty p{color:#6b7280;margin:0}@media(max-width:1024px){.table-header,.owner-summary{grid-template-columns:2fr 1.5fr 1fr 100px}.col-city{display:none}.lead-item{grid-template-columns:1fr;gap:.75rem}}@media(max-width:768px){.admin-leads{padding:1rem}.table-header,.owner-summary{grid-template-columns:2fr 80px 100px;gap:.5rem;padding:.75rem 1rem}.col-phone{display:none}.leads-details{padding:1rem}}[data-theme=dark] .admin-leads{background:#0f172a}[data-theme=dark] .leads-header h2{color:#f1f5f9}[data-theme=dark] .leads-subtitle{color:#94a3b8}[data-theme=dark] .leads-table{background:#1e293b;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .table-header{background:linear-gradient(180deg,#334155,#1e293b);color:#94a3b8;border-bottom-color:#475569}[data-theme=dark] .owner-row{border-bottom-color:#334155}[data-theme=dark] .owner-summary:hover{background:#6366f114}[data-theme=dark] .col-owner{color:#f1f5f9}[data-theme=dark] .col-phone,[data-theme=dark] .col-city{color:#94a3b8}[data-theme=dark] .lead-count{background:#6366f1}[data-theme=dark] .btn-expand{background:#334155;border-color:#475569;color:#818cf8}[data-theme=dark] .btn-expand:hover{background:#6366f1;color:#fff;border-color:#6366f1}[data-theme=dark] .btn-download{background:#10b981}[data-theme=dark] .btn-download:hover{background:#059669}[data-theme=dark] .leads-details{background:#0f172a;border-top-color:#334155}[data-theme=dark] .lead-item{background:#1e293b;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .lead-icon{background:#6366f133;color:#818cf8}[data-theme=dark] .lead-name{color:#f1f5f9}[data-theme=dark] .lead-email{color:#94a3b8}[data-theme=dark] .lead-phone{color:#34d399}[data-theme=dark] .property-name{color:#e2e8f0}[data-theme=dark] .lead-time{color:#64748b}[data-theme=dark] .leads-loading .spinner{border-color:#334155;border-top-color:#6366f1}[data-theme=dark] .leads-empty h3{color:#f1f5f9}[data-theme=dark] .leads-empty p{color:#94a3b8}.admin-subscription-tools{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014}.tools-header{margin-bottom:1.5rem}.tools-header h3{margin:0 0 .25rem;font-size:1.25rem;color:#1f2937}.tools-header p{margin:0;font-size:.875rem;color:#6b7280}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-bottom:1rem}.tool-card{border:2px solid #e5e7eb;border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;transition:all .2s}.tool-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000f}.tool-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.tool-icon.expired{background:linear-gradient(135deg,#ef4444,#dc2626)}.tool-icon.warning{background:linear-gradient(135deg,#f59e0b,#d97706)}.tool-content h4{margin:0 0 .5rem;font-size:1.125rem;color:#111827}.tool-content p{margin:0 0 .75rem;font-size:.875rem;color:#6b7280}.tool-actions{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.375rem}.tool-actions li{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#4b5563}.tool-actions svg{color:#10b981;flex-shrink:0}.tool-button{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9375rem;font-weight:600;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.tool-button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.tool-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.expired-btn{background:linear-gradient(135deg,#ef4444,#dc2626)}.warning-btn{background:linear-gradient(135deg,#f59e0b,#d97706)}.spinning{animation:spin 1s linear infinite}.ringing{animation:ring .5s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ring{0%,to{transform:rotate(0)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}}.tools-note{background:#f3f4f6;border-left:4px solid #3b82f6;padding:.75rem 1rem;border-radius:4px;font-size:.8125rem;color:#374151}.tools-note strong{color:#1f2937}.tools-note ul{margin:.5rem 0 0 1.25rem;padding:0}.tools-note li{margin:.25rem 0}@media(max-width:768px){.tools-grid{grid-template-columns:1fr}}.feature-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600;white-space:nowrap;transition:all .2s ease}.feature-badge-small{padding:2px 6px;font-size:10px}.feature-badge-medium{padding:4px 10px;font-size:12px}.feature-badge-large{padding:6px 12px;font-size:13px}.badge-locked{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;box-shadow:0 2px 4px #ff6b6b33}.badge-included{background:linear-gradient(135deg,#51cf66,#37b24d);color:#fff;box-shadow:0 2px 4px #51cf6633}.badge-premium{background:linear-gradient(135deg,#ffd43b,#fab005);color:#333;box-shadow:0 2px 4px #ffd43b4d}.badge-icon{font-size:1.1em;line-height:1}.badge-text{line-height:1}.upgrade-prompt-inline{display:flex;align-items:center;gap:12px;padding:12px 16px;background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:1px solid #ffb74d;border-radius:8px;margin:12px 0}.prompt-icon{font-size:24px;line-height:1}.prompt-content{flex:1}.prompt-title{font-weight:600;color:#e65100;margin:0 0 4px;font-size:13px}.prompt-description{margin:0;color:#666;font-size:12px;line-height:1.4}.upgrade-btn-small{padding:6px 16px;background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;border:none;border-radius:6px;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.upgrade-btn-small:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff98004d}.upgrade-prompt-modal{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s ease}.prompt-card{background:#fff;border-radius:16px;max-width:480px;width:100%;box-shadow:0 20px 60px #0000004d;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.prompt-card .close-btn{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:28px;color:#999;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.prompt-card .close-btn:hover{background:#f5f5f5;color:#333}.prompt-header{padding:32px 32px 16px;text-align:center;border-bottom:1px solid #eee}.lock-icon{font-size:48px;margin-bottom:12px}.prompt-header h3{margin:0;font-size:24px;color:#333;font-weight:700}.prompt-body{padding:24px 32px}.prompt-body h4{margin:0 0 8px;font-size:18px;color:#333}.prompt-body p{margin:0 0 20px;color:#666;line-height:1.6}.benefits{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:16px;border-radius:8px;margin-top:16px}.benefits-title{font-weight:600;color:#495057;margin:0 0 12px;font-size:14px}.benefits ul{margin:0;padding:0;list-style:none}.benefits li{padding:6px 0;color:#495057;font-size:14px;display:flex;align-items:center;gap:8px}.prompt-actions{padding:16px 32px 32px;display:flex;gap:12px}.upgrade-btn{flex:1;padding:14px 24px;background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:15px;cursor:pointer;transition:all .2s ease}.upgrade-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff980066}.cancel-btn{padding:14px 24px;background:transparent;color:#666;border:2px solid #ddd;border-radius:8px;font-weight:600;font-size:15px;cursor:pointer;transition:all .2s ease}.cancel-btn:hover{background:#f5f5f5;border-color:#ccc}@media(max-width:600px){.prompt-card{margin:20px}.prompt-header{padding:24px 20px 12px}.prompt-body{padding:16px 20px}.prompt-actions{padding:12px 20px 24px;flex-direction:column}.upgrade-btn,.cancel-btn{width:100%}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#fff;padding:1.5rem;border-radius:.5rem;width:90%;max-width:800px;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-header h2{color:#1e40af;margin:0}.modal-header p{color:#6b7280;margin:0}.close-btn{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280}.listing-form{display:flex;flex-direction:column;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input[type=text],.form-group input[type=number],.form-group textarea,.form-group select{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.25rem;font-size:1rem}.form-group input.error,.form-group textarea.error,.form-group select.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem}.room-types-grid{display:flex;flex-wrap:wrap;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.room-types-grid.error-border{border-color:#ef4444}.room-type-checkbox{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.room-type-checkbox:hover{background:#f3f4f6;border-color:#9ca3af}.room-type-checkbox:has(input:checked){background:#eef2ff;border-color:#4f46e5}.room-type-checkbox input[type=checkbox]{cursor:pointer;accent-color:#4f46e5;width:16px;height:16px}.room-type-label{font-size:.9375rem;color:#374151;font-weight:500}.room-type-checkbox:has(input:checked) .room-type-label{color:#4f46e5}[data-theme=dark] .room-types-grid{background:var(--color-bg-tertiary);border-color:var(--color-border-primary)}[data-theme=dark] .room-type-checkbox{background:var(--color-bg-secondary);border-color:var(--color-border-primary);color:var(--color-text-primary)}[data-theme=dark] .room-type-checkbox:hover{background:var(--color-bg-tertiary)}[data-theme=dark] .room-type-checkbox:has(input:checked){background:#312e81;border-color:#6366f1}[data-theme=dark] .room-type-label{color:var(--color-text-primary)}.amenity-checkbox{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.photos-section{display:grid;gap:1rem}.photo-upload{border:1px solid #d1d5db;padding:.75rem;border-radius:.25rem}.photo-upload label{display:block;margin-bottom:.5rem;font-weight:500}.photo-upload input[type=file]{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.25rem}.modal-actions{display:flex;gap:1rem;margin-top:1rem}.create-btn{background:#4f46e5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-weight:700}.cancel-btn{background:#e5e7eb;color:#6b7280;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-weight:700}.modal-header h2.edit-mode{color:#10b981}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e533}.error{border-color:#ef4444!important;outline:none}.error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:block}.amenity-checkbox.locked{opacity:.6;pointer-events:none;position:relative;background:#f9fafb;padding:8px;border-radius:6px;border:1px dashed #d1d5db}.amenity-checkbox.locked input[type=checkbox]{cursor:not-allowed}.amenity-checkbox{display:flex;align-items:center;gap:8px;padding:8px;border-radius:6px;transition:all .2s ease;position:relative}.amenity-checkbox:not(.locked):hover{background:#f3f4f6}.amenity-label{flex:1;-webkit-user-select:none;user-select:none}.photo-upload.locked{position:relative;opacity:.7;background:#f9fafb;border:1px dashed #d1d5db}.photo-upload-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.photo-upload input[type=file]:disabled{cursor:not-allowed;background:#f3f4f6}.locked-overlay{position:absolute;inset:0;background:#ffffffd9;display:flex;align-items:center;justify-content:center;border-radius:.25rem;cursor:pointer;transition:all .2s ease}.locked-overlay:hover{background:#ff98001a}.locked-overlay span{font-weight:600;color:#ff9800;font-size:14px;padding:8px 16px;background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000001a}.feature-upgrade-hint{display:flex;align-items:center;gap:10px;padding:12px 16px;background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:1px solid #ffb74d;border-radius:8px;margin-top:12px;cursor:pointer;transition:all .2s ease}.feature-upgrade-hint:hover{background:linear-gradient(135deg,#ffe0b2,#ffcc80);transform:translateY(-1px);box-shadow:0 4px 12px #ff980033}.hint-icon{font-size:20px;line-height:1}.feature-upgrade-hint span:not(.hint-icon){color:#e65100;font-size:13px;line-height:1.4;font-weight:500}@media(max-width:768px){.modal-overlay{align-items:flex-end;padding:0}.modal{max-width:100%;width:100%;max-height:90vh;border-radius:1rem 1rem 0 0;padding:1rem}.modal-header{position:sticky;top:0;background:#fff;padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid #e5e7eb;z-index:10}.modal-header h2{font-size:1.125rem}.form-row{grid-template-columns:1fr;gap:0}.form-group{margin-bottom:.75rem}.form-group input[type=text],.form-group input[type=number],.form-group textarea,.form-group select{padding:.625rem;font-size:.9375rem}.amenities-grid{grid-template-columns:1fr 1fr;gap:.25rem}.amenity-checkbox{padding:.5rem;font-size:.875rem}.photos-section{gap:.75rem}.photo-upload{padding:.625rem}.photo-upload label{font-size:.875rem;margin-bottom:.375rem}.modal-actions{position:sticky;bottom:0;background:#fff;padding:.75rem 0 0;margin-top:.75rem;border-top:1px solid #e5e7eb;flex-direction:column-reverse;gap:.5rem}.create-btn,.cancel-btn{width:100%;padding:.875rem;font-size:.9375rem}.feature-upgrade-hint{padding:.75rem;font-size:.8125rem}.hint-icon{font-size:1rem}}@media(max-width:480px){.modal{padding:.75rem}.modal-header h2{font-size:1rem}.close-btn{font-size:1.25rem;padding:.25rem}.amenities-grid{grid-template-columns:1fr}.amenity-checkbox{padding:.375rem}}[data-theme=dark] .modal-overlay{background:#000000b3}[data-theme=dark] .modal{background:var(--color-bg-secondary);color:var(--color-text-primary)}[data-theme=dark] .modal-header{background:var(--color-bg-secondary);border-bottom-color:var(--color-border-primary)}[data-theme=dark] .modal-header h2{color:var(--color-text-primary)}[data-theme=dark] .modal-header p,[data-theme=dark] .close-btn{color:var(--color-text-secondary)}[data-theme=dark] .form-group label{color:var(--color-text-primary)}[data-theme=dark] .form-group input[type=text],[data-theme=dark] .form-group input[type=number],[data-theme=dark] .form-group textarea,[data-theme=dark] .form-group select{background:var(--color-bg-tertiary);border-color:var(--color-border-primary);color:var(--color-text-primary)}[data-theme=dark] .form-group input::placeholder,[data-theme=dark] .form-group textarea::placeholder{color:var(--color-text-tertiary)}[data-theme=dark] .amenity-checkbox{color:var(--color-text-primary)}[data-theme=dark] .amenity-checkbox:not(.locked):hover{background:var(--color-bg-tertiary)}[data-theme=dark] .photo-upload{border-color:var(--color-border-primary);background:var(--color-bg-tertiary)}[data-theme=dark] .photo-upload label{color:var(--color-text-primary)}[data-theme=dark] .modal-actions{background:var(--color-bg-secondary);border-top-color:var(--color-border-primary)}[data-theme=dark] .cancel-btn{background:var(--color-bg-tertiary);color:var(--color-text-secondary);border-color:var(--color-border-primary)}.subscription-warning-banner{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;margin-bottom:1.5rem;border-radius:12px;border-left:4px solid;box-shadow:0 2px 8px #0000001a;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.subscription-warning-banner.critical{background:#fef2f2;border-color:#ef4444;color:#991b1b}.subscription-warning-banner.warning{background:#fefce8;border-color:#facc15;color:#854d0e}.subscription-warning-banner.normal{background:#eff6ff;border-color:#3b82f6;color:#1e40af}.banner-icon{flex-shrink:0}.subscription-warning-banner.critical .banner-icon{color:#ef4444}.subscription-warning-banner.warning .banner-icon{color:#facc15}.subscription-warning-banner.normal .banner-icon{color:#3b82f6}.banner-content{flex:1}.banner-content h3{margin:0 0 .25rem;font-size:1rem;font-weight:600}.banner-content p{margin:0;font-size:.875rem;opacity:.9}.banner-actions{display:flex;gap:.75rem;flex-shrink:0}.btn-renew{padding:.5rem 1.25rem;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.subscription-warning-banner.critical .btn-renew{background:#ef4444;color:#fff}.subscription-warning-banner.critical .btn-renew:hover{background:#dc2626}.subscription-warning-banner.warning .btn-renew{background:#facc15;color:#854d0e}.subscription-warning-banner.warning .btn-renew:hover{background:#fbbf24}.btn-dismiss{padding:.5rem 1rem;border:1px solid currentColor;background:transparent;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;opacity:.7;transition:opacity .2s}.btn-dismiss:hover{opacity:1}@media(max-width:768px){.subscription-warning-banner{flex-direction:column;align-items:flex-start}.banner-actions{width:100%}.btn-renew,.btn-dismiss{flex:1}}.property-selection-modal{background:var(--color-bg-secondary, #ffffff);border-radius:16px;width:90%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.property-selection-modal .modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem 1rem;border-bottom:1px solid var(--color-border-primary, #e5e7eb)}.property-selection-modal .modal-header h2{margin:0;font-size:1.375rem;font-weight:700;color:var(--color-text-primary, #111827)}.property-selection-modal .subtitle{margin:.25rem 0 0;font-size:.8125rem;color:var(--color-text-secondary, #6b7280)}.property-selection-modal .close-btn{background:transparent;border:none;cursor:pointer;color:var(--color-text-secondary, #6b7280);padding:.5rem;border-radius:6px;transition:all .2s}.property-selection-modal .close-btn:hover{background:var(--color-bg-hover, #f3f4f6);color:var(--color-text-primary, #111827)}.info-section{padding:1rem 2rem;background:var(--color-bg-tertiary, #f9fafb)}.info-card{background:#fff;border-radius:8px;padding:.75rem 1rem;margin-bottom:.75rem;border-left:4px solid #f59e0b}.info-card.warning{border-left-color:#f59e0b;background:#fffbeb}.info-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.info-row:last-child{margin-bottom:0}.info-row .label{font-size:.8125rem;color:#6b7280}.info-row .value{font-size:.9375rem;font-weight:600;color:#111827}.info-row .value.highlight{color:#3b82f6}.info-row .value.danger{color:#ef4444}.instruction{margin:0;font-size:.875rem;color:#374151;line-height:1.4}.instruction strong{color:#111827;font-weight:600}.selection-counter{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;border-bottom:1px solid var(--color-border-primary, #e5e7eb)}.counter-display{display:flex;align-items:center;gap:.75rem}.counter-display .count{font-size:1.5rem;font-weight:700}.counter-display .count.complete{color:#10b981}.counter-display .count.incomplete{color:#f59e0b}.counter-display .label{font-size:.875rem;color:#6b7280}.bulk-actions{display:flex;gap:.5rem}.bulk-btn{padding:.5rem 1rem;background:transparent;border:1px solid var(--color-border-primary, #e5e7eb);border-radius:6px;font-size:.875rem;font-weight:500;color:var(--color-text-primary, #111827);cursor:pointer;transition:all .2s}.bulk-btn:hover:not(:disabled){background:var(--color-bg-hover, #f3f4f6);border-color:#d1d5db}.bulk-btn:disabled{opacity:.5;cursor:not-allowed}.properties-list{flex:1;overflow-y:auto;padding:1.5rem 2rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;align-content:start}@media(min-width:1024px){.properties-list{grid-template-columns:repeat(3,1fr)}}.property-card{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#fff;border:2px solid var(--color-border-primary, #e5e7eb);border-radius:12px;cursor:pointer;transition:all .2s;min-height:180px;position:relative}.property-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}.property-card.selected{border-color:#10b981;background:#ecfdf5}.property-card.unselected{opacity:.7}.checkbox-container{position:absolute;top:1rem;right:1rem;z-index:10}.checkbox-container input[type=checkbox]{width:20px;height:20px;cursor:pointer}.property-thumbnail{width:100%;height:120px;border-radius:8px;overflow:hidden;background:var(--color-bg-tertiary, #f3f4f6);margin-bottom:.5rem}.property-thumbnail img{width:100%;height:100%;object-fit:cover}.property-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.property-name{margin:0;font-size:1rem;font-weight:600;color:var(--color-text-primary, #111827);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-details{display:flex;flex-direction:column;gap:.375rem}.property-details .detail{font-size:.8125rem;color:var(--color-text-secondary, #6b7280);line-height:1.4}.property-badges{display:flex;gap:.5rem;flex-wrap:wrap}.verified-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:#dcfce7;color:#16a34a;border-radius:9999px;font-size:.75rem;font-weight:600}.type-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;background:#dbeafe;color:#1e40af;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.status-badge.active{background:#dcfce7;color:#16a34a}.status-badge.inactive{background:#fee2e2;color:#dc2626}.deactivate-warning{padding:.5rem .75rem;background:#fee2e2;color:#dc2626;border-radius:6px;font-size:.75rem;font-weight:600;text-align:center;margin-top:auto}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.25rem 2rem;border-top:1px solid var(--color-border-primary, #e5e7eb);background:var(--color-bg-tertiary, #f9fafb)}.btn-cancel,.btn-confirm{padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-cancel{background:transparent;color:var(--color-text-secondary, #6b7280);border:1px solid var(--color-border-primary, #e5e7eb)}.btn-cancel:hover{background:var(--color-bg-hover, #f3f4f6);color:var(--color-text-primary, #111827)}.btn-confirm{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 8px #10b9814d}.btn-confirm:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b98166;transform:translateY(-1px)}.btn-confirm:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;box-shadow:none}[data-theme=dark] .property-selection-modal{background:#1e293b}[data-theme=dark] .modal-header h2{color:#f1f5f9}[data-theme=dark] .subtitle,[data-theme=dark] .close-btn{color:#94a3b8}[data-theme=dark] .close-btn:hover{background:#334155;color:#f1f5f9}[data-theme=dark] .info-section{background:#0f172a}[data-theme=dark] .info-card{background:#1e293b;border-left-color:#f59e0b}[data-theme=dark] .info-card.warning{background:#f59e0b1a}[data-theme=dark] .info-row .label{color:#94a3b8}[data-theme=dark] .info-row .value{color:#f1f5f9}[data-theme=dark] .instruction{color:#e2e8f0}[data-theme=dark] .selection-counter{background:#1e293b;border-bottom-color:#334155}[data-theme=dark] .bulk-btn{color:#e2e8f0;border-color:#475569}[data-theme=dark] .bulk-btn:hover:not(:disabled){background:#334155}[data-theme=dark] .property-card{background:#1e293b;border-color:#334155}[data-theme=dark] .property-card.selected{border-color:#10b981;background:#10b9811a}[data-theme=dark] .property-name{color:#f1f5f9}[data-theme=dark] .property-details .detail{color:#94a3b8}[data-theme=dark] .property-thumbnail{background:#334155}[data-theme=dark] .type-badge{background:#3b82f633;color:#60a5fa}[data-theme=dark] .deactivate-warning{background:#ef444433;color:#f87171}[data-theme=dark] .modal-footer{background:#0f172a;border-top-color:#334155}[data-theme=dark] .btn-cancel{color:#94a3b8;border-color:#475569}[data-theme=dark] .btn-cancel:hover{background:#334155;color:#f1f5f9}@media(max-width:768px){.property-selection-modal{width:95%;max-height:95vh}.property-selection-modal .modal-header,.info-section,.selection-counter,.properties-list,.modal-footer{padding-left:1rem;padding-right:1rem}.selection-counter{flex-direction:column;align-items:flex-start;gap:1rem}.property-details{flex-direction:column;gap:.5rem}.btn-cancel,.btn-confirm{flex:1}}.owner-dashboard{padding:1.5rem;background:var(--color-bg-primary, #f9fafb);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.dashboard-header{margin-bottom:1.5rem}.dashboard-header h1{color:var(--color-text-primary, #1e40af);font-size:1.75rem;margin:0 0 .25rem}.dashboard-header p{color:var(--color-text-secondary, #6b7280);margin:0;font-size:.9375rem}.stats-grid{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.stat-card{background:var(--color-bg-secondary, white);padding:.875rem 1rem;border-radius:10px;box-shadow:0 1px 3px #00000014;display:flex;align-items:center;gap:.75rem;flex:1 1 auto;min-width:140px;border:1px solid var(--color-border-primary, transparent)}.stat-card .icon{font-size:1.5rem;opacity:.85;flex-shrink:0}.stat-card .stat-content{display:flex;flex-direction:column}.stat-card .stat-value{font-size:1.375rem;font-weight:700;color:var(--color-primary, #4f46e5);line-height:1.1;margin:0}.stat-card .stat-label{color:var(--color-text-secondary, #6b7280);font-size:.75rem;font-weight:500;margin:0}.subscription-status{background:linear-gradient(135deg,var(--color-bg-secondary, white) 0%,var(--color-bg-tertiary, #f8fafc) 100%);padding:1rem 1.25rem;border-radius:12px;box-shadow:0 2px 6px #0000000f;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;border:1px solid var(--color-border-primary, rgba(0, 0, 0, .05))}.subscription-status h3{margin:0;color:var(--color-text-primary, #1f2937);font-size:1rem;font-weight:600}.plan-info{display:flex;align-items:center;gap:.75rem}.plan-name{font-weight:700;color:var(--color-primary, #4f46e5);font-size:1rem}.status-badge{padding:.25rem .625rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.status-badge.inactive,.status-badge.expired{background:#ef4444;color:#fff}.usage{display:flex;align-items:center;gap:1.5rem;font-size:.875rem;color:var(--color-text-secondary, #6b7280)}.used,.valid-until{display:flex;flex-direction:column}.used strong,.valid-until strong{color:var(--color-text-primary, #1f2937);font-size:.9375rem}.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;margin-bottom:2rem}.listing-card{background:var(--color-bg-secondary, white);border-radius:12px;overflow:hidden;box-shadow:0 2px 6px #00000014;border:1px solid var(--color-border-primary, transparent);transition:transform .2s,box-shadow .2s}.listing-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.card-image{position:relative;height:180px;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover}.verified-badge{position:absolute;top:.75rem;left:.75rem;background:#10b981f2;color:#fff;padding:.25rem .625rem;border-radius:20px;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.card-content{padding:1rem}.card-content h3{margin:0 0 .5rem;color:var(--color-text-primary, #1f2937);font-size:1.0625rem;font-weight:600}.type-status{display:flex;gap:.5rem;margin:.5rem 0;flex-wrap:wrap}.type-badge,.status-badge{padding:.25rem .625rem;border-radius:20px;font-size:.75rem;font-weight:600}.type-badge.pg{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff}.type-badge.flat{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.metrics{display:flex;gap:1rem;margin:.75rem 0;font-size:.8125rem;color:var(--color-text-secondary, #6b7280)}.actions{display:flex;gap:.5rem;margin-top:.75rem}.actions button,.btn-edit,.btn-delete{padding:.5rem .875rem;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s;flex:1}.actions button svg,.btn-edit svg,.btn-delete svg{width:16px;height:16px}.btn-edit{background:var(--color-bg-tertiary, #f3f4f6);color:var(--color-primary, #4f46e5);border:1px solid var(--color-border-primary, #e5e7eb)}.btn-edit:hover{background:var(--color-primary, #4f46e5);color:#fff;border-color:var(--color-primary, #4f46e5)}.btn-delete{background:#ef444414;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.btn-delete:hover{background:#dc2626;color:#fff;border-color:#dc2626}.add-listing-button{text-align:center;margin-top:1.5rem}.add-listing-button button{background:var(--gradient-primary, linear-gradient(135deg, #667eea, #764ba2));color:#fff;border:none;padding:.875rem 2rem;border-radius:10px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.add-listing-button button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea59}.warning-box{background:#fef3c7;color:#92400e;padding:.875rem 1rem;border-radius:8px;margin-top:1rem;font-size:.875rem;border-left:3px solid #f59e0b}.add-new-listing-btn:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .owner-dashboard{background:var(--color-bg-primary)}[data-theme=dark] .stat-card,[data-theme=dark] .subscription-status,[data-theme=dark] .listing-card{background:var(--color-bg-secondary);border-color:var(--color-border-primary)}[data-theme=dark] .dashboard-header h1,[data-theme=dark] .card-content h3{color:var(--color-text-primary)}[data-theme=dark] .stat-card .stat-value{color:var(--color-primary)}[data-theme=dark] .warning-box{background:#fef3c71a;border-color:#f59e0b}@media(max-width:1024px){.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.stat-card{flex:none;min-width:0}.listings-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(max-width:768px){.owner-dashboard{padding:1rem 1rem 5rem}.dashboard-header{margin-bottom:.75rem}.dashboard-header h1{font-size:1.25rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1rem}.stat-card{padding:.625rem .75rem;border-radius:8px;gap:.5rem}.stat-card .icon{font-size:1.125rem}.stat-card .stat-value{font-size:1rem}.stat-card .stat-label{font-size:.625rem;line-height:1.2}.subscription-status{flex-direction:column;align-items:flex-start;padding:.75rem;gap:.5rem;margin-bottom:1rem}.subscription-status h3{font-size:.875rem}.usage{flex-direction:row;gap:1rem;font-size:.8125rem}.listings-grid{grid-template-columns:1fr;gap:.75rem}.card-image{height:150px}.actions{gap:.375rem}.actions button,.btn-edit,.btn-delete{padding:.5rem .625rem;font-size:.75rem}.add-listing-button{position:fixed;bottom:0;left:0;right:0;background:var(--color-bg-secondary, white);padding:.75rem 1rem;margin:0;box-shadow:0 -2px 10px #0000001a;z-index:100;border-top:1px solid var(--color-border-primary, #e5e7eb)}.add-listing-button button{width:100%;padding:.75rem 1rem;border-radius:10px;font-size:.9375rem}}@media(max-width:480px){.owner-dashboard{padding:.75rem .75rem 5rem}.dashboard-header h1{font-size:1.125rem}.stat-card{padding:.5rem .625rem}.stat-card .icon{font-size:1rem}.stat-card .stat-value{font-size:.9375rem}.stat-card .stat-label{font-size:.5625rem}.card-image{height:140px}.add-listing-button{padding:.625rem .75rem}}.subscription-page{padding:2rem;background:#f9fafb;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.page-header h1{color:#1e40af;margin:0 0 .5rem}.page-header p{color:#6b7280;margin:0}.current-plan-card{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}.current-plan-card h2{margin:0 0 1rem;color:#1e40af}.current-plan-card h2 span{color:#4f46e5}.plan-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.detail-item{background:#f8fafc;padding:.5rem;border-radius:.25rem}.status-badge{padding:.25rem .5rem;border-radius:.25rem;font-size:.8rem;font-weight:700}.status-badge.active{background:#10b981;color:#fff}.status-badge.inactive{background:#ef4444;color:#fff}.plans-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.plan-card{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;transition:transform .2s}.plan-card:hover{transform:translateY(-2px)}.plan-card.active{border:2px solid #4f46e5}.plan-card.inactive{opacity:.7}.plan-header{text-align:center;margin-bottom:1rem}.plan-header h3{margin:0 0 .5rem;color:#1e40af}.price{font-size:2rem;font-weight:700;color:#1e40af}.price span{font-size:.8rem;color:#6b7280}.features{margin:1rem 0}.features h4{margin:0 0 .5rem;color:#1e40af}.features ul{padding:.5rem;margin:0;list-style:none}.features li{margin:.25rem 0;color:#6b7280}.listing-limit{margin:1rem 0;font-weight:700}.upgrade-btn{width:100%;padding:.75rem;background:#4f46e5;color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-weight:700;margin-top:1rem}.upgrade-btn:hover{background:#4338ca}.upgrade-btn:disabled{background:#d1d5db;cursor:not-allowed}.current-plan-tag{width:100%;padding:.5rem;background:#dbeafe;color:#1d4ed8;border-radius:.25rem;text-align:center;margin-top:1rem;font-weight:700}.leads-info{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 4px #0000001a}.leads-info h3{margin:0 0 1rem;color:#1e40af}.leads-info p{color:#6b7280;margin:.5rem 0}.subscription-plans-page{max-width:1400px;margin:0 auto;padding:2rem}.plans-header{text-align:center;margin-bottom:3rem}.plans-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.plans-header p{font-size:1.125rem;color:#6b7280}.pending-payment-notice{display:flex;align-items:center;gap:1rem;padding:1.5rem;margin-bottom:2rem;background:#fef3c7;border:2px solid #fbbf24;border-radius:12px}.notice-icon{font-size:2rem}.notice-content h3{margin:0 0 .25rem;color:#92400e;font-size:1.125rem}.notice-content p{margin:0;color:#78350f}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.plan-card{position:relative;background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:2rem;transition:all .3s ease;display:flex;flex-direction:column}.plan-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.plan-card.popular{border-width:3px;box-shadow:0 10px 30px #8b5cf633}.plan-card.current{background:#f0fdf4;border-color:#10b981}.popular-badge{position:absolute;top:-12px;right:20px;padding:.5rem 1rem;border-radius:20px;color:#fff;font-size:.875rem;font-weight:600}.plan-header{text-align:center;margin-bottom:1.5rem}.plan-header h2{font-size:1.75rem;font-weight:700;margin:1rem 0 .5rem}.plan-description{color:#6b7280;font-size:.875rem}.plan-price{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.plan-price .currency{font-size:1.5rem;color:#6b7280;vertical-align:top}.plan-price .amount{font-size:3rem;font-weight:700;color:#111827}.plan-price .period{font-size:1rem;color:#6b7280}.plan-features{list-style:none;padding:0;margin:0 0 2rem;flex:1}.plan-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;font-size:.9375rem}.plan-features li.unavailable{color:#9ca3af}.check-icon{color:#10b981;flex-shrink:0}.x-icon{color:#ef4444;flex-shrink:0}.plan-button{width:100%;padding:1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s}.plan-button:hover:not(:disabled){transform:scale(1.02);box-shadow:0 4px 12px #00000026}.plan-button:disabled{opacity:.6;cursor:not-allowed}.plan-button.current-plan{background:#10b981}.plan-button.pending-plan{background:#f59e0b}.plans-footer{text-align:center;color:#6b7280;font-size:.875rem}.plans-footer p{margin:.5rem 0}@media(max-width:768px){.subscription-plans-page{padding:1rem}.plans-header h1{font-size:2rem}.plans-grid{grid-template-columns:1fr}.plan-card{padding:1.5rem}}.login-page{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(to bottom,#f9fafb,#e0e7ff)}.login-form{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-form h2{margin-bottom:1rem;color:#1e40af;text-align:center}.login-form input{width:100%;padding:.75rem;margin:.5rem 0;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem}.login-form button{width:100%;padding:.75rem;background:#4f46e5;color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-weight:700;margin-top:1rem}.login-form p{text-align:center;margin-top:1rem;font-size:.9rem}.login-form a{color:#4f46e5;text-decoration:none}.register-page{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(to bottom,#f9fafb,#e0e7ff)}.register-form{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.register-form h2{margin-bottom:1rem;color:#1e40af;text-align:center}.register-form input,.register-form select{width:100%;padding:.75rem;margin:.5rem 0;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem}.register-form button{width:100%;padding:.75rem;background:#10b981;color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-weight:700;margin-top:1rem}.register-form p{text-align:center;margin-top:1rem;font-size:.9rem}.register-form a{color:#10b981;text-decoration:none}.error{color:#ef4444;background:#fee2e2;padding:.5rem;border-radius:.25rem;margin-bottom:.5rem}.profile-page{max-width:800px;margin:0 auto;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000d}.profile-header{text-align:center;margin-bottom:2rem}.profile-header h1{color:#1e40af;font-size:2rem}.profile-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#f8fafc;border-radius:1rem;margin-bottom:2rem}.avatar{width:80px;height:80px;background:#4f46e5;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.user-info h2{margin:0 0 .25rem;color:#1e293b}.user-info p{color:#64748b;margin:0 0 .5rem}.role-badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-size:.875rem;font-weight:600}.role-badge.student{background:#dbeafe;color:#1d4ed8}.role-badge.owner{background:#dcfce7;color:#166534}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-weight:600;color:#1e293b}.form-group input{padding:.75rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#4f46e5}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.help-text{font-size:.875rem;color:#64748b;margin-top:.25rem}.form-actions{display:flex;gap:1rem;margin-top:1rem}.save-btn,.password-btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:opacity .2s}.save-btn{background:#4f46e5;color:#fff;flex:1}.save-btn:hover{opacity:.9}.password-btn{background:#f1f5f9;color:#475569}.password-btn:hover{background:#e2e8f0}@media(max-width:768px){.profile-card{flex-direction:column;text-align:center}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}}.loading-state,.error-state{text-align:center;padding:3rem 1rem;max-width:600px;margin:0 auto}.loading-state h2,.error-state h2{color:#1e40af;margin-bottom:1rem}.error-state button{margin-top:1.5rem;padding:.5rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:.5rem;cursor:pointer}.error-message{background:#fee2e2;color:#dc2626;padding:.75rem;border-radius:.5rem;margin-bottom:1.5rem;font-weight:500}.success-message{background:#dcfce7;color:#166534;padding:.75rem;border-radius:.5rem;text-align:center;font-weight:500;margin-top:1rem}.save-btn:disabled{opacity:.7;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.modal-close{background:transparent;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s,color .2s}.modal-close:hover{background:#f3f4f6;color:#374151}.review-form{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.rating-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.rating-label{font-size:.9375rem;font-weight:500;color:#374151;flex:1}.stars{display:flex;gap:.25rem}.star-btn{background:transparent;border:none;font-size:1.75rem;color:#d1d5db;cursor:pointer;padding:0;transition:color .2s,transform .1s}.star-btn:hover{transform:scale(1.1)}.star-btn.active{color:#fbbf24}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9375rem;font-weight:500;color:#374151}.review-textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;font-family:inherit;resize:vertical;transition:border-color .2s}.review-textarea:focus{outline:none;border-color:#667eea}.form-group-checkbox{display:flex;align-items:center;gap:.5rem}.form-group-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-group-checkbox label{font-size:.875rem;color:#374151;cursor:pointer}.modal-actions{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}.btn-cancel,.btn-submit{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:background .2s}.btn-cancel{background:#f3f4f6;color:#374151}.btn-cancel:hover:not(:disabled){background:#e5e7eb}.btn-submit{background:#667eea;color:#fff}.btn-submit:hover:not(:disabled){background:#5568d3}.btn-submit:disabled,.btn-cancel:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.modal-content{max-height:95vh}.rating-row{flex-direction:column;align-items:flex-start;gap:.5rem}.star-btn{font-size:1.5rem}.modal-actions{flex-direction:column}}.image-zoom-modal{position:fixed;inset:0;background:#000000f2;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out;touch-action:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.zoom-modal-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.zoom-close-btn{position:absolute;top:16px;right:16px;background:#fff3;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10002;color:#fff;transition:background .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.zoom-close-btn:hover{background:#ffffff4d}.zoom-close-btn:active{background:#fff6}.zoom-image-counter{position:absolute;top:24px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600;z-index:10002;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.zoom-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10001;color:#fff;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.zoom-arrow:hover:not(:disabled){background:#ffffff4d;transform:translateY(-50%) scale(1.1)}.zoom-arrow:active:not(:disabled){background:#fff6}.zoom-arrow:disabled{opacity:.3;cursor:not-allowed}.zoom-arrow-left{left:16px}.zoom-arrow-right{right:16px}.zoom-image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.zoom-image{max-width:90%;max-height:90%;object-fit:contain;transition:transform .2s ease-out;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.zoom-instructions{position:absolute;bottom:24px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:12px 24px;border-radius:24px;font-size:.875rem;text-align:center;z-index:10002;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeInUp .3s ease-out .5s both}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:768px){.zoom-close-btn{top:12px;right:12px;width:44px;height:44px}.zoom-arrow{width:48px;height:48px}.zoom-arrow-left{left:8px}.zoom-arrow-right{right:8px}.zoom-image-counter{top:16px;font-size:.8125rem;padding:6px 12px}.zoom-instructions{bottom:16px;padding:10px 20px;font-size:.8125rem;max-width:90%}.zoom-image{max-width:100%;max-height:100%}}[data-theme=dark] .zoom-close-btn,[data-theme=dark] .zoom-arrow{background:#334155cc}[data-theme=dark] .zoom-close-btn:hover,[data-theme=dark] .zoom-arrow:hover:not(:disabled){background:#475569e6}.property-details-page{min-height:100vh;background:#f9fafb;padding-bottom:2rem;padding-top:70px;overflow-x:hidden}.details-header{background:#fff;padding:1rem 2rem;border-bottom:1px solid #e5e7eb;position:fixed;top:0;left:0;right:0;z-index:100;width:100%}.btn-back-results{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:none;color:#374151;font-size:.9375rem;font-weight:500;cursor:pointer;transition:color .2s}.btn-back-results:hover{color:#667eea}.details-container{max-width:1200px;margin:2rem auto;padding:0 2rem;display:flex;flex-direction:column;gap:2rem}.property-main-section{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;background:transparent}.carousel-column{display:flex;flex-direction:column;gap:1rem}.header-column{display:flex;flex-direction:column}.property-bottom-section{display:flex;flex-direction:column;gap:2rem;width:100%}.contact-owner-section{width:100%}.details-left{display:flex;flex-direction:column;gap:2rem}.property-image-carousel{position:relative;width:100%;height:450px;background:#000;border-radius:12px;overflow:hidden}.carousel-main-image{width:100%;height:100%;object-fit:cover}.clickable-image{cursor:pointer;transition:transform .2s ease,filter .2s ease}.clickable-image:hover{transform:scale(1.02)}.clickable-image:active{transform:scale(.98);filter:brightness(.95)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10;box-shadow:0 2px 8px #0003;padding:0}.carousel-arrow svg{width:36px;height:36px;color:#374151}.carousel-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.carousel-arrow:hover svg{color:#667eea}.carousel-arrow-left{left:24px}.carousel-arrow-right{right:24px}.floating-contact-btn{position:absolute;top:16px;right:16px;display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s ease;z-index:15;box-shadow:0 4px 12px #10b98166}.floating-contact-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98180;background:linear-gradient(135deg,#059669,#047857)}.floating-contact-btn:active{transform:translateY(0)}.floating-contact-btn svg{flex-shrink:0}.image-counter{position:absolute;bottom:16px;left:16px;background:#000000b3;color:#fff;padding:6px 12px;border-radius:6px;font-size:.875rem;font-weight:600;z-index:10}.image-thumbnails-strip{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;padding:4px 0 12px;margin-top:-1rem;margin-bottom:1rem;scrollbar-width:thin;width:100%;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.image-thumbnails-strip::-webkit-scrollbar{height:6px}.image-thumbnails-strip::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.image-thumbnails-strip::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.image-thumbnails-strip::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.thumbnail{width:100px;height:70px;flex-shrink:0;border-radius:6px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .2s;position:relative}.thumbnail:hover{border-color:#667eea;transform:scale(1.08);box-shadow:0 4px 12px #667eea4d}.thumbnail.active{border-color:#667eea;box-shadow:0 0 0 2px #667eea}.thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail-overlay{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.125rem}.property-header{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.header-title{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.header-title h1{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0;flex:1}.verified-badge-details{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:#d1fae5;color:#065f46;border-radius:6px;font-size:.8125rem;font-weight:600}.verified-icon{background:#065f46;color:#fff;border-radius:50%;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;font-size:.625rem}.btn-favorite{background:transparent;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem}.property-location-details{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.9375rem;margin-bottom:1rem}.location-icon{font-size:1.125rem}.property-pricing{margin:1.5rem 0}.price-main{font-size:2rem;font-weight:700;color:#667eea}.price-period{font-size:1rem;font-weight:400;color:#6b7280}.deposit-info{font-size:.875rem;color:#6b7280;margin-top:.25rem}.property-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:6px;font-size:.8125rem;font-weight:500}.tag-icon{font-size:1rem}.tag-type{background:#ede9fe;color:#7c3aed}.tag-room{background:#e0f2fe;color:#0369a1}.tag-furnishing{background:#fef3c7;color:#92400e}.tag-gender{background:#fce7f3;color:#9f1239}.tag-food{background:#fef9c3;color:#854d0e}.tag-bathroom{background:#dbeafe;color:#1e40af}.amenities-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.amenities-section h2{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.amenity-item{display:flex;align-items:center;gap:.625rem;padding:.75rem;background:#f9fafb;border-radius:8px}.amenity-icon{font-size:1.25rem}.amenity-name{font-size:.875rem;color:#374151;font-weight:500}.reviews-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.reviews-header h2{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.btn-write-review{padding:.625rem 1.25rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .2s}.btn-write-review:hover{background:#5568d3}.reviews-empty{text-align:center;padding:3rem 1rem;color:#9ca3af}.details-right{position:sticky;top:100px;height:fit-content}.contact-owner-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.contact-owner-card h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}.owner-info{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.owner-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:8px}.owner-icon{width:40px;height:40px;background:#e0e7ff;color:#667eea;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.owner-icon.phone-icon{background:#d1fae5;color:#065f46}.owner-details{display:flex;flex-direction:column;gap:.125rem}.owner-label{font-size:.75rem;color:#9ca3af;font-weight:500}.owner-value{font-size:.9375rem;color:#1f2937;font-weight:600}.owner-info.blurred{filter:blur(4px);-webkit-user-select:none;user-select:none;pointer-events:none}.btn-reveal-contact{width:100%;padding:.875rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-reveal-contact:hover{background:#059669}.btn-reveal-contact:disabled{background:#9ca3af;cursor:not-allowed}.btn-call-owner{width:100%;padding:.875rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-call-owner:hover{background:#5568d3}.address-revealed-msg{padding:.875rem;background:#d1fae5;color:#065f46;border-radius:8px;font-weight:600;font-size:.875rem;text-align:center}.warning-tip{margin-top:1rem;padding:.875rem;background:#fef3c7;border-left:3px solid #f59e0b;border-radius:6px;font-size:.8125rem;color:#92400e;line-height:1.5}.warning-tip strong{color:#78350f}.details-loading,.details-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:2rem}.details-loading .spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.details-error{text-align:center}.details-error .error-icon{font-size:4rem;margin-bottom:1rem}.details-error h3{font-size:1.5rem;color:#1f2937;margin:0 0 .5rem}.details-error p{color:#6b7280;margin:0 0 1.5rem}.btn-back{padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}@media(max-width:1024px){.property-main-section{grid-template-columns:1fr}.carousel-column{order:1}.header-column{order:2}.property-bottom-section{order:3}.details-container{grid-template-columns:1fr}.details-right{position:static;order:-1}.property-image-carousel{height:400px}.carousel-arrow{width:48px;height:48px}.carousel-arrow svg{width:28px;height:28px}.carousel-arrow-left{left:16px}.carousel-arrow-right{right:16px}}@media(max-width:768px){.property-details-page{padding-bottom:1rem}.details-header{padding:.75rem 1rem}.btn-back-results{font-size:.875rem;padding:.375rem .75rem}.property-main-section{grid-template-columns:1fr}.details-container{margin:1rem auto;padding:0 1rem;gap:1rem}.details-left{gap:1rem;overflow-x:hidden}.property-image-carousel{height:280px;border-radius:0;margin:0 -1rem 1rem;width:calc(100% + 2rem)}.carousel-arrow{width:40px;height:40px}.carousel-arrow svg{width:24px;height:24px}.carousel-arrow-left{left:12px}.carousel-arrow-right{right:12px}.floating-contact-btn{top:12px;right:12px;padding:10px 16px;font-size:.875rem;gap:6px}.floating-contact-btn svg{width:16px;height:16px}.floating-contact-btn span{display:none}.image-thumbnails-strip{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;max-width:100vw;padding-left:1rem;padding-right:1rem;padding-top:8px;padding-bottom:16px;margin-top:0;margin-bottom:1rem;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;box-sizing:border-box}.thumbnail{width:90px;height:65px;min-width:90px}.property-header{padding:1rem;border-radius:12px}.header-title{flex-wrap:wrap;gap:.5rem}.header-title h1{font-size:1.25rem;width:100%;order:1}.verified-badge-details{order:2}.btn-favorite{order:3;margin-left:auto}.property-pricing{margin:1rem 0}.price-main{font-size:1.5rem}.property-tags{gap:.375rem}.tag{padding:.25rem .5rem;font-size:.75rem}.amenities-section{padding:1rem}.amenities-section h2{font-size:1.125rem;margin-bottom:.75rem}.amenities-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.amenity-item{padding:.5rem;gap:.5rem}.amenity-icon{font-size:1rem}.amenity-name{font-size:.75rem}.reviews-section{padding:1rem}.reviews-header{flex-direction:column;align-items:flex-start;gap:.75rem}.btn-write-review{width:100%}.contact-owner-card{padding:1rem}.contact-owner-card h3{font-size:1rem;margin-bottom:1rem}.owner-item{padding:.625rem}.owner-icon{width:36px;height:36px}.owner-label{font-size:.6875rem}.owner-value{font-size:.8125rem}.btn-reveal-contact{padding:.75rem;font-size:.875rem}.warning-tip{padding:.75rem;font-size:.75rem}}@media(max-width:480px){.property-image-carousel{height:220px}.image-counter{bottom:10px;left:10px;padding:4px 8px;font-size:.75rem}.header-title h1{font-size:1.125rem}.price-main{font-size:1.25rem}.amenities-grid{grid-template-columns:repeat(2,1fr)}}.favorites-page{padding:2rem;min-height:100vh;background:var(--color-bg-primary)}.favorites-header{margin-bottom:2rem}.favorites-header h1{font-size:2rem;color:var(--color-text-primary);margin-bottom:.5rem}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.favorites-empty,.favorites-loading,.empty-state{text-align:center;padding:4rem;background:var(--color-bg-secondary);border-radius:1rem;box-shadow:0 2px 8px #0000001a}.favorites-empty h2,.empty-state h3{font-size:1.5rem;margin-bottom:1rem;color:var(--color-text-primary)}.favorites-empty p,.favorites-loading p{color:var(--color-text-secondary);margin-bottom:1.5rem}.empty-icon{font-size:4rem;margin-bottom:1rem}.btn-login,.browse-btn{display:inline-block;background:var(--gradient-primary);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;border:none;cursor:pointer;transition:all .2s}.btn-login:hover,.browse-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.spinner{width:40px;height:40px;border:3px solid var(--color-border-primary);border-top-color:var(--color-accent-purple);border-radius:50%;animation:spin .7s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.terms-page{min-height:100vh;background:var(--bg-primary, #ffffff);padding:2rem 1rem}.terms-container{max-width:900px;margin:0 auto;background:var(--bg-secondary, #ffffff);padding:3rem;border-radius:12px;box-shadow:0 2px 10px #0000000d}.terms-container h1{font-size:2.5rem;color:var(--text-primary, #1a1a1a);margin-bottom:.5rem;font-weight:700}.terms-container section{margin-bottom:2.5rem}.terms-container h2{font-size:1.75rem;color:var(--text-primary, #1a1a1a);margin-bottom:1rem;margin-top:2rem;font-weight:600}.terms-container h3{font-size:1.25rem;color:var(--text-primary, #2d2d2d);margin-bottom:.75rem;margin-top:1.5rem;font-weight:600}.terms-container p{color:var(--text-secondary, #4a5568);line-height:1.8;margin-bottom:1rem;font-size:1rem}.terms-container ul{margin:1rem 0;padding-left:2rem}.terms-container li{color:var(--text-secondary, #4a5568);line-height:1.8;margin-bottom:.5rem}.terms-container li strong{color:var(--text-primary, #1a1a1a);font-weight:600}@media(max-width:768px){.terms-container{padding:2rem 1.5rem}.terms-container h1{font-size:2rem}.terms-container h2{font-size:1.5rem}.terms-container h3{font-size:1.15rem}.terms-container p,.terms-container li{font-size:.95rem}}@media(max-width:480px){.terms-page{padding:1rem .5rem}.terms-container{padding:1.5rem 1rem;border-radius:8px}.terms-container h1{font-size:1.75rem}.terms-container h2{font-size:1.35rem}.terms-container ul{padding-left:1.5rem}.acknowledgment{padding:1.5rem}}@media(prefers-color-scheme:dark){.terms-page{background:var(--bg-primary, #1a1a1a)}.terms-container{background:var(--bg-secondary, #2d2d2d)}.terms-container h1,.terms-container h2,.terms-container h3{color:var(--text-primary, #f0f0f0)}.terms-container p,.terms-container li{color:var(--text-secondary, #d1d5db)}.contact-info{background:var(--bg-tertiary, #1f1f1f)}}.privacy-page{min-height:100vh;background:var(--bg-primary, #ffffff);padding:2rem 1rem}.privacy-container{max-width:900px;margin:0 auto;background:var(--bg-secondary, #ffffff);padding:3rem;border-radius:12px;box-shadow:0 2px 10px #0000000d}.privacy-container h1{font-size:2.5rem;color:var(--text-primary, #1a1a1a);margin-bottom:.5rem;font-weight:700}.last-updated{color:var(--text-secondary, #666666);font-size:.95rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color, #e5e7eb)}.privacy-container section{margin-bottom:2.5rem}.privacy-container h2{font-size:1.75rem;color:var(--text-primary, #1a1a1a);margin-bottom:1rem;margin-top:2rem;font-weight:600}.privacy-container h3{font-size:1.25rem;color:var(--text-primary, #2d2d2d);margin-bottom:.75rem;margin-top:1.5rem;font-weight:600}.privacy-container p{color:var(--text-secondary, #4a5568);line-height:1.8;margin-bottom:1rem;font-size:1rem}.privacy-container ul{margin:1rem 0;padding-left:2rem}.privacy-container li{color:var(--text-secondary, #4a5568);line-height:1.8;margin-bottom:.5rem}.privacy-container li strong{color:var(--text-primary, #1a1a1a);font-weight:600}.contact-info{background:var(--bg-tertiary, #f9fafb);padding:1.5rem;border-radius:8px;border-left:4px solid var(--primary-color, #6366f1);margin-top:1rem}.contact-info strong{color:var(--text-primary, #1a1a1a)}.acknowledgment{background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;border-radius:8px;margin-top:3rem;text-align:center}.acknowledgment p{color:#fff;font-size:1.05rem;margin:0;line-height:1.6}@media(max-width:768px){.privacy-container{padding:2rem 1.5rem}.privacy-container h1{font-size:2rem}.privacy-container h2{font-size:1.5rem}.privacy-container h3{font-size:1.15rem}.privacy-container p,.privacy-container li{font-size:.95rem}}@media(max-width:480px){.privacy-page{padding:1rem .5rem}.privacy-container{padding:1.5rem 1rem;border-radius:8px}.privacy-container h1{font-size:1.75rem}.privacy-container h2{font-size:1.35rem}.privacy-container ul{padding-left:1.5rem}.acknowledgment{padding:1.5rem}}@media(prefers-color-scheme:dark){.privacy-page{background:var(--bg-primary, #1a1a1a)}.privacy-container{background:var(--bg-secondary, #2d2d2d)}.privacy-container h1,.privacy-container h2,.privacy-container h3{color:var(--text-primary, #f0f0f0)}.privacy-container p,.privacy-container li{color:var(--text-secondary, #d1d5db)}.contact-info{background:var(--bg-tertiary, #1f1f1f)}}:root{--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: .75rem;--spacing-lg: 1rem;--spacing-xl: 1.25rem;--spacing-2xl: 1.5rem;--spacing-3xl: 2rem;--spacing-4xl: 4rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .08);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .1);--shadow-2xl: 0 25px 50px rgba(0, 0, 0, .12);--font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-heading: "Inter", var(--font-family-base);--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: .9375rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1)}:root,[data-theme=light]{--gradient-primary: linear-gradient(135deg, #16a34a 0%, #15803d 100%);--gradient-primary-hover: linear-gradient(135deg, #15803d 0%, #166534 100%);--color-bg-primary: #f9fafb;--color-bg-secondary: #ffffff;--color-bg-tertiary: #f3f4f6;--color-bg-hover: #f3f4f6;--color-text-primary: #111827;--color-text-secondary: #6b7280;--color-text-tertiary: #9ca3af;--color-text-inverse: #ffffff;--color-border-primary: #e5e7eb;--color-border-secondary: #d1d5db;--gradient-success: linear-gradient(135deg, #10b981 0%, #059669 100%);--gradient-warning: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);--gradient-danger: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);--gradient-info: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);--color-success: #10b981;--color-warning: #f59e0b;--color-danger: #ef4444;--color-info: #3b82f6;--color-accent-purple: #8b5cf6;--color-accent-blue: #3b82f6;--color-accent-green: #10b981;--color-accent-orange: #f59e0b;--color-accent-red: #ef4444}[data-theme=dark]{--gradient-primary: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);--gradient-primary-hover: linear-gradient(135deg, #16a34a 0%, #15803d 100%);--color-bg-primary: #0f172a;--color-bg-secondary: #1e293b;--color-bg-tertiary: #334155;--color-bg-hover: #475569;--color-text-primary: #f8fafc;--color-text-secondary: #cbd5e1;--color-text-tertiary: #94a3b8;--color-text-inverse: #0f172a;--color-border-primary: #334155;--color-border-secondary: #475569;--gradient-success: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);--gradient-warning: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);--gradient-danger: linear-gradient(135deg, #f87171 0%, #ef4444 100%);--gradient-info: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);--color-success: #22c55e;--color-warning: #fbbf24;--color-danger: #f87171;--color-info: #60a5fa;--color-accent-purple: #a78bfa;--color-accent-blue: #60a5fa;--color-accent-green: #34d399;--color-accent-orange: #fbbf24;--color-accent-red: #f87171;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .5);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .6)}[data-color-theme=ocean]{--gradient-primary: linear-gradient(135deg, #06b6d4 0%, #0284c7 100%);--gradient-primary-hover: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);--color-accent-purple: #06b6d4}[data-theme=dark][data-color-theme=ocean]{--gradient-primary: linear-gradient(135deg, #22d3ee 0%, #06b6d4 100%)}[data-color-theme=forest]{--gradient-primary: linear-gradient(135deg, #10b981 0%, #059669 100%);--color-accent-purple: #10b981}[data-theme=dark][data-color-theme=forest]{--gradient-primary: linear-gradient(135deg, #34d399 0%, #10b981 100%)}[data-color-theme=sunset]{--gradient-primary: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);--color-accent-purple: #f59e0b}[data-theme=dark][data-color-theme=sunset]{--gradient-primary: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family-base);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);line-height:1.6;color:var(--color-text-primary);background-color:var(--color-bg-primary);transition:background-color var(--transition-base),color var(--transition-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-heading);font-weight:var(--font-weight-bold);line-height:1.3;color:var(--color-text-primary);letter-spacing:-.01em}*{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-duration:var(--transition-fast);transition-timing-function:cubic-bezier(.4,0,.2,1)}button{font-family:inherit}.theme-transitioning *{transition-duration:0ms!important}[data-color-theme=ocean]{--gradient-primary: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);--gradient-primary-hover: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);--color-accent-purple: #0ea5e9}[data-theme=dark][data-color-theme=ocean]{--gradient-primary: linear-gradient(135deg, #22d3ee 0%, #06b6d4 100%);--gradient-primary-hover: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%)}[data-color-theme=chocolate]{--gradient-primary: linear-gradient(135deg, #92400e 0%, #78350f 100%);--gradient-primary-hover: linear-gradient(135deg, #78350f 0%, #65300b 100%);--color-accent-purple: #92400e}[data-theme=dark][data-color-theme=chocolate]{--gradient-primary: linear-gradient(135deg, #d97706 0%, #b45309 100%);--gradient-primary-hover: linear-gradient(135deg, #b45309 0%, #92400e 100%)}[data-color-theme=rose]{--gradient-primary: linear-gradient(135deg, #e11d48 0%, #be123c 100%);--gradient-primary-hover: linear-gradient(135deg, #be123c 0%, #9f1239 100%);--color-accent-purple: #e11d48}[data-theme=dark][data-color-theme=rose]{--gradient-primary: linear-gradient(135deg, #fb7185 0%, #f43f5e 100%);--gradient-primary-hover: linear-gradient(135deg, #f43f5e 0%, #e11d48 100%)}[data-color-theme=sunset]{--gradient-primary: linear-gradient(135deg, #ea580c 0%, #dc2626 100%);--gradient-primary-hover: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);--color-accent-purple: #ea580c}[data-theme=dark][data-color-theme=sunset]{--gradient-primary: linear-gradient(135deg, #fb923c 0%, #f97316 100%);--gradient-primary-hover: linear-gradient(135deg, #f97316 0%, #ea580c 100%)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a;background-color:#fff}html{overflow-y:scroll;overflow-x:hidden;scrollbar-gutter:stable;-ms-overflow-style:scrollbar}body{margin:0;padding:0;min-height:100vh;width:100%;overflow-x:hidden}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}
