:root{--sidebar-width:280px;--sidebar-bg:#0f172a;--sidebar-active:#1e293b;--sidebar-hover:#ffffff0d;--sidebar-text:#e2e8f0;--sidebar-text-secondary:#94a3b8;--sidebar-border:#334155;--accent-primary:#3b82f6;--accent-secondary:#10b981}.sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);z-index:1000;flex-direction:column;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden auto}@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{z-index:999;background:#00000080;display:none;position:fixed;inset:0}.sidebar.mobile.open~.sidebar-overlay{display:block}.sidebar-logo{border-bottom:1px solid var(--sidebar-border);cursor:pointer;flex-shrink:0;align-items:center;gap:16px;padding:24px 20px;transition:all .3s;display:flex;position:relative}.sidebar-logo:hover{background:var(--sidebar-hover)}.logo-icon{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative;overflow:hidden}.logo-icon:after{content:"";background:linear-gradient(45deg,#0000,#ffffff1a,#0000);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.sidebar-logo:hover .logo-icon:after{transform:translate(100%)}.logo-inner{color:#fff;font-size:20px;font-weight:900;transition:transform .3s}.sidebar-logo:hover .logo-inner{transform:rotate(360deg)}.logo-text{flex:1;min-width:0}.logo-text h2{color:#fff;background:linear-gradient(90deg,#fff,var(--accent-primary));-webkit-text-fill-color:transparent;letter-spacing:.5px;-webkit-background-clip:text;background-clip:text;margin-bottom:2px;font-size:22px;font-weight:800}.logo-text span{color:var(--sidebar-text-secondary);letter-spacing:1px;font-size:12px;font-weight:500}.close-btn{color:var(--sidebar-text-secondary);cursor:pointer;background:0 0;border:none;padding:4px;font-size:20px;display:none;position:absolute;top:50%;right:16px;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{color:var(--sidebar-text-secondary);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px;padding:0 8px;font-size:11px;font-weight:600;display:block}.menu-list{margin:0;padding:0;list-style:none}.menu-item{color:var(--sidebar-text);border-radius:8px;align-items:center;gap:12px;margin-bottom:8px;padding:14px 16px;text-decoration:none;transition:all .2s;display:flex;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:"";background:var(--accent-primary);border-radius:0 4px 4px 0;width:4px;position:absolute;top:0;bottom:0;left:0}.menu-icon{text-align:center;flex-shrink:0;width:24px;font-size:20px;transition:transform .2s}.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{white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:14px;font-weight:500;display:block;overflow:hidden}.menu-description{color:var(--sidebar-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;display:block;overflow:hidden}.active-indicator{background:var(--accent-primary);border-radius:50%;width:8px;height:8px;margin-left:4px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.sidebar-footer{border-top:1px solid var(--sidebar-border);background:#0003;flex-shrink:0;padding:20px}.copyright{color:var(--sidebar-text-secondary);text-align:center;opacity:.7;font-size:10px}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:0 0}.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 #0000004d;--shadow-md:0 4px 6px -1px #0006;--shadow-lg:0 10px 15px -3px #0006;--transition:all .2s ease}.dashboard-header{height:var(--header-height);background:var(--header-bg);border-bottom:1px solid var(--header-border);z-index:900;box-shadow:var(--shadow-sm);flex-shrink:0;justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:sticky;top:0;left:0;right:0}.dropdown-backdrop{top:var(--header-height);z-index:899;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;position:fixed;bottom:0;left:0;right:0}.header-left{align-items:center;gap:20px;display:flex}.menu-toggle{border:1px solid var(--header-border);color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);transition:var(--transition);background:#ffffff0d;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;font-size:20px;line-height:1;display:flex}.menu-toggle:hover{color:var(--text-primary);border-color:var(--accent-blue);background:#ffffff1a}.breadcrumb{color:var(--text-secondary);align-items:center;gap:8px;font-size:14px;font-weight:400;display:flex}.breadcrumb .separator{color:var(--text-tertiary);opacity:.6}.breadcrumb .current{color:var(--text-primary);font-weight:500}.search-container{width:300px;position:relative}.search-input{border:1px solid var(--header-border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);transition:var(--transition);background:#ffffff0d;outline:none;padding:10px 16px 10px 40px;font-size:14px;font-weight:400}.search-input:focus{border-color:var(--accent-blue);background:#ffffff14;box-shadow:0 0 0 3px #3b82f61a}.search-btn{color:var(--text-tertiary);cursor:pointer;z-index:2;background:0 0;border:none;padding:0;font-size:16px;line-height:1;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.notification-container{position:relative}.notification-btn{border:1px solid var(--header-border);color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);transition:var(--transition);background:#ffffff0d;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;font-size:20px;line-height:1;display:flex;position:relative}.notification-btn:hover{color:var(--text-primary);border-color:var(--accent-blue);background:#ffffff1a}.notification-icon{font-size:20px;line-height:1}.notification-badge{background:var(--accent-red);color:#fff;border:2px solid var(--header-bg);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:600;display:flex;position:absolute;top:4px;right:4px}.notification-dropdown{background:var(--header-bg);border:1px solid var(--header-border);border-radius:var(--radius-lg);width:320px;box-shadow:var(--shadow-lg);z-index:1000;animation:.2s dropdownSlide;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notification-header{border-bottom:1px solid var(--header-border);justify-content:space-between;align-items:center;padding:16px;display:flex}.notification-header h4{color:var(--text-primary);margin:0;font-size:16px;font-weight:600}.mark-read{color:var(--accent-blue);cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition);background:0 0;border:none;padding:4px 8px;font-size:12px;font-weight:500}.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:0 0}.notification-list::-webkit-scrollbar-thumb{background:var(--header-border);border-radius:3px}.notification-item{border-bottom:1px solid var(--header-border);transition:var(--transition);cursor:pointer;align-items:flex-start;gap:12px;padding:12px 16px;display:flex}.notification-item:hover{background:#ffffff0d}.notification-item:last-child{border-bottom:none}.notification-content{flex:1;min-width:0}.notification-content p{color:var(--text-primary);margin:0 0 4px;font-size:14px;line-height:1.4}.notification-time{color:var(--text-tertiary);font-size:12px;display:block}.notification-dot{background:var(--accent-blue);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:8px;animation:2s infinite pulse}.view-all-notifications{border:none;border-top:1px solid var(--header-border);width:100%;color:var(--accent-blue);cursor:pointer;transition:var(--transition);text-align:center;background:0 0;padding:12px;font-size:14px;font-weight:500}.view-all-notifications:hover{background:#ffffff0d}.profile-container{position:relative}.profile-btn{border:1px solid var(--header-border);cursor:pointer;border-radius:var(--radius-md);transition:var(--transition);color:var(--text-primary);background:#ffffff0d;align-items:center;gap:12px;padding:6px 12px;display:flex}.profile-btn:hover{border-color:var(--accent-blue);background:#ffffff1a}.profile-avatar{background:linear-gradient(135deg,var(--accent-purple),var(--accent-blue));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;display:flex}.profile-info{text-align:left;flex-direction:column;gap:2px;display:flex}.profile-name{color:var(--text-primary);white-space:nowrap;font-size:14px;font-weight:600;display:block}.profile-role{color:var(--text-secondary);white-space:nowrap;font-size:12px;display:block}.dropdown-arrow{color:var(--text-tertiary);justify-content:center;align-items:center;width:16px;height:16px;margin-left:4px;font-size:10px;transition:transform .2s;display:flex}.dropdown-arrow.rotated{transform:rotate(180deg)}.profile-dropdown{background:var(--header-bg);border:1px solid var(--header-border);border-radius:var(--radius-lg);width:280px;box-shadow:var(--shadow-lg);z-index:1000;animation:.2s dropdownSlide;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}.dropdown-section{padding:16px}.dropdown-profile-info{align-items:center;gap:12px;display:flex}.dropdown-avatar{background:linear-gradient(135deg,var(--accent-purple),var(--accent-blue));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:600;display:flex}.dropdown-name{color:var(--text-primary);margin:0 0 2px;font-size:14px;font-weight:600}.dropdown-email{color:var(--text-secondary);margin:0;font-size:12px}.dropdown-divider{background:var(--header-border);height:1px;margin:8px 0}.dropdown-item{width:100%;color:var(--text-secondary);text-align:left;cursor:pointer;transition:var(--transition);background:0 0;border:none;align-items:center;gap:12px;padding:12px 16px;font-family:inherit;font-size:14px;text-decoration:none;display:flex}.dropdown-item:hover{color:var(--text-primary);background:#ffffff0d}.dropdown-icon{justify-content:center;align-items:center;width:20px;font-size:16px;display:flex}.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{margin:0 auto;width:calc(100vw - 32px)!important;max-width:320px!important;position:fixed!important;top:60px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.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{color:#f1f5f9;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f172a;min-height:100vh;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:#3b82f626;--accent-green:#10b981;--accent-green-light:#10b98126;--accent-red:#ef4444;--accent-red-light:#ef444426;--accent-yellow:#f59e0b;--accent-yellow-light:#f59e0b26;--accent-purple:#8b5cf6;--accent-purple-light:#8b5cf626;--accent-orange:#f97316;--accent-orange-light:#f9731626;--accent-pink:#ec4899;--accent-pink-light:#ec489926;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0006;--shadow-lg:0 10px 15px -3px #0006;--shadow-xl:0 20px 25px -5px #0006;--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{background:var(--primary-bg);flex-direction:column;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.dashboard-header-section{background:var(--card-bg);padding:var(--spacing-lg)var(--spacing-xl);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:var(--spacing-lg);box-shadow:var(--shadow-sm);flex-wrap:wrap;flex-shrink:0;display:flex}.welcome-section{align-items:center;gap:var(--spacing-lg);flex:1;display:flex}.user-avatar-large{background:linear-gradient(135deg,var(--accent-purple),var(--accent-blue));border-radius:var(--radius-xl);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:28px;font-weight:600;display:flex}.welcome-text h1{margin:0 0 var(--spacing-xs)0;color:var(--text-primary);font-size:28px;font-weight:700;line-height:1.2}.welcome-text p{color:var(--text-secondary);margin:0;font-size:16px;line-height:1.4}.header-actions{align-items:center;gap:var(--spacing-xl);flex-wrap:wrap;display:flex}.date-info{align-items:flex-end;gap:var(--spacing-xs);flex-direction:column;display:flex}.current-date{color:var(--text-secondary);text-align:right;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:14px;font-weight:500;overflow:hidden}.current-time{color:var(--accent-blue);font-size:24px;font-weight:600}.action-buttons{gap:var(--spacing-md);display:flex}.btn{padding:var(--spacing-sm)var(--spacing-lg);border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;gap:var(--spacing-xs);transition:all var(--transition-base);white-space:nowrap;color:var(--text-primary);border:none;min-height:40px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));color:#fff}.btn-primary:hover{box-shadow:var(--shadow-md);opacity:.9;transform:translateY(-1px)}.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{color:var(--accent-blue);padding:var(--spacing-xs)var(--spacing-md);background:0 0;font-weight:500}.btn-text:hover{color:var(--accent-purple)}.btn-icon{font-size:16px}.stats-grid{gap:var(--spacing-lg);padding:var(--spacing-xl);flex-shrink:0;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.stat-card{background:var(--card-bg);border-radius:var(--radius-lg);padding:var(--spacing-xl);justify-content:center;align-items:center;gap:var(--spacing-md);border:1px solid var(--border-color);transition:all var(--transition-base);text-align:center;flex-direction:column;min-height:160px;display:flex;position:relative}.stat-card:hover{box-shadow:var(--shadow-xl);border-color:var(--accent-blue-light);transform:translateY(-4px)}.stat-icon-wrapper{background:var(--accent-blue-light);border-radius:var(--radius-xl);width:64px;height:64px;margin-bottom:var(--spacing-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.stat-icon{font-size:28px}.stat-content{justify-content:center;align-items:center;gap:var(--spacing-xs);flex-direction:column;flex:1;width:100%;min-width:0;display:flex}.stat-main{align-items:center;gap:var(--spacing-xs);margin-bottom:var(--spacing-sm);flex-direction:column;width:100%;display:flex}.stat-value{color:var(--text-primary);text-align:center;letter-spacing:-.5px;margin:0;font-size:42px;font-weight:800;line-height:1}.stat-change{padding:var(--spacing-xs)var(--spacing-sm);border-radius:var(--radius-md);background:var(--accent-green-light);align-items:center;gap:var(--spacing-xs);font-size:16px;font-weight:700;display:inline-flex}.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{color:var(--text-primary);margin-bottom:var(--spacing-xs);text-align:center;font-size:16px;font-weight:600;display:block}.stat-desc{color:var(--text-tertiary);text-align:center;max-width:90%;margin:0 auto;font-size:14px;line-height:1.4;display:block}.main-content-area{padding:0 var(--spacing-xl)var(--spacing-xl);gap:var(--spacing-xl);flex-direction:column;flex:1;width:100%;min-height:0;display:flex;overflow-x:hidden}.combined-cards-row,.updates-performers-row{gap:var(--spacing-xl);grid-template-columns:1fr 1fr;width:100%;min-height:0;display:grid}.full-width{grid-column:1/-1;width:100%}.card{background:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--border-color);min-height:0;transition:all var(--transition-base);flex-direction:column;width:100%;display:flex;overflow:hidden}.card:hover{box-shadow:var(--shadow-md)}.card-header{padding:var(--spacing-lg);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:var(--spacing-md);flex-wrap:nowrap;flex-shrink:0;min-height:70px;display:flex}.card-title-section{flex:1;min-width:0}.card-title-section h3{margin:0 0 var(--spacing-xs)0;color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:600;line-height:1.2;overflow:hidden}.card-title-section p{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;line-height:1.3;overflow:hidden}.card-actions{flex-shrink:0}.card-content{padding:var(--spacing-lg);flex-direction:column;flex:1;width:100%;min-height:0;display:flex;overflow:hidden}.revenue-card{min-height:400px}.time-select-wrapper{min-width:140px;max-width:200px;display:inline-block;position:relative}.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);cursor:pointer;appearance:none;white-space:nowrap;text-overflow:ellipsis;min-height:40px;padding-right:32px;font-size:14px;overflow:hidden}.time-select:focus{border-color:var(--accent-blue);outline:none}.select-arrow{color:var(--text-secondary);pointer-events:none;font-size:12px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.revenue-chart{gap:var(--spacing-lg);flex-direction:column;flex:1;width:100%;min-height:200px;display:flex}.chart-bars{height:180px;padding:0 var(--spacing-sm);flex:1;justify-content:space-between;align-items:flex-end;width:100%;display:flex}.chart-bar-group{flex-direction:column;flex:1;align-items:center;min-width:0;height:100%;display:flex;position:relative}.bar-container{justify-content:center;align-items:flex-end;gap:4px;width:100%;height:100%;display:flex;position:relative}.bar{border-radius:var(--radius-sm)var(--radius-sm)0 0;width:12px;transition:height var(--transition-slow);min-height:1px;position:relative}.bar.previous{background:var(--border-color);opacity:.7}.bar.current{background:linear-gradient(to top,var(--accent-blue),var(--accent-purple))}.bar-label{color:var(--text-secondary);white-space:nowrap;text-align:center;width:100%;font-size:12px;font-weight:500;position:absolute;bottom:-24px}.chart-legend{justify-content:center;gap:var(--spacing-xl);flex-wrap:wrap;margin-top:auto;display:flex}.legend-item{align-items:center;gap:var(--spacing-sm);color:var(--text-secondary);white-space:nowrap;font-size:14px;display:flex}.legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.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{gap:var(--spacing-lg);padding:var(--spacing-lg);background:var(--accent-blue-light);border-radius:var(--radius-lg);margin-top:var(--spacing-lg);grid-template-columns:repeat(3,1fr);width:100%;display:grid}.summary-item{align-items:center;gap:var(--spacing-xs);text-align:center;flex-direction:column;min-width:0;display:flex}.summary-label{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:12px;font-weight:500;line-height:1.2;overflow:hidden}.summary-value{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:20px;font-weight:700;line-height:1.2;overflow:hidden}.quick-links-card{width:100%;min-height:320px}.quick-links-grid{gap:var(--spacing-sm);grid-template-columns:1fr;width:100%;height:100%;display:grid}.quick-link-item{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);color:var(--text-primary);transition:all var(--transition-base);width:100%;min-height:70px;text-decoration:none;display:flex}.quick-link-item:hover{background:var(--accent-blue-light);border-color:var(--accent-blue);transform:translate(4px)}.link-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.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{white-space:nowrap;text-overflow:ellipsis;color:var(--text-primary);width:100%;margin-bottom:2px;font-size:14px;font-weight:600;line-height:1.2;display:block;overflow:hidden}.link-desc{color:var(--text-secondary);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden}.link-arrow{color:var(--text-tertiary);transition:transform var(--transition-fast),color .3s ease;flex-shrink:0;font-size:16px}.quick-link-item:hover .link-arrow{color:var(--accent-blue);transform:translate(2px)}.system-card{width:100%;min-height:320px}.system-stats{gap:var(--spacing-lg);flex-direction:column;width:100%;height:100%;display:flex}.system-stat-item{gap:var(--spacing-xs);flex-direction:column;width:100%;display:flex}.stat-label-row{justify-content:space-between;align-items:center;width:100%;display:flex}.stat-label{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;line-height:1.2;overflow:hidden}.stat-value{color:var(--text-primary);white-space:nowrap;flex-shrink:0;font-size:14px;font-weight:600;line-height:1.2}.progress-bar-container{background:var(--border-color);border-radius:4px;width:100%;height:8px;position:relative;overflow:hidden}.progress-bar{background:linear-gradient(to right,var(--accent-blue),var(--accent-purple));height:100%;transition:width var(--transition-slow);border-radius:4px}.updates-card{width:100%;min-height:320px}.updates-badge{background:var(--accent-red);color:#fff;padding:var(--spacing-xs)var(--spacing-sm);border-radius:20px;flex-shrink:0;font-size:12px;font-weight:600}.updates-list{gap:var(--spacing-md);flex-direction:column;width:100%;height:100%;display:flex}.update-item{align-items:flex-start;gap:var(--spacing-md);padding-bottom:var(--spacing-md);border-bottom:1px solid var(--border-color);width:100%;display:flex}.update-item:last-child{border-bottom:none;padding-bottom:0}.update-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;display:flex}.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;width:100%;min-width:0}.update-message{-webkit-line-clamp:2;color:var(--text-primary);-webkit-box-orient:vertical;width:100%;margin:0 0 4px;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.update-time{color:var(--text-tertiary);white-space:nowrap;font-size:12px;line-height:1.2}.performers-card{width:100%;min-height:320px}.performers-list{gap:var(--spacing-md);flex-direction:column;width:100%;height:100%;display:flex}.performer-item{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);width:100%;min-height:70px;display:flex}.performer-item:hover{background:var(--accent-blue-light);border-color:var(--accent-blue)}.performer-rank{background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;display:flex}.performer-info{flex:1;min-width:0}.performer-name{white-space:nowrap;text-overflow:ellipsis;color:var(--text-primary);width:100%;margin-bottom:2px;font-size:14px;font-weight:600;line-height:1.2;display:block;overflow:hidden}.performer-type{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:12px;line-height:1.2;display:block;overflow:hidden}.performer-stats{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.performer-price{color:var(--text-primary);white-space:nowrap;font-size:14px;font-weight:600;line-height:1.2}.performer-growth{white-space:nowrap;font-size:12px;font-weight:500;line-height:1.2}.performer-growth.positive{color:var(--accent-green)}.property-status-card{width:100%;min-height:320px}.property-status-container{width:100%;overflow:hidden}.property-status-grid{gap:var(--spacing-md);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));width:100%;display:grid}.property-status-item{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);width:100%;min-height:80px;display:flex}.property-status-item:hover{box-shadow:var(--shadow-md);border-color:var(--accent-blue);transform:translateY(-2px)}.property-icon-wrapper{flex-shrink:0}.property-icon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.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{white-space:nowrap;text-overflow:ellipsis;color:var(--text-primary);width:100%;margin-bottom:2px;font-size:14px;font-weight:600;line-height:1.2;display:block;overflow:hidden}.property-count{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:12px;line-height:1.2;display:block;overflow:hidden}.property-trend{white-space:nowrap;flex-shrink:0;font-size:14px;font-weight:600}.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);width:100%;max-width:1920px;margin:0 auto}.dashboard-header-section,.stats-grid{padding:var(--spacing-xl)var(--spacing-2xl);width:100%;max-width:1920px;margin:0 auto}.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{gap:var(--spacing-md);padding:var(--spacing-md);grid-template-columns:repeat(3,1fr)}.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{gap:var(--spacing-xl);grid-template-columns:1fr}.property-status-grid{grid-template-columns:repeat(2,1fr)}.revenue-summary{gap:var(--spacing-md);padding:var(--spacing-md);grid-template-columns:repeat(3,1fr)}.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{align-items:stretch;gap:var(--spacing-md);padding:var(--spacing-lg);flex-direction:column}.welcome-section{align-items:flex-start}.header-actions{align-items:stretch;gap:var(--spacing-md);flex-direction:column}.date-info{align-items:flex-start}.action-buttons{flex-direction:column;width:100%}.btn{width:100%}.stats-grid{padding:var(--spacing-lg);gap:var(--spacing-md);grid-template-columns:repeat(2,1fr)}.combined-cards-row,.updates-performers-row{gap:var(--spacing-lg);grid-template-columns:1fr}.property-status-grid{grid-template-columns:repeat(2,1fr)}.revenue-summary{gap:var(--spacing-md);padding:var(--spacing-md);grid-template-columns:repeat(3,1fr)}.time-select-wrapper{width:100%;max-width:100%}.time-select{width:100%}.card-header{align-items:flex-start;gap:var(--spacing-md);flex-direction:column}.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{align-items:stretch;gap:var(--spacing-md);padding:var(--spacing-md);flex-direction:column}.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{align-items:stretch;gap:var(--spacing-md);flex-direction:column}.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);gap:var(--spacing-md);grid-template-columns:1fr}.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{gap:var(--spacing-md);grid-template-columns:1fr}.property-status-grid{grid-template-columns:repeat(2,1fr)}.card-header{padding:var(--spacing-md);align-items:flex-start;gap:var(--spacing-md);flex-direction:column;min-height:60px}.card-content{padding:var(--spacing-md)}.revenue-summary{gap:var(--spacing-sm);padding:var(--spacing-sm);grid-template-columns:repeat(3,1fr)}.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{align-items:center;gap:var(--spacing-md);flex-direction:row}.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{align-items:stretch;gap:var(--spacing-md);flex-direction:column}.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);gap:var(--spacing-sm);grid-template-columns:1fr}.stat-card{padding:var(--spacing-lg);gap:var(--spacing-sm);min-height:130px}.stat-value{font-size:32px}.stat-icon-wrapper{width:48px;height:48px}.stat-icon{font-size:22px}.combined-cards-row,.updates-performers-row{gap:var(--spacing-md);grid-template-columns:1fr}.property-status-grid{grid-template-columns:1fr}.card-header{padding:var(--spacing-md);align-items:flex-start;gap:var(--spacing-sm);flex-direction:column;min-height:60px}.card-content{padding:var(--spacing-md)}.card-title-section h3{font-size:16px}.card-title-section p{font-size:13px}.revenue-summary{gap:var(--spacing-md);padding:var(--spacing-md);grid-template-columns:1fr}.chart-bars{height:140px}.bar{width:8px}.bar-label{font-size:10px;bottom:-20px}.time-select-wrapper{width:100%}.time-select{width:100%;padding:var(--spacing-sm)var(--spacing-md);padding-right:30px;font-size:13px}.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{align-items:center;gap:var(--spacing-sm);flex-direction:row}.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{align-items:stretch;gap:var(--spacing-sm);flex-direction:column}.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);min-height:36px;font-size:12px}.stats-grid{padding:var(--spacing-sm);gap:var(--spacing-xs);grid-template-columns:1fr}.stat-card{padding:var(--spacing-lg);gap:var(--spacing-xs);min-height:120px}.stat-value{font-size:28px}.stat-icon-wrapper{width:40px;height:40px}.stat-icon{font-size:20px}.combined-cards-row,.updates-performers-row{gap:var(--spacing-sm);grid-template-columns:1fr}.property-status-grid{grid-template-columns:1fr}.card-header{padding:var(--spacing-sm);align-items:flex-start;gap:var(--spacing-xs);flex-direction:column;min-height:50px}.card-content{padding:var(--spacing-sm)}.card-title-section h3{margin-bottom:2px;font-size:15px}.card-title-section p{font-size:12px}.revenue-summary{gap:var(--spacing-sm);padding:var(--spacing-sm);grid-template-columns:1fr}.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%;padding:var(--spacing-xs)var(--spacing-md);min-height:36px;padding-right:28px;font-size:12px}.select-arrow{font-size:10px;right:8px}.property-status-item{padding:var(--spacing-xs);gap:var(--spacing-sm);min-height:60px}.property-icon{width:36px;height:36px;font-size:16px}.quick-link-item{padding:var(--spacing-xs);gap:var(--spacing-sm);min-height:50px}.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);gap:var(--spacing-sm);min-height:50px}.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(5px)}to{opacity:1;transform:translateY(0)}}.dashboard-home>*{animation:.3s ease-out fadeIn}::-webkit-scrollbar{width:8px;height:8px}select.time-select option{color:var(--text-primary);background:var(--card-bg);padding:var(--spacing-sm);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}@media print{.dashboard-home{color:#000;background:#fff;height:auto;overflow:visible}.main-content-area{height:auto;overflow:visible}.btn,.action-buttons,.updates-badge{display:none}.card{break-inside:avoid;page-break-inside:avoid;border:1px solid #ddd}}.add-properties{color:#e2e8f0;box-sizing:border-box;background:#0f172a;min-height:100vh;padding:24px;font-family:system-ui,-apple-system,sans-serif}.add-properties *,.add-properties :before,.add-properties :after{box-sizing:border-box}.alert{border-radius:6px;align-items:center;gap:10px;margin-bottom:20px;padding:12px 16px;animation:.3s slideIn;display:flex}.alert-error{color:#c00;background-color:#fee;border:1px solid #fcc}.alert-success{color:#0a0;background-color:#efe;border:1px solid #cfc}.alert-icon{font-size:18px}.alert-text{flex:1}.alert-close{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:16px;transition:opacity .2s;display:flex}.alert-close:hover{opacity:1}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}button:disabled{opacity:.6;cursor:not-allowed}.form-input.error{border-color:#f44336}.error-message{color:#f44336;margin-top:4px;font-size:12px}.hint-text{color:#666;margin-top:4px;font-size:12px}.page-header{color:#fff;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid #334155;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px;padding:32px;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.header-content h1{text-align:start;background:linear-gradient(90deg,#fff,#3b82f6);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:32px;font-weight:800;line-height:1.2}.subtitle{color:#94a3b8;margin:0;font-size:16px;line-height:1.5}.save-draft-btn,.preview-btn{cursor:pointer;border:none;border-radius:10px;outline:none;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.save-draft-btn{color:#94a3b8;background:0 0;border:1px solid #475569}.save-draft-btn:hover{color:#e2e8f0;background:#ffffff0d;border-color:#64748b}.save-draft-btn:active{transform:translateY(1px)}.preview-btn{color:#fff;background:#3b82f6;border:1px solid #2563eb}.preview-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.preview-btn:active{transform:translateY(0)}.property-form-container{flex-direction:column;gap:32px;display:flex}.form-section{color:#e2e8f0;background:#1e293b;border:1px solid #334155;border-radius:16px;padding:32px;transition:all .3s;box-shadow:0 1px 3px #0000001a}.form-section:hover{border-color:#475569}.section-header{border-bottom:1px solid #334155;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:32px;padding-bottom:16px;display:flex}.section-header h2{color:#fff;margin:0;font-size:20px;font-weight:700;line-height:1.4}.required-badge,.info-badge{white-space:nowrap;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600}.required-badge{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d}.info-badge{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f64d}.property-details-section{background:#0f172a80;border:1px solid #3341554d;border-radius:12px;margin-top:16px;padding:24px}.details-section{border-bottom:1px solid #3341554d;margin-bottom:32px;padding-bottom:24px}.details-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.details-subtitle{color:#e2e8f0;border-bottom:2px solid #3b82f64d;align-items:center;gap:8px;margin-bottom:20px;padding-bottom:10px;font-size:16px;font-weight:600;display:flex}.details-subtitle:before{content:"";background:#3b82f6;border-radius:50%;width:6px;height:6px;display:block}.form-grid{grid-template-columns:repeat(1,1fr);gap:24px;display:grid}@media (min-width:768px){.form-grid{grid-template-columns:repeat(2,1fr)}}.full-width{grid-column:1/-1}.form-group{flex-direction:column;gap:8px;display:flex;position:relative}.form-label{color:#e2e8f0;align-items:center;gap:4px;font-size:14px;font-weight:600;line-height:1.4;display:flex}.required{color:#ef4444;font-size:16px;line-height:1}.form-input,.form-select,.form-textarea{border:1px solid #475569;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s;color:#fff!important;background:#0f172a!important}.form-input:hover,.form-select:hover,.form-textarea:hover{border-color:#64748b;background:#0f172a!important}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a;background:#0f172a!important;border-color:#3b82f6!important}.form-input::placeholder,.form-textarea::placeholder{color:#94a3b8;opacity:.7}.form-input.error{background:#ef44440d!important;border-color:#ef4444!important}.form-input.error:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.form-input.success{background:#10b9810d!important;border-color:#10b981!important}.form-input.success:focus{border-color:#10b981!important;box-shadow:0 0 0 3px #10b9811a!important}.hint-text{color:#94a3b8;margin-top:4px;font-size:12px;font-style:italic;line-height:1.4}.form-select{appearance:none;cursor:pointer;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-position:right 12px center;background-repeat:no-repeat;background-size:20px;padding-right:40px}.form-select:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233b82f6'%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")}.form-select option{color:#fff;background:#0f172a;border:none;padding:12px}.form-textarea{resize:vertical;min-height:100px;font-family:inherit;line-height:1.5}.property-type-selector{flex-wrap:wrap;gap:12px;display:flex}.type-btn{color:#94a3b8;cursor:pointer;background:#ffffff0d;border:none;border-radius:8px;outline:none;align-items:center;gap:8px;padding:12px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:flex}.type-btn:hover{color:#e2e8f0;background:#ffffff1a;transform:translateY(-1px)}.type-btn.active{color:#3b82f6;background:#3b82f626;border:1px solid #3b82f6;box-shadow:0 2px 4px #3b82f633}.type-btn:active{transform:translateY(0)}.price-input-group{gap:12px;display:flex}.price-input-group .form-input{flex:1;min-width:0}.price-unit{color:#fff;cursor:pointer;appearance:none;background:#0f172a 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") right 12px center/20px no-repeat;border:1px solid #475569;border-radius:8px;min-width:140px;padding:12px 40px 12px 16px;font-family:inherit;font-size:14px;transition:all .2s}.price-unit:hover{border-color:#64748b}.price-unit:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233b82f6'%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");border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.counter-group{align-items:center;gap:8px;display:flex}.counter-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-family:inherit;font-size:18px;transition:all .2s;display:flex}.counter-btn:hover{background:#1e293b;border-color:#64748b;transform:translateY(-1px)}.counter-btn:active{transform:translateY(0)}.counter-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.counter-input{color:#fff;text-align:center;background:#0f172a;border:1px solid #475569;border-radius:8px;outline:none;width:80px;padding:8px;font-family:inherit;font-size:16px;font-weight:600;transition:all .2s}.counter-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.counter-input:hover{border-color:#64748b}.checkbox-group{border-top:1px solid #334155;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-top:24px;padding-top:24px;display:grid}.checkbox-label{cursor:pointer;-webkit-user-select:none;user-select:none;background:#0f172a80;border:1px solid #334155;border-radius:8px;align-items:center;gap:12px;min-height:52px;padding:14px 16px;transition:all .2s;display:flex;position:relative}.checkbox-label:hover{background:#ffffff0d;border-color:#475569;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.checkbox-input{opacity:0;cursor:pointer;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.checkbox-custom{z-index:1;background:#ffffff0d;border:2px solid #475569;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .2s;display:flex;position:relative}.checkbox-input:checked+.checkbox-custom{background:#3b82f6;border-color:#3b82f6;animation:.2s ease-out checkmark}.checkbox-input:checked+.checkbox-custom:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;transform:rotate(45deg)translate(-1px,-1px)}@keyframes checkmark{0%{transform:scale(.8)}50%{transform:scale(1.1)}to{transform:scale(1)}}.checkbox-text{color:#e2e8f0;-webkit-user-select:none;user-select:none;cursor:pointer;z-index:1;flex:1;font-size:14px;font-weight:500}.checkbox-input:focus-visible+.checkbox-custom{outline-offset:2px;outline:2px solid #3b82f6;box-shadow:0 0 0 3px #3b82f61a}.checkbox-label.error{background:#ef44440d;border-color:#ef4444}.checkbox-label.error .checkbox-custom{border-color:#ef4444}.checkbox-label.success{background:#10b9810d;border-color:#10b981}.checkbox-label.success .checkbox-custom{border-color:#10b981}.checkbox-wrapper{cursor:pointer;background:#0f172a80;border:1px solid #334155;border-radius:8px;align-items:center;gap:12px;padding:12px;transition:all .2s;display:flex}.checkbox-wrapper:hover{background:#ffffff0d;border-color:#475569}.checkbox-wrapper .checkbox-input{display:none}.checkbox-wrapper .checkbox-label{color:#e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none;flex:1;margin:0;font-size:14px;font-weight:500}.checkbox-wrapper .checkbox-input+.checkbox-label:before{content:"";vertical-align:middle;border:2px solid #475569;border-radius:4px;flex-shrink:0;width:20px;height:20px;margin-right:12px;transition:all .2s;display:inline-block}.checkbox-wrapper .checkbox-input:checked+.checkbox-label:before{background-color:#3b82f6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:14px;border-color:#3b82f6}.image-upload-section{flex-direction:column;gap:24px;display:flex}.image-upload-box{text-align:center;cursor:pointer;background:#ffffff05;border:2px dashed #475569;border-radius:16px;padding:48px 24px;transition:all .3s;position:relative}.image-upload-box:hover{background:#3b82f60d;border-color:#3b82f6;transform:translateY(-2px)}.image-upload-box:active{transform:translateY(0)}.upload-icon{opacity:.7;color:#94a3b8;margin-bottom:16px;font-size:48px;transition:all .3s}.image-upload-box:hover .upload-icon{opacity:1;color:#3b82f6;transform:scale(1.1)}.upload-text{color:#fff;margin-bottom:8px;font-size:18px;font-weight:600;transition:all .3s}.image-upload-box:hover .upload-text{color:#3b82f6}.upload-subtext{color:#94a3b8;font-size:14px;transition:all .3s}.image-upload-box:hover .upload-subtext{color:#64748b}.image-upload-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;display:grid}.preview-image{object-fit:cover;width:100%;height:120px;transition:transform .3s;display:block}.image-preview-item:hover .preview-image{transform:scale(1.05)}.remove-image-btn{color:#fff;cursor:pointer;opacity:0;background:#ef4444e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:14px;line-height:1;transition:all .2s;display:flex;position:absolute;top:8px;right:8px;transform:scale(.8)}.image-preview-item:hover .remove-image-btn{opacity:1;transform:scale(1)}.image-name{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;background:#000000b3;padding:8px;font-size:12px;transition:all .2s;overflow:hidden}.image-preview-item:hover .image-name{background:#000000e6}.form-actions{border-top:1px solid #334155;flex-wrap:wrap;justify-content:flex-end;gap:16px;margin-top:32px;padding-top:32px;display:flex}.cancel-btn,.save-btn,.submit-btn{cursor:pointer;border:none;border-radius:10px;outline:none;padding:14px 32px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.cancel-btn{color:#94a3b8;background:0 0;border:1px solid #475569!important}.cancel-btn:hover{color:#e2e8f0;background:#ffffff0d;transform:translateY(-2px);border-color:#64748b!important}.cancel-btn:active{transform:translateY(0)}.save-btn{color:#fff;background:#475569;border:1px solid #334155}.save-btn:hover{background:#64748b;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.save-btn:active{transform:translateY(0)}.submit-btn{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:1px solid #1e40af;position:relative;overflow:hidden}.submit-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.submit-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.submit-btn:hover:before{left:100%}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-message{color:#10b981;background:#10b9811a;border:1px solid #10b9814d;border-radius:8px;align-items:center;gap:8px;margin-top:16px;padding:8px 16px;font-size:14px;font-weight:500;display:flex}.success-message:before{content:"✓";font-weight:700}.property-category-indicator{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 16px;font-size:14px;display:flex}.property-category-indicator:before{content:"📋";font-size:16px}.media-count-badge{color:#3b82f6;background:#3b82f61a;border-radius:20px;align-items:center;gap:4px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.section-header-content{align-items:center;gap:12px;display:flex}.section-header-actions{gap:8px;display:flex}.clear-all-btn{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s}.clear-all-btn:hover{background:#ef444433;transform:translateY(-1px)}.image-preview-item{background:#ffffff0d;border:1px solid #334155;border-radius:12px;transition:all .2s;position:relative;overflow:hidden}.image-preview-item.error{background:#ef44440d;border-color:#ef4444}.image-preview-item:hover{border-color:#475569;transform:translateY(-4px);box-shadow:0 4px 12px #0003}.preview-image{object-fit:cover;width:100%;height:150px;display:block}.remove-image-btn{color:#fff;cursor:pointer;z-index:10;background:#ef4444e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:14px;line-height:1;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}.remove-image-btn:hover{background:#dc2626;transform:scale(1.1)}.image-info{background:#00000080;padding:12px}.image-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:13px;font-weight:500;overflow:hidden}.image-details{color:#94a3b8;justify-content:space-between;align-items:center;font-size:11px;display:flex}.image-size{color:#60a5fa;background:#3b82f61a;border-radius:10px;padding:2px 6px}.image-format{color:#f59e0b;background:#f59e0b1a;border-radius:10px;padding:2px 6px}.image-error{color:#ef4444;background:#ef44441a;border-left:3px solid #ef4444;border-radius:4px;margin-top:4px;padding:4px 6px;font-size:11px}.upload-progress{z-index:5;background:#000000b3;align-items:center;height:24px;padding:0 12px;display:flex;position:absolute;bottom:0;left:0;right:0}.progress-text{color:#fff;min-width:32px;margin-left:8px;font-size:11px;font-weight:600}.video-upload-section{flex-direction:column;gap:24px;display:flex}.video-upload-box{text-align:center;cursor:pointer;background:#ffffff05;border:2px dashed #475569;border-radius:16px;padding:48px 24px;transition:all .3s;position:relative}.video-upload-box:hover{background:#3b82f60d;border-style:solid;border-color:#3b82f6;transform:translateY(-2px)}.video-upload-box .upload-icon{opacity:.7;color:#94a3b8;margin-bottom:16px;font-size:48px;transition:all .3s}.video-upload-box:hover .upload-icon{opacity:1;color:#3b82f6;transform:scale(1.1)}.video-upload-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.video-preview-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.video-preview-item.error{background:#ef44440d;border-color:#ef4444}.video-preview-wrapper{background:#000;width:100%;height:200px;position:relative;overflow:hidden}.preview-video{object-fit:cover;border-radius:8px 8px 0 0;width:100%;height:100%;display:block}.remove-video-btn{color:#fff;cursor:pointer;z-index:10;background:#ef4444e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:14px;line-height:1;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}.remove-video-btn:hover{background:#dc2626;transform:scale(1.1)}.video-info{background:#00000080;padding:12px}.video-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:13px;font-weight:500;overflow:hidden}.video-details{color:#94a3b8;justify-content:space-between;align-items:center;font-size:11px;display:flex}.video-size{color:#60a5fa;background:#3b82f61a;border-radius:10px;padding:2px 6px}.video-format{color:#f59e0b;background:#f59e0b1a;border-radius:10px;padding:2px 6px}.video-error{color:#ef4444;background:#ef44441a;border-left:3px solid #ef4444;border-radius:4px;margin-top:4px;padding:4px 6px;font-size:11px}.image-summary,.video-summary{background:#ffffff05;border:1px solid #334155;border-radius:8px;justify-content:space-between;align-items:center;margin-top:16px;padding:16px;display:flex}.image-summary p,.video-summary p{color:#94a3b8;margin:0;font-size:14px}.add-more-btn{color:#3b82f6;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.add-more-btn:hover{background:#3b82f633;transform:translateY(-1px)}@media (max-width:768px){.add-properties{padding:16px}.page-header{text-align:center;flex-direction:column;gap:16px;padding:24px}.header-content h1{font-size:24px}.header-actions{flex-wrap:wrap;justify-content:center;width:100%}.save-draft-btn,.preview-btn{flex:1;min-width:140px}.form-section{padding:20px}.section-header{flex-direction:column;align-items:flex-start;gap:8px}.property-type-selector{flex-direction:column}.type-btn{justify-content:center;width:100%}.price-input-group{flex-direction:column}.price-unit{min-width:100%}.form-actions{flex-direction:column;gap:12px}.cancel-btn,.save-btn,.submit-btn{width:100%}.checkbox-group{grid-template-columns:repeat(2,1fr);gap:10px}.checkbox-label{min-height:48px;padding:12px}.image-preview-grid{grid-template-columns:repeat(2,1fr)}.property-details-section{padding:16px}.details-section{margin-bottom:24px;padding-bottom:16px}.checkbox-wrapper{padding:10px}.video-preview-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.video-preview-wrapper{height:180px}.section-header-content{flex-direction:column;align-items:flex-start;gap:8px}.image-summary,.video-summary{text-align:center;flex-direction:column;gap:12px}}@media (max-width:480px){.add-properties{padding:12px}.page-header{padding:20px}.header-content h1{font-size:20px}.form-section{padding:16px}.image-preview-grid,.checkbox-group{grid-template-columns:1fr}.checkbox-label{min-height:44px}.checkbox-custom{width:20px;height:20px}.section-header h2{font-size:18px}.type-btn{padding:10px 16px;font-size:13px}.counter-btn{width:36px;height:36px}.counter-input{width:70px}.details-subtitle{font-size:14px}.video-preview-grid{grid-template-columns:1fr}.image-preview-grid{grid-template-columns:repeat(2,1fr)}.video-preview-wrapper{height:160px}.preview-image{height:120px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1e293b;border-radius:4px}::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}::selection{color:#fff;background:#3b82f64d}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input,textarea,select,button{font-family:inherit;font-size:inherit;color:#fff}input:-webkit-autofill{-webkit-text-fill-color:white!important;color:#fff!important;border:1px solid #3b82f6!important;transition:background-color 5000s ease-in-out!important;-webkit-box-shadow:inset 0 0 0 1000px #0f172a!important}input:-webkit-autofill:hover{-webkit-text-fill-color:white!important;color:#fff!important;border:1px solid #3b82f6!important;transition:background-color 5000s ease-in-out!important;-webkit-box-shadow:inset 0 0 0 1000px #0f172a!important}input:-webkit-autofill:focus{-webkit-text-fill-color:white!important;color:#fff!important;border:1px solid #3b82f6!important;transition:background-color 5000s ease-in-out!important;-webkit-box-shadow:inset 0 0 0 1000px #0f172a!important}textarea:-webkit-autofill{-webkit-text-fill-color:white!important;color:#fff!important;border:1px solid #3b82f6!important;transition:background-color 5000s ease-in-out!important;-webkit-box-shadow:inset 0 0 0 1000px #0f172a!important}textarea:-webkit-autofill:hover{-webkit-text-fill-color:white!important;color:#fff!important;border:1px solid #3b82f6!important;transition:background-color 5000s ease-in-out!important;-webkit-box-shadow:inset 0 0 0 1000px #0f172a!important}textarea:-webkit-autofill:focus{-webkit-text-fill-color:white!important;color:#fff!important;border:1px solid #3b82f6!important;transition:background-color 5000s ease-in-out!important;-webkit-box-shadow:inset 0 0 0 1000px #0f172a!important}select:-webkit-autofill{-webkit-text-fill-color:white!important;color:#fff!important;border:1px solid #3b82f6!important;transition:background-color 5000s ease-in-out!important;-webkit-box-shadow:inset 0 0 0 1000px #0f172a!important}select:-webkit-autofill:hover{-webkit-text-fill-color:white!important;color:#fff!important;border:1px solid #3b82f6!important;transition:background-color 5000s ease-in-out!important;-webkit-box-shadow:inset 0 0 0 1000px #0f172a!important}select:-webkit-autofill:focus{-webkit-text-fill-color:white!important;color:#fff!important;border:1px solid #3b82f6!important;transition:background-color 5000s ease-in-out!important;-webkit-box-shadow:inset 0 0 0 1000px #0f172a!important}.form-input:focus-visible,.form-select:focus-visible,.form-textarea:focus-visible,.type-btn:focus-visible,.counter-btn:focus-visible,.save-draft-btn:focus-visible,.preview-btn:focus-visible,.cancel-btn:focus-visible,.save-btn:focus-visible,.submit-btn:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.form-group.valid:after{content:"✓";color:#10b981;z-index:1;font-size:14px;font-weight:700;position:absolute;top:38px;right:12px}.form-input:disabled,.form-select:disabled,.form-textarea:disabled,.type-btn:disabled,.counter-btn:disabled,.save-draft-btn:disabled,.preview-btn:disabled,.cancel-btn:disabled,.save-btn:disabled,.submit-btn:disabled{opacity:.5;cursor:not-allowed}.form-input:disabled:hover,.form-select:disabled:hover,.form-textarea:disabled:hover{border-color:#475569;background:#0f172a!important}input[type=tel]{letter-spacing:.5px;font-family:Courier New,monospace,system-ui}.loading-overlay{z-index:1000;background:#0f172ae6;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex;position:fixed;inset:0}.loading-overlay p{color:#fff;font-size:16px;font-weight:500}.tooltip{display:inline-block;position:relative}.tooltip .tooltip-text{visibility:hidden;color:#e2e8f0;text-align:center;z-index:1;opacity:0;background-color:#1e293b;border:1px solid #334155;border-radius:6px;width:200px;padding:8px;font-size:12px;transition:opacity .3s;position:absolute;bottom:125%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.tooltip:hover .tooltip-text{visibility:visible;opacity:1}.tooltip .tooltip-text:after{content:"";border:5px solid #0000;border-top-color:#1e293b;margin-left:-5px;position:absolute;top:100%;left:50%}.char-counter{text-align:right;color:#94a3b8;margin-top:4px;font-size:12px}.char-counter.warning{color:#f59e0b}.char-counter.error{color:#ef4444}.add-properties,.page-header,.form-section,.form-input,.form-select,.form-textarea,.type-btn,.counter-btn,.checkbox-custom,.image-upload-box,.image-preview-item,.remove-image-btn,.save-draft-btn,.preview-btn,.cancel-btn,.save-btn,.submit-btn{transition:all .2s ease-in-out}.property-details-section{animation:.3s ease-out slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media print{.add-properties{color:#000;background:#fff}.page-header,.form-section{color:#000;background:#fff;border:1px solid #ddd}.header-actions,.form-actions,.image-upload-box,.remove-image-btn{display:none}.form-input,.form-select,.form-textarea{border:1px solid #ddd;color:#000!important;background:#fff!important}.property-details-section{background:#fff;border:1px solid #ddd}}.field-indicator{vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block}.field-indicator.mandatory{background-color:#ef4444}.field-indicator.optional{background-color:#f59e0b}.field-hint{color:#fff;text-align:center;cursor:help;vertical-align:middle;background-color:#475569;border-radius:50%;width:16px;height:16px;margin-left:4px;font-size:12px;line-height:16px;display:inline-block}.section-expandable{cursor:pointer;position:relative}.section-expandable:after{content:"▼";font-size:12px;transition:transform .3s;position:absolute;top:50%;right:0;transform:translateY(-50%)}.section-expandable.expanded:after{transform:translateY(-50%)rotate(180deg)}.progress-indicator{background:#0f172a80;border:1px solid #334155;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px;display:flex}.progress-step{color:#94a3b8;flex:1;align-items:center;gap:8px;font-size:14px;display:flex;position:relative}.progress-step.active{color:#3b82f6;font-weight:600}.progress-step.completed{color:#10b981}.progress-step:after{content:"";background:#334155;flex:1;height:2px;margin-left:8px}.progress-step:last-child:after{display:none}.progress-step.active:after{background:linear-gradient(90deg,#3b82f6,#334155)}.progress-step.completed:after{background:#10b981}@media (max-width:1024px){.form-grid{grid-template-columns:1fr}.property-details-section .form-grid{grid-template-columns:repeat(1,1fr)}}@media (min-width:1024px){.property-details-section .form-grid{grid-template-columns:repeat(3,1fr)}}.form-group.valid{position:relative}.form-group.valid .form-input,.form-group.valid .form-select{border-color:#10b981!important}.form-group.invalid{position:relative}.form-group.invalid .form-input,.form-group.invalid .form-select{border-color:#ef4444!important}.form-group.required .form-label:after{content:"*";color:#ef4444;margin-left:4px}.form-group{animation:.3s ease-out fadeIn}.form-section{scroll-margin-top:20px}.checkbox-wrapper:hover{transform:translate(4px);box-shadow:0 4px 12px #0000001a}.land-details .form-group{background:#10b9810d;border-left:3px solid #10b981;border-radius:4px;padding-left:12px}.residential-details .form-group{background:#3b82f60d;border-left:3px solid #3b82f6;border-radius:4px;padding-left:12px}.commercial-details .form-group{background:#f59e0b0d;border-left:3px solid #f59e0b;border-radius:4px;padding-left:12px}.manage-properties{background:#0f172a;min-height:100vh;padding:24px}.page-header{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid #334155;border-radius:16px;margin-bottom:32px;padding:32px;position:relative}.header-top{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}.header-content{flex:1;min-width:300px}.header-content h1{background:linear-gradient(90deg,#fff,#3b82f6);-webkit-text-fill-color:transparent;vertical-align:middle;-webkit-background-clip:text;background-clip:text;margin-bottom:5px;font-size:32px;font-weight:800}.subtitle{color:#94a3b8;text-align:start;margin-bottom:0;font-size:16px}.header-stats-corner{text-align:end;flex-wrap:wrap;align-items:flex-end;gap:16px;padding-left:610px;display:flex}.stat-card-corner{text-align:center;background:#ffffff0d;border:1px solid #334155;border-radius:12px;min-width:150px;padding:20px 24px;transition:all .2s}.stat-card-corner:hover{background:#ffffff14;transform:translateY(-2px)}.stat-card-corner .stat-number{color:#3b82f6;margin-bottom:8px;font-size:28px;font-weight:700;display:block}.stat-card-corner .stat-label{color:#94a3b8;justify-content:end;font-size:14px;font-weight:500;display:flex}.controls-section{background:#1e293b;border:1px solid #334155;border-radius:16px;margin-bottom:24px;padding:24px}.search-box{margin-bottom:24px;position:relative}.search-input{color:#fff;background:#ffffff0d;border:1px solid #475569;border-radius:10px;width:100%;padding:14px 20px 14px 48px;font-size:15px;transition:all .2s}.search-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.filter-controls{flex-direction:column;gap:24px;display:flex}@media (min-width:1024px){.filter-controls{flex-direction:row;justify-content:space-between;align-items:center}}.filter-group{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.filter-label{color:#e2e8f0;font-size:14px;font-weight:600}.filter-buttons{flex-wrap:wrap;gap:8px;display:flex}.filter-btn{color:#94a3b8;cursor:pointer;background:#ffffff0d;border:1px solid #475569;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.filter-btn:hover{background:#ffffff1a}.filter-btn.active{color:#3b82f6;background:#3b82f61a;border-color:#3b82f6}.action-buttons{flex-wrap:wrap;gap:12px;display:flex}.export-btn,.add-btn{cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.add-btn{color:#fff;background:#3b82f6;border:none}.add-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.properties-table-container{text-align:center;background:#1e293b;border:1px solid #334155;border-radius:16px;margin-bottom:24px;padding:24px;overflow-x:auto}.properties-table{border-collapse:collapse;width:100%;min-width:1200px}.properties-table th{text-align:center;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-bottom:2px solid #334155;padding:16px;font-size:13px;font-weight:600}.properties-table td{vertical-align:middle;border-bottom:1px solid #334155;padding:20px 16px}.properties-table tbody tr{transition:all .2s}.properties-table tbody tr:hover{background:#ffffff08}.select-all,.property-select{cursor:pointer;width:18px;height:18px}.property-title-cell{min-width:300px}.property-info{align-items:center;gap:12px;display:flex}.property-image{background:#ffffff0d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.property-details{flex:1;min-width:0}.property-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:14px;font-weight:600;display:block;overflow:hidden}.property-id{color:#94a3b8;font-size:12px;display:block}.property-type{border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.property-type.apartment{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f64d}.property-type.villa{color:#10b981;background:#22c55e1a;border:1px solid #22c55e4d}.property-type.commercial{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b4d}.location-cell{color:#e2e8f0;align-items:center;gap:8px;font-size:14px;display:flex}.location-icon{color:#94a3b8;font-size:16px}.property-price{color:#fff;font-size:16px;font-weight:700}.status-badge.pending{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b4d}.status-badge.sold{color:#8b5cf6;background:#8b5cf61a;border:1px solid #8b5cf64d}.stat-cell{color:#e2e8f0;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.stat-icon{opacity:.7;font-size:16px}.date-cell{color:#94a3b8;font-family:monospace;font-size:13px}.action-buttons-cell{gap:8px;display:flex}.view-btn{color:#8b5cf6;background:#8b5cf61a}.view-btn:hover{background:#8b5cf633;transform:scale(1.1)}.summary-section-two-col{grid-template-columns:1fr;gap:24px;margin-top:32px;display:grid}@media (min-width:768px){.summary-section-two-col{grid-template-columns:1fr 1fr}}.summary-card-full{background:#1e293b;border:1px solid #334155;border-radius:16px;height:100%;padding:24px}.summary-card-full h3{color:#fff;margin-bottom:20px;font-size:18px;font-weight:700}.pie-chart-container{flex-direction:column;align-items:center;gap:24px;display:flex}@media (min-width:768px){.pie-chart-container{flex-direction:row;align-items:center}}.pie-chart{background:conic-gradient(#4f46e5 0% 25%,#10b981 25% 50%,#f59e0b 50% 75%,#ef4444 75% 100%);border-radius:50%;flex-shrink:0;width:180px;height:180px;position:relative}.pie-segment{clip-path:polygon(50% 50%,50% 0%,100% 0%,100% 100%,0% 100%,0% 50%);border-radius:50%;width:100%;height:100%;position:absolute}.pie-center{background:#1e293b;border:4px solid #0f172a;border-radius:50%;width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pie-legend{flex:1;min-width:0}.legend-row{background:#ffffff08;border:1px solid #334155;border-radius:8px;align-items:center;margin-bottom:12px;padding:8px 12px;display:flex}.legend-color{border-radius:2px;width:12px;height:12px;margin-right:12px;display:inline-block}.legend-color.segment-1{background-color:#4f46e5}.legend-color.segment-2{background-color:#10b981}.legend-color.segment-3{background-color:#f59e0b}.legend-color.segment-4{background-color:#ef4444}.legend-value{color:#fff;margin:0 20px;font-size:14px;font-weight:600}.legend-growth{border-radius:12px;padding:2px 8px;font-size:12px;font-weight:600}.quick-actions-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.quick-action-btn{color:#e2e8f0;cursor:pointer;text-align:center;background:#ffffff08;border:1px solid #334155;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:100px;padding:16px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.quick-action-btn:hover{background:#ffffff0f;border-color:#475569;transform:translateY(-2px)}.quick-action-btn .icon{opacity:.9;margin-bottom:8px;font-size:24px}@media (max-width:768px){.manage-properties{padding:16px}.page-header{padding:24px}.header-top{flex-direction:column;gap:24px}.header-stats-corner{justify-content:space-between;width:100%}.stat-card-corner{flex:1;min-width:calc(50% - 8px)}.filter-controls{flex-direction:column;align-items:stretch}.action-buttons{justify-content:center}.pie-chart-container{flex-direction:column}.pie-chart{width:150px;height:150px}.pie-center{width:60px;height:60px}.quick-actions-grid{grid-template-columns:1fr}}@media (max-width:1024px){.properties-table-container{border-left:none;border-right:none;border-radius:0;margin-left:-16px;margin-right:-16px}.summary-card-full{padding:20px}}@media (max-width:480px){.header-stats-corner{flex-direction:column}.stat-card-corner{min-width:100%}.filter-buttons{justify-content:center}.action-buttons{flex-direction:column;width:100%}.export-btn,.add-btn{justify-content:center;width:100%}.properties-table{min-width:800px}}.manage-inquiries{color:#f1f5f9;background:#0f172a;min-height:100vh;padding:24px}.page-header{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid #334155;border-radius:16px;margin-bottom:32px;padding:32px;box-shadow:0 4px 20px #0003}.header-stats{flex-wrap:wrap;gap:20px;margin-top:24px;display:flex}.stat-card{text-align:center;background:#ffffff0d;border:1px solid #334155;border-radius:12px;flex:1;min-width:180px;padding:20px 32px;transition:all .2s}.filters-section{background:#1e293b;border:1px solid #334155;border-radius:16px;margin-bottom:24px;padding:24px;box-shadow:0 4px 20px #00000026}.filters-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:768px){.filters-grid{grid-template-columns:2fr 1fr}}.search-wrapper{position:relative}.search-icon{color:#94a3b8;font-size:16px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-input{color:#f1f5f9;background:#ffffff0d;border:1px solid #475569;border-radius:8px;outline:none;width:100%;padding:14px 14px 14px 40px;font-size:15px;transition:all .2s}.search-input::placeholder{color:#94a3b8}.filter-chips{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filter-chip{color:#cbd5e1;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #475569;border-radius:20px;padding:10px 18px;font-size:13px;font-weight:500;transition:all .2s}.filter-chip:hover{color:#f1f5f9;background:#ffffff1a}.filter-chip.active{color:#60a5fa;background:#3b82f633;border-color:#3b82f6;font-weight:600}.table-container{background:#1e293b;border:1px solid #334155;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000026}.table-scroll{overflow-x:auto}.inquiries-table{border-collapse:collapse;width:100%}.inquiries-table thead{background:#ffffff08;border-bottom:2px solid #334155}.inquiries-table th{text-align:center;color:#f8fafc;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;padding:18px 20px;font-size:14px;font-weight:700}.inquiries-table tbody tr{border-bottom:1px solid #334155;transition:background .2s}.inquiries-table tbody tr:hover{background:#ffffff08}.inquiries-table td{color:#e2e8f0;vertical-align:top;padding:18px 20px;font-size:15px}.property-name{color:#f8fafc;font-size:15px;font-weight:600}.client-name{color:#e2e8f0;font-size:15px;font-weight:500}.contact-info{font-size:14px}.contact-email{color:#e2e8f0;margin-bottom:5px}.contact-phone{color:#94a3b8}.type-badge{color:#cbd5e1;background:#ffffff0d;border:1px solid #475569;border-radius:12px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.priority-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:12px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.priority-badge.high{color:#fca5a5;background:#ef444433;border:1px solid #ef44444d}.priority-badge.medium{color:#fcd34d;background:#f59e0b33;border:1px solid #f59e0b4d}.priority-badge.low{color:#86efac;background:#22c55e33;border:1px solid #22c55e4d}.datetime-info{color:#e2e8f0;font-family:Monaco,Consolas,monospace;font-size:14px}.datetime-time{color:#94a3b8;margin-top:4px}.status-dropdown{color:#f1f5f9;cursor:pointer;background:#ffffff0d;border:1px solid #475569;border-radius:8px;outline:none;min-width:140px;padding:10px 14px;font-size:14px;font-weight:600;transition:all .2s}.status-dropdown:hover{background:#ffffff14;border-color:#3b82f6}.status-dropdown:focus{background:#ffffff14;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.notes-text{color:#cbd5e1;text-overflow:ellipsis;white-space:nowrap;max-width:250px;font-size:14px;overflow:hidden}.empty-state{text-align:center;color:#94a3b8;padding:48px}.empty-icon{opacity:.6;margin-bottom:16px;font-size:48px}.empty-title{color:#e2e8f0;margin-bottom:8px;font-size:18px;font-weight:600}.empty-subtitle{color:#94a3b8;font-size:14px}.quick-actions{background:#1e293b;border:1px solid #334155;border-radius:16px;margin-top:24px;padding:24px;box-shadow:0 4px 20px #00000026}.quick-actions-title{color:#f8fafc;margin-bottom:20px;font-size:18px;font-weight:700}.actions-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;display:grid}.action-button{color:#e2e8f0;cursor:pointer;background:#ffffff08;border:1px solid #334155;border-radius:12px;flex-direction:column;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex}.action-button:hover{background:#ffffff0f;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f633}.action-icon{font-size:24px}.action-text{color:#e2e8f0;font-size:13px;font-weight:500}.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 (max-width:1024px){.header-stats{grid-template-columns:repeat(2,1fr);display:grid}}@media (max-width:768px){.manage-inquiries{padding:16px}.page-header{padding:24px}.header-stats{grid-template-columns:repeat(2,1fr)}.filters-grid{grid-template-columns:1fr}.filter-chips{justify-content:flex-start}.inquiries-table th,.inquiries-table td{padding:12px 16px;font-size:13px}}@media (max-width:480px){.stat-card{padding:16px}.stat-number{font-size:28px}.actions-grid{grid-template-columns:repeat(2,1fr)}.header-stats{grid-template-columns:1fr}}.add-admins{padding:24px}.page-header{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid #334155;border-radius:16px;margin-bottom:32px;padding:32px}.subtitle{color:#94a3b8;margin-bottom:24px;font-size:16px}.header-stats{grid-template-columns:2fr 1fr 1fr;gap:20px;margin-top:24px;display:grid}@media (max-width:768px){.header-stats{grid-template-columns:1fr}}.stat-card{text-align:center;background:#ffffff0d;border:1px solid #334155;border-radius:12px;padding:20px;transition:all .2s}.stat-card.large{background:linear-gradient(135deg,#3b82f626,#1d4ed81a);border:1px solid #3b82f64d}.stat-card:hover{background:#ffffff14;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-card.large:hover{background:linear-gradient(135deg,#3b82f633,#1d4ed826)}.stat-number{color:#3b82f6;margin-bottom:8px;font-size:28px;font-weight:700;display:block}.stat-card.large .stat-number{color:#60a5fa;font-size:36px}.stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:500}.admin-tabs{background:#1e293b;border:1px solid #334155;border-radius:16px;overflow:hidden}.tab-buttons{background:#0003;border-bottom:1px solid #334155;padding:0 24px;display:flex;overflow-x:auto}.tab-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:8px;padding:20px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.tab-btn:hover{color:#e2e8f0;background:#ffffff08}.tab-btn.active{color:#3b82f6;background:#3b82f60d;border-bottom-color:#3b82f6}.tab-icon{font-size:18px}.tab-content{padding:32px}.form-grid-simple{grid-template-columns:1fr 1fr;gap:1.5rem;max-width:800px;margin:0 auto;display:grid}.basic-info-section{background:#ffffff05;border:1px solid #334155;border-radius:12px;max-width:900px;margin:0 auto;padding:2rem}.basic-info-section h3{color:#e2e8f0;border-bottom:1px solid #334155;margin-bottom:1.5rem;padding-bottom:12px;font-size:1.25rem;font-weight:600}.form-actions-centered{border-top:1px solid #334155;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}.cancel-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #475569;border-radius:8px;padding:.75rem 2rem;font-weight:600;transition:all .2s}.cancel-btn:hover:not(:disabled){background:#ffffff0d;border-color:#94a3b8}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 2.5rem;font-size:14px;font-weight:600;transition:all .2s;display:flex}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.form-input[type=password]{letter-spacing:1px}.api-message{text-align:center;border:1px solid #0000;border-radius:10px;max-width:800px;margin:1.5rem auto 2rem;padding:1rem 1.5rem;font-size:14px;font-weight:500;animation:.3s slideIn}.api-message.success{color:#10b981;background:#22c55e1a;border-color:#22c55e33}.api-message.error{color:#ef4444;background:#ef44441a;border-color:#ef444433}.loading-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-right:8px;animation:1s ease-in-out infinite spin;display:inline-block}.loading-container{background:#ffffff05;border:1px solid #334155;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;margin:1rem 0;padding:4rem;display:flex}.loading-container .loading-spinner{border:3px solid #3b82f633;border-top-color:#3b82f6;width:40px;height:40px;margin-bottom:1rem}.loading-container p{color:#94a3b8;font-size:1rem}.loading-hint{color:#64748b;margin-top:.5rem;font-size:.85rem}.no-data{background:#ffffff05;border:1px solid #334155;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;margin:1rem 0;padding:4rem;display:flex}.no-data p{color:#94a3b8;font-size:1.1rem}.no-data.error{background:#ef44440d;border:1px solid #ef444433}.no-data.error p{color:#ef4444}.form-input:disabled,.form-select:disabled{cursor:not-allowed;opacity:.7;background:#ffffff08;border-color:#475569}.cancel-btn:disabled,.submit-btn:disabled,.export-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.form-group{margin-bottom:20px}.form-label{color:#e2e8f0;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.required{color:#ef4444}.form-input{color:#fff;background:#ffffff0d;border:1px solid #475569;border-radius:8px;width:100%;padding:12px 16px;font-size:14px;transition:all .2s}.form-input.error{border-color:#ef4444;box-shadow:0 0 0 1px #ef444433}.form-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder{color:#94a3b8}.error-message{color:#ef4444;align-items:center;gap:4px;margin-top:6px;font-size:12px;display:flex}.error-message:before{content:"⚠";font-size:14px}.input-hint{color:#64748b;margin-top:6px;font-size:12px}.table-info{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;margin-bottom:16px;padding:10px 16px;font-size:14px;font-weight:500}.refresh-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.refresh-btn:hover{background:#2563eb;transform:translateY(-1px)}.manage-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.manage-header h2{color:#fff;font-size:24px;font-weight:700}.header-actions{gap:12px;display:flex}.export-btn,.bulk-action-btn{cursor:pointer;color:#94a3b8;background:0 0;border:1px solid #475569;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.export-btn:hover:not(:disabled),.bulk-action-btn:hover{color:#e2e8f0;background:#ffffff0d}.admins-table-container{border:1px solid #334155;border-radius:12px;margin-bottom:32px;overflow-x:auto}.admins-table{border-collapse:collapse;width:100%;min-width:1000px}.modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-container{background-color:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;animation:.3s ease-out modalSlideIn;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h2{color:#111827;margin:0;font-size:20px;font-weight:600}.modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:4px;font-size:24px;line-height:1}.modal-close:hover{color:#374151}.modal-body{padding:24px}.modal-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;display:flex}.modal-actions .cancel-btn{color:#374151;cursor:pointer;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:10px 20px;font-weight:500;transition:all .2s}.modal-actions .cancel-btn:hover:not(:disabled){background-color:#e5e7eb}.modal-actions .submit-btn{color:#fff;cursor:pointer;background-color:#3b82f6;border:1px solid #3b82f6;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-weight:500;transition:all .2s;display:flex}.modal-actions .submit-btn:hover:not(:disabled){background-color:#2563eb}.modal-actions .submit-btn:disabled{opacity:.5;cursor:not-allowed}.modal-body .form-group{margin-bottom:16px}.modal-body .form-label{color:#374151;margin-bottom:6px;font-size:14px;font-weight:500;display:block}.modal-body .form-input{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:10px 12px;font-size:14px;transition:border-color .2s}.modal-body .form-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.modal-body .form-input.error{border-color:#ef4444}.modal-body .form-input:disabled{cursor:not-allowed;background-color:#f9fafb}.modal-body .error-message{color:#ef4444;margin-top:4px;font-size:12px}.modal-body .input-hint{color:#6b7280;margin-top:4px;font-size:12px;font-style:italic}.admins-table th{text-align:center;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;background:#0003;border-bottom:2px solid #334155;padding:16px;font-size:11px;font-weight:700}.admins-table td{vertical-align:middle;border-bottom:1px solid #334155;padding:20px 16px}.admins-table tbody tr{transition:all .2s}.admins-table tbody tr:hover{background:#ffffff08}.admin-cell{min-width:80px}.admin-info{justify-content:center;align-items:center;display:flex}.admin-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:700;display:flex}.admin-name-text{color:#fff;font-size:15px;font-weight:600}.admin-email{color:#94a3b8;font-size:13px}.mobile-number{color:#94a3b8;white-space:nowrap;font-family:monospace;font-size:13px}.role-badge{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.status-badge{border-radius:20px;padding:6px 16px;font-size:12px;font-weight:600;display:inline-block}.status-badge.active{color:#10b981;background:#22c55e1a;border:1px solid #22c55e4d}.status-badge.inactive{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d}.action-buttons{justify-content:center;gap:8px;display:flex}.action-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex}.edit-btn{color:#10b981;background:#22c55e1a}.edit-btn:hover{background:#22c55e33;transform:scale(1.1)}.deactivate-btn{color:#f59e0b;background:#f59e0b1a}.deactivate-btn:hover{background:#f59e0b33;transform:scale(1.1)}.activate-btn{color:#3b82f6;background:#3b82f61a}.activate-btn:hover{background:#3b82f633;transform:scale(1.1)}.delete-btn{color:#ef4444;background:#ef44441a}.delete-btn:hover{background:#ef444433;transform:scale(1.1)}.recent-activity{background:#ffffff08;border:1px solid #334155;border-radius:12px;padding:24px}.recent-activity h3{color:#fff;margin-bottom:20px;font-size:18px;font-weight:700}.activity-list{flex-direction:column;gap:16px;display:flex}.activity-item{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;align-items:flex-start;gap:16px;padding:16px;transition:all .2s;display:flex}.activity-item:hover{background:#ffffff0a;transform:translate(4px)}.activity-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.activity-icon.success{color:#10b981;background:#22c55e1a;border:1px solid #22c55e4d}.activity-icon.info{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f64d}.activity-content{flex:1}.activity-content p{color:#fff;margin-bottom:4px;font-size:14px;font-weight:500}.activity-time{color:#94a3b8;font-size:12px}.roles-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}.roles-header h2{color:#fff;font-size:24px;font-weight:700}.add-role-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.add-role-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.roles-grid{grid-template-columns:repeat(1,1fr);gap:24px;display:grid}@media (min-width:768px){.roles-grid{grid-template-columns:repeat(2,1fr)}}.role-card{background:#ffffff08;border:1px solid #334155;border-radius:16px;padding:24px;transition:all .3s}.role-card:hover{background:#ffffff0d;border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 8px 25px #0003}.role-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.role-header h3{color:#fff;font-size:18px;font-weight:700}.role-users{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:600}.role-description{color:#94a3b8;margin-bottom:20px;font-size:14px;line-height:1.5}.role-permissions{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.permission-tag{color:#94a3b8;white-space:nowrap;background:#ffffff0d;border:1px solid #475569;border-radius:12px;padding:4px 10px;font-size:11px}.role-actions{gap:12px;display:flex}.edit-role-btn,.manage-users-btn{cursor:pointer;border-radius:8px;flex:1;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.edit-role-btn{color:#94a3b8;background:0 0;border:1px solid #475569}.edit-role-btn:hover{color:#3b82f6;background:#ffffff0d;border-color:#3b82f6}.manage-users-btn{color:#fff;background:#3b82f6;border:none}.manage-users-btn:hover{background:#2563eb;transform:translateY(-2px)}.log-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.log-header h2{color:#fff;font-size:24px;font-weight:700}.log-filters{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.filter-select,.date-filter{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #475569;border-radius:8px;padding:10px 16px;font-size:14px}.export-log-btn{cursor:pointer;color:#94a3b8;background:0 0;border:1px solid #475569;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.export-log-btn:hover{background:#ffffff0d}.log-table-container{margin-bottom:32px;overflow-x:auto}.log-table{border-collapse:collapse;width:100%;min-width:1000px}.log-table th{text-align:left;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-bottom:2px solid #334155;padding:16px;font-size:13px;font-weight:600}.log-table td{vertical-align:middle;border-bottom:1px solid #334155;padding:16px}.log-time{color:#94a3b8;white-space:nowrap;font-family:monospace;font-size:13px}.log-admin{color:#fff;font-size:14px;font-weight:600}.log-action{color:#e2e8f0;font-size:14px;font-weight:500}.log-details{color:#94a3b8;max-width:300px;font-size:14px;line-height:1.4}.log-ip{color:#94a3b8;font-family:monospace;font-size:13px}.log-status{border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.log-status.success{color:#10b981;background:#22c55e1a;border:1px solid #22c55e4d}.log-summary{background:#ffffff08;border:1px solid #334155;border-radius:16px;padding:24px}.log-summary h4{color:#fff;margin-bottom:20px;font-size:18px;font-weight:700}.summary-stats{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (min-width:768px){.summary-stats{grid-template-columns:repeat(4,1fr)}}.summary-stats .stat-item{text-align:center;background:#ffffff05;border:1px solid #334155;border-radius:12px;padding:16px}.summary-stats .stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:600;display:block}.stat-value{color:#3b82f6;font-size:24px;font-weight:700;display:block}.add-admin-form .form-header{margin-bottom:32px}.add-admin-form h2{color:#fff;margin-bottom:8px;font-size:24px;font-weight:700}.form-subtitle{color:#94a3b8;font-size:15px}@media (max-width:768px){.add-admins{padding:16px}.page-header{padding:24px}.tab-buttons{padding:0 16px}.tab-btn{padding:16px;font-size:13px}.tab-content{padding:24px}.form-grid-simple{grid-template-columns:1fr;gap:1rem}.basic-info-section{padding:1.5rem}.form-actions-centered{flex-direction:column;gap:.75rem}.cancel-btn,.submit-btn{width:100%;padding:.875rem 1.5rem}.header-actions{flex-direction:column;width:100%}.export-btn,.bulk-action-btn{justify-content:center;width:100%}.roles-header{flex-direction:column;align-items:stretch}.add-role-btn{justify-content:center;width:100%}.log-filters{flex-direction:column;align-items:stretch}.filter-select,.date-filter,.export-log-btn{width:100%}}@media (max-width:480px){.basic-info-section{padding:1rem}.cancel-btn,.submit-btn{padding:.75rem 1.25rem;font-size:13px}}.analysis-reports{max-width:1400px;margin:0 auto;padding:24px}.page-header{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid #334155;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px;padding:32px;display:flex}.header-content h1{background:linear-gradient(90deg,#fff,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:32px;font-weight:800}.subtitle{color:#94a3b8;max-width:600px;font-size:16px}.header-actions{flex-wrap:wrap;gap:12px;display:flex}.generate-btn,.export-btn,.schedule-btn{cursor:pointer;white-space:nowrap;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.generate-btn{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none}.generate-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.export-btn{color:#94a3b8;background:0 0;border:1px solid #475569}.export-btn:hover{background:#ffffff0d}.schedule-btn{color:#f59e0b;background:0 0;border:1px solid #f59e0b4d}.reports-container{flex-direction:column;gap:24px;display:flex}.reports-content{flex-direction:column;gap:32px;display:flex}.content-header{background:#1e293b;border:1px solid #334155;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:24px;display:flex}.header-left h2{color:#fff;margin-bottom:8px;font-size:24px;font-weight:700}.report-period{color:#94a3b8;font-size:14px}.header-right{align-items:center;gap:20px;display:flex}.time-selector{align-items:center;gap:12px;display:flex}.time-label{color:#e2e8f0;white-space:nowrap;font-size:14px;font-weight:500}.time-select{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #475569;border-radius:8px;min-width:140px;padding:10px 16px;font-size:14px}.compare-toggle{cursor:pointer;align-items:center;gap:12px;display:flex}.toggle-input{display:none}.toggle-slider{background:#475569;border-radius:12px;width:44px;height:24px;transition:all .3s;position:relative}.toggle-slider:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s;position:absolute;top:2px;left:2px}.toggle-input:checked+.toggle-slider{background:#3b82f6}.toggle-input:checked+.toggle-slider:before{transform:translate(20px)}.toggle-label{color:#e2e8f0;white-space:nowrap;font-size:14px;font-weight:500}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.metric-card{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:24px;transition:all .3s}.metric-card:hover{background:#ffffff08;transform:translateY(-4px);box-shadow:0 8px 25px #0003}.metric-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.metric-label{color:#94a3b8;font-size:14px;font-weight:600}.metric-change{border-radius:12px;padding:4px 10px;font-size:13px;font-weight:700}.metric-change.up{color:#10b981;background:#22c55e1a;border:1px solid #22c55e4d}.metric-change.down{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d}.metric-value{color:#fff;background:linear-gradient(90deg,#fff,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:32px;font-weight:800}.metric-progress{background:#ffffff0d;border-radius:3px;height:6px;overflow:hidden}.progress-bar{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:3px;height:100%;transition:width 1s}.charts-section{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:1024px){.charts-section{grid-template-columns:2fr 1fr}}.chart-card{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:24px}.chart-card.large{grid-column:1}@media (min-width:1024px){.chart-card.large{grid-column:1}}.chart-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.chart-header h3{color:#fff;font-size:18px;font-weight:700}.chart-legend{flex-wrap:wrap;gap:20px;display:flex}.legend-item{color:#94a3b8;align-items:center;gap:8px;font-size:14px;display:flex}.legend-dot{border-radius:50%;width:12px;height:12px}.legend-dot.actual{background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.legend-dot.target{background:linear-gradient(135deg,#10b981,#34d399)}.chart-container{gap:20px;height:300px;display:flex}.chart-y-axis{flex-direction:column;justify-content:space-between;min-width:60px;padding-bottom:40px;display:flex}.y-label{color:#64748b;text-align:right;padding-right:8px;font-size:12px;font-weight:500}.chart-bars{flex:1;justify-content:space-around;align-items:flex-end;gap:16px;padding-bottom:40px;display:flex}.bar-group{flex-direction:column;flex:1;align-items:center;gap:4px;height:100%;display:flex}.bar{border-radius:4px 4px 0 0;width:100%;transition:height .5s}.actual-bar{background:linear-gradient(#8b5cf6,#3b82f6);height:50%;animation:1s ease-out forwards growBar}.target-bar{opacity:.7;background:linear-gradient(#34d399,#10b981);height:40%;animation:1.2s ease-out forwards growBar}.bar-label{color:#94a3b8;white-space:nowrap;margin-top:8px;font-size:12px}@keyframes growBar{0%{height:0}to{height:var(--height)}}.chart-footer{border-top:1px solid #334155;margin-top:24px;padding-top:24px;padding-left:250px;display:grid}.chart-summary{grid-template-columns:repeat(1,1fr);align-items:center;gap:20px;display:grid}@media (min-width:640px){.chart-summary{grid-template-columns:repeat(3,1fr)}}.summary-item{text-align:center;background:#ffffff08;border:1px solid #334155;border-radius:12px;padding:25px}.summary-label{color:#94a3b8;margin-bottom:8px;font-size:13px;font-weight:500;display:block}.summary-value{color:#fff;font-size:20px;font-weight:700;display:block}.summary-value.positive{color:#10b981}.summary-value.negative{color:#ef4444}.pie-chart-container{flex-direction:column;align-items:center;gap:32px;padding:30px 20px;display:flex}@media (min-width:768px){.pie-chart-container{flex-direction:row}}.pie-chart{background:conic-gradient(#3b82f6 0deg 90deg,#10b981 90deg 180deg,#f59e0b 180deg 270deg,#8b5cf6 270deg 360deg);border-radius:50%;width:200px;height:200px;position:relative}.pie-center{background:#1e293b;border-radius:50%;width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pie-legend{flex-direction:column;flex:1;gap:16px;display:flex}.legend-row{background:#ffffff08;border:1px solid #334155;border-radius:10px;align-items:center;gap:12px;padding:12px;display:flex}.legend-color{border-radius:4px;width:16px;height:16px}.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{color:#e2e8f0;flex:1;font-size:14px;font-weight:500}.legend-value{color:#fff;min-width:40px;font-size:16px;font-weight:700}.legend-growth{text-align:center;border-radius:12px;min-width:50px;padding:4px 10px;font-size:13px;font-weight:700}.legend-growth.positive{color:#10b981;background:#22c55e1a;border:1px solid #22c55e4d}.legend-growth.negative{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d}.tables-section{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:1024px){.tables-section{grid-template-columns:1fr 1fr;gap:32px}}.reports-list-section{grid-column:1}.reports-sidebar{background:#1e293b;border:1px solid #334155;border-radius:16px;flex-direction:column;height:100%;display:flex}.sidebar-header{border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:24px;display:flex}.sidebar-header h3{color:#fff;font-size:18px;font-weight:700}.reports-count{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:600}.reports-list{flex:1;max-height:400px;padding:16px;overflow-y:auto}.report-item{cursor:pointer;border:1px solid #0000;border-radius:12px;align-items:center;gap:16px;margin-bottom:12px;padding:16px;transition:all .2s;display:flex}.report-item:hover{background:#ffffff08;border-color:#334155}.report-item.selected{background:#3b82f61a;border-color:#3b82f6;transform:translate(4px)}.report-icon{background:#ffffff0d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.report-item.selected .report-icon{background:#3b82f633}.report-details{flex:1;min-width:0}.report-details h4{color:#fff;margin-bottom:4px;font-size:15px;font-weight:600}.report-description{color:#94a3b8;margin-bottom:8px;font-size:13px;line-height:1.4}.report-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.meta-item{color:#64748b;font-size:11px;font-weight:500}.meta-divider{color:#475569;font-size:10px}.report-arrow{color:#94a3b8;opacity:0;font-size:20px;transition:all .2s}.report-item:hover .report-arrow{opacity:1;transform:translate(4px)}.sidebar-footer{background:#0003;border-top:1px solid #334155;padding:24px}.sidebar-footer h4{color:#fff;margin-bottom:16px;font-size:16px;font-weight:700}.insights-list{flex-direction:column;gap:12px;display:flex}.insight-item{background:#ffffff08;border:1px solid #334155;border-radius:10px;align-items:center;gap:12px;padding:12px;transition:all .2s;display:flex}.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{background:#ffffff0d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex}.insight-content{flex:1;min-width:0}.insight-text{color:#e2e8f0;margin-bottom:2px;font-size:13px;font-weight:500;display:block}.insight-value{font-size:16px;font-weight:700;display:block}.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:1px solid #334155;border-radius:16px;height:100%;padding:24px}.export-card h3{color:#fff;margin-bottom:8px;font-size:18px;font-weight:700}.export-description{color:#94a3b8;margin-bottom:24px;font-size:14px}.export-options{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:32px;display:grid}.export-option{color:#e2e8f0;cursor:pointer;text-align:center;background:#ffffff08;border:1px solid #334155;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:16px;transition:all .2s;display:flex}.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{color:#fff;margin-bottom:16px;font-size:16px;font-weight:700}.schedule-options{flex-wrap:wrap;gap:12px;display:flex}.schedule-select,.schedule-time{color:#fff;background:#ffffff0d;border:1px solid #475569;border-radius:8px;flex:1;min-width:120px;padding:10px 12px;font-size:14px}.schedule-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#3b82f6;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.schedule-btn:hover{background:#2563eb}@media (max-width:768px){.analysis-reports{padding:16px}.page-header{flex-direction:column;align-items:stretch;padding:24px}.header-actions{flex-direction:column;width:100%}.generate-btn,.export-btn,.schedule-btn{justify-content:center;width:100%}.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;min-width:auto;height:40px;padding:0 0 20px}.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{background-color:var(--dark-bg);color:#f1f5f9;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden}.dashboard-container{background-color:var(--dark-bg);width:100vw;height:100vh;display:flex;position:fixed;inset:0;overflow:hidden}.main-content{background:var(--dark-bg);flex-direction:column;flex:1;width:100%;min-width:0;height:100vh;transition:margin-left .3s;display:flex;position:relative;overflow:hidden}.main-content.sidebar-open{margin-left:var(--sidebar-width);width:calc(100vw - var(--sidebar-width))}.main-content.sidebar-collapsed{width:100vw;margin-left:0}.dashboard-content-area{width:100%;height:calc(100vh - var(--header-height));background:var(--dark-bg);scrollbar-width:thin;scrollbar-color:#334155 transparent;flex:1;position:relative;overflow:hidden auto}.dashboard-content-area::-webkit-scrollbar{width:8px}.dashboard-content-area::-webkit-scrollbar-track{background:0 0}.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{width:100vw;margin-left:0}.dashboard-content-area{height:calc(100vh - 60px)}}@media (max-width:768px){.dashboard-content-area{height:calc(100vh - 60px)}}.loading-state{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:400px;display:flex}.loading-spinner{border:3px solid #334155;border-top-color:#3b82f6;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}.error-state{text-align:center;color:#cbd5e1;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:400px;padding:40px;display:flex}.error-icon{color:#ef4444;font-size:48px}.error-message{color:#94a3b8;max-width:400px}.empty-state{text-align:center;background:var(--dark-card);border:2px dashed #334155;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:300px;margin:20px;padding:40px;display:flex}.empty-icon{color:#64748b;font-size:48px}.empty-title{color:#f1f5f9;font-size:18px;font-weight:600}.empty-description{color:#94a3b8;max-width:300px}@media print{.dashboard-container{display:block;position:static;overflow:visible}.main-content{width:100%!important;height:auto!important;margin-left:0!important;overflow:visible!important}.dashboard-content-area{height:auto!important;overflow:visible!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,#1e293bf2,#0f172afa);--shadow-lg:0 20px 25px -5px #0003;--shadow-xl:0 25px 50px -12px #0000004d;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--transition:.2s ease}html,body{-moz-text-size-adjust:100%;text-size-adjust:100%;width:100%;height:100%;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--gradient-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;overflow:hidden}.login-container{min-height:100vh;-webkit-overflow-scrolling:touch;z-index:1;justify-content:center;align-items:center;width:100vw;min-height:100dvh;padding:16px;display:flex;position:fixed;inset:0;overflow:auto}.background-wrapper{width:100vw;height:100vh;z-index:0;pointer-events:none;height:100dvh;position:fixed;top:0;left:0;overflow:hidden}.bg-grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:absolute}.bg-dots{background-image:radial-gradient(circle at 25% 25%,#ffffff05 2px,#0000 2px),radial-gradient(circle at 75% 75%,#ffffff05 2px,#0000 2px);background-size:80px 80px;width:100%;height:100%;position:absolute}.elegant-pattern{opacity:.4;background:radial-gradient(circle at 20% 80%,#14b8a614 0%,#0000 50%),radial-gradient(circle at 80% 20%,#3b82f614 0%,#0000 50%);width:100%;height:100%;position:absolute}.blob{filter:blur(80px);opacity:.1;will-change:transform;border-radius:50%;animation:25s ease-in-out infinite floatBlob;position:absolute}.blob1{background:linear-gradient(135deg,#3b82f6,#14b8a6);width:min(500px,50vw);height:min(500px,50vw);animation-delay:0s;top:-20%;left:-20%}.blob2{background:linear-gradient(135deg,#14b8a6,#f59e0b);width:min(400px,40vw);height:min(400px,40vw);animation-delay:5s;bottom:-15%;right:-15%}.blob3{background:linear-gradient(135deg,#f59e0b,#3b82f6);width:min(300px,30vw);height:min(300px,30vw);animation-delay:10s;top:40%;left:70%}@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;z-index:10;flex-direction:column;max-height:90dvh;padding:0;animation:.6s ease-out fadeInUp;display:flex}.login-card{background:var(--gradient-card);-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-xl);border:1px solid #ffffff1a;flex-direction:column;max-height:100%;padding:clamp(24px,5vw,32px) clamp(20px,4vw,28px);display:flex;position:relative;overflow:hidden auto}.login-card:before{content:"";background:linear-gradient(90deg,var(--secondary-main),var(--accent-amber));border-radius:var(--radius-xl)var(--radius-xl)0 0;height:3px;position:absolute;top:0;left:0;right:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.company-header{text-align:center;flex-shrink:0;margin-bottom:clamp(24px,5vw,28px)}.logo-main-container{flex-direction:column;align-items:center;gap:clamp(16px,3vw,20px);margin-bottom:clamp(16px,3vw,20px);display:flex}@media (min-width:480px){.logo-main-container{text-align:left;flex-direction:row;align-items:center;gap:clamp(20px,4vw,24px)}}.logo-main{flex-shrink:0;width:clamp(80px,20vw,90px);height:clamp(80px,20vw,90px);transition:transform .3s;position:relative}.logo-main:hover{transform:scale(1.05)}.logo-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid #ffffff1a;width:100%;height:100%;position:relative;overflow:hidden}.logo-glass.hover{border-color:#14b8a64d}.logo-glass.pulse{animation:3s ease-in-out infinite gentlePulse}@keyframes gentlePulse{0%,to{box-shadow:0 0 #14b8a61a}50%{box-shadow:0 0 0 4px #14b8a61a}}.logo-image-container{justify-content:center;align-items:center;width:100%;height:100%;padding:8px;display:flex;position:relative}.company-logo-image{object-fit:contain;border-radius:var(--radius-md);width:100%;height:100%}.logo-glow-effect{opacity:0;background:radial-gradient(circle,#14b8a61a 0%,#0000 70%);transition:opacity .3s;position:absolute;inset:0}.logo-glow-effect.active{opacity:1}.company-text-container{flex-direction:column;flex:1;align-items:center;min-width:0;display:flex}@media (min-width:480px){.company-text-container{align-items:flex-start}}.company-name{color:#fff;letter-spacing:.5px;text-align:center;width:100%;margin-bottom:clamp(6px,1.5vw,8px);font-size:clamp(20px,5vw,24px);font-weight:700;line-height:1.2}@media (min-width:480px){.company-name{text-align:left}}.company-subtitle{justify-content:center;width:100%;margin-bottom:clamp(8px,2vw,10px);display:flex}@media (min-width:480px){.company-subtitle{justify-content:flex-start}}.established-badge{background:#14b8a61a;border:1px solid #14b8a633;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;display:inline-flex}.company-since{color:var(--secondary-light);letter-spacing:.5px;font-size:clamp(11px,2.5vw,12px);font-weight:600}.established-icon{font-size:12px}.company-tagline-wrapper{flex-direction:column;align-items:center;width:100%;margin-bottom:clamp(12px,3vw,16px);display:flex}@media (min-width:480px){.company-tagline-wrapper{align-items:flex-start}}.company-tagline{color:var(--neutral-200);letter-spacing:.3px;text-align:center;opacity:.9;font-size:clamp(12px,2.8vw,13px);font-weight:500}@media (min-width:480px){.company-tagline{text-align:left}}.tagline-underline{background:linear-gradient(90deg,var(--secondary-main),transparent);border-radius:1px;width:40px;height:2px;margin-top:4px}.business-tags-container{justify-content:center;width:100%;display:flex}@media (min-width:480px){.business-tags-container{justify-content:flex-start}}.business-tags{flex-wrap:wrap;justify-content:center;gap:clamp(8px,2vw,12px);display:flex}@media (min-width:480px){.business-tags{flex:none;justify-content:flex-start}}.business-tag{border-radius:var(--radius-md);transition:all var(--transition);white-space:nowrap;border:1px solid #0000;flex:1;align-items:center;gap:6px;min-width:0;padding:clamp(6px,1.5vw,8px) clamp(10px,2.5vw,14px);font-size:clamp(11px,2.5vw,12px);font-weight:600;display:inline-flex}.business-tag.construction{color:var(--accent-amber);background:#f59e0b1a;border-color:#f59e0b33}.business-tag.real-estate{color:var(--secondary-main);background:#14b8a61a;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{flex-direction:column;flex:1;margin-bottom:clamp(20px,4vw,24px);display:flex}.form-field{margin-bottom:clamp(16px,3vw,20px)}.field-label{color:var(--neutral-200);flex-wrap:wrap;align-items:center;gap:clamp(6px,1.5vw,8px);margin-bottom:clamp(6px,1.5vw,8px);font-size:clamp(13px,3vw,14px);font-weight:500;display:flex}.label-icon{flex-shrink:0;font-size:clamp(14px,3.5vw,16px)}.input-container{border-radius:var(--radius-md);transition:all var(--transition);background:#0f172acc;border:1px solid #ffffff1a;position:relative;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{color:#fff;appearance:none;background:0 0;border:none;outline:none;width:100%;padding:clamp(12px,3vw,14px);font-family:inherit;font-size:clamp(14px,3.5vw,15px)}.form-input::placeholder{color:#94a3b8;font-size:clamp(13px,3vw,14px)}.input-border{background:var(--secondary-main);width:0;height:2px;transition:all var(--transition);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.input-container:focus-within .input-border{width:100%}.password-toggle{color:var(--neutral-200);cursor:pointer;transition:color var(--transition);-webkit-tap-highlight-color:transparent;background:0 0;border:none;min-width:44px;min-height:44px;padding:4px;font-size:clamp(14px,3.5vw,16px);position:absolute;top:50%;right:clamp(8px,2vw,12px);transform:translateY(-50%)}.password-toggle:hover{color:var(--secondary-main)}.password-strength{align-items:center;gap:clamp(8px,2vw,12px);margin-top:clamp(8px,2vw,10px);display:flex}.strength-bars{flex:1;gap:4px;height:4px;display:flex}.strength-bar{transition:all var(--transition);background:#475569;border-radius:2px;flex:1}.strength-bar.active{background:var(--accent-green)}.strength-bar:first-child.active{background:#ef4444}.strength-bar:nth-child(2).active{background:#f59e0b}.strength-bar:nth-child(3).active{background:#10b981}.strength-text{color:#94a3b8;text-align:right;min-width:100px;font-size:clamp(11px,2.5vw,12px);font-weight:500}.error-message{color:#ef4444;align-items:center;gap:clamp(4px,1vw,6px);margin-top:clamp(4px,1vw,6px);font-size:clamp(11px,2.5vw,12px);font-weight:500;display:flex}.error-icon{font-size:clamp(12px,3vw,14px)}.form-options{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:clamp(16px,3vw,20px) 0;display:flex}.checkbox-container{cursor:pointer;align-items:center;gap:clamp(6px,1.5vw,8px);display:flex}.checkbox-input{display:none}.checkbox-custom{width:clamp(16px,4vw,18px);height:clamp(16px,4vw,18px);transition:all var(--transition);border:2px solid #ffffff4d;border-radius:4px;flex-shrink:0;position:relative}.checkbox-input:checked+.checkbox-custom{background:var(--secondary-main);border-color:var(--secondary-main)}.checkbox-input:checked+.checkbox-custom:after{content:"✓";color:#fff;font-size:clamp(10px,2.5vw,12px);font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox-label{color:var(--neutral-200);white-space:nowrap;font-size:clamp(13px,3vw,14px)}.forgot-link{color:var(--secondary-light);transition:color var(--transition);white-space:nowrap;font-size:clamp(13px,3vw,14px);font-weight:500;text-decoration:none}.forgot-link:hover{color:#fff;text-decoration:underline}.submit-button{background:linear-gradient(135deg,var(--secondary-dark),var(--secondary-main));color:#fff;border-radius:var(--radius-md);cursor:pointer;width:100%;transition:all var(--transition);border:none;flex-shrink:0;justify-content:center;align-items:center;gap:clamp(8px,2vw,10px);margin-top:auto;padding:clamp(14px,3.5vw,16px);font-size:clamp(15px,4vw,16px);font-weight:600;display:flex}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,var(--secondary-main),var(--secondary-dark));transform:translateY(-2px);box-shadow:0 8px 20px #14b8a633}.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{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:clamp(16px,4vw,18px);height:clamp(16px,4vw,18px);animation:1s linear infinite spin}.login-footer1{border-top:1px solid #ffffff1a;flex-shrink:0;margin-top:clamp(20px,4vw,24px);padding-top:clamp(16px,3vw,20px)}.footer-content1{text-align:center}.copyright1{color:var(--neutral-200);opacity:.7;margin-bottom:clamp(6px,1.5vw,8px);font-size:clamp(11px,2.5vw,12px);line-height:1.5}.footer-links{flex-wrap:wrap;justify-content:center;gap:clamp(8px,2vw,12px);margin-bottom:clamp(6px,1.5vw,8px);display:flex}.footer-links a{color:var(--neutral-200);transition:color var(--transition);white-space:nowrap;font-size:clamp(11px,2.5vw,12px);text-decoration:none}.footer-links a:hover{color:var(--secondary-light);text-decoration:underline}.divider{color:var(--neutral-200);opacity:.5}.version1{color:var(--neutral-200);opacity:.5;font-size:clamp(10px,2.2vw,11px)}.login-card::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}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{border-radius:var(--radius-lg);padding:20px 16px}.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{max-height:none;padding:20px}.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-width:44px;min-height: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))}}body{color:#2c3e50;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;overflow-x:hidden}.home-page-wrapper{background:#f8f9fa;flex-direction:column;min-height:100vh;display:flex}@keyframes quickFadeIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.home-page{background:#f8f9fa;flex:1}.sell-hero-section.home-hero{color:#fff;text-align:center;background-color:#0000;background-image:linear-gradient(#2c3e50d9,#3498dbd9),url(https://images.pexels.com/photos/1732414/pexels-photo-1732414.jpeg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-top:80px;padding:6rem 2rem;position:relative;overflow:hidden}.search-bar-container1{z-index:10;max-width:1200px;margin:-60px auto 0;padding:0 2rem;position:relative}.search-bar1{background:#fff;border:1px solid #3498db1a;border-radius:20px;padding:2rem;box-shadow:0 20px 60px #3498db26}.search-tabs1{gap:1rem;margin-bottom:2rem;display:flex}.search-tab1{color:#64748b;cursor:pointer;background:#f1f5f9;border:2px solid #0000;border-radius:12px;flex:1;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .3s}.search-tab1:hover{color:#2c3e50;background:#e2e8f0}.search-tab1.active{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);border-color:#2980b9;box-shadow:0 4px 20px #3498db4d}.search-inputs{grid-template-columns:2fr 1.2fr 1.2fr auto;align-items:center;gap:1rem;display:grid}.search-input1,.search-select1{color:#2c3e50;appearance:none;background:#f8fafc;border:2px solid #e0e0e0;border-radius:12px;outline:none;width:100%;padding:1rem 1rem 1rem 3rem;font-size:1rem;font-weight:500;transition:all .3s}.search-input1:focus,.search-select1:focus{background:#fff;border-color:#3498db;box-shadow:0 0 0 4px #3498db26}.search-input1::placeholder{color:#95a5a6}.search-button{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;min-width:max-content;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 20px #2ecc7166}.featured-properties{max-width:1400px;margin:0 auto;padding:6rem 2rem}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.section-title{color:#2c3e50;letter-spacing:-.5px;background:linear-gradient(135deg,#2c3e50,#3498db);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.75rem;font-weight:800}.section-subtitle{color:#7f8c8d;font-size:1.2rem;font-weight:400}.section-title.center,.section-subtitle.center{text-align:center}.view-all-button{color:#3498db;cursor:pointer;background:0 0;border:2px solid #3498db;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.view-all-button:hover{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);transform:translate(5px)}.arrow-icon{width:20px;height:20px;transition:transform .3s}.view-all-button:hover .arrow-icon{transform:translate(5px)}.properties-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem;display:grid}.property-card{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:20px;transition:all .4s;overflow:hidden;box-shadow:0 4px 20px #0000001a}.property-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #3498db33}.property-card:hover .property-image{transform:scale(1.1)}.property-badge.type.rent{color:#3498db}.property-location{color:#7f8c8d;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-weight:500;display:flex}.property-features{border-top:2px solid #f1f5f9;gap:1.5rem;padding-top:1.5rem;display:flex}.feature{color:#7f8c8d;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.feature-icon{color:#3498db;flex-shrink:0;width:18px;height:18px}.quote-section{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);padding:4rem 2rem}.quote-container{text-align:center;max-width:800px;margin:0 auto}.quote-text{margin-bottom:1.5rem;font-size:2rem;font-style:italic;font-weight:600;line-height:1.4}.quote-author{opacity:.9;font-size:1.2rem;font-weight:500}.districts-section{background:linear-gradient(135deg,#f8f9fa 0%,#ecf0f1 100%);padding:6rem 2rem}.districts-container{max-width:1400px;margin:0 auto}.districts-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.district-card{text-align:center;cursor:pointer;background:#fff;border:2px solid #0000;border-radius:16px;padding:2rem;transition:all .3s;box-shadow:0 4px 15px #00000014}.district-card:hover{border-color:#3498db;transform:translateY(-5px);box-shadow:0 12px 30px #3498db33}.district-icon-wrapper{background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;display:flex}.district-icon{color:#fff;width:32px;height:32px}.district-name{color:#2c3e50;margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.district-properties{color:#7f8c8d;font-size:1rem;font-weight:600}@media (max-width:1200px){.search-inputs{grid-template-columns:1fr 1fr}.properties-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.quick-contact-buttons{bottom:20px;right:20px}.quick-contact-btn{width:55px;height:55px}}@media (max-width:1024px){.sell-footer-content{grid-template-columns:repeat(2,1fr)}.search-inputs{grid-template-columns:1fr}.properties-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.sell-hero-title{font-size:3rem}.section-title{font-size:2.25rem}}@media (max-width:768px){.sell-footer-content{grid-template-columns:1fr}.sell-header-content{flex-direction:column;gap:1rem;padding:1rem}.sell-nav{width:100%;padding-bottom:.5rem;overflow-x:auto}.sell-nav-item span{display:none}.sell-nav-item{padding:.5rem 1rem}.sell-nav-icon{width:20px;height:20px}.sell-hero-section.home-hero{margin-top:120px;padding:4rem 1rem}.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{justify-content:center;width:100%}.search-bar-container1{margin-top:-80px;padding:0 1rem}.search-bar1{padding:1.5rem}.search-tabs1{flex-direction:column}.section-title{font-size:2rem}.section-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.properties-grid{grid-template-columns:1fr}.districts-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.quote-text{font-size:1.5rem}.featured-properties,.districts-section{padding:3rem 1rem}.quick-contact-buttons{bottom:15px;right:15px}.quick-contact-btn{width:50px;height:50px}.quick-contact-icon{width:20px;height:20px}}@media (max-width:480px){.sell-hero-title{margin-bottom:2rem;font-size:2rem}.sell-hero-button{min-width:auto;padding:.875rem 1.5rem;font-size:1rem}.section-title{font-size:15rem}.property-price{font-size:1.5rem}.property-title{font-size:1.2rem}.district-card{padding:1.5rem}.search-button{padding:1rem 1.5rem;font-size:1rem}.quick-contact-buttons{bottom:10px;right:10px}.quick-contact-btn{width:45px;height:45px}.quick-contact-icon{width:18px;height:18px}.quick-contact-tooltip{display:none}}.buy-page-wrapper{background:#f8f9fa;flex-direction:column;min-height:100vh;display:flex}.loading-spinner{flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:3rem;display:flex}.spinner{border:5px solid #f3f3f3;border-top-color:#3b82f6;border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite spin}.loading-spinner p{color:#6b7280;font-size:1.125rem}.buy-hero-section{color:#fff;text-align:center;background-color:#0000;background-image:linear-gradient(#2c3e50d9,#3498dbd9),url(https://images.pexels.com/photos/1732414/pexels-photo-1732414.jpeg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-top:80px;padding:4rem 2rem;position:relative}.buy-hero-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.buy-hero-title{text-shadow:2px 2px 4px #0000004d;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2}.buy-hero-subtitle{color:#ecf0f1;font-size:1.2rem;line-height:1.6}.buy-main-container{flex-direction:column;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem;display:flex}.buy-search-container{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 20px #0000001a}.buy-search-bar{margin-bottom:2rem}.search-inputs-grid{grid-template-columns:repeat(5,1fr);align-items:center;gap:1rem;display:grid}.search-input-group,.search-select-group{align-items:center;display:flex;position:relative}.input-icon{color:#3498db;pointer-events:none;z-index:1;width:20px;height:20px;position:absolute;left:1rem}.search-input{color:#2c3e50;background:#f8fafc;border:2px solid #e0e0e0;border-radius:10px;outline:none;width:100%;padding:1rem 1rem 1rem 3rem;font-size:1rem;font-weight:500;transition:all .3s}.search-input:focus{background:#fff;border-color:#3498db;box-shadow:0 0 0 3px #3498db26}.search-select{color:#2c3e50;cursor:pointer;background:#f8fafc;border:2px solid #e0e0e0;border-radius:10px;width:100%;padding:1rem;font-size:1rem;font-weight:500;transition:all .3s}.search-select:focus{background:#fff;border-color:#3498db;box-shadow:0 0 0 3px #3498db26}.search-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.search-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #2ecc714d}.search-icon{width:18px;height:18px}.filter-section{border-top:2px solid #f1f5f9;padding:1.5rem 0}.filter-section h4{color:#2c3e50;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:1rem;font-weight:600}.filter-cities,.filter-types{margin-bottom:1.5rem}.city-tags,.type-tags{flex-wrap:wrap;gap:.75rem;display:flex}.city-tag,.type-tag{color:#2c3e50;cursor:pointer;background:#f1f5f9;border:2px solid #e0e0e0;border-radius:20px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .3s}.city-tag:hover,.type-tag:hover{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);border-color:#3498db}.buy-properties-section{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 20px #0000001a}.properties-header{border-bottom:2px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.properties-title{color:#2c3e50;font-size:1.8rem;font-weight:700}.properties-count{color:#7f8c8d;font-weight:400}.properties-sort{align-items:center;gap:.5rem;display:flex}.sort-select{color:#2c3e50;cursor:pointer;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s}.sort-select:focus{border-color:#3498db;outline:none}.properties-grid-container{max-height:1200px;margin-bottom:2rem;padding-right:.5rem;overflow-y:auto}.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{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;padding:.5rem;display:grid}.property-card.buy-property-card{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 12px #00000014}.property-card.buy-property-card:hover{border-color:#3498db;transform:translateY(-5px);box-shadow:0 15px 30px #3498db26}.property-image-container{height:220px;position:relative;overflow:hidden}.property-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.property-card.buy-property-card:hover .property-image{transform:scale(1.05)}.property-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:.5rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;box-shadow:0 2px 8px #0003}.property-badge.featured{color:#fff;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);left:1rem}.property-badge.type{color:#2c3e50;background:#fff;border:1px solid #e0e0e0;right:1rem}.favorite-button{cursor:pointer;z-index:2;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;bottom:1rem;right:1rem;box-shadow:0 4px 8px #0000001a}.favorite-button:hover{background:#fff;transform:scale(1.1)}.favorite-icon{color:#7f8c8d;width:20px;height:20px;transition:all .3s}.favorite-button.active .favorite-icon{color:#e74c3c;fill:#e74c3c}.property-content{padding:1.5rem}.property-price{color:#2c3e50;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.property-title{color:#2c3e50;margin-bottom:.75rem;font-size:1.2rem;font-weight:700;line-height:1.4}.property-location{color:#7f8c8d;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;font-weight:500;display:flex}.location-icon{color:#3498db;flex-shrink:0;width:16px;height:16px}.property-features{border-top:1px solid #f1f5f9;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:1rem 0;display:flex}.feature{color:#7f8c8d;text-align:center;flex-direction:column;align-items:center;gap:.25rem;font-size:.85rem;font-weight:500;display:flex}.feature-icon{color:#3498db;width:18px;height:18px;margin-bottom:.25rem}.view-details-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);border:none;border-radius:8px;width:100%;padding:.875rem;font-size:1rem;font-weight:600;transition:all .3s}.view-details-btn:hover{background:linear-gradient(135deg,#3498db 0%,#2c3e50 100%);transform:translateY(-2px);box-shadow:0 5px 15px #3498db4d}.pagination{border-top:2px solid #f1f5f9;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}.pagination-button{color:#2c3e50;cursor:pointer;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.pagination-button:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);border-color:#3498db}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-icon{width:16px;height:16px}.page-numbers{gap:.5rem;display:flex}.page-number{color:#2c3e50;cursor:pointer;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.page-number:hover{color:#fff;background:#3498db;border-color:#3498db}.page-number.active{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);border-color:#3498db}@media (max-width:1200px){.sell-footer-content{grid-template-columns:repeat(2,1fr)}.search-inputs-grid{grid-template-columns:repeat(3,1fr)}.properties-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.quick-contact-buttons{bottom:20px;right:20px}.quick-contact-btn{width:55px;height:55px}}@media (max-width:992px){.buy-hero-title{font-size:2.5rem}.properties-header{flex-direction:column;align-items:flex-start;gap:1rem}.search-inputs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.sell-header-content{flex-direction:column;gap:1rem;padding:1rem}.sell-nav{width:100%;padding-bottom:.5rem;overflow-x:auto}.sell-nav-item span{display:none}.sell-nav-item{padding:.5rem 1rem}.sell-nav-icon{width:20px;height:20px}.buy-hero-section{margin-top:120px;padding:3rem 1rem}.buy-hero-title{font-size:2rem}.buy-hero-subtitle{font-size:1rem}.buy-main-container{padding:1rem}.buy-search-container,.buy-properties-section{padding:1.5rem}.search-inputs-grid,.properties-grid{grid-template-columns:1fr}.pagination{flex-direction:column;gap:.5rem}.page-numbers{order:2}.pagination-button.prev{order:1}.pagination-button.next{order:3}.quick-contact-buttons{bottom:15px;right:15px}.quick-contact-btn{width:50px;height:50px}.quick-contact-icon{width:20px;height:20px}}@media (max-width:480px){.sell-footer-content{grid-template-columns:1fr}.sell-footer-section{text-align:center}.sell-footer-social{justify-content:center}.properties-title{font-size:1.5rem}.property-card.buy-property-card{margin-bottom:1rem}.quick-contact-buttons{bottom:10px;right:10px}.quick-contact-btn{width:45px;height:45px}.quick-contact-icon{width:18px;height:18px}.quick-contact-tooltip{display:none}}.sell-page-wrapper{background:#f8f9fa;flex-direction:column;min-height:100vh;display:flex}.sell-header-container{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a}.sell-header-container.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000026}.sell-header-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.sell-logo-link{align-items:center;gap:.75rem;text-decoration:none;display:flex}.sell-logo-image{object-fit:cover;border:2px solid #2c3e50;border-radius:8px;width:45px;height:45px}.sell-logo-text{background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800}.sell-nav{align-items:center;gap:.5rem;display:flex}.sell-nav-item{color:#2c3e50;border-radius:30px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.sell-nav-item:before{content:"";z-index:-1;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.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{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);box-shadow:0 4px 12px #3498db40}.sell-nav-icon{width:18px;height:18px}.sell-hero-section{color:#fff;text-align:center;background-color:#0000;background-image:linear-gradient(#000000b3,#000000b3),url(https://images.pexels.com/photos/1643383/pexels-photo-1643383.jpeg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-top:80px;padding:6rem 2rem;position:relative;overflow:hidden}.sell-hero-section:before{content:"";z-index:1;background:linear-gradient(135deg,#2c3e50e6 0%,#3498dbcc 100%);position:absolute;inset:0}.sell-hero-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.sell-hero-title{text-shadow:2px 2px 4px #0000004d;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.sell-hero-subtitle{color:#ecf0f1;margin-bottom:3rem;font-size:1.3rem;line-height:1.6}.sell-hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.sell-hero-button{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.sell-hero-button.primary{color:#fff;background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%);box-shadow:0 4px 15px #2ecc7166}.sell-hero-button.secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border:2px solid #fff}.sell-hero-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}.sell-hero-button.primary:hover{background:linear-gradient(135deg,#27ae60 0%,#219653 100%)}.sell-hero-button.secondary:hover{color:#2c3e50;background:#fff}.sell-hero-button-icon{width:20px;height:20px}.sell-form-section{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:4rem 2rem}.sell-container{max-width:1200px;margin:0 auto}.sell-form-card{background:#fff;border-radius:20px;transition:transform .3s;overflow:hidden;box-shadow:0 15px 50px #0000001a}.sell-form-card:hover{transform:translateY(-5px)}.sell-form-header{color:#fff;text-align:center;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);padding:3rem 2rem}.sell-form-title{background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.sell-form-subtitle{color:#bdc3c7;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.sell-form-content{padding:3rem}.sell-form-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.sell-form-group{flex-direction:column;gap:.5rem;display:flex}.sell-full-width{grid-column:1/-1}.sell-form-label{color:#2c3e50;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.sell-optional-label{color:#7f8c8d;text-transform:none;letter-spacing:normal;margin-left:.5rem;font-size:.75rem;font-weight:400}.sell-input-wrapper{align-items:center;display:flex;position:relative}.sell-input-icon{color:#3498db;z-index:1;font-size:1.1rem;position:absolute;left:15px}.sell-form-input{color:#2c3e50;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;width:100%;padding:1rem 1rem 1rem 3rem;font-size:1rem;font-weight:500;transition:all .3s}.sell-form-input:focus{background:#fff;border-color:#3498db;outline:none;box-shadow:0 0 0 4px #3498db26}.sell-form-input::placeholder{color:#95a5a6}.sell-phone-input-wrapper{gap:.5rem;display:flex}.sell-country-code{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);border:2px solid #2c3e50;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-width:100px;padding:1rem;font-weight:600;display:flex}.sell-country-flag{font-size:1.2rem}.sell-country-number{font-weight:600}.sell-phone-input{color:#2c3e50;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;flex:1;padding:1rem;font-size:1rem;font-weight:500;transition:all .3s}.sell-phone-input:focus{background:#fff;border-color:#3498db;outline:none;box-shadow:0 0 0 4px #3498db26}.sell-input-hint{color:#95a5a6;margin-top:.25rem;margin-left:.5rem;font-size:.75rem}.sell-optional{color:#f39c12}.sell-select-wrapper{align-items:center;display:flex;position:relative}.sell-select-icon{color:#3498db;z-index:1;font-size:1.1rem;position:absolute;left:15px}.sell-form-select{color:#2c3e50;appearance:none;cursor:pointer;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;width:100%;padding:1rem 3rem;font-size:1rem;font-weight:500;transition:all .3s}.sell-form-select:focus{background:#fff;border-color:#3498db;outline:none;box-shadow:0 0 0 4px #3498db26}.sell-form-select option{color:#2c3e50;background:#fff;padding:1rem}.sell-select-arrow{color:#3498db;pointer-events:none;font-size:.8rem;position:absolute;right:15px}.sell-robot-check-section{cursor:pointer;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:2px solid #e0e0e0;border-radius:12px;align-items:center;gap:1rem;margin:2rem 0;padding:1.5rem;transition:background-color .3s;display:flex}.sell-robot-check-section:hover{background:linear-gradient(135deg,#e9ecef 0%,#dee2e6 100%)}.sell-robot-checkbox{background:#fff;border:2px solid #95a5a6;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.sell-robot-checkbox.checked{background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%);border-color:#27ae60}.sell-robot-checkmark{color:#fff;opacity:0;font-size:16px;font-weight:700;transition:opacity .3s}.sell-robot-checkbox.checked .sell-robot-checkmark{opacity:1}.sell-robot-text{color:#2c3e50;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600}.sell-submit-btn{color:#fff;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.3rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #3498db4d}.sell-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#3498db 0%,#2c3e50 100%);transform:translateY(-3px);box-shadow:0 8px 25px #3498db66}.sell-submit-btn:disabled{cursor:not-allowed;box-shadow:none;background:#95a5a6;transform:none}.sell-submit-btn.submitting{background:linear-gradient(135deg,#95a5a6,#7f8c8d)}.sell-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite sell-spin}@keyframes sell-spin{to{transform:rotate(360deg)}}.sell-success-message{text-align:center;z-index:1000;background:#fff;border:3px solid #2ecc71;border-radius:20px;width:90%;max-width:500px;padding:3rem;animation:.3s sell-fadeIn;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0000004d}@keyframes sell-fadeIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.sell-success-icon{color:#fff;background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;font-size:32px;font-weight:700;display:flex;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{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);margin-top:auto;padding:3rem 0 1.5rem}.sell-footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.sell-footer-content{grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem;display:grid}.sell-footer-section{flex-direction:column;gap:1rem;display:flex}.sell-footer-logo{margin-bottom:1rem}.sell-footer-logo-text{background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800}.sell-footer-description{color:#bdc3c7;font-size:.95rem;line-height:1.6}.sell-footer-social{gap:1rem;margin-top:1rem;display:flex}.sell-social-link{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.sell-social-link:hover{background:linear-gradient(135deg,#3498db 0%,#2ecc71 100%);transform:translateY(-3px);box-shadow:0 5px 15px #3498db4d}.sell-social-icon{color:#fff;width:18px;height:18px}.sell-footer-title{color:#fff;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.sell-footer-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.sell-footer-links li{align-items:center;display:flex}.sell-footer-link{color:#bdc3c7;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s}.sell-footer-link:hover{color:#fff;transform:translate(5px)}.sell-footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:1.5rem}.sell-footer-copyright{color:#95a5a6;font-size:.9rem;font-weight:500}@keyframes sell-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sell-form-group{animation:.5s forwards sell-slideUp;animation-delay:calc(var(--sell-delay,0)*.1s);opacity:0}.sell-form-group:first-child{--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:1200px){.sell-footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@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{bottom:20px;right:20px}.quick-contact-btn{width:55px;height:55px}}@media (max-width:768px){.sell-header-content{flex-direction:column;gap:1rem;padding:1rem}.sell-nav{width:100%;padding-bottom:.5rem;overflow-x:auto}.sell-nav-item span{display:none}.sell-nav-item{padding:.5rem 1rem}.sell-nav-icon{width:20px;height:20px}.sell-hero-section{margin-top:120px;padding:4rem 1rem}.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{justify-content:center;width:100%}.sell-form-section{padding:2rem 1rem}.sell-form-content{padding:2rem}.sell-phone-input-wrapper{flex-direction:column}.sell-country-code{justify-content:flex-start;min-width:auto;padding:.875rem 1rem}.sell-form-title{font-size:1.8rem}.sell-form-subtitle{font-size:1rem}.quick-contact-buttons{bottom:15px;right:15px}.quick-contact-btn{width:50px;height:50px}.quick-contact-icon{width:20px;height:20px}}@media (max-width:480px){.sell-form-header{padding:2rem 1rem}.sell-form-title{font-size:1.6rem}.sell-form-content{padding:1.5rem}.sell-footer-content{grid-template-columns:1fr}.sell-footer-section{text-align:center}.sell-footer-social{justify-content:center}.sell-success-message{padding:2rem}.sell-success-message h3{font-size:1.4rem}.quick-contact-buttons{bottom:10px;right:10px}.quick-contact-btn{width:45px;height:45px}.quick-contact-icon{width:18px;height:18px}.quick-contact-tooltip{display:none}}.advertise-page-wrapper{background:#f8f9fa;flex-direction:column;min-height:100vh;display:flex}.advertise-header-container{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a}.advertise-header-container.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000026}.advertise-header-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.advertise-logo-link{align-items:center;gap:.75rem;text-decoration:none;display:flex}.advertise-logo-image{object-fit:cover;border:2px solid #2c3e50;border-radius:8px;width:45px;height:45px}.advertise-logo-text{background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800}.advertise-nav{align-items:center;gap:.5rem;display:flex}.advertise-nav-item{color:#2c3e50;border-radius:30px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.advertise-nav-item:before{content:"";z-index:-1;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.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{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);box-shadow:0 4px 12px #3498db40}.advertise-nav-icon{width:18px;height:18px}.advertise-hero-section{color:#fff;text-align:center;background-color:#0000;background-image:linear-gradient(#000000b3,#000000b3),url(https://images.pexels.com/photos/323780/pexels-photo-323780.jpeg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-top:80px;padding:6rem 2rem;position:relative;overflow:hidden}.advertise-hero-section:before{content:"";z-index:1;background:linear-gradient(135deg,#2c3e50e6 0%,#3498dbcc 100%);position:absolute;inset:0}.advertise-hero-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.advertise-hero-title{text-shadow:2px 2px 4px #0000004d;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.advertise-hero-subtitle{color:#ecf0f1;margin-bottom:3rem;font-size:1.3rem;line-height:1.6}.advertise-hero-button{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex}.advertise-hero-button.primary{color:#fff;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);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 0%,#a93226 100%)}.advertise-hero-button-icon{width:20px;height:20px}.advertise-form-section{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:4rem 2rem}.advertise-container{max-width:1200px;margin:0 auto}.advertise-form-card{background:#fff;border-radius:20px;transition:transform .3s;overflow:hidden;box-shadow:0 15px 50px #0000001a}.advertise-form-card:hover{transform:translateY(-5px)}.advertise-form-header{color:#fff;text-align:center;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);padding:3rem 2rem}.advertise-form-title{background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.advertise-form-subtitle{color:#bdc3c7;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.advertise-form-content{padding:3rem}.advertise-form-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.advertise-form-group{flex-direction:column;gap:.5rem;display:flex}.advertise-full-width{grid-column:1/-1}.advertise-form-label{color:#2c3e50;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.advertise-optional-label{color:#7f8c8d;text-transform:none;letter-spacing:normal;margin-left:.5rem;font-size:.75rem;font-weight:400}.advertise-input-wrapper{align-items:center;display:flex;position:relative}.advertise-input-icon{color:#3498db;z-index:1;font-size:1.1rem;position:absolute;left:15px}.advertise-form-input{color:#2c3e50;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;width:100%;padding:1rem 1rem 1rem 3rem;font-size:1rem;font-weight:500;transition:all .3s}.advertise-form-input:focus{background:#fff;border-color:#3498db;outline:none;box-shadow:0 0 0 4px #3498db26}.advertise-form-input::placeholder{color:#95a5a6}.advertise-phone-input-wrapper{gap:.5rem;display:flex}.advertise-country-code{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);border:2px solid #2c3e50;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-width:100px;padding:1rem;font-weight:600;display:flex}.advertise-country-flag{font-size:1.2rem}.advertise-country-number{font-weight:600}.advertise-phone-input{color:#2c3e50;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;flex:1;padding:1rem;font-size:1rem;font-weight:500;transition:all .3s}.advertise-phone-input:focus{background:#fff;border-color:#3498db;outline:none;box-shadow:0 0 0 4px #3498db26}.advertise-input-hint{color:#95a5a6;margin-top:.25rem;margin-left:.5rem;font-size:.75rem}.advertise-optional{color:#f39c12}.advertise-select-wrapper{align-items:center;display:flex;position:relative}.advertise-select-icon{color:#3498db;z-index:1;font-size:1.1rem;position:absolute;left:15px}.advertise-form-select{color:#2c3e50;appearance:none;cursor:pointer;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;width:100%;padding:1rem 3rem;font-size:1rem;font-weight:500;transition:all .3s}.advertise-form-select:focus{background:#fff;border-color:#3498db;outline:none;box-shadow:0 0 0 4px #3498db26}.advertise-select-arrow{color:#3498db;pointer-events:none;font-size:.8rem;position:absolute;right:15px}.advertise-robot-check-section{cursor:pointer;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:2px solid #e0e0e0;border-radius:12px;align-items:center;gap:1rem;margin:2rem 0;padding:1.5rem;transition:background-color .3s;display:flex}.advertise-robot-check-section:hover{background:linear-gradient(135deg,#e9ecef 0%,#dee2e6 100%)}.advertise-robot-checkbox{background:#fff;border:2px solid #95a5a6;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.advertise-robot-checkbox.checked{background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%);border-color:#27ae60}.advertise-robot-checkmark{color:#fff;opacity:0;font-size:16px;font-weight:700;transition:opacity .3s}.advertise-robot-checkbox.checked .advertise-robot-checkmark{opacity:1}.advertise-robot-text{color:#2c3e50;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600}.advertise-submit-btn{color:#fff;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.3rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #e74c3c4d}.advertise-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#c0392b 0%,#a93226 100%);transform:translateY(-3px);box-shadow:0 8px 25px #e74c3c66}.advertise-submit-btn:disabled{cursor:not-allowed;box-shadow:none;background:#95a5a6;transform:none}.advertise-submit-btn.submitting{background:linear-gradient(135deg,#95a5a6,#7f8c8d)}.advertise-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite advertise-spin}@keyframes advertise-spin{to{transform:rotate(360deg)}}.advertise-success-message{text-align:center;z-index:1000;background:#fff;border:3px solid #2ecc71;border-radius:20px;width:90%;max-width:500px;padding:3rem;animation:.3s advertise-fadeIn;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0000004d}@keyframes advertise-fadeIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.advertise-success-icon{color:#fff;background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;font-size:32px;font-weight:700;display:flex;box-shadow:0 10px 25px #2ecc714d}.advertise-success-message h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.advertise-success-message p{color:#7f8c8d;font-size:1.1rem;font-weight:500}.advertise-footer{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);margin-top:auto;padding:3rem 0 1.5rem}.advertise-footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.advertise-footer-content{grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem;display:grid}.advertise-footer-section{flex-direction:column;gap:1rem;display:flex}.advertise-footer-logo{margin-bottom:1rem}.advertise-footer-logo-text{background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800}.advertise-footer-description{color:#bdc3c7;font-size:.95rem;line-height:1.6}.advertise-footer-social{gap:1rem;margin-top:1rem;display:flex}.advertise-social-link{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.advertise-social-link:hover{background:linear-gradient(135deg,#3498db 0%,#2ecc71 100%);transform:translateY(-3px);box-shadow:0 5px 15px #3498db4d}.advertise-social-icon{color:#fff;width:18px;height:18px}.advertise-footer-title{color:#fff;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.advertise-footer-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.advertise-footer-links li{align-items:center;display:flex}.advertise-footer-link{color:#bdc3c7;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s}.advertise-footer-link:hover{color:#fff;transform:translate(5px)}.advertise-footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:1.5rem}.advertise-footer-copyright{color:#95a5a6;font-size:.9rem;font-weight:500}@media (max-width:1200px){.advertise-footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.quick-contact-buttons{bottom:20px;right:20px}.quick-contact-btn{width:55px;height:55px}}@media (max-width:992px){.advertise-hero-title{font-size:2.8rem}.advertise-form-title{font-size:2.2rem}.advertise-form-grid{grid-template-columns:1fr}}@media (max-width:768px){.advertise-header-content{flex-direction:column;gap:1rem;padding:1rem}.advertise-nav{width:100%;padding-bottom:.5rem;overflow-x:auto}.advertise-nav-item span{display:none}.advertise-nav-item{padding:.5rem 1rem}.advertise-nav-icon{width:20px;height:20px}.advertise-hero-section{margin-top:120px;padding:4rem 1rem}.advertise-hero-title{font-size:2.2rem}.advertise-hero-subtitle{font-size:1.1rem}.advertise-form-section{padding:2rem 1rem}.advertise-form-content{padding:2rem}.advertise-phone-input-wrapper{flex-direction:column}.advertise-country-code{justify-content:flex-start;min-width:auto;padding:.875rem 1rem}.advertise-form-title{font-size:1.8rem}.advertise-form-subtitle{font-size:1rem}.quick-contact-buttons{bottom:15px;right:15px}.quick-contact-btn{width:50px;height:50px}.quick-contact-icon{width:20px;height:20px}}@media (max-width:480px){.advertise-form-header{padding:2rem 1rem}.advertise-form-title{font-size:1.6rem}.advertise-form-content{padding:1.5rem}.advertise-footer-content{grid-template-columns:1fr}.advertise-footer-section{text-align:center}.advertise-footer-social{justify-content:center}.advertise-success-message{padding:2rem}.advertise-success-message h3{font-size:1.4rem}.quick-contact-buttons{bottom:10px;right:10px}.quick-contact-btn{width:45px;height:45px}.quick-contact-icon{width:18px;height:18px}.quick-contact-tooltip{display:none}}.contact-page-wrapper{background:#f8f9fa;flex-direction:column;min-height:100vh;display:flex}.quick-contact-buttons{z-index:999;flex-direction:column;gap:15px;animation:.5s ease-out quickFadeIn;display:flex;position:fixed;bottom:30px;right:30px}.quick-contact-btn{cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.4rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 25px #00000026}.quick-contact-btn:before{content:"";opacity:0;background:#ffffff1a;transition:opacity .3s;position:absolute;inset:0}.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 0%,#128c7e 100%)}.call-btn{background:linear-gradient(135deg,#3498db 0%,#2980b9 100%)}.location-btn{background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%)}.quick-contact-icon{z-index:1;width:24px;height:24px}.quick-contact-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:999;background:#2c3e50;border-radius:8px;padding:8px 15px;font-size:.85rem;font-weight:600;transition:all .3s;position:absolute;top:50%;right:70px;transform:translate(0)translateY(-50%);box-shadow:0 5px 15px #0000001a}.quick-contact-tooltip:after{content:"";background:#2c3e50;width:10px;height:10px;position:absolute;top:50%;right:-5px;transform:translateY(-50%)rotate(45deg)}.contact-header-container{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a}.contact-header-container.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000026}.contact-header-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.contact-logo-link{align-items:center;gap:.75rem;text-decoration:none;display:flex}.contact-logo-image{object-fit:cover;border:2px solid #2c3e50;border-radius:8px;width:45px;height:45px}.contact-logo-text{background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800}.contact-nav{align-items:center;gap:.5rem;display:flex}.contact-nav-item{color:#2c3e50;border-radius:30px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.contact-nav-item:before{content:"";z-index:-1;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.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{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);box-shadow:0 4px 12px #3498db40}.contact-nav-icon{width:18px;height:18px}.contact-hero-section{color:#fff;text-align:center;background-color:#0000;background-image:linear-gradient(#000000b3,#000000b3),url(https://images.pexels.com/photos/356040/pexels-photo-356040.jpeg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-top:80px;padding:6rem 2rem;position:relative;overflow:hidden}.contact-hero-section:before{content:"";z-index:1;background:linear-gradient(135deg,#2c3e50e6 0%,#3498dbcc 100%);position:absolute;inset:0}.contact-hero-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.contact-hero-title{text-shadow:2px 2px 4px #0000004d;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.contact-hero-subtitle{color:#ecf0f1;margin-bottom:3rem;font-size:1.3rem;line-height:1.6}.contact-hero-button{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex}.contact-hero-button.primary{color:#fff;background:linear-gradient(135deg,#3498db 0%,#2c3e50 100%);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 0%,#3498db 100%)}.contact-hero-button-icon{width:20px;height:20px}.contact-form-section{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:4rem 2rem}.contact-container{max-width:1200px;margin:0 auto}.contact-form-card{background:#fff;border-radius:20px;transition:transform .3s;overflow:hidden;box-shadow:0 15px 50px #0000001a}.contact-form-card:hover{transform:translateY(-5px)}.contact-form-header{color:#fff;text-align:center;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);padding:3rem 2rem}.contact-form-title{background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.contact-form-subtitle{color:#bdc3c7;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.contact-main-content{grid-template-columns:1fr 1.2fr;align-items:start;gap:3rem;padding:3rem;display:grid}.contact-owner-card{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:2px solid #e0e0e0;border-radius:15px;flex-direction:column;height:100%;padding:2.5rem;display:flex;box-shadow:0 8px 25px #00000014}.owner-card-header{text-align:center;margin-bottom:2.5rem}.owner-card-title{color:#2c3e50;justify-content:center;align-items:center;gap:1rem;margin-bottom:.75rem;font-size:1.8rem;font-weight:700;display:flex}.owner-card-icon{color:#3498db;width:28px;height:28px}.owner-card-subtitle{color:#7f8c8d;margin:0;font-size:1rem}.owner-contact-details{flex-direction:column;gap:2rem;margin-bottom:2.5rem;display:flex}.owner-contact-item{background:#fff;border-radius:12px;align-items:flex-start;gap:1.5rem;padding:1.5rem;transition:transform .3s;display:flex;box-shadow:0 4px 15px #0000000d}.owner-contact-item:hover{transform:translateY(-3px)}.owner-contact-icon{color:#3498db;background:#3498db1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;display:flex}.owner-contact-info{flex-direction:column;flex:1;gap:.75rem;display:flex}.owner-contact-label{color:#7f8c8d;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.9rem;font-weight:600}.owner-contact-numbers{flex-direction:column;gap:.5rem;display:flex}.owner-contact-number{color:#2c3e50;font-size:1.2rem;font-weight:700;line-height:1.4;text-decoration:none;transition:color .3s;display:block}.owner-contact-number:hover{color:#3498db;text-decoration:underline}.owner-contact-person{color:#7f8c8d;margin-top:.25rem;font-size:.9rem;display:block}.owner-contact-email{color:#2c3e50;word-break:break-word;font-size:1.1rem;font-weight:600;line-height:1.5;text-decoration:none;transition:color .3s;display:block}.owner-contact-email:hover{color:#3498db;text-decoration:underline}.owner-working-hours{background:#fff;border-radius:12px;align-items:flex-start;gap:1.5rem;margin-top:auto;padding:1.5rem;display:flex;box-shadow:0 4px 15px #0000000d}.owner-hours-icon{color:#f39c12;background:#f39c121a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;display:flex}.owner-hours-info{flex-direction:column;flex:1;gap:.5rem;display:flex}.owner-hours-title{color:#2c3e50;margin:0;font-size:1.1rem;font-weight:600}.owner-hours-detail{color:#7f8c8d;margin:0;font-size:.95rem;line-height:1.4}.contact-form-content{flex-direction:column;gap:2rem;display:flex}.contact-form-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1rem;display:grid}.contact-form-group{flex-direction:column;gap:.5rem;display:flex}.contact-full-width{grid-column:1/-1}.contact-form-label{color:#2c3e50;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.contact-input-wrapper{align-items:center;display:flex;position:relative}.contact-input-icon{color:#3498db;z-index:1;font-size:1.1rem;position:absolute;left:15px}.contact-form-input{color:#2c3e50;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;width:100%;padding:1rem 1rem 1rem 3rem;font-size:1rem;font-weight:500;transition:all .3s}.contact-form-input:focus{background:#fff;border-color:#3498db;outline:none;box-shadow:0 0 0 4px #3498db26}.contact-form-input::placeholder{color:#95a5a6}.contact-phone-input-wrapper{gap:.5rem;display:flex}.contact-country-code{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);border:2px solid #2c3e50;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-width:100px;padding:1rem;font-weight:600;display:flex}.contact-country-flag{font-size:1.2rem}.contact-country-number{font-weight:600}.contact-phone-input{color:#2c3e50;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;flex:1;padding:1rem;font-size:1rem;font-weight:500;transition:all .3s}.contact-phone-input:focus{background:#fff;border-color:#3498db;outline:none;box-shadow:0 0 0 4px #3498db26}.contact-input-hint{color:#95a5a6;margin-top:.25rem;margin-left:.5rem;font-size:.75rem}.contact-textarea-wrapper{position:relative}.contact-form-textarea{color:#2c3e50;resize:vertical;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;width:100%;min-height:150px;padding:1rem;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.5;transition:all .3s}.contact-form-textarea:focus{background:#fff;border-color:#3498db;outline:none;box-shadow:0 0 0 4px #3498db26}.contact-form-textarea::placeholder{color:#95a5a6}.contact-robot-check-section{cursor:pointer;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:2px solid #e0e0e0;border-radius:12px;align-items:center;gap:1rem;margin:1rem 0;padding:1.5rem;transition:background-color .3s;display:flex}.contact-robot-check-section:hover{background:linear-gradient(135deg,#e9ecef 0%,#dee2e6 100%)}.contact-robot-checkbox{background:#fff;border:2px solid #95a5a6;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.contact-robot-checkbox.checked{background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%);border-color:#27ae60}.contact-robot-checkmark{color:#fff;opacity:0;font-size:16px;font-weight:700;transition:opacity .3s}.contact-robot-checkbox.checked .contact-robot-checkmark{opacity:1}.contact-robot-text{color:#2c3e50;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600}.contact-submit-btn{color:#fff;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(135deg,#3498db 0%,#2c3e50 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.3rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #3498db4d}.contact-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);transform:translateY(-3px);box-shadow:0 8px 25px #3498db66}.contact-submit-btn:disabled{cursor:not-allowed;box-shadow:none;background:#95a5a6;transform:none}.contact-submit-btn.submitting{background:linear-gradient(135deg,#95a5a6,#7f8c8d)}.contact-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite contact-spin}@keyframes contact-spin{to{transform:rotate(360deg)}}.contact-success-message{text-align:center;z-index:1000;background:#fff;border:3px solid #2ecc71;border-radius:20px;width:90%;max-width:500px;padding:3rem;animation:.3s contact-fadeIn;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0000004d}@keyframes contact-fadeIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.contact-success-icon{color:#fff;background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;font-size:32px;font-weight:700;display:flex;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{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);margin-top:auto;padding:3rem 0 1.5rem}.contact-footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.contact-footer-content{grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem;display:grid}.contact-footer-section{flex-direction:column;gap:1rem;display:flex}.contact-footer-logo{margin-bottom:1rem}.contact-footer-logo-text{background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800}.contact-footer-description{color:#bdc3c7;margin:0;font-size:.95rem;line-height:1.6}.contact-footer-social{gap:1rem;margin-top:1rem;display:flex}.contact-social-link{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.contact-social-link:hover{background:linear-gradient(135deg,#3498db 0%,#2ecc71 100%);transform:translateY(-3px);box-shadow:0 5px 15px #3498db4d}.contact-social-icon{color:#fff;width:18px;height:18px}.contact-footer-title{color:#fff;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.contact-footer-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.contact-footer-links li{align-items:center;display:flex}.contact-footer-link{color:#bdc3c7;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s}.contact-footer-link:hover{color:#fff;transform:translate(5px)}.contact-footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:1.5rem}.contact-footer-copyright{color:#95a5a6;margin:0;font-size:.9rem;font-weight:500}@media (max-width:1200px){.contact-footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@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{bottom:20px;right:20px}.quick-contact-btn{width:55px;height:55px}}@media (max-width:768px){.contact-header-content{flex-direction:column;gap:1rem;padding:1rem}.contact-nav{width:100%;padding-bottom:.5rem;overflow-x:auto}.contact-nav-item span{display:none}.contact-nav-item{padding:.5rem 1rem}.contact-nav-icon{width:20px;height:20px}.contact-hero-section{margin-top:120px;padding:4rem 1rem}.contact-hero-title{font-size:2.2rem}.contact-hero-subtitle{font-size:1.1rem}.contact-form-section{padding:2rem 1rem}.contact-form-content,.contact-main-content{padding:2rem}.contact-phone-input-wrapper{flex-direction:column}.contact-country-code{justify-content:flex-start;min-width:auto;padding:.875rem 1rem}.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{margin-right:.5rem;display:inline}.quick-contact-buttons{bottom:15px;right:15px}.quick-contact-btn{width:50px;height:50px}.quick-contact-icon{width:20px;height:20px}}@media (max-width:480px){.contact-form-header{padding:2rem 1rem}.contact-form-title{font-size:1.6rem}.contact-form-content{padding:1.5rem}.contact-footer-content{grid-template-columns:1fr}.contact-footer-section{text-align:center}.contact-footer-social{justify-content:center}.contact-success-message{padding:2rem}.contact-success-message h3{font-size:1.4rem}.contact-owner-card{padding:1.5rem}.owner-card-title{font-size:1.4rem}.owner-contact-item{text-align:center;flex-direction:column;align-items:center}.owner-contact-icon{width:40px;height:40px;font-size:1.5rem}.owner-working-hours{text-align:center;flex-direction:column;align-items:center}.owner-hours-icon{width:40px;height:40px;font-size:1.5rem}.quick-contact-buttons{bottom:10px;right:10px}.quick-contact-btn{width:45px;height:45px}.quick-contact-icon{width:18px;height:18px}.quick-contact-tooltip{display:none}}@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:.5s forwards contact-slideUp;animation-delay:calc(var(--contact-delay,0)*.1s);opacity:0}.contact-form-group:first-child{--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:first-child{--contact-delay:1}.owner-contact-item:nth-child(2){--contact-delay:2}.owner-working-hours{--contact-delay:3}.pd5-property-details-page{background:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.pd5-property-details-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;border-bottom:1px solid #0000001a;transition:all .3s;position:fixed;top:0;left:0;right:0}.pd5-property-details-header.pd5-scrolled{box-shadow:0 4px 20px #0000001a}.pd5-property-details-header-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.pd5-property-details-logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.pd5-property-details-logo-image{object-fit:cover;border:2px solid #2c3e50;border-radius:8px;width:45px;height:45px}.pd5-property-details-logo-text{background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800}.pd5-property-details-nav{gap:.5rem;display:flex}.pd5-property-details-nav-item{color:#2c3e50;border-radius:30px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.pd5-property-details-nav-item:hover{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);transform:translateY(-2px);box-shadow:0 5px 15px #3498db4d}.pd5-property-details-nav-icon{width:18px;height:18px}.pd5-property-details-back-container{background:#fff;border-bottom:1px solid #e0e0e0;margin-top:80px;padding:1rem 2rem}.pd5-property-details-back-btn{color:#2c3e50;cursor:pointer;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.pd5-property-details-back-btn:hover{color:#fff;background:#3498db;border-color:#3498db}.pd5-property-details-back-icon{width:18px;height:18px}.pd5-property-details-main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.pd5-property-details-header-section{border-bottom:2px solid #e0e0e0;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.pd5-property-details-title-section{flex:1}.pd5-property-details-title{color:#2c3e50;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.pd5-property-details-location{color:#7f8c8d;align-items:center;gap:.5rem;font-size:1.1rem;display:flex}.pd5-property-details-location-icon{color:#3498db;width:20px;height:20px}.pd5-property-details-price-section{text-align:right}.pd5-property-details-price{color:#2c3e50;margin-bottom:.25rem;font-size:2.5rem;font-weight:800}.pd5-property-details-price-sub{color:#7f8c8d;font-size:1.1rem;font-weight:600}.pd5-property-details-gallery{margin-bottom:3rem}.pd5-property-details-main-image{border-radius:12px;height:500px;margin-bottom:1rem;position:relative;overflow:hidden}.pd5-property-details-active-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.pd5-property-details-main-image:hover .pd5-property-details-active-image{transform:scale(1.02)}.pd5-property-details-image-actions{z-index:10;gap:1rem;display:flex;position:absolute;top:1.5rem;right:1.5rem}.pd5-property-details-favorite-btn,.pd5-property-details-share-btn{cursor:pointer;background:#ffffffe6;border:none;border-radius:30px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000001a}.pd5-property-details-favorite-btn:hover,.pd5-property-details-share-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.pd5-property-details-favorite-btn.pd5-active{color:#fff;background:#e74c3c}.pd5-property-details-favorite-btn.pd5-active .pd5-property-details-favorite-icon{fill:#fff;color:#fff}.pd5-property-details-favorite-icon,.pd5-property-details-share-icon{width:18px;height:18px}.pd5-property-details-thumbnails{gap:1rem;padding:.5rem 0;display:flex;overflow-x:auto}.pd5-property-details-thumbnail{cursor:pointer;border:3px solid #0000;border-radius:8px;min-width:120px;height:80px;transition:all .3s;overflow:hidden}.pd5-property-details-thumbnail:hover{transform:translateY(-2px)}.pd5-property-details-thumbnail.pd5-active{border-color:#3498db}.pd5-property-details-thumbnail img{object-fit:cover;width:100%;height:100%}.pd5-property-details-content{grid-template-columns:2fr 1fr;gap:3rem;display:grid}.pd5-property-details-left-column{flex-direction:column;gap:3rem;display:flex}.pd5-property-details-stats{background:#fff;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:2rem;display:grid;box-shadow:0 4px 12px #0000000d}.pd5-property-details-stat{align-items:center;gap:1rem;display:flex}.pd5-property-details-stat-icon{color:#3498db;background:#ebf5fb;border-radius:8px;width:32px;height:32px;padding:.5rem}.pd5-property-details-stat-content{flex-direction:column;display:flex}.pd5-property-details-stat-value{color:#2c3e50;font-size:1.8rem;font-weight:700;line-height:1}.pd5-property-details-stat-label{color:#7f8c8d;margin-top:.25rem;font-size:.9rem;font-weight:500}.pd5-property-details-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000000d}.pd5-property-details-section-title{color:#2c3e50;border-bottom:2px solid #f1f5f9;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:700}.pd5-property-details-description{color:#4a5568;white-space:pre-line;font-size:1.05rem;line-height:1.8}.pd5-property-details-specs-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.pd5-property-details-spec-item{background:#f8fafc;border-left:4px solid #3498db;border-radius:8px;justify-content:space-between;padding:1rem;display:flex}.pd5-property-details-spec-label{color:#2c3e50;font-size:.9rem;font-weight:600}.pd5-property-details-spec-value{color:#2c3e50;font-weight:700}.pd5-property-details-amenities{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.pd5-property-details-amenity{color:#2c3e50;background:#f8fafc;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;font-weight:500;display:flex}.pd5-property-details-amenity-icon{color:#27ae60;width:18px;height:18px}.pd5-property-details-nearby{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.pd5-property-details-nearby-item{background:#f8fafc;border-radius:8px;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.pd5-property-details-nearby-item:hover{background:#ebf5fb;transform:translateY(-2px)}.pd5-property-details-nearby-icon svg{color:#3498db;width:24px;height:24px}.pd5-property-details-nearby-content{flex-direction:column;display:flex}.pd5-property-details-nearby-name{color:#2c3e50;font-size:.95rem;font-weight:600}.pd5-property-details-nearby-distance{color:#7f8c8d;font-size:.85rem}.pd5-property-details-right-column{flex-direction:column;gap:2rem;display:flex}.pd5-property-details-contact-card{background:#fff;border:2px solid #ebf5fb;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014}.pd5-property-details-contact-title{color:#2c3e50;text-align:center;margin-bottom:1.5rem;font-size:1.3rem;font-weight:700}.pd5-property-details-owner-info{margin-bottom:2rem}.pd5-property-details-owner-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.pd5-property-details-owner-avatar{color:#fff;background:linear-gradient(135deg,#3498db,#2ecc71);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;font-weight:700;display:flex}.pd5-property-details-owner-details{flex:1}.pd5-property-details-owner-name{color:#2c3e50;align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:1.2rem;font-weight:700;display:flex}.pd5-property-details-verified-icon{color:#27ae60;width:18px;height:18px}.pd5-property-details-owner-rating{color:#f39c12;align-items:center;gap:.5rem;font-weight:600;display:flex}.pd5-property-details-rating-icon{fill:currentColor;width:16px;height:16px}.pd5-property-details-contact-info{flex-direction:column;gap:1rem;display:flex}.pd5-property-details-contact-item{color:#2c3e50;background:#f8fafc;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;font-weight:500;display:flex}.pd5-property-details-contact-icon{color:#3498db;width:18px;height:18px}.pd5-contact-details{flex-direction:column;gap:.1rem;display:flex}.pd5-contact-number{color:#2c3e50;font-weight:600}.pd5-contact-name{color:#7f8c8d;font-size:.85rem;font-style:italic}.pd5-contact-email{color:#2c3e50;word-break:break-all;font-weight:600}.pd5-contact-label{color:#7f8c8d;font-size:.85rem}.pd5-property-details-contact-actions{flex-direction:column;gap:.75rem;display:flex}.pd5-property-details-interest-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#9b59b6 0%,#8e44ad 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.pd5-property-details-interest-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #9b59b64d}.pd5-property-details-call-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#27ae60 0%,#2ecc71 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.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}.pd5-contact-footer{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);margin-top:auto;padding:3rem 0 1.5rem}.pd5-contact-footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.pd5-contact-footer-content{grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem;display:grid}.pd5-contact-footer-section{flex-direction:column;gap:1rem;display:flex}.pd5-contact-footer-logo{margin-bottom:1rem}.pd5-contact-logo-link{align-items:center;gap:.75rem;text-decoration:none;display:flex}.pd5-contact-logo-image{object-fit:cover;border:2px solid #3498db;border-radius:8px;width:45px;height:45px}.pd5-contact-footer-logo-text{background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800}.pd5-contact-footer-description{color:#bdc3c7;font-size:.95rem;line-height:1.6}.pd5-contact-footer-social{gap:1rem;margin-top:1rem;display:flex}.pd5-contact-social-link{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.pd5-contact-social-link:hover{background:linear-gradient(135deg,#3498db 0%,#2ecc71 100%);transform:translateY(-3px);box-shadow:0 5px 15px #3498db4d}.pd5-contact-social-icon{color:#fff;width:18px;height:18px}.pd5-contact-footer-title{color:#fff;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.pd5-contact-footer-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.pd5-contact-footer-links li{align-items:center;display:flex}.pd5-contact-footer-link{color:#bdc3c7;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s}.pd5-contact-footer-link:hover{color:#fff;transform:translate(5px)}.pd5-contact-footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:1.5rem}.pd5-contact-footer-copyright{color:#95a5a6;font-size:.9rem;font-weight:500}.pd5-loading-container{flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:2rem;display:flex}.pd5-spinner{border:5px solid #f3f3f3;border-top-color:#3b82f6;border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite pd5-spin}@keyframes pd5-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pd5-loading-container p{color:#6b7280;font-size:1.125rem}.pd5-error-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:3rem;display:flex}.pd5-error-container p{color:#dc2626;margin-bottom:1.5rem;font-size:1.125rem}.pd5-back-btn{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;transition:background-color .2s;display:flex}.pd5-back-btn:hover{background-color:#2563eb}.pd5-back-btn-icon{width:18px;height:18px}.pd5-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.pd5-modal-content{z-index:10000;scrollbar-width:none;-ms-overflow-style:none;background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;animation:.3s ease-out pd5-modal-slide-in;position:relative;overflow:hidden auto;box-shadow:0 20px 60px #0000004d}.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:"";pointer-events:none;z-index:1;background:linear-gradient(#fff,#0000);border-radius:16px 16px 0 0;height:20px;position:absolute;top:0;left:0;right:0}.pd5-modal-content:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000,#fff);border-radius:0 0 16px 16px;height:20px;position:absolute;bottom:0;left:0;right:0}.pd5-modal-header{z-index:2;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);border-bottom:1px solid #e0e0e0;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.pd5-modal-title{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.pd5-modal-close{cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.pd5-modal-close:hover{background:#ffffff4d;transform:rotate(90deg)}.pd5-modal-close-icon{color:#fff;width:20px;height:20px}.pd5-interest-form{padding:2rem}.pd5-form-group{margin-bottom:1.5rem}.pd5-form-label{color:#2c3e50;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:flex}.pd5-form-icon{color:#3498db;width:16px;height:16px}.pd5-form-input,.pd5-form-textarea{border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s;color:#2c3e50!important;background:#fff!important}.pd5-input-error{background-color:#fff5f5!important;border-color:#e74c3c!important}.pd5-form-input::placeholder,.pd5-form-textarea::placeholder{color:#94a3b8;opacity:.8}.pd5-form-input:focus,.pd5-form-textarea:focus{border-color:#3498db;outline:none;box-shadow:0 0 0 3px #3498db1a;color:#2c3e50!important;background:#fff!important}.pd5-form-textarea{resize:vertical;min-height:80px}.pd5-error-message{color:#e74c3c;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.85rem;font-weight:500;display:flex}.pd5-error-icon{color:#e74c3c;width:16px;height:16px}.pd5-char-count{text-align:right;color:#7f8c8d;margin-top:.25rem;font-size:.8rem}.pd5-form-actions{gap:1rem;margin-top:2rem;display:flex}.pd5-form-cancel,.pd5-form-submit{cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.pd5-form-cancel{color:#2c3e50;background:#f8f9fa;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{color:#fff;background:linear-gradient(135deg,#27ae60 0%,#2ecc71 100%)}.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{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite pd5-spin}.pd5-success-modal{text-align:center;padding:3rem 2rem}.pd5-success-icon{color:#fff;background:linear-gradient(135deg,#27ae60 0%,#2ecc71 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2.5rem;font-weight:700;animation:.5s ease-out pd5-success-pop;display:flex}@keyframes pd5-success-pop{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.pd5-success-title{color:#2c3e50;margin-bottom:1rem;font-size:1.8rem;font-weight:700}.pd5-success-message{color:#7f8c8d;margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.pd5-success-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3498db 0%,#2980b9 100%);border:none;border-radius:8px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s}.pd5-success-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #3498db4d}body.pd5-modal-open{width:100%!important;height:100%!important;position:fixed!important;overflow:hidden!important}@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)}.pd5-contact-footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.pd5-property-details-header-content{flex-direction:column;gap:1rem;padding:1rem}.pd5-property-details-nav{justify-content:center;width:100%;padding:.5rem 0;overflow-x:auto}.pd5-property-details-nav-item span{display:none}.pd5-property-details-main{padding:1rem}.pd5-property-details-header-section{flex-direction:column;gap:1rem}.pd5-property-details-title{font-size:1.8rem}.pd5-property-details-price{font-size:2rem}.pd5-property-details-main-image{height:300px}.pd5-property-details-image-actions{flex-direction:column;top:auto;bottom:1.5rem;right:1.5rem}.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}.pd5-contact-footer-content{grid-template-columns:1fr;gap:2rem}.pd5-contact-footer-section{text-align:center;align-items:center}.pd5-contact-footer-social{justify-content:center}.pd5-contact-footer-links{align-items:center}.pd5-modal-content{width:95%;margin:1rem}.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-success-modal{padding:2rem 1.5rem}.pd5-success-title{font-size:1.5rem}}@media (max-width:480px){.pd5-property-details-title{font-size:1.5rem}.pd5-property-details-price{font-size:1.8rem}.pd5-property-details-main-image{height:250px}.pd5-property-details-stat-value{font-size:1.5rem}.pd5-property-details-contact-actions{flex-direction:column}.pd5-contact-footer{padding:2rem 1rem 1rem}.pd5-contact-footer-container{padding:0 1rem}.pd5-contact-footer-content{gap:1.5rem}.pd5-contact-footer-logo-text{font-size:1.4rem}.pd5-contact-footer-description{font-size:.9rem}.pd5-modal-header,.pd5-interest-form{padding:1rem}.pd5-success-modal{padding:1.5rem 1rem}.pd5-success-icon{width:60px;height:60px;font-size:2rem}.pd5-success-title{font-size:1.3rem}}@supports (-webkit-touch-callout:none){body.pd5-modal-open{height:-webkit-fill-available!important;position:fixed!important;overflow:hidden!important}}.pd5-no-images,.pd5-no-amenities,.pd5-no-location{color:#7f8c8d;text-align:center;background:#f8fafc;border-radius:8px;justify-content:center;align-items:center;padding:2rem;font-style:italic;display:flex}.pd5-debug-info{color:#7f8c8d;margin-top:.5rem;font-family:monospace;font-size:.85rem}.pd5-property-status{background:#f8fafc;border-radius:8px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.pd5-status-item{justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.pd5-status-label{color:#2c3e50;font-size:.95rem;font-weight:600}.pd5-status-value{color:#2c3e50;border-radius:4px;padding:.25rem .75rem;font-size:.95rem;font-weight:700}.pd5-status-value.active{color:#155724;background:#d4edda}.pd5-status-value.inactive{color:#721c24;background:#f8d7da}.pd5-status-value.pending{color:#856404;background:#fff3cd}.pd5-property-details-active-image{object-fit:cover;border-radius:.5rem;width:100%;height:400px}.pd5-property-details-thumbnail img{object-fit:cover;border-radius:.25rem;width:100%;height:80px}html,body{height:100%;overflow:hidden auto}.App{width:100%;min-height:100vh;position:relative}*{box-sizing:border-box;margin:0;padding:0}
