:root{--sidebar-width: 280px;--sidebar-bg: #0f172a;--sidebar-active: #1e293b;--sidebar-hover: rgba(255, 255, 255, .05);--sidebar-text: #e2e8f0;--sidebar-text-secondary: #94a3b8;--sidebar-border: #334155;--accent-primary: #3b82f6;--accent-secondary: #10b981}.sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--sidebar-width);background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;z-index:1000;transition:transform .3s ease;overflow-y:auto;overflow-x:hidden}@media (min-width: 1024px){.sidebar.open{transform:translate(0)}.sidebar.collapsed{transform:translate(-100%)}}@media (max-width: 1023px){.sidebar{transform:translate(-100%)}.sidebar.mobile.open{transform:translate(0)}}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;display:none}.sidebar.mobile.open~.sidebar-overlay{display:block}.sidebar-logo{padding:24px 20px;border-bottom:1px solid var(--sidebar-border);display:flex;align-items:center;gap:16px;cursor:pointer;transition:all .3s ease;position:relative;flex-shrink:0}.sidebar-logo:hover{background:var(--sidebar-hover)}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;overflow:hidden}.logo-icon:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:translate(-100%);transition:transform .6s ease}.sidebar-logo:hover .logo-icon:after{transform:translate(100%)}.logo-inner{color:#fff;font-size:20px;font-weight:900;transition:transform .3s ease}.sidebar-logo:hover .logo-inner{transform:rotate(360deg)}.logo-text{flex:1;min-width:0}.logo-text h2{font-size:22px;font-weight:800;color:#fff;margin-bottom:2px;background:linear-gradient(90deg,#fff,var(--accent-primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.5px}.logo-text span{font-size:12px;color:var(--sidebar-text-secondary);letter-spacing:1px;font-weight:500}.close-btn{display:none;background:none;border:none;color:var(--sidebar-text-secondary);font-size:20px;cursor:pointer;padding:4px;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.sidebar.mobile .close-btn{display:block}.sidebar-nav{flex:1;padding:24px 16px;overflow-y:auto}.menu-section{margin-bottom:32px}.section-label{font-size:11px;color:var(--sidebar-text-secondary);text-transform:uppercase;letter-spacing:1.5px;font-weight:600;margin-bottom:16px;display:block;padding:0 8px}.menu-list{list-style:none;padding:0;margin:0}.menu-item{display:flex;align-items:center;gap:12px;padding:14px 16px;color:var(--sidebar-text);text-decoration:none;border-radius:8px;margin-bottom:8px;transition:all .2s ease;position:relative;overflow:hidden}.menu-item:hover:not(.active){background:var(--sidebar-hover);transform:translate(4px)}.menu-item.active{background:var(--sidebar-active);color:var(--accent-primary);box-shadow:0 4px 12px #3b82f626}.menu-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--accent-primary);border-radius:0 4px 4px 0}.menu-icon{font-size:20px;width:24px;text-align:center;flex-shrink:0;transition:transform .2s ease}.menu-item:hover .menu-icon{transform:scale(1.1)}.menu-item.active .menu-icon{color:var(--accent-primary)}.menu-text{flex:1;min-width:0}.menu-label{display:block;font-size:14px;font-weight:500;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-description{display:block;font-size:11px;color:var(--sidebar-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.active-indicator{width:8px;height:8px;background:var(--accent-primary);border-radius:50%;margin-left:4px;animation:pulse 2s infinite}.sidebar-footer{padding:20px;border-top:1px solid var(--sidebar-border);background:#0003;flex-shrink:0}.copyright{font-size:10px;color:var(--sidebar-text-secondary);text-align:center;opacity:.7}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:var(--sidebar-border);border-radius:2px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}@media (max-width: 767px){.sidebar{width:280px}.sidebar-logo{padding:20px 16px}.menu-item{padding:12px 16px}}:root{--header-height: 70px;--header-bg: #1e293b;--header-border: #334155;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-tertiary: #94a3b8;--accent-blue: #3b82f6;--accent-red: #ef4444;--accent-purple: #8b5cf6;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4);--transition: all .2s ease}.dashboard-header{position:sticky;top:0;left:0;right:0;height:var(--header-height);background:var(--header-bg);border-bottom:1px solid var(--header-border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:900;box-shadow:var(--shadow-sm);flex-shrink:0}.dropdown-backdrop{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:#00000080;z-index:899;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.header-left{display:flex;align-items:center;gap:20px}.menu-toggle{background:#ffffff0d;border:1px solid var(--header-border);color:var(--text-secondary);font-size:20px;cursor:pointer;padding:8px;border-radius:var(--radius-md);transition:var(--transition);display:flex;align-items:center;justify-content:center;width:40px;height:40px;line-height:1}.menu-toggle:hover{background:#ffffff1a;color:var(--text-primary);border-color:var(--accent-blue)}.breadcrumb{display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:14px;font-weight:400}.breadcrumb .separator{color:var(--text-tertiary);opacity:.6}.breadcrumb .current{color:var(--text-primary);font-weight:500}.search-container{position:relative;width:300px}.search-input{width:100%;padding:10px 16px 10px 40px;background:#ffffff0d;border:1px solid var(--header-border);border-radius:var(--radius-md);color:var(--text-primary);font-size:14px;font-weight:400;transition:var(--transition);outline:none}.search-input:focus{border-color:var(--accent-blue);background:#ffffff14;box-shadow:0 0 0 3px #3b82f61a}.search-input::placeholder{color:var(--text-tertiary)}.search-btn{position:absolute;left:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-tertiary);cursor:pointer;font-size:16px;padding:0;line-height:1;z-index:2}.notification-container{position:relative}.notification-btn{position:relative;background:#ffffff0d;border:1px solid var(--header-border);color:var(--text-secondary);font-size:20px;cursor:pointer;padding:8px;border-radius:var(--radius-md);transition:var(--transition);line-height:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.notification-btn:hover{background:#ffffff1a;color:var(--text-primary);border-color:var(--accent-blue)}.notification-icon{font-size:20px;line-height:1}.notification-badge{position:absolute;top:4px;right:4px;background:var(--accent-red);color:#fff;font-size:10px;font-weight:600;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--header-bg)}.notification-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:320px;background:var(--header-bg);border:1px solid var(--header-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:1000;animation:dropdownSlide .2s ease;overflow:hidden}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notification-header{padding:16px;border-bottom:1px solid var(--header-border);display:flex;justify-content:space-between;align-items:center}.notification-header h4{margin:0;font-size:16px;font-weight:600;color:var(--text-primary)}.mark-read{background:none;border:none;color:var(--accent-blue);font-size:12px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:var(--radius-sm);transition:var(--transition)}.mark-read:hover{background:#3b82f61a}.notification-list{max-height:320px;overflow-y:auto}.notification-list::-webkit-scrollbar{width:6px}.notification-list::-webkit-scrollbar-track{background:transparent}.notification-list::-webkit-scrollbar-thumb{background:var(--header-border);border-radius:3px}.notification-item{padding:12px 16px;border-bottom:1px solid var(--header-border);display:flex;align-items:flex-start;gap:12px;transition:var(--transition);cursor:pointer}.notification-item:hover{background:#ffffff0d}.notification-item:last-child{border-bottom:none}.notification-content{flex:1;min-width:0}.notification-content p{margin:0 0 4px;font-size:14px;line-height:1.4;color:var(--text-primary)}.notification-time{font-size:12px;color:var(--text-tertiary);display:block}.notification-dot{width:8px;height:8px;background:var(--accent-blue);border-radius:50%;margin-top:8px;flex-shrink:0;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.view-all-notifications{width:100%;padding:12px;background:none;border:none;border-top:1px solid var(--header-border);color:var(--accent-blue);font-size:14px;font-weight:500;cursor:pointer;transition:var(--transition);text-align:center}.view-all-notifications:hover{background:#ffffff0d}.profile-container{position:relative}.profile-btn{display:flex;align-items:center;gap:12px;background:#ffffff0d;border:1px solid var(--header-border);cursor:pointer;padding:6px 12px;border-radius:var(--radius-md);transition:var(--transition);color:var(--text-primary)}.profile-btn:hover{background:#ffffff1a;border-color:var(--accent-blue)}.profile-avatar{width:36px;height:36px;background:linear-gradient(135deg,var(--accent-purple),var(--accent-blue));border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:14px;flex-shrink:0}.profile-info{text-align:left;display:flex;flex-direction:column;gap:2px}.profile-name{display:block;font-size:14px;font-weight:600;color:var(--text-primary);white-space:nowrap}.profile-role{display:block;font-size:12px;color:var(--text-secondary);white-space:nowrap}.dropdown-arrow{color:var(--text-tertiary);font-size:10px;margin-left:4px;transition:transform .2s ease;display:flex;align-items:center;justify-content:center;width:16px;height:16px}.dropdown-arrow.rotated{transform:rotate(180deg)}.profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:280px;background:var(--header-bg);border:1px solid var(--header-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:1000;animation:dropdownSlide .2s ease;overflow:hidden}.dropdown-section{padding:16px}.dropdown-profile-info{display:flex;align-items:center;gap:12px}.dropdown-avatar{width:40px;height:40px;background:linear-gradient(135deg,var(--accent-purple),var(--accent-blue));border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:16px;flex-shrink:0}.dropdown-name{font-size:14px;font-weight:600;margin:0 0 2px;color:var(--text-primary)}.dropdown-email{font-size:12px;color:var(--text-secondary);margin:0}.dropdown-divider{height:1px;background:var(--header-border);margin:8px 0}.dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:none;border:none;color:var(--text-secondary);font-size:14px;text-align:left;cursor:pointer;transition:var(--transition);text-decoration:none;font-family:inherit}.dropdown-item:hover{background:#ffffff0d;color:var(--text-primary)}.dropdown-icon{font-size:16px;width:20px;display:flex;align-items:center;justify-content:center}.dropdown-item.logout{color:var(--accent-red)}.dropdown-item.logout:hover{background:#ef44441a}@media (max-width: 1024px){.search-container{display:none}.dashboard-header{padding:0 16px}}@media (max-width: 768px){:root{--header-height: 60px}.dashboard-header{height:60px}.header-left .breadcrumb{display:none}.header-right{gap:12px}.profile-info{display:none}.profile-btn{padding:6px}.dropdown-arrow{display:none}.notification-dropdown,.profile-dropdown{position:fixed!important;top:60px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;width:calc(100vw - 32px)!important;max-width:320px!important;margin:0 auto}.profile-dropdown{max-width:280px!important}}@media (max-width: 480px){.dashboard-header{padding:0 12px}.header-right{gap:8px}.menu-toggle,.notification-btn{width:36px;height:36px}.profile-avatar{width:32px;height:32px}}@media print{.dashboard-header{display:none!important}}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5}body{background:#0f172a;color:#f1f5f9;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}:root{--primary-bg: #0f172a;--card-bg: #1e293b;--border-color: #334155;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-tertiary: #94a3b8;--accent-blue: #3b82f6;--accent-blue-light: rgba(59, 130, 246, .15);--accent-green: #10b981;--accent-green-light: rgba(16, 185, 129, .15);--accent-red: #ef4444;--accent-red-light: rgba(239, 68, 68, .15);--accent-yellow: #f59e0b;--accent-yellow-light: rgba(245, 158, 11, .15);--accent-purple: #8b5cf6;--accent-purple-light: rgba(139, 92, 246, .15);--accent-orange: #f97316;--accent-orange-light: rgba(249, 115, 22, .15);--accent-pink: #ec4899;--accent-pink-light: rgba(236, 72, 153, .15);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .4);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--spacing-xs: .5rem;--spacing-sm: .75rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease}.dashboard-home{width:100%;min-height:100vh;background:var(--primary-bg);display:flex;flex-direction:column;overflow-x:hidden}.dashboard-header-section{background:var(--card-bg);padding:var(--spacing-lg) var(--spacing-xl);border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--spacing-lg);flex-shrink:0;box-shadow:var(--shadow-sm)}.welcome-section{display:flex;align-items:center;gap:var(--spacing-lg);flex:1}.user-avatar-large{width:72px;height:72px;background:linear-gradient(135deg,var(--accent-purple),var(--accent-blue));border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;font-weight:600;flex-shrink:0}.welcome-text h1{font-size:28px;font-weight:700;margin:0 0 var(--spacing-xs) 0;line-height:1.2;color:var(--text-primary)}.welcome-text p{color:var(--text-secondary);margin:0;font-size:16px;line-height:1.4}.header-actions{display:flex;align-items:center;gap:var(--spacing-xl);flex-wrap:wrap}.date-info{display:flex;flex-direction:column;align-items:flex-end;gap:var(--spacing-xs)}.current-date{font-size:14px;color:var(--text-secondary);font-weight:500;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.current-time{font-size:24px;font-weight:600;color:var(--accent-blue)}.action-buttons{display:flex;gap:var(--spacing-md)}.btn{padding:var(--spacing-sm) var(--spacing-lg);border-radius:var(--radius-md);border:none;font-weight:500;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-xs);transition:all var(--transition-base);white-space:nowrap;text-decoration:none;color:var(--text-primary);min-height:40px}.btn-primary{background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-md);opacity:.9}.btn-secondary{background:var(--card-bg);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--border-color);transform:translateY(-1px)}.btn-text{background:transparent;color:var(--accent-blue);padding:var(--spacing-xs) var(--spacing-md);font-weight:500}.btn-text:hover{color:var(--accent-purple)}.btn-icon{font-size:16px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--spacing-lg);padding:var(--spacing-xl);flex-shrink:0}.stat-card{background:var(--card-bg);border-radius:var(--radius-lg);padding:var(--spacing-xl);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-md);border:1px solid var(--border-color);transition:all var(--transition-base);min-height:160px;text-align:center;position:relative}.stat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--accent-blue-light)}.stat-icon-wrapper{width:64px;height:64px;background:var(--accent-blue-light);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:var(--spacing-sm)}.stat-icon{font-size:28px}.stat-content{flex:1;min-width:0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-xs)}.stat-main{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-xs);margin-bottom:var(--spacing-sm);width:100%}.stat-value{font-size:42px;font-weight:800;line-height:1;color:var(--text-primary);text-align:center;letter-spacing:-.5px;margin:0}.stat-change{font-size:16px;font-weight:700;padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-md);background:var(--accent-green-light);display:inline-flex;align-items:center;gap:var(--spacing-xs)}.stat-change.positive{color:var(--accent-green);background:var(--accent-green-light)}.stat-change.negative{color:var(--accent-red);background:var(--accent-red-light)}.stat-change.neutral{color:var(--text-secondary);background:var(--border-color)}.stat-title{display:block;font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:var(--spacing-xs);text-align:center}.stat-desc{display:block;font-size:14px;color:var(--text-tertiary);line-height:1.4;text-align:center;max-width:90%;margin:0 auto}.main-content-area{padding:0 var(--spacing-xl) var(--spacing-xl);display:flex;flex-direction:column;gap:var(--spacing-xl);flex:1;min-height:0;width:100%;overflow-x:hidden}.combined-cards-row,.updates-performers-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-xl);min-height:0;width:100%}.full-width{width:100%;grid-column:1 / -1}.card{background:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--border-color);overflow:hidden;display:flex;flex-direction:column;min-height:0;transition:all var(--transition-base);width:100%}.card:hover{box-shadow:var(--shadow-md)}.card-header{padding:var(--spacing-lg);border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:var(--spacing-md);flex-shrink:0;min-height:70px}.card-title-section{flex:1;min-width:0}.card-title-section h3{margin:0 0 var(--spacing-xs) 0;font-size:18px;font-weight:600;color:var(--text-primary);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-title-section p{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-actions{flex-shrink:0}.card-content{padding:var(--spacing-lg);flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden;width:100%}.revenue-card{min-height:400px}.time-select-wrapper{position:relative;display:inline-block;min-width:140px;max-width:200px}.time-select{width:100%;padding:var(--spacing-sm) var(--spacing-lg) var(--spacing-sm) var(--spacing-md);border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--card-bg);color:var(--text-primary);font-size:14px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:32px}.time-select:focus{outline:none;border-color:var(--accent-blue)}.select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--text-secondary);font-size:12px;pointer-events:none}.revenue-chart{flex:1;display:flex;flex-direction:column;gap:var(--spacing-lg);min-height:200px;width:100%}.chart-bars{display:flex;align-items:flex-end;justify-content:space-between;height:180px;flex:1;padding:0 var(--spacing-sm);width:100%}.chart-bar-group{display:flex;flex-direction:column;align-items:center;flex:1;height:100%;position:relative;min-width:0}.bar-container{position:relative;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center;gap:4px}.bar{width:12px;border-radius:var(--radius-sm) var(--radius-sm) 0 0;transition:height var(--transition-slow);position:relative;min-height:1px}.bar.previous{background:var(--border-color);opacity:.7}.bar.current{background:linear-gradient(to top,var(--accent-blue),var(--accent-purple))}.bar-label{position:absolute;bottom:-24px;font-size:12px;color:var(--text-secondary);font-weight:500;white-space:nowrap;text-align:center;width:100%}.chart-legend{display:flex;justify-content:center;gap:var(--spacing-xl);flex-wrap:wrap;margin-top:auto}.legend-item{display:flex;align-items:center;gap:var(--spacing-sm);font-size:14px;color:var(--text-secondary);white-space:nowrap}.legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.legend-dot.current{background:linear-gradient(to right,var(--accent-blue),var(--accent-purple))}.legend-dot.previous{background:var(--border-color)}.legend-text{white-space:nowrap}.revenue-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-lg);padding:var(--spacing-lg);background:var(--accent-blue-light);border-radius:var(--radius-lg);margin-top:var(--spacing-lg);width:100%}.summary-item{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-xs);text-align:center;min-width:0}.summary-label{font-size:12px;color:var(--text-secondary);font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.summary-value{font-size:20px;font-weight:700;color:var(--text-primary);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.summary-value.positive{color:var(--accent-green)}.quick-links-card{min-height:320px;width:100%}.quick-links-grid{display:grid;grid-template-columns:1fr;gap:var(--spacing-sm);height:100%;width:100%}.quick-link-item{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-md);text-decoration:none;color:var(--text-primary);transition:all var(--transition-base);min-height:70px;width:100%}.quick-link-item:hover{background:var(--accent-blue-light);border-color:var(--accent-blue);transform:translate(4px)}.link-icon{width:44px;height:44px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.link-icon.blue{background:var(--accent-blue-light);color:var(--accent-blue)}.link-icon.green{background:var(--accent-green-light);color:var(--accent-green)}.link-icon.purple{background:var(--accent-purple-light);color:var(--accent-purple)}.link-icon.orange{background:var(--accent-orange-light);color:var(--accent-orange)}.link-content{flex:1;min-width:0}.link-title{display:block;font-weight:600;font-size:14px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-primary);line-height:1.2;width:100%}.link-desc{display:block;font-size:12px;color:var(--text-secondary);line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%}.link-arrow{color:var(--text-tertiary);font-size:16px;flex-shrink:0;transition:transform var(--transition-fast),color .3s ease}.quick-link-item:hover .link-arrow{transform:translate(2px);color:var(--accent-blue)}.system-card{min-height:320px;width:100%}.system-stats{display:flex;flex-direction:column;gap:var(--spacing-lg);height:100%;width:100%}.system-stat-item{display:flex;flex-direction:column;gap:var(--spacing-xs);width:100%}.stat-label-row{display:flex;justify-content:space-between;align-items:center;width:100%}.stat-label{font-size:14px;color:var(--text-secondary);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat-value{font-size:14px;font-weight:600;color:var(--text-primary);line-height:1.2;white-space:nowrap;flex-shrink:0}.progress-bar-container{height:8px;background:var(--border-color);border-radius:4px;overflow:hidden;position:relative;width:100%}.progress-bar{height:100%;background:linear-gradient(to right,var(--accent-blue),var(--accent-purple));border-radius:4px;transition:width var(--transition-slow)}.updates-card{min-height:320px;width:100%}.updates-badge{background:var(--accent-red);color:#fff;padding:var(--spacing-xs) var(--spacing-sm);border-radius:20px;font-size:12px;font-weight:600;flex-shrink:0}.updates-list{display:flex;flex-direction:column;gap:var(--spacing-md);height:100%;width:100%}.update-item{display:flex;align-items:flex-start;gap:var(--spacing-md);padding-bottom:var(--spacing-md);border-bottom:1px solid var(--border-color);width:100%}.update-item:last-child{border-bottom:none;padding-bottom:0}.update-icon{width:32px;height:32px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;flex-shrink:0}.update-icon.success{background:var(--accent-green-light);color:var(--accent-green)}.update-icon.warning{background:var(--accent-yellow-light);color:var(--accent-yellow)}.update-icon.info{background:var(--accent-blue-light);color:var(--accent-blue)}.update-content{flex:1;min-width:0;width:100%}.update-message{margin:0 0 4px;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text-primary);width:100%}.update-time{font-size:12px;color:var(--text-tertiary);line-height:1.2;white-space:nowrap}.performers-card{min-height:320px;width:100%}.performers-list{display:flex;flex-direction:column;gap:var(--spacing-md);height:100%;width:100%}.performer-item{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);border-radius:var(--radius-md);background:var(--card-bg);border:1px solid var(--border-color);transition:all var(--transition-base);min-height:70px;width:100%}.performer-item:hover{background:var(--accent-blue-light);border-color:var(--accent-blue)}.performer-rank{width:32px;height:32px;background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;flex-shrink:0}.performer-info{flex:1;min-width:0}.performer-name{display:block;font-weight:600;font-size:14px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-primary);line-height:1.2;width:100%}.performer-type{display:block;font-size:12px;color:var(--text-secondary);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.performer-stats{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.performer-price{font-weight:600;font-size:14px;color:var(--text-primary);white-space:nowrap;line-height:1.2}.performer-growth{font-size:12px;font-weight:500;white-space:nowrap;line-height:1.2}.performer-growth.positive{color:var(--accent-green)}.property-status-card{min-height:320px;width:100%}.property-status-container{width:100%;overflow:hidden}.property-status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--spacing-md);width:100%}.property-status-item{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:all var(--transition-base);min-height:80px;width:100%}.property-status-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--accent-blue)}.property-icon-wrapper{flex-shrink:0}.property-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:20px}.property-icon.green{background:var(--accent-green-light);color:var(--accent-green)}.property-icon.yellow{background:var(--accent-yellow-light);color:var(--accent-yellow)}.property-icon.blue{background:var(--accent-blue-light);color:var(--accent-blue)}.property-icon.purple{background:var(--accent-purple-light);color:var(--accent-purple)}.property-icon.orange{background:var(--accent-orange-light);color:var(--accent-orange)}.property-icon.gray{background:var(--border-color);color:var(--text-secondary)}.property-info{flex:1;min-width:0}.property-title{display:block;font-weight:600;font-size:14px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-primary);line-height:1.2;width:100%}.property-count{display:block;font-size:12px;color:var(--text-secondary);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.property-trend{font-size:14px;font-weight:600;flex-shrink:0;white-space:nowrap}.property-trend.up{color:var(--accent-green)}.property-trend.down{color:var(--accent-red)}.property-trend.neutral{color:var(--text-tertiary)}@media (min-width: 1920px){.main-content-area{padding:0 var(--spacing-2xl) var(--spacing-2xl);max-width:1920px;margin:0 auto;width:100%}.dashboard-header-section,.stats-grid{padding:var(--spacing-xl) var(--spacing-2xl);max-width:1920px;margin:0 auto;width:100%}.property-status-grid{grid-template-columns:repeat(3,1fr)}.combined-cards-row,.updates-performers-row{gap:48px}.stat-value{font-size:48px}.stat-icon-wrapper{width:72px;height:72px}.stat-icon{font-size:32px}}@media (max-width: 1919px) and (min-width: 1440px){.main-content-area{padding:0 var(--spacing-xl) var(--spacing-xl)}.property-status-grid{grid-template-columns:repeat(3,1fr)}.combined-cards-row,.updates-performers-row{gap:40px}}@media (max-width: 1439px) and (min-width: 1024px){.main-content-area{padding:0 var(--spacing-xl) var(--spacing-xl)}.combined-cards-row,.updates-performers-row{gap:36px}.property-status-grid{grid-template-columns:repeat(3,1fr)}.revenue-summary{grid-template-columns:repeat(3,1fr);gap:var(--spacing-md);padding:var(--spacing-md)}.time-select-wrapper{min-width:130px}.stat-value{font-size:38px}}@media (max-width: 1023px) and (min-width: 768px){.main-content-area{padding:0 var(--spacing-lg) var(--spacing-lg)}.dashboard-header-section{padding:var(--spacing-lg)}.stats-grid{padding:var(--spacing-lg);grid-template-columns:repeat(2,1fr)}.combined-cards-row,.updates-performers-row{grid-template-columns:1fr;gap:var(--spacing-xl)}.property-status-grid{grid-template-columns:repeat(2,1fr)}.revenue-summary{grid-template-columns:repeat(3,1fr);gap:var(--spacing-md);padding:var(--spacing-md)}.time-select-wrapper{min-width:120px}.card-header{flex-wrap:wrap}.stat-value{font-size:36px}.stat-icon-wrapper{width:56px;height:56px}.stat-card{min-height:140px;padding:var(--spacing-lg)}}@media (max-width: 767px) and (min-width: 640px){.main-content-area{padding:0 var(--spacing-lg) var(--spacing-lg)}.dashboard-header-section{flex-direction:column;align-items:stretch;gap:var(--spacing-md);padding:var(--spacing-lg)}.welcome-section{align-items:flex-start}.header-actions{flex-direction:column;align-items:stretch;gap:var(--spacing-md)}.date-info{align-items:flex-start}.action-buttons{flex-direction:column;width:100%}.btn{width:100%}.stats-grid{padding:var(--spacing-lg);grid-template-columns:repeat(2,1fr);gap:var(--spacing-md)}.combined-cards-row,.updates-performers-row{grid-template-columns:1fr;gap:var(--spacing-lg)}.property-status-grid{grid-template-columns:repeat(2,1fr)}.revenue-summary{grid-template-columns:repeat(3,1fr);gap:var(--spacing-md);padding:var(--spacing-md)}.time-select-wrapper{width:100%;max-width:100%}.time-select{width:100%}.card-header{flex-direction:column;align-items:flex-start;gap:var(--spacing-md)}.card-actions{width:100%}.stat-value{font-size:32px}.stat-card{min-height:130px;padding:var(--spacing-md)}}@media (max-width: 639px) and (min-width: 480px){.main-content-area{padding:0 var(--spacing-md) var(--spacing-md);gap:var(--spacing-md)}.dashboard-header-section{flex-direction:column;align-items:stretch;gap:var(--spacing-md);padding:var(--spacing-md)}.welcome-section{align-items:flex-start;gap:var(--spacing-md)}.user-avatar-large{width:56px;height:56px;font-size:24px}.welcome-text h1{font-size:24px}.header-actions{flex-direction:column;align-items:stretch;gap:var(--spacing-md)}.date-info{align-items:flex-start}.current-time{font-size:20px}.action-buttons{flex-direction:column;width:100%}.btn{width:100%}.stats-grid{padding:var(--spacing-md);grid-template-columns:1fr;gap:var(--spacing-md)}.stat-card{padding:var(--spacing-lg);min-height:140px}.stat-value{font-size:36px}.stat-icon-wrapper{width:56px;height:56px}.combined-cards-row,.updates-performers-row{grid-template-columns:1fr;gap:var(--spacing-md)}.property-status-grid{grid-template-columns:repeat(2,1fr)}.card-header{padding:var(--spacing-md);min-height:60px;flex-direction:column;align-items:flex-start;gap:var(--spacing-md)}.card-content{padding:var(--spacing-md)}.revenue-summary{grid-template-columns:repeat(3,1fr);gap:var(--spacing-sm);padding:var(--spacing-sm)}.summary-value{font-size:18px}.chart-bars{height:160px}.bar{width:10px}.time-select-wrapper{width:100%}.time-select{width:100%;font-size:13px}}@media (max-width: 479px) and (min-width: 375px){.main-content-area{padding:0 var(--spacing-md) var(--spacing-md);gap:var(--spacing-md)}.dashboard-header-section{padding:var(--spacing-md);gap:var(--spacing-md)}.welcome-section{flex-direction:row;align-items:center;gap:var(--spacing-md)}.user-avatar-large{width:48px;height:48px;font-size:20px}.welcome-text h1{font-size:20px;line-height:1.3}.welcome-text p{font-size:14px}.header-actions{flex-direction:column;align-items:stretch;gap:var(--spacing-md)}.date-info{align-items:flex-start}.current-date{font-size:13px}.current-time{font-size:18px}.action-buttons{flex-direction:column;width:100%}.btn{width:100%;padding:var(--spacing-sm) var(--spacing-md);font-size:13px}.stats-grid{padding:var(--spacing-md);grid-template-columns:1fr;gap:var(--spacing-sm)}.stat-card{padding:var(--spacing-lg);min-height:130px;gap:var(--spacing-sm)}.stat-value{font-size:32px}.stat-icon-wrapper{width:48px;height:48px}.stat-icon{font-size:22px}.combined-cards-row,.updates-performers-row{grid-template-columns:1fr;gap:var(--spacing-md)}.property-status-grid{grid-template-columns:1fr}.card-header{padding:var(--spacing-md);min-height:60px;flex-direction:column;align-items:flex-start;gap:var(--spacing-sm)}.card-content{padding:var(--spacing-md)}.card-title-section h3{font-size:16px}.card-title-section p{font-size:13px}.revenue-summary{grid-template-columns:1fr;gap:var(--spacing-md);padding:var(--spacing-md)}.chart-bars{height:140px}.bar{width:8px}.bar-label{font-size:10px;bottom:-20px}.time-select-wrapper{width:100%}.time-select{width:100%;font-size:13px;padding:var(--spacing-sm) var(--spacing-md);padding-right:30px}.select-arrow{right:10px}.property-status-item{padding:var(--spacing-sm);min-height:70px}.property-icon{width:40px;height:40px;font-size:18px}.quick-link-item{padding:var(--spacing-sm);min-height:60px}.link-icon{width:36px;height:36px;font-size:18px}.performer-item{padding:var(--spacing-sm);min-height:60px}.performer-rank{width:28px;height:28px;font-size:12px}}@media (max-width: 374px){html{font-size:14px}.main-content-area{padding:0 var(--spacing-sm) var(--spacing-sm);gap:var(--spacing-sm)}.dashboard-header-section{padding:var(--spacing-sm);gap:var(--spacing-sm)}.welcome-section{flex-direction:row;align-items:center;gap:var(--spacing-sm)}.user-avatar-large{width:40px;height:40px;font-size:18px}.welcome-text h1{font-size:18px;line-height:1.3}.welcome-text p{font-size:13px}.header-actions{flex-direction:column;align-items:stretch;gap:var(--spacing-sm)}.date-info{align-items:flex-start}.current-date{font-size:12px}.current-time{font-size:16px}.action-buttons{flex-direction:column;width:100%}.btn{width:100%;padding:var(--spacing-xs) var(--spacing-sm);font-size:12px;min-height:36px}.stats-grid{padding:var(--spacing-sm);grid-template-columns:1fr;gap:var(--spacing-xs)}.stat-card{padding:var(--spacing-lg);min-height:120px;gap:var(--spacing-xs)}.stat-value{font-size:28px}.stat-icon-wrapper{width:40px;height:40px}.stat-icon{font-size:20px}.combined-cards-row,.updates-performers-row{grid-template-columns:1fr;gap:var(--spacing-sm)}.property-status-grid{grid-template-columns:1fr}.card-header{padding:var(--spacing-sm);min-height:50px;flex-direction:column;align-items:flex-start;gap:var(--spacing-xs)}.card-content{padding:var(--spacing-sm)}.card-title-section h3{font-size:15px;margin-bottom:2px}.card-title-section p{font-size:12px}.revenue-summary{grid-template-columns:1fr;gap:var(--spacing-sm);padding:var(--spacing-sm)}.summary-value{font-size:16px}.chart-bars{height:120px}.bar{width:6px}.bar-label{font-size:9px;bottom:-16px}.time-select-wrapper{width:100%}.time-select{width:100%;font-size:12px;padding:var(--spacing-xs) var(--spacing-md);padding-right:28px;min-height:36px}.select-arrow{right:8px;font-size:10px}.property-status-item{padding:var(--spacing-xs);min-height:60px;gap:var(--spacing-sm)}.property-icon{width:36px;height:36px;font-size:16px}.quick-link-item{padding:var(--spacing-xs);min-height:50px;gap:var(--spacing-sm)}.link-icon{width:32px;height:32px;font-size:16px}.link-title{font-size:13px}.link-desc{font-size:11px}.performer-item{padding:var(--spacing-xs);min-height:50px;gap:var(--spacing-sm)}.performer-rank{width:24px;height:24px;font-size:11px}.performer-name{font-size:13px}.performer-type{font-size:11px}.performer-price{font-size:13px}.performer-growth{font-size:11px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-home>*{animation:fadeIn .3s ease-out}::-webkit-scrollbar-track{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--accent-blue);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-purple)}select.time-select option{color:var(--text-primary);background:var(--card-bg);padding:var(--spacing-sm);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media print{.dashboard-home{background:#fff;color:#000;height:auto;overflow:visible}.main-content-area{overflow:visible;height:auto}.btn,.action-buttons,.updates-badge{display:none}.card{break-inside:avoid;border:1px solid #ddd;page-break-inside:avoid}}.add-properties{padding:16px;color:#e2e8f0;font-family:system-ui,-apple-system,sans-serif;min-height:100vh;background:#0f172a;box-sizing:border-box;width:100%;max-width:100%;overflow-x:hidden;position:relative}.add-properties *,.add-properties *:before,.add-properties *:after{box-sizing:border-box}.page-header{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:12px;padding:24px 20px;margin-bottom:24px;border:1px solid #334155;display:flex;flex-direction:column;gap:16px;color:#fff;box-shadow:0 2px 4px #0000001a}.header-content{width:100%}.subtitle{color:#94a3b8;font-size:14px;line-height:1.4;margin:0}.header-actions{display:flex;gap:12px;width:100%;flex-wrap:wrap}.save-draft-btn,.preview-btn{padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;border:none;outline:none;flex:1;min-width:140px}.save-draft-btn{background:transparent;color:#94a3b8;border:1px solid #475569}.save-draft-btn:hover{background:#ffffff0d;color:#e2e8f0;border-color:#64748b}.preview-btn{background:#3b82f6;color:#fff;border:1px solid #2563eb}.preview-btn:hover{background:#2563eb;transform:translateY(-1px)}.property-form-container{display:flex;flex-direction:column;gap:24px;width:100%;max-width:100%;position:relative}.form-section{background:#1e293b;border-radius:12px;padding:20px;border:1px solid #334155;color:#e2e8f0;transition:all .3s ease;width:100%;max-width:100%}.section-header{display:flex;flex-direction:column;gap:8px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #334155}.section-header h2{font-size:18px;font-weight:600;color:#fff;margin:0;line-height:1.3}.required-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3);align-self:flex-start}.form-grid{display:grid;grid-template-columns:1fr;gap:20px;width:100%}.full-width{grid-column:1 / -1}.form-group{display:flex;flex-direction:column;gap:8px;width:100%}.form-label{font-size:14px;font-weight:500;color:#e2e8f0;display:flex;align-items:center;gap:4px}.form-input,.form-select,.form-textarea{padding:12px;background:#0f172a!important;border:1px solid #475569;border-radius:8px;color:#fff!important;font-size:14px;transition:all .2s ease;font-family:inherit;width:100%;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input:hover,.form-select:hover,.form-textarea:hover{border-color:#64748b}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3b82f6!important;box-shadow:0 0 0 2px #3b82f61a;position:relative;z-index:10}.form-input::placeholder,.form-textarea::placeholder{color:#94a3b8;opacity:.7}.form-input.error{border-color:#ef4444!important}.error-message{color:#ef4444;font-size:12px;margin-top:4px}.hint-text{color:#94a3b8;font-size:12px;margin-top:4px}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px;cursor:pointer}.property-type-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}.type-btn{padding:12px 8px;background:#ffffff0d;border:1px solid #475569;border-radius:8px;color:#94a3b8;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:4px;border:none;outline:none;width:100%;white-space:nowrap}.type-btn:hover{background:#ffffff1a;color:#e2e8f0}.type-btn.active{background:#3b82f626;border:1px solid #3b82f6;color:#3b82f6}.price-input-group{display:flex;flex-direction:column;gap:8px;width:100%}.price-unit{padding:12px 40px 12px 12px;background:#0f172a;border:1px solid #475569;border-radius:8px;color:#fff;font-size:14px;cursor:pointer;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.counter-group{display:flex;align-items:center;gap:8px;width:100%}.counter-btn{width:36px;height:36px;background:#0f172a;border:1px solid #475569;border-radius:8px;color:#fff;font-size:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.counter-btn:hover{background:#1e293b;border-color:#64748b}.counter-input{width:60px;padding:8px;background:#0f172a;border:1px solid #475569;border-radius:8px;color:#fff;font-size:14px;font-weight:600;text-align:center;flex:1}.checkbox-group{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid #334155}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:12px;background:#0f172a80;border:1px solid #334155;border-radius:8px;transition:all .2s ease;min-height:48px}.checkbox-input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-custom{width:20px;height:20px;border:2px solid #475569;border-radius:4px;position:relative;transition:all .2s ease;background:#ffffff0d;flex-shrink:0;display:flex;align-items:center;justify-content:center}.checkbox-input:checked+.checkbox-custom{background:#3b82f6;border-color:#3b82f6}.checkbox-input:checked+.checkbox-custom:after{content:"";width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-2px}.checkbox-text{color:#e2e8f0;font-size:13px;font-weight:500;flex:1}.image-upload-section{display:flex;flex-direction:column;gap:20px}.image-upload-box{border:2px dashed #475569;border-radius:12px;padding:32px 20px;text-align:center;cursor:pointer;transition:all .3s ease;background:#ffffff05;position:relative;overflow:hidden}.image-upload-box:hover{border-color:#3b82f6;background:#3b82f60d}.upload-icon{font-size:32px;margin-bottom:12px;color:#94a3b8}.upload-text{font-size:16px;font-weight:600;color:#fff;margin-bottom:6px}.upload-subtext{font-size:12px;color:#94a3b8}.image-upload-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.image-preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.image-preview-item{position:relative;border-radius:8px;overflow:hidden;background:#ffffff0d;border:1px solid #334155}.preview-image{width:100%;height:120px;object-fit:cover;display:block}.remove-image-btn{position:absolute;top:8px;right:8px;width:24px;height:24px;background:#ef4444e6;border:none;border-radius:50%;color:#fff;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;z-index:10}.upload-progress{position:absolute;bottom:0;left:0;right:0;height:20px;background:#000000b3;display:flex;align-items:center;padding:0 8px}.progress-bar{height:4px;background:#3b82f6;border-radius:2px;transition:width .3s ease}.progress-text{color:#fff;font-size:10px;font-weight:600;margin-left:6px}.image-info{padding:8px;background:#00000080}.image-name{font-size:11px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.image-details{display:flex;justify-content:space-between;font-size:10px;color:#94a3b8}.image-error{color:#ef4444;font-size:10px;margin-top:4px}.video-upload-section{display:flex;flex-direction:column;gap:20px}.video-upload-box{border:2px dashed #475569;border-radius:12px;padding:32px 20px;text-align:center;cursor:pointer;background:#ffffff05;position:relative;overflow:hidden}.video-upload-box:hover{border-color:#3b82f6;background:#3b82f60d}.video-preview-grid{display:grid;grid-template-columns:1fr;gap:16px}.video-preview-wrapper{position:relative;width:100%;height:180px;background:#000}.preview-video{width:100%;height:100%;object-fit:contain;border-radius:8px}.remove-video-btn{position:absolute;top:8px;right:8px;width:24px;height:24px;background:#ef4444e6;border:none;border-radius:50%;color:#fff;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.video-info{padding:8px;background:#00000080}.image-summary,.video-summary{display:flex;flex-direction:column;gap:12px;padding:12px;background:#ffffff05;border-radius:8px;border:1px solid #334155;text-align:center}.add-more-btn{padding:8px 12px;background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.3);border-radius:6px;font-size:13px;font-weight:500;cursor:pointer}.section-header-content{display:flex;flex-direction:column;gap:8px}.section-header-actions{display:flex;justify-content:flex-end}.clear-all-btn{padding:6px 12px;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3);border-radius:6px;font-size:12px;font-weight:500;cursor:pointer}.media-count-badge{background:#3b82f61a;color:#3b82f6;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.form-actions{display:flex;flex-direction:column;gap:12px;padding-top:24px;border-top:1px solid #334155;margin-top:24px}.cancel-btn,.save-btn,.submit-btn{padding:14px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;border:none;outline:none;width:100%}.save-btn{background:#475569;color:#fff}.submit-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-right:8px}.success-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172af2;display:flex;justify-content:center;align-items:center;z-index:10001;padding:20px}.success-popup{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:16px;padding:32px 24px;width:100%;max-width:400px;text-align:center;border:1px solid #334155;box-shadow:0 8px 32px #0006}.success-icon{width:60px;height:60px;background:linear-gradient(135deg,#10b981,#34d399);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff;font-size:24px;font-weight:700}.success-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px;background:linear-gradient(90deg,#fff,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.success-message{color:#94a3b8;font-size:14px;line-height:1.5;margin-bottom:24px}.success-close-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;padding:14px 32px;font-size:14px;font-weight:600;cursor:pointer;width:100%}.property-details-section{background:#0f172a80;border-radius:8px;padding:16px;border:1px solid rgba(51,65,85,.3);margin-top:12px}.details-section{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(51,65,85,.3)}.details-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.details-subtitle{font-size:15px;font-weight:600;color:#e2e8f0;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid rgba(59,130,246,.3)}@media (max-width: 767px){.form-actions{position:sticky;bottom:0;left:0;right:0;background:#1e293b;padding:16px 20px;margin:0 -20px -20px;border-top:1px solid #334155;border-radius:0 0 12px 12px;box-shadow:0 -4px 20px #0000004d;z-index:100;display:flex;flex-direction:row;gap:12px;will-change:transform;transform:translateZ(0)}.form-actions:before{content:"";position:absolute;bottom:100%;left:0;right:0;height:20px;background:linear-gradient(to bottom,transparent,#1e293b);pointer-events:none}.cancel-btn,.save-btn,.submit-btn{flex:1;min-width:0;padding:12px 16px;font-size:13px;white-space:nowrap}.submit-btn{font-size:13px;letter-spacing:-.2px}.property-form-container{padding-bottom:80px}.add-properties{padding-bottom:0}.form-section{margin-bottom:4px;border-radius:12px}.property-form-container{gap:16px;padding-bottom:80px}}@media (min-width: 768px){.add-properties{padding:24px}.page-header{flex-direction:row;justify-content:space-between;align-items:center;padding:28px 32px}.header-content{width:auto}.header-content h1{font-size:28px}.subtitle{font-size:15px}.header-actions{width:auto;flex-wrap:nowrap}.save-draft-btn,.preview-btn{min-width:120px}.form-section{padding:28px}.section-header{flex-direction:row;justify-content:space-between;align-items:center}.form-grid{grid-template-columns:repeat(2,1fr);gap:24px}.property-type-selector{grid-template-columns:repeat(3,1fr)}.type-btn{padding:12px 16px;font-size:14px}.price-input-group{flex-direction:row}.price-input-group .form-input{flex:1}.price-unit{min-width:140px}.checkbox-group,.image-preview-grid{grid-template-columns:repeat(3,1fr)}.video-preview-grid{grid-template-columns:repeat(2,1fr)}.form-actions{flex-direction:row;justify-content:flex-end}.cancel-btn,.save-btn,.submit-btn{width:auto;min-width:140px}.image-summary,.video-summary{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}.success-popup{padding:40px 32px;max-width:500px}.success-icon{width:70px;height:70px;font-size:28px}.success-title{font-size:24px}.success-message{font-size:16px}}@media (min-width: 1024px){.add-properties{padding:32px;max-width:1400px;margin:0 auto}.page-header{padding:32px 40px;border-radius:16px}.header-content h1{font-size:32px}.form-section{padding:32px;border-radius:16px}.form-grid{gap:28px}.property-details-section .form-grid{grid-template-columns:repeat(3,1fr)}.checkbox-group,.image-preview-grid{grid-template-columns:repeat(4,1fr)}.video-preview-grid{grid-template-columns:repeat(3,1fr)}.video-preview-wrapper{height:200px}.preview-image{height:150px}.type-btn{font-size:15px;padding:14px 20px}}@media (min-width: 1440px){.image-preview-grid{grid-template-columns:repeat(5,1fr)}.video-preview-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 374px){.add-properties{padding:12px}.page-header{padding:20px 16px}.header-content h1{font-size:20px}.save-draft-btn,.preview-btn{min-width:100%;font-size:13px;padding:10px 16px}.header-actions{gap:8px}.form-section{padding:16px}.type-btn{font-size:12px;padding:10px 8px}.image-preview-grid,.checkbox-group{grid-template-columns:1fr}.form-grid{gap:16px}.counter-group{gap:4px}.counter-btn{width:32px;height:32px;font-size:14px}.counter-input{width:50px}.form-actions{padding:12px 16px;gap:8px}.cancel-btn,.save-btn,.submit-btn{padding:10px 12px;font-size:12px}.form-actions .submit-btn{font-size:12px;padding:10px 8px}.success-popup{padding:24px 20px}.success-icon{width:50px;height:50px;font-size:20px}.success-title{font-size:18px}.success-message{font-size:13px}}@supports (-webkit-touch-callout: none){@media (max-width: 767px){.form-actions{position:-webkit-sticky;position:sticky;padding-bottom:max(16px,env(safe-area-inset-bottom))}}}@supports (padding: max(0px)){@media (max-width: 767px){.form-actions{padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right));padding-bottom:max(16px,env(safe-area-inset-bottom))}}}@media (max-height: 600px) and (orientation: landscape){.add-properties{padding:12px}.form-section{padding:16px}.image-preview-grid{grid-template-columns:repeat(3,1fr)}.video-preview-grid{grid-template-columns:repeat(2,1fr)}.form-actions{padding:12px 20px}.cancel-btn,.save-btn,.submit-btn{padding:10px 12px;font-size:12px}}@media (hover: none) and (pointer: coarse){.type-btn,.counter-btn,.save-draft-btn,.preview-btn,.cancel-btn,.save-btn,.submit-btn,.add-more-btn,.clear-all-btn{min-height:44px}.form-input,.form-select,.form-textarea{font-size:16px}.checkbox-label{min-height:52px}}@media (prefers-color-scheme: dark){.add-properties{background:#0f172a}.form-section{background:#1e293b}.form-input,.form-select,.form-textarea{background:#0f172a!important;color:#fff!important}}@media print{.add-properties{background:#fff;color:#000}.page-header,.form-section{border:1px solid #ddd;background:#fff;color:#000}.header-actions,.form-actions,.image-upload-box,.remove-image-btn,.remove-video-btn,.clear-all-btn{display:none}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){.add-properties,.form-section,.form-input,.form-select,.form-textarea{border:2px solid #fff}}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}*:focus{outline:none}*:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}html{scroll-behavior:smooth}img{max-width:100%;height:auto}p,label,span{line-height:1.5}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}html,body{overflow-x:hidden;position:relative;height:100%}.manage-properties{padding:16px;background:#0f172a;min-height:100vh;width:100%;overflow-x:hidden}@media (max-width: 768px){.manage-properties{padding:12px}}.page-header{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:12px;padding:20px;margin-bottom:20px;border:1px solid #334155;position:relative;width:100%}.header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap;width:100%}.success-message-popup{position:fixed;top:20px;right:20px;z-index:2000;animation:slideInRight .3s ease;max-width:90%}@media (max-width: 768px){.success-message-popup{top:10px;right:10px;left:10px;max-width:calc(100% - 20px)}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.success-message-content{background:#10b981;color:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 4px 20px #10b9814d;display:flex;align-items:center;gap:8px;min-width:200px;max-width:100%}@media (max-width: 768px){.success-message-content{padding:10px 14px;min-width:auto}}.success-icon{background:#fff;color:#10b981;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.success-text{font-weight:600;font-size:13px;flex:1;word-break:break-word}@media (max-width: 768px){.success-text{font-size:12px}}.properties-table{color:#fff!important}.properties-table th{color:#cbd5e1!important}.properties-table td,.property-name{color:#fff!important}.property-id{color:#94a3b8!important}.location-cell,.property-price{color:#fff!important}.date-cell{color:#94a3b8!important}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:10px;width:100%;height:100%;overflow:auto}.modal-content{background:#1e293b;border-radius:12px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;border:1px solid #334155;animation:modalSlideIn .3s ease;margin:auto}@media (max-width: 768px){.modal-content{max-height:95vh;max-width:95%;border-radius:8px}.mobile-modal{max-width:100%;margin:5px}}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:16px;border-bottom:1px solid #334155;background:#ffffff08;position:sticky;top:0;z-index:10}@media (max-width: 768px){.modal-header{padding:12px}}.modal-header h2{color:#fff!important;font-size:20px;font-weight:700;margin:0;line-height:1.3;word-break:break-word}@media (max-width: 768px){.modal-header h2{font-size:18px}}.property-id-modal{color:#94a3b8!important;font-size:12px;margin-top:4px}@media (max-width: 768px){.property-id-modal{font-size:11px}}.modal-close{background:none;border:none;color:#94a3b8;font-size:18px;cursor:pointer;padding:6px;border-radius:6px;transition:all .2s ease;flex-shrink:0;margin-left:10px}.modal-close:hover{background:#ffffff0d;color:#fff}.modal-body{padding:16px}@media (max-width: 768px){.modal-body{padding:12px}}.property-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}@media (max-width: 768px){.property-detail-grid{grid-template-columns:1fr;gap:12px}.mobile-detail-grid{gap:10px}}.detail-section{background:#ffffff08;border-radius:10px;padding:16px;border:1px solid #334155}@media (max-width: 768px){.detail-section{padding:12px}}.detail-section h3{color:#fff;font-size:16px;font-weight:600;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid #334155}@media (max-width: 768px){.detail-section h3{font-size:15px;margin-bottom:10px}}.detail-row{display:flex;justify-content:space-between;align-items:flex-start;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.05);flex-wrap:wrap}.detail-row:last-child{border-bottom:none}.detail-label{color:#e2e8f0;font-size:13px;font-weight:500;flex:0 0 120px}@media (max-width: 768px){.detail-label{font-size:12px;flex:0 0 100px}}.detail-value{color:#fff;font-size:13px;font-weight:500;text-align:right;flex:1;min-width:0;word-break:break-word;padding-left:10px}@media (max-width: 768px){.detail-value{font-size:12px;text-align:left;padding-left:0;margin-top:2px;flex-basis:100%}}.price-highlight{color:#10b981!important;font-weight:700;font-size:14px}@media (max-width: 768px){.price-highlight{font-size:13px}}.image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;margin-top:12px}@media (max-width: 768px){.image-gallery{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.mobile-gallery{grid-template-columns:repeat(3,1fr)}}.image-thumbnail{width:100%;height:100px;border-radius:6px;overflow:hidden;border:1px solid #334155}@media (max-width: 768px){.image-thumbnail{height:80px}}.image-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.image-thumbnail:hover img{transform:scale(1.05)}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px;border-top:1px solid #334155;background:#ffffff05;border-radius:0 0 12px 12px;position:sticky;bottom:0;z-index:10}@media (max-width: 768px){.modal-footer{padding:12px;flex-wrap:wrap}}.modal-btn{padding:10px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;min-width:100px}@media (max-width: 768px){.modal-btn{padding:8px 16px;font-size:12px;min-width:80px;flex:1}}.modal-btn.secondary{background:transparent;color:#94a3b8;border:1px solid #475569}.modal-btn.secondary:hover{background:#ffffff0d;color:#fff}.modal-btn.primary{background:#3b82f6;color:#fff}.modal-btn.primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.action-btn:disabled{opacity:.5;cursor:not-allowed}.action-btn:disabled:hover{transform:none;background:inherit}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:#94a3b8}@media (max-width: 768px){.loading-container{padding:30px}}.loading-spinner{width:30px;height:30px;border:3px solid rgba(59,130,246,.3);border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}@media (max-width: 768px){.loading-spinner{width:25px;height:25px}}.empty-state{text-align:center;padding:40px;color:#94a3b8}.empty-state p{margin-bottom:16px;font-size:14px}@media (max-width: 768px){.empty-state p{font-size:13px}}.description-text{white-space:pre-wrap;line-height:1.5;max-height:100px;overflow-y:auto;display:block;background:#ffffff08;padding:8px;border-radius:6px;border:1px solid #334155;font-size:12px}.detail-section.full-width{grid-column:1 / -1}.amenities-grid{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.amenity-badge{background:#3b82f61a;color:#3b82f6;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:500;border:1px solid rgba(59,130,246,.3)}.additional-details{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.status-cell{display:flex;justify-content:flex-end}.property-name,.property-id{cursor:default}.action-buttons-cell{display:flex;gap:4px;flex-wrap:nowrap}.action-btn{min-width:36px;height:36px;opacity:.9;transition:all .2s ease;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;font-size:14px;cursor:pointer}@media (max-width: 768px){.action-btn{min-width:32px;height:32px;font-size:12px}}.action-btn:hover{opacity:1;transform:scale(1.1)}.action-btn:active{transform:scale(.95)}.action-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.header-content h1{font-size:24px;font-weight:800;margin-bottom:4px;background:linear-gradient(90deg,#fff,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;word-break:break-word}.subtitle{color:#94a3b8;font-size:14px;text-align:start;margin-bottom:0;word-break:break-word}@media (max-width: 768px){.subtitle{font-size:12px}}.edit-modal-large{max-width:1200px!important;max-height:95vh}@media (max-width: 768px){.edit-modal-large{max-width:95%!important;max-height:98vh}.mobile-edit-modal{max-width:100%!important;margin:5px;max-height:95vh}}.edit-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}@media (max-width: 768px){.edit-form-grid{grid-template-columns:1fr;gap:12px}.mobile-form-grid{gap:10px}}.edit-section{background:#ffffff08;border-radius:10px;padding:16px;border:1px solid #334155}@media (max-width: 768px){.edit-section{padding:12px}}.edit-section.full-width{grid-column:1 / -1}.edit-section-title{color:#fff!important;font-size:16px;font-weight:700;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #3b82f6}@media (max-width: 768px){.edit-section-title{font-size:15px;margin-bottom:12px}}.form-group{margin-bottom:12px}.form-label{display:block;color:#e2e8f0!important;font-size:13px;font-weight:600;margin-bottom:6px;letter-spacing:.2px}@media (max-width: 768px){.form-label{font-size:12px}}.form-input,.form-textarea{width:100%;padding:10px 12px;background:#ffffff0d;border:1px solid #475569;border-radius:6px;color:#fff;font-size:13px;font-weight:500;transition:all .2s ease;box-sizing:border-box}@media (max-width: 768px){.form-input,.form-textarea{padding:8px 10px;font-size:12px}}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#ffffff14}.form-input::placeholder,.form-textarea::placeholder{color:#64748b;font-size:12px}.form-textarea{resize:vertical;min-height:60px;font-family:inherit;line-height:1.5}.media-section{margin-top:16px}.media-subtitle{color:#cbd5e1!important;font-size:13px;font-weight:600;margin-bottom:10px;text-transform:uppercase;letter-spacing:.3px}@media (max-width: 768px){.media-subtitle{font-size:12px}}.existing-media,.new-media{margin-bottom:16px}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-bottom:12px}@media (max-width: 768px){.media-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.mobile-media-grid{grid-template-columns:repeat(3,1fr)}}.media-item{position:relative;width:100%;height:100px;border-radius:8px;overflow:hidden;border:2px solid #334155;background:#ffffff05;transition:all .3s ease}@media (max-width: 768px){.media-item{height:80px}}.media-item:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 8px 24px #3b82f633}.media-item img,.media-item video{width:100%;height:100%;object-fit:cover}.media-item video{background:#000}.delete-media-btn{position:absolute;top:6px;right:6px;width:24px;height:24px;background:#ef4444e6;border:2px solid #ffffff;border-radius:50%;color:#fff;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}@media (max-width: 768px){.delete-media-btn{width:20px;height:20px;font-size:10px;top:4px;right:4px}}.delete-media-btn:hover{background:#dc2626;transform:scale(1.15);box-shadow:0 4px 12px #ef444466}.delete-media-btn:active{transform:scale(.95)}.upload-section{display:flex;flex-direction:column;align-items:center;padding:20px;background:#3b82f60d;border:2px dashed #3b82f6;border-radius:10px;text-align:center;transition:all .2s ease}@media (max-width: 768px){.upload-section{padding:16px}}.upload-section:hover{background:#3b82f614;border-color:#2563eb}.upload-btn{padding:10px 20px;background:#3b82f6;color:#fff;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px;border:none}@media (max-width: 768px){.upload-btn{padding:8px 16px;font-size:12px}}.upload-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.upload-btn:active{transform:translateY(0)}.upload-hint{margin-top:8px;color:#94a3b8;font-size:11px}@media (max-width: 768px){.upload-hint{font-size:10px}}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px;border-top:2px solid #334155;background:#ffffff05;border-radius:0 0 12px 12px;position:sticky;bottom:0;z-index:100}@media (max-width: 768px){.modal-footer{padding:12px;flex-direction:row;flex-wrap:wrap}}.modal-btn{padding:10px 20px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;gap:6px;min-width:120px;justify-content:center;text-transform:uppercase;letter-spacing:.3px}@media (max-width: 768px){.modal-btn{padding:8px 16px;font-size:12px;min-width:100px;flex:1}}.modal-btn.secondary{background:transparent;color:#94a3b8;border:2px solid #475569}.modal-btn.secondary:hover:not(:disabled){background:#ffffff0d;color:#fff;border-color:#64748b}.modal-btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #3b82f64d}.modal-btn.primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 8px 24px #3b82f666}.modal-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.modal-btn.primary:disabled{background:#64748b;box-shadow:none}.modal-btn.primary:disabled{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.edit-modal-large .modal-body{max-height:calc(95vh - 180px);overflow-y:auto}.edit-modal-large .modal-body::-webkit-scrollbar{width:8px}.edit-modal-large .modal-body::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.edit-modal-large .modal-body::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:4px}.edit-modal-large .modal-body::-webkit-scrollbar-thumb:hover{background:#2563eb}.form-input[type=select],select.form-input{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.form-group.error .form-input,.form-group.error .form-textarea{border-color:#ef4444}.form-group.success .form-input,.form-group.success .form-textarea{border-color:#10b981}.form-error-message{color:#ef4444;font-size:11px;margin-top:4px;display:flex;align-items:center;gap:4px}.media-section h3{display:flex;align-items:center;justify-content:space-between}.media-count-badge{background:#3b82f61a;color:#3b82f6;padding:3px 8px;border-radius:10px;font-size:11px;font-weight:600;border:1px solid rgba(59,130,246,.3)}.media-empty-state{text-align:center;padding:30px;color:#64748b;font-size:13px;background:#ffffff05;border-radius:10px;border:1px dashed #334155;margin-bottom:16px}.media-empty-state p{margin:0}.checkbox-label{color:#e2e8f0!important;font-size:13px;display:flex;align-items:center;gap:6px;cursor:pointer;margin-bottom:6px}@media (max-width: 768px){.checkbox-label{font-size:12px}}.checkbox-label input[type=checkbox]{width:14px;height:14px;cursor:pointer}.checkbox-group{display:flex;flex-direction:column;gap:8px;margin-top:12px}.form-hint{color:#94a3b8!important;font-size:11px;margin-top:4px;display:block}@media (max-width: 768px){.form-hint{font-size:10px}}.header-stats-corner{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}@media (max-width: 768px){.header-stats-corner{width:100%;justify-content:space-between;margin-top:16px}.mobile-stats{flex-wrap:nowrap;gap:8px}}.stat-card-corner{background:#ffffff0d;border-radius:10px;padding:12px;border:1px solid #334155;text-align:center;transition:all .2s ease;min-width:120px;flex:1}@media (max-width: 768px){.stat-card-corner{min-width:auto;padding:8px;flex:1}}.stat-card-corner:hover{background:#ffffff14;transform:translateY(-2px)}.stat-card-corner .stat-number{display:block;font-size:20px;font-weight:700;color:#3b82f6;margin-bottom:4px}@media (max-width: 768px){.stat-card-corner .stat-number{font-size:16px}}.stat-card-corner .stat-label{font-size:12px;color:#94a3b8;font-weight:500;display:block;text-align:center}@media (max-width: 768px){.stat-card-corner .stat-label{font-size:11px}}.controls-section{background:#1e293b;border-radius:12px;padding:16px;margin-bottom:20px;border:1px solid #334155;width:100%}@media (max-width: 768px){.controls-section{padding:12px;margin-bottom:16px}}.serach1-box{position:relative;margin-bottom:16px;width:100%}@media (max-width: 768px){.serach1-box{margin-bottom:12px}}.serach1-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:16px}.serach1-input{width:100%;padding:10px 12px 10px 40px;background:#ffffff0d;border:1px solid #475569;border-radius:8px;color:#fff;font-size:13px;transition:all .2s ease;box-sizing:border-box}@media (max-width: 768px){.serach1-input{padding:8px 10px 8px 36px;font-size:12px}}.serach1-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.serach1-input::placeholder{color:#94a3b8;font-size:12px}.filter-controls{display:flex;flex-direction:column;gap:16px;width:100%}@media (min-width: 769px){.filter-controls{flex-direction:row;justify-content:space-between;align-items:center}}.filter-buttons{display:flex;flex-wrap:wrap;gap:6px;align-items:center}@media (max-width: 768px){.filter-buttons{justify-content:center}}.filter-btn{padding:6px 12px;background:#ffffff0d;border:1px solid #475569;border-radius:6px;color:#94a3b8;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}@media (max-width: 768px){.filter-btn{padding:5px 10px;font-size:11px;flex:1;text-align:center}}.filter-btn:hover{background:#ffffff1a}.filter-btn.active{background:#3b82f61a;border-color:#3b82f6;color:#3b82f6}.action-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}@media (max-width: 768px){.action-buttons{justify-content:center;width:100%}}.export-btn,.add-btn{padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;border:none;white-space:nowrap}@media (max-width: 768px){.export-btn,.add-btn{padding:6px 12px;font-size:12px;flex:1;justify-content:center}}.add-btn-icon{font-size:14px}.add-btn-text{display:inline}@media (max-width: 768px){.add-btn-text{display:inline}}.add-btn{background:#3b82f6;color:#fff}.add-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.properties-table-container{background:#1e293b;border-radius:12px;padding:16px;margin-bottom:20px;border:1px solid #334155;overflow-x:auto;width:100%;box-sizing:border-box}@media (max-width: 768px){.properties-table-container{padding:12px;margin-bottom:16px}}.properties-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px}@media (max-width: 768px){.properties-cards{grid-template-columns:1fr;gap:10px}}.property-card{background:#ffffff08;border:1px solid #334155;border-radius:10px;padding:12px;transition:all .2s ease}@media (max-width: 768px){.property-card{padding:10px}}.property-card:hover{background:#ffffff0d;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;gap:8px}.property-title-mobile{flex:1;min-width:0}.property-name{display:block;font-weight:600;color:#fff;margin-bottom:2px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.property-name{font-size:13px}}.property-id-mobile{display:block;font-size:11px;color:#94a3b8}.card-actions{display:flex;gap:4px;flex-shrink:0}.card-body{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.card-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border-bottom:1px solid rgba(255,255,255,.05)}.card-label{color:#94a3b8;font-size:12px;font-weight:500;flex:0 0 80px}@media (max-width: 768px){.card-label{font-size:11px;flex:0 0 70px}}.card-footer{display:flex;justify-content:center;padding-top:10px;border-top:1px solid #334155}.properties-table{width:100%;border-collapse:collapse;min-width:1000px}@media (max-width: 768px){.properties-table{min-width:800px}}.properties-table th{text-align:center;padding:12px;font-size:12px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.3px;border-bottom:2px solid #334155;white-space:nowrap}@media (max-width: 768px){.properties-table th{padding:10px;font-size:11px}}.properties-table td{padding:12px;border-bottom:1px solid #334155;vertical-align:middle}@media (max-width: 768px){.properties-table td{padding:10px}}.properties-table tbody tr{transition:all .2s ease}.properties-table tbody tr:hover{background:#ffffff08}.property-title-cell{min-width:200px}.property-info{display:flex;align-items:center;gap:10px}.property-details{flex:1;min-width:0}.property-type{padding:4px 8px;border-radius:16px;font-size:11px;font-weight:600;display:inline-block}.property-type.apartment{background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.property-type.villa{background:#22c55e1a;color:#10b981;border:1px solid rgba(34,197,94,.3)}.property-type.commercial{background:#f59e0b1a;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.location-cell{display:flex;align-items:center;gap:6px;color:#e2e8f0;font-size:13px}@media (max-width: 768px){.location-cell{font-size:12px}}.location-icon{font-size:14px;color:#94a3b8}.property-price{font-size:14px;font-weight:700;color:#fff}@media (max-width: 768px){.property-price{font-size:13px}}.status-badge{padding:4px 12px;border-radius:16px;font-size:11px;font-weight:600;display:inline-block}.status-badge.active{background:#22c55e1a;color:#10b981;border:1px solid rgba(34,197,94,.3)}.status-badge.pending{background:#f59e0b1a;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.status-badge.sold{background:#8b5cf61a;color:#8b5cf6;border:1px solid rgba(139,92,246,.3)}.stat-cell{display:flex;align-items:center;gap:6px;color:#e2e8f0;font-size:13px;font-weight:500}.stat-icon{font-size:14px;opacity:.7}.edit-btn{background:#3b82f61a;color:#3b82f6}.edit-btn:hover{background:#3b82f633;transform:scale(1.1)}.view-btn{background:#8b5cf61a;color:#8b5cf6}.view-btn:hover{background:#8b5cf633;transform:scale(1.1)}.delete-btn:hover{background:#ef444433;transform:scale(1.1)}.action-btn.loading{animation:spin 1s linear infinite}@media (max-width: 480px){.manage-properties{padding:8px}.page-header{padding:12px;margin-bottom:12px}.header-top{flex-direction:column;gap:12px}.header-content h1{font-size:18px}.subtitle{font-size:11px}.stat-card-corner{min-width:calc(50% - 4px);padding:6px}.stat-card-corner .stat-number{font-size:14px}.stat-card-corner .stat-label{font-size:10px}.controls-section{padding:10px}.serach1-input{padding:6px 8px 6px 32px;font-size:11px}.serach1-icon{font-size:14px;left:10px}.filter-buttons{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.filter-btn{flex-shrink:0;padding:4px 8px;font-size:10px}.action-buttons{flex-direction:column;gap:6px}.add-btn,.export-btn{width:100%;padding:6px 10px;font-size:11px}.properties-table-container,.property-card{padding:8px}.card-actions .action-btn{min-width:28px;height:28px;font-size:11px}.modal-content{max-height:90vh;max-width:98%;margin:5px}.modal-header{padding:10px}.modal-header h2{font-size:16px}.modal-body,.detail-section{padding:10px}.detail-section h3{font-size:14px}.detail-label{font-size:11px;flex:0 0 90px}.detail-value{font-size:11px}.form-input,.form-textarea{padding:6px 8px;font-size:11px}.edit-section{padding:10px}.edit-section-title{font-size:14px}.modal-btn{padding:6px 12px;font-size:11px;min-width:70px}.image-gallery{grid-template-columns:repeat(2,1fr);gap:6px}.image-thumbnail{height:70px}.media-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 769px) and (max-width: 1024px){.manage-properties{padding:20px}.page-header{padding:24px}.header-stats-corner{flex:0 0 auto}.properties-table{min-width:900px}.edit-form-grid{gap:20px}.modal-content{max-width:95%}}@media (min-width: 1025px){.manage-properties{padding:24px;max-width:1400px;margin:0 auto}.header-stats-corner{padding-left:0;justify-content:flex-end}}.hide-on-mobile{display:none}@media (min-width: 769px){.hide-on-mobile{display:table-cell}.show-on-mobile{display:none}}.modal-body,.edit-modal-large .modal-body{scroll-behavior:smooth}@media (max-width: 768px){.action-btn,.filter-btn,.modal-btn,.upload-btn{min-height:36px;touch-action:manipulation}input,select,textarea{font-size:16px}}.manage-inquiries{padding:16px;background:#0f172a;min-height:100vh;color:#f1f5f9;width:100%;box-sizing:border-box}@media (max-width: 768px){.manage-inquiries{padding:12px}}@media (max-width: 480px){.manage-inquiries{padding:8px}}.page-header{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:12px;padding:20px;margin-bottom:20px;border:1px solid #334155;box-shadow:0 4px 20px #0003;width:100%;box-sizing:border-box}@media (max-width: 768px){.page-header{padding:16px;margin-bottom:16px;border-radius:10px}}.header-top{display:flex;flex-direction:column;gap:20px}@media (min-width: 769px){.header-top{flex-direction:row;justify-content:space-between;align-items:flex-start}}.header-content{flex:1;min-width:0}.header-content h1{font-size:24px;font-weight:800;margin-bottom:8px;background:linear-gradient(90deg,#fff,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;word-break:break-word;line-height:1.2}@media (max-width: 768px){.header-content h1{font-size:20px}}@media (max-width: 480px){.header-content h1{font-size:18px}}.subtitle{color:#cbd5e1;font-size:14px;margin-bottom:0;line-height:1.4}@media (max-width: 768px){.subtitle{font-size:13px}}.header-stats{display:flex;gap:12px;flex-wrap:wrap}@media (min-width: 769px){.header-stats{flex-wrap:nowrap;gap:16px}}@media (max-width: 768px){.mobile-stats{gap:8px}}.stat-card{background:#ffffff0d;border-radius:10px;padding:16px;border:1px solid #334155;text-align:center;transition:all .2s ease;flex:1;min-width:120px;box-sizing:border-box}@media (max-width: 768px){.stat-card{padding:12px;min-width:calc(50% - 4px);flex:0 0 calc(50% - 4px)}}@media (max-width: 480px){.stat-card{min-width:calc(50% - 4px);padding:10px}}.stat-number{display:block;font-size:24px;font-weight:700;color:#60a5fa;margin-bottom:6px;line-height:1}@media (max-width: 768px){.stat-number{font-size:20px}}@media (max-width: 480px){.stat-number{font-size:18px}}.stat-label{font-size:12px;color:#cbd5e1;font-weight:500;text-transform:uppercase;letter-spacing:.3px;display:block}@media (max-width: 768px){.stat-label{font-size:11px}}.filters-section{background:#1e293b;border-radius:12px;padding:16px;margin-bottom:20px;border:1px solid #334155;box-shadow:0 4px 20px #00000026;width:100%;box-sizing:border-box}@media (max-width: 768px){.filters-section{padding:12px;margin-bottom:16px;border-radius:10px}}.filters-grid{display:flex;flex-direction:column;gap:16px}@media (min-width: 769px){.filters-grid{flex-direction:row;justify-content:space-between;align-items:center}}.search-wrapper{position:relative;flex:1;min-width:0}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:16px;z-index:1}@media (max-width: 768px){.search-icon{left:10px;font-size:14px}}.search-input{width:100%;padding:12px 12px 12px 40px;background:#ffffff0d;border:1px solid #475569;border-radius:8px;color:#f1f5f9;font-size:14px;outline:none;transition:all .2s ease;box-sizing:border-box}@media (max-width: 768px){.search-input{padding:10px 10px 10px 36px;font-size:13px}}@media (max-width: 480px){.search-input{padding:8px 8px 8px 32px;font-size:12px}}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#ffffff14}.search-input::placeholder{color:#94a3b8;font-size:13px}@media (max-width: 768px){.search-input::placeholder{font-size:12px}}.filter-chips{display:flex;flex-wrap:wrap;gap:8px;align-items:center}@media (max-width: 768px){.filter-chips{justify-content:flex-start;gap:6px}}.filter-chip{padding:8px 16px;background:#ffffff0d;border:1px solid #475569;border-radius:20px;color:#cbd5e1;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;border:none}@media (max-width: 768px){.filter-chip{padding:6px 12px;font-size:12px;flex:1;text-align:center;min-width:calc(25% - 6px)}}@media (max-width: 480px){.filter-chip{padding:5px 10px;font-size:11px;min-width:calc(25% - 6px)}}.filter-chip:hover{background:#ffffff1a;color:#f1f5f9}.filter-chip.active{background:#3b82f633;border-color:#3b82f6;color:#60a5fa;font-weight:600}.table-container{background:#1e293b;border-radius:12px;border:1px solid #334155;overflow:hidden;box-shadow:0 4px 20px #00000026;width:100%;box-sizing:border-box}.loading-state{padding:40px;text-align:center;color:#94a3b8}@media (max-width: 768px){.loading-state{padding:30px}}.loading-spinner{width:40px;height:40px;border:3px solid rgba(59,130,246,.3);border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@media (max-width: 768px){.loading-spinner{width:30px;height:30px}}.loading-text{font-size:14px;color:#94a3b8}@media (max-width: 768px){.loading-text{font-size:13px}}.inquiries-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;padding:16px}@media (max-width: 768px){.inquiries-cards{grid-template-columns:1fr;padding:12px;gap:10px}}@media (max-width: 480px){.inquiries-cards{padding:8px;gap:8px}}.inquiry-card{background:#ffffff08;border:1px solid #334155;border-radius:10px;padding:16px;transition:all .2s ease;box-sizing:border-box}@media (max-width: 768px){.inquiry-card{padding:12px}}.inquiry-card:hover{background:#ffffff0d;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.card-title{flex:1;min-width:0}.card-property{font-size:16px;font-weight:600;color:#f8fafc;margin:0 0 4px;line-height:1.3;word-break:break-word}@media (max-width: 768px){.card-property{font-size:15px}}.card-client{font-size:13px;color:#94a3b8;display:block}.card-status{flex-shrink:0}.card-body{display:flex;flex-direction:column;gap:8px}.card-row{display:flex;justify-content:space-between;align-items:flex-start;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.05)}.card-row:last-child{border-bottom:none}.card-label{color:#94a3b8;font-size:12px;font-weight:500;flex:0 0 80px;text-align:left}@media (max-width: 480px){.card-label{flex:0 0 70px;font-size:11px}}.card-value{font-size:13px;color:#e2e8f0;flex:1;text-align:right;word-break:break-word}@media (max-width: 480px){.card-value{font-size:12px}}.card-value div{margin-bottom:2px}.card-value div:last-child{margin-bottom:0}.table-scroll{overflow-x:auto;width:100%}.inquiries-table{width:100%;border-collapse:collapse;min-width:1000px}@media (max-width: 1024px){.inquiries-table{min-width:900px}}.inquiries-table thead{background:#ffffff08;border-bottom:2px solid #334155}.inquiries-table th{padding:16px;text-align:left;font-size:13px;font-weight:700;color:#f8fafc;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}@media (max-width: 1024px){.inquiries-table th{padding:14px;font-size:12px}}.inquiries-table tbody tr{border-bottom:1px solid #334155;transition:background .2s ease}.inquiries-table tbody tr:hover{background:#ffffff08}.inquiries-table td{padding:16px;font-size:14px;color:#e2e8f0;vertical-align:top;max-width:200px}@media (max-width: 1024px){.inquiries-table td{padding:14px;font-size:13px}}.property-name{font-weight:600;color:#f8fafc;font-size:14px;cursor:help}.client-name{font-weight:500;color:#e2e8f0;font-size:14px;cursor:help}.contact-info{font-size:13px;cursor:help}.contact-phone{color:#94a3b8;margin-top:4px}.type-badge{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;background:#ffffff0d;border:1px solid #475569;display:inline-block;color:#cbd5e1;white-space:nowrap}.datetime-info{font-size:13px;font-family:Monaco,Consolas,monospace;color:#e2e8f0;white-space:nowrap}.datetime-time{color:#94a3b8;margin-top:4px}.status-dropdown{padding:8px 12px;background:#ffffff0d;border:1px solid #475569;border-radius:6px;color:#f1f5f9;font-size:13px;font-weight:600;cursor:pointer;min-width:120px;outline:none;transition:all .2s ease;box-sizing:border-box}@media (max-width: 768px){.status-dropdown{padding:6px 10px;font-size:12px;min-width:100px}}.status-dropdown:hover{background:#ffffff14;border-color:#3b82f6}.status-dropdown:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#ffffff14}.notes-text{font-size:13px;color:#cbd5e1;cursor:help;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.notes-text{max-width:150px}}.empty-state{padding:40px;text-align:center;color:#94a3b8}@media (max-width: 768px){.empty-state{padding:30px}}@media (max-width: 480px){.empty-state{padding:20px}}.empty-icon{font-size:40px;margin-bottom:16px;opacity:.6}@media (max-width: 768px){.empty-icon{font-size:32px}}.empty-title{font-size:16px;font-weight:600;color:#e2e8f0;margin-bottom:8px}@media (max-width: 768px){.empty-title{font-size:15px}}.empty-subtitle{font-size:13px;color:#94a3b8}@media (max-width: 768px){.empty-subtitle{font-size:12px}}.quick-actions{background:#ffffff08;border-top:1px solid #334155;padding:20px}.quick-actions-title{font-size:16px;font-weight:700;color:#f8fafc;margin-bottom:16px}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}@media (max-width: 1024px){.actions-grid{grid-template-columns:repeat(2,1fr)}}.action-button{padding:12px;background:#ffffff08;border:1px solid #334155;border-radius:10px;color:#e2e8f0;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:8px;border:none;box-sizing:border-box}.action-button:hover{background:#ffffff0f;transform:translateY(-2px);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f633}.action-icon{font-size:20px}.action-text{font-size:12px;font-weight:500;color:#e2e8f0}.table-scroll::-webkit-scrollbar{height:8px}.table-scroll::-webkit-scrollbar-track{background:#ffffff08;border-radius:4px}.table-scroll::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.table-scroll::-webkit-scrollbar-thumb:hover{background:#3b82f6}@media print{.manage-inquiries{background:#fff;color:#000;padding:0}.page-header,.filters-section,.quick-actions{display:none}.table-container{box-shadow:none;border:1px solid #ddd}.inquiries-table,.inquiries-table th,.inquiries-table td{border:1px solid #ddd;color:#000}}@media (max-width: 480px){.manage-inquiries{padding:6px}.page-header{padding:12px}.header-content h1{font-size:16px}.subtitle{font-size:11px}.stat-card{min-width:calc(50% - 4px);padding:8px}.stat-number{font-size:16px}.stat-label{font-size:10px}.filters-section{padding:10px}.search-input{padding:6px 6px 6px 28px;font-size:11px}.search-icon{left:8px;font-size:12px}.filter-chips{gap:4px}.filter-chip{padding:4px 8px;font-size:10px;min-width:calc(25% - 4px)}.inquiry-card{padding:10px}.card-property{font-size:14px}.card-client{font-size:11px}.card-label{font-size:10px;flex:0 0 60px}.card-value{font-size:11px}.status-dropdown{padding:4px 8px;font-size:11px;min-width:80px}.empty-state{padding:16px}.empty-icon{font-size:24px}.empty-title{font-size:14px}.empty-subtitle{font-size:11px}}@media (min-width: 769px) and (max-width: 1024px){.manage-inquiries{padding:20px}.page-header{padding:24px}.header-stats{flex-wrap:wrap;gap:12px}.stat-card{min-width:calc(25% - 12px)}.inquiries-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1025px){.manage-inquiries{padding:24px;max-width:1400px;margin:0 auto}.page-header{padding:32px}.header-stats{gap:20px}.stat-card{padding:20px 24px}.stat-number{font-size:28px}.inquiries-table th,.inquiries-table td{padding:18px 20px}}@media (max-width: 768px){.filter-chip,.action-button,.status-dropdown{min-height:36px;touch-action:manipulation}input,select,textarea{font-size:16px}.search-input:focus{font-size:16px}}.hide-on-mobile{display:table-cell}@media (max-width: 768px){.hide-on-mobile{display:none}}.show-on-mobile{display:none}@media (max-width: 768px){.show-on-mobile{display:block}}html,body{overflow-x:hidden;max-width:100%}.table-scroll{scroll-behavior:smooth}.add-admins{padding:16px;min-height:100vh;background:#0f172a;color:#e2e8f0;font-family:system-ui,-apple-system,sans-serif;width:100%;max-width:100%;overflow-x:hidden}.add-admins *{box-sizing:border-box}.page-header{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:12px;padding:20px;margin-bottom:24px;border:1px solid #334155}.header-content h1{font-size:24px;font-weight:700;margin-bottom:8px;background:linear-gradient(90deg,#fff,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;line-height:1.3}.subtitle{color:#94a3b8;font-size:14px;margin-bottom:16px;line-height:1.4}.header-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.stat-card{background:#ffffff0d;border-radius:10px;padding:16px;border:1px solid #334155;text-align:center;transition:all .2s ease}.stat-card.large{background:linear-gradient(135deg,#3b82f626,#1d4ed81a);border:1px solid rgba(59,130,246,.3)}.stat-card:hover{background:#ffffff14;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-number{display:block;font-size:24px;font-weight:700;color:#3b82f6;margin-bottom:6px}.stat-card.large .stat-number{font-size:28px;color:#60a5fa}.stat-label{font-size:12px;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.admin-tabs{background:#1e293b;border-radius:12px;border:1px solid #334155;overflow:hidden;position:relative}.mobile-tab-menu{display:flex;align-items:center;padding:16px;border-bottom:1px solid #334155;background:#0003}.mobile-menu-button{background:transparent;border:1px solid #475569;color:#94a3b8;width:40px;height:40px;border-radius:8px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-right:16px}.mobile-tab-title{color:#e2e8f0;font-size:16px;font-weight:600}.tab-buttons{display:none;background:#0003;border-bottom:1px solid #334155;overflow-x:auto}.tab-buttons.mobile-open{display:flex;flex-direction:column}.tab-btn{padding:16px 20px;background:transparent;border:none;color:#94a3b8;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:10px;border-bottom:1px solid #334155;text-align:left}.tab-btn:last-child{border-bottom:none}.tab-btn:hover{color:#e2e8f0;background:#ffffff08}.tab-btn.active{color:#3b82f6;background:#3b82f60d;border-left:3px solid #3b82f6}.tab-icon{font-size:18px;width:24px}.tab-content{padding:20px}.add-admin-form{width:100%}.form-header{margin-bottom:24px}.form-header h2{font-size:20px;font-weight:700;color:#fff;margin-bottom:8px}.form-subtitle{color:#94a3b8;font-size:14px}.basic-info-section{background:#ffffff05;border-radius:10px;border:1px solid #334155;padding:20px;margin-bottom:24px}.basic-info-section h3{color:#e2e8f0;font-size:16px;font-weight:600;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #334155}.form-grid-simple{display:grid;grid-template-columns:1fr;gap:20px}.form-group{margin-bottom:16px}.form-label{display:block;font-size:14px;font-weight:600;color:#e2e8f0;margin-bottom:8px}.required{color:#ef4444;font-size:16px;line-height:1}.form-input{width:100%;padding:12px 16px;background:#0f172a!important;border:1px solid #475569;border-radius:8px;color:#fff!important;font-size:14px;transition:all .2s ease;font-family:inherit;outline:none}.form-input:hover{border-color:#64748b}.form-input:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a}.form-input.error{border-color:#ef4444!important;background:#ef44440d!important}.form-input::placeholder{color:#94a3b8;opacity:.7}.form-input:disabled{opacity:.6;cursor:not-allowed}.error-message{color:#ef4444;font-size:12px;margin-top:6px;display:flex;align-items:center;gap:4px}.error-message:before{content:"⚠";font-size:12px}.input-hint{color:#94a3b8;font-size:12px;margin-top:6px;font-style:italic}.api-message{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;font-weight:500;animation:slideIn .3s ease;border:1px solid transparent}.api-message.success{background:#10b9811a;color:#10b981;border-color:#10b98133}.api-message.error{background:#ef44441a;color:#ef4444;border-color:#ef444433}.form-actions-centered{display:flex;flex-direction:column;gap:12px;padding-top:20px;border-top:1px solid #334155}.cancel-btn,.submit-btn{padding:14px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;border:none;outline:none;width:100%}.cancel-btn{background:transparent;color:#94a3b8;border:1px solid #475569}.cancel-btn:hover:not(:disabled){background:#ffffff0d;color:#e2e8f0;border-color:#64748b}.submit-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.cancel-btn:disabled,.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.manage-admins{width:100%}.manage-header{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.manage-header h2{font-size:20px;font-weight:700;color:#fff;margin:0}.refresh-btn{padding:12px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.refresh-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.refresh-btn .icon{font-size:16px}.admins-table-container{width:100%;border-radius:10px;border:1px solid #334155;overflow:hidden}.loading-container,.no-data{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.loading-container .loading-spinner{width:40px;height:40px;border:3px solid rgba(59,130,246,.2);border-top-color:#3b82f6;margin-bottom:16px}.loading-container p,.no-data p{color:#94a3b8;font-size:14px;margin-bottom:16px}.no-data.error .error-text{color:#ef4444;font-size:14px;margin-bottom:20px}.table-info{background:#3b82f61a;border-bottom:1px solid rgba(59,130,246,.2);padding:12px 20px;color:#3b82f6;font-size:14px;font-weight:500}.table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive{min-width:800px}.admins-table{width:100%;border-collapse:collapse}.admins-table th{padding:16px 12px;font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #334155;background:#0003;text-align:left;white-space:nowrap}.admins-table td{padding:16px 12px;border-bottom:1px solid #334155;vertical-align:middle}.admins-table tbody tr{transition:background-color .2s ease}.admins-table tbody tr:hover{background:#ffffff08}.admin-cell{width:60px}.admin-info{display:flex;align-items:center}.admin-avatar{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:14px;flex-shrink:0}.admin-name-text{font-weight:600;color:#fff;font-size:14px}.role-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.status-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;display:inline-block}.status-badge.active{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.3)}.status-badge.inactive{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.admin-email{font-size:13px;color:#94a3b8;word-break:break-all}.mobile-number{font-size:13px;color:#94a3b8;font-family:monospace}.action-buttons{display:flex;gap:8px}.action-btn{width:36px;height:36px;border-radius:8px;border:none;font-size:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0}.edit-btn{background:#22c55e1a;color:#10b981}.edit-btn:hover{background:#22c55e33;transform:scale(1.05)}.delete-btn{background:#ef44441a;color:#ef4444}.delete-btn:hover{background:#ef444433;transform:scale(1.05)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-container{background:#1e293b;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;border:1px solid #334155;box-shadow:0 20px 25px -5px #00000080;animation:modalSlideIn .3s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #334155}.modal-header h2{font-size:20px;font-weight:700;color:#fff;margin:0}.modal-close{background:none;border:none;font-size:24px;color:#94a3b8;cursor:pointer;padding:4px;line-height:1}.modal-close:hover{color:#e2e8f0}.modal-body{padding:20px}.modal-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #334155}.modal-actions .cancel-btn,.modal-actions .submit-btn{width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.add-admins{padding:24px}.page-header{padding:32px;border-radius:16px}.header-content h1{font-size:28px}.subtitle{font-size:15px}.header-stats{grid-template-columns:2fr 1fr 1fr;gap:20px}.stat-card{padding:20px}.stat-number{font-size:28px}.stat-card.large .stat-number{font-size:32px}.stat-label{font-size:13px}.mobile-tab-menu{display:none}.tab-buttons{display:flex;flex-direction:row;padding:0}.tab-buttons.mobile-open{display:flex;flex-direction:row}.tab-btn{padding:20px 24px;border-bottom:3px solid transparent;border-left:none;justify-content:center}.tab-btn.active{border-bottom:3px solid #3b82f6;border-left:none}.tab-content{padding:32px}.form-header h2{font-size:24px}.form-subtitle{font-size:15px}.form-grid-simple{grid-template-columns:repeat(2,1fr);gap:24px}.basic-info-section{padding:32px}.basic-info-section h3{font-size:18px}.form-actions-centered{flex-direction:row;justify-content:center;gap:16px}.cancel-btn,.submit-btn{width:auto;min-width:140px}.manage-header{flex-direction:row;justify-content:space-between;align-items:center}.refresh-btn{width:auto}.admins-table-container{border-radius:12px}.table-responsive{min-width:0}}@media (min-width: 1024px){.add-admins{max-width:1400px;margin:0 auto}.header-content h1,.stat-number{font-size:32px}.stat-card.large .stat-number{font-size:36px}.admin-tabs{border-radius:16px}.form-grid-simple{max-width:800px;margin:0 auto}.table-info{padding:16px 24px;font-size:15px}.admin-avatar{width:48px;height:48px;font-size:16px}.admin-name-text{font-size:15px}.role-badge,.status-badge{padding:6px 12px;font-size:13px}.action-btn{width:40px;height:40px}}@media (min-width: 1440px){.add-admins{padding:32px}.page-header{padding:40px}.form-grid-simple{max-width:900px}}@media (max-width: 480px){.add-admins{padding:12px}.page-header{padding:16px;border-radius:10px}.header-content h1{font-size:22px}.subtitle{font-size:13px}.header-stats{gap:10px}.stat-card{padding:12px}.stat-number{font-size:20px}.stat-card.large .stat-number{font-size:22px}.stat-label{font-size:11px}.mobile-tab-menu{padding:12px 16px}.mobile-menu-button{width:36px;height:36px;font-size:18px}.mobile-tab-title{font-size:15px}.tab-content{padding:16px}.form-header h2{font-size:18px}.form-subtitle{font-size:13px}.basic-info-section{padding:16px}.basic-info-section h3{font-size:16px}.form-input{padding:10px 14px;font-size:13px}.form-label,.error-message,.input-hint{font-size:12px}.cancel-btn,.submit-btn{padding:12px 16px;font-size:13px}.loading-spinner{width:14px;height:14px}.manage-header h2{font-size:18px}.refresh-btn{padding:10px 16px;font-size:13px}.admins-table th{padding:12px 8px;font-size:10px}.admins-table td{padding:12px 8px}.admin-avatar{width:36px;height:36px;font-size:13px}.admin-name-text{font-size:13px}.status-badge{padding:3px 6px;font-size:11px}.action-buttons{gap:6px}.action-btn{width:32px;height:32px;font-size:14px}.modal-container{width:95%}.modal-header{padding:16px}.modal-header h2{font-size:18px}.modal-body{padding:16px}}@media (max-width: 360px){.add-admins{padding:8px}.page-header{padding:12px}.header-content h1{font-size:20px}.stat-number{font-size:18px}.stat-card.large .stat-number{font-size:20px}.mobile-tab-title{font-size:14px}.tab-btn{padding:14px 16px;font-size:13px}.tab-icon{font-size:16px;width:20px}.form-header h2{font-size:17px}.form-input{padding:8px 12px;font-size:12px}.admin-avatar{width:32px;height:32px;font-size:12px}.action-btn{width:28px;height:28px;font-size:12px}}@media (max-height: 600px) and (orientation: landscape){.add-admins{padding:12px}.tab-content{padding:20px}.form-grid-simple{grid-template-columns:repeat(2,1fr);gap:16px}.modal-container{max-height:80vh}.basic-info-section{padding:20px}}@media (hover: none) and (pointer: coarse){.tab-btn:hover,.cancel-btn:hover:not(:disabled),.submit-btn:hover:not(:disabled),.refresh-btn:hover:not(:disabled),.stat-card:hover,.action-btn:hover{transform:none;box-shadow:none}.form-input,.cancel-btn,.submit-btn,.refresh-btn,.action-btn{min-height:44px}.action-btn{min-width:44px}.tab-btn{min-height:56px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.loading-spinner{animation:none;border:2px solid #3b82f6;border-top-color:transparent}.modal-container,.api-message{animation:none}.tab-buttons{transition:none}}@media print{.add-admins{background:#fff;color:#000;padding:0}.page-header,.admin-tabs,.basic-info-section{background:#fff;color:#000;border:1px solid #ddd}.header-content h1{background:linear-gradient(90deg,#000,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-card{background:#f5f5f5;border:1px solid #ddd}.tab-buttons,.mobile-tab-menu{display:none}.form-input,.cancel-btn,.submit-btn{border:1px solid #ddd;background:#fff;color:#000}.admins-table{border:1px solid #ddd}.admins-table th,.admins-table td{border:1px solid #ddd;color:#000}.admin-avatar{background:#666}.modal-overlay{display:none}}@supports (-webkit-touch-callout: none){.form-input,.form-select{font-size:16px}.admins-table-container{-webkit-overflow-scrolling:touch}}@-moz-document url-prefix(){.form-input{background:#0f172a!important}}@media (prefers-color-scheme: dark){.add-admins{background:#0f172a}.form-input{background:#0f172a!important;color:#fff!important}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-text-fill-color:white!important;-webkit-box-shadow:0 0 0px 1000px #0f172a inset!important;transition:background-color 5000s ease-in-out 0s!important;border:1px solid #3b82f6!important}.analysis-reports{padding:24px;max-width:1400px;margin:0 auto}.page-header{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:16px;padding:32px;margin-bottom:32px;border:1px solid #334155;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:24px}.header-content h1{font-size:32px;font-weight:800;margin-bottom:12px;background:linear-gradient(90deg,#fff,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{color:#94a3b8;font-size:16px;max-width:600px}.header-actions{display:flex;gap:12px;flex-wrap:wrap}.generate-btn,.export-btn,.schedule-btn{padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;white-space:nowrap}.generate-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none}.generate-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.export-btn{background:transparent;color:#94a3b8;border:1px solid #475569}.export-btn:hover{background:#ffffff0d}.schedule-btn{background:transparent;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.schedule-btn:hover{background:#f59e0b1a}.reports-container{display:flex;flex-direction:column;gap:24px}.reports-content{display:flex;flex-direction:column;gap:32px}.content-header{background:#1e293b;border-radius:16px;padding:24px;border:1px solid #334155;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.header-left h2{font-size:24px;font-weight:700;color:#fff;margin-bottom:8px}.report-period{color:#94a3b8;font-size:14px}.header-right{display:flex;align-items:center;gap:20px}.time-selector{display:flex;align-items:center;gap:12px}.time-label{font-size:14px;color:#e2e8f0;font-weight:500;white-space:nowrap}.time-select{padding:10px 16px;background:#ffffff0d;border:1px solid #475569;border-radius:8px;color:#fff;font-size:14px;cursor:pointer;min-width:140px}.compare-toggle{display:flex;align-items:center;gap:12px;cursor:pointer}.toggle-input{display:none}.toggle-slider{width:44px;height:24px;background:#475569;border-radius:12px;position:relative;transition:all .3s ease}.toggle-slider:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s ease}.toggle-input:checked+.toggle-slider{background:#3b82f6}.toggle-input:checked+.toggle-slider:before{transform:translate(20px)}.toggle-label{font-size:14px;color:#e2e8f0;font-weight:500;white-space:nowrap}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.metric-card{background:#1e293b;border-radius:16px;padding:24px;border:1px solid #334155;transition:all .3s ease}.metric-card:hover{background:#ffffff08;transform:translateY(-4px);box-shadow:0 8px 25px #0003}.metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.metric-label{font-size:14px;font-weight:600;color:#94a3b8}.metric-change{font-size:13px;font-weight:700;padding:4px 10px;border-radius:12px}.metric-change.up{background:#22c55e1a;color:#10b981;border:1px solid rgba(34,197,94,.3)}.metric-change.down{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.metric-value{font-size:32px;font-weight:800;color:#fff;margin-bottom:16px;background:linear-gradient(90deg,#fff,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metric-progress{height:6px;background:#ffffff0d;border-radius:3px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:3px;transition:width 1s ease}.charts-section{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 1024px){.charts-section{grid-template-columns:2fr 1fr}}.chart-card{background:#1e293b;border-radius:16px;padding:24px;border:1px solid #334155}.chart-card.large{grid-column:1}@media (min-width: 1024px){.chart-card.large{grid-column:1}}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.chart-header h3{font-size:18px;font-weight:700;color:#fff}.chart-legend{display:flex;gap:20px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#94a3b8}.legend-dot{width:12px;height:12px;border-radius:50%}.legend-dot.actual{background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.legend-dot.target{background:linear-gradient(135deg,#10b981,#34d399)}.chart-container{display:flex;height:300px;gap:20px}.chart-y-axis{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:40px;min-width:60px}.y-label{font-size:12px;color:#64748b;font-weight:500;text-align:right;padding-right:8px}.chart-bars{flex:1;display:flex;justify-content:space-around;align-items:flex-end;gap:16px;padding-bottom:40px}.bar-group{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;height:100%}.bar{width:100%;border-radius:4px 4px 0 0;transition:height .5s ease}.actual-bar{background:linear-gradient(to top,#3b82f6,#8b5cf6);height:50%;animation:growBar 1s ease-out forwards}.target-bar{background:linear-gradient(to top,#10b981,#34d399);opacity:.7;height:40%;animation:growBar 1.2s ease-out forwards}.bar-label{font-size:12px;color:#94a3b8;margin-top:8px;white-space:nowrap}@keyframes growBar{0%{height:0}to{height:var(--height)}}.chart-footer{display:grid;margin-top:24px;padding-top:24px;border-top:1px solid #334155;padding-left:250px}.chart-summary{display:grid;grid-template-columns:repeat(1,1fr);gap:20px;align-items:center}@media (min-width: 640px){.chart-summary{grid-template-columns:repeat(3,1fr)}}.summary-item{text-align:center;padding:25px;background:#ffffff08;border-radius:12px;border:1px solid #334155}.summary-label{display:block;font-size:13px;color:#94a3b8;margin-bottom:8px;font-weight:500}.summary-value{display:block;font-size:20px;font-weight:700;color:#fff}.summary-value.positive{color:#10b981}.summary-value.negative{color:#ef4444}.pie-chart-container{display:flex;flex-direction:column;align-items:center;gap:32px;padding:30px 20px}@media (min-width: 768px){.pie-chart-container{flex-direction:row}}.pie-chart{position:relative;width:200px;height:200px;border-radius:50%;background:conic-gradient(#3b82f6,#3b82f6 90deg,#10b981 90deg,#10b981 180deg,#f59e0b 180deg,#f59e0b 270deg,#8b5cf6 270deg,#8b5cf6 360deg)}.pie-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:#1e293b;border-radius:50%}.pie-legend{flex:1;display:flex;flex-direction:column;gap:16px}.legend-row{display:flex;align-items:center;gap:12px;padding:12px;background:#ffffff08;border-radius:10px;border:1px solid #334155}.legend-color{width:16px;height:16px;border-radius:4px}.legend-color.segment-1{background:#3b82f6}.legend-color.segment-2{background:#10b981}.legend-color.segment-3{background:#f59e0b}.legend-color.segment-4{background:#8b5cf6}.legend-text{flex:1;font-size:14px;color:#e2e8f0;font-weight:500}.legend-value{font-size:16px;font-weight:700;color:#fff;min-width:40px}.legend-growth{font-size:13px;font-weight:700;padding:4px 10px;border-radius:12px;min-width:50px;text-align:center}.legend-growth.positive{background:#22c55e1a;color:#10b981;border:1px solid rgba(34,197,94,.3)}.legend-growth.negative{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.tables-section{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 1024px){.tables-section{grid-template-columns:1fr 1fr;gap:32px}}.reports-list-section{grid-column:1}.reports-sidebar{background:#1e293b;border-radius:16px;border:1px solid #334155;display:flex;flex-direction:column;height:100%}.sidebar-header{padding:24px;border-bottom:1px solid #334155;display:flex;justify-content:space-between;align-items:center}.sidebar-header h3{font-size:18px;font-weight:700;color:#fff}.reports-count{background:#3b82f61a;color:#3b82f6;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;border:1px solid rgba(59,130,246,.3)}.reports-list{padding:16px;flex:1;max-height:400px;overflow-y:auto}.report-item{display:flex;align-items:center;gap:16px;padding:16px;border-radius:12px;margin-bottom:12px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.report-item:hover{background:#ffffff08;border-color:#334155}.report-item.selected{background:#3b82f61a;border-color:#3b82f6;transform:translate(4px)}.report-icon{font-size:24px;width:48px;height:48px;background:#ffffff0d;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.report-item.selected .report-icon{background:#3b82f633}.report-details{flex:1;min-width:0}.report-details h4{font-size:15px;font-weight:600;color:#fff;margin-bottom:4px}.report-description{font-size:13px;color:#94a3b8;margin-bottom:8px;line-height:1.4}.report-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.meta-item{font-size:11px;color:#64748b;font-weight:500}.meta-divider{color:#475569;font-size:10px}.report-arrow{color:#94a3b8;font-size:20px;opacity:0;transition:all .2s ease}.report-item:hover .report-arrow{opacity:1;transform:translate(4px)}.sidebar-footer{padding:24px;border-top:1px solid #334155;background:#0003}.sidebar-footer h4{font-size:16px;font-weight:700;color:#fff;margin-bottom:16px}.insights-list{display:flex;flex-direction:column;gap:12px}.insight-item{display:flex;align-items:center;gap:12px;padding:12px;background:#ffffff08;border-radius:10px;border:1px solid #334155;transition:all .2s ease}.insight-item:hover{background:#ffffff0d;transform:translateY(-2px)}.insight-item.positive{border-left:3px solid #10b981}.insight-item.warning{border-left:3px solid #f59e0b}.insight-item.info{border-left:3px solid #3b82f6}.insight-icon{font-size:20px;width:36px;height:36px;background:#ffffff0d;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.insight-content{flex:1;min-width:0}.insight-text{display:block;font-size:13px;color:#e2e8f0;font-weight:500;margin-bottom:2px}.insight-value{display:block;font-size:16px;font-weight:700}.insight-item.positive .insight-value{color:#10b981}.insight-item.warning .insight-value{color:#f59e0b}.insight-item.info .insight-value{color:#3b82f6}.export-section{grid-column:2}.export-card{background:#1e293b;border-radius:16px;padding:24px;border:1px solid #334155;height:100%}.export-card h3{font-size:18px;font-weight:700;color:#fff;margin-bottom:8px}.export-description{color:#94a3b8;font-size:14px;margin-bottom:24px}.export-options{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:32px}.export-option{padding:16px;background:#ffffff08;border:1px solid #334155;border-radius:12px;color:#e2e8f0;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.export-option:hover{background:#ffffff0f;border-color:#3b82f6;transform:translateY(-2px)}.option-icon{font-size:24px}.option-text{font-size:13px;font-weight:500}.schedule-section h4{font-size:16px;font-weight:700;color:#fff;margin-bottom:16px}.schedule-options{display:flex;gap:12px;flex-wrap:wrap}.schedule-select,.schedule-time{padding:10px 12px;background:#ffffff0d;border:1px solid #475569;border-radius:8px;color:#fff;font-size:14px;flex:1;min-width:120px}.schedule-btn{padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.schedule-btn:hover{background:#2563eb}@media (max-width: 768px){.analysis-reports{padding:16px}.page-header{padding:24px;flex-direction:column;align-items:stretch}.header-actions{flex-direction:column;width:100%}.generate-btn,.export-btn,.schedule-btn{width:100%;justify-content:center}.content-header,.header-right,.time-selector{flex-direction:column;align-items:stretch}.time-select{width:100%}.compare-toggle{justify-content:space-between}.chart-container{flex-direction:column;height:auto}.chart-y-axis{flex-direction:row;padding:0 0 20px;min-width:auto;height:40px}.y-label{text-align:center;padding:0}.pie-chart-container{flex-direction:column}.export-options{grid-template-columns:1fr}.schedule-options{flex-direction:column}.schedule-select,.schedule-time,.schedule-btn{width:100%}.tables-section{grid-template-columns:1fr}.export-section{grid-column:1}}@media (max-width: 480px){.metrics-grid,.charts-section,.chart-summary{grid-template-columns:1fr}}:root{--sidebar-width: 280px;--header-height: 70px;--dark-bg: #0f172a;--dark-card: #1e293b;--dark-border: #334155}html,body{width:100%;height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--dark-bg);color:#f1f5f9}.dashboard-container{display:flex;width:100vw;height:100vh;overflow:hidden;background-color:var(--dark-bg);position:fixed;top:0;left:0;right:0;bottom:0}.main-content{display:flex;flex-direction:column;flex:1;height:100vh;width:100%;min-width:0;background:var(--dark-bg);transition:margin-left .3s ease;position:relative;overflow:hidden}.main-content.sidebar-open{margin-left:var(--sidebar-width);width:calc(100vw - var(--sidebar-width))}.main-content.sidebar-collapsed{margin-left:0;width:100vw}.dashboard-content-area{flex:1;width:100%;height:calc(100vh - var(--header-height));overflow-x:hidden;overflow-y:auto;background:var(--dark-bg);position:relative;scrollbar-width:thin;scrollbar-color:#334155 transparent}.dashboard-content-area::-webkit-scrollbar{width:8px}.dashboard-content-area::-webkit-scrollbar-track{background:transparent}.dashboard-content-area::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}.dashboard-content-area::-webkit-scrollbar-thumb:hover{background:#475569}@media (max-width: 1024px){:root{--header-height: 60px}.main-content.sidebar-open,.main-content.sidebar-collapsed{margin-left:0;width:100vw}.dashboard-content-area{height:calc(100vh - 60px)}}@media (max-width: 768px){.dashboard-content-area{height:calc(100vh - 60px)}}.loading-state{display:flex;align-items:center;justify-content:center;min-height:400px;flex-direction:column;gap:20px}.loading-spinner{width:50px;height:50px;border:3px solid #334155;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.error-state{display:flex;align-items:center;justify-content:center;min-height:400px;flex-direction:column;gap:20px;text-align:center;padding:40px;color:#cbd5e1}.error-icon{font-size:48px;color:#ef4444}.error-message{color:#94a3b8;max-width:400px}.empty-state{display:flex;align-items:center;justify-content:center;min-height:300px;flex-direction:column;gap:16px;text-align:center;padding:40px;background:var(--dark-card);border-radius:12px;border:2px dashed #334155;margin:20px}.empty-icon{font-size:48px;color:#64748b}.empty-title{font-size:18px;font-weight:600;color:#f1f5f9}.empty-description{color:#94a3b8;max-width:300px}@media print{.dashboard-container{display:block;overflow:visible;position:static}.main-content{margin-left:0!important;width:100%!important;height:auto!important;overflow:visible!important}.dashboard-content-area{overflow:visible!important;height:auto!important}}:root{--primary-dark: #0f172a;--primary-main: #1e293b;--primary-light: #334155;--secondary-dark: #0f766e;--secondary-main: #14b8a6;--secondary-light: #5eead4;--accent-orange: #c2410c;--accent-amber: #f59e0b;--accent-green: #10b981;--neutral-200: #e2e8f0;--neutral-800: #1e293b;--neutral-900: #0f172a;--gradient-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);--gradient-card: linear-gradient(135deg, rgba(30, 41, 59, .95), rgba(15, 23, 42, .98));--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .2);--shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, .3);--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px;--transition: .2s ease}html,body{height:100%;width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--gradient-primary);overflow:hidden}.login-container{min-height:100vh;min-height:100dvh;width:100vw;display:flex;align-items:center;justify-content:center;padding:16px;position:fixed;top:0;left:0;right:0;bottom:0;overflow:auto;-webkit-overflow-scrolling:touch;z-index:1}.background-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;overflow:hidden;z-index:0;pointer-events:none}.bg-grid{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:40px 40px}.bg-dots{position:absolute;width:100%;height:100%;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.02) 2px,transparent 2px),radial-gradient(circle at 75% 75%,rgba(255,255,255,.02) 2px,transparent 2px);background-size:80px 80px}.elegant-pattern{position:absolute;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(20,184,166,.08) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.08) 0%,transparent 50%);opacity:.4}.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.1;animation:floatBlob 25s ease-in-out infinite;will-change:transform}.blob1{width:min(500px,50vw);height:min(500px,50vw);background:linear-gradient(135deg,#3b82f6,#14b8a6);top:-20%;left:-20%;animation-delay:0s}.blob2{width:min(400px,40vw);height:min(400px,40vw);background:linear-gradient(135deg,#14b8a6,#f59e0b);bottom:-15%;right:-15%;animation-delay:5s}.blob3{width:min(300px,30vw);height:min(300px,30vw);background:linear-gradient(135deg,#f59e0b,#3b82f6);top:40%;left:70%;animation-delay:10s}@keyframes floatBlob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.login-card-wrapper{width:100%;max-width:min(420px,90vw);max-height:90vh;max-height:90dvh;z-index:10;padding:0;animation:fadeInUp .6s ease-out;display:flex;flex-direction:column}.login-card{width:100%;padding:clamp(24px,5vw,32px) clamp(20px,4vw,28px);background:var(--gradient-card);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-xl);border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow-xl);position:relative;overflow-y:auto;overflow-x:hidden;max-height:100%;display:flex;flex-direction:column}.login-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--secondary-main),var(--accent-amber));border-radius:var(--radius-xl) var(--radius-xl) 0 0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.company-header{text-align:center;margin-bottom:clamp(24px,5vw,28px);flex-shrink:0}.logo-main-container{display:flex;flex-direction:column;align-items:center;gap:clamp(16px,3vw,20px);margin-bottom:clamp(16px,3vw,20px)}@media (min-width: 480px){.logo-main-container{flex-direction:row;align-items:center;text-align:left;gap:clamp(20px,4vw,24px)}}.logo-main{position:relative;width:clamp(80px,20vw,90px);height:clamp(80px,20vw,90px);flex-shrink:0;transition:transform .3s ease}.logo-main:hover{transform:scale(1.05)}.logo-glass{width:100%;height:100%;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.logo-glass.hover{border-color:#14b8a64d}.logo-glass.pulse{animation:gentlePulse 3s ease-in-out infinite}@keyframes gentlePulse{0%,to{box-shadow:0 0 #14b8a61a}50%{box-shadow:0 0 0 4px #14b8a61a}}.logo-image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:8px;position:relative}.company-logo-image{width:100%;height:100%;object-fit:contain;border-radius:var(--radius-md)}.logo-glow-effect{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(20,184,166,.1) 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.logo-glow-effect.active{opacity:1}.company-text-container{flex:1;display:flex;flex-direction:column;align-items:center;min-width:0}@media (min-width: 480px){.company-text-container{align-items:flex-start}}.company-name{font-size:clamp(20px,5vw,24px);font-weight:700;color:#fff;margin-bottom:clamp(6px,1.5vw,8px);letter-spacing:.5px;line-height:1.2;text-align:center;width:100%}@media (min-width: 480px){.company-name{text-align:left}}.company-subtitle{display:flex;justify-content:center;margin-bottom:clamp(8px,2vw,10px);width:100%}@media (min-width: 480px){.company-subtitle{justify-content:flex-start}}.established-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#14b8a61a;border-radius:20px;border:1px solid rgba(20,184,166,.2)}.company-since{font-size:clamp(11px,2.5vw,12px);color:var(--secondary-light);font-weight:600;letter-spacing:.5px}.established-icon{font-size:12px}.company-tagline-wrapper{margin-bottom:clamp(12px,3vw,16px);width:100%;display:flex;flex-direction:column;align-items:center}@media (min-width: 480px){.company-tagline-wrapper{align-items:flex-start}}.company-tagline{font-size:clamp(12px,2.8vw,13px);color:var(--neutral-200);font-weight:500;letter-spacing:.3px;text-align:center;opacity:.9}@media (min-width: 480px){.company-tagline{text-align:left}}.tagline-underline{width:40px;height:2px;background:linear-gradient(90deg,var(--secondary-main),transparent);margin-top:4px;border-radius:1px}.business-tags-container{width:100%;display:flex;justify-content:center}@media (min-width: 480px){.business-tags-container{justify-content:flex-start}}.business-tags{display:flex;gap:clamp(8px,2vw,12px);flex-wrap:nowrap;flex-wrap:wrap;justify-content:center}@media (min-width: 480px){.business-tags{flex:none;justify-content:flex-start}}.business-tag{display:inline-flex;align-items:center;gap:6px;padding:clamp(6px,1.5vw,8px) clamp(10px,2.5vw,14px);border-radius:var(--radius-md);font-size:clamp(11px,2.5vw,12px);font-weight:600;transition:all var(--transition);border:1px solid transparent;white-space:nowrap;flex:1;min-width:0}.business-tag.construction{background:#f59e0b1a;color:var(--accent-amber);border-color:#f59e0b33}.business-tag.real-estate{background:#14b8a61a;color:var(--secondary-main);border-color:#14b8a633}.business-tag:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.tag-icon{font-size:12px}.tag-text{white-space:nowrap}.login-form{margin-bottom:clamp(20px,4vw,24px);flex:1;display:flex;flex-direction:column}.form-field{margin-bottom:clamp(16px,3vw,20px)}.field-label{display:flex;align-items:center;gap:clamp(6px,1.5vw,8px);color:var(--neutral-200);font-weight:500;font-size:clamp(13px,3vw,14px);margin-bottom:clamp(6px,1.5vw,8px);flex-wrap:wrap}.label-icon{font-size:clamp(14px,3.5vw,16px);flex-shrink:0}.input-container{position:relative;background:#0f172acc;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.1);transition:all var(--transition);overflow:hidden}.input-container:focus-within{border-color:var(--secondary-main);box-shadow:0 0 0 2px #14b8a61a}.input-container.error{border-color:#ef4444;box-shadow:0 0 0 2px #ef44441a}.form-input{width:100%;padding:clamp(12px,3vw,14px);background:transparent;border:none;color:#fff;font-size:clamp(14px,3.5vw,15px);outline:none;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input::placeholder{color:#94a3b8;font-size:clamp(13px,3vw,14px)}.input-border{position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--secondary-main);transition:all var(--transition);transform:translate(-50%)}.input-container:focus-within .input-border{width:100%}.password-toggle{position:absolute;right:clamp(8px,2vw,12px);top:50%;transform:translateY(-50%);background:none;border:none;color:var(--neutral-200);cursor:pointer;padding:4px;font-size:clamp(14px,3.5vw,16px);transition:color var(--transition);-webkit-tap-highlight-color:transparent;min-height:44px;min-width:44px}.password-toggle:hover{color:var(--secondary-main)}.password-strength{margin-top:clamp(8px,2vw,10px);display:flex;align-items:center;gap:clamp(8px,2vw,12px)}.strength-bars{flex:1;display:flex;gap:4px;height:4px}.strength-bar{flex:1;background:#475569;border-radius:2px;transition:all var(--transition)}.strength-bar.active{background:var(--accent-green)}.strength-bar:nth-child(1).active{background:#ef4444}.strength-bar:nth-child(2).active{background:#f59e0b}.strength-bar:nth-child(3).active{background:#10b981}.strength-text{font-size:clamp(11px,2.5vw,12px);color:#94a3b8;font-weight:500;min-width:100px;text-align:right}.error-message{display:flex;align-items:center;gap:clamp(4px,1vw,6px);color:#ef4444;font-size:clamp(11px,2.5vw,12px);margin-top:clamp(4px,1vw,6px);font-weight:500}.error-icon{font-size:clamp(12px,3vw,14px)}.form-options{display:flex;justify-content:space-between;align-items:center;margin:clamp(16px,3vw,20px) 0;flex-wrap:wrap;gap:12px}.checkbox-container{display:flex;align-items:center;gap:clamp(6px,1.5vw,8px);cursor:pointer}.checkbox-input{display:none}.checkbox-custom{width:clamp(16px,4vw,18px);height:clamp(16px,4vw,18px);border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;transition:all var(--transition);flex-shrink:0}.checkbox-input:checked+.checkbox-custom{background:var(--secondary-main);border-color:var(--secondary-main)}.checkbox-input:checked+.checkbox-custom:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:clamp(10px,2.5vw,12px);font-weight:700}.checkbox-label{font-size:clamp(13px,3vw,14px);color:var(--neutral-200);white-space:nowrap}.forgot-link{font-size:clamp(13px,3vw,14px);color:var(--secondary-light);font-weight:500;text-decoration:none;transition:color var(--transition);white-space:nowrap}.forgot-link:hover{color:#fff;text-decoration:underline}.submit-button{width:100%;padding:clamp(14px,3.5vw,16px);background:linear-gradient(135deg,var(--secondary-dark),var(--secondary-main));color:#fff;border:none;border-radius:var(--radius-md);font-size:clamp(15px,4vw,16px);font-weight:600;cursor:pointer;transition:all var(--transition);display:flex;align-items:center;justify-content:center;gap:clamp(8px,2vw,10px);margin-top:auto;flex-shrink:0}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #14b8a633;background:linear-gradient(135deg,var(--secondary-main),var(--secondary-dark))}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.5;cursor:not-allowed}.button-icon{font-size:clamp(16px,4vw,18px)}.button-spinner{width:clamp(16px,4vw,18px);height:clamp(16px,4vw,18px);border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-footer1{margin-top:clamp(20px,4vw,24px);padding-top:clamp(16px,3vw,20px);border-top:1px solid rgba(255,255,255,.1);flex-shrink:0}.footer-content1{text-align:center}.copyright1{color:var(--neutral-200);font-size:clamp(11px,2.5vw,12px);opacity:.7;margin-bottom:clamp(6px,1.5vw,8px);line-height:1.5}.footer-links{display:flex;justify-content:center;gap:clamp(8px,2vw,12px);flex-wrap:wrap;margin-bottom:clamp(6px,1.5vw,8px)}.footer-links a{color:var(--neutral-200);font-size:clamp(11px,2.5vw,12px);text-decoration:none;transition:color var(--transition);white-space:nowrap}.footer-links a:hover{color:var(--secondary-light);text-decoration:underline}.divider{color:var(--neutral-200);opacity:.5}.version1{color:var(--neutral-200);font-size:clamp(10px,2.2vw,11px);opacity:.5}.login-card::-webkit-scrollbar,body::-webkit-scrollbar,html::-webkit-scrollbar{display:none}.login-card,body,html{-ms-overflow-style:none;scrollbar-width:none}.login-card{-webkit-overflow-scrolling:touch}@media (max-width: 380px){.login-container{padding:12px}.login-card{padding:20px 16px;border-radius:var(--radius-lg)}.logo-main{width:70px;height:70px}.company-name{font-size:18px}.business-tag{padding:5px 10px;font-size:11px}.form-options{flex-direction:column;align-items:flex-start;gap:10px}.form-input{padding:12px;font-size:16px}.form-input::placeholder{font-size:14px}}@media (max-width: 320px){.login-container{padding:8px}.login-card{padding:16px 12px}.logo-main{width:60px;height:60px}.company-name{font-size:16px}.business-tag{padding:4px 8px;font-size:10px}.form-input{padding:10px}.submit-button{padding:12px;font-size:15px}}@media (max-height: 600px) and (orientation: landscape){.login-container{align-items:flex-start;padding:20px;overflow-y:auto}.login-card-wrapper{max-height:95vh;margin:auto}.login-card{padding:20px;max-height:none}.company-header{margin-bottom:16px}.logo-main-container{margin-bottom:12px}.login-form{margin-bottom:16px}}@media (max-height: 700px) and (orientation: portrait){.login-container{align-items:flex-start;padding-top:20px;padding-bottom:20px}.login-card{max-height:95vh}.company-header{margin-bottom:16px}.login-footer{margin-top:16px;padding-top:12px}}@media (min-width: 768px) and (max-width: 1024px){.login-card-wrapper{max-width:min(480px,70vw)}.login-card{padding:32px 28px}.logo-main{width:100px;height:100px}.company-name{font-size:26px}}@media (min-width: 1024px){.login-card-wrapper{max-width:440px}.login-card{padding:32px}}@media (min-width: 1440px){.login-card-wrapper{max-width:480px}.login-card{padding:40px 36px}.logo-main{width:100px;height:100px}.company-name{font-size:26px}.form-input,.submit-button{padding:16px;font-size:16px}}@media (hover: none) and (pointer: coarse){.business-tag:hover,.submit-button:hover,.forgot-link:hover{transform:none}.password-toggle,.checkbox-custom{min-height:44px;min-width:44px}.form-input{font-size:16px}}@supports (padding: max(0px)){.login-container{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));padding-top:max(16px,env(safe-area-inset-top));padding-bottom:max(16px,env(safe-area-inset-bottom))}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-image{width:100%;height:200px;background:#e0e0e0;border-radius:8px}.skeleton-text{height:20px;background:#e0e0e0;border-radius:4px;margin-bottom:8px}.skeleton-price{width:100px;height:28px}.skeleton-title{width:80%;height:24px}.skeleton-location{width:70%;height:18px;margin-left:8px}.properties-error{text-align:center;padding:40px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a}.error-message{color:#f44;font-size:16px;margin-bottom:20px}.retry-button{background:#007bff;color:#fff;border:none;padding:10px 24px;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s ease}.retry-button:hover{background:#0056b3}.properties-empty{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a}.empty-icon{color:#888;margin-bottom:20px}.properties-empty h3{color:#333;margin-bottom:10px;font-size:20px}.properties-empty p{color:#666;font-size:16px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:15px}.section-subtitle{color:#666;font-size:16px;margin-top:8px}.view-all-button{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:#007bff;font-weight:600;cursor:pointer;transition:color .3s ease;padding:8px 16px;border-radius:6px}.view-all-button:hover{color:#0056b3;background:#007bff1a}.arrow-icon{width:16px;height:16px}.property-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative}.property-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.property-image{width:100%;height:200px;object-fit:cover;transition:transform .3s ease}.property-card:hover .property-image{transform:scale(1.05)}.property-content{padding:20px}.property-price{color:#2c3e50;font-size:20px;font-weight:700;margin-bottom:10px}.property-title{color:#333;font-size:18px;font-weight:600;margin-bottom:10px;line-height:1.4}.property-location{display:flex;align-items:center;gap:8px;color:#666;font-size:14px;margin-bottom:15px}.location-icon{width:16px;height:16px;color:#888}.property-features{display:flex;justify-content:space-between;padding-top:15px;border-top:1px solid #eee}.feature{display:flex;align-items:center;gap:6px;color:#555;font-size:14px}.feature-icon{width:16px;height:16px;color:#888}.property-badge{position:absolute;top:15px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;z-index:2}.property-badge.type{left:15px}.property-badge.type.sale{background:#27ae60}.property-badge.type.rent{background:#3498db}.favorite-button{position:absolute;top:15px;right:15px;background:#ffffffe6;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2}.favorite-button:hover{background:#fff;box-shadow:0 4px 12px #00000026}.favorite-button.active .favorite-icon{fill:#e74c3c;stroke:#e74c3c}.favorite-icon{width:20px;height:20px;color:#555;transition:all .3s ease}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;color:#2c3e50;line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.home-page-wrapper{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.home-page{flex:1;background:#f8f9fa}.sell-hero-section.home-hero{margin-top:80px;padding:6rem 2rem;background:linear-gradient(#2c3e50d9,#3498dbd9),url(https://images.pexels.com/photos/1732414/pexels-photo-1732414.jpeg);background-size:cover;background-position:center;background-attachment:fixed;color:#fff;text-align:center;position:relative;overflow:hidden;will-change:transform;backface-visibility:hidden}.sell-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3);-webkit-text-size-adjust:100%}.sell-hero-subtitle{font-size:1.3rem;margin-bottom:3rem;color:#ecf0f1;line-height:1.6;-webkit-text-size-adjust:100%}.sell-hero-button{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;min-height:44px;min-width:44px;touch-action:manipulation}.sell-hero-button-icon{width:20px;height:20px;flex-shrink:0}.featured-properties{padding:6rem 2rem;max-width:1400px;margin:0 auto}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}.section-title{font-size:2.75rem;font-weight:800;color:#2c3e50;margin-bottom:.5rem;letter-spacing:-.5px;background:linear-gradient(135deg,#2c3e50,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-text-size-adjust:100%}.section-title.center{text-align:center}.view-all-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:transparent;border:2px solid #3498db;border-radius:12px;color:#3498db;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-decoration:none;min-height:44px;min-width:44px;touch-action:manipulation}.view-all-button:hover{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;transform:translate(5px)}.arrow-icon{width:20px;height:20px;transition:transform .3s ease;flex-shrink:0}.view-all-button:hover .arrow-icon{transform:translate(5px)}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem}.property-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .4s ease;border:1px solid #e0e0e0;cursor:pointer}.property-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #3498db33}.property-image-container{position:relative;height:280px;overflow:hidden}.property-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.property-card:hover .property-image{transform:scale(1.1)}.property-badge{position:absolute;top:1rem;padding:.5rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #0003}.favorite-button{position:absolute;bottom:1rem;right:1rem;width:48px;height:48px;background:#fffffff2;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026;z-index:2;min-width:48px;min-height:48px;touch-action:manipulation}.favorite-icon{width:24px;height:24px;color:#7f8c8d;transition:all .3s ease;flex-shrink:0}.property-content{padding:1.75rem}.property-price{font-size:1.75rem;font-weight:900;color:#2c3e50;margin-bottom:.75rem}.property-title{font-size:1.35rem;font-weight:700;color:#2c3e50;margin-bottom:.75rem;line-height:1.3}.property-location{display:flex;align-items:center;gap:.5rem;color:#7f8c8d;margin-bottom:1.5rem;font-weight:500}.location-icon{width:18px;height:18px;color:#3498db;flex-shrink:0}.property-features{display:flex;gap:1.5rem;padding-top:1.5rem;border-top:2px solid #f1f5f9}.feature{display:flex;align-items:center;gap:.5rem;color:#7f8c8d;font-weight:600;font-size:.95rem}.feature-icon{width:18px;height:18px;color:#3498db;flex-shrink:0}.quote-section{padding:4rem 2rem;background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff}.quote-container{max-width:800px;margin:0 auto;text-align:center}.quote-text{font-size:2rem;font-weight:600;line-height:1.4;margin-bottom:1.5rem;font-style:italic}.quote-author{font-size:1.2rem;font-weight:500;opacity:.9}.districts-section{padding:6rem 2rem;background:linear-gradient(135deg,#f8f9fa,#ecf0f1)}.districts-container{max-width:1400px;margin:0 auto}.section-subtitle{font-size:1.2rem;color:#7f8c8d;font-weight:400}.section-subtitle.center{text-align:center}.districts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:3rem}.district-card{background:#fff;padding:2rem;border-radius:16px;text-align:center;box-shadow:0 4px 15px #00000014;transition:all .3s ease;border:2px solid transparent;cursor:pointer;border:none;min-height:44px;min-width:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;touch-action:manipulation}.district-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #3498db33;border-color:#3498db}.district-icon-wrapper{width:64px;height:64px;background:linear-gradient(135deg,#2c3e50,#3498db);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.district-icon{width:32px;height:32px;color:#fff;flex-shrink:0}.district-name{font-size:1.35rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}.district-properties{font-size:1rem;color:#7f8c8d;font-weight:600}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.sell-footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.quick-contact-buttons{right:20px;bottom:20px}.quick-contact-btn{width:55px;height:55px;min-width:55px;min-height:55px}.sell-hero-title{font-size:3rem}.section-title{font-size:2.5rem}.properties-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.districts-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width: 992px){.sell-hero-title{font-size:2.5rem}.section-title{font-size:2.2rem}.sell-hero-buttons{flex-direction:column;align-items:center;gap:1rem}.sell-hero-button{width:100%;max-width:400px;justify-content:center}.properties-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.districts-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 768px){.sell-header-content{padding:1rem;flex-direction:row;gap:1rem}.sell-mobile-menu-button{display:block}.sell-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;padding:80px 2rem 2rem;gap:.5rem;transition:right .3s ease;box-shadow:-5px 0 25px #0000001a;z-index:1000;align-items:stretch;overflow-y:auto;-webkit-overflow-scrolling:touch}.sell-nav.mobile-open{right:0}.sell-nav-item{padding:1rem;border-radius:8px;justify-content:flex-start;gap:1rem}.sell-nav-item span{display:block;font-size:1rem}.sell-nav-icon{width:20px;height:20px}.sell-hero-section.home-hero{padding:4rem 1rem;margin-top:80px;background-attachment:scroll}.sell-hero-title{font-size:2.2rem}.sell-hero-subtitle{font-size:1.1rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.view-all-button{align-self:flex-start}.properties-grid{grid-template-columns:1fr;gap:1.5rem}.property-card{max-width:100%}.property-image-container{height:250px}.quote-text{font-size:1.5rem}.districts-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.quick-contact-buttons{right:15px;bottom:70px}.quick-contact-btn{width:50px;height:50px;min-width:50px;min-height:50px}.quick-contact-icon{width:20px;height:20px}.quick-contact-tooltip{display:none}.featured-properties,.districts-section{padding:4rem 1.5rem}.quote-section{padding:3rem 1.5rem}}@media (max-width: 640px){.sell-logo-text{font-size:1.4rem}.sell-hero-title,.section-title{font-size:1.8rem}.property-price{font-size:1.5rem}.property-title{font-size:1.2rem}.property-features{gap:1rem}.feature{font-size:.9rem}.feature-icon{width:16px;height:16px}.districts-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.district-card{padding:1.5rem}.district-icon-wrapper{width:56px;height:56px}.district-icon{width:28px;height:28px}.district-name{font-size:1.2rem}.district-properties{font-size:.9rem}}@media (max-width: 480px){.sell-footer-content{grid-template-columns:1fr;gap:2rem}.sell-footer-section{text-align:center;align-items:center}.sell-footer-social{justify-content:center}.sell-footer-links{align-items:center}.sell-logo-text{font-size:1.3rem}.sell-logo-image{height:40px;width:40px}.sell-nav{width:100%;right:-100%}.sell-nav.mobile-open{right:0;width:100%}.sell-hero-title{font-size:1.6rem}.sell-hero-subtitle{font-size:1rem}.section-title{font-size:1.6rem}.view-all-button{width:100%;justify-content:center}.property-image-container{height:220px}.property-badge{font-size:.75rem;padding:.4rem 1rem}.property-badge.featured{left:.75rem}.property-badge.type{right:.75rem}.favorite-button{width:44px;height:44px;min-width:44px;min-height:44px;bottom:.75rem;right:.75rem}.favorite-icon{width:20px;height:20px}.property-content{padding:1.5rem}.property-price{font-size:1.4rem}.property-title{font-size:1.1rem}.property-location{font-size:.9rem}.property-features{flex-direction:column;gap:.75rem;align-items:flex-start}.quick-contact-buttons{right:10px;bottom:70px}.quick-contact-btn{width:45px;height:45px;min-width:45px;min-height:45px}.quick-contact-icon{width:18px;height:18px}.districts-grid{grid-template-columns:1fr}.district-card{padding:1.25rem}.district-name{font-size:1.1rem}.district-properties{font-size:.85rem}.quote-text{font-size:1.3rem}.quote-author{font-size:1rem}}@media (max-width: 360px){.sell-logo-text{font-size:1.2rem}.sell-logo-image{height:35px;width:35px}.sell-hero-title{font-size:1.4rem}.sell-hero-button{padding:.875rem 1rem;font-size:1rem}.section-title{font-size:1.4rem}.view-all-button{padding:.75rem 1rem;font-size:1rem}.arrow-icon{width:18px;height:18px}.property-image-container{height:200px}.property-price{font-size:1.3rem}.property-title{font-size:1rem}.property-location,.feature{font-size:.85rem}.feature-icon{width:16px;height:16px}.quick-contact-btn{width:40px;height:40px;min-width:40px;min-height:40px}.quick-contact-icon{width:16px;height:16px}}@supports (-webkit-touch-callout: none){.sell-hero-section.home-hero{background-attachment:scroll}.sell-hero-title,.section-title,.property-title{-webkit-text-size-adjust:100%}.sell-nav,.sell-footer-links{-webkit-overflow-scrolling:touch}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.sell-hero-section.home-hero{background-image:linear-gradient(#2c3e50d9,#3498dbd9),url(https://images.pexels.com/photos/1732414/pexels-photo-1732414.jpeg)}.property-card,.district-card{box-shadow:0 4px 30px #00000026}}@media (max-width: 768px){.sell-nav-item,.sell-hero-button,.view-all-button,.favorite-button,.district-card,.sell-footer-link,.sell-social-link,.quick-contact-btn{min-height:44px;min-width:44px}.sell-nav-item{padding:.75rem}.favorite-button{width:44px;height:44px;min-width:44px;min-height:44px}}.buy-page-wrapper{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.loading-spinner1{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;min-height:300px}.spinner1{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem;flex-shrink:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text1{color:#6b7280;font-size:1.125rem;line-height:1.4}.quick-contact-icon{width:24px;height:24px;z-index:1;flex-shrink:0}.sell-header-container{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);transition:all .3s ease;box-shadow:0 2px 10px #0000001a;will-change:transform;backface-visibility:hidden}.sell-header-content{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;position:relative;flex-wrap:wrap}.sell-logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;z-index:1001;min-width:max-content}.sell-logo-image{height:45px;width:45px;border-radius:8px;object-fit:cover;border:2px solid #2c3e50;flex-shrink:0}.sell-logo-text{font-size:1.6rem;font-weight:800;background:linear-gradient(135deg,#2c3e50,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;white-space:nowrap}.sell-mobile-menu-button{display:none;background:none;border:none;cursor:pointer;color:#2c3e50;z-index:1001;padding:.5rem;border-radius:4px;transition:all .3s ease;min-width:44px;min-height:44px;touch-action:manipulation}.sell-nav{display:flex;gap:.5rem;align-items:center;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.sell-nav::-webkit-scrollbar{display:none}.sell-nav-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;text-decoration:none;color:#2c3e50;font-weight:600;border-radius:30px;transition:all .3s ease;font-size:.95rem;position:relative;overflow:hidden;flex-shrink:0;min-height:44px;min-width:44px;touch-action:manipulation}.buy-hero-section{margin-top:80px;padding:4rem 2rem;background:linear-gradient(#2c3e50d9,#3498dbd9),url(https://images.pexels.com/photos/1732414/pexels-photo-1732414.jpeg);background-size:cover;background-position:center;color:#fff;text-align:center;position:relative;will-change:transform;backface-visibility:hidden}.buy-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.buy-hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3);-webkit-text-size-adjust:100%}.buy-hero-subtitle{font-size:1.2rem;color:#ecf0f1;line-height:1.6;-webkit-text-size-adjust:100%}.buy-main-container{max-width:1400px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:2rem;flex:1}.buy-search-container{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem;will-change:transform}.buy-search-bar{margin-bottom:2rem}.search-inputs-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;align-items:center}.search-input-group,.search-select-group{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;width:20px;height:20px;color:#3498db;pointer-events:none;z-index:1;flex-shrink:0}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;background:#f8fafc;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-weight:500;color:#2c3e50;transition:all .3s ease;outline:none;min-height:48px;touch-action:manipulation}.search-input:focus{border-color:#3498db;background:#fff;box-shadow:0 0 0 3px #3498db26}.search-select{width:100%;padding:1rem;background:#f8fafc;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;color:#2c3e50;cursor:pointer;transition:all .3s ease;font-weight:500;min-height:48px;-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation}.search-select:focus{border-color:#3498db;background:#fff;box-shadow:0 0 0 3px #3498db26}.search-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:48px;min-width:44px;touch-action:manipulation}.search-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #2ecc714d}.search-icon{width:18px;height:18px;flex-shrink:0}.search-button-text{white-space:nowrap}.filter-section{padding:1.5rem 0;border-top:2px solid #f1f5f9}.filter-title{font-size:1rem;color:#2c3e50;margin-bottom:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;line-height:1.2}.filter-cities,.filter-types{margin-bottom:1.5rem}.city-tags,.type-tags{display:flex;flex-wrap:wrap;gap:.75rem}.city-tag,.type-tag{padding:.5rem 1.25rem;background:#f1f5f9;border:2px solid #e0e0e0;border-radius:20px;color:#2c3e50;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;min-height:44px;min-width:44px;touch-action:manipulation;display:flex;align-items:center;justify-content:center}.city-tag:hover,.type-tag:hover{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;border-color:#3498db}.city-tag-text,.type-tag-text{white-space:nowrap}.buy-properties-section{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem;will-change:transform}.properties-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9;flex-wrap:wrap;gap:1rem}.properties-title{font-size:1.8rem;font-weight:700;color:#2c3e50;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.properties-title-text{line-height:1.2;-webkit-text-size-adjust:100%}.properties-count{color:#7f8c8d;font-weight:400;line-height:1.2}.properties-sort{display:flex;align-items:center;gap:.5rem}.sort-select{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;background:#f8f9fa;color:#2c3e50;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;min-height:44px;min-width:44px;touch-action:manipulation}.sort-select:focus{border-color:#3498db;outline:none}.properties-grid-container{overflow-y:auto;max-height:1200px;padding-right:.5rem;margin-bottom:2rem;-webkit-overflow-scrolling:touch}.properties-grid-container::-webkit-scrollbar{width:8px}.properties-grid-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.properties-grid-container::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#2c3e50,#3498db);border-radius:4px}.properties-grid-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#3498db,#2c3e50)}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;padding:.5rem}.property-card.buy-property-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s ease;border:1px solid #e0e0e0;cursor:pointer;will-change:transform;display:flex;flex-direction:column;min-height:450px;position:relative}.property-card.buy-property-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #3498db26;border-color:#3498db}.property-image-container{position:relative;height:220px;overflow:hidden;flex-shrink:0}.property-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.property-card.buy-property-card:hover .property-image{transform:scale(1.05)}.property-badge{position:absolute;top:1rem;padding:.5rem 1rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #0003;z-index:2;white-space:nowrap;pointer-events:none}.property-badge.featured{left:1rem;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.property-badge.type{right:1rem;background:#fff;color:#2c3e50;border:1px solid #e0e0e0}.favorite-button{position:absolute;bottom:1rem;right:1rem;width:40px;height:40px;background:#fffffff2;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 8px #0000001a;z-index:2;min-width:40px;min-height:40px;touch-action:manipulation;pointer-events:auto}.favorite-button:hover{background:#fff;transform:scale(1.1)}.favorite-icon{width:20px;height:20px;color:#7f8c8d;transition:all .3s ease;flex-shrink:0}.favorite-button.active .favorite-icon{color:#e74c3c;fill:#e74c3c}.property-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.property-price{font-size:1.5rem;font-weight:800;color:#2c3e50;margin-bottom:.5rem;line-height:1.2;word-break:break-word;pointer-events:none}.property-title{font-size:1.2rem;font-weight:700;color:#2c3e50;margin-bottom:.75rem;line-height:1.4;-webkit-text-size-adjust:100%;word-break:break-word;pointer-events:none}.property-location{display:flex;align-items:flex-start;gap:.5rem;color:#7f8c8d;margin-bottom:1rem;font-weight:500;font-size:.9rem;pointer-events:none}.location-icon{width:16px;height:16px;color:#3498db;flex-shrink:0;margin-top:.1rem}.property-location-text{line-height:1.4;word-break:break-word}.property-features{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-top:1px solid #f1f5f9;margin-bottom:1rem;pointer-events:none}.feature{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:#7f8c8d;font-weight:500;font-size:.85rem;text-align:center;flex:1}.feature-icon{width:18px;height:18px;color:#3498db;margin-bottom:.25rem;flex-shrink:0}.feature-text{line-height:1.2;word-break:break-word}.view-details-btn{width:100%;padding:.875rem;background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;text-align:center;min-height:44px;min-width:44px;touch-action:manipulation;display:flex;align-items:center;justify-content:center;margin-top:auto;pointer-events:none}.view-details-btn:hover{background:linear-gradient(135deg,#3498db,#2c3e50);transform:translateY(-2px);box-shadow:0 5px 15px #3498db4d}.view-details-text{white-space:nowrap}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:2px solid #f1f5f9;flex-wrap:wrap}.pagination-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;color:#2c3e50;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:44px;min-width:44px;touch-action:manipulation}.pagination-button:hover:not(:disabled){background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;border-color:#3498db}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-icon{width:16px;height:16px;flex-shrink:0}.pagination-text{white-space:nowrap}.page-numbers{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.page-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;color:#2c3e50;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:40px;min-height:40px;touch-action:manipulation}.page-number:hover{background:#3498db;color:#fff;border-color:#3498db}.page-number.active{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;border-color:#3498db}.page-number-text{white-space:nowrap}.sell-footer-logo-text{font-size:1.6rem;font-weight:800;background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;line-height:1.2}.sell-footer-description{color:#bdc3c7;font-size:.95rem;line-height:1.6}.sell-footer-social{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.sell-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;transition:all .3s ease;min-width:40px;min-height:40px;touch-action:manipulation}.sell-social-icon{width:18px;height:18px;color:#fff;flex-shrink:0}.sell-footer-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#fff;line-height:1.2}.sell-footer-link{color:#bdc3c7;text-decoration:none;font-size:.95rem;transition:all .3s ease;font-weight:500;line-height:1.4;min-height:44px;min-width:44px;display:flex;align-items:center;touch-action:manipulation}.sell-footer-copyright{color:#95a5a6;font-size:.9rem;font-weight:500;line-height:1.4}@media (max-width: 1200px){.sell-footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.search-inputs-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.properties-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.quick-contact-buttons{right:20px;bottom:20px}.quick-contact-btn{width:55px;height:55px;min-width:55px;min-height:55px}.buy-hero-title{font-size:2.5rem}.buy-main-container{padding:1.5rem}}@media (max-width: 992px){.buy-hero-title{font-size:2.2rem}.properties-header{flex-direction:column;align-items:flex-start;gap:1rem}.search-inputs-grid{grid-template-columns:repeat(2,1fr)}.properties-title{font-size:1.6rem}.sort-select{width:100%;max-width:200px}.property-card.buy-property-card{min-height:400px}.property-image-container{height:200px}}@media (max-width: 768px){.sell-header-content{padding:1rem;flex-direction:row;gap:1rem}.sell-mobile-menu-button{display:block}.sell-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;padding:80px 2rem 2rem;gap:.5rem;transition:right .3s ease;box-shadow:-5px 0 25px #0000001a;z-index:1000;align-items:stretch;overflow-y:auto;-webkit-overflow-scrolling:touch}.sell-nav.mobile-open{right:0}.sell-nav-item{padding:1rem;border-radius:8px;justify-content:flex-start;gap:1rem}.sell-nav-item span{display:block;font-size:1rem}.sell-nav-icon{width:20px;height:20px}.buy-hero-section{padding:3rem 1rem;margin-top:80px;background-attachment:scroll}.buy-hero-title{font-size:2rem;line-height:1.2}.buy-hero-subtitle{font-size:1rem;line-height:1.5}.buy-main-container{padding:1rem}.buy-search-container,.buy-properties-section{padding:1.5rem}.search-inputs-grid{grid-template-columns:1fr;gap:.75rem}.search-input,.search-select,.search-button{min-height:44px;font-size:16px}.search-button-text{font-size:.95rem}.properties-grid{grid-template-columns:1fr;gap:1.25rem}.property-card.buy-property-card{min-height:auto}.property-image-container{height:220px}.pagination{flex-direction:column;gap:.75rem}.page-numbers{order:2}.pagination-button.prev{order:1;width:100%;justify-content:center}.pagination-button.next{order:3;width:100%;justify-content:center}.quick-contact-buttons{right:15px;bottom:70px}.quick-contact-btn{width:50px;height:50px;min-width:50px;min-height:50px}.quick-contact-icon{width:20px;height:20px}.quick-contact-tooltip{display:none}.city-tags,.type-tags{gap:.5rem}.city-tag,.type-tag{padding:.5rem 1rem;font-size:.85rem}.filter-title{font-size:.95rem}.properties-grid-container{max-height:none;overflow-y:visible;padding-right:0}.properties-grid-container::-webkit-scrollbar{display:none}}@media (max-width: 640px){.buy-hero-title{font-size:1.8rem}.properties-title{font-size:1.4rem}.property-price{font-size:1.3rem}.property-title{font-size:1.1rem}.property-features{gap:.5rem}.feature{font-size:.8rem}.feature-icon{width:16px;height:16px}.page-number{width:36px;height:36px;min-width:36px;min-height:36px;font-size:.85rem}.pagination-button{padding:.75rem 1rem;font-size:.85rem}.sell-logo-text{font-size:1.4rem}.sell-nav{width:100%;right:-100%}.sell-nav.mobile-open{right:0;width:100%}}@media (max-width: 480px){.sell-footer-content{grid-template-columns:1fr;gap:2rem}.sell-footer-section{text-align:center;align-items:center}.sell-footer-social{justify-content:center}.sell-footer-links{align-items:center}.properties-title{font-size:1.3rem}.property-card.buy-property-card{margin-bottom:1rem}.property-image-container{height:200px}.property-badge{font-size:.7rem;padding:.4rem .75rem}.property-badge.featured{left:.75rem}.property-badge.type{right:.75rem}.favorite-button{width:36px;height:36px;min-width:36px;min-height:36px;bottom:.75rem;right:.75rem}.favorite-icon{width:18px;height:18px}.property-content{padding:1.25rem}.quick-contact-buttons{right:10px;bottom:70px}.quick-contact-btn{width:45px;height:45px;min-width:45px;min-height:45px}.quick-contact-icon{width:18px;height:18px}.city-tag,.type-tag{padding:.4rem .875rem;font-size:.8rem;min-height:36px;min-width:36px}.view-details-btn{padding:.75rem;font-size:.95rem;min-height:40px}.view-details-text{font-size:.9rem}.buy-search-container,.buy-properties-section{padding:1.25rem}.filter-section{padding:1.25rem 0 .5rem}.sell-logo-text{font-size:1.2rem}.sell-logo-image{height:40px;width:40px}}@media (max-width: 360px){.sell-logo-text{font-size:1.1rem}.sell-nav-text{font-size:.8rem}.sell-nav-item{padding:.75rem;gap:.25rem;min-height:40px;min-width:40px}.buy-hero-title{font-size:1.6rem}.buy-hero-subtitle{font-size:.95rem}.properties-title{font-size:1.2rem}.property-image-container{height:180px}.property-price{font-size:1.2rem}.property-title{font-size:1rem}.property-location{font-size:.85rem}.search-input,.search-select,.search-button{font-size:14px;min-height:40px;padding:.75rem .75rem .75rem 2.5rem}.search-button{padding:.75rem}.input-icon{left:.75rem;width:18px;height:18px}.city-tag-text,.type-tag-text{font-size:.75rem}.sort-select{font-size:.85rem;padding:.5rem .75rem;min-height:40px}.page-number{width:32px;height:32px;min-width:32px;min-height:32px;font-size:.8rem}.pagination-button{padding:.5rem .75rem;font-size:.8rem;min-height:40px;min-width:40px}}@supports (-webkit-touch-callout: none){.buy-hero-section{background-attachment:scroll}.sell-nav,.properties-grid-container{-webkit-overflow-scrolling:touch}.search-input,.search-select,.search-button,.sort-select,.view-details-btn{font-size:16px}.buy-hero-title,.properties-title,.property-title{-webkit-text-size-adjust:100%}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.buy-search-container,.buy-properties-section,.property-card.buy-property-card{box-shadow:0 4px 30px #00000026}}@media (prefers-color-scheme: dark){.buy-search-container,.buy-properties-section,.property-card.buy-property-card{background:#fff}.search-input,.search-select{background:#fff!important;color:#2c3e50!important}}@media print{.sell-header-container,.quick-contact-buttons,.buy-search-container,.sell-footer{display:none!important}.buy-page-wrapper{background:#fff}.buy-hero-section{margin-top:0;background:#fff!important;color:#2c3e50!important;padding:1rem 0}.buy-hero-title{color:#2c3e50!important;text-shadow:none!important}.buy-hero-subtitle{color:#7f8c8d!important}.buy-main-container{padding:0;box-shadow:none}.buy-properties-section{box-shadow:none;padding:0}.properties-grid{display:block}.property-card.buy-property-card{break-inside:avoid;margin-bottom:2rem;box-shadow:none;border:1px solid #ddd}.view-details-btn,.pagination{display:none}}@media (max-width: 768px){.sell-nav-item,.city-tag,.type-tag,.search-button,.view-details-btn,.page-number,.pagination-button,.favorite-button,.sell-social-link,.sell-footer-link,.quick-contact-btn{min-height:44px;min-width:44px}.search-input,.search-select,.sort-select{min-height:44px}}.sell-page-wrapper{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.sell-hero-section{margin-top:80px;padding:6rem 2rem;background:linear-gradient(#000000b3,#000000b3),url(https://images.pexels.com/photos/1643383/pexels-photo-1643383.jpeg);background-size:cover;background-position:center;background-attachment:fixed;color:#fff;text-align:center;position:relative;overflow:hidden}.sell-hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2c3e50e6,#3498dbcc);z-index:1}.sell-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.sell-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.sell-hero-subtitle{font-size:1.3rem;margin-bottom:3rem;color:#ecf0f1;line-height:1.6}.sell-hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.sell-hero-button{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.sell-hero-button.primary{background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff;box-shadow:0 4px 15px #2ecc7166}.sell-hero-button.secondary{background:transparent;color:#fff;border:2px solid white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sell-hero-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}.sell-hero-button.primary:hover{background:linear-gradient(135deg,#27ae60,#219653)}.sell-hero-button.secondary:hover{background:#fff;color:#2c3e50}.sell-hero-button-icon{width:20px;height:20px}.sell-form-section{padding:4rem 2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.sell-container{max-width:1200px;margin:0 auto}.sell-form-card{background:#fff;border-radius:20px;box-shadow:0 15px 50px #0000001a;overflow:hidden;transition:transform .3s ease}.sell-form-card:hover{transform:translateY(-5px)}.sell-form-header{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 2rem;text-align:center}.sell-form-title{font-size:2.5rem;margin-bottom:1rem;font-weight:700;background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sell-form-subtitle{font-size:1.1rem;color:#bdc3c7;max-width:600px;margin:0 auto;line-height:1.6}.sell-form-content{padding:3rem}.sell-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.sell-form-group{display:flex;flex-direction:column;gap:.5rem}.sell-full-width{grid-column:1 / -1}.sell-form-label{font-size:.9rem;font-weight:600;color:#2c3e50;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.5rem}.sell-optional-label{font-size:.75rem;color:#7f8c8d;font-weight:400;text-transform:none;letter-spacing:normal;margin-left:.5rem}.sell-input-wrapper{position:relative;display:flex;align-items:center}.sell-input-icon{position:absolute;left:15px;color:#3498db;font-size:1.1rem;z-index:1}.sell-form-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f8f9fa;color:#2c3e50;font-weight:500}.sell-form-input:focus{outline:none;border-color:#3498db;background:#fff;box-shadow:0 0 0 4px #3498db26}.sell-form-input::placeholder{color:#95a5a6}.sell-phone-input-wrapper{display:flex;gap:.5rem}.sell-country-code{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#2c3e50,#34495e);padding:1rem;border:2px solid #2c3e50;border-radius:12px;font-weight:600;color:#fff;min-width:100px;justify-content:center}.sell-country-flag{font-size:1.2rem}.sell-country-number{font-weight:600}.sell-phone-input{flex:1;padding:1rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f8f9fa;color:#2c3e50;font-weight:500}.sell-phone-input:focus{outline:none;border-color:#3498db;background:#fff;box-shadow:0 0 0 4px #3498db26}.sell-input-hint{font-size:.75rem;color:#95a5a6;margin-top:.25rem;margin-left:.5rem}.sell-optional{color:#f39c12}.sell-select-wrapper{position:relative;display:flex;align-items:center}.sell-select-icon{position:absolute;left:15px;color:#3498db;font-size:1.1rem;z-index:1}.sell-form-select{width:100%;padding:1rem 3rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;background:#f8f9fa;color:#2c3e50;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .3s ease;font-weight:500}.sell-form-select:focus{outline:none;border-color:#3498db;background:#fff;box-shadow:0 0 0 4px #3498db26}.sell-form-select option{padding:1rem;background:#fff;color:#2c3e50}.sell-select-arrow{position:absolute;right:15px;color:#3498db;font-size:.8rem;pointer-events:none}.sell-robot-check-section{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;margin:2rem 0;cursor:pointer;transition:background-color .3s ease;border:2px solid #e0e0e0}.sell-robot-check-section:hover{background:linear-gradient(135deg,#e9ecef,#dee2e6)}.sell-robot-checkbox{width:28px;height:28px;border:2px solid #95a5a6;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background:#fff}.sell-robot-checkbox.checked{background:linear-gradient(135deg,#2ecc71,#27ae60);border-color:#27ae60}.sell-robot-checkmark{color:#fff;font-size:16px;font-weight:700;opacity:0;transition:opacity .3s ease}.sell-robot-checkbox.checked .sell-robot-checkmark{opacity:1}.sell-robot-text{font-size:1rem;color:#2c3e50;font-weight:600;-webkit-user-select:none;user-select:none}.sell-submit-btn{width:100%;padding:1.3rem;background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 4px 15px #3498db4d}.sell-submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 25px #3498db66;background:linear-gradient(135deg,#3498db,#2c3e50)}.sell-submit-btn:disabled{background:#95a5a6;cursor:not-allowed;transform:none;box-shadow:none}.sell-submit-btn.submitting{background:linear-gradient(135deg,#95a5a6,#7f8c8d)}.sell-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:sell-spin .8s linear infinite}@keyframes sell-spin{to{transform:rotate(360deg)}}.sell-success-message{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:3rem;border-radius:20px;text-align:center;z-index:1000;box-shadow:0 20px 60px #0000004d;animation:sell-fadeIn .3s ease;border:3px solid #2ecc71;max-width:500px;width:90%}@keyframes sell-fadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.sell-success-icon{width:70px;height:70px;background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 10px 25px #2ecc714d}.sell-success-message h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.sell-success-message p{color:#7f8c8d;font-size:1.1rem;font-weight:500}.sell-footer-copyright a{color:#fff;text-decoration:none;transition:color .3s ease}.sell-footer-copyright a:hover{color:#3498db}@keyframes sell-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sell-form-group{animation:sell-slideUp .5s ease forwards;animation-delay:calc(var(--sell-delay, 0) * .1s);opacity:0}.sell-form-group:nth-child(1){--sell-delay: 1}.sell-form-group:nth-child(2){--sell-delay: 2}.sell-form-group:nth-child(3){--sell-delay: 3}.sell-form-group:nth-child(4){--sell-delay: 4}.sell-form-group:nth-child(5){--sell-delay: 5}.sell-form-group:nth-child(6){--sell-delay: 6}.sell-form-group:nth-child(7){--sell-delay: 7}@media (max-width: 992px){.sell-hero-title{font-size:2.8rem}.sell-form-title{font-size:2.2rem}.sell-form-grid{grid-template-columns:1fr}.quick-contact-buttons{right:20px;bottom:20px}.quick-contact-btn{width:55px;height:55px}.sell-footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.sell-header-content{padding:1rem;flex-direction:row;gap:1rem}.sell-mobile-menu-button{display:block}.sell-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;padding:80px 2rem 2rem;gap:.5rem;transition:right .3s ease;box-shadow:-5px 0 25px #0000001a;z-index:1000;align-items:stretch}.sell-nav.mobile-open{right:0}.sell-nav-item{padding:1rem;border-radius:8px;justify-content:flex-start;gap:1rem}.sell-nav-item span{display:block;font-size:1rem}.sell-nav-icon{width:20px;height:20px}.sell-hero-section{padding:4rem 1rem;margin-top:80px;background-attachment:scroll}.sell-hero-title{font-size:2.2rem}.sell-hero-subtitle{font-size:1.1rem}.sell-hero-buttons{flex-direction:column;gap:1rem}.sell-hero-button{width:100%;justify-content:center}.sell-form-section{padding:2rem 1rem}.sell-form-content{padding:2rem}.sell-phone-input-wrapper{flex-direction:column}.sell-country-code{min-width:auto;justify-content:flex-start;padding:.875rem 1rem;width:100%}.sell-form-title{font-size:1.8rem}.sell-form-subtitle{font-size:1rem}.quick-contact-buttons{right:15px;bottom:15px;gap:10px}.quick-contact-btn{width:50px;height:50px}.quick-contact-icon{width:20px;height:20px}.quick-contact-tooltip{display:none}.sell-footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.sell-footer-social{justify-content:center}.sell-success-message{padding:2rem;width:95%}.sell-success-message h3{font-size:1.4rem}}@media (max-width: 480px){.sell-form-header{padding:2rem 1rem}.sell-form-title{font-size:1.6rem}.sell-form-content{padding:1.5rem}.sell-logo-text{font-size:1.3rem}.sell-logo-image{height:40px;width:40px}.sell-hero-button{padding:.875rem 1.5rem;font-size:1rem}.quick-contact-buttons{right:10px;bottom:10px}.quick-contact-btn{width:45px;height:45px}.quick-contact-icon{width:18px;height:18px}.sell-success-icon{width:60px;height:60px;font-size:28px}.sell-footer-logo-text{font-size:1.4rem}.sell-footer-description{font-size:.9rem}.sell-footer-links{align-items:center}.sell-footer-bottom{padding-top:1rem}.sell-footer-copyright{font-size:.8rem;line-height:1.4}}@media (max-width: 360px){.sell-hero-title{font-size:1.8rem}.sell-hero-subtitle{font-size:1rem}.sell-form-title{font-size:1.4rem}.sell-form-subtitle{font-size:.9rem}.sell-logo-text{font-size:1.1rem}.sell-logo-image{height:35px;width:35px}.sell-nav{width:100%;right:-100%}.sell-nav.mobile-open{right:0;width:100%}.sell-hero-button{width:100%;justify-content:center}}@media (max-height: 600px) and (orientation: landscape){.sell-hero-section{padding:3rem 1rem;margin-top:70px}.sell-hero-title{font-size:2rem;margin-bottom:1rem}.sell-hero-subtitle{font-size:1rem;margin-bottom:2rem}.sell-nav.mobile-open{padding-top:60px;overflow-y:auto}.sell-nav-item{padding:.75rem}.quick-contact-buttons{bottom:15px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.sell-logo-image{border:1.5px solid #2c3e50}.sell-form-input,.sell-phone-input,.sell-form-select{border-width:1.5px}}@media print{.quick-contact-buttons,.sell-hero-button,.sell-submit-btn,.sell-robot-check-section,.sell-mobile-menu-button{display:none}.sell-header-container{position:static;box-shadow:none}.sell-hero-section{background:none;color:#000;margin-top:0;padding:2rem 0}.sell-hero-section:before{display:none}.sell-form-card{box-shadow:none}.sell-footer{background:#fff;color:#000}}@media (hover: none) and (pointer: coarse){.sell-nav-item:hover,.sell-nav-item:active{transform:none;box-shadow:none}.sell-submit-btn:hover:not(:disabled){transform:none}.quick-contact-btn:hover{transform:scale(1.05)}.sell-form-input:focus,.sell-phone-input:focus,.sell-form-select:focus{box-shadow:0 0 0 2px #3498db26}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.quick-contact-buttons{animation:none}.sell-form-group{animation:none;opacity:1}.sell-success-message{animation:none}}.advertise-page-wrapper{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.quick-contact-btn{position:relative;width:60px;height:60px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #00000026;font-size:1.4rem;color:#fff;overflow:hidden;min-width:60px;min-height:60px;touch-action:manipulation}.advertise-header-container{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);transition:all .3s ease;box-shadow:0 2px 10px #0000001a;will-change:transform;backface-visibility:hidden}.advertise-header-container.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000026}.advertise-header-content{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;position:relative;flex-wrap:wrap}.advertise-logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;z-index:1001;min-width:max-content}.advertise-logo-image{height:45px;width:45px;border-radius:8px;object-fit:cover;border:2px solid #2c3e50;flex-shrink:0}.advertise-logo-text{font-size:1.6rem;font-weight:800;background:linear-gradient(135deg,#2c3e50,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;white-space:nowrap}.advertise-mobile-menu-button{display:none;background:none;border:none;cursor:pointer;color:#2c3e50;z-index:1001;padding:.5rem;border-radius:4px;transition:all .3s ease;min-width:44px;min-height:44px;touch-action:manipulation}.advertise-mobile-menu-button:hover{background:#2c3e501a}.advertise-nav{display:flex;gap:.5rem;align-items:center;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.advertise-nav::-webkit-scrollbar{display:none}.advertise-nav-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;text-decoration:none;color:#2c3e50;font-weight:600;border-radius:30px;transition:all .3s ease;font-size:.95rem;position:relative;overflow:hidden;flex-shrink:0;min-height:44px;min-width:44px;touch-action:manipulation}.advertise-nav-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#2c3e50,#3498db);transition:left .3s ease;z-index:-1}.advertise-nav-item:hover:before{left:0}.advertise-nav-item:hover{color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #3498db4d}.advertise-nav-item.active{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;box-shadow:0 4px 12px #3498db40}.advertise-nav-icon{width:18px;height:18px;flex-shrink:0}.advertise-nav-text{white-space:nowrap}.advertise-hero-section{margin-top:80px;padding:6rem 2rem;background:linear-gradient(#000000b3,#000000b3),url(https://images.pexels.com/photos/323780/pexels-photo-323780.jpeg);background-size:cover;background-position:center;background-attachment:fixed;color:#fff;text-align:center;position:relative;overflow:hidden;will-change:transform;backface-visibility:hidden}.advertise-hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2c3e50e6,#3498dbcc);z-index:1}.advertise-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.advertise-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3);-webkit-text-size-adjust:100%}.advertise-hero-subtitle{font-size:1.3rem;margin-bottom:3rem;color:#ecf0f1;line-height:1.6;-webkit-text-size-adjust:100%}.advertise-hero-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;min-height:44px;min-width:44px;touch-action:manipulation}.advertise-hero-button.primary{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;box-shadow:0 4px 15px #e74c3c66}.advertise-hero-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}.advertise-hero-button.primary:hover{background:linear-gradient(135deg,#c0392b,#a93226)}.advertise-hero-button-icon{width:20px;height:20px;flex-shrink:0}.advertise-hero-button-text{white-space:nowrap}.advertise-form-section{padding:4rem 2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);min-height:calc(100vh - 80px);display:flex;align-items:center}.advertise-container{max-width:1200px;margin:0 auto;width:100%}.advertise-form-card{background:#fff;border-radius:20px;box-shadow:0 15px 50px #0000001a;overflow:hidden;transition:transform .3s ease;will-change:transform}.advertise-form-card:hover{transform:translateY(-5px)}.advertise-form-header{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 2rem;text-align:center}.advertise-form-title{font-size:2.5rem;margin-bottom:1rem;font-weight:700;background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-text-size-adjust:100%;line-height:1.2}.advertise-form-subtitle{font-size:1.1rem;color:#bdc3c7;max-width:600px;margin:0 auto;line-height:1.6;-webkit-text-size-adjust:100%}.advertise-form-content{padding:3rem}.advertise-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.advertise-form-group{display:flex;flex-direction:column;gap:.5rem}.advertise-full-width{grid-column:1 / -1}.advertise-form-label{font-size:.9rem;font-weight:600;color:#2c3e50;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.advertise-optional-label{font-size:.75rem;color:#7f8c8d;font-weight:400;text-transform:none;letter-spacing:normal;margin-left:.5rem}.advertise-input-wrapper{position:relative;display:flex;align-items:center}.advertise-input-icon{position:absolute;left:15px;color:#3498db;font-size:1.1rem;z-index:1;pointer-events:none}.advertise-form-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f8f9fa;color:#2c3e50;font-weight:500;min-height:48px;touch-action:manipulation}.advertise-form-input:focus{outline:none;border-color:#3498db;background:#fff;box-shadow:0 0 0 4px #3498db26}.advertise-form-input::placeholder{color:#95a5a6}.advertise-phone-input-wrapper{display:flex;gap:.5rem;align-items:center}.advertise-country-code{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#2c3e50,#34495e);padding:1rem;border:2px solid #2c3e50;border-radius:12px;font-weight:600;color:#fff;min-width:100px;justify-content:center;flex-shrink:0}.advertise-country-flag{font-size:1.2rem}.advertise-country-number{font-weight:600}.advertise-phone-input{flex:1;padding:1rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f8f9fa;color:#2c3e50;font-weight:500;min-height:48px;touch-action:manipulation;width:100%}.advertise-phone-input:focus{outline:none;border-color:#3498db;background:#fff;box-shadow:0 0 0 4px #3498db26}.advertise-input-hint{font-size:.75rem;color:#95a5a6;margin-top:.25rem;margin-left:.5rem;line-height:1.4}.advertise-optional{color:#f39c12}.advertise-select-wrapper{position:relative;display:flex;align-items:center}.advertise-select-icon{position:absolute;left:15px;color:#3498db;font-size:1.1rem;z-index:1;pointer-events:none}.advertise-form-select{width:100%;padding:1rem 3rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;background:#f8f9fa;color:#2c3e50;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .3s ease;font-weight:500;min-height:48px;touch-action:manipulation}.advertise-form-select:focus{outline:none;border-color:#3498db;background:#fff;box-shadow:0 0 0 4px #3498db26}.advertise-select-arrow{position:absolute;right:15px;color:#3498db;font-size:.8rem;pointer-events:none}.advertise-robot-check-section{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;margin:2rem 0;cursor:pointer;transition:background-color .3s ease;border:2px solid #e0e0e0;touch-action:manipulation;min-height:44px;min-width:44px}.advertise-robot-check-section:hover{background:linear-gradient(135deg,#e9ecef,#dee2e6)}.advertise-robot-checkbox{width:28px;height:28px;border:2px solid #95a5a6;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background:#fff;flex-shrink:0;min-width:28px;min-height:28px}.advertise-robot-checkbox.checked{background:linear-gradient(135deg,#2ecc71,#27ae60);border-color:#27ae60}.advertise-robot-checkmark{color:#fff;font-size:16px;font-weight:700;opacity:0;transition:opacity .3s ease}.advertise-robot-checkbox.checked .advertise-robot-checkmark{opacity:1}.advertise-robot-text{font-size:1rem;color:#2c3e50;font-weight:600;-webkit-user-select:none;user-select:none;line-height:1.4}.advertise-submit-btn{width:100%;padding:1.3rem;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 4px 15px #e74c3c4d;min-height:48px;touch-action:manipulation}.advertise-submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 25px #e74c3c66;background:linear-gradient(135deg,#c0392b,#a93226)}.advertise-submit-btn:disabled{background:#95a5a6;cursor:not-allowed;transform:none;box-shadow:none}.advertise-submit-btn.submitting{background:linear-gradient(135deg,#95a5a6,#7f8c8d)}.advertise-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:advertise-spin .8s linear infinite;flex-shrink:0}@keyframes advertise-spin{to{transform:rotate(360deg)}}.advertise-submit-text{white-space:nowrap}.advertise-success-message{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:3rem;border-radius:20px;text-align:center;z-index:1000;box-shadow:0 20px 60px #0000004d;animation:advertise-fadeIn .3s ease;border:3px solid #2ecc71;max-width:500px;width:90%;will-change:transform}@keyframes advertise-fadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.advertise-success-icon{width:70px;height:70px;background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 10px 25px #2ecc714d;flex-shrink:0}.advertise-success-message h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.8rem;font-weight:700;line-height:1.2;-webkit-text-size-adjust:100%}.advertise-success-message p{color:#7f8c8d;font-size:1.1rem;font-weight:500;line-height:1.4;-webkit-text-size-adjust:100%}.advertise-footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 0 1.5rem;margin-top:auto}.advertise-footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.advertise-footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem}.advertise-footer-section{display:flex;flex-direction:column;gap:1rem}.advertise-footer-logo{margin-bottom:1rem}.advertise-footer-logo-text{font-size:1.6rem;font-weight:800;background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;line-height:1.2}.advertise-footer-description{color:#bdc3c7;font-size:.95rem;line-height:1.6}.advertise-footer-social{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.advertise-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;transition:all .3s ease;min-width:40px;min-height:40px;touch-action:manipulation}.advertise-social-link:hover{background:linear-gradient(135deg,#3498db,#2ecc71);transform:translateY(-3px);box-shadow:0 5px 15px #3498db4d}.advertise-social-icon{width:18px;height:18px;color:#fff}.advertise-footer-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#fff;line-height:1.2}.advertise-footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.advertise-footer-links li{display:flex;align-items:center}.advertise-footer-link{color:#bdc3c7;text-decoration:none;font-size:.95rem;transition:all .3s ease;font-weight:500;line-height:1.4;min-height:44px;min-width:44px;display:flex;align-items:center;touch-action:manipulation}.advertise-footer-link:hover{color:#fff;transform:translate(5px)}.advertise-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.advertise-footer-copyright{color:#95a5a6;font-size:.9rem;font-weight:500;line-height:1.4}.advertise-footer-copyright a{color:#fff;text-decoration:none;transition:color .3s ease}.advertise-footer-copyright a:hover{color:#3498db}@media (max-width: 1200px){.advertise-footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.quick-contact-buttons{right:20px;bottom:20px}.quick-contact-btn{width:55px;height:55px;min-width:55px;min-height:55px}.advertise-form-content{padding:2.5rem}}@media (max-width: 992px){.advertise-hero-title{font-size:2.8rem;margin-bottom:1.25rem}.advertise-form-title{font-size:2.2rem;line-height:1.2}.advertise-form-grid{grid-template-columns:1fr;gap:1.25rem}.advertise-form-group{gap:.4rem}.advertise-form-content{padding:2rem}.advertise-phone-input-wrapper{align-items:stretch}.advertise-country-code{min-width:90px;padding:.875rem .75rem}}@media (max-width: 768px){.advertise-header-content{padding:1rem;flex-direction:row;gap:1rem}.advertise-mobile-menu-button{display:block}.advertise-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;padding:80px 2rem 2rem;gap:.5rem;transition:right .3s ease;box-shadow:-5px 0 25px #0000001a;z-index:1000;align-items:stretch;overflow-y:auto;-webkit-overflow-scrolling:touch}.advertise-nav.mobile-open{right:0}.advertise-nav-item{padding:1rem;border-radius:8px;justify-content:flex-start;gap:1rem}.advertise-nav-item span{display:block;font-size:1rem}.advertise-nav-icon{width:20px;height:20px}.advertise-hero-section{padding:4rem 1rem;margin-top:80px;background-attachment:scroll}.advertise-hero-title{font-size:2.2rem;line-height:1.2}.advertise-hero-subtitle{font-size:1.1rem;line-height:1.5}.advertise-hero-button{padding:.875rem 1.5rem;font-size:1rem;min-height:44px;width:100%;max-width:300px;margin:0 auto}.advertise-hero-button-text{font-size:.95rem}.advertise-form-section{padding:2rem 1rem;min-height:auto}.advertise-form-content{padding:1.5rem}.advertise-form-header{padding:2rem 1.5rem}.advertise-form-title{font-size:1.8rem;line-height:1.2}.advertise-form-subtitle{font-size:1rem;line-height:1.5}.advertise-phone-input-wrapper{flex-direction:column;gap:.75rem}.advertise-country-code{min-width:auto;justify-content:flex-start;padding:.875rem 1rem;width:100%;max-width:150px}.advertise-phone-input{width:100%}.advertise-form-input,.advertise-phone-input,.advertise-form-select{font-size:16px;min-height:48px}.quick-contact-buttons{right:15px;bottom:70px}.quick-contact-btn{width:50px;height:50px;min-width:50px;min-height:50px}.quick-contact-icon{width:20px;height:20px}.quick-contact-tooltip{display:none}.advertise-form-group{gap:.5rem}.advertise-form-label{font-size:.85rem;line-height:1.2}.advertise-input-hint{font-size:.7rem;line-height:1.3}.advertise-robot-check-section{padding:1.25rem;margin:1.5rem 0;flex-wrap:wrap}.advertise-robot-text{font-size:.95rem;line-height:1.3}.advertise-submit-btn{padding:1rem 1.5rem;font-size:1rem;min-height:44px}}@media (max-width: 480px){.advertise-form-header{padding:1.5rem 1rem}.advertise-form-title{font-size:1.6rem;line-height:1.2}.advertise-form-subtitle{font-size:.95rem;line-height:1.4}.advertise-form-content{padding:1.25rem}.advertise-footer-content{grid-template-columns:1fr;gap:2rem}.advertise-footer-section{text-align:center;align-items:center}.advertise-footer-social{justify-content:center}.advertise-footer-links{align-items:center}.advertise-footer-link{justify-content:center}.advertise-success-message{padding:2rem 1.5rem}.advertise-success-message h3{font-size:1.4rem;line-height:1.2}.advertise-success-message p{font-size:1rem;line-height:1.4}.advertise-success-icon{width:60px;height:60px;font-size:28px}.quick-contact-buttons{right:10px;bottom:70px}.quick-contact-btn{width:45px;height:45px;min-width:45px;min-height:45px}.quick-contact-icon{width:18px;height:18px}.advertise-form-grid{gap:1rem}.advertise-form-label{font-size:.8rem}.advertise-optional-label{font-size:.7rem}.advertise-input-icon,.advertise-select-icon{left:12px;font-size:1rem}.advertise-form-input,.advertise-phone-input,.advertise-form-select{padding-left:2.5rem;padding-right:1rem}.advertise-form-select{padding-right:2.5rem}.advertise-select-arrow{right:12px}.advertise-country-code{padding:.75rem .875rem;max-width:120px}.advertise-country-flag{font-size:1rem}.advertise-country-number{font-size:.9rem}}@media (max-width: 360px){.advertise-logo-text{font-size:1.3rem}.advertise-nav{width:100%;right:-100%}.advertise-nav.mobile-open{right:0;width:100%}.advertise-hero-title{font-size:1.8rem}.advertise-hero-subtitle{font-size:1rem}.advertise-form-title{font-size:1.4rem}.advertise-form-subtitle{font-size:.9rem}.advertise-form-input,.advertise-phone-input,.advertise-form-select{font-size:14px;min-height:44px;padding:.875rem .875rem .875rem 2.25rem}.advertise-input-icon,.advertise-select-icon{left:10px;font-size:.9rem}.advertise-submit-btn{font-size:.95rem;padding:.875rem 1rem}.advertise-robot-checkbox{width:24px;height:24px;min-width:24px;min-height:24px}.advertise-robot-checkmark{font-size:14px}.advertise-robot-text{font-size:.9rem}}@supports (-webkit-touch-callout: none){.advertise-hero-section{background-attachment:scroll}.advertise-form-input,.advertise-phone-input,.advertise-form-select{font-size:16px}.advertise-hero-title,.advertise-form-title,.advertise-form-label{-webkit-text-size-adjust:100%}.advertise-nav,.advertise-form-content{-webkit-overflow-scrolling:touch}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.advertise-form-card,.advertise-success-message{box-shadow:0 4px 30px #00000026}}@media (prefers-color-scheme: dark){.advertise-form-card{background:#fff}.advertise-form-input,.advertise-phone-input,.advertise-form-select{background:#fff;color:#2c3e50}}@media print{.quick-contact-buttons,.advertise-success-message{display:none}.advertise-page-wrapper{background:#fff}.advertise-form-card{box-shadow:none;border:1px solid #ddd}}*{margin:0;padding:0;box-sizing:border-box}.contact-page-wrapper{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.contact-header-container{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.contact-header-container.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000026}.contact-header-content{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;position:relative}.contact-logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;z-index:1001}.contact-logo-image{height:45px;width:45px;border-radius:8px;object-fit:cover;border:2px solid #2c3e50}.contact-logo-text{font-size:1.6rem;font-weight:800;background:linear-gradient(135deg,#2c3e50,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.contact-mobile-menu-button{display:none;background:none;border:none;cursor:pointer;color:#2c3e50;z-index:1001;padding:.5rem;border-radius:4px;transition:all .3s ease}.contact-mobile-menu-button:hover{background:#2c3e501a}.contact-nav{display:flex;gap:.5rem;align-items:center}.contact-nav-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;text-decoration:none;color:#2c3e50;font-weight:600;border-radius:30px;transition:all .3s ease;font-size:.95rem;position:relative;overflow:hidden}.contact-nav-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#2c3e50,#3498db);transition:left .3s ease;z-index:-1}.contact-nav-item:hover:before{left:0}.contact-nav-item:hover{color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #3498db4d}.contact-nav-item.active{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;box-shadow:0 4px 12px #3498db40}.contact-nav-icon{width:18px;height:18px;flex-shrink:0}.contact-nav-text{white-space:nowrap}.contact-hero-section{margin-top:80px;padding:6rem 2rem;background:linear-gradient(#000000b3,#000000b3),url(https://images.pexels.com/photos/356040/pexels-photo-356040.jpeg);background-size:cover;background-position:center;background-attachment:fixed;color:#fff;text-align:center;position:relative;overflow:hidden}.contact-hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2c3e50e6,#3498dbcc);z-index:1}.contact-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.contact-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.contact-hero-subtitle{font-size:1.3rem;margin-bottom:3rem;color:#ecf0f1;line-height:1.6}.contact-hero-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.contact-hero-button.primary{background:linear-gradient(135deg,#3498db,#2c3e50);color:#fff;box-shadow:0 4px 15px #3498db66}.contact-hero-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}.contact-hero-button.primary:hover{background:linear-gradient(135deg,#2c3e50,#3498db)}.contact-hero-button-icon{width:20px;height:20px}.contact-form-section{padding:4rem 2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.contact-container{max-width:1200px;margin:0 auto}.contact-form-card{background:#fff;border-radius:20px;box-shadow:0 15px 50px #0000001a;overflow:hidden;transition:transform .3s ease}.contact-form-card:hover{transform:translateY(-5px)}.contact-form-header{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 2rem;text-align:center}.contact-form-title{font-size:2.5rem;margin-bottom:1rem;font-weight:700;background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-form-subtitle{font-size:1.1rem;color:#bdc3c7;max-width:600px;margin:0 auto;line-height:1.6}.contact-main-content{padding:3rem;display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:start}.contact-owner-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:15px;padding:2.5rem;border:2px solid #e0e0e0;box-shadow:0 8px 25px #00000014;height:100%;display:flex;flex-direction:column}.owner-card-header{margin-bottom:2.5rem;text-align:center}.owner-card-title{font-size:1.8rem;color:#2c3e50;margin-bottom:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:1rem}.owner-card-icon{width:28px;height:28px;color:#3498db}.owner-card-subtitle{color:#7f8c8d;font-size:1rem;margin:0}.owner-contact-details{display:flex;flex-direction:column;gap:2rem;margin-bottom:2.5rem}.owner-contact-item{display:flex;align-items:flex-start;gap:1.5rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease}.owner-contact-item:hover{transform:translateY(-3px)}.owner-contact-icon{font-size:2rem;color:#3498db;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#3498db1a;border-radius:10px;flex-shrink:0}.owner-contact-info{flex:1;display:flex;flex-direction:column;gap:.75rem}.owner-contact-label{font-size:.9rem;color:#7f8c8d;text-transform:uppercase;letter-spacing:.5px;font-weight:600;margin:0}.owner-contact-numbers{display:flex;flex-direction:column;gap:.5rem}.owner-contact-number{font-size:1.2rem;color:#2c3e50;font-weight:700;text-decoration:none;transition:color .3s ease;display:block;line-height:1.4}.owner-contact-number:hover{color:#3498db;text-decoration:underline}.owner-contact-person{font-size:.9rem;color:#7f8c8d;display:block;margin-top:.25rem}.owner-contact-email{font-size:1.1rem;color:#2c3e50;font-weight:600;text-decoration:none;transition:color .3s ease;display:block;word-break:break-word;line-height:1.5}.owner-contact-email:hover{color:#3498db;text-decoration:underline}.owner-working-hours{display:flex;align-items:flex-start;gap:1.5rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #0000000d;margin-top:auto}.owner-hours-icon{font-size:2rem;color:#f39c12;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#f39c121a;border-radius:10px;flex-shrink:0}.owner-hours-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.owner-hours-title{color:#2c3e50;margin:0;font-size:1.1rem;font-weight:600}.owner-hours-detail{color:#7f8c8d;font-size:.95rem;margin:0;line-height:1.4}.contact-form-content{display:flex;flex-direction:column;gap:2rem}.contact-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1rem}.contact-form-group{display:flex;flex-direction:column;gap:.5rem}.contact-full-width{grid-column:1 / -1}.contact-form-label{font-size:.9rem;font-weight:600;color:#2c3e50;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.5rem}.contact-input-wrapper{position:relative;display:flex;align-items:center}.contact-input-icon{position:absolute;left:15px;color:#3498db;font-size:1.1rem;z-index:1}.contact-form-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f8f9fa;color:#2c3e50;font-weight:500}.contact-form-input:focus{outline:none;border-color:#3498db;background:#fff;box-shadow:0 0 0 4px #3498db26}.contact-form-input::placeholder{color:#95a5a6}.contact-phone-input-wrapper{display:flex;gap:.5rem}.contact-country-code{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#2c3e50,#34495e);padding:1rem;border:2px solid #2c3e50;border-radius:12px;font-weight:600;color:#fff;min-width:100px;justify-content:center}.contact-country-flag{font-size:1.2rem}.contact-country-number{font-weight:600}.contact-phone-input{flex:1;padding:1rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f8f9fa;color:#2c3e50;font-weight:500}.contact-phone-input:focus{outline:none;border-color:#3498db;background:#fff;box-shadow:0 0 0 4px #3498db26}.contact-input-hint{font-size:.75rem;color:#95a5a6;margin-top:.25rem;margin-left:.5rem}.contact-textarea-wrapper{position:relative}.contact-form-textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f8f9fa;color:#2c3e50;font-weight:500;resize:vertical;min-height:150px;font-family:inherit;line-height:1.5}.contact-form-textarea:focus{outline:none;border-color:#3498db;background:#fff;box-shadow:0 0 0 4px #3498db26}.contact-form-textarea::placeholder{color:#95a5a6}.contact-robot-check-section{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;margin:1rem 0;cursor:pointer;transition:background-color .3s ease;border:2px solid #e0e0e0}.contact-robot-check-section:hover{background:linear-gradient(135deg,#e9ecef,#dee2e6)}.contact-robot-checkbox{width:28px;height:28px;border:2px solid #95a5a6;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background:#fff}.contact-robot-checkbox.checked{background:linear-gradient(135deg,#2ecc71,#27ae60);border-color:#27ae60}.contact-robot-checkmark{color:#fff;font-size:16px;font-weight:700;opacity:0;transition:opacity .3s ease}.contact-robot-checkbox.checked .contact-robot-checkmark{opacity:1}.contact-robot-text{font-size:1rem;color:#2c3e50;font-weight:600;-webkit-user-select:none;user-select:none}.contact-submit-btn{width:100%;padding:1.3rem;background:linear-gradient(135deg,#3498db,#2c3e50);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 4px 15px #3498db4d}.contact-submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 25px #3498db66;background:linear-gradient(135deg,#2c3e50,#3498db)}.contact-submit-btn:disabled{background:#95a5a6;cursor:not-allowed;transform:none;box-shadow:none}.contact-submit-btn.submitting{background:linear-gradient(135deg,#95a5a6,#7f8c8d)}.contact-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:contact-spin .8s linear infinite}@keyframes contact-spin{to{transform:rotate(360deg)}}.contact-success-message{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:3rem;border-radius:20px;text-align:center;z-index:1000;box-shadow:0 20px 60px #0000004d;animation:contact-fadeIn .3s ease;border:3px solid #2ecc71;max-width:500px;width:90%}@keyframes contact-fadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.contact-success-icon{width:70px;height:70px;background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 10px 25px #2ecc714d}.contact-success-message h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.contact-success-message p{color:#7f8c8d;font-size:1.1rem;font-weight:500}.contact-footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 0 1.5rem;margin-top:auto}.contact-footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.contact-footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem}.contact-footer-section{display:flex;flex-direction:column;gap:1rem}.contact-footer-logo{margin-bottom:1rem}.contact-footer-logo-text{font-size:1.6rem;font-weight:800;background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.contact-footer-description{color:#bdc3c7;font-size:.95rem;line-height:1.6;margin:0}.contact-footer-social{display:flex;gap:1rem;margin-top:1rem}.contact-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;transition:all .3s ease}.contact-social-link:hover{background:linear-gradient(135deg,#3498db,#2ecc71);transform:translateY(-3px);box-shadow:0 5px 15px #3498db4d}.contact-social-icon{width:18px;height:18px;color:#fff}.contact-footer-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#fff}.contact-footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.contact-footer-links li{display:flex;align-items:center}.contact-footer-link{color:#bdc3c7;text-decoration:none;font-size:.95rem;transition:all .3s ease;font-weight:500}.contact-footer-link:hover{color:#fff;transform:translate(5px)}.contact-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.contact-footer-copyright{color:#95a5a6;font-size:.9rem;font-weight:500;margin:0}.contact-footer-copyright a{color:#fff;text-decoration:none;transition:color .3s ease}.contact-footer-copyright a:hover{color:#3498db}@media (max-width: 992px){.contact-hero-title{font-size:2.8rem}.contact-form-title{font-size:2.2rem}.contact-form-grid{grid-template-columns:1fr}.contact-main-content{grid-template-columns:1fr;gap:2rem}.quick-contact-buttons{right:20px;bottom:20px}.quick-contact-btn{width:55px;height:55px}.contact-footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.contact-header-content{padding:1rem;flex-direction:row;gap:1rem}.contact-mobile-menu-button{display:block}.contact-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;padding:80px 2rem 2rem;gap:.5rem;transition:right .3s ease;box-shadow:-5px 0 25px #0000001a;z-index:1000;align-items:stretch}.contact-nav.mobile-open{right:0}.contact-nav-item{padding:1rem;border-radius:8px;justify-content:flex-start;gap:1rem}.contact-nav-item span{display:block;font-size:1rem}.contact-nav-icon{width:20px;height:20px}.contact-hero-section{padding:4rem 1rem;margin-top:80px;background-attachment:scroll}.contact-hero-title{font-size:2.2rem}.contact-hero-subtitle{font-size:1.1rem}.contact-form-section{padding:2rem 1rem}.contact-main-content{padding:2rem}.contact-phone-input-wrapper{flex-direction:column}.contact-country-code{min-width:auto;justify-content:flex-start;padding:.875rem 1rem;width:100%}.contact-form-title{font-size:1.8rem}.contact-form-subtitle{font-size:1rem}.owner-contact-numbers{flex-direction:column}.owner-contact-number,.owner-contact-person{display:inline;margin-right:.5rem}.quick-contact-buttons{right:15px;bottom:15px;gap:10px}.quick-contact-btn{width:50px;height:50px}.quick-contact-icon{width:20px;height:20px}.quick-contact-tooltip{display:none}.contact-footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.contact-footer-social{justify-content:center}.contact-success-message{padding:2rem;width:95%}.contact-success-message h3{font-size:1.4rem}}@media (max-width: 480px){.contact-form-header{padding:2rem 1rem}.contact-form-title{font-size:1.6rem}.contact-main-content,.contact-owner-card{padding:1.5rem}.owner-card-title{font-size:1.4rem;flex-direction:column;gap:.5rem}.owner-contact-item{flex-direction:column;text-align:center;align-items:center;padding:1rem}.owner-contact-icon{width:40px;height:40px;font-size:1.5rem}.owner-contact-info{text-align:center}.owner-contact-numbers{align-items:center}.owner-contact-number{font-size:1.1rem}.owner-working-hours{flex-direction:column;text-align:center;align-items:center;padding:1rem}.owner-hours-icon{width:40px;height:40px;font-size:1.5rem}.owner-hours-info{text-align:center}.contact-logo-text{font-size:1.3rem}.contact-logo-image{height:40px;width:40px}.contact-hero-button{padding:.875rem 1.5rem;font-size:1rem}.quick-contact-buttons{right:10px;bottom:10px}.quick-contact-btn{width:45px;height:45px}.quick-contact-icon{width:18px;height:18px}.contact-success-icon{width:60px;height:60px;font-size:28px}.contact-footer-logo-text{font-size:1.4rem}.contact-footer-description{font-size:.9rem}.contact-footer-links{align-items:center}.contact-footer-bottom{padding-top:1rem}.contact-footer-copyright{font-size:.8rem;line-height:1.4}}@media (max-width: 360px){.contact-hero-title{font-size:1.8rem}.contact-hero-subtitle{font-size:1rem}.contact-form-title{font-size:1.4rem}.contact-form-subtitle{font-size:.9rem}.owner-card-title{font-size:1.2rem}.contact-logo-text{font-size:1.1rem}.contact-logo-image{height:35px;width:35px}.contact-nav{width:100%;right:-100%}.contact-nav.mobile-open{right:0;width:100%}.contact-hero-button{width:100%;justify-content:center}}@media (max-height: 600px) and (orientation: landscape){.contact-hero-section{padding:3rem 1rem;margin-top:70px}.contact-hero-title{font-size:2rem;margin-bottom:1rem}.contact-hero-subtitle{font-size:1rem;margin-bottom:2rem}.contact-nav.mobile-open{padding-top:60px;overflow-y:auto}.contact-nav-item{padding:.75rem}.quick-contact-buttons{bottom:15px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.contact-logo-image{border:1.5px solid #2c3e50}.contact-form-input,.contact-phone-input,.contact-form-textarea{border-width:1.5px}}@media print{.quick-contact-buttons,.contact-hero-button,.contact-submit-btn,.contact-robot-check-section,.contact-mobile-menu-button{display:none}.contact-header-container{position:static;box-shadow:none}.contact-hero-section{background:none;color:#000;margin-top:0;padding:2rem 0}.contact-hero-section:before{display:none}.contact-form-card{box-shadow:none}.contact-footer{background:#fff;color:#000}}@keyframes contact-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-form-group,.owner-contact-item,.owner-working-hours{animation:contact-slideUp .5s ease forwards;animation-delay:calc(var(--contact-delay, 0) * .1s);opacity:0}.contact-form-group:nth-child(1){--contact-delay: 1}.contact-form-group:nth-child(2){--contact-delay: 2}.contact-form-group:nth-child(3){--contact-delay: 3}.contact-form-group:nth-child(4){--contact-delay: 4}.contact-form-group:nth-child(5){--contact-delay: 5}.owner-contact-item:nth-child(1){--contact-delay: 1}.owner-contact-item:nth-child(2){--contact-delay: 2}.owner-working-hours{--contact-delay: 3}@media (hover: none) and (pointer: coarse){.contact-nav-item:hover,.contact-nav-item:active{transform:none;box-shadow:none}.contact-submit-btn:hover:not(:disabled){transform:none}.quick-contact-btn:hover{transform:scale(1.05)}.contact-form-input:focus,.contact-phone-input:focus,.contact-form-textarea:focus{box-shadow:0 0 0 2px #3498db26}.owner-contact-item:active{transform:scale(.98)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.quick-contact-buttons{animation:none}.contact-form-group,.owner-contact-item,.owner-working-hours{animation:none;opacity:1}.contact-success-message{animation:none}}.pd5-property-details-page{min-height:100vh;background:#f8fafc;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sell-header-container{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.sell-header-container.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000026}.sell-header-content{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;position:relative}.sell-logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;z-index:1001}.sell-logo-image{height:45px;width:45px;border-radius:8px;object-fit:cover;border:2px solid #2c3e50}.sell-logo-text{font-size:1.6rem;font-weight:800;background:linear-gradient(135deg,#2c3e50,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.sell-mobile-menu-button{display:none;background:none;border:none;cursor:pointer;color:#2c3e50;z-index:1001;padding:.5rem;border-radius:4px;transition:all .3s ease}.sell-mobile-menu-button:hover{background:#2c3e501a}.sell-nav{display:flex;gap:.5rem;align-items:center}.sell-nav-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;text-decoration:none;color:#2c3e50;font-weight:600;border-radius:30px;transition:all .3s ease;font-size:.95rem;position:relative;overflow:hidden}.sell-nav-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#2c3e50,#3498db);transition:left .3s ease;z-index:-1}.sell-nav-item:hover:before{left:0}.sell-nav-item:hover{color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #3498db4d}.sell-nav-item.active{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;box-shadow:0 4px 12px #3498db40}.sell-nav-icon{width:18px;height:18px;flex-shrink:0}.sell-nav-text{white-space:nowrap}.quick-contact-buttons{position:fixed;right:30px;bottom:30px;z-index:999;display:flex;flex-direction:column;gap:15px;animation:quickFadeIn .5s ease-out}@keyframes quickFadeIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.quick-contact-btn{position:relative;width:60px;height:60px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #00000026;font-size:1.4rem;color:#fff;overflow:hidden}.quick-contact-btn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff1a;opacity:0;transition:opacity .3s ease}.quick-contact-btn:hover:before{opacity:1}.quick-contact-btn:hover{transform:scale(1.1) translateY(-5px);box-shadow:0 15px 35px #00000040}.quick-contact-btn:hover .quick-contact-tooltip{opacity:1;transform:translate(-100%) translateY(-50%)}.whatsapp-btn{background:linear-gradient(135deg,#25d366,#128c7e)}.call-btn{background:linear-gradient(135deg,#3498db,#2980b9)}.location-btn{background:linear-gradient(135deg,#e74c3c,#c0392b)}.quick-contact-icon{width:24px;height:24px;z-index:1}.quick-contact-tooltip{position:absolute;right:70px;top:50%;transform:translate(0) translateY(-50%);background:#2c3e50;color:#fff;padding:8px 15px;border-radius:8px;font-size:.85rem;font-weight:600;white-space:nowrap;opacity:0;transition:all .3s ease;pointer-events:none;box-shadow:0 5px 15px #0000001a;z-index:999}.quick-contact-tooltip:after{content:"";position:absolute;top:50%;right:-5px;transform:translateY(-50%) rotate(45deg);width:10px;height:10px;background:#2c3e50}.sell-footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 0 1.5rem;margin-top:auto}.sell-footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.sell-footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem}.sell-footer-section{display:flex;flex-direction:column;gap:1rem}.sell-footer-logo{margin-bottom:1rem}.sell-footer-logo-text{font-size:1.6rem;font-weight:800;background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.sell-footer-description{color:#bdc3c7;font-size:.95rem;line-height:1.6;margin:0}.sell-footer-social{display:flex;gap:1rem;margin-top:1rem}.sell-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;transition:all .3s ease}.sell-social-link:hover{background:linear-gradient(135deg,#3498db,#2ecc71);transform:translateY(-3px);box-shadow:0 5px 15px #3498db4d}.sell-social-icon{width:18px;height:18px;color:#fff}.sell-footer-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#fff}.sell-footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.sell-footer-links li{display:flex;align-items:center}.sell-footer-link{color:#bdc3c7;text-decoration:none;font-size:.95rem;transition:all .3s ease;font-weight:500}.sell-footer-link:hover{color:#fff;transform:translate(5px)}.sell-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.sell-footer-copyright{color:#95a5a6;font-size:.9rem;font-weight:500;margin:0}.pd5-property-details-back-container{margin-top:80px;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e0e0e0}.pd5-property-details-back-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;color:#2c3e50;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:44px;min-width:44px;touch-action:manipulation}.pd5-property-details-back-btn:hover{background:#3498db;color:#fff;border-color:#3498db}.pd5-property-details-back-icon{width:18px;height:18px}.pd5-back-btn-text{white-space:nowrap}.pd5-property-details-main{max-width:1400px;margin:0 auto;padding:2rem;width:100%;flex:1}.pd5-property-details-header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e0e0e0;flex-wrap:wrap;gap:1rem}.pd5-property-details-title-section{flex:1;min-width:300px}.pd5-property-details-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem;line-height:1.2;-webkit-text-size-adjust:100%}.pd5-property-details-location{display:flex;align-items:center;gap:.5rem;color:#7f8c8d;font-size:1.1rem;flex-wrap:wrap}.pd5-property-details-location-icon{width:20px;height:20px;color:#3498db;flex-shrink:0}.pd5-location-text{word-break:break-word;line-height:1.4}.pd5-property-details-price-section{text-align:right;min-width:200px}.pd5-property-details-price{font-size:2.5rem;font-weight:800;color:#2c3e50;margin-bottom:.25rem;line-height:1.2;-webkit-text-size-adjust:100%}.pd5-property-details-price-sub{font-size:1.1rem;color:#7f8c8d;font-weight:600;line-height:1.4}.pd5-property-details-gallery{margin-bottom:3rem}.pd5-property-details-main-image{position:relative;height:500px;border-radius:12px;overflow:hidden;margin-bottom:1rem;will-change:transform}.pd5-property-details-active-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;cursor:pointer}.pd5-property-details-active-image:hover{transform:scale(1.02)}.pd5-property-details-image-actions{position:absolute;top:1.5rem;right:1.5rem;display:flex;gap:1rem;z-index:10}.pd5-property-details-favorite-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#e74c3c;color:#fff;border:none;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #e74c3c33;min-height:44px;min-width:44px;touch-action:manipulation}.pd5-property-details-favorite-btn:hover{background:#c0392b;transform:translateY(-2px);box-shadow:0 6px 20px #e74c3c4d}.pd5-property-details-favorite-btn.pd5-active{background:#c0392b;color:#fff}.pd5-property-details-favorite-icon{width:18px;height:18px;color:#fff;stroke:#fff;stroke-width:2;transition:all .3s cubic-bezier(.175,.885,.32,1.275);flex-shrink:0}.pd5-property-details-share-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffffe6;border:2px solid #3498db;border-radius:30px;font-weight:600;color:#3498db;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3498db33;min-height:44px;min-width:44px;touch-action:manipulation}.pd5-property-details-share-btn:hover{background:#3498db;color:#fff;border-color:#3498db;transform:translateY(-2px);box-shadow:0 6px 20px #3498db4d}.pd5-property-details-share-btn:hover .pd5-property-details-share-icon{color:#fff}.pd5-property-details-share-icon{width:18px;height:18px;color:#3498db;transition:all .3s ease;flex-shrink:0}.pd5-favorite-text,.pd5-share-text{white-space:nowrap}.pd5-property-details-favorite-btn.pd5-active .pd5-property-details-favorite-icon{animation:pd5-heart-pulse .4s ease}@keyframes pd5-heart-pulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.pd5-property-details-thumbnails{display:flex;gap:1rem;overflow-x:auto;padding:.5rem 0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pd5-property-details-thumbnails::-webkit-scrollbar{display:none}.pd5-property-details-thumbnail{min-width:120px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .3s ease;flex-shrink:0;touch-action:manipulation;position:relative}.pd5-property-details-thumbnail:hover{transform:translateY(-2px)}.pd5-property-details-thumbnail.pd5-active{border-color:#3498db}.pd5-property-details-thumbnail img{width:100%;height:100%;object-fit:cover}.pd5-video-thumbnail{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;position:relative}.pd5-video-thumbnail-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.pd5-video-thumbnail:hover .pd5-video-thumbnail-overlay{background:#00000080}.pd5-video-play-icon{width:24px;height:24px;color:#fff}.pd5-video-label{position:absolute;bottom:5px;left:5px;font-size:.7rem;font-weight:600;background:#000000b3;padding:2px 6px;border-radius:4px}.pd5-property-details-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.pd5-property-details-left-column{display:flex;flex-direction:column;gap:3rem}.pd5-property-details-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d}.pd5-property-details-stat{display:flex;align-items:center;gap:1rem}.pd5-property-details-stat-icon{width:32px;height:32px;color:#3498db;padding:.5rem;background:#ebf5fb;border-radius:8px;flex-shrink:0}.pd5-property-details-stat-content{display:flex;flex-direction:column}.pd5-property-details-stat-value{font-size:1.8rem;font-weight:700;color:#2c3e50;line-height:1}.pd5-property-details-stat-label{font-size:.9rem;color:#7f8c8d;font-weight:500;margin-top:.25rem}.pd5-property-details-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000000d}.pd5-property-details-section-title{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9;line-height:1.2;-webkit-text-size-adjust:100%}.pd5-property-details-description{color:#4a5568;line-height:1.8;font-size:1.05rem;white-space:pre-line}.pd5-property-details-specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.pd5-property-details-spec-item{display:flex;justify-content:space-between;padding:1rem;background:#f8fafc;border-radius:8px;border-left:4px solid #3498db;flex-wrap:wrap;gap:.5rem}.pd5-property-details-spec-label{font-weight:600;color:#2c3e50;font-size:.9rem;white-space:nowrap}.pd5-property-details-spec-value{font-weight:700;color:#2c3e50;text-align:right;word-break:break-word}.pd5-property-details-amenities{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.pd5-property-details-amenity{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px;font-weight:500;color:#2c3e50;min-height:44px;min-width:44px}.pd5-property-details-amenity-icon{width:18px;height:18px;color:#27ae60;flex-shrink:0}.pd5-amenity-text{word-break:break-word}.pd5-property-details-nearby{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.pd5-property-details-nearby-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:8px;transition:all .3s ease;min-height:44px;min-width:44px}.pd5-property-details-nearby-item:hover{background:#ebf5fb;transform:translateY(-2px)}.pd5-property-details-nearby-icon svg{width:24px;height:24px;color:#3498db;flex-shrink:0}.pd5-property-details-nearby-content{display:flex;flex-direction:column}.pd5-property-details-nearby-name{font-weight:600;color:#2c3e50;font-size:.95rem;line-height:1.2}.pd5-property-details-nearby-distance{font-size:.85rem;color:#7f8c8d;line-height:1.3}.pd5-property-details-right-column{display:flex;flex-direction:column;gap:2rem}.pd5-property-details-contact-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014;border:2px solid #ebf5fb}.pd5-property-details-contact-title{font-size:1.3rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem;text-align:center;line-height:1.2;-webkit-text-size-adjust:100%}.pd5-property-details-owner-info{margin-bottom:2rem}.pd5-property-details-owner-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.pd5-property-details-owner-avatar{width:60px;height:60px;background:linear-gradient(135deg,#3498db,#2ecc71);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;flex-shrink:0}.pd5-property-details-owner-details{flex:1;min-width:200px}.pd5-property-details-owner-name{font-size:1.2rem;font-weight:700;color:#2c3e50;display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;line-height:1.2}.pd5-owner-name-text{word-break:break-word}.pd5-property-details-verified-icon{width:18px;height:18px;color:#27ae60;flex-shrink:0}.pd5-property-details-owner-rating{display:flex;align-items:center;gap:.5rem;color:#f39c12;font-weight:600;line-height:1.2}.pd5-property-details-rating-icon{width:16px;height:16px;fill:currentColor;flex-shrink:0}.pd5-rating-text{white-space:nowrap}.pd5-property-details-contact-info{display:flex;flex-direction:column;gap:1rem}.pd5-property-details-contact-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px;color:#2c3e50;font-weight:500;min-height:44px;min-width:44px}.pd5-property-details-contact-icon{width:18px;height:18px;color:#3498db;flex-shrink:0}.pd5-contact-details{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0}.pd5-contact-number{font-weight:600;color:#2c3e50;word-break:break-all}.pd5-contact-name{font-size:.85rem;color:#7f8c8d;font-style:italic;line-height:1.2}.pd5-contact-email{font-weight:600;color:#2c3e50;word-break:break-all;line-height:1.2}.pd5-contact-label{font-size:.85rem;color:#7f8c8d;line-height:1.2}.pd5-property-details-contact-actions{display:flex;flex-direction:column;gap:.75rem}.pd5-property-details-interest-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;width:100%;min-height:44px;min-width:44px;touch-action:manipulation}.pd5-property-details-interest-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #9b59b64d}.pd5-property-details-call-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;min-height:44px;min-width:44px;touch-action:manipulation}.pd5-property-details-call-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #27ae604d}.pd5-property-details-interest-icon,.pd5-property-details-call-icon{width:20px;height:20px;flex-shrink:0}.pd5-interest-text,.pd5-call-text{white-space:nowrap}.pd5-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;padding:2rem}.pd5-spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #3b82f6;border-radius:50%;animation:pd5-spin 1s linear infinite;margin-bottom:1rem}@keyframes pd5-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pd5-loading-container p{color:#6b7280;font-size:1.125rem;line-height:1.4}.pd5-error-container{text-align:center;padding:3rem;min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.pd5-error-container p{color:#dc2626;font-size:1.125rem;margin-bottom:1.5rem;line-height:1.4;text-align:center}.pd5-back-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:background-color .2s;min-height:44px;min-width:44px;touch-action:manipulation}.pd5-back-btn:hover{background-color:#2563eb}.pd5-back-btn-icon{width:18px;height:18px;flex-shrink:0}.pd5-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);overflow:hidden;padding:1rem}.pd5-modal-content{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;overflow-x:hidden;box-shadow:0 20px 60px #0000004d;animation:pd5-modal-slide-in .3s ease-out;position:relative;z-index:10000;scrollbar-width:none;-ms-overflow-style:none}.pd5-modal-content::-webkit-scrollbar{display:none}@keyframes pd5-modal-slide-in{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.pd5-modal-content:before{content:"";position:absolute;top:0;left:0;right:0;height:20px;background:linear-gradient(to bottom,white,transparent);pointer-events:none;z-index:1;border-radius:16px 16px 0 0}.pd5-modal-content:after{content:"";position:absolute;bottom:0;left:0;right:0;height:20px;background:linear-gradient(to top,white,transparent);pointer-events:none;z-index:1;border-radius:0 0 16px 16px}.pd5-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0;background:linear-gradient(135deg,#2c3e50,#3498db);border-radius:16px 16px 0 0;position:sticky;top:0;z-index:2}.pd5-modal-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0;line-height:1.2;-webkit-text-size-adjust:100%}.pd5-modal-close{background:#fff3;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;min-width:40px;min-height:40px;touch-action:manipulation}.pd5-modal-close:hover{background:#ffffff4d;transform:rotate(90deg)}.pd5-modal-close-icon{width:20px;height:20px;color:#fff}.pd5-interest-form{padding:2rem}.pd5-form-group{margin-bottom:1.5rem}.pd5-form-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:.95rem;line-height:1.2}.pd5-form-icon{width:16px;height:16px;color:#3498db;flex-shrink:0}.pd5-form-input,.pd5-form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff!important;color:#2c3e50!important;font-family:inherit;min-height:48px;touch-action:manipulation}.pd5-input-error{border-color:#e74c3c!important;background-color:#fff5f5!important}.pd5-form-input::placeholder,.pd5-form-textarea::placeholder{color:#94a3b8;opacity:.8}.pd5-form-input:focus,.pd5-form-textarea:focus{outline:none;border-color:#3498db;background:#fff!important;color:#2c3e50!important;box-shadow:0 0 0 3px #3498db1a}.pd5-form-textarea{min-height:80px;resize:vertical;line-height:1.4}.pd5-error-message{display:flex;align-items:center;gap:.5rem;color:#e74c3c;font-size:.85rem;margin-top:.5rem;font-weight:500;line-height:1.2}.pd5-error-icon{width:16px;height:16px;color:#e74c3c;flex-shrink:0}.pd5-char-count{text-align:right;font-size:.8rem;color:#7f8c8d;margin-top:.25rem;line-height:1.2}.pd5-form-actions{display:flex;gap:1rem;margin-top:2rem}.pd5-form-cancel,.pd5-form-submit{flex:1;padding:1rem;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;min-width:44px;touch-action:manipulation}.pd5-form-cancel{background:#f8f9fa;color:#2c3e50;border:2px solid #e0e0e0}.pd5-form-cancel:hover:not(:disabled){background:#e9ecef;border-color:#ced4da}.pd5-form-cancel:disabled{opacity:.5;cursor:not-allowed}.pd5-form-submit{background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff}.pd5-form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #27ae604d}.pd5-form-submit:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.pd5-spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:pd5-spin 1s linear infinite;flex-shrink:0}.pd5-submit-text{white-space:nowrap}.pd5-success-modal{text-align:center;padding:3rem 2rem}.pd5-success-icon{width:80px;height:80px;background:linear-gradient(135deg,#27ae60,#2ecc71);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.5rem;color:#fff;font-weight:700;animation:pd5-success-pop .5s ease-out;flex-shrink:0}@keyframes pd5-success-pop{0%{transform:scale(0);opacity:0}70%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.pd5-success-title{font-size:1.8rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.2;-webkit-text-size-adjust:100%}.pd5-success-message{color:#7f8c8d;line-height:1.6;margin-bottom:2rem;font-size:1.05rem;-webkit-text-size-adjust:100%}.pd5-success-button{padding:1rem 2.5rem;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;min-height:44px;min-width:44px;touch-action:manipulation}.pd5-success-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #3498db4d}.pd5-image-zoom-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:10001;animation:pd5-fade-in .3s ease}@keyframes pd5-fade-in{0%{opacity:0}to{opacity:1}}.pd5-image-zoom-modal-content{background:#000000e6;width:100%;height:100%;display:flex;flex-direction:column;animation:pd5-zoom-in .3s ease;position:relative}@keyframes pd5-zoom-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.pd5-image-zoom-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#000c;border-bottom:1px solid rgba(255,255,255,.1);position:fixed;top:0;left:0;right:0;z-index:10}.pd5-image-zoom-counter{color:#fff;font-size:1.2rem;font-weight:600}.pd5-image-zoom-close{background:#ffffff1a;border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;min-width:44px;min-height:44px}.pd5-image-zoom-close:hover{background:#fff3;transform:rotate(90deg)}.pd5-image-zoom-close-icon{width:24px;height:24px;color:#fff}.pd5-image-zoom-navigation{display:flex;align-items:center;justify-content:space-between;flex:1;padding:6rem 1rem 1rem;height:100%}.pd5-image-zoom-nav-btn{background:#ffffff1a;border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;min-width:50px;min-height:50px;position:absolute;top:50%;transform:translateY(-50%)}.pd5-image-zoom-nav-btn:hover{background:#fff3;transform:translateY(-50%) scale(1.1)}.pd5-image-zoom-prev{left:2rem}.pd5-image-zoom-next{right:2rem}.pd5-image-zoom-nav-icon{width:28px;height:28px;color:#fff}.pd5-image-zoom-container{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:grab;user-select:none;-webkit-user-select:none;touch-action:none;width:100%;height:100%;padding:2rem}.pd5-image-zoom-container:active{cursor:grabbing}.pd5-image-zoom-img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .1s ease;transform-origin:center center}.pd5-image-zoom-controls{display:flex;justify-content:center;align-items:center;gap:2rem;padding:1.5rem;background:#000c;border-top:1px solid rgba(255,255,255,.1);position:fixed;bottom:0;left:0;right:0;z-index:10}.pd5-image-zoom-control-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:44px;min-width:44px}.pd5-image-zoom-control-btn:hover{background:#fff3;transform:translateY(-2px)}.pd5-image-zoom-control-icon{width:20px;height:20px}.pd5-video-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:10002;animation:pd5-fade-in .3s ease}.pd5-video-modal-content{background:#000000e6;width:100%;height:100%;display:flex;flex-direction:column;animation:pd5-zoom-in .3s ease}.pd5-video-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#000c;border-bottom:1px solid rgba(255,255,255,.1)}.pd5-video-modal-title{color:#fff;font-size:1.3rem;font-weight:600;margin:0}.pd5-video-modal-close{background:#ffffff1a;border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;min-width:44px;min-height:44px}.pd5-video-modal-close:hover{background:#fff3;transform:rotate(90deg)}.pd5-video-modal-close-icon{width:24px;height:24px;color:#fff}.pd5-video-player-container{flex:1;display:flex;flex-direction:column;position:relative;width:100%;height:100%}.pd5-video-player{width:100%;height:100%;object-fit:contain;background:#000}.pd5-video-controls{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:1.5rem;display:flex;flex-direction:column;gap:1rem;opacity:0;transition:opacity .3s ease}.pd5-video-player-container:hover .pd5-video-controls{opacity:1}.pd5-video-progress-container{display:flex;flex-direction:column;gap:.5rem}.pd5-video-progress{width:100%;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff3;border-radius:3px;outline:none;cursor:pointer}.pd5-video-progress::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#3498db;cursor:pointer}.pd5-video-progress::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#3498db;cursor:pointer;border:none}.pd5-video-time{display:flex;justify-content:space-between;color:#fff;font-size:.9rem;font-weight:500}.pd5-video-controls-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem}.pd5-video-controls-left{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.pd5-video-controls-right{display:flex;align-items:center;gap:1rem}.pd5-video-control-btn{background:#ffffff1a;border:none;width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff;min-width:44px;min-height:44px}.pd5-video-control-btn:hover{background:#fff3;transform:scale(1.05)}.pd5-video-control-icon{width:20px;height:20px}.pd5-skip-text{font-size:.8rem;font-weight:600;margin-left:.25rem}.pd5-volume-control{display:flex;align-items:center;gap:.5rem}.pd5-volume-slider{width:80px;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff3;border-radius:2px;outline:none;cursor:pointer}.pd5-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer}.pd5-volume-slider::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer;border:none}.pd5-playback-rate{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.9rem;font-weight:500}.pd5-playback-select{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;padding:.5rem;font-size:.9rem;cursor:pointer;outline:none;min-height:44px;min-width:44px}.pd5-playback-select:hover{background:#fff3}.pd5-playback-select option{background:#2c3e50;color:#fff}@media (max-width: 1200px){.pd5-property-details-content{grid-template-columns:1fr;gap:2rem}.pd5-property-details-stats,.pd5-property-details-amenities,.pd5-property-details-nearby{grid-template-columns:repeat(2,1fr)}.sell-footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.sell-header-content{padding:1rem 1.5rem}.pd5-property-details-main{padding:1.5rem}}@media (max-width: 992px){.pd5-property-details-title,.pd5-property-details-price{font-size:2rem}.pd5-property-details-main-image{height:400px}.pd5-property-details-specs-grid{grid-template-columns:1fr}.pd5-property-details-stat-value{font-size:1.6rem}.pd5-modal-content{max-width:90%}.sell-logo-text{font-size:1.4rem}}@media (max-width: 768px){.sell-header-content{padding:1rem;flex-direction:row;gap:1rem}.sell-mobile-menu-button{display:block}.sell-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;padding:80px 2rem 2rem;gap:.5rem;transition:right .3s ease;box-shadow:-5px 0 25px #0000001a;z-index:1000;align-items:stretch}.sell-nav.mobile-open{right:0}.sell-nav-item{padding:1rem;border-radius:8px;justify-content:flex-start;gap:1rem}.sell-nav-item span{display:block;font-size:1rem}.sell-nav-icon{width:20px;height:20px}.pd5-property-details-main{padding:1rem}.pd5-property-details-header-section{flex-direction:column;gap:1rem;text-align:center}.pd5-property-details-title,.pd5-property-details-price{font-size:1.8rem;text-align:left}.pd5-property-details-price-section{text-align:left;width:100%}.pd5-property-details-main-image{height:300px}.pd5-property-details-image-actions{flex-direction:column;top:auto;bottom:1.5rem;right:1.5rem;left:1.5rem;flex-direction:row;justify-content:center}.pd5-property-details-favorite-btn,.pd5-property-details-share-btn{padding:.5rem 1rem;flex:1;justify-content:center;font-size:.9rem}.pd5-property-details-specs-grid,.pd5-property-details-amenities,.pd5-property-details-nearby{grid-template-columns:1fr}.pd5-property-details-stats{grid-template-columns:repeat(2,1fr);padding:1.5rem;gap:1rem}.pd5-property-details-stat{gap:.75rem}.pd5-property-details-stat-icon{width:28px;height:28px;padding:.4rem}.pd5-property-details-stat-value{font-size:1.5rem}.sell-footer-content{grid-template-columns:1fr;gap:2rem}.sell-footer-section{text-align:center;align-items:center}.sell-footer-social{justify-content:center}.sell-footer-links{align-items:center}.quick-contact-buttons{right:15px;bottom:15px;gap:10px}.quick-contact-btn{width:50px;height:50px}.quick-contact-icon{width:20px;height:20px}.quick-contact-tooltip{display:none}.pd5-property-details-back-container{margin-top:80px;padding:1rem}.pd5-modal-content{width:95%;margin:1rem;max-height:85vh}.pd5-modal-header{padding:1.25rem 1.5rem}.pd5-modal-title{font-size:1.25rem}.pd5-interest-form{padding:1.5rem}.pd5-form-actions{flex-direction:column}.pd5-form-cancel,.pd5-form-submit{width:100%}.pd5-success-modal{padding:2rem 1.5rem}.pd5-success-title{font-size:1.5rem}.pd5-success-icon{width:60px;height:60px;font-size:2rem}.pd5-form-input,.pd5-form-textarea,.pd5-form-select{font-size:16px}.pd5-property-details-contact-actions{flex-direction:column}.pd5-property-details-section,.pd5-property-details-contact-card{padding:1.5rem}.pd5-image-zoom-modal-content{width:100%;height:100%}.pd5-image-zoom-controls{gap:1rem;padding:1rem;flex-wrap:wrap}.pd5-image-zoom-control-btn{padding:.5rem 1rem;font-size:.9rem}.pd5-image-zoom-nav-btn{width:40px;height:40px;position:fixed;top:50%}.pd5-image-zoom-prev{left:1rem}.pd5-image-zoom-next{right:1rem}.pd5-image-zoom-nav-icon{width:20px;height:20px}.pd5-video-modal-content{width:100%;height:100%}.pd5-video-controls-bottom{flex-direction:column;gap:1rem;align-items:stretch}.pd5-video-controls-left,.pd5-video-controls-right{width:100%;justify-content:center}.pd5-volume-slider{width:60px}.pd5-playback-rate{justify-content:center}}@media (max-width: 640px){.pd5-property-details-title,.pd5-property-details-price{font-size:1.6rem}.pd5-property-details-location{font-size:1rem}.pd5-property-details-main-image{height:250px}.pd5-property-details-thumbnail{min-width:100px;height:70px}.pd5-property-details-stat{flex-direction:column;align-items:flex-start;gap:.5rem}.pd5-property-details-stat-value{font-size:1.4rem}.pd5-property-details-stat-label{font-size:.85rem}.pd5-property-details-spec-item{flex-direction:column;align-items:flex-start;gap:.25rem}.pd5-property-details-spec-label,.pd5-property-details-spec-value{text-align:left;width:100%}.pd5-property-details-owner-header{flex-direction:column;align-items:center;text-align:center}.pd5-property-details-owner-details{text-align:center;align-items:center}.pd5-property-details-owner-name{justify-content:center}.pd5-contact-details{min-width:0}.sell-logo-text{font-size:1.3rem}.sell-logo-image{height:40px;width:40px}.pd5-image-zoom-header{padding:1rem 1.5rem}.pd5-image-zoom-counter{font-size:1rem}.pd5-image-zoom-nav-btn{width:36px;height:36px}.pd5-image-zoom-nav-icon{width:18px;height:18px}}@media (max-width: 480px){.pd5-property-details-title,.pd5-property-details-price{font-size:1.4rem}.pd5-property-details-main-image{height:220px}.pd5-property-details-stat-value{font-size:1.3rem}.pd5-property-details-contact-actions{flex-direction:column}.sell-footer{padding:2rem 1rem 1rem}.sell-footer-container{padding:0 1rem}.sell-footer-content{gap:1.5rem}.sell-footer-logo-text{font-size:1.4rem}.sell-footer-description{font-size:.9rem}.quick-contact-buttons{right:10px;bottom:10px}.quick-contact-btn{width:45px;height:45px}.quick-contact-icon{width:18px;height:18px}.pd5-modal-header{padding:1rem}.pd5-modal-title{font-size:1.2rem}.pd5-interest-form{padding:1rem}.pd5-success-modal{padding:1.5rem 1rem}.pd5-success-icon{width:50px;height:50px;font-size:1.8rem}.pd5-success-title{font-size:1.3rem}.pd5-success-message{font-size:.95rem}.pd5-property-details-stats{grid-template-columns:1fr;gap:.75rem;padding:1.25rem}.pd5-property-details-stat{flex-direction:row;align-items:center}.pd5-property-details-back-container{padding:.75rem 1rem}.pd5-property-details-back-btn{padding:.5rem 1rem;font-size:.95rem}.pd5-property-details-image-actions{bottom:1rem;right:1rem;left:1rem}.pd5-property-details-favorite-btn,.pd5-property-details-share-btn{padding:.5rem .75rem;font-size:.9rem}.pd5-image-zoom-controls{gap:.5rem;padding:.75rem}.pd5-image-zoom-control-btn{padding:.5rem;font-size:.8rem;gap:.5rem}.pd5-image-zoom-control-icon{width:16px;height:16px}.pd5-video-controls{padding:1rem}.pd5-video-control-btn{width:36px;height:36px}.pd5-video-control-icon{width:16px;height:16px}.pd5-volume-slider{width:50px}.pd5-skip-text{display:none}}@media (max-width: 360px){.sell-logo-text{font-size:1.1rem}.sell-logo-image{height:35px;width:35px}.pd5-property-details-title,.pd5-property-details-price{font-size:1.3rem}.pd5-property-details-main-image{height:200px}.pd5-property-details-thumbnail{min-width:80px;height:60px}.pd5-property-details-stat-value{font-size:1.2rem}.pd5-property-details-section-title{font-size:1.3rem}.pd5-form-input,.pd5-form-textarea{font-size:14px;min-height:44px;padding:.75rem}.pd5-form-label{font-size:.9rem}.pd5-modal-title{font-size:1.1rem}.pd5-success-title{font-size:1.2rem}.pd5-success-message{font-size:.9rem}.sell-nav{width:100%;right:-100%}.sell-nav.mobile-open{right:0;width:100%}.quick-contact-buttons{right:10px;bottom:10px}.quick-contact-btn{width:40px;height:40px}.quick-contact-icon{width:16px;height:16px}.pd5-image-zoom-header{padding:.75rem 1rem}.pd5-image-zoom-counter{font-size:1rem}.pd5-image-zoom-control-btn span{display:none}.pd5-image-zoom-control-btn{padding:.5rem}.pd5-video-modal-header{padding:.75rem 1rem}.pd5-video-modal-title{font-size:1.1rem}}@supports (-webkit-touch-callout: none){body.pd5-modal-open{position:fixed!important;overflow:hidden!important;height:-webkit-fill-available!important}.sell-nav,.pd5-property-details-thumbnails,.pd5-modal-content{-webkit-overflow-scrolling:touch}.pd5-form-input,.pd5-form-textarea,.pd5-property-details-favorite-btn,.pd5-property-details-share-btn{font-size:16px}.pd5-property-details-title,.pd5-property-details-section-title,.pd5-modal-title,.pd5-success-title{-webkit-text-size-adjust:100%}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.pd5-property-details-section,.pd5-property-details-contact-card,.pd5-modal-content{box-shadow:0 4px 30px #00000026}.sell-logo-image{border:1.5px solid #2c3e50}}@media (prefers-color-scheme: dark){.pd5-property-details-section,.pd5-property-details-contact-card,.pd5-modal-content{background:#fff}.pd5-form-input,.pd5-form-textarea{background:#fff!important;color:#2c3e50!important}}@media print{.sell-header-container,.pd5-property-details-back-container,.pd5-property-details-image-actions,.pd5-property-details-contact-actions,.pd5-modal-overlay,.quick-contact-buttons,.sell-footer{display:none!important}.pd5-property-details-page{background:#fff}.pd5-property-details-main{padding:0}.pd5-property-details-content{display:block}.pd5-property-details-left-column,.pd5-property-details-right-column{margin-bottom:2rem}.pd5-property-details-section{box-shadow:none;border:1px solid #ddd;break-inside:avoid}}.pd5-no-images,.pd5-no-amenities,.pd5-no-location{display:flex;align-items:center;justify-content:center;padding:2rem;color:#7f8c8d;font-style:italic;background:#f8fafc;border-radius:8px;text-align:center;line-height:1.4}.pd5-debug-info{font-size:.85rem;color:#7f8c8d;font-family:monospace;margin-top:.5rem;line-height:1.2}.pd5-property-status{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#f8fafc;border-radius:8px}.pd5-status-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;flex-wrap:wrap;gap:.5rem}.pd5-status-label{font-weight:600;color:#2c3e50;font-size:.95rem;white-space:nowrap}.pd5-status-value{font-weight:700;color:#2c3e50;padding:.25rem .75rem;border-radius:4px;font-size:.95rem;text-align:right;word-break:break-word}.pd5-status-value.active{background:#d4edda;color:#155724}.pd5-status-value.inactive{background:#f8d7da;color:#721c24}.pd5-status-value.pending{background:#fff3cd;color:#856404}.pd5-property-details-active-image{width:100%;height:400px;object-fit:cover;border-radius:.5rem}.pd5-property-details-thumbnail img{width:100%;height:80px;object-fit:cover;border-radius:.25rem}@media (max-width: 768px){.sell-nav-item,.sell-mobile-menu-button,.pd5-property-details-back-btn,.pd5-property-details-favorite-btn,.pd5-property-details-share-btn,.pd5-property-details-interest-btn,.pd5-property-details-call-btn,.pd5-back-btn,.pd5-form-cancel,.pd5-form-submit,.pd5-success-button,.pd5-modal-close,.sell-social-link,.sell-footer-link,.quick-contact-btn,.pd5-property-details-thumbnail,.pd5-property-details-amenity,.pd5-property-details-nearby-item,.pd5-property-details-contact-item,.pd5-image-zoom-close,.pd5-image-zoom-nav-btn,.pd5-image-zoom-control-btn,.pd5-video-modal-close,.pd5-video-control-btn{min-height:44px;min-width:44px}.pd5-form-input,.pd5-form-textarea,.pd5-form-select{min-height:44px}}body.pd5-modal-open{overflow:hidden!important;position:fixed!important;width:100%!important;height:100%!important}html,body{height:100%;overflow-x:hidden;overflow-y:auto}.App{min-height:100vh;width:100%;position:relative}*{box-sizing:border-box;margin:0;padding:0}
