@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary: #2563eb;--primary-hover: #1d4ed8;--primary-light: #dbeafe;--primary-blue: #2196F3;--primary-blue-hover: #1976D2;--primary-blue-light: #E3F2FD;--white: #FFFFFF;--black: #000000;--gray-50: #F8FAFC;--gray-100: #F1F5F9;--gray-200: #E2E8F0;--gray-300: #CBD5E1;--gray-400: #94A3B8;--gray-500: #64748B;--gray-600: #475569;--gray-700: #334155;--gray-800: #1E293B;--gray-900: #0F172A;--success: #22C55E;--success-light: #DCFCE7;--success-green: #22C55E;--success-green-light: #DCFCE7;--warning: #F59E0B;--warning-light: #FEF3C7;--warning-orange: #F59E0B;--error: #EF4444;--error-light: #FEE2E2;--error-red: #EF4444;--info: #3B82F6;--info-light: #DBEAFE;--bg-primary: #FFFFFF;--bg-secondary: #F8FAFC;--bg-tertiary: #F1F5F9;--text-primary: #1E293B;--text-secondary: #64748B;--text-tertiary: #94A3B8;--text-inverse: #FFFFFF;--border-light: #E2E8F0;--border-medium: #CBD5E1;--border-dark: #94A3B8;--category-land: #FEF3C7;--category-townhouse: #DBEAFE;--category-apartment: #FCE7F3;--category-project: #E0E7FF;--property-card-1: #E8F5E9;--property-card-2: #FFF8E1;--property-card-3: #E3F2FD;--property-card-4: #F3E5F5;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .35s ease;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-modal-backdrop: 400;--z-modal: 500;--z-popover: 600;--z-tooltip: 700}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-family);font-size:16px;line-height:1.6;color:var(--text-primary);background-color:var(--bg-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:none}input,select,textarea{font-family:inherit;outline:none;border:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.section-subtitle{font-size:.95rem;color:var(--text-secondary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:500;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.btn svg{width:18px;height:18px}.btn-primary{color:var(--white);background:var(--primary-blue)}.btn-primary:hover{background:var(--primary-blue-hover)}.btn-secondary{color:var(--gray-700);background:var(--gray-100);border:1px solid var(--gray-200)}.btn-secondary:hover{background:var(--gray-200)}.btn-outline{color:var(--primary-blue);background:transparent;border:1px solid var(--primary-blue)}.btn-outline:hover{background:var(--primary-blue-light)}.btn-ghost{color:var(--gray-600);background:transparent}.btn-ghost:hover{background:var(--gray-100)}.btn-danger{color:var(--white);background:var(--error-red)}.btn-danger:hover{background:#dc2626}.btn-success{color:var(--white);background:var(--success-green)}.btn-success:hover{background:#16a34a}.btn-chat{color:var(--white);background:linear-gradient(135deg,#10b981,#059669);border:none}.btn-chat:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.btn-chat:disabled{opacity:.7;transform:none;box-shadow:none}.btn-sm{padding:8px 16px;font-size:.8rem}.btn-lg{padding:14px 32px;font-size:1rem}.btn-block{width:100%}.btn-icon{padding:10px}.btn-icon svg{width:20px;height:20px}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-loading{position:relative;color:transparent}.btn-loading:after{content:"";position:absolute;width:18px;height:18px;top:50%;left:50%;margin-top:-9px;margin-left:-9px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}.form-group{margin-bottom:20px}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-primary);margin-bottom:8px}.form-label.required:after{content:" *";color:var(--error-red)}.form-input{width:100%;padding:12px 16px;font-size:.95rem;color:var(--text-primary);background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);transition:all var(--transition-fast)}.form-input:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #2196f31a}.form-input::placeholder{color:var(--text-tertiary)}.form-input:disabled{background:var(--gray-100);cursor:not-allowed}.form-input.error{border-color:var(--error-red)}.form-input.error:focus{box-shadow:0 0 0 3px #ef44441a}.form-textarea{width:100%;padding:12px 16px;font-size:.95rem;color:var(--text-primary);background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);resize:vertical;min-height:120px;transition:all var(--transition-fast)}.form-textarea:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #2196f31a}.form-select{width:100%;padding:12px 40px 12px 16px;font-size:.95rem;color:var(--text-primary);background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;cursor:pointer;transition:all var(--transition-fast)}.form-select:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #2196f31a}.form-checkbox,.form-radio{display:flex;align-items:center;gap:10px;cursor:pointer}.form-checkbox input,.form-radio input{width:18px;height:18px;accent-color:var(--primary-blue);cursor:pointer}.form-checkbox span,.form-radio span{font-size:.9rem;color:var(--text-primary)}.form-error{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:.8rem;color:var(--error-red)}.form-error svg{width:14px;height:14px}.form-help{margin-top:6px;font-size:.8rem;color:var(--text-tertiary)}.input-with-icon{position:relative}.input-with-icon .form-input{padding-left:44px}.input-with-icon svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--text-tertiary)}.input-group{display:flex}.input-group .form-input{border-radius:var(--radius-md) 0 0 var(--radius-md)}.input-group .btn{border-radius:0 var(--radius-md) var(--radius-md) 0}.file-input-wrapper{position:relative}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-input-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px;border:2px dashed var(--border-light);border-radius:var(--radius-lg);background:var(--gray-50);transition:all var(--transition-fast)}.file-input-label:hover{border-color:var(--primary-blue);background:var(--primary-blue-light)}.file-input-label svg{width:40px;height:40px;color:var(--text-tertiary)}.file-input-label span{font-size:.9rem;color:var(--text-secondary)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:var(--z-modal-backdrop);padding:20px;animation:fadeIn .2s ease}.modal-content{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);max-width:500px;width:100%;max-height:90vh;overflow-y:auto;animation:scaleIn .2s ease}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border-light)}.modal-header h3{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);color:var(--text-secondary);transition:all var(--transition-fast)}.modal-close:hover{background:var(--gray-100);color:var(--text-primary)}.modal-close svg{width:20px;height:20px}.modal-body{padding:24px}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid var(--border-light)}.toast-container{position:fixed;bottom:20px;right:20px;z-index:var(--z-tooltip);display:flex;flex-direction:column;gap:12px}.toast{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);min-width:300px;animation:slideIn .3s ease}.toast-icon{width:24px;height:24px;flex-shrink:0}.toast-success .toast-icon{color:var(--success-green)}.toast-error .toast-icon{color:var(--error-red)}.toast-warning .toast-icon{color:var(--warning-orange)}.toast-info .toast-icon{color:var(--info)}.toast-content{flex:1}.toast-title{font-weight:600;color:var(--text-primary);margin-bottom:2px}.toast-message{font-size:.875rem;color:var(--text-secondary)}.toast-close{color:var(--text-tertiary);transition:color var(--transition-fast)}.toast-close:hover{color:var(--text-primary)}.status-message{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--radius-md);font-size:.9rem}.status-message svg{width:20px;height:20px;flex-shrink:0}.status-message.success{background:var(--success-green-light);color:#166534}.status-message.error{background:var(--error-light);color:#991b1b}.status-message.warning{background:var(--warning-light);color:#92400e}.status-message.info{background:var(--info-light);color:#1e40af}.report-modal{max-width:520px;max-height:90vh;display:flex;flex-direction:column}.report-modal .modal-header{flex-wrap:wrap;gap:12px;flex-shrink:0;position:sticky;top:0;background:var(--white);z-index:1}.report-modal .modal-header h3{flex:1}.report-modal .modal-body{flex:1;overflow-y:auto;max-height:calc(90vh - 180px)}.report-modal .modal-footer{flex-shrink:0;position:sticky;bottom:0;background:var(--white);z-index:1}.modal-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modal-icon svg{width:24px;height:24px}.modal-icon.report{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.modal-icon.success{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#16a34a}.modal-icon.warning{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.modal-close-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:transparent;border:none;color:var(--text-tertiary);cursor:pointer;transition:all var(--transition-fast)}.modal-close-btn:hover{background:var(--gray-100);color:var(--text-primary)}.modal-description{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.modal-description.centered{text-align:center}.modal-footer.centered{justify-content:center}.report-property-title{padding:12px 16px;background:var(--gray-50);border-radius:var(--radius-md);font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.5}.report-property-title strong{color:var(--text-primary)}.report-reasons{margin-bottom:1.5rem}.report-reasons .form-label{display:block;margin-bottom:12px;font-weight:500;color:var(--text-primary)}.report-reasons .required{color:#dc2626}.reason-options{display:flex;flex-direction:column;gap:8px}.reason-option{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid var(--border-light);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s}.reason-option.selected{border-color:var(--primary);background:#3b82f60d}.reason-icon{font-size:1.25rem;flex-shrink:0}.reason-info{flex:1;display:flex;flex-direction:column;gap:2px}.reason-label{font-weight:500;color:var(--text-primary);font-size:.9375rem}.reason-desc{font-size:.8125rem;color:var(--text-tertiary)}.reason-check{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.reason-check svg{width:18px;height:18px;color:var(--primary)}.report-modal .form-error{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-md);color:#dc2626;font-size:.875rem;margin-bottom:1rem}.report-modal .form-error svg{width:18px;height:18px;flex-shrink:0}.report-modal .form-group{position:relative}.report-modal .form-label{display:block;margin-bottom:8px;font-weight:500;color:var(--text-primary);font-size:.9375rem}.report-modal .optional{font-weight:400;color:var(--text-tertiary);font-size:.8125rem;margin-left:8px}.report-modal .form-textarea{width:100%;padding:12px 16px;border:1px solid var(--border-light);border-radius:var(--radius-md);font-size:.9375rem;resize:vertical;min-height:100px;transition:all .2s;font-family:inherit}.report-modal .form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}.report-modal .char-count{position:absolute;bottom:8px;right:12px;font-size:.75rem;color:var(--text-tertiary)}.btn-danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none}.btn-danger:hover{opacity:.9;transform:translateY(-1px)}.btn-danger:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}.header{background:var(--white);padding:16px 0;position:sticky;top:0;z-index:1000;box-shadow:var(--shadow-sm)}.header-container{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:8px;font-size:1.25rem;font-weight:700;color:var(--gray-900)}.logo-icon{width:32px;height:32px;background:var(--primary-blue);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--white)}.nav-menu{display:flex;align-items:center;gap:32px}.nav-link{font-size:.95rem;font-weight:500;color:var(--gray-600);transition:color var(--transition-fast);position:relative}.nav-link:hover{color:var(--primary-blue)}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary-blue);transition:width var(--transition-fast)}.nav-link:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:16px}.message-dropdown-container,.user-menu{position:relative}.user-avatar-btn{display:flex;align-items:center;gap:4px;padding:4px 8px 4px 4px;border-radius:var(--radius-full);cursor:pointer;border:2px solid transparent;transition:all var(--transition-fast);background:transparent}.user-avatar-btn:hover{background:var(--gray-100)}.user-avatar-img{width:36px;height:36px;border-radius:50%;object-fit:cover}.user-avatar-initials{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--primary-blue),var(--primary-blue-hover));color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);min-width:240px;padding:8px 0;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease}.user-menu:hover .user-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 16px;font-size:.9rem;color:var(--gray-700);transition:background var(--transition-fast);cursor:pointer}.dropdown-item svg{width:18px;height:18px;color:var(--gray-500)}.dropdown-item-admin{color:#7c3aed;font-weight:500}.dropdown-item-admin svg{color:#7c3aed}.dropdown-item-admin:hover{background:#f5f3ff}.dropdown-divider{height:1px;background:var(--gray-200);margin:8px 0}.user-name-header{font-size:.875rem;font-weight:500;color:var(--gray-700);margin-left:8px}.dropdown-arrow{width:14px;height:14px;color:var(--gray-400);margin-left:4px}.dropdown-user-info{display:flex;align-items:center;gap:12px;padding:12px 16px}.dropdown-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.dropdown-avatar-initials{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--primary-blue),var(--primary-blue-hover));color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.dropdown-user-details{display:flex;flex-direction:column}.dropdown-user-name{font-weight:600;color:var(--gray-800);font-size:.9rem}.dropdown-user-email{font-size:.8rem;color:var(--gray-500)}.badge-count{background:var(--primary-blue);color:var(--white);font-size:.7rem;font-weight:600;padding:2px 6px;border-radius:10px;margin-left:auto}.text-danger{color:var(--error-red)!important}.text-danger svg{color:var(--error-red)!important}.auth-buttons{display:flex;align-items:center;gap:12px}.btn-login{font-size:.9rem;font-weight:500;color:var(--gray-700);padding:8px 16px;transition:color var(--transition-fast)}.btn-login:hover{color:var(--primary-blue)}.btn-register{font-size:.9rem;font-weight:500;color:var(--white);background:var(--primary-blue);padding:10px 20px;border-radius:var(--radius-md);transition:background var(--transition-fast)}.btn-register:hover{background:var(--primary-blue-hover)}.btn-post{display:flex;align-items:center;gap:6px;font-size:.9rem;font-weight:500;color:var(--white);background:var(--primary-blue);padding:10px 20px;border-radius:var(--radius-md);transition:background var(--transition-fast)}.btn-post:hover{background:var(--primary-blue-hover)}.btn-post svg{width:16px;height:16px}@media(max-width:768px){.nav-menu{display:none}.header-actions{gap:12px}.btn-post span{display:none}.btn-post{padding:10px}}.notification-bell-wrapper{position:relative}.notification-bell-btn{position:relative;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.notification-bell-btn:hover{background:var(--gray-100);transform:scale(1.05)}.notification-bell-btn:active{transform:scale(.95)}.bell-icon{width:22px;height:22px;color:var(--gray-600);transition:all .3s ease}.notification-bell-btn:hover .bell-icon{color:var(--primary-blue)}.bell-animated{animation:bellRing 2s ease-in-out infinite;animation-delay:3s}@keyframes bellRing{0%,to{transform:rotate(0)}10%,30%{transform:rotate(15deg)}20%,40%{transform:rotate(-15deg)}50%,80%{transform:rotate(0)}}.notification-badge{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;background:linear-gradient(135deg,#ff6b6b,#ee5a5a);color:#fff;font-size:.65rem;font-weight:700;border-radius:100px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #ee5a5a66;animation:badgePulse 2s ease-in-out infinite;border:2px solid white}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.notification-ring{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid transparent;pointer-events:none}.has-notifications .notification-ring{animation:ringPulse 2s ease-out infinite}@keyframes ringPulse{0%{transform:scale(1);border-color:#3b82f680;opacity:1}to{transform:scale(1.5);border-color:#3b82f600;opacity:0}}.notification-dropdown{position:absolute;top:calc(100% + 12px);right:-60px;width:380px;max-height:480px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026,0 2px 10px #00000014;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px) scale(.95);transition:all .25s cubic-bezier(.4,0,.2,1);overflow:hidden}.notification-dropdown:before{content:"";position:absolute;top:-8px;right:74px;width:16px;height:16px;background:#fff;transform:rotate(45deg);border-radius:3px;box-shadow:-2px -2px 5px #0000000a}.notification-dropdown.show{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.notification-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--gray-100);background:linear-gradient(135deg,#f8fafc,#fff)}.notification-header h3{font-size:1rem;font-weight:700;color:var(--gray-900);margin:0}.mark-all-read{font-size:.8rem;color:var(--primary-blue);font-weight:500;background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s ease}.mark-all-read:hover{background:#3b82f61a}.notification-list{max-height:340px;overflow-y:auto;scroll-behavior:smooth}.notification-list::-webkit-scrollbar{width:4px}.notification-list::-webkit-scrollbar-track{background:transparent}.notification-list::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:10px}.notification-item{display:flex;align-items:flex-start;gap:12px;padding:14px 20px;cursor:pointer;transition:all .2s ease;position:relative;border-bottom:1px solid var(--gray-50)}.notification-item:hover{background:linear-gradient(90deg,var(--gray-50) 0%,transparent 100%)}.notification-item.unread{background:linear-gradient(90deg,rgba(59,130,246,.05) 0%,transparent 100%)}.notification-item.unread:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--primary-blue),#60a5fa);border-radius:0 3px 3px 0}.notification-item-icon{width:40px;height:40px;min-width:40px;border-radius:12px;display:flex;align-items:center;justify-content:center}.notification-item-icon svg{width:18px;height:18px}.notification-icon-property{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}.notification-icon-price{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#16a34a}.notification-icon-system{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.notification-icon-message{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:#9333ea}.notification-icon-default{background:linear-gradient(135deg,#e5e7eb,#d1d5db);color:#6b7280}.notification-icon-radar{background:linear-gradient(135deg,#dbeafe,#93c5fd);color:#1d4ed8}.notification-item-content{flex:1;min-width:0}.notification-item-title{font-size:.875rem;font-weight:600;color:var(--gray-800);margin:0 0 4px;line-height:1.3}.notification-item.unread .notification-item-title{color:var(--gray-900)}.notification-item-message{font-size:.8rem;color:var(--gray-500);margin:0 0 6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-item-time{font-size:.7rem;color:var(--gray-400);font-weight:500}.notification-unread-dot{width:8px;height:8px;min-width:8px;background:var(--primary-blue);border-radius:50%;margin-top:6px;box-shadow:0 0 0 3px #3b82f633}.notification-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 20px;color:var(--gray-400)}.notification-empty svg{width:48px;height:48px;margin-bottom:12px;opacity:.5}.notification-empty p{font-size:.9rem;margin:0}.notification-footer{padding:12px 20px;border-top:1px solid var(--gray-100);background:linear-gradient(135deg,#f8fafc,#fff)}.view-all-link{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.85rem;font-weight:600;color:var(--primary-blue);text-decoration:none;padding:8px;border-radius:8px;transition:all .2s ease}.view-all-link:hover{background:#3b82f61a}.view-all-link svg{width:14px;height:14px;transition:transform .2s ease}.view-all-link:hover svg{transform:translate(3px)}@media(max-width:480px){.notification-dropdown{width:calc(100vw - 32px);right:-120px}.notification-dropdown:before{right:134px}}.notification-header-left{display:flex;align-items:center;gap:8px}.connection-status{display:flex;align-items:center}.connection-status .status-dot{width:8px;height:8px;border-radius:50%;background:#10b981;animation:statusPulse 2s ease-in-out infinite}.connection-status.connected .status-dot{background:#10b981;box-shadow:0 0 0 3px #10b98133}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.5}}.notification-item-header{display:flex;align-items:flex-start;gap:8px;margin-bottom:4px}.notification-item-header .notification-item-title{margin:0;flex:1}.priority-badge{font-size:.6rem;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase;white-space:nowrap;flex-shrink:0}.priority-badge.urgent{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626;animation:urgentPulse 1s ease-in-out infinite}.priority-badge.high{background:linear-gradient(135deg,#fffbeb,#fef3c7);color:#d97706}@keyframes urgentPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.notification-item-footer{display:flex;align-items:center;gap:8px}.notification-source{font-size:.65rem;padding:2px 6px;border-radius:4px;font-weight:500}.notification-source.system{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb}.notification-source.personal{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#16a34a}.notification-item.new-notification{animation:slideInHighlight .5s cubic-bezier(.4,0,.2,1)}@keyframes slideInHighlight{0%{background:#3b82f633;transform:translate(-10px);opacity:0}50%{background:#3b82f626}to{background:transparent;transform:translate(0);opacity:1}}.notification-delete-btn{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;opacity:0;transition:all .2s ease;color:var(--gray-400)}.notification-item:hover .notification-delete-btn{opacity:1}.notification-delete-btn:hover{background:#ef44441a;color:#ef4444}.notification-delete-btn svg{width:14px;height:14px}.notification-loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;color:var(--gray-500);font-size:.85rem}.loading-spinner{width:18px;height:18px;border:2px solid var(--gray-200);border-top-color:var(--primary-blue);border-radius:50%;animation:spin .8s linear infinite}.notification-icon-success{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#16a34a}.notification-icon-error{background:linear-gradient(135deg,#fef2f2,#fecaca);color:#dc2626}.notification-icon-warning{background:linear-gradient(135deg,#fffbeb,#fde68a);color:#d97706}.notification-icon-promotion{background:linear-gradient(135deg,#fdf2f8,#fce7f3);color:#db2777}.notification-item{padding-right:44px}.notification-item:hover .notification-unread-dot{opacity:0}.notification-item{animation:none;transition:all .2s ease,background .3s ease}.notification-bell-btn:focus{outline:none;box-shadow:0 0 0 3px #3b82f64d}.notification-item:focus{outline:none;background:var(--gray-100)}@keyframes countBump{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.notification-badge.updating{animation:countBump .3s ease-out}.header-icon-btn{position:relative;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.header-icon-btn:hover{background:var(--gray-100);transform:scale(1.05)}.header-icon-btn:active{transform:scale(.95)}.header-icon-btn svg{width:22px;height:22px;color:var(--gray-600);transition:all .3s ease}.header-icon-btn:hover svg{color:var(--primary-blue)}.message-btn:hover svg{color:#10b981}.icon-badge{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:10px;font-weight:700;line-height:18px;text-align:center;border-radius:10px;box-shadow:0 2px 6px #10b98166}.hero{position:relative;min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px 80px;background:linear-gradient(135deg,#1e293bd9,#1e293bb3),url(https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?w=1920&q=80);background-size:cover;background-position:center;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 60%,rgba(248,250,252,1));pointer-events:none}.hero-content{text-align:center;position:relative;z-index:1;max-width:700px;margin-bottom:40px;animation:fadeInUp .8s ease-out}.hero-title{font-size:2.75rem;font-weight:700;color:var(--white);margin-bottom:16px;line-height:1.2}.hero-title span{background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.1rem;color:#ffffffe6;max-width:500px;margin:0 auto}.hero .search-box{position:relative;z-index:2;background:var(--white);border-radius:var(--radius-xl);padding:24px 28px;box-shadow:var(--shadow-xl);width:100%;max-width:780px;animation:fadeInUp .8s ease-out .2s both}.search-tabs{display:flex;gap:24px;margin-bottom:20px;border-bottom:1px solid var(--gray-200);padding-bottom:16px}.search-tab{font-size:.95rem;font-weight:500;color:var(--gray-500);padding-bottom:8px;position:relative;cursor:pointer;transition:color var(--transition-fast);white-space:nowrap}.search-tab.active{color:var(--primary-blue)}.search-tab.active:after{content:"";position:absolute;bottom:-17px;left:0;width:100%;height:3px;background:var(--primary-blue);border-radius:3px 3px 0 0}.search-tab:hover:not(.active){color:var(--gray-700)}.search-fields{display:flex;gap:12px;align-items:center}.search-input-group{flex:1;position:relative}.search-input-group svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--gray-400);width:18px;height:18px}.search-input{width:100%;padding:14px 14px 14px 44px;font-size:.95rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--gray-50);color:var(--gray-800);transition:all var(--transition-fast)}.search-input:focus{border-color:var(--primary-blue);background:var(--white);box-shadow:0 0 0 3px #2196f31a}.search-input::placeholder{color:var(--gray-400)}.select-wrapper{position:relative;display:flex;align-items:center}.select-wrapper>svg:first-child{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--gray-400);width:18px;height:18px;pointer-events:none}.select-wrapper>svg:last-child{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--gray-400);width:14px;height:14px;pointer-events:none}.search-select{padding:14px 40px 14px 44px;font-size:.95rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--gray-50);color:var(--gray-800);cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:all var(--transition-fast);min-width:140px}.search-select:focus{border-color:var(--primary-blue);background:var(--white);box-shadow:0 0 0 3px #2196f31a}.search-btn{padding:14px 28px;font-size:.95rem;font-weight:600;color:var(--white);background:var(--primary-blue);border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast);white-space:nowrap}.search-btn:hover{background:var(--primary-blue-hover)}@media(max-width:768px){.hero{min-height:400px;padding:40px 16px 60px}.hero-title{font-size:2rem}.hero .search-box{padding:20px}.search-tabs{gap:16px;overflow-x:auto;-webkit-overflow-scrolling:touch}.search-fields{flex-direction:column}.search-input-group,.select-wrapper,.search-btn,.search-select{width:100%}}@media(max-width:480px){.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}}.categories{padding:60px 20px;background:var(--gray-50)}.categories .container{max-width:1200px;margin:0 auto}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-card{background:var(--white);border-radius:var(--radius-lg);padding:28px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;transition:all var(--transition-normal);border:1px solid transparent}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--gray-100)}.category-icon{width:56px;height:56px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.category-icon svg{width:28px;height:28px}.category-icon.land{background:var(--category-land);color:#d97706}.category-icon.townhouse{background:var(--category-townhouse);color:#2563eb}.category-icon.apartment{background:var(--category-apartment);color:#db2777}.category-icon.project{background:var(--category-project);color:#4f46e5}.category-name{font-size:1rem;font-weight:600;color:var(--gray-800)}@media(max-width:1024px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.categories-grid{grid-template-columns:1fr}.category-card{flex-direction:row;justify-content:flex-start;gap:16px;padding:20px 24px}.category-icon{margin-bottom:0}}.properties,.properties-section{padding:60px 20px;background:var(--white)}.properties .container,.properties-section .container{max-width:1200px;margin:0 auto}.section-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:4px}.section-subtitle{font-size:.9rem;color:var(--text-secondary)}.properties-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.property-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-normal);cursor:pointer;border:1px solid var(--gray-100)}.property-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.property-image{position:relative;height:180px;overflow:hidden}.property-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.property-card:hover .property-image img{transform:scale(1.05)}.property-badge{position:absolute;top:12px;left:12px;padding:4px 10px;font-size:.75rem;font-weight:600;border-radius:var(--radius-full);display:flex;align-items:center;gap:4px}.property-badge.verified{background:var(--primary-blue);color:var(--white)}.property-badge.featured{background:var(--warning-orange);color:var(--white)}.property-badge.new{background:var(--primary-blue);color:var(--white)}.favorite-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);transition:all var(--transition-fast)}.favorite-btn:hover{transform:scale(1.1)}.favorite-btn svg{width:18px;height:18px;color:var(--gray-400);transition:color var(--transition-fast)}.favorite-btn.active svg,.favorite-btn:hover svg{color:var(--error-red);fill:var(--error-red)}.property-content{padding:16px}.property-price{font-size:1.25rem;font-weight:700;color:var(--primary-blue);margin-bottom:8px}.property-title{font-size:1rem;font-weight:600;color:var(--gray-800);margin-bottom:8px;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;font-size:.875rem;color:var(--gray-500);margin-bottom:12px}.property-location svg{width:14px;height:14px;flex-shrink:0}.property-features{display:flex;align-items:center;gap:16px;padding-top:12px;border-top:1px solid var(--gray-100)}.property-feature,.feature-item{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--gray-600)}.property-feature svg,.feature-item svg{width:16px;height:16px;color:var(--gray-400);flex-shrink:0}.view-all-link{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;font-weight:500;color:var(--primary-blue);transition:gap var(--transition-fast)}.view-all-link:hover{gap:10px}.view-all-link svg{width:16px;height:16px}.property-image-v2{position:relative;height:180px;overflow:hidden}.property-image-v2 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.property-card-v2:hover .property-image-v2 img{transform:scale(1.05)}.for-sale-badge{position:absolute;top:12px;left:12px;padding:4px 10px;font-size:.75rem;font-weight:500;background:#0009;color:var(--white);border-radius:var(--radius-full)}.favorite-btn-v2{position:absolute;top:12px;right:12px;width:32px;height:32px;background:var(--white);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-sm);transition:all .2s ease}.favorite-btn-v2:hover{transform:scale(1.1)}.favorite-btn-v2 svg{width:16px;height:16px;color:var(--gray-400)}.favorite-btn-v2:hover svg{color:var(--error-red)}.property-content-v2{padding:16px}.property-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.property-price-v2{font-size:1.125rem;font-weight:700;color:var(--primary-blue)}.property-type-badge{padding:4px 8px;font-size:.7rem;font-weight:500;background:var(--gray-100);color:var(--text-secondary);border-radius:var(--radius-sm)}.property-title-v2{font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.property-location-v2{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--text-secondary);margin-bottom:12px}.property-location-v2 svg{width:14px;height:14px;flex-shrink:0;color:var(--text-tertiary)}.property-features-v2{display:flex;align-items:center;gap:16px;padding-top:12px;border-top:1px solid var(--border-light)}.feature-item-v2{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--text-secondary)}.feature-item-v2 svg{width:16px;height:16px;color:var(--text-tertiary);flex-shrink:0}@media(max-width:1200px){.properties-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.properties-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.properties-grid{grid-template-columns:1fr}}.property-card.skeleton{pointer-events:none}.skeleton-image{width:100%;height:180px;background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-50) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-text{background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-50) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:var(--radius-sm)}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.property-badge.owner-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:var(--white);top:auto;bottom:12px;left:12px}.property-badge.featured{background:linear-gradient(135deg,#f093fb,#f5576c);color:var(--white)}.property-meta{display:flex;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:wrap}.property-type-tag{display:inline-flex;align-items:center;padding:3px 8px;background:var(--gray-100);color:var(--text-secondary);font-size:.7rem;font-weight:500;border-radius:var(--radius-sm)}.view-count{display:inline-flex;align-items:center;gap:4px;color:var(--gray-500);font-size:.75rem}.view-count svg{width:14px;height:14px}.error-message,.empty-message{text-align:center;padding:60px 20px;color:var(--text-secondary)}.error-message p,.empty-message p{font-size:1rem;margin:0}.error-message{background:#fef2f2;border-radius:var(--radius-lg);color:#dc2626}.empty-message{background:var(--gray-50);border-radius:var(--radius-lg)}.load-more-container{display:flex;justify-content:center;margin-top:40px}.load-more-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:var(--white);color:var(--primary-blue);font-size:1rem;font-weight:600;border:2px solid var(--primary-blue);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-normal)}.load-more-btn:hover:not(:disabled){background:var(--primary-blue);color:var(--white)}.load-more-btn:disabled{opacity:.7;cursor:not-allowed}.load-more-btn svg{width:18px;height:18px;transition:transform var(--transition-fast)}.load-more-btn:hover:not(:disabled) svg{transform:translateY(2px)}.loading-spinner{width:18px;height:18px;border:2px solid var(--gray-300);border-top-color:var(--primary-blue);border-radius:50%;animation:spin .8s linear infinite}.all-properties-section{background:linear-gradient(180deg,var(--gray-50) 0%,var(--white) 100%);padding-top:80px;padding-bottom:80px}.filters-sidebar{background:var(--white);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-sm);height:fit-content;position:sticky;top:90px;overflow:hidden}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border-light)}.filters-title{font-size:1rem;font-weight:600;color:var(--text-primary)}.reset-btn{font-size:.85rem;color:var(--primary-blue);background:none;border:none;cursor:pointer;transition:opacity .2s ease}.reset-btn:hover{opacity:.7;text-decoration:underline}.filter-group{margin-bottom:24px}.filter-group:last-of-type{margin-bottom:0}.filter-label{display:block;font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:12px}.range-slider{position:relative;height:24px;margin-bottom:8px;padding:0 2px}.range-input{position:absolute;width:100%;height:6px;background:transparent;pointer-events:none;appearance:none;-webkit-appearance:none;z-index:2;top:50%;transform:translateY(-50%)}.range-input::-webkit-slider-thumb{pointer-events:auto;width:16px;height:16px;border-radius:50%;background:var(--primary-blue);border:2px solid var(--white);box-shadow:0 2px 4px #0003;cursor:pointer;appearance:none;-webkit-appearance:none}.range-input::-moz-range-thumb{pointer-events:auto;width:16px;height:16px;border-radius:50%;background:var(--primary-blue);border:2px solid var(--white);box-shadow:0 2px 4px #0003;cursor:pointer;border:none}.range-track{position:absolute;width:100%;height:6px;background:var(--gray-200);border-radius:3px;top:50%;transform:translateY(-50%)}.range-fill{position:absolute;height:100%;background:var(--primary-blue);border-radius:3px}.range-labels{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-tertiary);margin-bottom:12px}.price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.price-input{width:100%;min-width:0;padding:10px 8px;font-size:.8rem;color:var(--text-primary);background:var(--gray-50);border:1px solid var(--border-light);border-radius:var(--radius-md);text-align:center;box-sizing:border-box}.price-input:focus{outline:none;border-color:var(--primary-blue);background:var(--white)}.checkbox-group{display:flex;flex-direction:column;gap:10px}.checkbox-item{display:flex;align-items:center;gap:10px;cursor:pointer}.checkbox-item input[type=checkbox]{display:none}.checkbox-custom{width:18px;height:18px;border:2px solid var(--border-light);border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background:var(--white)}.checkbox-item input:checked+.checkbox-custom{background:var(--primary-blue);border-color:var(--primary-blue)}.checkbox-item input:checked+.checkbox-custom:after{content:"";width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.checkbox-item:hover .checkbox-custom{border-color:var(--primary-blue)}.checkbox-label{font-size:.875rem;color:var(--text-secondary)}.radio-group{display:flex;flex-direction:column;gap:10px}.radio-item{display:flex;align-items:center;gap:10px;cursor:pointer}.radio-item input[type=radio]{display:none}.radio-custom{width:18px;height:18px;border:2px solid var(--border-light);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background:var(--white)}.radio-item input:checked+.radio-custom{border-color:var(--primary-blue)}.radio-item input:checked+.radio-custom:after{content:"";width:8px;height:8px;background:var(--primary-blue);border-radius:50%}.radio-item:hover .radio-custom{border-color:var(--primary-blue)}.radio-label{font-size:.875rem;color:var(--text-secondary)}.filter-select,.filter-input{width:100%;padding:10px 12px;font-size:.875rem;color:var(--text-primary);background:var(--gray-50);border:1px solid var(--border-light);border-radius:var(--radius-md);transition:all .2s ease}.filter-select:focus,.filter-input:focus{outline:none;border-color:var(--primary-blue);background:var(--white)}.filter-select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}.filter-input::placeholder{color:var(--text-tertiary)}.apply-filters-btn{width:100%;padding:14px 20px;font-size:.9rem;font-weight:600;color:var(--white);background:var(--primary-blue);border:none;border-radius:var(--radius-md);cursor:pointer;margin-top:24px;transition:background .2s ease}.apply-filters-btn:hover{background:var(--primary-blue-hover)}.filter-select{width:100%;padding:12px 36px 12px 14px;font-size:.9rem;color:var(--text-primary);background:var(--gray-50);border:1px solid var(--border-light);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6,9 12,15 18,9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.filter-select:focus{outline:none;border-color:var(--primary-blue);background-color:var(--white)}.filter-select:disabled{opacity:.6;cursor:not-allowed}.location-selects{display:flex;flex-direction:column;gap:10px}@media(max-width:1024px){.filters-sidebar{position:static}}.footer{background:var(--gray-900);color:var(--gray-300);padding:60px 20px 30px}.footer .container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footer-logo .logo-icon{width:40px;height:40px;background:var(--primary-blue);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.footer-logo .logo-icon svg{width:22px;height:22px;color:var(--white)}.footer-logo span{font-size:1.25rem;font-weight:700;color:var(--white)}.footer-description{font-size:.9rem;line-height:1.7;color:var(--gray-400);margin-bottom:20px}.footer-social{display:flex;gap:12px}.social-link{width:40px;height:40px;background:var(--gray-800);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.social-link:hover{background:var(--primary-blue)}.social-link svg{width:20px;height:20px;color:var(--gray-400)}.social-link:hover svg{color:var(--white)}.footer-links h4{font-size:1rem;font-weight:600;color:var(--white);margin-bottom:20px}.footer-links ul{display:flex;flex-direction:column;gap:12px}.footer-links a{font-size:.9rem;color:var(--gray-400);transition:color var(--transition-fast)}.footer-links a:hover{color:var(--primary-blue)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid var(--gray-800)}.footer-copyright{font-size:.875rem;color:var(--gray-500)}.footer-legal{display:flex;gap:24px}.footer-legal a{font-size:.875rem;color:var(--gray-500);transition:color var(--transition-fast)}.footer-legal a:hover{color:var(--gray-300)}@media(max-width:1024px){.footer-content{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:span 2;max-width:none}}@media(max-width:640px){.footer-content{grid-template-columns:1fr;gap:32px}.footer-brand{grid-column:span 1}.footer-bottom{flex-direction:column;gap:16px;text-align:center}}.chat-drawer{position:fixed;inset:0;z-index:9999;display:flex;justify-content:flex-end;visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s}.chat-drawer.open{visibility:visible;opacity:1}.chat-drawer-overlay{position:absolute;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.chat-drawer-content{position:relative;width:400px;max-width:100%;height:100%;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #00000026}.chat-drawer.open .chat-drawer-content{transform:translate(0)}.chat-drawer-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;flex-shrink:0}.chat-drawer-header h2{flex:1;font-size:1.25rem;font-weight:600}.chat-drawer-header .connection-status{font-size:.75rem}.chat-drawer-header .connection-status .connected,.chat-drawer-header .connection-status .disconnected{display:flex;align-items:center;gap:.375rem}.chat-drawer-header .connection-status .dot{width:8px;height:8px;border-radius:50%}.chat-drawer-header .connection-status .connected .dot{background:#34d399;box-shadow:0 0 6px #34d399}.chat-drawer-header .connection-status .disconnected .dot{background:#fbbf24;animation:pulse 1.5s infinite}.chat-drawer-header .back-btn,.chat-drawer-header .close-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background .2s}.chat-drawer-header .back-btn:hover,.chat-drawer-header .close-btn:hover{background:#ffffff4d}.chat-drawer-header .back-btn svg,.chat-drawer-header .close-btn svg{width:20px;height:20px}.chat-header-info{display:flex;align-items:center;gap:.75rem;flex:1}.chat-avatar{position:relative;width:40px;height:40px;flex-shrink:0}.chat-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.chat-avatar .avatar-placeholder{width:100%;height:100%;border-radius:50%;background:#ffffff4d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.chat-avatar .online-indicator{position:absolute;bottom:1px;right:1px;width:10px;height:10px;background:#34d399;border:2px solid white;border-radius:50%}.chat-header-text h3{font-size:1rem;font-weight:600}.chat-header-text .status-text{font-size:.75rem;opacity:.9}.chat-drawer-body{flex:1;overflow:hidden;display:flex;flex-direction:column}.conversation-list{flex:1;overflow-y:auto}.conversation-item{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;cursor:pointer;transition:background .2s;border-bottom:1px solid #f1f5f9}.conversation-item:hover{background:#f8fafc}.conversation-item.unread{background:#ecfdf5}.conversation-avatar{position:relative;width:48px;height:48px;flex-shrink:0}.conversation-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.conversation-avatar .avatar-placeholder{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600}.conversation-info{flex:1;min-width:0}.conversation-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.conversation-header h4{font-size:.9375rem;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-header .time{font-size:.75rem;color:#94a3b8;flex-shrink:0}.conversation-item.unread .conversation-header .time{color:#10b981;font-weight:500}.conversation-preview{display:flex;align-items:center;gap:.5rem}.conversation-preview p{flex:1;font-size:.8125rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-item.unread .conversation-preview p{color:#1e293b;font-weight:500}.unread-badge{min-width:20px;height:20px;padding:0 6px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.6875rem;font-weight:700;line-height:20px;text-align:center;border-radius:10px;flex-shrink:0}.chat-view{flex:1;display:flex;flex-direction:column;overflow:hidden}.messages-container{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.empty-messages{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;color:#94a3b8;padding:2rem}.message{display:flex;gap:.5rem;max-width:85%}.message.sent{align-self:flex-end;flex-direction:row-reverse}.message.received{align-self:flex-start}.message-avatar{width:28px;height:28px;flex-shrink:0;align-self:flex-end}.message-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.message-avatar .avatar-placeholder.small{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);color:#64748b;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:600}.message-content{display:flex;flex-direction:column}.message-bubble{padding:.625rem 1rem;border-radius:18px;max-width:100%;word-wrap:break-word}.message.sent .message-bubble{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-bottom-right-radius:4px}.message.received .message-bubble{background:#f1f5f9;color:#1e293b;border-bottom-left-radius:4px}.message.deleted .message-bubble{background:#f8fafc;color:#94a3b8;font-style:italic}.message-bubble p{font-size:.9375rem;line-height:1.4}.reply-preview{padding:.5rem;margin-bottom:.375rem;background:#0000001a;border-radius:8px;font-size:.8125rem}.reply-preview span{font-weight:600;color:inherit;opacity:.8}.reply-preview p{font-size:.8125rem;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.message-meta{display:flex;align-items:center;gap:.375rem;margin-top:.25rem;padding:0 .25rem}.message.sent .message-meta{justify-content:flex-end}.message-meta .time{font-size:.6875rem;color:#94a3b8}.message-meta .edited{font-size:.625rem;color:#94a3b8;font-style:italic}.message-input-form{padding:.75rem 1rem;background:#fff;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:8px}.input-wrapper{display:flex;align-items:center;gap:.5rem;padding:.4rem .4rem .4rem .875rem;background:#f1f5f9;border-radius:24px}.input-wrapper input{flex:1;border:none;background:transparent;font-size:.9375rem;color:#1e293b;outline:none}.input-wrapper input::placeholder{color:#94a3b8}.send-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:opacity .2s,transform .2s}.send-btn:hover:not(:disabled){transform:scale(1.05)}.send-btn:disabled{opacity:.5;cursor:not-allowed}.send-btn svg{width:18px;height:18px}.chat-drawer .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#64748b}.chat-drawer .spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#10b981;border-radius:50%;animation:spin .8s linear infinite}.chat-drawer .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}.chat-drawer .empty-state svg{width:64px;height:64px;color:#cbd5e1;margin-bottom:1rem}.chat-drawer .empty-state h3{font-size:1rem;color:#1e293b;margin-bottom:.5rem}.chat-drawer .empty-state p{font-size:.875rem;color:#64748b}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.message-image{max-width:220px;max-height:220px;border-radius:12px;display:block;cursor:pointer;object-fit:cover;transition:opacity .15s}.media-caption{margin:6px 0 0;font-size:.875rem;line-height:1.4}.message-file .file-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;padding:4px 0}.message-file .file-link svg{width:30px;height:30px;flex-shrink:0;opacity:.85}.message-file .file-name{font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.message-file .file-size{font-size:.75rem;opacity:.7}.attach-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;color:#64748b;transition:all .2s;flex-shrink:0}.attach-btn:hover{background:#e2e8f0;color:#10b981}.media-preview-bar{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.preview-thumb{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0}.preview-file-icon{width:26px;height:26px;color:#10b981;flex-shrink:0}.preview-name{flex:1;font-size:.8125rem;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-cancel{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#e2e8f0;border:none;border-radius:50%;cursor:pointer;flex-shrink:0;transition:background .2s}.preview-cancel svg{width:12px;height:12px;color:#64748b}.spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@media(max-width:480px){.chat-drawer-content{width:100%}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary)}.auth-container{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;width:100%}.auth-form-section{display:flex;align-items:center;justify-content:center;padding:40px;background:var(--white)}.auth-form-container{width:100%;max-width:420px}.auth-logo{display:flex;align-items:center;gap:10px;margin-bottom:32px;font-size:1.25rem;font-weight:700;color:var(--text-primary)}.auth-header{margin-bottom:24px}.auth-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:8px}.auth-subtitle{font-size:.95rem;color:var(--text-secondary);line-height:1.5}.auth-error{display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--error-light);color:#991b1b;border-radius:var(--radius-md);margin-bottom:20px;font-size:.9rem}.auth-error svg{width:20px;height:20px;flex-shrink:0}.auth-form{display:flex;flex-direction:column;gap:20px}.input-wrapper{position:relative;display:flex;align-items:center}.input-wrapper>svg:first-child{position:absolute;left:14px;width:18px;height:18px;color:var(--text-tertiary);pointer-events:none}.form-input-auth{width:100%;padding:14px 44px;font-size:.95rem;color:var(--text-primary);background:var(--gray-50);border:1px solid var(--border-light);border-radius:var(--radius-md);transition:all .2s ease}.form-input-auth:focus{background:var(--white);border-color:var(--primary-blue);box-shadow:0 0 0 3px #2196f31a}.form-input-auth::placeholder{color:var(--text-tertiary)}.toggle-password{position:absolute;right:14px;background:none;border:none;cursor:pointer;color:var(--text-tertiary);padding:4px;display:flex;align-items:center;justify-content:center}.toggle-password:hover{color:var(--text-primary)}.toggle-password svg{width:18px;height:18px}.form-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.forgot-password-link{font-size:.85rem;color:var(--primary-blue)}.forgot-password-link:hover{text-decoration:underline}.btn-lg{padding:14px 24px;font-size:1rem}.btn-spinner{display:inline-block;width:18px;height:18px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite;margin-right:8px}.auth-divider{display:flex;align-items:center;gap:16px;margin:24px 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border-light)}.auth-divider span{font-size:.85rem;color:var(--text-tertiary);white-space:nowrap}.social-login{display:grid;grid-template-columns:1fr 1fr;gap:12px}.btn-social{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;font-size:.9rem;font-weight:500;color:var(--text-primary);background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease}.btn-social:hover{background:var(--gray-50);border-color:var(--gray-300)}.btn-social svg{flex-shrink:0}.auth-switch{text-align:center;font-size:.9rem;color:var(--text-secondary);margin-top:24px}.auth-switch a{color:var(--primary-blue);font-weight:500}.auth-switch a:hover{text-decoration:underline}.checkbox-auth{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.checkbox-auth input[type=checkbox]{display:none}.checkbox-custom-auth{width:20px;height:20px;border:2px solid var(--border-light);border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.checkbox-auth input:checked+.checkbox-custom-auth{background:var(--primary-blue);border-color:var(--primary-blue)}.checkbox-auth input:checked+.checkbox-custom-auth:after{content:"";width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.checkbox-label{font-size:.85rem;color:var(--text-secondary);line-height:1.4}.checkbox-label a{color:var(--primary-blue)}.checkbox-label a:hover{text-decoration:underline}.auth-image-section{background:linear-gradient(135deg,#1e293be6,#1e293bb3),url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1280&q=80);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.auth-image-section.register-image{background:linear-gradient(135deg,#1e293be6,#1e293bb3),url(https://images.unsplash.com/photo-1564013799919-ab600027ffc6?w=1280&q=80);background-size:cover;background-position:center}.auth-image-overlay{padding:60px;max-width:500px}.auth-image-content h2{font-size:2rem;font-weight:700;color:var(--white);margin-bottom:16px}.auth-image-content p{font-size:1rem;color:#ffffffd9;line-height:1.6;margin-bottom:32px}.auth-stats{display:flex;gap:32px}.auth-stat{display:flex;flex-direction:column}.stat-number{font-size:1.5rem;font-weight:700;color:var(--white)}.stat-text{font-size:.85rem;color:#ffffffb3}.auth-features{display:flex;flex-direction:column;gap:16px}.auth-feature{display:flex;align-items:center;gap:12px}.feature-icon{width:32px;height:32px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.feature-icon svg{width:16px;height:16px;color:var(--white)}.auth-feature span{color:var(--white);font-size:.95rem}.otp-icon{width:64px;height:64px;background:var(--primary-blue-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.otp-icon svg{width:32px;height:32px;color:var(--primary-blue)}.otp-inputs{display:flex;justify-content:center;gap:12px}.otp-input{width:50px;height:56px;text-align:center;font-size:1.5rem;font-weight:600;color:var(--text-primary);background:var(--gray-50);border:2px solid var(--border-light);border-radius:var(--radius-md);transition:all .2s ease}.otp-input:focus{background:var(--white);border-color:var(--primary-blue);box-shadow:0 0 0 3px #2196f31a}.resend-otp{text-align:center;font-size:.9rem;color:var(--text-secondary);margin-top:20px}.resend-otp a{color:var(--primary-blue);font-weight:500}.resend-otp a:hover{text-decoration:underline}.resend-otp .countdown{color:var(--text-tertiary)}.btn-back-step{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px;padding:10px 20px;font-size:.9rem;color:var(--text-secondary);background:none;border:none;cursor:pointer;width:100%;transition:color .2s ease}.btn-back-step:hover{color:var(--text-primary)}.btn-back-step svg{width:18px;height:18px}@media(max-width:1024px){.auth-container{grid-template-columns:1fr}.auth-image-section{display:none}.auth-form-section{padding:24px}}@media(max-width:480px){.auth-title{font-size:1.5rem}.social-login{grid-template-columns:1fr}.auth-stats{flex-direction:column;gap:16px}.otp-input{width:42px;height:48px;font-size:1.25rem}.form-row{grid-template-columns:1fr}}.search-results-page{min-height:100vh;background:var(--bg-secondary)}.search-header{background:var(--white);padding:16px 0;box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}.search-header-container{display:flex;align-items:center;gap:24px}.header-search-bar{flex:1;max-width:500px;display:flex;align-items:center;gap:12px;padding:10px 16px;background:var(--gray-50);border:1px solid var(--border-light);border-radius:var(--radius-full);transition:all .2s ease}.header-search-bar:focus-within{background:var(--white);border-color:var(--primary-blue);box-shadow:0 0 0 3px #2196f31a}.header-search-bar svg{width:18px;height:18px;color:var(--text-tertiary);flex-shrink:0}.header-search-bar input{flex:1;border:none;background:none;font-size:.9rem;color:var(--text-primary);outline:none}.header-search-bar input::placeholder{color:var(--text-tertiary)}.search-nav-menu{display:flex;align-items:center;gap:24px}.search-main{padding:24px 0}.search-container{display:grid;grid-template-columns:280px 1fr;gap:24px}.search-content{display:flex;flex-direction:column;gap:20px}.search-results-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.results-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:4px}.results-count{font-size:.9rem;color:var(--text-secondary)}.save-search-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;font-size:.9rem;font-weight:500;color:var(--primary-blue);background:var(--primary-blue-light);border:none;border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;white-space:nowrap}.save-search-btn:hover{background:var(--primary-blue);color:var(--white)}.search-toolbar{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.sort-wrapper{display:flex;align-items:center;gap:8px}.sort-label{font-size:.875rem;color:var(--text-secondary)}.sort-select{padding:8px 32px 8px 12px;font-size:.875rem;color:var(--text-primary);background:var(--gray-50);border:1px solid var(--border-light);border-radius:var(--radius-md);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.sort-select:focus{outline:none;border-color:var(--primary-blue)}.view-toggle{display:flex;gap:4px}.view-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--gray-100);border:none;border-radius:var(--radius-sm);color:var(--text-tertiary);cursor:pointer;transition:all .2s ease}.view-btn:hover{background:var(--gray-200);color:var(--text-primary)}.view-btn.active{background:var(--primary-blue);color:var(--white)}.properties-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.properties-grid-v2.list-view{grid-template-columns:1fr}.search-footer{background:var(--gray-900);padding:20px 0;margin-top:40px}.search-footer-container{display:flex;justify-content:space-between;align-items:center}.search-footer .footer-copyright{font-size:.875rem;color:var(--gray-400)}.search-footer .footer-links{display:flex;gap:24px}.search-footer .footer-links a{font-size:.875rem;color:var(--gray-400);transition:color .2s ease}.search-footer .footer-links a:hover{color:var(--white)}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:32px}.page-btn{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--text-primary);background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease}.page-btn:hover:not(:disabled){border-color:var(--primary-blue);color:var(--primary-blue)}.page-btn.active{background:var(--primary-blue);border-color:var(--primary-blue);color:var(--white)}.page-btn svg{width:18px;height:18px}.property-card-v2{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:all .2s ease;cursor:pointer}.property-card-v2:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.property-card-v2 .property-image{position:relative;height:200px;overflow:hidden}.property-card-v2 .property-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.property-card-v2:hover .property-image img{transform:scale(1.05)}.property-type-badge{position:absolute;top:12px;left:12px;padding:4px 10px;font-size:.75rem;font-weight:500;background:var(--white);color:var(--text-primary);border-radius:var(--radius-full)}.property-card-v2 .property-content{padding:16px}.property-card-v2 .property-price{font-size:1.25rem;font-weight:700;color:var(--primary-blue);margin-bottom:8px}.property-card-v2 .property-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-card-v2 .property-location{display:flex;align-items:center;gap:6px;font-size:.875rem;color:var(--text-secondary);margin-bottom:12px}.property-card-v2 .property-location svg{width:14px;height:14px;flex-shrink:0}.property-card-v2 .property-features{display:flex;gap:16px;padding-top:12px;border-top:1px solid var(--border-light)}.property-card-v2 .property-feature{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--text-secondary)}.property-card-v2 .property-feature svg{width:16px;height:16px;color:var(--text-tertiary)}@media(max-width:1200px){.properties-grid-v2{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.search-container{grid-template-columns:1fr}.filters-sidebar{position:static;margin-bottom:24px}.search-header-container{flex-wrap:wrap}.header-search-bar{order:3;max-width:none;width:100%;margin-top:16px}.search-nav-menu{display:none}}@media(max-width:768px){.properties-grid-v2{grid-template-columns:1fr}.search-results-header{flex-direction:column}.search-toolbar{flex-direction:column;gap:12px;align-items:stretch}.view-toggle{justify-content:center}.search-footer-container{flex-direction:column;gap:16px;text-align:center}}.loading-container,.error-container,.empty-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.loading-spinner{width:48px;height:48px;border:4px solid var(--gray-200);border-top-color:var(--primary-blue);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-container p,.error-container p,.empty-container p{color:var(--text-secondary);font-size:.95rem;margin-top:8px}.error-container{color:var(--error)}.error-container .btn{margin-top:16px}.empty-container svg{color:var(--gray-400);margin-bottom:16px}.empty-container h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:8px}.listings-page{min-height:100vh;background:var(--bg-secondary)}.listings-container{max-width:1200px;margin:0 auto;padding:100px 24px 40px}.listings-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:16px}.listings-header-left h1{font-size:28px;font-weight:700;color:var(--text-primary);margin-bottom:4px}.listings-header-left p{font-size:14px;color:var(--text-secondary)}.listings-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.listings-stat-card{background:var(--white);border-radius:var(--radius-lg);padding:20px;display:flex;align-items:center;gap:16px;box-shadow:var(--shadow-sm);transition:all .2s ease}.listings-stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.stat-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.stat-icon.views{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1976d2}.stat-icon.active{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#388e3c}.stat-icon.pending{background:linear-gradient(135deg,#fff3e0,#ffe0b2);color:#f57c00}.stat-icon.expired{background:linear-gradient(135deg,#fce4ec,#f8bbd0);color:#c2185b}.stat-value{font-size:24px;font-weight:700;color:var(--text-primary)}.stat-label{font-size:13px;color:var(--text-secondary)}.listings-table-wrapper{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.listings-table-header{padding:20px;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.search-filter-row{display:flex;gap:12px;flex:1}.listings-page .search-box{display:flex;align-items:center;gap:8px;background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:10px 16px;flex:1;max-width:400px;transition:all .2s ease}.listings-page .search-box:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.listings-page .search-box svg{width:18px;height:18px;color:var(--text-tertiary);flex-shrink:0}.listings-page .search-box input{border:none;background:transparent;outline:none;font-size:14px;color:var(--text-primary);width:100%}.status-filter{padding:10px 16px;border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--white);font-size:14px;color:var(--text-primary);cursor:pointer;min-width:160px}.status-filter:focus{outline:none;border-color:var(--primary)}.listings-count{font-size:14px;color:var(--text-secondary)}.listings-table{width:100%;border-collapse:collapse}.listings-table th{text-align:left;padding:14px 20px;font-size:12px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;background:var(--bg-secondary);border-bottom:1px solid var(--border-light)}.listings-table td{padding:16px 20px;border-bottom:1px solid var(--border-light);vertical-align:middle}.listings-table tbody tr:hover{background:var(--bg-secondary)}.listing-cell{display:flex;align-items:center;gap:12px;cursor:pointer}.listing-thumb{width:64px;height:48px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.listing-info{display:flex;flex-direction:column;gap:2px;min-width:0}.listing-title{font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.listing-address{font-size:13px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500}.status-active{background:#dcfce7;color:#166534}.status-pending{background:#fef3c7;color:#92400e}.status-expired{background:#fee2e2;color:#991b1b}.status-rejected{background:#fce7f3;color:#9d174d}.status-inactive{background:#f3f4f6;color:#4b5563}.price-cell{font-weight:600;color:var(--primary)}.views-cell{color:var(--text-secondary)}.date-cell{font-size:13px;color:var(--text-secondary)}.action-buttons{display:flex;gap:8px}.action-btn{width:32px;height:32px;border-radius:var(--radius-sm);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.action-btn svg{width:16px;height:16px}.action-btn.view{background:#e0f2fe;color:#0284c7}.action-btn.view:hover{background:#0284c7;color:var(--white)}.action-btn.edit{background:#fef3c7;color:#d97706}.action-btn.edit:hover{background:#d97706;color:var(--white)}.action-btn.delete{background:#fee2e2;color:#dc2626}.action-btn.delete:hover{background:#dc2626;color:var(--white)}.action-btn.quick-sale{background:#fff7ed;color:#ea580c}.action-btn.quick-sale:hover{background:linear-gradient(135deg,#f97316,#ea580c);color:var(--white)}.listings-pagination{display:flex;justify-content:center;gap:8px;padding:20px;border-top:1px solid var(--border-light)}.pagination-btn{min-width:36px;height:36px;border-radius:var(--radius-sm);border:1px solid var(--border-light);background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;color:var(--text-primary);transition:all .2s ease}.pagination-btn svg{width:16px;height:16px}.pagination-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.pagination-btn.active{background:var(--primary);border-color:var(--primary);color:var(--white)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.listings-loading,.listings-error,.listings-empty{padding:60px 20px;text-align:center}.listings-loading .spinner{width:40px;height:40px;border:3px solid var(--border-light);border-top-color:var(--primary);border-radius:50%;margin:0 auto 16px;animation:spin 1s linear infinite}.listings-empty svg{width:80px;height:80px;color:var(--text-tertiary);margin-bottom:16px}.listings-empty h3{font-size:18px;color:var(--text-primary);margin-bottom:8px}.listings-empty p{color:var(--text-secondary);margin-bottom:20px}.listings-error p{color:var(--error);margin-bottom:16px}.delete-modal{max-width:420px}.delete-modal .modal-body{text-align:center}.delete-warning{width:60px;height:60px;background:#fef3c7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.delete-warning svg{width:32px;height:32px;color:#d97706}.listing-to-delete{margin:12px 0;color:var(--text-primary)}.delete-note{font-size:13px;color:var(--text-tertiary)}.auth-required-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px;text-align:center}.auth-required-message h2{font-size:24px;color:var(--text-primary);margin-bottom:8px}.auth-required-message p{color:var(--text-secondary)}@media(max-width:1024px){.listings-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.listings-container{padding:80px 16px 24px}.listings-page-header{flex-direction:column;align-items:stretch}.listings-stats-grid{grid-template-columns:1fr 1fr}.listings-table-header{flex-direction:column;align-items:stretch}.search-filter-row{flex-direction:column}.listings-page .search-box{max-width:none}.listings-table{display:block;overflow-x:auto}.listing-title,.listing-address{max-width:180px}}@media(max-width:480px){.listings-stats-grid{grid-template-columns:1fr}.listings-stat-card{padding:16px}.stat-value{font-size:20px}}.settings-page{min-height:100vh;background:var(--bg-secondary)}.settings-header{background:var(--white);padding:16px 0;box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}.settings-header-container{display:flex;align-items:center;justify-content:space-between}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.9rem}.breadcrumb a{color:var(--text-secondary);transition:color .2s}.breadcrumb a:hover{color:var(--primary-blue)}.breadcrumb .separator{color:var(--text-tertiary)}.breadcrumb .current{color:var(--text-primary);font-weight:500}.settings-main{padding:40px 0}.settings-layout{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start}.settings-sidebar{background:var(--white);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-sm);position:sticky;top:100px}.settings-user-card{text-align:center;padding-bottom:24px;border-bottom:1px solid var(--border-light);margin-bottom:24px}.settings-avatar-wrapper{position:relative;width:100px;height:100px;margin:0 auto 16px}.settings-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid var(--border-light)}.settings-avatar.clickable{cursor:pointer;transition:border-color .2s}.settings-avatar.clickable:hover{border-color:var(--primary-blue)}.settings-avatar-initials{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,var(--primary-blue),var(--primary-blue-hover));color:var(--white);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600}.avatar-edit-btn{position:absolute;bottom:0;right:0;width:32px;height:32px;background:var(--primary-blue);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid var(--white);cursor:pointer;transition:background .2s}.avatar-edit-btn:hover{background:var(--primary-blue-hover)}.avatar-edit-btn svg{width:14px;height:14px}.settings-user-name{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:4px}.settings-user-email{font-size:.875rem;color:var(--text-secondary);margin-bottom:12px}.btn-remove-avatar{font-size:.8rem;color:var(--error-red);background:none;border:none;cursor:pointer;transition:opacity .2s}.btn-remove-avatar:hover{opacity:.7}.settings-nav{display:flex;flex-direction:column;gap:4px}.settings-nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--radius-md);font-size:.9rem;color:var(--text-secondary);cursor:pointer;transition:all .2s;background:none;border:none;width:100%;text-align:left}.settings-nav-item:hover{background:var(--gray-100);color:var(--text-primary)}.settings-nav-item.active{background:var(--primary-blue-light);color:var(--primary-blue)}.settings-nav-item svg{width:20px;height:20px;flex-shrink:0}.settings-content{background:var(--white);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-sm)}.settings-message{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:var(--radius-md);margin-bottom:24px;font-size:.9rem}.settings-message svg{width:20px;height:20px;flex-shrink:0}.settings-message.success{background:var(--success-green-light);color:#166534}.settings-message.error{background:var(--error-light);color:#991b1b}.settings-section .section-header{margin-bottom:24px}.settings-section .section-header h2{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:4px}.settings-section .section-header p{font-size:.9rem;color:var(--text-secondary)}.settings-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.form-actions{display:flex;justify-content:flex-start;gap:12px;margin-top:8px}.input-wrapper-settings{position:relative}.input-wrapper-settings .form-input{padding-right:44px}.toggle-password-settings{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--text-tertiary);padding:4px;display:flex;align-items:center;justify-content:center}.toggle-password-settings:hover{color:var(--text-primary)}.toggle-password-settings svg{width:18px;height:18px}.btn-spinner{width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite;margin-right:8px}.security-card{display:flex;align-items:center;justify-content:space-between;padding:20px;background:var(--gray-50);border-radius:var(--radius-md);margin-bottom:16px}.security-card-header{display:flex;align-items:center;gap:16px}.security-card-icon{width:48px;height:48px;background:var(--white);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--primary-blue)}.security-card-icon svg{width:24px;height:24px}.security-card-info h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:4px}.security-card-info p{font-size:.875rem;color:var(--text-secondary)}.security-badge{padding:6px 12px;font-size:.8rem;font-weight:500;border-radius:var(--radius-full)}.security-badge.coming-soon{background:var(--gray-200);color:var(--text-secondary)}.danger-zone{margin-top:32px;padding-top:32px;border-top:1px solid var(--border-light)}.danger-zone h3{font-size:1rem;font-weight:600;color:var(--error-red);margin-bottom:16px}.danger-card{display:flex;align-items:center;justify-content:space-between;padding:20px;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-md)}.danger-info h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:4px}.danger-info p{font-size:.875rem;color:var(--text-secondary);max-width:400px}.modal-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.modal-icon.danger{background:#fef3c7}.modal-icon.danger svg{width:32px;height:32px;color:#d97706}.modal-header h3{text-align:center}.modal-body ul{margin:16px 0;padding-left:20px}.modal-body li{list-style:disc;margin-bottom:8px;color:var(--text-secondary);font-size:.9rem}.avatar-preview-overlay{background:#000000e6}.avatar-preview-container{position:relative;max-width:500px;text-align:center}.avatar-preview-close{position:absolute;top:-50px;right:0;background:none;border:none;color:var(--white);cursor:pointer;padding:8px;transition:opacity .2s}.avatar-preview-close:hover{opacity:.7}.avatar-preview-close svg{width:32px;height:32px}.avatar-preview-img{max-width:100%;max-height:70vh;border-radius:var(--radius-lg)}.avatar-preview-info{margin-top:16px;color:var(--white)}.avatar-preview-info h4{font-size:1.25rem;font-weight:600;margin-bottom:4px}.avatar-preview-info p{font-size:.9rem;opacity:.8}@media(max-width:1024px){.settings-layout{grid-template-columns:1fr}.settings-sidebar{position:static}.settings-nav{flex-direction:row;overflow-x:auto;gap:8px}.settings-nav-item{white-space:nowrap;flex-shrink:0}}@media(max-width:768px){.settings-header-container{flex-direction:column;gap:16px;align-items:flex-start}.settings-content{padding:24px 16px}.form-row{grid-template-columns:1fr}.security-card,.danger-card{flex-direction:column;gap:16px;text-align:center}.security-card-header{flex-direction:column}}.current-roles-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--border-light)}.current-roles-section h3{font-size:.9rem;font-weight:600;color:var(--text-secondary);margin-bottom:12px}.roles-badges{display:flex;flex-wrap:wrap;gap:8px}.role-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:var(--radius-full);font-size:.85rem;font-weight:500}.role-badge.active{background:linear-gradient(135deg,var(--primary-blue),#6366f1);color:var(--white)}.upgrade-options{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px}.upgrade-card{background:var(--gray-50);border:2px solid var(--border-light);border-radius:var(--radius-lg);padding:24px;transition:all .3s ease}.upgrade-card:hover:not(.has-role){border-color:var(--primary-blue);box-shadow:0 8px 24px #3b82f626;transform:translateY(-2px)}.upgrade-card.has-role{background:linear-gradient(135deg,#22c55e0d,#22c55e1a);border-color:var(--success-green)}.upgrade-card-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.upgrade-card-icon{width:56px;height:56px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.upgrade-card-icon.agent{background:linear-gradient(135deg,#3b82f6,#6366f1);color:var(--white)}.upgrade-card-icon.investor{background:linear-gradient(135deg,#f59e0b,#f97316);color:var(--white)}.upgrade-card-icon svg{width:28px;height:28px}.upgrade-card-info h4{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:4px}.upgrade-card-info p{font-size:.875rem;color:var(--text-secondary);line-height:1.5}.upgrade-card-benefits{margin-bottom:20px}.upgrade-card-benefits ul{list-style:none;padding:0;margin:0}.upgrade-card-benefits li{position:relative;padding-left:24px;margin-bottom:10px;font-size:.875rem;color:var(--text-secondary)}.upgrade-card-benefits li:before{content:"✓";position:absolute;left:0;color:var(--success-green);font-weight:700}.upgrade-card-action{display:flex;justify-content:center}.role-status-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:var(--radius-full);font-size:.9rem;font-weight:600}.role-status-badge.active{background:var(--success-green-light);color:#166534}.role-status-badge.pending{background:#fef3c7;color:#92400e}.role-status-badge svg{width:18px;height:18px}.request-history-section{margin-top:32px;padding-top:32px;border-top:1px solid var(--border-light)}.request-history-section h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:16px}.loading-spinner-container{display:flex;align-items:center;justify-content:center;gap:12px;padding:24px;color:var(--text-secondary)}.request-history-list{display:flex;flex-direction:column;gap:12px}.request-history-item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--gray-50);border-radius:var(--radius-md);gap:16px}.request-info{flex:1}.request-role{font-weight:600;color:var(--text-primary);margin-bottom:4px}.request-date{font-size:.8rem;color:var(--text-tertiary)}.rejection-reason{margin-top:8px;padding:8px 12px;background:#fef2f2;border-radius:var(--radius-sm);font-size:.8rem;color:#991b1b}.request-actions{display:flex;align-items:center;gap:12px}.request-status{padding:6px 12px;border-radius:var(--radius-full);font-size:.8rem;font-weight:500}.request-status.pending{background:#fef3c7;color:#92400e}.request-status.approved{background:var(--success-green-light);color:#166534}.request-status.rejected{background:#fef2f2;color:#991b1b}.btn-text-danger{background:none;border:none;color:var(--error-red);font-size:.85rem;cursor:pointer;padding:4px 8px;transition:opacity .2s}.btn-text-danger:hover:not(:disabled){opacity:.7}.btn-text-danger:disabled{opacity:.5;cursor:not-allowed}.role-request-modal{max-width:520px}.role-request-modal .modal-header{position:relative;text-align:center;padding-bottom:16px;border-bottom:1px solid var(--border-light)}.role-request-modal .modal-icon{width:64px;height:64px;border-radius:var(--radius-lg);margin:0 auto 16px}.role-request-modal .modal-icon.agent{background:linear-gradient(135deg,#3b82f6,#6366f1)}.role-request-modal .modal-icon.investor{background:linear-gradient(135deg,#f59e0b,#f97316)}.role-request-modal .modal-icon svg{width:32px;height:32px;color:var(--white)}.modal-close-btn{position:absolute;top:0;right:0;background:none;border:none;color:var(--text-tertiary);cursor:pointer;padding:8px;transition:color .2s}.modal-close-btn:hover{color:var(--text-primary)}.modal-close-btn svg{width:20px;height:20px}.modal-description{font-size:.9rem;color:var(--text-secondary);margin-bottom:20px;text-align:center}.form-label .optional{font-weight:400;color:var(--text-tertiary);font-size:.8rem;margin-left:6px}.form-group{position:relative}.char-count{position:absolute;bottom:8px;right:12px;font-size:.75rem;color:var(--text-tertiary)}@media(max-width:900px){.upgrade-options{grid-template-columns:1fr}}@media(max-width:768px){.request-history-item{flex-direction:column;align-items:flex-start}.request-actions{width:100%;justify-content:space-between;margin-top:12px;padding-top:12px;border-top:1px solid var(--border-light)}.upgrade-card-header{flex-direction:column;text-align:center}.upgrade-card-icon{margin:0 auto}}.chat-dropdown{position:absolute;top:100%;right:0;width:360px;max-height:480px;background:var(--white);border-radius:12px;box-shadow:0 12px 40px #00000026,0 4px 12px #0000001a;overflow:hidden;z-index:1000;animation:dropdownSlide .2s ease-out}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--gray-100)}.dropdown-header h3{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin:0}.dropdown-header .connection-status{font-size:.75rem;color:var(--gray-500);display:flex;align-items:center;gap:6px}.dropdown-header .connection-status:before{content:"";width:8px;height:8px;background:var(--gray-400);border-radius:50%}.dropdown-header .connection-status.online:before{background:#22c55e;box-shadow:0 0 6px #22c55e80}.dropdown-body{max-height:400px;overflow-y:auto}.dropdown-body::-webkit-scrollbar{width:6px}.dropdown-body::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.dropdown-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}.dropdown-loading .spinner{width:32px;height:32px;border:3px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}.dropdown-loading p{margin-top:12px;color:var(--gray-500);font-size:.9rem}.dropdown-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 20px;text-align:center}.dropdown-empty svg{width:48px;height:48px;color:var(--gray-300);margin-bottom:12px}.dropdown-empty p{color:var(--gray-500);font-size:.9rem;margin:0}.dropdown-list{padding:8px 0}.dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;transition:background .15s ease}.dropdown-item:hover{background:var(--gray-50)}.dropdown-item.unread{background:#3b82f60a}.dropdown-item.unread:hover{background:#3b82f614}.dropdown-item .item-avatar{position:relative;flex-shrink:0}.dropdown-item .item-avatar img,.dropdown-item .item-avatar .avatar-placeholder{width:48px;height:48px;border-radius:50%;object-fit:cover}.dropdown-item .avatar-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,#0369a1 100%);color:#fff;font-size:1rem;font-weight:600}.dropdown-item .item-content{flex:1;min-width:0}.dropdown-item .item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}.dropdown-item .item-name{font-size:.95rem;font-weight:500;color:var(--gray-800);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-item.unread .item-name{font-weight:600;color:var(--gray-900)}.dropdown-item .item-time{font-size:.75rem;color:var(--gray-500);flex-shrink:0}.dropdown-item.unread .item-time{color:var(--primary);font-weight:500}.dropdown-item .item-preview{display:flex;align-items:center;gap:8px}.dropdown-item .preview-text{flex:1;font-size:.85rem;color:var(--gray-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-item.unread .preview-text{color:var(--gray-700);font-weight:500}.dropdown-item .unread-badge{min-width:20px;height:20px;padding:0 6px;background:var(--primary);color:#fff;font-size:.7rem;font-weight:600;line-height:20px;text-align:center;border-radius:10px;flex-shrink:0}.chat-bubbles-container{position:fixed;bottom:0;right:0;z-index:9999;pointer-events:none}.chat-bubbles-container>*{pointer-events:auto}.chat-window{position:fixed;bottom:0;width:328px;background:var(--white);border-radius:8px 8px 0 0;box-shadow:0 -4px 24px #0000001f,0 -1px 6px #00000014;overflow:hidden;transition:all .2s ease}.chat-window.minimized{height:48px}.chat-window.active{height:420px}.chat-window-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:var(--white);border-bottom:1px solid var(--gray-100);cursor:pointer;transition:background .15s ease}.chat-window-header:hover{background:var(--gray-50)}.chat-window-header .header-user{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.chat-window-header .header-avatar{position:relative;flex-shrink:0}.chat-window-header .header-avatar img,.chat-window-header .header-avatar .avatar-placeholder{width:32px;height:32px;border-radius:50%;object-fit:cover}.chat-window-header .avatar-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,#0369a1 100%);color:#fff;font-size:.75rem;font-weight:600}.chat-window-header .online-dot{position:absolute;bottom:0;right:0;width:10px;height:10px;background:#22c55e;border:2px solid white;border-radius:50%}.chat-window-header .header-info{flex:1;min-width:0}.chat-window-header .header-name{display:block;font-size:.9rem;font-weight:600;color:var(--gray-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-window-header .header-status{display:block;font-size:.7rem;color:var(--gray-500)}.chat-window-header .header-actions{display:flex;align-items:center;gap:4px}.chat-window-header .action-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .15s ease}.chat-window-header .action-btn:hover{background:var(--gray-100)}.chat-window-header .action-btn svg{width:16px;height:16px;color:var(--gray-600)}.chat-window-header .action-btn.close:hover{background:#fee2e2}.chat-window-header .action-btn.close:hover svg{color:#ef4444}.chat-window-messages{height:calc(100% - 104px);overflow-y:auto;padding:12px;background:var(--white);display:flex;flex-direction:column;gap:8px}.chat-window-messages::-webkit-scrollbar{width:4px}.chat-window-messages::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:2px}.messages-loading,.messages-empty{flex:1;display:flex;align-items:center;justify-content:center}.messages-loading .spinner{width:24px;height:24px;border:3px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}.messages-empty p{font-size:.85rem;color:var(--gray-500);text-align:center}.message-item{display:flex;align-items:flex-end;gap:6px;max-width:85%}.message-item.sent{align-self:flex-end;flex-direction:row-reverse}.message-item.received{align-self:flex-start}.message-item .message-avatar img,.message-item .message-avatar .avatar-placeholder{width:24px;height:24px;border-radius:50%;object-fit:cover}.message-item .avatar-placeholder.small{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,#0369a1 100%);color:#fff;font-size:.6rem;font-weight:600}.message-item .message-bubble{padding:8px 12px;border-radius:18px;max-width:100%;word-wrap:break-word}.message-item.sent .message-bubble{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.message-item.received .message-bubble{background:var(--gray-100);color:var(--gray-900);border-bottom-left-radius:4px}.message-item .message-bubble p{margin:0;font-size:.9rem;line-height:1.4}.message-item .message-time{font-size:.65rem;color:var(--gray-400);flex-shrink:0;opacity:0;transition:opacity .15s ease}.message-item:hover .message-time{opacity:1}.message-item .deleted-text{font-style:italic;color:var(--gray-500);font-size:.85rem}.chat-window-input{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--white);border-top:1px solid var(--gray-100)}.chat-window-input input{flex:1;height:36px;padding:0 14px;background:var(--gray-100);border:none;border-radius:18px;font-size:.9rem;color:var(--gray-800);outline:none;transition:background .15s ease}.chat-window-input input:focus{background:var(--gray-50);box-shadow:inset 0 0 0 2px var(--primary)}.chat-window-input input::placeholder{color:var(--gray-400)}.chat-window-input button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .15s ease;color:var(--primary)}.chat-window-input button:hover:not(:disabled){background:#3b82f61a}.chat-window-input button:disabled{color:var(--gray-400);cursor:not-allowed}.chat-window-input button svg{width:20px;height:20px}.message-image{max-width:200px;max-height:200px;border-radius:10px;display:block;cursor:pointer;object-fit:cover;transition:opacity .15s}.message-image:hover{opacity:.9}.media-caption{margin:4px 0 0;font-size:.85rem;line-height:1.4}.message-file .file-link{display:flex;align-items:center;gap:8px;text-decoration:none;color:inherit;padding:4px 0}.message-file .file-link svg{width:28px;height:28px;flex-shrink:0;opacity:.8}.message-file .file-info{display:flex;flex-direction:column;min-width:0}.message-file .file-name{font-size:.85rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.message-file .file-size{font-size:.72rem;opacity:.7}.chat-window-input{display:flex;flex-direction:column;padding:8px 12px;background:var(--white);border-top:1px solid var(--gray-100);gap:6px}.input-row{display:flex;align-items:center;gap:6px}.input-row input{flex:1;height:36px;padding:0 14px;background:var(--gray-100);border:none;border-radius:18px;font-size:.9rem;color:var(--gray-800);outline:none;transition:background .15s ease}.input-row input:focus{background:var(--gray-50);box-shadow:inset 0 0 0 2px var(--primary)}.input-row input::placeholder{color:var(--gray-400)}.attach-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;color:var(--gray-500);transition:all .15s ease;flex-shrink:0}.attach-btn:hover{background:var(--gray-100);color:var(--primary)}.attach-btn svg{width:18px;height:18px}.input-row button[type=submit]{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .15s ease;color:var(--primary);flex-shrink:0}.input-row button[type=submit]:hover:not(:disabled){background:#3b82f61a}.input-row button[type=submit]:disabled{color:var(--gray-400);cursor:not-allowed}.input-row button[type=submit] svg{width:20px;height:20px}.media-preview-bar{display:flex;align-items:center;gap:8px;padding:6px 8px;background:var(--gray-50);border-radius:8px;border:1px solid var(--gray-200)}.preview-thumb{width:36px;height:36px;border-radius:6px;object-fit:cover;flex-shrink:0}.preview-file-icon{width:24px;height:24px;color:var(--primary);flex-shrink:0}.preview-name{flex:1;font-size:.8rem;color:var(--gray-700);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-cancel{width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:var(--gray-200);border:none;border-radius:50%;cursor:pointer;flex-shrink:0;transition:background .15s}.preview-cancel:hover{background:#fee2e2}.preview-cancel svg{width:12px;height:12px;color:var(--gray-600)}.spinner-small{width:16px;height:16px;border:2px solid var(--gray-300);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@media(max-width:768px){.chat-dropdown{position:fixed;top:60px;left:0;right:0;width:100%;max-height:calc(100vh - 60px);border-radius:0}.chat-window{left:0;right:0;width:100%}.chat-window.active{height:100vh;border-radius:0}}.favorite-button{display:inline-flex;align-items:center;justify-content:center;gap:4px;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;color:#6b7280;box-shadow:0 2px 8px #0000001a}.favorite-button:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px #00000026}.favorite-button:active{transform:scale(.95)}.favorite-button:disabled{cursor:not-allowed;opacity:.7}.favorite-button.small{width:28px;height:28px;padding:5px}.favorite-button.small .heart-icon{width:16px;height:16px}.favorite-button.medium{width:36px;height:36px;padding:7px}.favorite-button.medium .heart-icon{width:20px;height:20px}.favorite-button.large{width:44px;height:44px;padding:10px}.favorite-button.large .heart-icon{width:24px;height:24px}.favorite-button.favorited{color:#ef4444;background:#fef2f2}.favorite-button.favorited:hover{background:#fee2e2}.favorite-button.animating .heart-icon{animation:heartPop .3s ease-out}@keyframes heartPop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.heart-icon{transition:all .2s ease}.favorite-count{font-size:11px;font-weight:600;color:inherit}.favorite-button:has(.favorite-count){border-radius:16px;padding-left:8px;padding-right:10px;width:auto}.favorite-button.inline{background:transparent;box-shadow:none;border-radius:8px;padding:8px 12px;width:auto;gap:6px}.favorite-button.inline:hover,.favorite-button.inline.favorited{background:#fef2f2}.favorite-button.overlay{position:absolute;top:12px;right:12px;z-index:10}.favorite-button.dark{background:#00000080;color:#fff}.favorite-button.dark:hover{background:#000000b3}.favorite-button.dark.favorited{background:#ef4444e6;color:#fff}.rating-section{background:var(--white);border-radius:var(--radius-xl);padding:24px;box-shadow:var(--shadow-sm);margin-bottom:24px}.rating-section.loading{min-height:200px}.rating-title{display:flex;align-items:center;gap:8px;font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 20px}.rating-icon{font-size:1.25rem}.rating-overview{display:grid;grid-template-columns:auto 1fr;gap:32px;margin-bottom:24px}@media(max-width:576px){.rating-overview{grid-template-columns:1fr;gap:20px}}.rating-summary{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px 24px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:var(--radius-lg)}.rating-average{font-size:3rem;font-weight:700;color:#f59e0b;line-height:1;margin-bottom:8px}.rating-total{font-size:.875rem;color:var(--text-secondary);margin-top:4px}.stars-container{display:flex;gap:4px}.star{color:#e5e7eb;transition:all .15s ease}.star.filled{color:#f59e0b}.star.half{background:linear-gradient(90deg,#f59e0b 50%,#e5e7eb 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.star.sm{font-size:1rem}.star.md{font-size:1.25rem}.star.lg{font-size:1.75rem}.star.interactive{cursor:pointer}.star.interactive:hover{transform:scale(1.2);color:#f59e0b}.rating-breakdown{display:flex;flex-direction:column;gap:8px;justify-content:center}.rating-bar-row{display:flex;align-items:center;gap:12px}.rating-bar-label{width:28px;font-size:.875rem;color:var(--text-secondary);text-align:right}.rating-bar-track{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.rating-bar-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:4px;transition:width .5s ease}.rating-bar-count{width:36px;font-size:.75rem;color:var(--text-muted);text-align:left}.rating-action{border-top:1px solid var(--border-color);padding-top:20px}.rating-action-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.875rem;color:var(--text-secondary)}.btn-delete-rating{background:none;border:none;color:#dc2626;font-size:.75rem;cursor:pointer;padding:4px 8px;border-radius:var(--radius-sm);transition:background .2s}.btn-delete-rating:hover{background:#fee2e2}.rating-input{display:flex;align-items:center;gap:12px}.rating-input.disabled{opacity:.6;pointer-events:none}.rating-loading{font-size:.875rem;color:var(--text-muted)}.rating-login-prompt{text-align:center;padding:16px;background:#f8fafc;border-radius:var(--radius-md);font-size:.875rem;color:var(--text-secondary)}.rating-login-prompt a{color:var(--primary);font-weight:500}.rating-success{margin-top:12px;padding:12px 16px;background:#dcfce7;border-radius:var(--radius-md);color:#16a34a;font-size:.875rem;text-align:center;animation:slideInUp .3s ease}.rating-error{margin-top:12px;padding:12px 16px;background:#fee2e2;border-radius:var(--radius-md);color:#dc2626;font-size:.875rem;text-align:center}.rating-skeleton{display:flex;flex-direction:column;gap:12px}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.comment-section{background:var(--white);border-radius:var(--radius-xl);padding:24px;box-shadow:var(--shadow-sm);margin-bottom:24px}.comment-section.loading{min-height:300px}.comment-title{display:flex;align-items:center;gap:8px;font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 20px}.comment-icon{font-size:1.25rem}.comment-form{display:flex;gap:16px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--border-color)}.comment-form-avatar{flex-shrink:0}.comment-form-avatar img,.comment-form-avatar .avatar-placeholder{width:40px;height:40px;border-radius:50%;object-fit:cover}.comment-form-input{flex:1}.comment-form-input textarea{width:100%;padding:12px 16px;border:1px solid var(--border-color);border-radius:var(--radius-lg);font-size:.9375rem;resize:none;transition:border-color .2s,box-shadow .2s;font-family:inherit}.comment-form-input textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}.comment-form-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.char-count{font-size:.75rem;color:var(--text-muted)}.comment-form .btn-submit{padding:10px 20px;background:linear-gradient(135deg,var(--primary),#2563eb);color:#fff;border:none;border-radius:var(--radius-md);font-weight:500;cursor:pointer;transition:all .2s}.comment-form .btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.comment-form .btn-submit:disabled{opacity:.6;cursor:not-allowed}.comment-login-prompt{text-align:center;padding:20px;background:#f8fafc;border-radius:var(--radius-lg);margin-bottom:24px;font-size:.9375rem;color:var(--text-secondary)}.comment-login-prompt a{color:var(--primary);font-weight:500}.comment-list{display:flex;flex-direction:column;gap:20px}.comment-empty{text-align:center;padding:40px 20px;color:var(--text-muted);font-size:.9375rem}.comment-item{display:flex;gap:12px}.comment-item.reply{margin-left:52px;padding-left:16px;border-left:2px solid #e5e7eb}.comment-avatar{flex-shrink:0}.comment-avatar img,.comment-avatar .avatar-placeholder{width:40px;height:40px;border-radius:50%;object-fit:cover}.comment-item.reply .comment-avatar img,.comment-item.reply .comment-avatar .avatar-placeholder{width:32px;height:32px}.avatar-placeholder{background:linear-gradient(135deg,var(--primary),#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.comment-content{flex:1;min-width:0}.comment-header{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.comment-author{font-weight:600;color:var(--text-primary);font-size:.9375rem}.comment-time{font-size:.75rem;color:var(--text-muted)}.comment-edited{font-size:.75rem;color:var(--text-muted);font-style:italic}.comment-text{margin:0 0 12px;color:var(--text-secondary);font-size:.9375rem;line-height:1.6;word-wrap:break-word}.comment-actions{display:flex;gap:8px;flex-wrap:wrap}.comment-actions button{padding:4px 10px;border:none;background:#f1f5f9;border-radius:var(--radius-sm);font-size:.8125rem;cursor:pointer;transition:all .2s;color:var(--text-secondary)}.comment-actions button:hover{background:#e2e8f0}.btn-react.active{background:#dbeafe;color:var(--primary)}.btn-reply{color:var(--primary)!important}.btn-edit{color:#f59e0b!important}.btn-delete{color:#dc2626!important}.btn-delete:hover{background:#fee2e2!important}.btn-report{color:#6b7280!important}.reply-form{margin-top:12px;padding:12px;background:#f8fafc;border-radius:var(--radius-lg)}.reply-form textarea{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:.875rem;resize:none;font-family:inherit}.reply-form textarea:focus{outline:none;border-color:var(--primary)}.reply-actions{display:flex;gap:8px;margin-top:10px;justify-content:flex-end}.reply-actions .btn-submit{padding:8px 16px;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-md);font-size:.8125rem;cursor:pointer}.reply-actions .btn-submit:disabled{opacity:.6;cursor:not-allowed}.reply-actions .btn-cancel{padding:8px 16px;background:#e5e7eb;color:var(--text-secondary);border:none;border-radius:var(--radius-md);font-size:.8125rem;cursor:pointer}.comment-edit-form{margin-bottom:12px}.comment-edit-form textarea{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:.9375rem;resize:none;font-family:inherit}.comment-edit-form textarea:focus{outline:none;border-color:var(--primary)}.comment-edit-actions{display:flex;gap:8px;margin-top:10px}.comment-edit-actions .btn-save{padding:8px 16px;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-md);font-size:.8125rem;cursor:pointer}.comment-edit-actions .btn-cancel{padding:8px 16px;background:#e5e7eb;color:var(--text-secondary);border:none;border-radius:var(--radius-md);font-size:.8125rem;cursor:pointer}.comment-replies{margin-top:16px;display:flex;flex-direction:column;gap:16px}.btn-load-more{display:block;width:100%;padding:12px 24px;margin-top:20px;background:#f1f5f9;border:1px solid var(--border-color);border-radius:var(--radius-lg);color:var(--text-secondary);font-size:.9375rem;cursor:pointer;transition:all .2s}.btn-load-more:hover:not(:disabled){background:#e2e8f0;border-color:#cbd5e1}.btn-load-more:disabled{opacity:.6;cursor:not-allowed}.comment-error{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fee2e2;border-radius:var(--radius-md);color:#dc2626;font-size:.875rem;margin-bottom:16px}.comment-error button{background:none;border:none;color:#dc2626;font-size:1.25rem;cursor:pointer;padding:0;line-height:1}.report-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}.report-modal{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);max-width:480px;width:100%;max-height:90vh;overflow-y:auto;animation:scaleIn .2s ease}.report-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border-color)}.report-modal-header h4{margin:0;font-size:1.125rem;font-weight:600}.report-modal-header .btn-close{background:none;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;padding:0;line-height:1}.report-modal-body{padding:24px}.report-subtitle{margin:0 0 16px;font-size:.9375rem;color:var(--text-secondary)}.report-reasons{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px}@media(max-width:480px){.report-reasons{grid-template-columns:1fr}}.reason-option{display:flex;align-items:center;gap:10px;padding:12px 16px;border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--white);cursor:pointer;transition:all .2s}.reason-option:hover{border-color:var(--primary);background:#3b82f605}.reason-option.selected{border-color:var(--primary);background:#3b82f60d;box-shadow:0 0 0 2px #3b82f626}.reason-icon{font-size:1.25rem}.reason-label{font-size:.875rem;color:var(--text-primary)}.report-modal-body textarea{width:100%;padding:12px 16px;border:1px solid var(--border-color);border-radius:var(--radius-lg);font-size:.9375rem;resize:none;font-family:inherit}.report-modal-body textarea:focus{outline:none;border-color:var(--primary)}.report-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid var(--border-color);background:#f8fafc;border-radius:0 0 var(--radius-xl) var(--radius-xl)}.report-modal-footer .btn-cancel{padding:10px 20px;background:#e5e7eb;color:var(--text-secondary);border:none;border-radius:var(--radius-md);font-size:.9375rem;cursor:pointer}.report-modal-footer .btn-submit{padding:10px 20px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;border-radius:var(--radius-md);font-size:.9375rem;cursor:pointer;transition:all .2s}.report-modal-footer .btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.report-modal-footer .btn-submit:disabled{opacity:.6;cursor:not-allowed}.comment-skeleton{display:flex;flex-direction:column;gap:20px}.skeleton-comment{display:flex;gap:12px}.skeleton-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-content{flex:1;display:flex;flex-direction:column;gap:8px}.skeleton-line{height:12px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.property-detail-page{min-height:100vh;background:var(--bg-secondary, #f8fafc)}.detail-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0;position:sticky;top:0;z-index:100}.detail-header-container{display:flex;align-items:center;gap:2rem;max-width:1280px;margin:0 auto;padding:0 1.5rem}.detail-header .logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text-primary, #1e293b);font-weight:700;font-size:1.25rem}.detail-header .logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.header-search-bar{flex:1;max-width:400px;position:relative}.header-search-bar input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;background:#f8fafc;transition:all .2s}.header-search-bar input:focus{outline:none;border-color:#3b82f6;background:#fff}.header-search-bar svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#94a3b8}.search-nav-menu{display:flex;gap:1.5rem}.search-nav-menu .nav-link{color:#475569;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s}.search-nav-menu .nav-link:hover{color:#3b82f6}.header-actions{display:flex;gap:.75rem}.detail-loading,.detail-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.detail-loading .spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.detail-loading p{margin-top:1rem;color:#64748b}.detail-error h2{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem}.detail-error p{color:#64748b;margin-bottom:1.5rem}.detail-main{padding:2rem 0}.detail-main>.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:1.5rem;flex-wrap:wrap}.breadcrumb a{color:#3b82f6;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb .separator{color:#94a3b8}.breadcrumb .current{color:#64748b}.property-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.property-main-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.property-address{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9375rem}.property-address svg{flex-shrink:0;color:#3b82f6}.property-header-right{text-align:right}.property-main-price{font-size:1.75rem;font-weight:700;color:#16a34a}.property-price-sqft{color:#64748b;font-size:.875rem;margin-top:.25rem}.support-limit{margin-top:.5rem;font-size:.8rem;color:#16a34a;font-weight:500}.property-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.property-gallery-slider{margin-bottom:2rem}.gallery-main-slider{position:relative;width:100%;height:500px;border-radius:12px;overflow:hidden;cursor:pointer;background:#1e293b}.gallery-main-slider img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.gallery-main-slider:hover img{transform:scale(1.02)}.gallery-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;z-index:2}.slider-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #00000026;z-index:2}.slider-nav-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.slider-nav-btn.prev{left:1rem}.slider-nav-btn.next{right:1rem}.slider-nav-btn svg{color:#1e293b}.slider-counter{position:absolute;bottom:1rem;right:1rem;background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;z-index:2}.slider-zoom-hint{position:absolute;bottom:1rem;left:1rem;background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.75rem;display:flex;align-items:center;gap:.5rem;opacity:0;transition:opacity .2s;z-index:2}.gallery-main-slider:hover .slider-zoom-hint{opacity:1}.gallery-thumbnails{margin-top:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.thumbnails-track{display:flex;gap:.75rem;padding-bottom:.5rem}.thumbnail-item{flex-shrink:0;width:100px;height:75px;border-radius:8px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .2s;opacity:.6}.thumbnail-item:hover{opacity:1}.thumbnail-item.active{border-color:#3b82f6;opacity:1}.thumbnail-item img{width:100%;height:100%;object-fit:cover}.lightbox-overlay{position:fixed;inset:0;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .2s ease}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;width:48px;height:48px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10}.lightbox-close:hover{background:#fff3;transform:scale(1.1)}.lightbox-content{max-width:90vw;max-height:70vh;display:flex;flex-direction:column;align-items:center}.lightbox-content img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.lightbox-caption{margin-top:1rem;color:#fff;font-size:.9375rem;text-align:center}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.lightbox-nav:hover{background:#fff3}.lightbox-nav.prev{left:2rem}.lightbox-nav.next{right:2rem}.lightbox-counter{position:absolute;top:1.5rem;left:50%;transform:translate(-50%);color:#fff;font-size:1rem;font-weight:500}.lightbox-thumbnails{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;max-width:80vw;overflow-x:auto;padding:.5rem}.lightbox-thumb{flex-shrink:0;width:60px;height:45px;border-radius:6px;overflow:hidden;cursor:pointer;opacity:.5;border:2px solid transparent;transition:all .2s}.lightbox-thumb:hover{opacity:.8}.lightbox-thumb.active{opacity:1;border-color:#fff}.lightbox-thumb img{width:100%;height:100%;object-fit:cover}.property-stats{display:flex;gap:2rem;padding:1.5rem 2rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;flex-wrap:wrap}.stat-item{display:flex;align-items:center;gap:.75rem}.stat-item svg{width:24px;height:24px;color:#3b82f6}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:1.25rem;font-weight:700;color:#1e293b}.stat-label{font-size:.75rem;color:#64748b}.detail-content{display:grid;grid-template-columns:1fr 380px;gap:2rem}.detail-left{display:flex;flex-direction:column;gap:2rem}.detail-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.detail-section-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.property-description{color:#475569;line-height:1.7}.property-description p{margin-bottom:1rem}.property-description p:last-child{margin-bottom:0}.read-more-btn{display:inline-flex;align-items:center;gap:.5rem;color:#3b82f6;font-weight:500;background:none;border:none;cursor:pointer;padding:0;margin-top:1rem}.features-grid{display:flex;flex-wrap:wrap;gap:.75rem}.feature-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f1f5f9;border-radius:8px;font-size:.875rem;color:#475569}.feature-tag svg{width:16px;height:16px;color:#16a34a}.location-map{border-radius:8px;overflow:hidden}.map-placeholder{position:relative;height:300px;background:#f1f5f9}.map-placeholder img{width:100%;height:100%;object-fit:cover}.map-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.map-pin{display:flex;flex-direction:column;align-items:center;gap:.5rem}.map-pin svg{width:40px;height:40px;color:#ef4444}.map-pin span{background:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:500;box-shadow:0 2px 4px #0000001a}.open-maps-link{display:inline-flex;align-items:center;gap:.5rem;color:#3b82f6;text-decoration:none;font-size:.875rem;margin-top:1rem}.detail-right{display:flex;flex-direction:column;gap:1.5rem}.agent-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.agent-card .card-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.agent-info{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.agent-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover}.agent-avatar-placeholder{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;flex-shrink:0}.agent-avatar-placeholder svg{width:32px;height:32px;color:#fff}.agent-details{flex:1}.agent-name{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.agent-title{color:#64748b;font-size:.875rem;margin-bottom:.5rem}.agent-rating{display:flex;align-items:center;gap:.25rem;font-size:.875rem}.star-icon{width:14px;height:14px;color:#f59e0b}.reviews-count{color:#64748b;margin-left:.25rem}.agent-card .btn{width:100%;margin-top:.5rem}.request-form-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.form-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.request-form{display:flex;flex-direction:column;gap:.75rem}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:border-color .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6}.property-details-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.property-details-card .card-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.details-list{display:flex;flex-direction:column;gap:.75rem}.detail-row{display:flex;justify-content:space-between;align-items:center}.detail-label{color:#64748b;font-size:.875rem}.detail-value{color:#1e293b;font-weight:500;font-size:.875rem}.detail-value.status-active{color:#16a34a}.similar-section{margin-top:3rem}.similar-section .section-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}.similar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.similar-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s}.similar-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.similar-image{position:relative;aspect-ratio:16 / 10}.similar-image img{width:100%;height:100%;object-fit:cover}.new-badge{position:absolute;top:.75rem;left:.75rem;background:#16a34a;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.favorite-btn-v2{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a}.favorite-btn-v2 svg{color:#64748b}.similar-content{padding:1rem}.similar-price{font-size:1.125rem;font-weight:700;color:#16a34a;margin-bottom:.25rem}.similar-stats{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#64748b;margin-bottom:.5rem}.similar-stats .dot{color:#cbd5e1}.similar-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.similar-location{font-size:.8125rem;color:#64748b}.detail-footer{background:#1e293b;color:#fff;padding:2rem 0;margin-top:4rem}.detail-footer-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff;font-weight:700}.footer-logo .logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:6px;display:flex;align-items:center;justify-content:center}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#94a3b8;text-decoration:none;font-size:.875rem}.footer-links a:hover{color:#fff}.footer-copyright{color:#64748b;font-size:.8125rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-outline{background:transparent;border:1px solid #e2e8f0;color:#475569}.btn-full{width:100%}@media(max-width:1024px){.gallery-main-slider{height:400px}.detail-content{grid-template-columns:1fr}.similar-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.detail-header-container{flex-wrap:wrap;gap:1rem}.header-search-bar{order:3;max-width:100%;flex:0 0 100%}.search-nav-menu{display:none}.property-header{flex-direction:column;gap:1rem}.property-header-right{text-align:left}.property-stats{gap:1rem;padding:1rem}.stat-item{flex:1 1 calc(50% - .5rem)}.similar-grid{grid-template-columns:1fr}.gallery-main-slider{height:280px}.slider-nav-btn{width:40px;height:40px}.slider-nav-btn.prev{left:.5rem}.slider-nav-btn.next{right:.5rem}.thumbnail-item{width:80px;height:60px}.lightbox-overlay{padding:1rem}.lightbox-nav{width:44px;height:44px}.lightbox-nav.prev{left:.5rem}.lightbox-nav.next{right:.5rem}.lightbox-thumbnails{max-width:95vw}.lightbox-thumb{width:50px;height:40px}}.property-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge-featured{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.badge-status{background:#e2e8f0;color:#475569}.badge-status.badge-active{background:#dcfce7;color:#16a34a}.badge-status.badge-pending{background:#fef3c7;color:#d97706}.badge-status.badge-sold{background:#fee2e2;color:#dc2626}.badge-owner{background:#ede9fe;color:#7c3aed}.property-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.75rem}.meta-item{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:#64748b}.meta-item svg{color:#94a3b8}.support-limit{margin-top:.5rem;padding:.375rem .75rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;font-size:.8125rem;font-weight:500;border-radius:6px;display:inline-block}.gallery-nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 1rem;pointer-events:none}.nav-btn{width:44px;height:44px;border-radius:50%;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;transition:all .2s;box-shadow:0 2px 8px #00000026}.nav-btn:hover{background:#fff;transform:scale(1.1)}.nav-btn svg{color:#1e293b}.image-counter{position:absolute;bottom:1rem;right:1rem;background:#0009;color:#fff;padding:.375rem .75rem;border-radius:6px;font-size:.8125rem}.image-caption{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(transparent,#0009);color:#fff;font-size:.875rem}.show-more-btn{display:flex;align-items:center;justify-content:center;background:#0009;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s}.show-more-btn:hover{background:#000c}.detail-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}.tab-btn{padding:.75rem 1.25rem;background:transparent;border:none;border-radius:8px 8px 0 0;font-size:.9375rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s;position:relative}.tab-btn:hover{color:#3b82f6;background:#f8fafc}.tab-btn.active{color:#3b82f6;background:#fff}.tab-btn.active:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:2px;background:#3b82f6}.property-features{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.property-features h3{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.property-features .features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.feature-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#f8fafc;border-radius:8px}.feature-label{font-size:.75rem;color:#64748b}.feature-value{font-size:.9375rem;font-weight:600;color:#1e293b}.property-video{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.property-video h3{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.units-list{display:flex;flex-direction:column;gap:1rem}.unit-card{border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;transition:all .2s}.unit-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.unit-card.sold{opacity:.6;background:#f8fafc}.unit-card.reserved{border-color:#f59e0b;background:#fffbeb}.unit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.unit-code{font-size:1.125rem;font-weight:600;color:#1e293b}.unit-status{padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600}.unit-status.status-available{background:#dcfce7;color:#16a34a}.unit-status.status-reserved{background:#fef3c7;color:#d97706}.unit-status.status-sold{background:#fee2e2;color:#dc2626}.unit-details{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.unit-detail{display:flex;flex-direction:column;gap:.125rem}.unit-detail .label{font-size:.75rem;color:#64748b}.unit-detail .value{font-size:.875rem;font-weight:600;color:#1e293b}.unit-detail .value.price{color:#16a34a}.unit-description{margin-top:1rem;padding-top:.75rem;border-top:1px solid #e2e8f0;font-size:.875rem;color:#64748b}.no-data{text-align:center;color:#64748b;padding:2rem}.location-info{margin-bottom:1.5rem}.address-full{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#f8fafc;border-radius:8px;margin-bottom:1rem}.address-full svg{color:#3b82f6;flex-shrink:0;margin-top:.125rem}.address-full span{font-size:.9375rem;color:#1e293b;line-height:1.5}.location-details{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.loc-item{display:flex;flex-direction:column;gap:.25rem}.loc-label{font-size:.75rem;color:#64748b}.loc-value{font-size:.875rem;font-weight:500;color:#1e293b}.location-map{border-radius:12px;overflow:hidden;margin-bottom:1rem}.location-map iframe{display:block}.location-map .map-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;background:#f1f5f9;color:#64748b}.location-map .map-placeholder svg{width:48px;height:48px;color:#94a3b8;margin-bottom:.5rem}.share-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.share-card .card-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.share-buttons{display:flex;gap:.75rem}.share-btn{width:44px;height:44px;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.share-btn.facebook{background:#1877f2;color:#fff}.share-btn.twitter{background:#1da1f2;color:#fff}.share-btn.zalo{background:#0068ff;color:#fff;font-size:.75rem;font-weight:700}.share-btn.copy{background:#f1f5f9;color:#475569}.share-btn.report{background:#fef2f2;color:#dc2626}.share-btn.report:hover{background:#fee2e2}.share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.status-active{color:#16a34a!important}.status-pending{color:#d97706!important}.status-sold{color:#dc2626!important}.status-expired{color:#64748b!important}@media(max-width:768px){.property-badges{margin-bottom:.5rem}.property-meta{gap:.75rem}.detail-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.75rem}.tab-btn{white-space:nowrap;padding:.5rem 1rem;font-size:.875rem}.location-details{grid-template-columns:1fr}.unit-details{grid-template-columns:repeat(2,1fr)}.property-features .features-grid{grid-template-columns:1fr 1fr}.share-buttons{flex-wrap:wrap}}.inquiry-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-top:1rem}.inquiry-card .card-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.inquiry-card .card-title svg{color:#3b82f6}.inquiry-form{display:flex;flex-direction:column;gap:.75rem}.inquiry-form .form-group{position:relative}.inquiry-form .form-input{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;transition:all .2s;background:#f8fafc}.inquiry-form .form-input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.inquiry-form .form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;transition:all .2s;background:#f8fafc;resize:vertical;min-height:100px;font-family:inherit}.inquiry-form .form-textarea:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.inquiry-form .char-count{position:absolute;bottom:.5rem;right:.75rem;font-size:.75rem;color:#94a3b8}.inquiry-form .form-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem}.inquiry-form .form-error svg{width:18px;height:18px;flex-shrink:0}.inquiry-form .btn{margin-top:.5rem}.inquiry-form .btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}.inquiry-hint{text-align:center;font-size:.8125rem;color:#94a3b8;margin-top:.75rem}.inquiry-success{text-align:center;padding:1rem 0}.inquiry-success .success-icon{width:64px;height:64px;margin:0 auto 1rem;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:50%;display:flex;align-items:center;justify-content:center}.inquiry-success .success-icon svg{width:32px;height:32px;color:#16a34a}.inquiry-success h4{font-size:1.125rem;font-weight:600;color:#16a34a;margin-bottom:.5rem}.inquiry-success p{font-size:.9375rem;color:#64748b;margin-bottom:1.5rem}.post-property-page{min-height:100vh;background:var(--bg-secondary)}.progress-steps{display:flex;align-items:flex-start;justify-content:center;margin-bottom:32px;padding:24px 16px;background:var(--gray-50);border-radius:var(--radius-md);overflow-x:auto}.progress-step{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;flex-shrink:0;padding:0 20px}.progress-step .step-number{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem;background:var(--gray-200);color:var(--text-tertiary);transition:all .3s ease;position:relative;z-index:2}.progress-step.active .step-number{background:var(--primary-blue);color:var(--white);box-shadow:0 0 0 4px #2196f333}.progress-step.completed .step-number{background:var(--success-green);color:var(--white)}.progress-step .step-name{font-size:.7rem;color:var(--text-secondary);font-weight:500;text-align:center;max-width:70px;line-height:1.3}.progress-step.active .step-name{color:var(--primary-blue);font-weight:600}.progress-step .step-line{position:absolute;top:18px;left:calc(50% + 38px);width:40px;height:3px;background:var(--gray-200);border-radius:2px;z-index:1}.progress-step.completed .step-line{background:var(--success-green)}.alert{display:flex;align-items:center;gap:12px;padding:16px;border-radius:var(--radius-md);margin-bottom:24px;font-size:.9rem}.alert svg{width:20px;height:20px;flex-shrink:0}.alert-error{background:var(--error-light);color:var(--error-red);border:1px solid rgba(239,68,68,.2)}.alert-success{background:var(--success-green-light);color:var(--success-green);border:1px solid rgba(34,197,94,.2)}.form-content{margin-bottom:32px}.form-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:24px;border-top:1px solid var(--border-light)}.review-section{background:var(--gray-50);border-radius:var(--radius-md);padding:24px;margin-bottom:24px}.review-section h4{margin-bottom:16px;font-weight:600;color:var(--text-primary)}.post-header{background:var(--white);padding:16px 0;box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}.post-header-container{display:flex;align-items:center;justify-content:space-between}.post-nav-menu{display:flex;align-items:center;gap:32px}.post-nav-menu .nav-link{font-size:.9rem;font-weight:500;color:var(--text-secondary);transition:color .2s ease}.post-nav-menu .nav-link:hover{color:var(--primary-blue)}.user-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;cursor:pointer}.user-avatar img{width:100%;height:100%;object-fit:cover}.post-main{padding:40px 0}.post-form-container{max-width:800px;margin:0 auto;background:var(--white);border-radius:var(--radius-lg);padding:40px;box-shadow:var(--shadow-sm)}.post-form-header{text-align:center;margin-bottom:32px}.form-badge{display:inline-block;padding:6px 16px;font-size:.75rem;font-weight:600;color:var(--primary-blue);background:var(--primary-blue-light);border-radius:var(--radius-full);letter-spacing:.5px;margin-bottom:16px}.form-main-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:8px}.form-subtitle{font-size:.95rem;color:var(--text-secondary)}.progress-section{margin-bottom:40px;padding:20px;background:var(--gray-50);border-radius:var(--radius-md)}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.progress-label{font-size:.8rem;font-weight:600;color:var(--text-primary);letter-spacing:.5px}.progress-percent{font-size:.8rem;color:var(--text-secondary)}.progress-bar{width:100%;height:8px;background:var(--gray-200);border-radius:var(--radius-full);overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary-blue),#60a5fa);border-radius:var(--radius-full);transition:width .3s ease}.form-section{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid var(--border-light)}.form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-icon-title{display:flex;align-items:center;gap:12px;margin-bottom:20px}.section-header-row .section-icon-title{margin-bottom:0}.section-icon{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.section-icon svg{width:20px;height:20px}.section-icon.blue{background:var(--primary-blue-light);color:var(--primary-blue)}.section-icon.green{background:var(--success-green-light);color:var(--success-green)}.section-icon.purple{background:#f3e8ff;color:#9333ea}.section-heading{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.tips-link{font-size:.85rem;color:var(--primary-blue)}.tips-link:hover{text-decoration:underline}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}.input-with-prefix{position:relative;display:flex;align-items:center}.input-prefix{position:absolute;left:14px;font-size:.95rem;font-weight:500;color:var(--text-tertiary)}.input-with-prefix .form-control{padding-left:32px}.form-control{width:100%;padding:12px 14px;font-size:.95rem;color:var(--text-primary);background:var(--gray-50);border:1px solid var(--border-light);border-radius:var(--radius-md);transition:all .2s ease}.form-control:focus{outline:none;background:var(--white);border-color:var(--primary-blue);box-shadow:0 0 0 3px #2196f31a}.form-hint{font-size:.8rem;color:var(--text-tertiary);margin-top:6px}.checkbox-inline{display:flex;align-items:flex-start;gap:12px;padding:16px;background:var(--gray-50);border-radius:var(--radius-md);cursor:pointer;transition:background .2s ease}.checkbox-inline:hover{background:var(--gray-100)}.checkbox-inline input[type=checkbox]{display:none}.checkbox-custom-inline{width:20px;height:20px;border:2px solid var(--border-light);border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background:var(--white);margin-top:2px}.checkbox-inline input:checked+.checkbox-custom-inline{background:var(--primary-blue);border-color:var(--primary-blue)}.checkbox-inline input:checked+.checkbox-custom-inline:after{content:"";width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.checkbox-text{display:flex;flex-direction:column;gap:4px}.checkbox-main{font-size:.9rem;font-weight:500;color:var(--text-primary)}.checkbox-sub{font-size:.8rem;color:var(--text-secondary)}.upload-zone{border:2px dashed var(--border-light);border-radius:var(--radius-lg);padding:40px 20px;text-align:center;cursor:pointer;transition:all .2s ease;margin-bottom:20px}.upload-zone:hover{border-color:var(--primary-blue);background:var(--primary-blue-light)}.upload-icon{width:48px;height:48px;background:var(--gray-100);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.upload-icon svg{width:24px;height:24px;color:var(--text-tertiary)}.upload-text{font-size:.95rem;font-weight:500;color:var(--text-primary);margin-bottom:4px}.upload-hint{font-size:.8rem;color:var(--text-tertiary)}.uploaded-images-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.uploaded-image-item{position:relative;aspect-ratio:4/3;border-radius:var(--radius-md);overflow:hidden}.uploaded-image-item img{width:100%;height:100%;object-fit:cover}.cover-badge{position:absolute;top:8px;left:8px;padding:4px 8px;font-size:.65rem;font-weight:600;color:var(--white);background:var(--primary-blue);border-radius:var(--radius-sm);letter-spacing:.5px}.remove-image-btn{position:absolute;top:8px;right:8px;width:24px;height:24px;background:#0009;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease}.uploaded-image-item:hover .remove-image-btn{opacity:1}.remove-image-btn svg{width:14px;height:14px;color:var(--white)}.uploading-placeholder{aspect-ratio:4/3;border:2px dashed var(--border-light);border-radius:var(--radius-md);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--text-tertiary);font-size:.8rem}.upload-spinner{width:24px;height:24px;border:2px solid var(--gray-200);border-top-color:var(--primary-blue);border-radius:50%;animation:spin .6s linear infinite}.documents-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.document-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--gray-50);border-radius:var(--radius-md)}.document-icon{width:40px;height:40px;background:#ef4444;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.document-icon svg{width:20px;height:20px;color:var(--white)}.document-info{flex:1;display:flex;flex-direction:column;gap:2px}.document-name{font-size:.9rem;font-weight:500;color:var(--text-primary)}.document-meta{font-size:.8rem;color:var(--text-tertiary)}.document-actions{display:flex;gap:8px}.doc-action-btn{padding:6px 12px;font-size:.8rem;font-weight:500;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease}.doc-action-btn.remove{background:var(--error-light);color:var(--error-red)}.doc-action-btn.remove:hover{background:var(--error-red);color:var(--white)}.doc-action-btn.view{background:var(--gray-200);color:var(--text-primary)}.doc-action-btn.view:hover{background:var(--gray-300)}.upload-doc-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px;font-size:.9rem;color:var(--text-secondary);background:var(--white);border:2px dashed var(--border-light);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease}.upload-doc-btn:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.upload-doc-btn svg{width:20px;height:20px}.form-footer{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:32px;border-top:1px solid var(--border-light)}.form-footer-right{display:flex;gap:12px}.btn-back{display:flex;align-items:center;gap:8px}.btn-back svg,.form-footer-right .btn-primary svg{width:18px;height:18px}.form-footer-right .btn-primary{display:flex;align-items:center;gap:8px}.role-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.role-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 16px;background:var(--gray-50);border:2px solid var(--border-light);border-radius:var(--radius-lg);cursor:pointer;transition:all .3s ease}.role-card:hover{border-color:var(--primary-blue);background:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-md)}.role-card.selected{border-color:var(--primary-blue);background:var(--primary-blue-light)}.role-card input[type=radio]{position:absolute;opacity:0}.role-icon{font-size:2.5rem;margin-bottom:12px}.role-label{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:6px}.role-desc{font-size:.8rem;color:var(--text-secondary);line-height:1.4}.role-card.locked{opacity:.6;cursor:not-allowed;background:var(--gray-100);border-style:dashed}.role-card.locked:hover{transform:none;box-shadow:none;border-color:var(--border-light)}.role-locked-badge{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:6px 12px;font-size:.75rem;font-weight:600;color:var(--text-tertiary);background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-full)}.role-locked-badge svg{flex-shrink:0}.upgrade-hint{display:flex;gap:16px;padding:20px;background:linear-gradient(135deg,#fef3c7,#fef9c3);border:1px solid #fcd34d;border-radius:var(--radius-lg);margin-top:16px;margin-bottom:8px}.upgrade-hint-icon{font-size:1.5rem;flex-shrink:0}.upgrade-hint-content{flex:1}.upgrade-hint-content p{margin:0 0 8px;font-size:.9rem;color:#92400e}.upgrade-hint-content p:last-of-type{margin-bottom:16px}.upgrade-hint-content .btn-sm{padding:8px 16px;font-size:.85rem}.unit-card{background:var(--gray-50);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:24px;margin-bottom:20px;transition:all .3s ease}.unit-card:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-sm)}.unit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--border-light)}.unit-header h4{font-size:1rem;font-weight:600;color:var(--primary-blue);margin:0}.btn-remove{padding:6px 12px;font-size:.8rem;font-weight:500;color:var(--error-red);background:var(--error-light);border:none;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease}.btn-remove:hover{background:var(--error-red);color:var(--white)}.image-mode-toggle{display:flex;gap:12px;margin-bottom:16px}.image-mode-toggle .mode-btn{flex:1;padding:12px 16px;font-size:.9rem;font-weight:500;color:var(--text-secondary);background:var(--gray-50);border:2px solid var(--border-light);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.image-mode-toggle .mode-btn:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.image-mode-toggle .mode-btn.active{background:var(--primary-blue-light);border-color:var(--primary-blue);color:var(--primary-blue);font-weight:600}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-bottom:12px}.image-preview-item{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/3}.image-preview-item img{width:100%;height:100%;object-fit:cover}.image-preview-item .remove-btn{position:absolute;top:6px;right:6px;width:24px;height:24px;background:#ef4444e6;color:#fff;border:none;border-radius:50%;font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.image-preview-item:hover .remove-btn{opacity:1}.image-preview-item .primary-badge{position:absolute;bottom:6px;left:6px;padding:3px 8px;font-size:.65rem;font-weight:600;color:var(--white);background:var(--primary-blue);border-radius:var(--radius-sm)}.review-grid{display:grid;grid-template-columns:150px 1fr;gap:12px;font-size:.9rem}.review-grid>span:nth-child(odd){color:var(--text-tertiary);font-weight:500}.review-grid>span:nth-child(2n){color:var(--text-primary)}.review-grid .price-text{color:var(--error-red);font-weight:600}.loading-spinner{width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:var(--primary-blue);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 16px}.btn{padding:12px 24px;font-size:.95rem;font-weight:600;border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:linear-gradient(135deg,var(--primary-blue),#1976d2);color:var(--white)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#1976d2,#1565c0);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-outline{background:var(--white);color:var(--text-primary);border:1px solid var(--border-light)}.btn-outline:hover{border-color:var(--primary-blue);color:var(--primary-blue)}@media(max-width:768px){.post-form-container{padding:24px 16px}.form-grid{grid-template-columns:1fr}.uploaded-images-grid{grid-template-columns:repeat(2,1fr)}.post-nav-menu{display:none}.form-footer{flex-direction:column;gap:16px}.form-footer-right{width:100%}.form-footer-right .btn{flex:1}.role-selector{grid-template-columns:1fr}.progress-steps{justify-content:flex-start;padding:16px 12px;gap:0}.progress-step .step-name{font-size:.6rem;max-width:50px}.progress-step .step-number{width:30px;height:30px;font-size:.75rem}.progress-step .step-line{width:24px;top:15px;left:calc(50% + 15px)}.review-grid{grid-template-columns:1fr}.review-grid>span:nth-child(odd){margin-top:8px}.unit-card{padding:16px}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.model-selector{flex-direction:column}}.model-selector{display:flex;gap:16px;margin-bottom:8px}.model-option{flex:1;display:flex;align-items:center;padding:16px 20px;background:var(--gray-50);border:2px solid var(--border-light);border-radius:var(--radius-lg);cursor:pointer;transition:all .3s ease}.model-option:hover{border-color:var(--primary-blue);background:var(--white);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.model-option.active{border-color:var(--primary-blue);background:var(--primary-blue-light);box-shadow:0 0 0 3px #2196f326}.model-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.model-option-content{display:flex;align-items:center;gap:14px}.model-icon{font-size:1.75rem;flex-shrink:0}.model-option-content div{display:flex;flex-direction:column;gap:3px}.model-option-content strong{font-size:.95rem;font-weight:600;color:var(--text-primary)}.model-option-content small{font-size:.8rem;color:var(--text-secondary)}.modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.quick-sale-modal{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.quick-sale-modal .modal-header{position:relative;text-align:center;padding:2rem 2rem 1.5rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.quick-sale-modal .modal-icon{width:64px;height:64px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.quick-sale-modal .modal-icon svg{width:32px;height:32px}.quick-sale-modal .modal-header h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.quick-sale-modal .modal-header p{font-size:.875rem;opacity:.9}.quick-sale-modal .modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;background:#fff3;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.quick-sale-modal .modal-close:hover{background:#ffffff4d}.quick-sale-modal .modal-close svg{width:18px;height:18px;color:#fff}.quick-sale-modal .modal-body{padding:1.5rem 2rem}.listing-preview{background:#f8fafc;border-radius:12px;padding:1rem;margin-bottom:1.5rem;border-left:4px solid #f97316}.listing-preview h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;line-height:1.4}.listing-preview .original-price{font-size:.875rem;color:#64748b}.listing-preview .original-price strong{color:#3b82f6}.error-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem;margin-bottom:1.5rem}.error-message svg{width:18px;height:18px;flex-shrink:0}.quick-sale-modal .form-group{margin-bottom:1.5rem}.quick-sale-modal .form-group label{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.label-icon{font-size:1.125rem}.slider-group{display:flex;align-items:center;gap:1rem}.slider{flex:1;appearance:none;-webkit-appearance:none;height:8px;background:#e2e8f0;border-radius:4px;outline:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #f9731666;transition:transform .2s}.slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.slider-value{min-width:50px;padding:.5rem .75rem;background:#fff7ed;color:#ea580c;font-weight:700;font-size:.9375rem;border-radius:8px;text-align:center}.discount-preview{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;padding:.75rem 1rem;background:#f0fdf4;border-radius:8px;font-size:.875rem}.discount-preview span{color:#64748b}.discounted-price{color:#16a34a;font-size:1rem}.form-hint{margin-top:.5rem;font-size:.8125rem;color:#64748b}.duration-options{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.duration-btn{padding:.75rem;border:2px solid #e2e8f0;border-radius:10px;background:#fff;font-size:.875rem;font-weight:600;color:#475569;cursor:pointer;transition:all .2s}.duration-btn:hover{border-color:#f97316;color:#f97316}.duration-btn.active{border-color:#f97316;background:#fff7ed;color:#ea580c}.summary-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.summary-card h4{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px dashed #e2e8f0}.summary-row:last-child{border-bottom:none}.summary-row span{color:#64748b;font-size:.875rem}.summary-row strong{font-size:1rem;color:#1e293b}.text-orange{color:#f97316!important}.text-green{color:#16a34a!important}.modal-actions{display:flex;gap:1rem}.modal-actions .btn{flex:1;padding:1rem;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.modal-actions .btn-outline{background:#fff;border:2px solid #e2e8f0;color:#64748b}.modal-actions .btn-outline:hover{border-color:#cbd5e1;background:#f8fafc}.modal-actions .btn-quick-sale{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#f97316,#ea580c);border:none;color:#fff}.modal-actions .btn-quick-sale:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.modal-actions .btn-quick-sale:disabled{opacity:.7;cursor:not-allowed}.modal-actions .btn-quick-sale svg{width:18px;height:18px}.spinner-small{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.quick-sale-modal .modal-footer{padding:1rem 2rem 1.5rem;background:#f8fafc;border-top:1px solid #e2e8f0}.quick-sale-modal .modal-footer p{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.8125rem;color:#64748b;text-align:center}.quick-sale-modal .modal-footer svg{width:16px;height:16px;flex-shrink:0;color:#3b82f6}@media(max-width:480px){.quick-sale-modal{max-height:100vh;border-radius:16px 16px 0 0;margin-top:auto}.duration-options{grid-template-columns:repeat(2,1fr)}.modal-actions{flex-direction:column}}.agents-page{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc}.agents-main{flex:1;padding:2rem 0 4rem}.page-header{display:flex;justify-content:space-between;align-items:center;padding:3rem;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:16px;margin-bottom:2rem;color:#fff}.header-content h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.header-content p{font-size:1rem;opacity:.9}.header-stats .stat-box{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:12px;text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700}.stat-label{font-size:.875rem;opacity:.9}.search-section{margin-bottom:2rem}.search-form{display:flex;gap:1rem;background:#fff;padding:.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.search-input-wrapper{flex:1;display:flex;align-items:center;gap:.75rem;padding:0 1rem}.search-input-wrapper svg{width:20px;height:20px;color:#94a3b8;flex-shrink:0}.search-input-wrapper input{flex:1;border:none;outline:none;font-size:1rem;color:#1e293b;background:transparent}.search-input-wrapper input::placeholder{color:#94a3b8}.search-form .btn-primary{padding:.875rem 2rem;border-radius:8px}.agents-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.agent-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;display:flex;flex-direction:column;border:1px solid #e2e8f0}.agent-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#3b82f6}.agent-avatar{position:relative;width:80px;height:80px;margin:0 auto 1rem}.agent-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid #e2e8f0}.agent-avatar .avatar-placeholder{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600}.verified-badge{position:absolute;bottom:2px;right:2px;width:24px;height:24px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:2px solid white}.verified-badge svg{width:14px;height:14px}.agent-info{text-align:center;flex:1}.agent-name{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.agent-role{font-size:.875rem;color:#64748b;margin-bottom:.75rem}.agent-rating{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:1rem}.stars{display:flex;gap:2px}.star{width:16px;height:16px}.star.filled{color:#fbbf24}.star.half{color:#fbbf24;opacity:.5}.star.empty{color:#e2e8f0}.rating-text{font-size:.75rem;color:#64748b}.agent-stats{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.agent-stats .stat{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:#64748b}.agent-stats .stat svg{width:16px;height:16px;flex-shrink:0}.agent-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.agent-actions .btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none}.agent-actions .btn svg{width:16px;height:16px}.agent-actions .btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none}.agent-actions .btn-primary:hover{opacity:.9;transform:translateY(-1px)}.agent-actions .btn-outline{background:transparent;color:#475569;border:1px solid #e2e8f0}.agent-actions .btn-outline:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem}.page-ellipsis{width:40px;text-align:center;color:#94a3b8}@media(max-width:1024px){.agents-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.page-header{flex-direction:column;text-align:center;gap:1.5rem;padding:2rem 1.5rem}.header-content h1{font-size:1.5rem}.search-form{flex-direction:column}.agents-grid{grid-template-columns:1fr}.agent-card{flex-direction:row;flex-wrap:wrap;gap:1rem;padding:1rem}.agent-avatar{margin:0;width:64px;height:64px}.agent-info{text-align:left;flex:1}.agent-rating{align-items:flex-start}.agent-stats .stat{justify-content:flex-start}.agent-actions{width:100%;flex-direction:row}.agent-actions .btn{flex:1}}.investors-page{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc}.investors-main{flex:1;padding:2rem 0 4rem}.investor-header{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.investors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.investor-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;display:flex;flex-direction:column;border:1px solid #e2e8f0;position:relative;overflow:hidden}.investor-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8b5cf6,#6d28d9);transform:scaleX(0);transition:transform .3s ease}.investor-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #8b5cf626}.investor-card:hover:before{transform:scaleX(1)}.investor-header-section{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.investor-avatar{position:relative;width:72px;height:72px;flex-shrink:0}.investor-avatar img{width:100%;height:100%;border-radius:12px;object-fit:cover;border:3px solid #e2e8f0}.investor-avatar .avatar-placeholder{width:100%;height:100%;border-radius:12px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600}.investor-avatar .verified-badge{position:absolute;bottom:-4px;right:-4px;width:24px;height:24px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:2px solid white}.investor-avatar .verified-badge svg{width:14px;height:14px}.investor-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:linear-gradient(135deg,#f3e8ff,#ede9fe);color:#7c3aed;border-radius:20px;font-size:.75rem;font-weight:600}.investor-badge svg{width:14px;height:14px}.investor-info{flex:1}.investor-name{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.investor-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.investor-rating .stars{display:flex;gap:2px}.investor-rating .star{width:14px;height:14px}.investor-rating .star.filled{color:#fbbf24}.investor-rating .star.half{color:#fbbf24;opacity:.5}.investor-rating .star.empty{color:#e2e8f0}.investor-rating .rating-text{font-size:.75rem;color:#64748b}.investor-stats{display:flex;gap:1.5rem;margin-bottom:1rem;padding:1rem;background:#f8fafc;border-radius:10px}.investor-stats .stat-item{display:flex;align-items:center;gap:.5rem}.investor-stats .stat-item svg{width:20px;height:20px;color:#8b5cf6}.investor-stats .stat-content{display:flex;flex-direction:column}.investor-stats .stat-value{font-size:1.125rem;font-weight:700;color:#1e293b}.investor-stats .stat-label{font-size:.75rem;color:#64748b}.investor-location{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b;margin-bottom:1rem}.investor-location svg{width:16px;height:16px;flex-shrink:0;color:#8b5cf6}.investor-actions{display:flex;gap:.5rem;margin-top:auto}.investor-actions .btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none}.investor-actions .btn svg{width:16px;height:16px}.investor-actions .btn-primary{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;border:none}.investor-actions .btn-primary:hover{opacity:.9;transform:translateY(-1px)}.investor-actions .btn-outline{background:transparent;color:#7c3aed;border:1px solid #e9d5ff}.investor-actions .btn-outline:hover{background:#faf5ff;border-color:#8b5cf6}.investors-page .loading-state,.investors-page .error-state,.investors-page .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.investors-page .loading-state .spinner{width:48px;height:48px;border:3px solid #e2e8f0;border-top-color:#8b5cf6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.investors-page .error-state svg,.investors-page .empty-state svg{width:64px;height:64px;margin-bottom:1rem}.investors-page .error-state svg{color:#ef4444}.investors-page .empty-state svg{color:#cbd5e1}.investors-page .error-state h3,.investors-page .empty-state h3{font-size:1.25rem;color:#1e293b;margin-bottom:.5rem}.investors-page .error-state p,.investors-page .empty-state p{color:#64748b;margin-bottom:1.5rem}.investors-page .search-section{margin-bottom:2rem}.investors-page .search-form{display:flex;gap:1rem;background:#fff;padding:.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.investors-page .search-input-wrapper{flex:1;display:flex;align-items:center;gap:.75rem;padding:0 1rem}.investors-page .search-input-wrapper svg{width:20px;height:20px;color:#94a3b8;flex-shrink:0}.investors-page .search-input-wrapper input{flex:1;border:none;outline:none;font-size:1rem;color:#1e293b;background:transparent}.investors-page .search-form .btn-primary{padding:.875rem 2rem;border-radius:8px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;border:none;cursor:pointer;font-weight:500}.investors-page .page-header{display:flex;justify-content:space-between;align-items:center;padding:3rem;border-radius:16px;margin-bottom:2rem;color:#fff}.investors-page .header-content h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.investors-page .header-content p{font-size:1rem;opacity:.9}.investors-page .header-stats .stat-box{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:12px;text-align:center}.investors-page .stat-number{display:block;font-size:2.5rem;font-weight:700}.investors-page .stat-label{font-size:.875rem;opacity:.9}.investors-page .pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem}.investors-page .page-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.investors-page .page-btn:hover:not(:disabled){border-color:#8b5cf6;color:#8b5cf6}.investors-page .page-btn.active{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;border-color:transparent}.investors-page .page-btn:disabled{opacity:.5;cursor:not-allowed}.investors-page .page-btn svg{width:16px;height:16px}.investors-page .page-ellipsis{width:40px;text-align:center;color:#94a3b8}@media(max-width:1024px){.investors-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.investors-page .page-header{flex-direction:column;text-align:center;gap:1.5rem;padding:2rem 1.5rem}.investors-page .header-content h1{font-size:1.5rem}.investors-page .search-form{flex-direction:column}.investors-grid{grid-template-columns:1fr}.investor-header-section{flex-direction:column;align-items:flex-start}.investor-stats{flex-direction:column;gap:.75rem}.investor-actions{flex-direction:column}}.agent-detail-page{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc}.agent-detail-main{flex:1;padding:2rem 0 4rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;color:#64748b}.breadcrumb a{color:#3b82f6;text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:#1d4ed8}.breadcrumb .current{color:#1e293b;font-weight:500}.agent-profile-section{background:#fff;border-radius:20px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 4px 12px #0000000d;border:1px solid #e2e8f0}.profile-header{display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.profile-avatar{position:relative;width:120px;height:120px;flex-shrink:0}.profile-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid #e2e8f0}.profile-avatar .avatar-placeholder{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:600}.profile-avatar .verified-badge{position:absolute;bottom:4px;right:4px;width:32px;height:32px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:3px solid white}.profile-avatar .verified-badge svg{width:18px;height:18px}.profile-info{flex:1}.profile-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;border-radius:24px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.profile-badge svg{width:18px;height:18px}.profile-name{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.profile-rating{display:flex;align-items:center;gap:.75rem}.profile-rating .stars{display:flex;gap:2px}.profile-rating .star{width:20px;height:20px}.profile-rating .star.filled{color:#fbbf24}.profile-rating .star.half{color:#fbbf24;opacity:.5}.profile-rating .star.empty{color:#e2e8f0}.profile-rating .rating-text{font-size:.9375rem;color:#64748b}.profile-stats{display:flex;gap:1.5rem;margin-bottom:2rem}.stat-card{flex:1;display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.stat-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);display:flex;align-items:center;justify-content:center;color:#3b82f6}.stat-icon.active{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#10b981}.stat-icon svg{width:24px;height:24px}.stat-content{display:flex;flex-direction:column}.stat-value{font-size:1.5rem;font-weight:700;color:#1e293b}.stat-label{font-size:.875rem;color:#64748b}.profile-contact{display:flex;gap:1rem;margin-bottom:1.5rem}.profile-contact .btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none}.profile-contact .btn svg{width:20px;height:20px}.profile-contact .btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none}.profile-contact .btn-primary:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 8px 16px #3b82f64d}.profile-contact .btn-outline{background:transparent;color:#475569;border:2px solid #e2e8f0}.profile-contact .btn-outline:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.profile-address{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:#64748b}.profile-address svg{width:20px;height:20px;color:#3b82f6;flex-shrink:0}.agent-listings-section{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 12px #0000000d;border:1px solid #e2e8f0}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.section-header h2{font-size:1.5rem;font-weight:700;color:#1e293b}.listings-count{font-size:.875rem;color:#64748b;background:#f1f5f9;padding:.5rem 1rem;border-radius:20px}.listings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.listing-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;cursor:pointer;transition:all .3s ease}.listing-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#3b82f6}.listing-image{position:relative;height:180px;overflow:hidden}.listing-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.listing-card:hover .listing-image img{transform:scale(1.05)}.listing-status{position:absolute;top:12px;left:12px;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase}.listing-status.active{background:#10b981;color:#fff}.listing-content{padding:1.25rem}.listing-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.listing-address{font-size:.875rem;color:#64748b;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.listing-details{display:flex;gap:1rem;margin-bottom:.75rem}.detail-item{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#64748b}.detail-item svg{width:16px;height:16px}.listing-price{font-size:1.125rem;font-weight:700;color:#3b82f6}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#64748b}.loading-state.small{padding:2rem}.spinner{width:48px;height:48px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.error-state svg{width:64px;height:64px;color:#ef4444;margin-bottom:1rem}.error-state h3{font-size:1.25rem;color:#1e293b;margin-bottom:.5rem}.error-state p{color:#64748b;margin-bottom:1.5rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-state svg{width:80px;height:80px;color:#cbd5e1;margin-bottom:1.5rem}.empty-state h3{font-size:1.25rem;color:#1e293b;margin-bottom:.5rem}.empty-state p{color:#64748b}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem}.page-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.page-btn:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6}.page-btn.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-color:transparent}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-btn svg{width:16px;height:16px}@media(max-width:1024px){.listings-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.agent-detail-main{padding:1rem 0 3rem}.agent-profile-section{padding:1.5rem}.profile-header{flex-direction:column;text-align:center;align-items:center;gap:1rem}.profile-avatar{width:100px;height:100px}.profile-avatar .avatar-placeholder{font-size:2rem}.profile-name{font-size:1.5rem}.profile-rating{justify-content:center}.profile-stats{flex-direction:column;gap:1rem}.profile-contact{flex-direction:column}.listings-grid{grid-template-columns:1fr}.section-header{flex-direction:column;gap:.75rem;text-align:center}}.investor-detail-page{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc}.investor-detail-main{flex:1;padding:2rem 0 4rem}.investor-detail-page .breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;color:#64748b}.investor-detail-page .breadcrumb a{color:#8b5cf6;text-decoration:none;transition:color .2s}.investor-detail-page .breadcrumb a:hover{color:#6d28d9}.investor-detail-page .breadcrumb .current{color:#1e293b;font-weight:500}.investor-profile-section{background:#fff;border-radius:20px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 4px 12px #0000000d;border:1px solid #e2e8f0;position:relative;overflow:hidden}.investor-profile-section:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#8b5cf6,#6d28d9)}.investor-profile-section .profile-header{display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.investor-profile-section .profile-avatar{position:relative;width:120px;height:120px;flex-shrink:0}.investor-profile-section .profile-avatar img{width:100%;height:100%;border-radius:16px;object-fit:cover;border:4px solid #e2e8f0}.investor-profile-section .profile-avatar .avatar-placeholder{width:100%;height:100%;border-radius:16px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:600}.investor-profile-section .profile-avatar .verified-badge{position:absolute;bottom:-4px;right:-4px;width:32px;height:32px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:3px solid white}.investor-profile-section .profile-avatar .verified-badge svg{width:18px;height:18px}.investor-profile-section .profile-info{flex:1}.investor-profile-section .profile-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#f3e8ff,#ede9fe);color:#7c3aed;border-radius:24px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.investor-profile-section .profile-badge svg{width:18px;height:18px}.investor-profile-section .profile-name{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.investor-profile-section .profile-rating{display:flex;align-items:center;gap:.75rem}.investor-profile-section .profile-rating .stars{display:flex;gap:2px}.investor-profile-section .profile-rating .star{width:20px;height:20px}.investor-profile-section .profile-rating .star.filled{color:#fbbf24}.investor-profile-section .profile-rating .star.half{color:#fbbf24;opacity:.5}.investor-profile-section .profile-rating .star.empty{color:#e2e8f0}.investor-profile-section .profile-rating .rating-text{font-size:.9375rem;color:#64748b}.investor-profile-section .profile-stats{display:flex;gap:1.5rem;margin-bottom:2rem}.investor-profile-section .stat-card{flex:1;display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.investor-profile-section .stat-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#f3e8ff,#ede9fe);display:flex;align-items:center;justify-content:center;color:#8b5cf6}.investor-profile-section .stat-icon.active{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#10b981}.investor-profile-section .stat-icon svg{width:24px;height:24px}.investor-profile-section .stat-content{display:flex;flex-direction:column}.investor-profile-section .stat-value{font-size:1.5rem;font-weight:700;color:#1e293b}.investor-profile-section .stat-label{font-size:.875rem;color:#64748b}.investor-profile-section .profile-contact{display:flex;gap:1rem;margin-bottom:1.5rem}.investor-profile-section .profile-contact .btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none}.investor-profile-section .profile-contact .btn svg{width:20px;height:20px}.investor-profile-section .profile-contact .btn-primary{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;border:none}.investor-profile-section .profile-contact .btn-primary:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 8px 16px #8b5cf64d}.investor-profile-section .profile-contact .btn-outline{background:transparent;color:#7c3aed;border:2px solid #e9d5ff}.investor-profile-section .profile-contact .btn-outline:hover{background:#faf5ff;border-color:#8b5cf6}.investor-profile-section .profile-address{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:#64748b}.investor-profile-section .profile-address svg{width:20px;height:20px;color:#8b5cf6;flex-shrink:0}.investor-listings-section{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 12px #0000000d;border:1px solid #e2e8f0}.investor-listings-section .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.investor-listings-section .section-header h2{font-size:1.5rem;font-weight:700;color:#1e293b}.investor-listings-section .listings-count{font-size:.875rem;color:#7c3aed;background:#f3e8ff;padding:.5rem 1rem;border-radius:20px}.investor-listings-section .listings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.investor-listings-section .listing-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;cursor:pointer;transition:all .3s ease}.investor-listings-section .listing-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #8b5cf626;border-color:#8b5cf6}.investor-listings-section .listing-image{position:relative;height:180px;overflow:hidden}.investor-listings-section .listing-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.investor-listings-section .listing-card:hover .listing-image img{transform:scale(1.05)}.investor-listings-section .listing-status{position:absolute;top:12px;left:12px;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase}.investor-listings-section .listing-status.active{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff}.investor-listings-section .listing-content{padding:1.25rem}.investor-listings-section .listing-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.investor-listings-section .listing-address{font-size:.875rem;color:#64748b;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.investor-listings-section .listing-details{display:flex;gap:1rem;margin-bottom:.75rem}.investor-listings-section .detail-item{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#64748b}.investor-listings-section .detail-item svg{width:16px;height:16px}.investor-listings-section .listing-price{font-size:1.125rem;font-weight:700;color:#8b5cf6}.investor-detail-page .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#64748b}.investor-detail-page .loading-state.small{padding:2rem}.investor-detail-page .spinner{width:48px;height:48px;border:3px solid #e2e8f0;border-top-color:#8b5cf6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.investor-detail-page .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.investor-detail-page .error-state svg{width:64px;height:64px;color:#ef4444;margin-bottom:1rem}.investor-detail-page .error-state h3{font-size:1.25rem;color:#1e293b;margin-bottom:.5rem}.investor-detail-page .error-state p{color:#64748b;margin-bottom:1.5rem}.investor-detail-page .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.investor-detail-page .empty-state svg{width:80px;height:80px;color:#cbd5e1;margin-bottom:1.5rem}.investor-detail-page .empty-state h3{font-size:1.25rem;color:#1e293b;margin-bottom:.5rem}.investor-detail-page .empty-state p{color:#64748b}.investor-listings-section .pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem}.investor-listings-section .page-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.investor-listings-section .page-btn:hover:not(:disabled){border-color:#8b5cf6;color:#8b5cf6}.investor-listings-section .page-btn.active{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;border-color:transparent}.investor-listings-section .page-btn:disabled{opacity:.5;cursor:not-allowed}.investor-listings-section .page-btn svg{width:16px;height:16px}@media(max-width:1024px){.investor-listings-section .listings-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.investor-detail-main{padding:1rem 0 3rem}.investor-profile-section{padding:1.5rem}.investor-profile-section .profile-header{flex-direction:column;text-align:center;align-items:center;gap:1rem}.investor-profile-section .profile-avatar{width:100px;height:100px}.investor-profile-section .profile-avatar .avatar-placeholder{font-size:2rem}.investor-profile-section .profile-name{font-size:1.5rem}.investor-profile-section .profile-rating{justify-content:center}.investor-profile-section .profile-stats{flex-direction:column;gap:1rem}.investor-profile-section .profile-contact{flex-direction:column}.investor-listings-section .listings-grid{grid-template-columns:1fr}.investor-listings-section .section-header{flex-direction:column;gap:.75rem;text-align:center}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.radar-page{min-height:100vh;background-color:#f8fafc}.radar-main{padding:2rem 0 4rem}.radar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.radar-header h1{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0}.radar-header p{color:#64748b;margin:.25rem 0 0}.radar-content{display:grid;grid-template-columns:400px 1fr;gap:1.5rem;min-height:600px}@media(max-width:1024px){.radar-content{grid-template-columns:1fr}}.radar-list-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.radar-list-section h2{font-size:1rem;font-weight:600;color:#475569;margin:0 0 1rem}.radar-list{display:flex;flex-direction:column;gap:1rem;max-height:calc(100vh - 300px);overflow-y:auto}.radar-card{background:#f8fafc;border:2px solid transparent;border-radius:10px;padding:1rem;cursor:pointer;transition:all .2s ease}.radar-card:hover{background:#f1f5f9}.radar-card.active{border-color:#3b82f6;background:#eff6ff}.radar-card.expired{opacity:.6}.radar-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.radar-info h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.radar-type{display:inline-block;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.radar-type.buyer{background:#dbeafe;color:#1d4ed8}.radar-type.seller{background:#dcfce7;color:#15803d}.radar-status{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500}.radar-status .status-dot{width:8px;height:8px;border-radius:50%}.radar-status.active{color:#16a34a}.radar-status.active .status-dot{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}.radar-status.inactive{color:#94a3b8}.radar-status.inactive .status-dot{background:#cbd5e1}.radar-card-stats{display:flex;gap:1.5rem;margin-bottom:.75rem}.radar-card-stats .stat{display:flex;flex-direction:column}.radar-card-stats .stat-value{font-size:1.25rem;font-weight:700;color:#1e293b}.radar-card-stats .stat-value.highlight{color:#3b82f6}.radar-card-stats .stat-label{font-size:.75rem;color:#64748b}.radar-card-criteria{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem}.criteria-tag{display:inline-block;padding:.125rem .5rem;background:#e2e8f0;border-radius:4px;font-size:.7rem;color:#475569}.radar-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #e2e8f0}.radar-date{font-size:.75rem;color:#94a3b8}.radar-actions{display:flex;gap:.25rem}.radar-actions .action-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .2s}.radar-actions .action-btn svg{width:16px;height:16px;color:#64748b}.radar-actions .action-btn:hover{border-color:#3b82f6}.radar-actions .action-btn:hover svg{color:#3b82f6}.radar-actions .action-btn.danger:hover{border-color:#ef4444;background:#fef2f2}.radar-actions .action-btn.danger:hover svg{color:#ef4444}.radar-actions .action-btn:disabled{opacity:.5;cursor:not-allowed}.radar-detail-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.detail-header h2{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.match-filters{display:flex;gap:.5rem}.filter-btn{padding:.5rem 1rem;background:#f1f5f9;border:none;border-radius:6px;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.filter-btn:hover{background:#e2e8f0}.filter-btn.active{background:#3b82f6;color:#fff}.matches-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;max-height:calc(100vh - 350px);overflow-y:auto;padding-right:.5rem}.match-card{display:flex;flex-direction:column;background:#f8fafc;border-radius:10px;overflow:hidden;transition:all .2s;position:relative}.match-card:hover{box-shadow:0 4px 12px #0000001a}.match-card.unviewed{border:2px solid #3b82f6}.match-image{position:relative;height:160px;cursor:pointer}.match-image img{width:100%;height:100%;object-fit:cover}.match-distance{position:absolute;bottom:8px;left:8px;background:#000000b8;color:#fff;padding:.3rem .55rem;border-radius:6px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.new-badge{position:absolute;top:8px;right:8px;background:#ef4444;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600}.match-content{padding:1rem;flex:1}.match-content h4{font-size:.95rem;font-weight:600;color:#1e293b;margin:0 0 .5rem;cursor:pointer;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.match-content h4:hover{color:#3b82f6}.match-price{font-size:1rem;font-weight:700;color:#dc2626;margin:0 0 .5rem}.match-info{display:flex;gap:.75rem;font-size:.8rem;color:#64748b;margin:0 0 .375rem}.match-address{font-size:.8rem;color:#64748b;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.match-criteria{display:flex;flex-wrap:wrap;gap:.375rem}.match-criteria .criteria{font-size:.7rem;padding:.125rem .375rem;border-radius:4px}.match-criteria .criteria.matched{background:#dcfce7;color:#15803d}.match-criteria .criteria.not-matched{background:#fee2e2;color:#dc2626}.match-avatar{position:relative;width:80px;height:80px;margin:1rem auto 0}.match-avatar img,.match-avatar .avatar-placeholder{width:100%;height:100%;border-radius:50%;object-fit:cover}.match-avatar .avatar-placeholder{display:flex;align-items:center;justify-content:center;background:#e2e8f0;color:#64748b;font-size:1.5rem;font-weight:600}.buyer-radar{font-size:.8rem;color:#3b82f6;margin:0 0 .5rem}.buyer-phone{font-size:.9rem;font-weight:600;color:#16a34a;margin:.5rem 0 0}.match-actions{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid #e2e8f0}.match-action-btn{flex:1;padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.match-action-btn svg{width:18px;height:18px;color:#64748b}.match-action-btn:hover{border-color:#3b82f6}.match-action-btn:hover svg{color:#3b82f6}.match-action-btn.saved{background:#eff6ff;border-color:#3b82f6}.match-action-btn.saved svg{color:#3b82f6}.match-action-btn.dismiss:hover{border-color:#ef4444;background:#fef2f2}.match-action-btn.dismiss:hover svg{color:#ef4444}.load-more-btn{width:100%;padding:.75rem;margin-top:1rem;background:#f1f5f9;border:none;border-radius:8px;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.load-more-btn:hover{background:#e2e8f0}.load-more-btn:disabled{opacity:.6;cursor:not-allowed}.loading-state,.error-state,.empty-state,.no-selection,.empty-matches{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:#64748b}.loading-state .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state svg,.no-selection svg,.empty-matches svg{color:#cbd5e1;margin-bottom:1rem}.empty-state h3,.no-selection h3{font-size:1.125rem;font-weight:600;color:#475569;margin:0 0 .5rem}.empty-state p,.no-selection p,.empty-matches p{margin:0 0 1rem}.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:640px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.modal-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.modal-close svg{width:20px;height:20px;color:#64748b}.modal-close:hover{background:#f1f5f9}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1.5rem;margin-top:1rem;border-top:1px solid #e2e8f0}.form-section{margin-bottom:1.5rem}.form-section h3{font-size:.95rem;font-weight:600;color:#475569;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#475569;margin-bottom:.375rem}.form-group input,.form-group select{width:100%;padding:.625rem .875rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group select[multiple]{height:100px}.form-group small{display:block;font-size:.75rem;color:#94a3b8;margin-top:.25rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.form-divider{display:flex;align-items:center;margin:1.5rem 0;color:#94a3b8;font-size:.8rem}.form-divider:before,.form-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.form-divider span{padding:0 1rem}.radio-group{display:flex;gap:1rem}.radio-option{flex:1;display:flex;align-items:center;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.radio-option:hover{border-color:#94a3b8}.radio-option.selected{border-color:#3b82f6;background:#eff6ff}.radio-option input{display:none}.radio-content{display:flex;flex-direction:column}.radio-title{font-weight:600;color:#1e293b}.radio-desc{font-size:.8rem;color:#64748b}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s}.btn-primary{background:#3b82f6;color:#fff;border:none}.btn-primary:hover{background:#2563eb}.btn-primary:disabled{background:#93c5fd;cursor:not-allowed}.btn-outline{background:#fff;color:#475569;border:1px solid #e2e8f0}.btn-outline:hover{background:#f8fafc;border-color:#cbd5e1}.radar-map-toggle{display:flex;gap:.25rem;background:#f1f5f9;border-radius:8px;padding:.25rem}.radar-map-toggle .toggle-btn{padding:.375rem .75rem;background:none;border:none;border-radius:6px;font-size:.8rem;font-weight:500;color:#64748b;cursor:pointer;display:flex;align-items:center;gap:.375rem;transition:all .2s}.radar-map-toggle .toggle-btn svg{width:14px;height:14px}.radar-map-toggle .toggle-btn.active{background:#fff;color:#1e293b;box-shadow:0 1px 3px #0000001a}.radar-map-container{position:relative;height:calc(100vh - 320px);min-height:450px;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0}.radar-map-container .leaflet-container{height:100%;width:100%}.radar-map-loading{position:absolute;inset:0;background:#ffffffd9;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;gap:.75rem;font-size:.875rem;color:#64748b}.radar-map-empty{height:calc(100vh - 320px);min-height:450px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#94a3b8;font-size:.875rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.radar-map-empty svg{color:#cbd5e1}.radar-map-legend{position:absolute;bottom:1rem;left:1rem;z-index:500;background:#fff;border-radius:8px;padding:.625rem .875rem;box-shadow:0 2px 8px #00000026;font-size:.75rem;color:#475569;display:flex;flex-direction:column;gap:.375rem}.radar-map-legend .legend-title{font-weight:600;color:#1e293b;margin-bottom:.125rem}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;background:#3b82f6}.radar-popup .leaflet-popup-content-wrapper{border-radius:10px;padding:0;overflow:hidden;box-shadow:0 4px 16px #00000026;max-width:260px}.radar-popup .leaflet-popup-content{margin:0;width:260px!important}.radar-popup-inner{font-family:inherit}.radar-popup-img{width:100%;height:130px;object-fit:cover;display:block}.radar-popup-img-placeholder{width:100%;height:130px;background:#e2e8f0;display:flex;align-items:center;justify-content:center;color:#94a3b8}.radar-popup-body{padding:.75rem}.radar-popup-distance{display:inline-flex;align-items:center;gap:.2rem;padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;margin-bottom:.25rem;background:#eff6ff;color:#1d4ed8}.radar-popup-title{font-size:.875rem;font-weight:600;color:#1e293b;margin:0 0 .375rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer}.radar-popup-title:hover{color:#3b82f6}.radar-popup-price{font-size:.9rem;font-weight:700;color:#dc2626;margin:0 0 .25rem}.radar-popup-meta{font-size:.75rem;color:#64748b;display:flex;gap:.5rem;flex-wrap:wrap}.radar-popup-badges{display:flex;gap:.375rem;margin-top:.5rem}.radar-popup-new{background:#ef4444;color:#fff;padding:.125rem .375rem;border-radius:4px;font-size:.65rem;font-weight:600}.radar-popup-saved{background:#eff6ff;color:#1d4ed8;padding:.125rem .375rem;border-radius:4px;font-size:.65rem;font-weight:600}.radar-popup-buyer{display:flex;align-items:flex-start;gap:.625rem;padding:.75rem}.radar-popup-buyer-avatar{width:40px;height:40px;min-width:40px;border-radius:50%;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.radar-popup-buyer .radar-popup-body{padding:0;flex:1;min-width:0}.radar-popup-radar-name{font-size:.75rem;color:#64748b;margin:.125rem 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.radar-header{flex-direction:column;align-items:flex-start;gap:1rem}.radar-header .btn{width:100%;justify-content:center}.matches-list{grid-template-columns:1fr}.detail-header{flex-direction:column;align-items:flex-start;gap:1rem}.match-filters{width:100%}.filter-btn{flex:1;text-align:center}.radio-group{flex-direction:column}.form-row{grid-template-columns:1fr}}.buyer-profile-modal{max-width:520px}.buyer-profile-body{padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.buyer-profile-header{display:flex;gap:1.25rem;align-items:flex-start}.buyer-profile-avatar{position:relative;flex-shrink:0}.buyer-profile-avatar img,.buyer-profile-avatar .avatar-placeholder{width:80px;height:80px;border-radius:50%;object-fit:cover}.buyer-profile-avatar .avatar-placeholder.large{display:flex;align-items:center;justify-content:center;background:#e2e8f0;color:#64748b;font-size:2rem;font-weight:600}.online-dot{position:absolute;bottom:4px;right:4px;width:14px;height:14px;background:#22c55e;border-radius:50%;border:2px solid white}.buyer-profile-info{flex:1}.buyer-profile-info h3{font-size:1.2rem;font-weight:700;color:#1e293b;margin:0 0 .375rem}.buyer-rating{color:#f59e0b;font-size:1rem;letter-spacing:1px;margin-bottom:.25rem}.buyer-rating span{font-size:.8rem;color:#64748b;margin-left:.375rem}.buyer-joined{font-size:.8rem;color:#94a3b8;margin:0 0 .5rem}.match-score-badge{display:inline-block;background:#eff6ff;color:#1d4ed8;font-size:.8rem;font-weight:600;padding:.25rem .625rem;border-radius:999px}.buyer-criteria-section h4,.buyer-contact-section h4{font-size:.875rem;font-weight:600;color:#475569;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.buyer-criteria-grid{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.buyer-criteria-item{background:#f8fafc;border-radius:8px;padding:.625rem .75rem;display:flex;flex-direction:column;gap:.25rem}.buyer-criteria-item.full{grid-column:1 / -1}.criteria-label{font-size:.72rem;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.criteria-value{font-size:.9rem;color:#1e293b;font-weight:500}.buyer-contact-section{border-top:1px solid #f1f5f9;padding-top:1.25rem}.buyer-phone-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.buyer-phone-number{font-size:1.1rem;font-weight:700;color:#16a34a;letter-spacing:.5px}.btn-copy-phone{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;color:#475569;cursor:pointer;transition:all .2s}.btn-copy-phone:hover{background:#e2e8f0}.btn-zalo{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;background:#0068ff;color:#fff;border-radius:6px;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .2s}.btn-zalo:hover{background:#0057d9}.buyer-profile-actions{display:flex;gap:.75rem;padding-top:.5rem}.btn-start-chat{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-start-chat:hover{background:#2563eb}.btn-start-chat:disabled{opacity:.6;cursor:not-allowed}.btn-save-match{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-save-match:hover{border-color:#3b82f6;color:#3b82f6}.btn-save-match.saved{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.buyer-clickable{cursor:pointer;transition:transform .15s}.buyer-clickable:hover{transform:scale(1.05)}.match-action-btn.chat:hover{border-color:#3b82f6;background:#eff6ff}.match-action-btn.chat:hover svg{color:#3b82f6}.favorites-page{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc}.favorites-main{flex:1;padding:24px 0 48px}.favorites-container{max-width:1280px;margin:0 auto;padding:0 24px}.favorites-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.favorites-header .header-left{display:flex;align-items:center;gap:12px}.favorites-header h1{font-size:28px;font-weight:700;color:#1e293b;margin:0}.favorites-header .total-count{background:#dbeafe;color:#1d4ed8;font-size:14px;font-weight:500;padding:4px 12px;border-radius:16px}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.favorite-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000001a;cursor:pointer;transition:all .2s ease}.favorite-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.favorite-card .card-image{position:relative;aspect-ratio:16/10;overflow:hidden}.favorite-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.favorite-card:hover .card-image img{transform:scale(1.05)}.favorite-card .status-badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase}.favorite-card .status-badge.sold{background:#ef4444;color:#fff}.favorite-card .status-badge.rented{background:#f59e0b;color:#fff}.favorite-card .status-badge.pending{background:#6b7280;color:#fff}.favorite-card .card-content{padding:16px}.favorite-card .card-title{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.favorite-card .card-address{display:flex;align-items:flex-start;gap:6px;font-size:13px;color:#64748b;margin:0 0 12px}.favorite-card .card-address svg{width:14px;height:14px;flex-shrink:0;margin-top:2px}.favorite-card .card-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.favorite-card .card-price{font-size:18px;font-weight:700;color:#dc2626}.favorite-card .card-area{font-size:14px;color:#64748b;font-weight:500}.favorite-card .card-owner{display:flex;align-items:center;gap:8px;margin-bottom:12px}.favorite-card .card-owner img{width:28px;height:28px;border-radius:50%;object-fit:cover}.favorite-card .card-owner span{font-size:13px;color:#475569;font-weight:500}.favorite-card .card-footer{display:flex;align-items:center;justify-content:space-between}.favorite-card .saved-date{font-size:12px;color:#94a3b8}.favorites-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}.favorites-empty .empty-icon{width:80px;height:80px;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.favorites-empty .empty-icon svg{width:40px;height:40px;color:#ef4444}.favorites-empty h3{font-size:20px;font-weight:600;color:#1e293b;margin:0 0 8px}.favorites-empty p{font-size:15px;color:#64748b;margin:0 0 24px;max-width:360px}.favorites-empty .browse-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:12px 24px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.favorites-empty .browse-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.favorite-card.skeleton{pointer-events:none}.skeleton-image{aspect-ratio:16/10;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-content{padding:16px}.skeleton-title{height:20px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:12px}.skeleton-address{height:14px;width:70%;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:16px}.skeleton-price{height:24px;width:40%;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px}.pagination .page-btn{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:500;color:#475569;cursor:pointer;transition:all .2s ease}.pagination .page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.pagination .page-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.pagination .page-btn:disabled{opacity:.5;cursor:not-allowed}.pagination .page-btn svg{width:18px;height:18px}.pagination .page-dots{color:#94a3b8;padding:0 4px}@media(max-width:768px){.favorites-container{padding:0 16px}.favorites-header{flex-direction:column;align-items:flex-start;gap:12px}.favorites-header h1{font-size:24px}.favorites-grid{grid-template-columns:1fr;gap:16px}}@media(max-width:480px){.favorites-main{padding:16px 0 32px}.favorites-header h1{font-size:20px}.favorite-card .card-title{font-size:15px}.favorite-card .card-price{font-size:16px}}.groups-page{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc}.groups-main{flex:1;padding:24px 0 48px}.groups-container{max-width:1280px;margin:0 auto;padding:0 24px}.groups-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.groups-page-header .header-left{display:flex;align-items:center;gap:12px}.groups-page-header h1{font-size:28px;font-weight:700;color:#1e293b;margin:0}.groups-page-header .total-count{background:#dbeafe;color:#1d4ed8;font-size:14px;font-weight:500;padding:4px 12px;border-radius:16px}.create-group-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.create-group-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.create-group-btn svg{width:18px;height:18px}.groups-tabs{display:flex;gap:4px;margin-bottom:24px;background:#f1f5f9;border-radius:12px;padding:4px;width:fit-content}.groups-tabs .tab-btn{padding:10px 20px;border:none;background:transparent;color:#64748b;font-size:14px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease}.groups-tabs .tab-btn:hover{color:#1e293b}.groups-tabs .tab-btn.active{background:#fff;color:#1d4ed8;font-weight:600;box-shadow:0 1px 3px #0000001a}.groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.group-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s ease}.group-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f;border-color:#3b82f6}.group-card-header{display:flex;align-items:center;gap:16px;padding:20px 20px 0}.group-card-avatar{width:56px;height:56px;border-radius:14px;flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:700}.group-card-avatar img{width:100%;height:100%;object-fit:cover}.group-card-info{flex:1;min-width:0}.group-card-name{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-card-role{display:inline-flex;align-items:center;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.group-card-role.owner{background:#fef3c7;color:#92400e}.group-card-role.admin{background:#dbeafe;color:#1d4ed8}.group-card-role.member{background:#f1f5f9;color:#475569}.group-card-body{padding:12px 20px}.group-card-desc{font-size:13px;color:#64748b;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;min-height:39px}.group-card-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-top:1px solid #f1f5f9}.group-card-stats{display:flex;gap:16px}.group-card-stat{display:flex;align-items:center;gap:4px;font-size:13px;color:#64748b}.group-card-stat svg{width:14px;height:14px}.group-card-date{font-size:12px;color:#94a3b8}.groups-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}.groups-empty .empty-icon{width:80px;height:80px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.groups-empty .empty-icon svg{width:40px;height:40px;color:#3b82f6}.groups-empty h3{font-size:20px;font-weight:600;color:#1e293b;margin:0 0 8px}.groups-empty p{font-size:15px;color:#64748b;margin:0 0 24px;max-width:360px}.group-card.skeleton{pointer-events:none}.group-card.skeleton .group-card-avatar{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.group-card.skeleton .skeleton-line{height:14px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:8px}.group-card.skeleton .skeleton-line.short{width:60%}.group-card.skeleton .skeleton-line.medium{width:80%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.create-group-modal .modal-content{max-width:520px}.create-group-form .form-group{margin-bottom:20px}.create-group-form .form-group label{display:block;font-size:14px;font-weight:600;color:#1e293b;margin-bottom:8px}.create-group-form .form-group label .required{color:#ef4444;margin-left:2px}.create-group-form .form-group input,.create-group-form .form-group textarea{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;color:#1e293b;transition:all .2s ease;background:#fff;box-sizing:border-box}.create-group-form .form-group input:focus,.create-group-form .form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.create-group-form .form-group textarea{min-height:80px;resize:vertical}.avatar-upload-area{display:flex;align-items:center;gap:16px}.avatar-preview{width:64px;height:64px;border-radius:14px;overflow:hidden;background:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px dashed #e2e8f0}.avatar-preview img{width:100%;height:100%;object-fit:cover}.avatar-preview svg{width:28px;height:28px;color:#94a3b8}.avatar-upload-btn{padding:8px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.avatar-upload-btn:hover{border-color:#3b82f6;color:#3b82f6}@media(max-width:768px){.groups-container{padding:0 16px}.groups-page-header{flex-direction:column;align-items:flex-start;gap:12px}.groups-page-header h1{font-size:24px}.groups-grid{grid-template-columns:1fr;gap:16px}.groups-tabs{width:100%}.groups-tabs .tab-btn{flex:1;text-align:center}}@media(max-width:480px){.groups-main{padding:16px 0 32px}.groups-page-header h1{font-size:20px}}.group-detail-page{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc}.group-detail-main{flex:1;padding:2rem 0 4rem}.group-profile-section{background:#fff;border-radius:20px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 4px 12px #0000000d;border:1px solid #e2e8f0}.group-profile-header{display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.group-profile-avatar{width:120px;height:120px;border-radius:20px;flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.5rem;font-weight:700}.group-profile-avatar img{width:100%;height:100%;object-fit:cover}.group-profile-info{flex:1}.group-profile-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;border-radius:24px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.group-profile-badge svg{width:18px;height:18px}.group-profile-name{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .75rem}.group-profile-desc{font-size:.9375rem;color:#64748b;line-height:1.6;margin:0}.group-profile-stats{display:flex;gap:1.5rem;margin-bottom:2rem}.group-actions{display:flex;gap:1rem;flex-wrap:wrap}.group-actions .btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.group-actions .btn svg{width:18px;height:18px}.group-actions .btn-edit{background:#f1f5f9;color:#475569}.group-actions .btn-edit:hover{background:#e2e8f0}.group-actions .btn-danger{background:#fef2f2;color:#dc2626}.group-actions .btn-danger:hover{background:#fee2e2}.group-actions .btn-leave{background:#fff7ed;color:#ea580c}.group-actions .btn-leave:hover{background:#ffedd5}.group-members-section{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 12px #0000000d;border:1px solid #e2e8f0}.members-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.members-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.members-count-badge{font-size:.875rem;color:#64748b;background:#f1f5f9;padding:.5rem 1rem;border-radius:20px;margin-left:12px}.add-member-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.add-member-btn:hover{opacity:.9;transform:translateY(-1px)}.add-member-btn svg{width:16px;height:16px}.members-list{display:flex;flex-direction:column;gap:1px}.member-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #f1f5f9}.member-item:last-child{border-bottom:none}.member-avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:600}.member-avatar img{width:100%;height:100%;object-fit:cover}.member-info{flex:1;min-width:0}.member-name{font-size:15px;font-weight:600;color:#1e293b;margin:0 0 2px}.member-email{font-size:13px;color:#94a3b8;margin:0}.member-meta{display:flex;align-items:center;gap:12px}.member-role-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.member-role-badge.owner{background:#fef3c7;color:#92400e}.member-role-badge.admin{background:#dbeafe;color:#1d4ed8}.member-role-badge.member{background:#f1f5f9;color:#475569}.member-joined{font-size:12px;color:#94a3b8}.member-actions{display:flex;align-items:center;gap:8px}.member-role-select{padding:6px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;color:#475569;background:#fff;cursor:pointer}.member-role-select:focus{outline:none;border-color:#3b82f6}.member-remove-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#94a3b8;border-radius:6px;cursor:pointer;transition:all .2s ease}.member-remove-btn:hover{background:#fef2f2;color:#dc2626}.member-remove-btn svg{width:16px;height:16px}.add-member-modal .modal-content{max-width:560px}.search-input-wrapper{position:relative;margin-bottom:16px}.search-input-wrapper svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#94a3b8}.search-input-wrapper input{width:100%;padding:10px 14px 10px 40px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;color:#1e293b;box-sizing:border-box}.search-input-wrapper input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-results{max-height:320px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:16px}.search-result-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid #f1f5f9;transition:background .15s}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:#f8fafc}.search-result-item .result-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600;flex-shrink:0}.search-result-item .result-avatar img{width:100%;height:100%;object-fit:cover}.search-result-item .result-info{flex:1;min-width:0}.search-result-item .result-name{font-size:14px;font-weight:500;color:#1e293b}.search-result-item .result-email{font-size:12px;color:#94a3b8}.search-result-item .result-action{flex-shrink:0}.search-result-item .select-btn{padding:5px 12px;border:1px solid #3b82f6;background:transparent;color:#3b82f6;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.search-result-item .select-btn:hover{background:#3b82f6;color:#fff}.search-result-item .select-btn.selected{background:#10b981;border-color:#10b981;color:#fff}.search-result-item .select-btn:disabled{background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8;cursor:not-allowed}.selected-users{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.selected-user-tag{display:flex;align-items:center;gap:6px;padding:4px 10px;background:#dbeafe;color:#1d4ed8;border-radius:16px;font-size:13px;font-weight:500}.selected-user-tag button{width:16px;height:16px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#1d4ed8;cursor:pointer;padding:0;font-size:14px}.search-empty{padding:24px;text-align:center;color:#94a3b8;font-size:14px}.search-loading{padding:24px;text-align:center;color:#64748b;font-size:14px}.edit-group-modal .modal-content{max-width:520px}.delete-confirm{text-align:center;padding:12px 0}.delete-confirm .warning-icon{width:64px;height:64px;background:#fef2f2;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.delete-confirm .warning-icon svg{width:32px;height:32px;color:#dc2626}.delete-confirm h4{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 8px}.delete-confirm p{font-size:14px;color:#64748b;margin:0}@media(max-width:768px){.group-detail-main{padding:1rem 0 3rem}.group-profile-section{padding:1.5rem}.group-profile-header{flex-direction:column;text-align:center;align-items:center;gap:1rem}.group-profile-avatar{width:100px;height:100px}.group-profile-name{font-size:1.5rem}.group-profile-stats{flex-direction:column;gap:1rem}.group-actions{justify-content:center}.members-header{flex-direction:column;gap:.75rem;text-align:center}.member-item,.member-meta{flex-wrap:wrap}}.ss-container{position:relative;width:100%;font-size:13px}.ss-container.ss-disabled{opacity:.55;pointer-events:none}.ss-trigger{display:flex;align-items:center;min-height:38px;padding:0 12px;border:1.5px solid #e0e3e8;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;gap:8px}.ss-container.ss-open .ss-trigger{border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.ss-trigger:hover{border-color:#b4b9c4}.ss-container.ss-disabled .ss-trigger{background:#f5f6f8;cursor:not-allowed}.ss-display{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;font-size:13px;line-height:36px}.ss-display.ss-placeholder{color:#aaa}.ss-search-input{flex:1;border:none;outline:none;font-size:13px;padding:0;line-height:36px;background:transparent;color:#333;min-width:0}.ss-search-input::placeholder{color:#bbb}.ss-icons{display:flex;align-items:center;gap:4px;flex-shrink:0}.ss-clear{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:10px;color:#999;cursor:pointer;transition:all .15s ease;background:#f0f0f0}.ss-clear:hover{background:#e0e0e0;color:#666}.ss-arrow{font-size:12px;color:#999;transition:transform .2s ease;line-height:1}.ss-arrow.ss-arrow-up{transform:rotate(180deg)}.ss-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e0e3e8;border-radius:8px;box-shadow:0 6px 24px #0000001f;z-index:9999;max-height:250px;overflow-y:auto;animation:ssSlideDown .15s ease-out}@keyframes ssSlideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ss-dropdown::-webkit-scrollbar{width:4px}.ss-dropdown::-webkit-scrollbar-track{background:transparent}.ss-dropdown::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.ss-option{display:flex;align-items:center;padding:8px 12px;cursor:pointer;transition:background .1s ease;font-size:13px;color:#333;gap:8px}.ss-option:first-child{border-radius:8px 8px 0 0}.ss-option:last-child{border-radius:0 0 8px 8px}.ss-option:hover,.ss-option.ss-highlighted{background:#f0f2ff}.ss-option.ss-selected{background:#e8ecff;color:#667eea;font-weight:600}.ss-option.ss-selected.ss-highlighted{background:#dce1ff}.ss-option-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ss-check{flex-shrink:0;color:#667eea;font-size:14px;font-weight:700}.ss-empty{padding:16px;text-align:center;color:#aaa;font-size:13px;font-style:italic}.planning-map-page{display:flex;flex-direction:column;height:100vh;overflow:hidden}.planning-map-container{flex:1;position:relative;overflow:hidden}.planning-map-container #planning-map{width:100%;height:100%;background:#f8f9fa}.planning-controls{position:absolute;top:20px;left:20px;background:#fff;padding:16px;border-radius:12px;box-shadow:0 4px 20px #00000026;width:320px;max-height:calc(100% - 40px);overflow-y:auto;z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1)}.planning-controls::-webkit-scrollbar{width:4px}.planning-controls::-webkit-scrollbar-track{background:transparent}.planning-controls::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.planning-controls::-webkit-scrollbar-thumb:hover{background:#aaa}.planning-controls.collapsed{width:50px;height:50px;overflow:hidden;border-radius:50%;padding:0}.planning-controls.collapsed>*:not(.planning-collapse-btn){display:none}.planning-collapse-btn{position:absolute;top:8px;right:8px;background:#f0f0f0;border:none;border-radius:50%;width:34px;height:34px;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;z-index:1001;transition:all .2s ease;color:#555}.planning-collapse-btn:hover{background:#e0e0e0;transform:scale(1.05)}.planning-controls h3{margin:0 0 12px;color:#667eea;font-size:16px;display:flex;align-items:center;gap:8px;font-weight:700}.planning-title-icon{font-size:20px}.planning-section-title{font-size:12px;font-weight:700;color:#555;margin:16px 0 10px;padding-bottom:6px;border-bottom:2px solid #eef2f7;text-transform:uppercase;letter-spacing:.5px}.planning-selector-group{margin-bottom:12px}.planning-selector-group label{display:block;margin-bottom:4px;font-weight:600;color:#333;font-size:12px}.planning-selector-group select{width:100%;padding:9px 32px 9px 12px;border:1.5px solid #e0e3e8;border-radius:8px;font-size:13px;background:#fff;outline:none;transition:all .2s ease;color:#333;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:20px}.planning-selector-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.planning-selector-group select:disabled{background-color:#f5f6f8;color:#aaa;cursor:not-allowed}.planning-btn-group{display:flex;gap:8px;margin-top:14px}.planning-btn{flex:1;padding:10px 14px;border:none;border-radius:10px;cursor:pointer;font-size:13px;font-weight:600;transition:all .25s ease;display:flex;align-items:center;justify-content:center;gap:6px}.planning-btn:disabled{opacity:.6;cursor:not-allowed}.planning-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #667eea4d}.planning-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.planning-btn-danger{background:#fde7e9;color:#d93025}.planning-btn-danger:hover{background:#fad2d4;transform:translateY(-1px)}.planning-stats-box{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px;border-radius:12px;margin:16px 0;box-shadow:0 4px 12px #667eea40}.planning-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;text-align:center}.planning-stat-value{font-size:20px;font-weight:700;margin-bottom:2px}.planning-stat-label{font-size:10px;opacity:.8;text-transform:uppercase;letter-spacing:.5px}.planning-layer-toggle-section{background:linear-gradient(135deg,#f8f9ff,#f0f1fa);border-radius:12px;padding:12px;margin-bottom:16px;border:1px solid #e4e6f1}.planning-layer-toggle-title{font-size:12px;font-weight:700;margin-bottom:10px;color:#2d2d4a}.planning-layer-toggle-grid{display:flex;gap:10px}.planning-layer-toggle-card{flex:1;text-align:center;padding:10px 8px;border-radius:10px;cursor:pointer;transition:all .25s ease;background:#fff;border:2px solid #e8e8f0;-webkit-user-select:none;user-select:none}.planning-layer-toggle-card:hover{transform:translateY(-1px)}.planning-layer-toggle-card.active-image{background:linear-gradient(135deg,#eef0ff,#e8ebff);border-color:#667eea;box-shadow:0 2px 8px #667eea33}.planning-layer-toggle-card.active-polygon{background:linear-gradient(135deg,#fff0f3,#ffe8ed);border-color:#e91e63;box-shadow:0 2px 8px #e91e6333}.planning-toggle-icon{font-size:22px;margin-bottom:4px}.planning-toggle-label{font-size:11px;font-weight:600;color:#5a5a7a}.planning-layer-toggle-card.active-image .planning-toggle-label{color:#4a5acd}.planning-layer-toggle-card.active-polygon .planning-toggle-label{color:#c2185b}.planning-toggle-badge{display:inline-block;margin-top:4px;padding:1px 8px;border-radius:10px;font-size:10px;font-weight:600}.planning-toggle-badge.badge-blue{background:#e3f2fd;color:#1565c0}.planning-toggle-badge.badge-pink{background:#fce4ec;color:#c2185b}.planning-toggle-hint{font-size:10px;color:#9090b0;text-align:center;margin-top:8px;font-style:italic}.planning-opacity-control{margin:12px 0}.planning-opacity-control label{display:flex;justify-content:space-between;font-size:12px;font-weight:600;margin-bottom:8px;color:#333}.planning-opacity-control input[type=range]{width:100%;height:6px;border-radius:3px;-webkit-appearance:none;background:linear-gradient(to right,#667eea,#764ba2);outline:none}.planning-opacity-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;cursor:pointer;border:3px solid #667eea;box-shadow:0 1px 4px #0003;transition:transform .15s ease}.planning-opacity-control input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15)}.planning-info-box{background:#f8f9fa;padding:10px;border-radius:8px;font-size:11px;margin-bottom:12px;border:1px solid #eef2f7}.planning-info-row{display:flex;justify-content:space-between;margin-bottom:4px;color:#70757a}.planning-info-row strong{color:#202124}.planning-highlight{color:#667eea!important}.planning-layer-list{margin-top:10px;max-height:150px;overflow-y:auto;border:1px solid #f1f3f4;border-radius:8px}.planning-layer-item{padding:6px 10px;border-bottom:1px solid #f1f3f4;font-size:11px;display:flex;align-items:center;gap:6px;background:#fff;transition:background .15s}.planning-layer-item:last-child{border-bottom:none}.planning-layer-item:hover{background:#f8f9fa}.planning-layer-type-icon{font-size:14px;flex-shrink:0}.planning-layer-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#444}.planning-toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%);padding:12px 28px;border-radius:50px;background:linear-gradient(135deg,#323232,#1a1a2e);color:#fff;font-size:14px;font-weight:500;z-index:2000;box-shadow:0 4px 20px #0000004d;animation:planningSlideUp .3s ease-out;pointer-events:none}@keyframes planningSlideUp{0%{transform:translate(-50%,100%);opacity:0}to{transform:translate(-50%);opacity:1}}.planning-loading-indicator{position:absolute;top:20px;right:20px;background:#fffffff2;padding:8px 16px;border-radius:50px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:8px;box-shadow:0 2px 10px #0000001a;z-index:1000}.planning-spinner{width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #667eea;border-radius:50%;animation:planningSpin .8s linear infinite}@keyframes planningSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.planning-controls{width:calc(100% - 40px);max-height:50%}.planning-controls h3{font-size:14px}.planning-btn{padding:8px 10px;font-size:12px}}@media(max-width:480px){.planning-controls{width:calc(100% - 20px);left:10px;top:10px}}.listing-map-page{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:#1a1a2e}.listing-map-container{flex:1;position:relative;overflow:hidden}.listing-map-container #listing-map{width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#16213e)}.listing-map-controls{position:absolute;top:20px;left:20px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:20px;border-radius:16px;box-shadow:0 8px 32px #0003,0 0 0 1px #ffffff1a;width:380px;max-height:calc(100% - 40px);overflow-y:auto;z-index:1000;transition:all .4s cubic-bezier(.4,0,.2,1)}.listing-map-controls.collapsed{width:56px;height:56px;overflow:hidden;border-radius:50%;padding:0;background:linear-gradient(135deg,#667eea,#764ba2)}.listing-map-controls.collapsed>*:not(.listing-collapse-btn){display:none}.listing-collapse-btn{position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;width:36px;height:36px;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;z-index:1001;transition:all .3s;color:#fff;box-shadow:0 4px 12px #667eea66}.listing-map-controls.collapsed .listing-collapse-btn{top:50%;left:50%;transform:translate(-50%,-50%);background:transparent;box-shadow:none}.listing-collapse-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #667eea80}.listing-map-controls h3{margin-bottom:16px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:20px;font-weight:700;display:flex;align-items:center;gap:10px;letter-spacing:-.5px}.listing-map-controls h3:before{content:"🏠";font-size:24px;-webkit-text-fill-color:initial}.listing-section-title{font-size:11px;font-weight:700;color:#667eea;margin:20px 0 10px;padding-bottom:6px;border-bottom:2px solid #eef2f7;text-transform:uppercase;letter-spacing:1px}.listing-selector-group{margin-bottom:14px}.listing-selector-group label{display:block;margin-bottom:6px;font-weight:600;color:#333;font-size:13px}.listing-selector-group select,.listing-selector-group input{width:100%;padding:12px 14px;border:2px solid #eef2f7;border-radius:12px;font-size:14px;background:#fff;outline:none;transition:all .3s}.listing-selector-group select:focus,.listing-selector-group input:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.listing-selector-group select:disabled,.listing-selector-group input:disabled{background:#f8f9fa;color:#9aa0a6;cursor:not-allowed}.listing-filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.listing-filter-grid .listing-selector-group{margin-bottom:0}.listing-btn-group{display:flex;gap:10px;margin-top:18px}.listing-btn{flex:1;padding:14px;border:none;border-radius:12px;cursor:pointer;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.listing-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.listing-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea80}.listing-btn-primary:active{transform:translateY(0)}.listing-btn-secondary{background:#f0f2f5;color:#5f6368}.listing-btn-secondary:hover{background:#e4e6e9}.listing-btn-danger{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;box-shadow:0 4px 15px #ff6b6b4d}.listing-btn-danger:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b6b66}.listing-stats-box{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:18px;border-radius:16px;margin:18px 0;box-shadow:0 8px 25px #667eea59;position:relative;overflow:hidden}.listing-stats-box:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.listing-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;text-align:center;position:relative;z-index:1}.listing-stat-value{font-size:28px;font-weight:800;margin-bottom:4px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.listing-stat-label{font-size:10px;opacity:.85;text-transform:uppercase;letter-spacing:1px;font-weight:600}.listing-map-type-selector{display:flex;gap:8px;flex-wrap:wrap}.listing-map-type-btn{padding:8px 14px;border:2px solid #eef2f7;border-radius:10px;background:#fff;cursor:pointer;font-size:12px;font-weight:600;transition:all .3s;color:#5f6368}.listing-map-type-btn:hover{border-color:#667eea;color:#667eea}.listing-map-type-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff;box-shadow:0 4px 12px #667eea4d}.listing-card-list{margin-top:12px;max-height:300px;overflow-y:auto;border-radius:12px;border:1px solid #eef2f7}.listing-card-item{padding:14px;border-bottom:1px solid #f1f3f4;background:#fff;cursor:pointer;transition:all .3s;display:flex;gap:12px;align-items:center}.listing-card-item:last-child{border-bottom:none}.listing-card-item:hover{background:linear-gradient(135deg,#f8f9ff,#fff);padding-left:18px}.listing-card-thumb{width:70px;height:50px;border-radius:8px;object-fit:cover;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.listing-card-info{flex:1;min-width:0}.listing-card-title{font-size:13px;font-weight:600;color:#202124;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-card-price{font-size:14px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.listing-card-address{font-size:11px;color:#5f6368;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-card-empty{padding:30px;text-align:center;color:#9aa0a6;font-size:13px}.listing-card-empty-icon{font-size:40px;margin-bottom:10px;opacity:.5}.listing-toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%);padding:14px 28px;border-radius:50px;background:linear-gradient(135deg,#323232,#1a1a1a);color:#fff;font-size:14px;font-weight:500;z-index:2000;box-shadow:0 8px 30px #0006;animation:listingSlideUp .4s cubic-bezier(.4,0,.2,1);pointer-events:none}@keyframes listingSlideUp{0%{transform:translate(-50%,100%);opacity:0}to{transform:translate(-50%);opacity:1}}.listing-loading-indicator{position:absolute;top:20px;right:20px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 20px;border-radius:50px;font-size:13px;font-weight:600;display:flex;align-items:center;gap:10px;box-shadow:0 4px 20px #00000026;z-index:1000;color:#667eea}.listing-spinner{width:18px;height:18px;border:3px solid #eef2f7;border-top:3px solid #667eea;border-radius:50%;animation:listingSpin .8s linear infinite}@keyframes listingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.listing-popup{min-width:280px;padding:0}.listing-popup-content{padding:0}.listing-popup-image{width:100%;height:140px;object-fit:cover;border-radius:8px 8px 0 0}.listing-popup-body{padding:14px}.listing-popup-title{font-size:15px;font-weight:700;color:#202124;margin-bottom:8px;line-height:1.4}.listing-popup-price{font-size:18px;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.listing-popup-details{display:flex;gap:16px;margin-bottom:10px;font-size:13px;color:#5f6368}.listing-popup-details span{display:flex;align-items:center;gap:4px}.listing-popup-address{font-size:12px;color:#70757a;margin-bottom:12px;line-height:1.4}.listing-popup-badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}.listing-popup-badge{padding:4px 10px;border-radius:20px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.listing-popup-badge.featured{background:linear-gradient(135deg,gold,#ffb700);color:#333}.listing-popup-badge.property-type{background:#e8f0fe;color:#667eea}.listing-popup-btn{width:100%;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.5px}.listing-popup-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.listing-marker{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;border:3px solid white;box-shadow:0 4px 15px #0000004d;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:12px;transition:all .3s}.listing-marker:hover{transform:scale(1.2);z-index:1000!important}.listing-marker.featured{background:linear-gradient(135deg,gold,#ffb700);color:#333;border-color:#fff}.marker-cluster{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;border:4px solid rgba(255,255,255,.8);box-shadow:0 6px 25px #667eea80;color:#fff;font-weight:800;font-size:14px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.listing-map-controls{width:calc(100% - 40px);max-height:40%;bottom:20px;top:auto;padding:16px}.listing-map-controls h3{font-size:16px}.listing-filter-grid{grid-template-columns:1fr}.listing-stats-box{padding:14px}.listing-stat-value{font-size:22px}.listing-card-list{max-height:150px}}.leaflet-popup-content-wrapper{border-radius:12px!important;box-shadow:0 8px 30px #0003!important;padding:0!important}.leaflet-popup-content{margin:0!important;width:280px!important}.leaflet-popup-tip{box-shadow:0 4px 15px #00000026!important}
