@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Great+Vibes&family=Allura&display=swap);@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Kalam:wght@300;400;700&family=Caveat:wght@400;500;600;700&display=swap);.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:var(--spacing-xl);position:relative}.login-container:before{animation:float 30s ease-in-out infinite;background:radial-gradient(circle at 20% 80%,#667eea1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#764ba21a 0,#0000 50%),radial-gradient(circle at 40% 40%,#667eea0d 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.login-container:after{animation:pulse 4s ease-in-out infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:300px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:300px}.login-card{animation:slideUp .6s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 25px 50px #00000040;max-width:480px;padding:48px;position:relative;width:100%;z-index:10}.login-header{margin-bottom:40px;text-align:center}.login-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2.5rem;font-weight:800;margin-bottom:12px}.login-header p{color:#718096;font-size:1.1rem;font-weight:500}.login-form{display:flex;flex-direction:column;gap:24px}.form-group{gap:8px}.form-group label{color:#2d3748;font-size:.95rem;font-weight:600;margin-left:4px}.form-group input{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;color:#2d3748;font-size:1rem;font-weight:500;padding:16px 20px;transition:all .3s ease}.form-group input::placeholder{color:var(--text-muted)}.form-group input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea26;outline:none;transform:translateY(-1px)}.form-group input:disabled{background:var(--bg-tertiary);cursor:not-allowed;opacity:.6}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:8px;overflow:hidden;padding:16px;position:relative;transition:all .3s ease}.login-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.login-button:hover:before{left:100%}.login-button:hover:not(:disabled){box-shadow:var(--shadow-lg);transform:translateY(-2px)}.login-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.hosted-ui-section{margin:20px 0;text-align:center}.hosted-ui-section p{color:#666;font-size:1rem;margin-bottom:20px}.hosted-ui-button{background:linear-gradient(135deg,#ff6b6b,#ee5a24);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:10px;padding:16px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.hosted-ui-button:hover{box-shadow:0 10px 20px #ff6b6b4d;transform:translateY(-2px)}.login-footer{border-top:1px solid #e2e8f0;margin-top:32px;padding-top:24px;text-align:center}.login-footer p{color:#718096;font-size:.95rem;font-weight:500}.error-message{animation:slideIn .3s ease;background:var(--bg-error);border:1px solid #dc26264d;border-radius:12px;color:#fff;font-size:.95rem;padding:16px;text-align:center}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.login-card{border-radius:20px;margin:20px;padding:32px 24px}.login-header h1{font-size:2rem}.login-header p{font-size:1rem}.form-group input{padding:14px 16px}.login-button{font-size:1rem;padding:14px}}:root{--sidebar-width:280px;--nav-height:56px;--results-offset:-6px}.dashboard-container{background:linear-gradient(135deg,#0f1419,#1a2332 25%,#0f172a 50%,#1e293b 75%,#0f1419);color:#f8fafc;display:flex;flex-direction:column;font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;overflow:visible;position:relative}.dashboard-container:before{background:radial-gradient(circle at 20% 80%,#3b82f60a 0,#0000 50%),radial-gradient(circle at 80% 20%,#8b5cf608 0,#0000 50%),radial-gradient(circle at 40% 40%,#10b98105 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.call-agent-main{background:#0000;display:flex;flex-direction:column;gap:2rem;min-height:calc(100vh - 160px);padding:1.5rem 2rem}.call-agent-header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#0f172afa,#1e293bf2);border:1px solid #94a3b81a;border-radius:12px;box-shadow:0 8px 16px #0000001a,0 4px 8px #0000000f,inset 0 1px 0 #ffffff0d;margin-bottom:1rem;padding:1.5rem 2rem;text-align:center}.call-agent-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f8fafc,#cbd5e1);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;letter-spacing:-.025em;margin:0 0 .75rem}.call-agent-header p{color:#94a3b8;font-size:1rem;font-weight:500;margin:0}.call-agent-content{grid-gap:1.5rem;align-items:stretch;display:grid;flex:1 1;gap:1.5rem;grid-template-columns:2fr 1fr}.call-agent-widget{min-height:600px;overflow:hidden;position:relative}.call-agent-info,.call-agent-widget{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#0f172af2,#1e293bf2);border:1px solid #94a3b81a;border-radius:12px;box-shadow:0 8px 16px #0000001a,0 4px 8px #0000000f,inset 0 1px 0 #ffffff0d;display:flex;flex-direction:column;padding:1.5rem}.call-agent-info{gap:1.5rem}.call-agent-info h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:#f8fafc;font-size:1.25rem;font-weight:700;margin:0}.call-agent-info ul{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.call-agent-info li{background:#3b82f61a;border-left:3px solid #3b82f6;border-radius:8px;color:#e2e8f0;font-size:.875rem;line-height:1.4;padding:.75rem;transition:all .2s ease}.call-agent-info li:hover{background:#3b82f626;transform:translateX(4px)}.call-agent-tips{background:#10b9811a;border:1px solid #10b98133;border-radius:8px;margin-top:auto;padding:1rem}.call-agent-tips h4{color:#10b981;font-size:1rem;font-weight:600;margin:0 0 .75rem}.call-agent-tips p{color:#d1fae5;font-size:.8rem;line-height:1.4;margin:.4rem 0}elevenlabs-convai{bottom:16px;position:fixed;right:16px;z-index:2147483000}.call-agent-widget elevenlabs-convai{border-radius:8px;bottom:auto;height:100%;min-height:550px;overflow:hidden;position:relative;right:auto;width:100%;z-index:auto}.call-agent-widget:before{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ae6;border-radius:8px;color:#94a3b8;content:"Loading AI Agent...";font-size:1rem;font-weight:500;left:50%;padding:1rem 2rem;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.call-agent-widget elevenlabs-convai:not(:empty)+.call-agent-widget:before{display:none}@media (max-width:1200px){.call-agent-content{gap:1.5rem;grid-template-columns:1fr}.call-agent-header h2{font-size:1.75rem}.call-agent-widget{min-height:500px}.call-agent-info{order:-1}}@media (max-width:768px){.call-agent-main{gap:1.5rem;padding:1rem}.call-agent-header{margin-bottom:0;padding:1.25rem}.call-agent-header h2{font-size:1.5rem}.call-agent-header p{font-size:.9rem}.call-agent-content{gap:1rem}.call-agent-widget{min-height:450px;padding:1rem}.call-agent-info{padding:1.25rem}.call-agent-info li{font-size:.8rem;padding:.625rem}.call-agent-tips p{font-size:.75rem}}@media (max-width:480px){.call-agent-main{padding:.75rem}.call-agent-header{padding:1rem}.call-agent-header h2{font-size:1.25rem}.call-agent-info,.call-agent-widget{padding:1rem}}.dashboard-container::-webkit-scrollbar{height:12px!important;width:12px!important}.dashboard-container::-webkit-scrollbar-track{background:#0f1720!important;border-radius:6px!important}.dashboard-container::-webkit-scrollbar-thumb{background:#475569!important;border:2px solid #0f1720!important;border-radius:6px!important;box-shadow:0 2px 4px #0000004d!important}.dashboard-container::-webkit-scrollbar-thumb:hover{background:#64748b!important}.dashboard-container::-webkit-scrollbar-corner{background:#0f1720!important}.dashboard-container{scrollbar-color:#475569 #0f1720!important;scrollbar-width:thin!important}.combined-nav{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#0f172afa,#1e293bf2);border-bottom:1px solid #94a3b81f;box-shadow:0 1px 2px -1px #0000001a,0 1px 1px -1px #0000000f,inset 0 1px 0 #ffffff0d;color:#f8fafc;flex-shrink:0;flex-wrap:nowrap;justify-content:center;max-height:3rem;min-height:2.5rem;padding:.125rem .75rem;position:relative;width:100%;z-index:100}.combined-nav,.nav-left{align-items:center;display:flex}.nav-left{flex-shrink:1;gap:.5rem;min-width:0;overflow:hidden}.nav-brand h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f8fafc,#cbd5e1);-webkit-background-clip:text;background-clip:text;color:#f8fafc;font-size:.9rem;font-weight:700;letter-spacing:-.025em;line-height:1.1;margin:0;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:1400px){.nav-brand h2{font-size:.8rem;max-width:none}.nav-tab{font-size:.7rem;padding:.25rem .375rem}.user-info{gap:.125rem}.username{font-size:.7rem}.user-role{font-size:.65rem;padding:.125rem .25rem}.admin-tools-content .add-user-button,.admin-tools-content .export-button,.admin-tools-content .import-button{font-size:.55rem;height:14px;margin-right:.125rem;max-height:14px;max-width:60px;min-height:14px;padding:.125rem .25rem}}@media (max-width:768px){.nav-brand h2{font-size:.75rem;max-width:120px}.nav-tab{font-size:.65rem;padding:.125rem .25rem}.user-info{gap:.125rem}.username{font-size:.65rem}.user-role{font-size:.6rem;padding:.125rem .25rem}.admin-tools-content .add-user-button,.admin-tools-content .export-button,.admin-tools-content .import-button{font-size:.55rem;height:14px;margin-right:.125rem;max-height:14px;max-width:60px;min-height:14px;padding:.125rem .25rem}}@media (max-width:600px){.nav-tab{font-size:.85rem;padding:.5rem .75rem}.user-info{display:none}.admin-tools-content .add-user-button,.admin-tools-content .export-button,.admin-tools-content .import-button{font-size:.8rem;height:auto;margin-bottom:.25rem;margin-right:.25rem;max-height:none;max-width:none;min-height:36px;padding:.5rem .75rem}.admin-tools-content{flex-wrap:wrap;justify-content:flex-start}}.nav-tabs{display:flex;gap:0;min-height:3.025rem}.nav-tab,.nav-tabs{flex-shrink:1;min-width:0;overflow:hidden}.nav-tab{background:none;border:none;border-bottom:3px solid #0000;border-radius:8px 8px 0 0;color:#94a3b8;cursor:pointer;font-size:.75rem;font-weight:700;letter-spacing:.025em;line-height:1.1;min-height:3rem;padding:.25rem .5rem;position:relative;text-overflow:ellipsis;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.nav-tab:hover{background:#3b82f614;color:#f1f5f9;transform:translateY(-1px)}.nav-tab.active{background:#3b82f61f;border-bottom-color:#3b82f6;color:#3b82f6}.nav-tab.active:before{background:linear-gradient(135deg,#3b82f61a,#8b5cf60d);border-radius:8px 8px 0 0;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.nav-right{align-items:center;display:flex;gap:.1rem;justify-content:space-around;margin-left:0}.nav-right,.user-info{flex-shrink:1;min-width:0}.user-info{align-items:center!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:.25rem;justify-content:flex-start!important;overflow:hidden}.user-info .signout-button,.user-info .user-role{display:inline-block!important;flex-shrink:0;vertical-align:middle;white-space:nowrap}@media (max-width:1200px){.username{display:none!important}.user-info{gap:.5rem}}.username{color:#fff;display:inline-block!important;font-size:.75rem;white-space:nowrap}.user-role,.username{font-weight:700;line-height:1.1;vertical-align:middle}.user-role{background:#4755694d;border-radius:10px;color:#94a3b8;display:inline-block;font-size:.7rem;padding:.125rem .375rem}.dashboard-main{display:flex;flex:1 1;flex-direction:row;min-height:0;overflow:hidden}.dashboard-main::-webkit-scrollbar{height:12px;width:12px}.dashboard-main::-webkit-scrollbar-track{background:#f7f7f7;border-radius:6px}.dashboard-main::-webkit-scrollbar-thumb{background:#2a9d8f;border:2px solid #f7f7f7;border-radius:6px}.dashboard-main::-webkit-scrollbar-thumb:hover{background:#1a3c64}.dashboard-main::-webkit-scrollbar-corner{background:#f7f7f7}.content-area{display:flex;flex:1 1;flex-direction:column;min-height:0;order:2;overflow:hidden;padding-top:.25rem;transition:margin-left .3s ease,margin-right .3s ease,width .3s ease}.filters-sidebar.closed+.content-area,.filters-sidebar.closed~.content-area{flex:1 1!important;margin-left:0!important;width:100%!important}.dashboard-main:has(.filters-sidebar.open) .content-area{flex:1 1!important;width:calc(100% - 320px)!important}.dashboard-main:has(.filters-sidebar.closed) .content-area{flex:1 1!important;width:100%!important}.content-area::-webkit-scrollbar{height:12px;width:12px}.content-area::-webkit-scrollbar-track{background:#f7f7f7;border-radius:6px}.content-area::-webkit-scrollbar-thumb{background:#2a9d8f;border:2px solid #f7f7f7;border-radius:6px}.content-area::-webkit-scrollbar-thumb:hover{background:#1a3c64}.content-area::-webkit-scrollbar-corner{background:#f7f7f7}.filters-sidebar,aside.filters-sidebar{align-items:stretch;background:#1e293b;border:none;box-shadow:2px 0 8px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;max-width:280px;min-height:0;min-width:280px;overflow:visible;padding:0;transition:all .3s ease;width:280px}.filters-sidebar .filter-list{list-style:none;margin:0;padding:1rem 0;width:100%}.filters-sidebar .filter-item{background:#0000;border-bottom:1px solid #94a3b81a;transition:background-color .2s ease;width:100%}.filters-sidebar .filter-item:hover{background:#94a3b80d}.filters-sidebar .filter-header{align-items:center;background:none;border:none;color:#f1f5f9;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;justify-content:space-between;padding:.75rem 1rem;text-align:left;width:100%}.filters-sidebar .filter-header:hover{color:#fff}.filters-sidebar .filter-arrow{color:#94a3b8;font-size:.75rem;transition:transform .2s ease}.filters-sidebar .filter-item.open .filter-arrow{transform:rotate(180deg)}.filters-sidebar .filter-content{color:#cbd5e1;font-size:.8rem;line-height:1.4;padding:0 1rem .75rem}.filters-sidebar .filter-content.hidden{display:none}.filters-sidebar .search-input{background:#334155;border:1px solid #475569;border-radius:0;color:#f1f5f9;font-size:.875rem;margin:0;padding:.75rem 1rem;width:100%}.filters-sidebar .filter-content select,.filters-sidebar .filter-item select,.filters-sidebar .filter-select,.filters-sidebar select.filter-select{-webkit-appearance:none;appearance:none;background:#0f1720!important;border:1px solid #334155!important;border-radius:8px;color:#e5e7eb!important;font-size:.875rem;font-weight:500;outline:none!important;padding:.5rem .75rem;transition:all .2s ease;width:100%}.filters-sidebar .filter-content select:focus,.filters-sidebar .filter-content select:hover,.filters-sidebar .filter-item select:focus,.filters-sidebar .filter-item select:hover,.filters-sidebar .filter-select:focus,.filters-sidebar .filter-select:hover{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f626!important}.filters-sidebar .filter-content select option,.filters-sidebar .filter-item select option,.filters-sidebar .filter-select option{background:#0b1220!important;color:#e5e7eb}.filters-sidebar .search-input:focus{background:#475569;border-color:#3b82f6;outline:none}.filters-sidebar .search-input::placeholder{color:#94a3b8}.filters-sidebar.closed{border-right:none!important;max-width:0!important;min-width:0!important;overflow:hidden!important;padding:0!important;transform:translateX(-100%)!important;width:0!important}.filters-sidebar.open{align-items:center!important;border-right:1px solid #475569!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;max-width:280px!important;min-width:280px!important;overflow-x:hidden!important;overflow-y:auto!important;padding:8px!important;transform:translateX(0)!important;width:280px!important}.sidebar-toggle-container{align-items:center;display:flex;justify-content:center;left:0;position:fixed;top:50px;top:calc(var(--nav-height) + var(--results-offset));transition:left .4s cubic-bezier(.4,0,.2,1);z-index:1000}.filters-sidebar.open+.content-area .sidebar-toggle-container,.filters-sidebar.open~.content-area .sidebar-toggle-container{left:280px;left:var(--sidebar-width)}.filters-sidebar.closed+.content-area .sidebar-toggle-container,.filters-sidebar.closed~.content-area .sidebar-toggle-container{left:0}.dashboard-main:has(.filters-sidebar.open) .sidebar-toggle-container{left:280px;left:var(--sidebar-width)}.dashboard-main:has(.filters-sidebar.closed) .sidebar-toggle-container{left:0}.sidebar-toggle-container{pointer-events:auto}.sidebar-toggle-btn{background:#0000;border:15px solid #0000;border-left:20px solid #fff;border-right:none;color:#fff;cursor:pointer;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3));height:0;transition:all .2s ease;-webkit-user-select:none;user-select:none;width:0}.filters-sidebar.open+.content-area .sidebar-toggle-btn,.filters-sidebar.open~.content-area .sidebar-toggle-btn{border:15px solid #0000;border-left:none;border-right:20px solid #fff}.filters-sidebar.closed+.content-area .sidebar-toggle-btn,.filters-sidebar.closed~.content-area .sidebar-toggle-btn{border:15px solid #0000;border-left:20px solid #fff;border-right:none}.sidebar-toggle-btn{transition:all .3s ease,border .2s ease}.sidebar-toggle-btn:hover{filter:drop-shadow(3px 3px 6px rgba(0,0,0,.4));filter:drop-shadow(3px 3px 6px rgba(0,0,0,.4)) drop-shadow(0 0 8px rgba(255,255,255,.3));transform:scale(1.1)}.sidebar-toggle-btn:active{filter:drop-shadow(1px 1px 2px rgba(0,0,0,.3));transform:scale(.95)}@keyframes pulse-attention{0%,to{box-shadow:0 8px 32px #3b82f64d,0 4px 16px #0000001a,inset 0 1px 0 #fff3}50%{box-shadow:0 12px 40px #3b82f680,0 6px 20px #00000026,inset 0 1px 0 #ffffff4d}}.chatbot-toggle-container{position:fixed;right:0;top:120px;transition:right .3s ease;z-index:1000}.content-area{position:relative;transition:margin-right .3s ease,width .3s ease;z-index:1}.chatbot-sidebar.closed+.content-area,.chatbot-sidebar.closed~.content-area{flex:1 1!important;margin-right:0!important;width:100%!important}.chatbot-sidebar.open+.content-area,.chatbot-sidebar.open~.content-area{flex:1 1!important;margin-right:0!important;width:calc(100% - 380px)!important}.dashboard-main:has(.chatbot-sidebar.open) .content-area{transition:width .3s ease}.dashboard-main:has(.chatbot-sidebar.closed) .content-area{transition:width .3s ease}.dashboard-main:has(.chatbot-sidebar.open) .content-area{flex:1 1!important;width:calc(100% - 380px)!important}.dashboard-main:has(.chatbot-sidebar.closed) .content-area{flex:1 1!important;width:100%!important}.chatbot-sidebar{z-index:1000}.chatbot-toggle-btn{align-items:center;background:#475569;border:none;border-radius:8px 0 0 8px;box-shadow:-2px 2px 4px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:48px;justify-content:center;transition:all .2s ease;-webkit-user-select:none;user-select:none;width:48px}.chatbot-toggle-btn:hover{background:#64748b;box-shadow:-3px 3px 6px #0006;transform:scale(1.05)}.chatbot-toggle-btn:active{box-shadow:-1px 1px 2px #0000004d;transform:scale(.95)}.chatbot-sidebar.open+.chatbot-toggle-container,.chatbot-sidebar.open~.chatbot-toggle-container{right:380px}.chatbot-sidebar.closed+.chatbot-toggle-container,.chatbot-sidebar.closed~.chatbot-toggle-container{right:0}@media (max-width:1200px){:root{--sidebar-width:300px}.filters-sidebar,.filters-sidebar.open{max-width:280px!important;max-width:var(--sidebar-width)!important;min-width:280px!important;min-width:var(--sidebar-width)!important;width:280px!important;width:var(--sidebar-width)!important}.filters-sidebar.closed+.content-area .sidebar-toggle-container{left:0}.filters-sidebar.open+.content-area .sidebar-toggle-container{left:280px;left:var(--sidebar-width)}.filters-sidebar.open+.content-area,.filters-sidebar.open~.content-area{width:calc(100% - 280px)!important;width:calc(100% - var(--sidebar-width))!important}.dashboard-main:has(.filters-sidebar.open) .content-area{width:calc(100% - 300px)!important}.sidebar-toggle-btn{border-width:13px 18px}.sidebar-toggle-btn:after{font-size:.8rem;left:70px;padding:.5rem 1rem}.chatbot-sidebar.open+.chatbot-toggle-container,.chatbot-sidebar.open~.chatbot-toggle-container{right:360px}.chatbot-sidebar.open+.content-area,.chatbot-sidebar.open~.content-area{width:calc(100% - 360px)!important}.dashboard-main:has(.chatbot-sidebar.open) .content-area{width:calc(100% - 360px)!important}}@media (max-width:768px){:root{--sidebar-width:280px}.filters-sidebar,.filters-sidebar.open{max-width:280px!important;max-width:var(--sidebar-width)!important;min-width:280px!important;min-width:var(--sidebar-width)!important;width:280px!important;width:var(--sidebar-width)!important}.filters-sidebar.closed+.content-area .sidebar-toggle-container{left:0}.filters-sidebar.open+.content-area .sidebar-toggle-container{left:280px;left:var(--sidebar-width)}.filters-sidebar.open+.content-area,.filters-sidebar.open~.content-area{width:calc(100% - 280px)!important;width:calc(100% - var(--sidebar-width))!important}.dashboard-main:has(.filters-sidebar.open) .content-area{width:calc(100% - 280px)!important}.sidebar-toggle-btn{border-width:12px 16px}.sidebar-toggle-btn:after{font-size:.75rem;left:60px;padding:.5rem .875rem}.chatbot-sidebar.open+.chatbot-toggle-container,.chatbot-sidebar.open~.chatbot-toggle-container{right:340px}.chatbot-sidebar.open+.content-area,.chatbot-sidebar.open~.content-area{width:calc(100% - 340px)!important}.dashboard-main:has(.chatbot-sidebar.open) .content-area{width:calc(100% - 340px)!important}}@media (max-width:480px){.combined-nav{background-color:#2a2a3a;flex-direction:column!important;flex-wrap:nowrap!important;min-height:50px!important;padding:.5rem .75rem!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:5000!important}.nav-left{margin-top:-15%!important}.nav-right{margin-top:-10px!important}.nav-brand h2{font-size:2rem!important;max-width:100px!important}.filters-sidebar{box-shadow:0 -5px 15px #0003!important;display:block!important;height:90vh!important;left:0!important;overflow-y:auto!important;position:fixed!important;top:10%!important;transition:transform .3s ease-out!important;width:100%!important;z-index:4000!important}.filters-sidebar.closed{width:0}.filters-sidebar.open{background-color:#334155!important;height:90vh!important;width:70%!important;z-index:9999!important}.chatbot-sidebar,.chatbot-toggle-container{display:none!important}.content-area,.dashboard-main:has(.chatbot-sidebar.open) .content-area,.dashboard-main:has(.filters-sidebar.open) .content-area{margin-left:0!important;margin-right:0!important;max-width:0!important;width:0!important}.sidebar-toggle-container{display:flex!important;left:10px!important;position:fixed!important;top:15px!important;z-index:1001!important}.nav-right{align-items:center;display:flex;flex-direction:row!important;flex-wrap:nowrap!important;gap:.5rem;justify-content:flex-end;margin-top:-40px}.nav-right .export-button,.nav-right .import-button{font-size:1rem;height:24px;width:-webkit-fit-content;width:fit-content}.nav-right .profile-trigger-btn{height:26px;width:26px}.nav-right .profile-trigger-initials{font-size:.55rem}.content-area{margin-left:0!important;margin-right:0!important;padding-top:60px!important;position:relative;width:100%!important;z-index:5000!important}}.filters-sidebar::-webkit-scrollbar{display:block!important;width:10px!important}.filters-sidebar::-webkit-scrollbar-track{background:#0f1720!important;border-radius:5px!important}.filters-sidebar::-webkit-scrollbar-thumb{background:#475569!important;border:1px solid #0f1720!important;border-radius:5px!important;box-shadow:0 2px 4px #0000004d!important}.filters-sidebar::-webkit-scrollbar-thumb:hover{background:#64748b!important}.filters-sidebar{-ms-overflow-style:none!important;overflow:auto!important;scrollbar-color:#475569 #0f1720!important;scrollbar-width:thin!important}.filters-sidebar::-webkit-scrollbar{-webkit-appearance:none!important}.filters-sidebar .filters-section{background:#0f1720!important;border-radius:0;box-sizing:border-box!important;margin:0 auto!important;max-width:380px!important;overflow:hidden!important;padding:0!important;width:100%}@media (max-width:1200px){.filters-sidebar .filters-section{max-width:320px!important}.clear-filters-btn,.filter-group,.range-inputs,.search-input{max-width:300px!important}}@media (max-width:768px){.filters-sidebar .filters-section{max-width:280px!important}.clear-filters-btn,.filter-group,.range-inputs,.search-input{max-width:260px!important}}@media (max-width:480px){.filters-sidebar .filters-section{max-width:240px!important}.clear-filters-btn,.filter-group,.range-inputs,.search-input{max-width:220px!important}}.filters-header{align-items:center;background:#1e293b;border:1px solid #475569;border-radius:6px;box-shadow:0 1px 3px #0000004d;display:flex;justify-content:space-between;margin-bottom:.5rem;min-height:28px;padding:.5rem .75rem}.filters-header h3{color:#fff;font-size:1rem;font-weight:700;letter-spacing:.025em;margin:0;text-transform:uppercase}.clear-filters-btn{font-size:.875rem;font-weight:600;min-height:40px;min-width:100px;padding:.75rem 1.25rem}.active-filters{background:#065f46;border:1px solid #10b981;border-radius:8px;margin-bottom:1.5rem;padding:.75rem 1rem}.active-filters-label{color:#fff;font-size:.875rem;font-weight:600}.filter-category{background:#1e293b;border:1px solid #475569;border-radius:6px;box-shadow:0 1px 3px #0000004d;box-sizing:border-box;margin-bottom:.125rem;padding:2px;width:100%}.filter-category.primary-search{background:#1e293b;border-color:#334155;box-shadow:0 4px 12px #0000001a}.filter-category h4{border-bottom:1px solid #475569;color:#94a3b8;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin:0 0 .125rem;padding-bottom:.125rem;text-transform:uppercase}.filter-category:last-child{margin-bottom:0}.filter-group{box-sizing:border-box!important;gap:.0625rem;margin-bottom:.0625rem;max-width:260px!important;overflow:hidden!important;width:100%}.quick-search-group{margin-bottom:.5rem!important}.filter-group:last-child{margin-bottom:0}.filter-group label{color:#fff;margin-bottom:.0625rem}.filter-group input,.filter-group select{background:#0f1720;border:1px solid #475569;border-radius:4px;color:#fff;font-size:.75rem;font-weight:500;min-height:28px;padding:.375rem;transition:all .2s ease;width:100%}.filter-group input:focus,.filter-group select:focus{background:#1e293b;border-color:#64748b;box-shadow:0 0 0 4px #64748b33;outline:none}.filter-group input:hover,.filter-group select:hover{background:#1e293b;border-color:#1a3c64}.clear-filters-btn{align-items:center;background:#dc2626;border:none;border-radius:8px;box-shadow:0 4px 8px #dc26264d;box-sizing:border-box!important;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.5rem;justify-content:center;letter-spacing:.025em;margin:1rem auto .5rem;max-width:360px!important;overflow:hidden!important;padding:1rem 1.25rem;text-transform:uppercase;transition:all .2s ease;width:100%}.clear-filters-btn:hover{background:#b91c1c;box-shadow:0 4px 8px #dc26264d;transform:translateY(-1px)}.clear-filters-btn:active{box-shadow:0 2px 4px #dc26264d;transform:translateY(0)}.filter-count-badge{background:#fff3;border-radius:12px;font-size:.75rem;font-weight:500;margin-left:.25rem;padding:.25rem .5rem}.search-input{box-sizing:border-box!important;max-width:360px!important;overflow:hidden!important;position:relative;width:100%}.search-input input{background:#0f1720;border:2px solid #475569;box-sizing:border-box!important;padding-left:.875rem}.search-input input:focus{background:#1e293b;border-color:#64748b}.search-input input::placeholder{color:#6b7280;font-weight:400}.search-input-container{position:relative;width:100%}.universal-search-input{background:#0f1720;border:2px solid #475569;border-radius:8px;color:#fff;font-size:1rem;font-weight:500;padding:1rem;transition:all .2s ease;width:100%}.universal-search-input:focus{background:#1e293b;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f626;outline:none}.universal-search-input:hover{background:#1e293b;border-color:#64748b}.search-tooltip{background:#1e293b;border:1px solid #475569;border-radius:6px;color:#94a3b8;font-size:.8rem;left:0;margin-top:.5rem;opacity:0;padding:.75rem;position:absolute;right:0;top:100%;transition:all .2s ease;visibility:hidden;z-index:10}.search-input-container:hover .search-tooltip{opacity:1;visibility:visible}.range-inputs{grid-gap:.5rem;box-sizing:border-box!important;display:grid;grid-template-columns:1fr auto 1fr;max-width:360px!important;overflow:hidden!important}.range-inputs input[type=number]{font-size:.8125rem;min-height:32px;padding:.5rem;width:100%}.range-sep{color:#94a3b8;font-size:.75rem}.compact-range-inputs{display:flex;flex-direction:column;gap:.5rem}.range-row{align-items:center;display:flex;gap:.375rem;min-height:32px}.range-label{color:#e2e8f0;flex-shrink:0;font-size:.75rem;font-weight:500;min-width:60px;text-align:left}.range-input.compact{flex-shrink:0;font-size:.8125rem;min-height:32px;padding:.5rem;width:100px}.range-separator{color:#94a3b8;font-size:.75rem;margin:0 .25rem}.admin-section{border-top:1px solid #475569;margin-top:2rem;padding-top:1.5rem}.admin-section h3{color:#f1f5f9;font-size:1rem;font-weight:600;margin:0 0 1rem}.add-user-button{align-items:center;background:linear-gradient(135deg,#059669,#10b981);border:none;border-radius:12px;box-shadow:0 8px 16px #0596694d,0 4px 8px #0000001a,inset 0 1px 0 #ffffff1a;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;justify-content:center;letter-spacing:.05em;overflow:hidden;padding:1rem 1.5rem;position:relative;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.add-user-button:hover{background:linear-gradient(135deg,#047857,#059669);box-shadow:0 12px 24px #05966966,0 6px 12px #00000026,inset 0 1px 0 #ffffff26;transform:translateY(-2px) scale(1.02)}.button-icon{font-size:1rem}.properties-main{background:#1a3c64;display:flex;flex:1 1;flex-direction:column;margin-top:.25rem;min-height:0;padding:.25rem;position:relative;z-index:1}.properties-main::-webkit-scrollbar{height:12px;width:12px}.properties-main::-webkit-scrollbar-track{background:#f7f7f7;border-radius:6px}.properties-main::-webkit-scrollbar-thumb{background:#2a9d8f;border:2px solid #f7f7f7;border-radius:6px}.properties-main::-webkit-scrollbar-thumb:hover{background:#1a3c64}.properties-main::-webkit-scrollbar-corner{background:#f7f7f7}.admin-tools-main{background:#f7f7f7;flex:1 1;overflow-y:auto;padding:2rem}.admin-tools-main::-webkit-scrollbar{height:12px;width:12px}.admin-tools-main::-webkit-scrollbar-track{background:#f7f7f7;border-radius:6px}.admin-tools-main::-webkit-scrollbar-thumb{background:#2a9d8f;border:2px solid #f7f7f7;border-radius:6px}.admin-tools-main::-webkit-scrollbar-thumb:hover{background:#1a3c64}.admin-tools-main::-webkit-scrollbar-corner{background:#f7f7f7}.admin-tools-header{border-bottom:2px solid #e9c46a;margin-bottom:2rem;padding-bottom:1rem}.admin-tools-header h2{color:#1a3c64;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.admin-tools-header p{color:#4b5563;font-size:.875rem;margin:0}.admin-tools-content{display:flex;flex-direction:column;gap:2rem}.admin-tools-content h3{color:#1a3c64;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.admin-tools-content p{color:#4b5563;font-size:.875rem;line-height:1.5;margin:0 0 1rem}.admin-tools-content .add-user-button,.admin-tools-content .export-button,.admin-tools-content .import-button{border:none;cursor:pointer;flex-shrink:1;font-size:.6rem;font-weight:500;height:16px;line-height:1;margin-bottom:.125rem;margin-right:.125rem;max-height:16px;max-width:80px;min-height:16px;min-width:0;overflow:hidden;padding:.125rem .25rem;text-overflow:ellipsis;transition:all .2s ease;white-space:nowrap}.admin-tools-content .add-user-button{background:#16a34a;border:1px solid #14532d;color:#e5e7eb}.admin-tools-content .add-user-button:hover{background:#15803d;transform:translateY(-1px)}.admin-tools-content .export-button{background:#2563eb;border:1px solid #1e40af;color:#e5e7eb}.admin-tools-content .export-button:hover{background:#1d4ed8;transform:translateY(-1px)}.admin-tools-content .import-button{background:#7c3aed;border:1px solid #5b21b6;color:#e5e7eb}.admin-tools-content .import-button:hover{background:#6d28d9;transform:translateY(-1px)}.nav-user{align-items:center;display:flex;gap:1rem}.signout-button{background:linear-gradient(135deg,#dc2626,#ef4444);border:none;border-radius:6px;box-shadow:0 4px 8px #dc262633,0 2px 4px #0000001a,inset 0 1px 0 #ffffff1a;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.05em;min-height:28px;overflow:hidden;padding:.375rem .75rem;position:relative;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.signout-button:hover{background:linear-gradient(135deg,#b91c1c,#dc2626);box-shadow:0 12px 24px #dc262666,0 6px 12px #00000026,inset 0 1px 0 #ffffff26;transform:translateY(-2px) scale(1.02)}.results-header{grid-gap:1rem;backdrop-filter:none;-webkit-backdrop-filter:none;display:grid;flex-shrink:0;gap:1rem;grid-template-columns:1fr 2fr 1fr;margin-bottom:.25rem;min-height:2.5rem;padding:.5rem .75rem}.results-info{gap:.5rem}.results-count{color:#e9c46a;font-size:.75rem;font-weight:600;line-height:1}.sort-controls{color:#fff;flex-shrink:1;font-size:.7rem;gap:.25rem;line-height:1.1;min-width:0}.sort-select{background:#0f1720;max-width:100px;min-width:60px}.sort-order-btn,.sort-select{border:1px solid #e9c46a;border-radius:3px;color:#fff;flex-shrink:1;font-size:.65rem;line-height:1;min-height:20px;padding:.125rem .375rem}.sort-order-btn{background:#1e293b;max-width:70px;min-width:50px;transition:all .2s ease}.sort-order-btn:hover{background:#e9c46a;color:#0f1720}.results-center .sort-order-select,.sort-controls .sort-order-select,.sort-order-select{align-items:center!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:linear-gradient(135deg,#1e293bf2,#334155f2)!important;border:1px solid #3b82f633!important;border-radius:6px!important;box-shadow:0 4px 6px #0000001a,inset 0 1px 0 #ffffff0d!important;color:#f1f5f9!important;cursor:pointer;display:inline-flex!important;font-size:.75rem!important;font-weight:600!important;margin-left:.375rem!important;min-height:28px!important;min-width:160px!important;padding:.375rem .75rem!important;transition:all .3s cubic-bezier(.4,0,.2,1)}.results-center .sort-order-select:hover,.sort-controls .sort-order-select:hover,.sort-order-select:hover{background:linear-gradient(135deg,#334155f2,#475569f2)!important;border-color:#3b82f666!important;box-shadow:0 8px 16px #00000026,inset 0 1px 0 #ffffff1a!important;transform:translateY(-1px)}.results-center .sort-order-select:focus,.sort-controls .sort-order-select:focus,.sort-order-select:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f633,0 8px 16px #00000026,inset 0 1px 0 #ffffff1a!important;outline:none!important;transform:translateY(-1px)}.results-center .sort-order-select option,.sort-controls .sort-order-select option,.sort-order-select option{background:#1e293b!important;color:#e5e7eb!important}.export-button,.results-right .export-button{background:linear-gradient(135deg,#059669,#10b981)!important;border:none!important;border-radius:6px!important;box-shadow:0 4px 8px #05966933,0 2px 4px #0000001a,inset 0 1px 0 #ffffff1a;color:#fff!important;cursor:pointer;font-size:.75rem!important;font-weight:700!important;letter-spacing:.05em;margin-left:.375rem!important;min-height:28px!important;overflow:hidden;padding:.375rem .75rem!important;position:relative;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.export-button:hover,.results-right .export-button:hover{background:linear-gradient(135deg,#047857,#059669)!important;box-shadow:0 12px 24px #05966966,0 6px 12px #00000026,inset 0 1px 0 #ffffff26;transform:translateY(-2px) scale(1.02)}.clear-filters-header-btn{background:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.7rem;font-weight:600;line-height:1.1;margin-left:.75rem;min-height:20px;padding:.25rem .75rem;transition:all .2s ease}.clear-filters-header-btn:hover{background:#b91c1c;box-shadow:0 4px 8px #dc26264d;transform:translateY(-1px)}.properties-table{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#0f172af2,#1e293bf2);border:1px solid #94a3b81a;border-collapse:collapse;border-radius:8px;border-spacing:0;box-shadow:0 8px 12px -4px #0000001a,0 4px 6px -2px #0000000a,0 0 0 1px #ffffff0d;color:#f8fafc;flex:1 1;font-size:.45rem;line-height:.8;margin:0;overflow:visible;position:relative;table-layout:auto;width:-webkit-max-content;width:max-content}.properties-table-wrapper{-ms-overflow-style:none;background:#0f1720;border-radius:8px;box-shadow:0 4px 6px #0000004d;flex:1 1;margin-top:.25rem;max-height:80vh;min-height:0;min-width:0;overflow:auto;scrollbar-color:#475569 #0f1720;scrollbar-width:thin}.properties-table-wrapper::-webkit-scrollbar{display:block!important;height:12px!important;width:12px!important}.properties-table-wrapper::-webkit-scrollbar-track{background:#0f1720!important;border-radius:6px!important}.properties-table-wrapper::-webkit-scrollbar-thumb{background:#475569!important;border:2px solid #0f1720!important;border-radius:6px!important;box-shadow:0 2px 4px #0000004d!important}.properties-table-wrapper::-webkit-scrollbar-thumb:hover{background:#64748b!important}.properties-table-wrapper::-webkit-scrollbar-corner{background:#0f1720!important}.properties-table-wrapper::-webkit-scrollbar{-webkit-appearance:none!important}.properties-table.view-only{-webkit-user-select:none;user-select:none}.properties-table td,.properties-table th{word-wrap:break-word;border-bottom:.25px solid #94a3b805;display:table-cell;font-size:.45rem;height:4px!important;line-height:.8;max-height:4px!important;min-height:4px!important;min-width:0;overflow:hidden;padding:.03125rem .25rem;text-align:left;transition:none;vertical-align:top!important;white-space:nowrap;width:auto}.properties-main .properties-table td{font-size:.875rem;line-height:1.4;padding:.5rem .75rem}.properties-main .properties-table tbody td,.properties-main .properties-table tbody tr td,.properties-main .properties-table td,.properties-main table td{box-sizing:border-box!important;height:50px!important;max-height:50px!important;max-width:-webkit-fit-content!important;max-width:fit-content!important;min-height:50px!important;min-width:-webkit-fit-content!important;min-width:fit-content!important;vertical-align:top!important}.properties-main .properties-table tbody td,.properties-main .properties-table tbody tr td,.properties-main table td{font-size:.875rem!important;line-height:1.4!important;padding:.5rem .75rem!important;width:-webkit-fit-content!important;width:fit-content!important}@media (max-width:1200px){.properties-main .properties-table td,.properties-main .properties-table th,.properties-main .properties-table tr{font-size:.875rem!important;height:50px!important;line-height:1.4!important;max-height:50px!important;min-height:50px!important;padding:.5rem .75rem!important}}@media (max-width:768px){.properties-main .properties-table td,.properties-main .properties-table th,.properties-main .properties-table tr{font-size:.875rem!important;height:50px!important;line-height:1.4!important;max-height:50px!important;min-height:50px!important;padding:.5rem .75rem!important}}.properties-main .properties-table td:nth-child(n),.properties-main .properties-table th:nth-child(n){height:50px!important;line-height:1.4!important;max-height:50px!important;min-height:50px!important;padding:.5rem .75rem!important;vertical-align:top!important}.properties-table.view-only td,.properties-table.view-only th{-webkit-user-select:none;user-select:none}.properties-main .properties-table td,.properties-main .properties-table th{border-collapse:collapse!important;border-spacing:0!important;font-size:.875rem!important;padding:2px 6px!important}.properties-main .properties-table td *{line-height:1!important}.properties-main .properties-table td button,.properties-main .properties-table td input,.properties-main .properties-table td select{font-size:.875rem!important;height:auto!important;line-height:1!important;min-height:0!important;padding:2px 6px!important}.properties-main .properties-table *,.properties-main .properties-table tbody td,.properties-main .properties-table tbody th,.properties-main .properties-table tbody tr,.properties-main .properties-table td,.properties-main .properties-table th,.properties-main .properties-table thead td,.properties-main .properties-table thead th,.properties-main .properties-table thead tr,.properties-main .properties-table tr,.properties-main table *{height:auto!important;max-height:none!important;min-height:0!important;top:0!important;z-index:10!important}.properties-main .properties-table tbody tr{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:1!important}@media (max-width:1200px){.properties-main .properties-table td,.properties-main .properties-table th,.properties-main .properties-table tr{font-size:.875rem!important;height:auto!important;line-height:1!important;max-height:none!important;min-height:0!important;padding:2px 6px!important}}@media (max-width:768px){.properties-main .properties-table td,.properties-main .properties-table th,.properties-main .properties-table tr{font-size:.875rem!important;height:auto!important;line-height:1!important;max-height:none!important;min-height:0!important;padding:2px 6px!important}}.properties-main .properties-table td:nth-child(n),.properties-main .properties-table th:nth-child(n){box-sizing:border-box!important;font-size:.875rem!important;height:auto!important;line-height:1!important;max-height:none!important;min-height:0!important;padding:2px 6px!important;vertical-align:middle!important}.properties-table td:first-child,.properties-table td:nth-child(14),.properties-table td:nth-child(15),.properties-table td:nth-child(3),.properties-table td:nth-child(4),.properties-table td:nth-child(5),.properties-table td:nth-child(6){word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.properties-table td:not(:first-child):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)):not(:nth-child(14)):not(:nth-child(15)){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.properties-table th{background:linear-gradient(135deg,#7c3aed,#8b5cf6);border-bottom:.25px solid #ffffff40;color:#fff;font-size:.4rem;font-weight:700;height:4px!important;letter-spacing:.05em;line-height:.8;max-height:4px!important;min-height:4px!important;padding:.03125rem .25rem;position:-webkit-sticky;position:sticky;position:sticky!important;text-transform:uppercase;top:0;top:0!important;z-index:10;z-index:10!important}.properties-main .properties-table thead th{background:linear-gradient(135deg,#7c3aed,#8b5cf6)!important;color:#fff!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:10!important}.properties-main .properties-table th{box-sizing:border-box!important;font-size:.875rem;height:50px!important;line-height:1.4;max-height:50px!important;min-height:50px!important;padding:.5rem .75rem;vertical-align:top!important}.properties-main .properties-table thead th,.properties-main .properties-table thead tr th,.properties-main table th{box-sizing:border-box!important;height:50px!important;line-height:1.2!important;max-height:50px!important;min-height:50px!important;position:-webkit-sticky!important;position:sticky!important;vertical-align:top!important}.pill{border:1px solid #0000;border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:600;line-height:1;padding:2px 8px}.pill-green{background-color:#10b98126;border-color:#10b98159;color:#10b981}.pill-yellow{background-color:#f59e0b26;border-color:#f59e0b59;color:#f59e0b}.pill-red{background-color:#ef444426;border-color:#ef444459;color:#ef4444}.pill-gray{background-color:#94a3b826;border-color:#94a3b859;color:#94a3b8}.properties-table tr{height:4px!important;line-height:.8!important;max-height:4px!important;min-height:4px!important}.properties-main .properties-table tbody tr,.properties-main .properties-table tr,.properties-main table tr{box-sizing:border-box!important;height:50px!important;line-height:1.2!important;max-height:50px!important;min-height:50px!important}.properties-table td:first-child,.properties-table th:first-child{max-width:180px;min-width:140px;width:auto}.properties-table td:nth-child(2),.properties-table th:nth-child(2){max-width:80px;min-width:60px;width:auto}.properties-table td:nth-child(3),.properties-table th:nth-child(3){max-width:350px;min-width:200px;width:auto}.properties-table td:nth-child(4),.properties-table th:nth-child(4){max-width:180px;min-width:120px;width:auto}.properties-table td:nth-child(5),.properties-table th:nth-child(5){max-width:180px;min-width:140px;width:auto}.properties-table td:nth-child(6),.properties-table th:nth-child(6){max-width:200px;min-width:120px;width:auto}.properties-table td:nth-child(7),.properties-table th:nth-child(7){max-width:150px;min-width:100px;width:auto}.properties-table td:nth-child(8),.properties-table th:nth-child(8){max-width:120px;min-width:100px;width:auto}.properties-table td:nth-child(10),.properties-table td:nth-child(9),.properties-table th:nth-child(10),.properties-table th:nth-child(9){max-width:150px;min-width:120px;width:auto}.properties-table td:nth-child(11),.properties-table td:nth-child(12),.properties-table th:nth-child(11),.properties-table th:nth-child(12){max-width:80px;min-width:60px;width:auto}.properties-table td:nth-child(13),.properties-table th:nth-child(13){max-width:100px;min-width:80px;width:auto}.properties-table td:nth-child(14),.properties-table th:nth-child(14){max-width:180px;min-width:120px;width:auto}.properties-table td:nth-child(15),.properties-table th:nth-child(15){max-width:250px;min-width:120px;width:auto}.properties-table td:nth-child(16),.properties-table th:nth-child(16){max-width:180px;min-width:140px;text-align:center;width:auto}.properties-table tr:hover{background:linear-gradient(135deg,#3b82f60a,#8b5cf605);box-shadow:none;transform:none}.properties-table tr:hover td{background:#0000;border-color:#3b82f61a}.properties-table tr:last-child td{border-bottom:none}.properties-table{min-width:-webkit-max-content;min-width:max-content;width:100%}@media (max-width:1200px){.properties-table td,.properties-table th{font-size:.8rem;padding:.5rem .25rem}.properties-table td:nth-child(3),.properties-table th:nth-child(3){min-width:150px;width:150px}.properties-table td:nth-child(14),.properties-table th:nth-child(14){min-width:140px;width:140px}.properties-table td:nth-child(15),.properties-table th:nth-child(15){min-width:120px;width:120px}}@media (max-width:1400px){.filters-sidebar{width:350px}}@media (max-width:1200px){.filters-sidebar{width:320px}}@media (max-width:1024px){.dashboard-main{flex-direction:column}.filters-sidebar{border-bottom:2px solid #e9c46a;border-right:none;height:auto;max-height:400px;overflow-y:auto;width:100%}.content-area{min-width:100%}}.no-data td{padding:3rem 1rem;text-align:center}.empty-state{align-items:center;color:#94a3b8;display:flex;flex-direction:column;gap:.5rem}.empty-icon{display:none}.empty-state p{font-size:1rem;font-weight:500;margin:0}.empty-subtitle{font-size:.875rem;opacity:.7}.action-buttons{gap:.125rem}.delete-btn,.edit-btn{border:1px solid #0000;border-radius:3px;cursor:pointer;font-size:.65rem;height:auto;line-height:1.1;min-height:16px;padding:.0625rem .25rem;transition:all .2s ease}.edit-btn{background:#1f2937;border-color:#374151;color:#e5e7eb}.edit-btn:hover{background:#111827;transform:translateY(-1px)}.delete-btn{background:#7f1d1d;border-color:#991b1b;color:#e5e7eb}.delete-btn:hover{background:#991b1b;transform:translateY(-1px)}.modal-overlay{background:#00000080;z-index:1000}.modal{background:#0f1720;border:1px solid #1f2937;border-radius:12px;box-sizing:border-box;margin:0 auto;max-height:90vh;max-width:1200px;min-width:900px;overflow-y:auto;padding:2rem;width:95%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.modal-header h3{color:#e5e7eb;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:50%;color:#94a3b8;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;transition:all .2s ease;width:30px}.close-button:hover{background:#111827;color:#e5e7eb}.modal-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#cbd5e1}.form-group input,.form-group select{background:#111827;border:1px solid #1f2937;border-radius:8px;color:#e5e7eb;font-size:.875rem;padding:.75rem;transition:all .2s ease}.form-group select option{background:#111827;color:#e5e7eb;padding:.5rem}.form-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.form-group select[id=propertyType]{background:linear-gradient(135deg,#1e293b,#111827);border:2px solid #475569;font-weight:500;min-height:48px}.form-group select[id=propertyType]:focus{border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf2433}.form-group select[id=propertyType] option{background:#1e293b;color:#e5e7eb;font-weight:500;padding:8px 12px}.form-group select[id=propertyType] option:disabled{background:#374151;color:#94a3b8;font-style:italic}.form-group select[id=propertyType] option:hover{background:#3b82f6;color:#fff}.form-group select[id=propertyType]:invalid{color:#94a3b8;font-style:italic}.properties-main .properties-table td,.properties-main .properties-table th{font-size:.8rem!important;line-height:1.2!important;min-height:28px!important;padding:4px 6px!important;vertical-align:middle!important}.form-group select:not([id=propertyType]){background:linear-gradient(135deg,#1e293b,#111827);border:2px solid #475569;color:#e5e7eb;font-weight:500;min-height:48px}.form-group select:not([id=propertyType]):focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.form-group select:not([id=propertyType]) option{background:#1e293b;color:#e5e7eb;font-weight:500;padding:8px 12px}.form-row,.modal-form{gap:.75rem}.form-row{align-items:start}.form-group{gap:.25rem}.form-group label{margin-bottom:.125rem}.form-group input,.form-group select,.form-group textarea{min-height:32px;padding:.5rem}.form-group textarea{min-height:64px}.properties-main .properties-table tr{height:auto!important;max-height:none!important;min-height:0!important}.properties-main .properties-table td,.properties-main .properties-table th{height:auto!important;line-height:1!important;max-height:none!important;min-height:0!important;padding-bottom:2px!important;padding-top:2px!important;vertical-align:top!important}@media (max-width:1200px){.properties-main .properties-table td,.properties-main .properties-table th,.properties-main .properties-table tr{height:auto!important;line-height:1!important;max-height:none!important;min-height:0!important;padding-bottom:2px!important;padding-top:2px!important;vertical-align:top!important}}@media (max-width:768px){.properties-main .properties-table td,.properties-main .properties-table th,.properties-main .properties-table tr{height:auto!important;line-height:1!important;max-height:none!important;min-height:0!important;padding-bottom:2px!important;padding-top:2px!important;vertical-align:top!important}}.properties-table.compact-table{border-collapse:collapse!important;border-spacing:0!important;font-size:.85rem;line-height:1.2!important;table-layout:fixed!important}.properties-table.compact-table tr{height:auto!important;min-height:28px!important}.properties-table.compact-table td,.properties-table.compact-table th{height:auto!important;max-height:none!important;min-height:28px!important;padding:4px 6px!important;vertical-align:middle!important;white-space:nowrap}.properties-table.compact-table thead th{padding-bottom:6px!important;padding-top:6px!important}.properties-table.compact-table td,.properties-table.compact-table tr{border-top-width:1px;box-shadow:none!important}table.properties-table.compact-table,table.properties-table.compact-table *{height:auto!important;line-height:1.2!important;max-height:none!important;min-height:28px!important;padding-bottom:0!important;padding-top:0!important;vertical-align:top!important}.form-group select:not([id=propertyType]) option:hover{background:#3b82f6;color:#fff}.form-group input:focus,.form-group select:focus{border-color:#334155;box-shadow:0 0 0 3px #3341554d;outline:none}.modal-footer{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.cancel-button,.submit-button{border:none;border-radius:8px;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.cancel-button{background:#111827;border:1px solid #1f2937;color:#e5e7eb}.cancel-button:hover{background:#0b0f14}.submit-button{background:#16a34a;border:1px solid #14532d;color:#e5e7eb}.submit-button:hover:not(:disabled){background:#15803d;transform:translateY(-1px)}.submit-button:disabled{cursor:not-allowed;opacity:.6}.message{animation:slideInDown .3s ease-out;border-radius:6px;box-shadow:0 2px 8px #00000026;font-size:.8rem;font-weight:500;left:50%;margin:.5rem 1rem;max-width:250px;padding:.5rem .75rem;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1000}.message.success{background:#16a34a1a;border:1px solid #16a34a4d;color:#4ade80}.message.error{background:#b91c1c1a;border:1px solid #b91c1c4d;color:#f87171}@keyframes slideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.modal-content{display:flex;flex-direction:column;gap:1.5rem}.upload-section{background:#111827;border:1px solid #1f2937;border-radius:8px;padding:1.5rem}.upload-section h4{color:#e5e7eb;font-size:1.125rem;font-weight:600;margin:0 0 .75rem}.upload-section p{color:#94a3b8;font-size:.875rem;line-height:1.5;margin:0 0 1rem}.file-upload-area{margin:1rem 0}.file-upload-label{background:#1f2937;border:2px dashed #475569;border-radius:8px;color:#e5e7eb;cursor:pointer;display:inline-block;min-width:200px;padding:.75rem 1.5rem;text-align:center;transition:all .2s ease}.file-upload-label:hover{background:#374151;border-color:#64748b}.file-info{background:#0f1720;border:1px solid #1f2937;border-radius:6px;margin-top:1rem;padding:1rem}.file-info p{color:#cbd5e1;font-size:.875rem;margin:.25rem 0}.sheets-preview{background:#111827;border:1px solid #1f2937;border-radius:8px;padding:1.5rem}.sheets-preview h4{color:#e5e7eb;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.sheet-preview{margin-bottom:1.5rem}.sheet-preview:last-child{margin-bottom:0}.sheet-preview h5{color:#d1d5db;font-size:1rem;font-weight:600;margin:0 0 .75rem}.table-preview{background:#0f1720;border:1px solid #1f2937;border-radius:6px;overflow-x:auto}.table-preview table{border-collapse:collapse;font-size:.75rem;width:100%}.table-preview td,.table-preview th{border-bottom:1px solid #1f2937;color:#cbd5e1;padding:.5rem;text-align:left}.table-preview th{background:#111827;color:#e5e7eb;font-weight:600}.preview-note{color:#94a3b8;font-size:.75rem;font-style:italic;margin:.5rem;text-align:center}.required-headers{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.header-tag{background:#1e3a8a;border-radius:4px;color:#fff;font-size:12px;font-weight:500;padding:4px 8px}.column-management{background:#1e3a8a;border-bottom:2px solid #1e3a8a;border-radius:8px;margin:20px 0;padding:16px}.column-manager-btn{background:#1e3a8a;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px}.column-manager-btn:hover{background:#1e40af}.column-manager-panel{border-top:2px solid #1e3a8a;margin-top:16px;padding-top:16px}.column-manager-panel h4{color:#ecf0f1;margin:0 0 12px}.current-columns{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.column-item{align-items:center;background:#101c24;border:1px solid #1e3a8a;border-radius:6px;display:flex;gap:8px;padding:6px 12px}.column-name{font-size:14px;font-weight:500}.column-name.required{color:#fbbf24}.column-name.custom{color:#94a3b8}.delete-column-btn{align-items:center;background:#dc2626;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:20px;justify-content:center;line-height:1;width:20px}.delete-column-btn:hover{background:#b91c1c}.add-column-form{margin-top:16px}.add-column-form h4{color:#ecf0f1;margin:0 0 12px}.input-group{display:flex;gap:8px}.input-group input{background:#1e3a8a!important;border:1px solid #1e3a8a!important;border-radius:4px;box-sizing:border-box;color:#ecf0f1!important;flex:1 1;font-size:14px;padding:8px 12px}.input-group input::placeholder{color:#9ca3af!important}.input-group input:focus{border-color:#fbbf24!important;box-shadow:0 0 0 2px #fbbf2433!important;outline:none!important}.add-column-btn{background:#475569;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px}.add-column-btn:hover{background:#374151}.delete-confirm-modal{max-width:500px}.delete-confirm-modal h3{color:#dc2626;margin-bottom:16px}.delete-confirm-modal p{color:#ecf0f1;margin-bottom:12px}.delete-confirm-input{margin:20px 0}.delete-confirm-input label{color:#ecf0f1;display:block;font-weight:500;margin-bottom:8px}.delete-confirm-input input{background:#1e3a8a;border:2px solid #dc2626;border-radius:4px;color:#ecf0f1;font-size:16px;padding:12px;width:100%}.delete-confirm-input input::placeholder{color:#9ca3af}.delete-confirm-input input:focus{border-color:#fbbf24;outline:none}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.btn-secondary{background:#6b7280;border:none;border-radius:4px;cursor:pointer;font-weight:500;padding:10px 20px}.btn-secondary:hover{background:#4b5563}.btn-danger{background:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px}.btn-danger:hover{background:#b91c1c}@media (max-width:1024px){.dashboard-main{flex-direction:column}.filters-sidebar{order:2;width:100%}.properties-main{order:1}}@media (max-width:768px){.combined-nav{flex-direction:column;gap:.75rem;padding:.5rem}.nav-left,.nav-right{align-items:center;flex-direction:column;gap:.75rem}.nav-brand h2{font-size:1.25rem}.results-header{padding:.5rem}.properties-table-container{padding:1rem}.properties-table{font-size:.75rem}.properties-table td,.properties-table th{padding:.75rem .5rem}}.properties-main .properties-table *,.properties-main .properties-table tbody td,.properties-main .properties-table tbody th,.properties-main .properties-table tbody tr,.properties-main .properties-table td,.properties-main .properties-table th,.properties-main .properties-table thead td,.properties-main .properties-table thead th,.properties-main .properties-table thead tr,.properties-main .properties-table tr,.properties-main table *{box-sizing:border-box!important;font-size:.875rem!important;height:50px!important;line-height:1.4!important;max-height:50px!important;min-height:50px!important;padding:.5rem .75rem!important;position:-webkit-sticky!important;position:sticky!important;vertical-align:top!important}div.properties-main div.properties-table-wrapper table.properties-table tbody tr,div.properties-main div.properties-table-wrapper table.properties-table tbody tr td,div.properties-main div.properties-table-wrapper table.properties-table thead tr,div.properties-main div.properties-table-wrapper table.properties-table thead tr th{box-sizing:border-box!important;font-size:.875rem!important;height:50px!important;line-height:1.4!important;max-height:50px!important;min-height:50px!important;padding:.5rem .75rem!important;vertical-align:top!important}.dashboard-container .filters-sidebar{background-color:#0f1720!important;border-radius:0;border-right:1px solid #1f2937}.filters-sidebar .filters-section{background:#0000}.filters-sidebar .filter-group .search-input,.filters-sidebar .filter-group input[type=text]{background:#111827!important;border:1px solid #1f2937!important;box-shadow:none!important;padding:.75rem!important}.filters-sidebar .filter-group>*{background:#0000!important;box-shadow:none!important}.filters-sidebar input[type=date],.filters-sidebar input[type=number],.filters-sidebar input[type=text]{background:#1e3a8a!important;border:1px solid #1e3a8a!important;border-radius:4px!important;box-sizing:border-box!important;color:#ecf0f1!important;font-size:14px!important;padding:8px 12px!important;width:100%!important}.filters-sidebar input[type=date]{min-height:40px!important;padding:8px 12px!important}.filters-sidebar input::placeholder{color:#9ca3af!important}.filters-sidebar input:focus{border-color:#fbbf24!important;box-shadow:0 0 0 2px #fbbf2433!important;outline:none!important}.range-inputs{gap:8px;width:100%}.range-inputs input[type=date],.range-inputs input[type=number]{background:#1e3a8a!important;border:1px solid #1e3a8a!important;color:#ecf0f1!important;flex:1 1;min-width:0}.range-sep{color:#9ca3af;font-weight:500;white-space:nowrap}.existing-media-section{background:#1e293b;border:1px solid #334155;border-radius:8px;margin-bottom:1rem;padding:1rem}.existing-media-stack{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.existing-media-item-stacked{align-items:center;background:#0f1720;border:1px solid #475569;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;gap:.75rem;margin-bottom:.5rem;padding:.75rem;transition:all .2s ease}.existing-media-item-stacked:hover{background:#1e293b;border-color:#64748b;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.existing-media-item-stacked.swap-up{animation:swapUp .6s cubic-bezier(.4,0,.2,1);z-index:10}.existing-media-item-stacked.swap-down{animation:swapDown .6s cubic-bezier(.4,0,.2,1);z-index:10}@keyframes swapUp{0%{opacity:1;transform:translateY(0) scale(1)}25%{background:#064e3b;border-color:#10b981;box-shadow:0 15px 40px #10b98166;opacity:.8;transform:translateY(-20px) scale(1.1)}50%{background:#064e3b;border-color:#10b981;box-shadow:0 20px 50px #10b98180;opacity:.9;transform:translateY(-60px) scale(1.1)}75%{background:#064e3b;border-color:#10b981;opacity:.8;transform:translateY(-80px) scale(1.05)}to{opacity:1;transform:translateY(-100px) scale(1)}}@keyframes swapDown{0%{opacity:1;transform:translateY(0) scale(1)}25%{background:#451a03;border-color:#f59e0b;box-shadow:0 15px 40px #f59e0b66;opacity:.8;transform:translateY(20px) scale(1.1)}50%{background:#451a03;border-color:#f59e0b;box-shadow:0 20px 50px #f59e0b80;opacity:.9;transform:translateY(60px) scale(1.1)}75%{background:#451a03;border-color:#f59e0b;opacity:.8;transform:translateY(80px) scale(1.05)}to{opacity:1;transform:translateY(100px) scale(1)}}.existing-media-item-stacked .media-file-name{color:#cbd5e1;flex:1 1;font-weight:500}.media-reorder-controls{display:flex;flex-direction:column;gap:.25rem}.reorder-btn{align-items:center;background:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:700;height:24px;justify-content:center;line-height:1;transition:all .2s ease;width:24px}.reorder-btn:hover{background:#2563eb;transform:scale(1.1)}.reorder-btn:active{background:#1d4ed8;transform:scale(.95)}.swap-up .reorder-btn:first-child{animation:pulse-up .6s ease-in-out;background:#10b981}.swap-down .reorder-btn:last-child{animation:pulse-down .6s ease-in-out;background:#f59e0b}@keyframes pulse-up{0%,to{background:#10b981;transform:scale(1)}50%{background:#059669;transform:scale(1.2)}}@keyframes pulse-down{0%,to{background:#f59e0b;transform:scale(1)}50%{background:#d97706;transform:scale(1.2)}}.reorder-btn.disabled{background:#4b5563;cursor:not-allowed;opacity:.5}.reorder-btn.disabled:hover{background:#4b5563;transform:none}.media-reorder-hint{background:#3b82f614;border:1px dashed #3b82f6;border-radius:8px;color:#60a5fa;font-size:.8rem;font-weight:500;margin-bottom:1rem;padding:.75rem;text-align:center}.remove-existing-media-btn{align-items:center;background:#dc2626;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:.875rem;height:28px;justify-content:center;transition:all .2s ease;width:28px}.remove-existing-media-btn:hover{background:#b91c1c;transform:scale(1.05)}.remove-existing-media-btn:active{transform:scale(.95)}.existing-media-section h4{color:#e2e8f0;font-size:.875rem;font-weight:600;margin:0 0 .75rem}.media-upload-section{margin-top:.5rem}.media-upload-button{background:#475569;border:2px dashed #64748b;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-weight:500;padding:.75rem 1.5rem;text-align:center;transition:all .2s ease}.media-upload-button:hover{background:#374151;border-color:#94a3b8}.media-preview{background:#1e293b;border:1px solid #334155;border-radius:8px;margin-top:1rem;padding:1rem}.media-preview h4{color:#ecf0f1;font-size:.875rem;font-weight:600;margin:0 0 1rem}.media-file-item{align-items:center;background:#0f1720;border-radius:6px;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem;padding:.5rem}.media-file-name{color:#ecf0f1;flex:1 1;font-weight:500;min-width:200px}.media-file-size{color:#94a3b8;font-size:.875rem}.upload-progress{align-items:center;display:flex;gap:.5rem;min-width:120px}.progress-bar{background:#3b82f6;border-radius:3px;height:6px;min-width:60px}.upload-progress span{color:#94a3b8;font-size:.75rem;min-width:30px}.upload-error{color:#ef4444;font-size:.875rem;font-weight:500}.remove-media-btn{align-items:center;background:#dc2626;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;height:24px;justify-content:center;line-height:1;width:24px}.remove-media-btn:hover{background:#b91c1c}.media-item{align-items:center;background:#1e293b;border:1px solid #334155;border-radius:4px;display:flex;gap:.5rem;padding:.25rem .5rem}.media-key{color:#ecf0f1;flex:1 1;font-size:.75rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delete-media-btn{border-radius:50%;flex-shrink:0;font-size:12px;height:18px;line-height:1;width:18px}.delete-media-btn:hover{transform:scale(1.1)}.media-controls{display:flex;justify-content:flex-start;width:100%}.media-controls,.view-media-btn{align-items:center;height:auto;margin:0}.view-media-btn{background:#3b82f6;border:none;border-radius:3px;color:#fff;cursor:pointer;display:inline-flex;font-size:.65rem;gap:.0625rem;line-height:.7;min-height:16px;padding:.0625rem .25rem;transition:background-color .2s;white-space:nowrap}.view-media-btn:hover{background:#2563eb;transform:translateY(-1px)}.media-viewer-overlay{align-items:center;background:#000000f2;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.media-viewer-modal{background:#0f1720;border:2px solid #3b82f6;border-radius:16px;display:flex;flex-direction:column;height:auto;max-height:calc(100vh - 80px);max-width:95vw;overflow:hidden;width:95vw}.media-viewer-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e3a8af2;border-bottom:2px solid #3b82f6;display:flex;justify-content:space-between;padding:1.5rem 2rem}.media-viewer-header h3{color:#ecf0f1;font-size:1.25rem;letter-spacing:.05em;margin:0;text-transform:uppercase}.media-viewer-actions{align-items:center;display:flex;gap:.5rem}.action-btn{align-items:center;background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:32px;justify-content:center;transition:all .2s;width:32px}.action-btn:hover{background:#2563eb;transform:scale(1.05)}.new-window-btn{background:#8b5cf6}.download-btn,.new-window-btn:hover{background:#7c3aed}.download-btn:hover{background:#6d28d9}.delete-media-btn{align-items:center;background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:36px;justify-content:center;margin-right:8px;transition:all .2s ease;width:36px}.delete-media-btn:hover{background:#b91c1c;transform:scale(1.05)}.delete-media-btn:active{transform:scale(.95)}.close-media-viewer{background:#dc2626;border:none;border-radius:50%;color:#fff;cursor:pointer;height:32px;width:32px}.close-media-viewer:hover{background:#b91c1c}.media-loading{align-items:center;color:#94a3b8;display:flex;font-size:1.1rem;height:200px;justify-content:center}.media-viewer-modal .media-image,.media-viewer-modal .media-video{height:auto!important;max-height:100%!important;max-width:100%!important;object-fit:contain!important;width:auto!important}.thumbnail-loading{background:#1f2937;border-radius:4px;color:#94a3b8;font-size:1.5rem;height:60px;width:60px}.media-viewer-content,.thumbnail-loading{align-items:center;display:flex;justify-content:center}.media-viewer-content{background:#0f1720;flex:1 1;height:auto;max-height:calc(100vh - 200px);min-height:0;overflow:auto;padding:1rem;width:100%}.media-navigation{gap:2rem;height:100%;padding:0 1rem;width:100%}.media-navigation,.nav-btn{align-items:center;display:flex}.nav-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e3a8ae6;border:3px solid #3b82f6;border-radius:50%;color:#ecf0f1;cursor:pointer;flex-shrink:0;font-size:2rem;height:64px;justify-content:center;transition:all .2s;width:64px}.nav-btn:hover{background:#3b82f6;transform:scale(1.1)}.nav-btn:disabled{cursor:not-allowed;opacity:.5}.media-display{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1rem;max-width:100%;min-height:0;overflow:hidden;width:100%}.media-counter{color:#94a3b8;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.media-item-display{height:100%;max-height:calc(100vh - 240px)}.media-content,.media-item-display{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:0;width:100%}.media-content{max-height:100%;max-width:100%;overflow:hidden}.media-image{object-fit:contain}.media-image,.media-video{height:auto;width:auto}.media-image,.media-pdf,.media-video{border-radius:8px;box-shadow:0 8px 32px #0000004d;max-height:100%;max-width:100%}.media-pdf{border:1px solid #374151;height:80vh;min-height:600px}.media-filename{color:#cbd5e1;font-size:.875rem;font-weight:500;max-width:400px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.media-viewer-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e3a8af2;border-top:2px solid #3b82f6;flex-shrink:0;max-height:140px;min-height:120px;padding:1.5rem 2rem}.media-thumbnails{flex-wrap:wrap;gap:.5rem}.media-thumbnail,.media-thumbnails{display:flex;justify-content:center}.media-thumbnail{align-items:center;background:#0f1720;border:3px solid #3b82f6;border-radius:12px;cursor:pointer;font-size:1.5rem;height:80px;overflow:hidden;transition:all .2s;width:80px}.media-thumbnail.active,.media-thumbnail:hover{border-color:#fbbf24;transform:scale(1.1)}.media-thumbnail.active{background:#3b82f6}.media-thumbnail img{border-radius:8px;height:100%;object-fit:cover;width:100%}.image-thumbnail,.video-thumbnail{color:#ecf0f1}@media (max-width:768px){.media-viewer-modal{height:auto;max-height:calc(100vh - 40px);max-width:98vw;width:98vw}.media-navigation{gap:1rem;padding:0 .5rem}.nav-btn{font-size:1.5rem;height:48px;width:48px}.media-pdf{height:70vh;min-height:500px}.media-viewer-content{max-height:calc(100vh - 160px)}.media-image,.media-item-display,.media-video{max-height:calc(100vh - 200px)}.media-viewer-footer{max-height:100px;min-height:80px;padding:1rem}.media-thumbnails{gap:.25rem}.media-thumbnail{font-size:1rem;height:40px;width:40px}}.user-email{color:#94a3b8;font-size:.875rem}.user-role{color:#64748b;font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.media-fallback{background:#fbbf241a;border:1px solid #fbbf244d;border-radius:8px;color:#fbbf24;margin:1rem 0;padding:2rem;text-align:center}.media-fallback p{font-size:.875rem;margin:.5rem 0}.media-fallback p:first-child{font-size:1rem;font-weight:600}.hidden{display:none!important}.field-mapping-info{background:#1e293b;border:1px solid #475569;border-radius:8px;margin-top:1.25rem;padding:1.25rem}.field-mapping-info h5{color:#fff;font-size:.9rem;font-weight:600;margin:0 0 1rem}.field-mapping-grid{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:1rem}.field-column{background:#0f1720;border:1px solid #334155;border-radius:6px;padding:1rem}.field-column strong{color:#3b82f6;display:block;font-size:.8rem;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.field-column ul{margin:0;padding-left:1rem}.field-column li{color:#e2e8f0;font-family:Courier New,monospace;font-size:.75rem;line-height:1.2;margin-bottom:.15rem}@media (max-width:1200px){.modal{max-width:900px;min-width:700px;width:95%}.field-mapping-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.modal{max-width:800px;min-width:600px;width:95%}.field-mapping-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.modal{max-width:none;min-width:auto;padding:1rem;width:95%}.field-mapping-grid{grid-template-columns:1fr}}.csv-upload-section{padding:1rem}.upload-instructions{background:#1e293b;border-left:4px solid #3b82f6;border-radius:8px;margin-bottom:1.25rem;padding:1.25rem}.upload-instructions h4{color:#fff;font-size:1rem;margin:0 0 .5rem}.upload-instructions ul{color:#cbd5e1;margin:0;padding-left:1.5rem}.upload-instructions li{font-size:.875rem;line-height:1.3;margin-bottom:.15rem}.file-upload-area{margin-bottom:1.5rem;text-align:center}.file-upload-button{background:#3b82f6;border:2px dashed #60a5fa;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-weight:500;padding:1rem 2rem;transition:background-color .2s}.file-upload-button:hover{background:#2563eb;border-color:#3b82f6}.selected-file{align-items:center;background:#1e293b;border:1px solid #374151;border-radius:8px;display:flex;gap:.5rem;justify-content:center;margin-top:1rem;padding:.75rem}.file-name{color:#fff;font-weight:500}.file-size{color:#9ca3af;font-size:.875rem}.remove-file-btn{align-items:center;background:#dc2626;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:24px;justify-content:center;transition:background-color .2s;width:24px}.remove-file-btn:hover{background:#b91c1c}.upload-error-message{background:#dc2626;border-radius:8px;color:#fff;font-weight:500;margin-bottom:1rem;padding:.75rem;text-align:center}.upload-progress-container{margin-bottom:1.5rem}.upload-progress-bar{background:#374151;border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden;width:100%}.upload-progress-fill{background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:4px;height:100%;transition:width .3s ease}.upload-progress-text{color:#9ca3af;display:block;font-size:.875rem;font-weight:500;text-align:center}.upload-success-message{background:#059669;border-radius:8px;color:#fff;font-weight:500;margin-bottom:1rem;padding:.75rem;text-align:center}.import-button{background:linear-gradient(135deg,#7c3aed,#8b5cf6);border:none;border-radius:6px;box-shadow:0 4px 8px #7c3aed33,0 2px 4px #0000001a,inset 0 1px 0 #ffffff1a;color:#fff;cursor:pointer;font-weight:700;letter-spacing:.05em;margin-left:.375rem;min-height:28px;overflow:hidden;padding:.375rem .75rem;position:relative;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.import-button:hover{background:linear-gradient(135deg,#6d28d9,#7c3aed);box-shadow:0 12px 24px #7c3aed66,0 6px 12px #00000026,inset 0 1px 0 #ffffff26;transform:translateY(-2px) scale(1.02)}.import-button:disabled{background:#6b7280;cursor:not-allowed}.range-inputs{align-items:center;display:flex;gap:.5rem}.range-input{background:#1e293b;border:1px solid #374151;border-radius:6px;color:#e5e7eb;flex:1 1;font-size:.875rem;padding:.5rem;transition:border-color .2s}.range-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.range-input::placeholder{color:#9ca3af}.range-separator{color:#9ca3af;flex-shrink:0;font-size:.875rem;font-weight:500}.filter-group{gap:.5rem;margin-bottom:.75rem}.filter-group label{color:#e5e7eb;color:#94a3b8;display:block;font-size:.75rem;font-weight:500;letter-spacing:.025em;margin-bottom:.25rem}.search-input input{background:#1e293b;border:1px solid #374151;border-radius:8px;color:#e5e7eb;font-size:.875rem;padding:1rem;transition:border-color .2s;width:100%}.search-input input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.search-input input::placeholder{color:#9ca3af}.sort-controls{align-items:center;display:flex;font-size:.875rem;gap:.75rem}.sort-controls span{color:#9ca3af;font-weight:500}.sort-select{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1e293bf2,#334155f2);border:1px solid #3b82f633;border-radius:12px;box-shadow:0 4px 6px #0000001a,inset 0 1px 0 #ffffff0d;color:#f1f5f9;cursor:pointer;font-size:.875rem;font-weight:600;min-width:160px;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.sort-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633,0 8px 16px #00000026,inset 0 1px 0 #ffffff1a;outline:none;transform:translateY(-1px)}.sort-select option{background:#1e293b;color:#e5e7eb}.sort-option-low-high:before{content:"Low to High"}.sort-option-high-low:before{content:"High to Low"}.sort-order-btn.low-high:after{content:"↑ Low to High"}.sort-order-btn.high-low:after{content:"↓ High to Low"}.sort-order-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#374151f2,#4b5563f2);border:1px solid #3b82f633;border-radius:12px;box-shadow:0 4px 6px #0000001a,inset 0 1px 0 #ffffff0d;color:#f1f5f9;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.25rem;justify-content:center;min-width:80px;padding:.75rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.sort-order-btn:hover{background:linear-gradient(135deg,#4b5563f2,#6b7280f2);border-color:#3b82f6;box-shadow:0 8px 16px #00000026,inset 0 1px 0 #ffffff1a;transform:translateY(-1px) scale(1.02)}.sort-order-btn:active{transform:translateY(1px)}.sort-order-btn:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.sort-order-btn.active-asc{background:#059669;border-color:#047857;color:#fff}.sort-order-btn.active-desc{background:#dc2626;border-color:#b91c1c;color:#fff}.results-header{background:#0000;border:none;box-shadow:none;justify-content:space-between;margin-bottom:-.25rem;margin-top:.5rem;max-height:20px;min-height:20px;padding:.125rem .75rem;position:relative;z-index:10}.results-header,.results-info{align-items:center;display:flex}.results-info{gap:.75rem}.results-count{color:#e5e7eb;font-size:.8rem;font-weight:800;line-height:1.1}.visibility-controls{background-color:#374151;border:1px solid #4b5563;border-radius:8px;margin-bottom:20px;padding:15px}.visibility-controls h4{color:#f3f4f6;font-size:16px;font-weight:600;margin:0 0 15px}.visibility-controls .form-row{align-items:center;display:flex;flex-wrap:wrap;gap:30px}.visibility-controls .form-group{align-items:center;display:flex;gap:10px;margin:0}.visibility-controls input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:#1f2937;border:2px solid #6b7280;border-radius:4px;cursor:pointer;height:20px;margin:0;position:relative;transition:all .2s ease;width:20px}.visibility-controls input[type=checkbox]:hover{border-color:#9ca3af}.visibility-controls input[type=checkbox]:checked{background-color:#3b82f6;border-color:#3b82f6}.visibility-controls input[type=checkbox]:checked:after{color:#fff;content:"✓";font-size:14px;font-weight:700;left:50%;line-height:1;position:absolute;top:50%;transform:translate(-50%,-50%)}.visibility-controls label{color:#e5e7eb;cursor:pointer;font-size:14px;font-weight:500;margin:0;-webkit-user-select:none;user-select:none}.results-left{justify-content:flex-start}.results-center,.results-left{align-items:center;display:flex}.results-center{justify-content:center}.results-right{align-items:center;display:flex;gap:.5rem;justify-content:flex-end}.sort-label{color:#9ca3af;font-weight:500;margin-right:.5rem}.nav-left{overflow:visible!important}.nav-brand{flex-shrink:0!important}.nav-brand h2{max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}.profile-container{display:inline-block;position:relative;z-index:9999}.profile-trigger-btn{align-items:center;background-color:#bd2600;border:none;border-radius:50%;cursor:pointer;display:flex;height:2rem;justify-content:center;overflow:hidden;padding:0;width:2rem}.profile-trigger-initials{color:#fff;font-family:Arial,sans-serif;font-size:1.2rem;font-weight:700}.profile-trigger-avatar{height:100%;object-fit:cover;width:100%}.profile-dropdown-menu{animation:fadeIn .15s ease-out;background-color:#0e0e0e;border-radius:12px;box-shadow:0 5px 20px #00000026;overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);width:280px}.profile-header{align-items:center;background-color:#040404;display:flex;justify-content:center;padding:1rem}.profile-avatar-large{border:3px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;height:70px;margin-top:1rem;width:70px}.profile-details{padding:0 20px 20px}.profile-details,.user-info{align-items:center;display:flex;flex-direction:column}.user-info{margin-bottom:16px;text-align:center;width:100%}.username{color:#f5eeee;font-size:1.1rem;font-weight:600;word-break:break-all}.user-role{color:#f8f5f5;font-size:.9rem;margin-top:4px}.profile-links{display:flex;font-size:.9rem;gap:15px;justify-content:center;margin-bottom:20px}.profile-links a{color:#007bff;text-decoration:none}.profile-links a:hover{text-decoration:underline}.signout-button{background-color:#f0f2f5;border:1px solid #ddd;border-radius:20px;color:#333;cursor:pointer;font-weight:500;padding:10px 16px;transition:background-color .2s ease;width:100%}.signout-button:hover{background-color:#e4e6e9}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#dc2626;--primary-dark:#b91c1c;--secondary-color:#1f2937;--accent-color:#dc2626;--text-primary:#111827;--text-secondary:#6b7280;--text-light:#9ca3af;--background-light:#f9fafb;--background-white:#fff;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.about-page input,.about-page select,.contact-page input,.contact-page select,.hero-section input,.hero-section select,.properties-page input,.properties-page select{-webkit-appearance:none;appearance:none;background:#fff!important;background-color:#fff!important;color:#111827!important;color:var(--text-primary)!important}.admin-dashboard .form-group input,.admin-dashboard .form-group select,.dashboard .form-group input,.dashboard .form-group select,.employee-portal .form-group input,.employee-portal .form-group select{background:#111827!important;background-color:#111827!important;color:#e5e7eb!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-overflow-scrolling:touch;color:#111827;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}input,select,textarea{-webkit-appearance:none;appearance:none;font-size:16px}input:focus,select:focus,textarea:focus{box-shadow:0 0 0 2px #dc2626;outline:none}::selection{background-color:#dc2626;color:#fff}::-moz-selection{background-color:#dc2626;color:#fff}.container{margin:0;padding:0}.btn{align-items:center;border-radius:.5rem;display:inline-flex;font-size:.875rem;font-weight:500;justify-content:center;text-decoration:none;transition:all .2s ease}.btn-primary:hover{background-color:#fff;border:1px solid #dc2626;color:#dc2626;transform:translateY(-1px)}.btn-secondary{background-color:#dc2626;color:#fff}.btn-secondary:hover{background-color:#fff;border:1px solid #dc2626;color:#dc2626}.btn-large{font-size:1rem;padding:1rem 2rem}.section{padding:4rem 0}.section-title{color:#111827;color:var(--text-primary);margin-bottom:3rem;text-align:center}.card{background:#fff;background:var(--background-white);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}@media (max-width:768px){.section{padding:1.5rem 0}.section-title{font-size:1.75rem;margin-bottom:1.5rem}.btn{min-height:44px;padding:.875rem 1.25rem}.btn,.btn-large{font-size:.875rem}.btn-large{padding:1rem 1.5rem}.card:hover{transform:translateY(-2px)}}@media (max-width:480px){.section{padding:1rem 0}.section-title{font-size:1.5rem;margin-bottom:1rem}.btn{font-size:.8rem;min-height:44px;padding:.75rem 1rem}.btn-large{font-size:.8rem;padding:.875rem 1.25rem}}@media (hover:none) and (pointer:coarse){.btn{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.btn:hover{transform:none}.btn:active{transform:scale(.98)}.card:hover{transform:none}.card:active{transform:scale(.98)}}@media (prefers-contrast:high){.btn{border:1px solid}.card{border:1px solid #000}}@media (prefers-reduced-motion:reduce){.btn,.card{transition:none}.btn:hover,.card:hover{transform:none}}.sticky-appointment-btn{align-items:center;background:#fff;border:1px solid #b91c1c;border:1px solid var(--primary-dark);border-radius:50px;box-shadow:0 0 15px 3px #dc262666;color:#dc2626;color:var(--primary-color);display:flex;font-size:1rem;font-weight:700;gap:10px;padding:14px 22px;position:fixed;right:20px;text-decoration:none;top:90px;transition:all .3s ease;z-index:999}.sticky-appointment-btn:hover{box-shadow:0 0 25px 8px #dc262680;transform:translateY(-3px) scale(1.05)}.sticky-appointment-btn svg{stroke:#dc2626;stroke:var(--primary-color);height:20px;width:20px}@media (max-width:768px){.sticky-appointment-btn{font-size:.875rem;padding:10px 15px;right:15px;top:85px}}:root{--dark-bg-primary:#0b0f14;--dark-bg-secondary:#0f1720;--dark-bg-tertiary:#111827;--dark-bg-card:#0f1720;--dark-bg-input:#111827;--dark-bg-button:#1f2937;--dark-bg-button-hover:#111827;--dark-bg-button-danger:#991b1b;--dark-bg-button-danger-hover:#7f1d1d;--dark-bg-success:#16a34a;--dark-bg-error:#991b1b;--dark-bg-warning:#a16207;--dark-text-primary:#e5e7eb;--dark-text-secondary:#cbd5e1;--dark-text-muted:#94a3b8;--dark-text-accent:#d1d5db;--dark-border-primary:#1f2937;--dark-border-secondary:#374151;--dark-border-accent:#334155;--dark-shadow-sm:0 1px 2px 0 #00000080;--dark-shadow-md:0 4px 6px -1px #0009,0 2px 4px -1px #0009;--dark-shadow-lg:0 10px 15px -3px #000000a6,0 4px 6px -2px #00000080;--dark-shadow-xl:0 20px 25px -5px #000000a6,0 10px 10px -5px #0009;--dark-gradient-primary:none;--dark-gradient-secondary:none;--dark-gradient-accent:none}.employee-portal{background-color:#0b0f14;background-color:var(--dark-bg-primary);color:#e5e7eb;color:var(--dark-text-primary)}.employee-portal .loading-container{align-items:center;background:#0b0f14;background:var(--dark-bg-primary);display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:100vh}.employee-portal .loading-spinner{animation:spin 1s linear infinite;border:4px solid #111827;border-top:4px solid #d1d5db;border:4px solid var(--dark-bg-tertiary);border-radius:50%;border-top-color:var(--dark-text-accent);height:50px;width:50px}.employee-portal .dashboard-container{background:#0b0f14;background:var(--dark-bg-primary);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.employee-portal .combined-nav{align-items:center;background:#0f1720;background:var(--dark-bg-card);border-bottom:1px solid #1f2937;border-bottom:1px solid var(--dark-border-primary);box-shadow:0 1px 2px 0 #00000080;box-shadow:var(--dark-shadow-sm);color:#e5e7eb;color:var(--dark-text-primary);display:flex;justify-content:space-between;padding:1rem 2rem}.employee-portal .nav-left{align-items:center;display:flex;gap:2rem}.employee-portal .nav-brand h2{color:#e5e7eb;color:var(--dark-text-primary);font-size:1.5rem;font-weight:600;margin:0}.employee-portal .nav-right{align-items:center;display:flex;gap:1.5rem}.employee-portal .user-info{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem}.employee-portal .username{color:#e5e7eb;color:var(--dark-text-primary);font-weight:500}.employee-portal .user-role{background:#fff3;border-radius:20px;color:#cbd5e1;color:var(--dark-text-secondary);font-size:.875rem;padding:.25rem .75rem}.employee-portal .dashboard-main{display:flex;min-height:calc(100vh - 80px)}.employee-portal .filters-sidebar{background:#0f1720;background:var(--dark-bg-card);box-shadow:0 4px 6px -1px #0009,0 2px 4px -1px #0009;box-shadow:var(--dark-shadow-md);color:#e5e7eb;color:var(--dark-text-primary);overflow-y:auto;padding:1.5rem;width:320px}.employee-portal .sidebar-header{margin-bottom:2rem;text-align:center}.employee-portal .logo{align-items:center;display:flex;flex-direction:column;gap:.5rem}.employee-portal .logo-icon{align-items:center;background:#111827;border:1px solid #1f2937;border:1px solid var(--dark-border-primary);border-radius:8px;color:#e5e7eb;color:var(--dark-text-primary);display:flex;font-size:1rem;font-weight:700;height:48px;justify-content:center;width:48px}.employee-portal .logo h2{color:#cbd5e1;color:var(--dark-text-secondary);font-size:1.25rem;font-weight:600;margin:0}.employee-portal .filters-section h3{border-bottom:2px solid #1f2937;border-bottom:2px solid var(--dark-border-primary);color:#e5e7eb;color:var(--dark-text-primary);font-size:1.125rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.5rem}.employee-portal .filter-group{margin-bottom:1.5rem}.employee-portal .filter-group label{color:#cbd5e1;color:var(--dark-text-secondary);display:block;font-size:.875rem;font-weight:500;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.employee-portal .filter-group input,.employee-portal .filter-group select{background:#111827;background:var(--dark-bg-input);border:1px solid #1f2937;border:1px solid var(--dark-border-primary);border-radius:8px;color:#e5e7eb;color:var(--dark-text-primary);font-size:.875rem;padding:.75rem;transition:all .2s ease;width:100%}.employee-portal .filter-group input:focus,.employee-portal .filter-group select:focus{border-color:#334155;border-color:var(--dark-border-accent);box-shadow:0 0 0 3px #3b82f61a;outline:none}.employee-portal .filter-group select option{background:#111827;background:var(--dark-bg-input);color:#e5e7eb;color:var(--dark-text-primary)}.employee-portal .search-input{position:relative}.employee-portal .search-icon{color:#94a3b8;color:var(--dark-text-muted);pointer-events:none;position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.employee-portal .admin-section{border-top:1px solid #1f2937;border-top:1px solid var(--dark-border-primary);margin-top:2rem;padding-top:1.5rem}.employee-portal .admin-section h3{color:#e5e7eb;color:var(--dark-text-primary);font-size:1rem;font-weight:600;margin:0 0 1rem}.employee-portal .add-user-button{align-items:center;background:none;background:var(--dark-gradient-primary);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem;transition:all .2s ease;width:100%}.employee-portal .add-user-button:hover{box-shadow:0 10px 15px -3px #000000a6,0 4px 6px -2px #00000080;box-shadow:var(--dark-shadow-lg);transform:translateY(-1px)}.employee-portal .button-icon{font-size:1rem}.employee-portal .admin-tools-main{background:#0f1720;background:var(--dark-bg-secondary);flex:1 1;padding:2rem}.employee-portal .admin-tools-header{margin-bottom:2rem}.employee-portal .admin-tools-header h2{color:#e5e7eb;color:var(--dark-text-primary);font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.employee-portal .admin-tools-header p{color:#cbd5e1;color:var(--dark-text-secondary);margin:0}.employee-portal .admin-tools-content{background:#0f1720;background:var(--dark-bg-card);border:1px solid #1f2937;border:1px solid var(--dark-border-primary);border-radius:8px;padding:1.5rem}.employee-portal .admin-tools-content h3{color:#e5e7eb;color:var(--dark-text-primary);font-size:1.25rem;font-weight:600;margin:0 0 1rem}.employee-portal .admin-tools-content p{color:#cbd5e1;color:var(--dark-text-secondary);margin:0 0 1.5rem}.employee-portal .properties-main{background:#0f1720;background:var(--dark-bg-secondary);flex:1 1;overflow-y:auto}.employee-portal .content-area{background:#0f1720;background:var(--dark-bg-secondary);display:flex;flex:1 1;flex-direction:column}.employee-portal .nav-tabs{display:flex;gap:0}.employee-portal .nav-tab{background:none;border:none;border-bottom:2px solid #0000;color:#cbd5e1;color:var(--dark-text-secondary);cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.employee-portal .nav-tab.active,.employee-portal .nav-tab:hover{color:#e5e7eb;color:var(--dark-text-primary)}.employee-portal .nav-tab.active{border-bottom-color:#334155;border-bottom-color:var(--dark-border-accent)}.employee-portal .nav-user{align-items:center;display:flex;gap:1rem}.employee-portal .signout-button{background:#991b1b;background:var(--dark-bg-button-danger);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.employee-portal .signout-button:hover{background:#7f1d1d;background:var(--dark-bg-button-danger-hover);transform:translateY(-1px)}.employee-portal .results-header{align-items:center;background:#0f1720;background:var(--dark-bg-card);border-bottom:1px solid #1f2937;border-bottom:1px solid var(--dark-border-primary);display:flex;justify-content:space-between;padding:1rem 2rem}.employee-portal .results-info{align-items:center;display:flex;gap:2rem}.employee-portal .results-count{color:#e5e7eb;color:var(--dark-text-primary);font-weight:600}.employee-portal .sort-controls{align-items:center;color:#cbd5e1;color:var(--dark-text-secondary);display:flex;font-size:.875rem;gap:.5rem}.employee-portal .sort-select{background:#111827;background:var(--dark-bg-input);color:#e5e7eb;color:var(--dark-text-primary);font-size:.875rem}.employee-portal .sort-order-btn,.employee-portal .sort-select{border:1px solid #1f2937;border:1px solid var(--dark-border-primary);border-radius:6px;padding:.5rem}.employee-portal .sort-order-btn{background:#111827;background:var(--dark-bg-tertiary);cursor:pointer;transition:all .2s ease}.employee-portal .sort-order-btn:hover{background:#111827;background:var(--dark-bg-input)}.employee-portal .export-button{background:#16a34a;background:var(--dark-bg-success);border:1px solid #14532d;border-radius:8px;color:#e5e7eb;color:var(--dark-text-primary);cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.employee-portal .export-button:hover{background:#059669;transform:translateY(-1px)}.employee-portal .properties-table-container{padding:2rem}.employee-portal .properties-table-container.view-only{-webkit-user-select:none;user-select:none}.employee-portal .properties-table{background:#0f1720;border:1px solid #1f2937;border:1px solid var(--dark-border-primary);border-collapse:collapse;border-radius:12px;overflow:hidden;width:100%}.employee-portal .properties-table.view-only{-webkit-user-select:none;user-select:none}.employee-portal .properties-table th{background:#111827;border-bottom:1px solid #1f2937;border-bottom:1px solid var(--dark-border-primary);color:#e5e7eb;color:var(--dark-text-primary);font-size:.75rem;font-weight:600;letter-spacing:.08em;padding:1rem;text-align:left;text-transform:uppercase}.employee-portal .properties-table.view-only th{-webkit-user-select:none;user-select:none}.employee-portal .properties-table td{border-bottom:1px solid #1f2937;border-bottom:1px solid var(--dark-border-primary);color:#cbd5e1;color:var(--dark-text-secondary);font-size:.875rem;padding:.875rem 1rem}.employee-portal .properties-table.view-only td{-webkit-user-select:none;user-select:none}.employee-portal .properties-table tr:hover{background:#111827;background:var(--dark-bg-tertiary)}.employee-portal .properties-table tr:last-child td{border-bottom:none}.employee-portal .no-data td{padding:3rem 1rem;text-align:center}.employee-portal .empty-state{align-items:center;color:#94a3b8;color:var(--dark-text-muted);display:flex;flex-direction:column;gap:1rem}.employee-portal .empty-icon{font-size:3rem;opacity:.5}.employee-portal .empty-state p{font-size:1.125rem;font-weight:500;margin:0}.employee-portal .empty-subtitle{font-size:.875rem;opacity:.7}.employee-portal .action-buttons{display:flex;gap:.5rem}.employee-portal .delete-btn,.employee-portal .edit-btn{border:none;border-radius:6px;cursor:pointer;font-size:1rem;padding:.5rem;transition:all .2s ease}.employee-portal .edit-btn{background:#1f2937;background:var(--dark-bg-button);color:#fff}.employee-portal .edit-btn:hover{background:#111827;background:var(--dark-bg-button-hover);transform:translateY(-1px)}.employee-portal .delete-btn{background:#991b1b;background:var(--dark-bg-button-danger);color:#fff}.employee-portal .delete-btn:hover{background:#7f1d1d;background:var(--dark-bg-button-danger-hover);transform:translateY(-1px)}.employee-portal .modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.employee-portal .modal{background:#0f1720;background:var(--dark-bg-card);border:1px solid #1f2937;border:1px solid var(--dark-border-primary);border-radius:12px;box-shadow:0 20px 25px -5px #000000a6,0 10px 10px -5px #0009;box-shadow:var(--dark-shadow-xl);max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;width:90%}.employee-portal .modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.employee-portal .modal-header h3{color:#e5e7eb;color:var(--dark-text-primary);margin:0}.employee-portal .close-button{align-items:center;background:none;border:none;border-radius:50%;color:#94a3b8;color:var(--dark-text-muted);cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;transition:all .2s ease;width:30px}.employee-portal .close-button:hover{background:#111827;background:var(--dark-bg-tertiary);color:#e5e7eb;color:var(--dark-text-primary)}.employee-portal .modal-form{display:flex;flex-direction:column;gap:1.5rem}.employee-portal .form-group{display:flex;flex-direction:column;gap:.5rem}.employee-portal .form-group label{color:#cbd5e1;color:var(--dark-text-secondary);font-weight:500}.employee-portal .form-group input{background:#111827;background:var(--dark-bg-input);border:1px solid #1f2937;border:1px solid var(--dark-border-primary);border-radius:8px;color:#e5e7eb;color:var(--dark-text-primary);font-size:.875rem;padding:.75rem;transition:all .2s ease}.employee-portal .form-group input:focus{border-color:#334155;border-color:var(--dark-border-accent);box-shadow:0 0 0 3px #3b82f61a;outline:none}.employee-portal .modal-footer{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.employee-portal .cancel-button,.employee-portal .submit-button{border:none;border-radius:8px;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.employee-portal .cancel-button{background:#111827;background:var(--dark-bg-tertiary);color:#cbd5e1;color:var(--dark-text-secondary)}.employee-portal .cancel-button:hover{background:#111827;background:var(--dark-bg-input)}.employee-portal .submit-button{background:#16a34a;background:var(--dark-bg-success);color:#fff}.employee-portal .submit-button:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.employee-portal .submit-button:disabled{cursor:not-allowed;opacity:.6}.employee-portal .message{border-radius:8px;font-weight:500;padding:1rem;text-align:center}.employee-portal .message.success{background:#10b98133;border:1px solid #10b9814d;color:#10b981}.employee-portal .message.error{background:#ef444433;border:1px solid #ef44444d;color:#ef4444}.employee-portal .password-change-container{align-items:center;background:#0b0f14;background:var(--dark-bg-primary);display:flex;justify-content:center;min-height:100vh;padding:20px}.employee-portal .password-change-card{background:#0f1720;background:var(--dark-bg-card);border:1px solid #1f2937;border:1px solid var(--dark-border-primary);border-radius:20px;box-shadow:0 20px 25px -5px #000000a6,0 10px 10px -5px #0009;box-shadow:var(--dark-shadow-xl);max-width:450px;padding:40px;width:100%}.employee-portal .password-change-header{margin-bottom:30px;text-align:center}.employee-portal .password-change-header h2{color:#e5e7eb;color:var(--dark-text-primary);font-size:2rem;font-weight:700;margin-bottom:10px}.employee-portal .password-change-header p{color:#cbd5e1;color:var(--dark-text-secondary);font-size:1rem}.employee-portal .password-change-form{display:flex;flex-direction:column;gap:20px}.employee-portal .form-text{color:#94a3b8;color:var(--dark-text-muted);font-size:.8rem}.employee-portal .password-change-button{background:#16a34a;background:var(--dark-bg-success);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:10px;padding:14px;transition:all .3s ease}.employee-portal .password-change-button:hover:not(:disabled){background:#059669;box-shadow:0 10px 15px -3px #000000a6,0 4px 6px -2px #00000080;box-shadow:var(--dark-shadow-lg);transform:translateY(-2px)}.employee-portal .password-change-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.employee-portal .login-container{align-items:center;background:#0b0f14;background:var(--dark-bg-primary);display:flex;justify-content:center;min-height:100vh;padding:20px}.employee-portal .login-card{background:#0f1720;background:var(--dark-bg-card);border:1px solid #1f2937;border:1px solid var(--dark-border-primary);border-radius:20px;box-shadow:0 20px 25px -5px #000000a6,0 10px 10px -5px #0009;box-shadow:var(--dark-shadow-xl);max-width:450px;padding:40px;width:100%}.employee-portal .login-header{margin-bottom:30px;text-align:center}.employee-portal .login-header h1{color:#e5e7eb;color:var(--dark-text-primary);font-size:2rem;font-weight:700;margin-bottom:10px}.employee-portal .login-header p{color:#cbd5e1;color:var(--dark-text-secondary);font-size:1rem}.employee-portal .login-form{display:flex;flex-direction:column;gap:20px}.employee-portal .login-button{background:#16a34a;background:var(--dark-bg-success);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:10px;padding:14px;transition:all .3s ease}.employee-portal .login-button:hover:not(:disabled){background:#059669;box-shadow:0 10px 15px -3px #000000a6,0 4px 6px -2px #00000080;box-shadow:var(--dark-shadow-lg);transform:translateY(-2px)}.employee-portal .login-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.employee-portal .login-footer{color:#94a3b8;color:var(--dark-text-muted);font-size:.875rem;margin-top:20px;text-align:center}@media (max-width:1024px){.employee-portal .dashboard-main{flex-direction:column}.employee-portal .filters-sidebar{order:2;width:100%}.employee-portal .properties-main{order:1}}@media (max-width:768px){.employee-portal .combined-nav{flex-direction:column;gap:1rem;padding:1rem}.employee-portal .nav-left,.employee-portal .nav-right{align-items:center;flex-direction:column;gap:1rem}.employee-portal .nav-brand h2{font-size:1.25rem}.employee-portal .properties-table-container,.employee-portal .results-header{padding:1rem}.employee-portal .properties-table{font-size:.75rem}.employee-portal .properties-table td,.employee-portal .properties-table th{padding:.75rem .5rem}}:root{--header-bg:#dc2626;--header-text:#fff;--header-logo-accent:#fff;--header-height:70px;--transition-speed:0.3s}.header{background-color:#dc2626;background-color:var(--header-bg);box-shadow:0 4px 6px #0000001a;color:#fff;color:var(--header-text);height:70px;height:var(--header-height);left:0;position:fixed;top:0;width:100%;z-index:1000}.header .container{height:100%;margin:0;max-width:100vw;padding:0 1rem}.header-content{align-items:center;display:flex;height:100%;justify-content:space-between;width:100%}.logo{color:#fff;color:var(--header-logo-accent);text-decoration:none}.logo-text h1{font-size:clamp(1.5rem,5vw,2rem);font-weight:800;line-height:1;margin:0}.header-cta,.nav-desktop{display:none;font-size:2rem!important;font-weight:1000!important}.whatsapp-btn{align-items:center;background:#25d366;border-radius:50%;display:flex;height:42px;justify-content:center;margin-right:12px;transition:.2s ease;width:42px}.whatsapp-btn img{height:22px;width:22px}.whatsapp-btn:hover{background:#1ebe5d;transform:scale(1.07)}.mobile-menu-btn-div{display:flex;gap:2%}.mobile-menu-btn{background:none;border:none;cursor:pointer;padding:.5rem;z-index:1002}.mobile-menu-btn,.mobile-menu-btn .whatsapp-btn{align-items:center;display:flex;justify-content:center}.mobile-menu-btn .whatsapp-btn{background:#25d366;border-radius:50%;height:10%;margin-right:12px;transition:.2s ease;width:10%}.hamburger{position:relative}.hamburger,.hamburger:after,.hamburger:before{background-color:#fff;background-color:var(--header-text);border-radius:2px;height:3px;transition:all .3s ease;transition:all var(--transition-speed) ease;width:28px}.hamburger:after,.hamburger:before{content:"";left:0;position:absolute}.hamburger:before{top:-9px}.hamburger:after{bottom:-9px}.mobile-menu-btn.open .hamburger{background-color:initial}.mobile-menu-btn.open .hamburger:before{top:0;transform:rotate(45deg)}.mobile-menu-btn.open .hamburger:after{bottom:0;transform:rotate(-45deg)}.nav-mobile{align-items:center;background-color:#dc2626;background-color:var(--header-bg);display:flex;flex-direction:column;gap:2rem;height:60vh;justify-content:center;left:0;opacity:0;position:fixed;top:0;transform:translateY(-20px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;transition:opacity var(--transition-speed) ease,visibility var(--transition-speed) ease,transform var(--transition-speed) ease;visibility:hidden;width:100%;z-index:1001}.nav-mobile.open{opacity:1;transform:translateY(0);visibility:visible}.nav-mobile .nav-link{color:#fff;color:var(--header-text);font-size:1.75rem;font-weight:700;text-decoration:none}@media (min-width:1133px){.mobile-menu-btn,.nav-mobile{display:none}.header-cta,.nav-desktop{align-items:center;display:flex}.mobile-menu-btn-div .whatsapp-btn{display:none!important}.header-content{justify-content:normal}.nav-desktop{gap:2.5rem;margin-left:auto;margin-right:auto;white-space:nowrap}.nav-link{border-radius:6px;color:#fff;color:var(--header-text);font-size:1.1rem;font-weight:1000;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s ease}.nav-link.active,.nav-link:hover{background-color:#ffffff1a;border-radius:6px;font-size:1rem;text-decoration:none;transition:all .2s ease}.header-cta .btn{background-color:initial;border:2px solid #fff;border:2px solid var(--header-text);border-radius:7px;color:#fff;color:var(--header-text);font-weight:600;padding:.25rem .5rem;text-decoration:none;transition:all .2s ease}.header-cta .btn:hover{background-color:#fff;background-color:var(--header-text);color:#dc2626;color:var(--header-bg)}}.logo-image{height:3.5rem}@media (max-width:480px){.logo-image{height:2.5rem}}.footer{background:#ffffff0d;border-top:1px solid #ffffff1a;color:#fff;display:flex;justify-content:center;overflow:hidden;position:relative}.footer-background{background-image:url(/static/media/pexels-photo-7642000.f8b4e9441b2bcfbe4415.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;z-index:1}.footer-background,.footer-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.footer-overlay{background:#0000004d;z-index:2}.footer-container{max-width:1200px;padding:0 20px;position:relative;z-index:3}.footer-logo-section{padding:.5rem;text-align:center}.footer-logo-image{max-height:50px}.footer-links-section{border-bottom:1px solid #ffffff1a;display:flex;flex-wrap:nowrap;gap:7%;justify-content:space-around;max-height:18rem;padding:.5rem}.footer-column{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;max-height:18%;max-width:25%;min-width:25%;padding:1rem 2rem 2rem}.footer-column-title{color:#fff;font-size:1rem;font-weight:600;letter-spacing:.5px;margin:0 0 .5rem;text-transform:uppercase}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.25rem}.footer-links a,.footer-links button{background:none;border:none;color:#ffffffe6;cursor:pointer;font-family:inherit;font-size:.95rem;line-height:1.4;padding:0;text-align:left;text-decoration:none;transition:color .3s ease}.footer-links a:hover,.footer-links button:hover{color:#fff;text-shadow:0 0 10px #ffffff80}.footer-subscription-section{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0000001a;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;max-width:25%;min-width:25%;padding:1rem}.subscription-title{color:#fff;font-size:1rem;font-weight:600;margin:0 0 1rem}.subscription-form{display:flex;flex-direction:column;gap:.75rem;max-width:100%;width:100%}.subscription-input{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#fff;flex:1 1;font-size:.95rem;outline:none;padding:12px 16px;transition:all .3s ease}.subscription-input:focus{background:#fff3;border-color:#dc262680;box-shadow:0 0 20px #dc26264d}.subscription-input::placeholder{color:#ffffffb3}.subscription-button{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,rgba(13,92,162,.763),rgba(9,97,151,.941));border:1px solid #fff3;border-radius:12px;box-shadow:0 4px 15px rgba(12,80,168,.888);color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:12px 24px;transition:all .3s ease;white-space:nowrap}.subscription-button:hover{background:linear-gradient(135deg,rgba(24,106,188,.886),#c14444de);box-shadow:0 6px 20px #2681dce3;transform:translateY(-2px)}.footer-bottom{padding:.5rem 0}.footer-bottom-content{align-items:center;flex-wrap:wrap;gap:4rem;justify-content:center}.footer-copyright p{color:#fffc;flex-wrap:wrap;font-size:1.1rem;justify-content:center;line-height:1.4;margin:0;text-align:center}.footer-social{gap:1rem}.footer-social,.social-link{align-items:center;display:flex;justify-content:center}.social-link{background:#ffffff1a;border-radius:50%;color:#fff;height:32px;text-decoration:none;transition:color .3s ease;transition:all .3s ease;width:32px}.social-link:hover{background:#09f3;color:#09f;transform:translateY(-2px)}.chat-icon{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .3s ease;width:32px}.chat-icon:hover{background:#09f3;color:#09f;transform:translateY(-2px)}@media (max-width:1024px){.footer-links-section{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer{margin-top:2rem}.footer-logo{font-size:2rem}.footer-links-section{gap:1.5rem;grid-template-columns:1fr;text-align:center}.footer-column{align-items:center}.subscription-form{flex-direction:column;max-width:100%}.subscription-button{align-self:flex-start}.footer-bottom-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-social{justify-content:center}}@media (max-width:480px){.footer-container{margin-left:2rem;margin-right:2rem}.footer-logo-section{display:flex;justify-content:center;justify-items:center;max-width:100%;min-width:100%;padding-top:.5rem}.footer-logo{font-size:1.8rem}.footer-links-section{display:flex;flex-direction:column;gap:1.5rem;margin-left:-10%;margin-top:1rem}.footer-subscription-section{padding:1.5rem 0}.footer-bottom{margin-left:1rem;margin-right:1rem}.footer-column{max-width:100%;min-width:100%;overflow:visible}}.hero{align-items:center;color:#fff;display:flex;justify-content:center;margin-top:.5rem;min-height:100vh;position:relative;text-align:center}.hero-background{z-index:-2}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:#f9fafb;z-index:-1}.glass{backdrop-filter:blur(28px) saturate(120%);-webkit-backdrop-filter:blur(28px) saturate(120%);background:#a01208;box-shadow:0 25px 50px -12px #00000059}.glass,.glass-card{border:1px solid #ffffff40;margin-bottom:0}.glass-card{text-wrap:nowrap;align-items:center;backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:blur(18px) saturate(120%);background:#d40c02cc;border-radius:20px;box-shadow:0 10px 30px #00000040;display:flex;flex-direction:row;justify-content:space-between;margin-top:2.75rem;min-height:100px;min-width:-webkit-fit-content;min-width:fit-content;padding:20px;text-align:center;transform:translateY(0) scale(1);transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-card:hover{background:#ce4b3d80;border-color:#ffffff59;box-shadow:0 15px 40px #00000059;color:#dc2626;transform:translateY(-4px) scale(1.02)}.glass-card:active{transform:translateY(-2px) scale(1.01)}.slideshow{height:88%;overflow:hidden}.slide,.slideshow{inset:0;position:absolute;width:100%}.slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#0000;height:100%;opacity:0;transition:opacity 1.2s ease-in-out;will-change:opacity}.slide img{display:block;height:100%;width:100%}@keyframes fadeInOut{0%,to{opacity:0}16.67%,33.33%{opacity:1}50%{opacity:0}}@keyframes fadeInOutDelay1{0%,33.33%,to{opacity:0}50%,66.67%{opacity:1}83.33%{opacity:0}}@keyframes fadeInOutDelay2{0%,66.67%{opacity:0}83.33%,to{opacity:1}16.67%{opacity:0}}.animate-fade-in-out{animation:fadeInOut 15s infinite}.animate-fade-in-out-delay-1{animation:fadeInOutDelay1 15s infinite}.animate-fade-in-out-delay-2{animation:fadeInOutDelay2 15s infinite}@keyframes fadeCycle{0%{opacity:0}5%{opacity:1}25%{opacity:1}30%{opacity:0}to{opacity:0}}.hero-content{max-width:800px;z-index:1}.hero .container{margin:0 auto;max-width:1300px;padding:0}.hero-title{text-stroke:1px #fff9;-webkit-text-stroke:1px #fff9;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.8));font-family:Playfair Display,Georgia,serif;font-size:2.8rem;font-weight:1000;letter-spacing:.05em;line-height:1.2;margin-bottom:.75rem;margin-top:30%;min-width:100%!important}.hero-title-line1{margin-left:-10%;white-space:nowrap}.hero-subtitle{text-stroke:1px #fff9;-webkit-text-stroke:1px #fff9;color:#fff;filter:drop-shadow(0 0 2px rgba(0,0,0,.5));font-size:1.1rem;font-weight:700}.hero-search,.hero-subtitle{margin-bottom:1.5rem}.search-container{align-items:center;background:#ffffff14;border:1px solid #ffffff40;border-radius:16px;box-shadow:0 8px 32px #00000040;display:flex;gap:8px;margin:3rem auto 0;max-width:700px;outline:none;padding:4px;position:relative;transform:translateY(0);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:20}.search-container:hover{border-color:#ffffff59;box-shadow:0 12px 40px #00000059;transform:translateY(-2px)}.search-container:focus-within{border-color:#ffffff73;box-shadow:0 16px 48px #0006;transform:translateY(-3px)}.filters-wrapper{position:relative}.search-input-wrapper{align-items:center;background:#0000;border:none;border-radius:12px;display:flex;flex:1 1;padding:0 16px;transition:all .2s ease}.search-input-wrapper:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #013b781a}.search-icon{align-items:center;color:#fff;display:flex;margin-right:8px}.search-input{background:#0000;border:none!important;box-shadow:none!important;color:#fff;flex:1 1;font-size:16px;outline:none!important;padding:12px 0}.search-input::placeholder{color:#fff;font-weight:400}.filters-button{align-items:center;backdrop-filter:blur(14px) saturate(120%);-webkit-backdrop-filter:blur(14px) saturate(120%);background:#dc2626;border:1px solid #ffffff40;border-radius:12px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:8px;padding:9px 20px;transform:translateY(0) scale(1);transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.filters-button:hover{background:#a0c6eb;border-color:#ffffff59;box-shadow:0 8px 25px #0003;color:#dc2626;transform:translateY(-1px) scale(1.02)}.filters-button:active{transform:translateY(0) scale(.98)}.filters-button svg{color:#ffffffd9}.search-button{background:linear-gradient(135deg,#dc2626,#dc2626);border:none;border-radius:12px;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transform:translateY(0) scale(1);transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.search-button,.search-button:hover{box-shadow:0 4px 12px #1943614d;color:#fff}.search-button:hover{background:linear-gradient(135deg,#da0f0f,#da0f0f);transform:translateY(-2px) scale(1)}.search-button:active{transform:translateY(-1px) scale(1.02)}.filters-dropdown{animation:slideDown .4s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#ffffffe6;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 20px 40px #00000014,inset 0 1px 0 #fffc;color-scheme:light;margin-left:auto;margin-right:auto;margin-top:20px;max-width:700px;overflow:hidden;padding:32px;position:relative}.filters-dropdown-over{-webkit-overflow-scrolling:touch;animation:riseIn .22s cubic-bezier(.2,.8,.2,1);border-radius:14px;bottom:calc(100% + 8px);box-shadow:0 20px 60px #00000059;max-height:44vh;max-width:96vw;overflow:auto;padding:10px;position:absolute;right:0;scrollbar-color:#ffffff59 #0000;scrollbar-width:thin;width:640px;z-index:9999}.filters-dropdown-over::-webkit-scrollbar{width:8px}.filters-dropdown-over::-webkit-scrollbar-track{background:#0000}.filters-dropdown-over::-webkit-scrollbar-thumb{background:#ffffff59;background-clip:padding-box;border:2px solid #0000;border-radius:9999px}.filters-dropdown-over:hover::-webkit-scrollbar-thumb{background:#ffffff80}.filters-dropdown-over .filters-grid{gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.filters-dropdown-over .filter-group label{font-size:10px}.filters-dropdown-over .filter-input,.filters-dropdown-over .filter-select{font-size:13px;padding:8px 10px}@media (max-height:800px){.filters-dropdown-over{max-height:40vh;width:520px}}@media (min-width:1200px){.filters-dropdown-over{width:620px}}@keyframes riseIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:640px){.hero .container{padding:0 .5rem}.search-container{border-radius:16px;padding:6px;width:100%}.filters-wrapper{width:100%}.filters-dropdown-over{bottom:auto;left:0;max-height:72vh;padding:12px;position:absolute;right:0;top:calc(100% + 64px);transform:none;width:100%;z-index:9999}.filters-dropdown-over,.filters-dropdown-over.glass{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 12px 36px #0000002e}.filters-dropdown-over .filters-grid{gap:12px;grid-template-columns:1fr!important}.filters-dropdown-over .filter-input,.filters-dropdown-over .filter-select{background:#fff!important;border-color:#e5e7eb!important;color:#111827!important}}@media (min-width:1200px){.filters-dropdown-over{width:700px}}.filters-dropdown-over.glass{backdrop-filter:blur(28px) saturate(120%)!important;-webkit-backdrop-filter:blur(28px) saturate(120%)!important;background:#ffffff1a!important;border:1px solid #ffffff4d!important;box-shadow:0 25px 50px -12px #00000059}@media (max-width:640px){.hero .filters-dropdown-over,.hero .filters-dropdown-over.glass{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 12px 36px #0000002e!important;z-index:99999!important}}.filters-dropdown-over.glass .filter-input,.filters-dropdown-over.glass .filter-select{background-color:#ffffffeb!important;border-color:#e5e7eb!important;color:#111827!important}.filters-dropdown-over .filter-group label{font-size:11px;letter-spacing:.08em}.filters-dropdown-over .filter-input,.filters-dropdown-over .filter-select{border-radius:10px;font-size:14px;padding:10px 12px}.filters-dropdown:before{display:none}.filters-dropdown .filters-grid{grid-gap:24px;display:grid!important;gap:24px;grid-template-columns:1fr 1fr!important;max-width:100%;width:100%}.filter-group{gap:10px;position:relative}.filter-group label{color:#111827;display:inline-block;font-size:13px;font-weight:800;letter-spacing:.1em;margin-bottom:4px;position:relative;text-transform:uppercase}.hero-section .filter-group label:after{background:linear-gradient(90deg,#dc2626,#ef4444);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.hero-section .filter-group:hover label:after{width:100%}.filter-input,.filter-select{background:#fff;border:1px solid var(--border-color);border-radius:12px;box-shadow:none;color:var(--text-primary);color-scheme:light;font-size:15px;overflow:hidden;padding:16px 20px;position:relative;transition:all .2s ease}.hero .filters-dropdown .filter-input,.hero .filters-dropdown .filter-select{background-color:#fff!important;border-color:#e5e7eb!important;box-shadow:none!important;color:#111827!important;outline:none!important}.hero .filters-dropdown .filter-input:hover,.hero .filters-dropdown .filter-select:hover{border-color:#e5e7eb!important}.hero .filters-dropdown input.filter-input:-webkit-autofill,.hero .filters-dropdown select.filter-select:-webkit-autofill{-webkit-text-fill-color:#111827!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}.filter-input:before,.filter-select:before{background:linear-gradient(90deg,#0000,#dc26261a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.filter-input:hover:before,.filter-select:hover:before{left:100%}.filter-input:focus,.filter-select:focus{border-color:var(--primary-color);outline:none}.filter-input::placeholder{color:#9ca3af;font-weight:400}.filter-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;color:var(--text-primary);cursor:pointer;font-weight:500;padding-right:40px}.filter-select option{background:#fff!important;border:none;color:var(--text-primary);font-size:15px;padding:12px 16px;transition:all .2s ease}.filter-select::-ms-expand{display:none}.filter-select:-internal-autofill-selected,.filter-select:-internal-list-box{background-color:#fff!important;color:#042940 dc2626!important}.filter-select option:hover{background:var(--background-light);color:var(--text-primary)}.filter-select option:checked,.filter-select option[selected]{background:linear-gradient(135deg,#dc2626,#ef4444)!important;box-shadow:0 2px 8px #dc26264d!important;color:#fff!important;font-weight:700!important;position:relative}.filter-select option:checked:before,.filter-select option[selected]:before{color:#fff;content:"✓";font-weight:700;position:absolute;right:8px}.filter-select option:checked,.filter-select option[selected=selected],.filter-select option[selected=true],.filter-select option[selected]{background:linear-gradient(135deg,#dc2626,#ef4444)!important;box-shadow:0 2px 8px #dc26264d!important;color:#fff!important;font-weight:700!important}.filter-select:not([value=""]){border-color:var(--primary-color);color:var(--text-primary)}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px) scale(.95)}50%{opacity:.8;transform:translateY(-5px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-cta{margin-bottom:3rem}.hero-cta .btn-primary{background-color:#dc2626!important;color:#fff}.hero-cta .btn-primary:hover{background-color:#b91c1c!important;transform:translateY(-1px)}.hero-stats{display:flex;gap:2rem;justify-content:center;position:relative;z-index:1}.stat-item{align-items:center;color:#fff;display:flex;flex-direction:column}.stat-number{color:#fff;font-size:2rem;font-weight:700;text-shadow:0 2px 6px #00000059}.stat-label{font-size:.875rem;font-weight:500;letter-spacing:.05em;opacity:.9;text-transform:uppercase}@media (max-width:768px){.hero{min-height:70vh;padding:60px 1rem 1.5rem}.hero-content{max-width:100%;padding:0 1rem}.hero-title{font-size:2.6rem;line-height:1.1;margin-bottom:.5rem}.hero-subtitle{font-size:1rem;margin-bottom:1rem}.search-container{flex-direction:column;gap:12px;max-width:100%;padding:3px}.search-input-wrapper{padding:0 12px;width:100%}.search-input{font-size:16px;padding:14px 0}.filters-button{font-size:15px;justify-content:center;padding:14px 20px;width:100%}.search-button{font-size:15px;padding:14px 24px;width:100%}.filters-dropdown{border-radius:16px;margin-top:12px;max-width:100%;padding:20px 16px}.filters-dropdown .filters-grid{gap:16px;grid-template-columns:1fr!important}.filter-group label{font-size:12px;margin-bottom:6px}.filter-input,.filter-select{border-radius:10px;font-size:15px;padding:14px 16px}.hero-stats{flex-wrap:wrap;gap:1.5rem;justify-content:space-around}.stat-number{font-size:1.4rem}.stat-label{font-size:.7rem}.hero-cta{margin-bottom:2rem}}@media (max-width:480px){.hero{max-height:97vh;padding:14vh .5rem 1rem}.hero-content{padding:0 .5rem}.hero-title{font-size:2rem;margin-bottom:.5rem;margin-top:40%}.hero-subtitle{font-size:.95rem;margin-bottom:.75rem}.search-container{gap:7px;padding:2px}.search-input-wrapper{padding:0 10px}.search-input{font-size:16px;padding:12px 0}.filters-button,.search-button{font-size:14px;padding:12px 16px}.filters-dropdown{margin-top:10px;padding:16px 12px}.filter-input,.filter-select{font-size:14px;padding:12px 14px}.hero-stats{gap:0;margin-top:-20px;padding-top:-20px;position:relative;z-index:3}.glass-card,.stat-item{min-width:-webkit-fit-content;min-width:fit-content;position:relative}.stat-number{font-size:.7rem;margin:0;padding:0}.stat-label{font-size:.55rem;gap:0}}@media (max-width:360px){.hero-title{font-size:1.6rem}.hero-stats{gap:.8rem}.stat-item{min-width:60px}}body{overflow-x:hidden}.property-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:0;max-width:100%;overflow:hidden;transition:all .3s ease;width:100%}.sold-badge{left:0;pointer-events:none;position:absolute;top:40px;transform:rotate(-45deg);z-index:10}.sold-badge img{display:block;height:4rem!important;width:9rem!important}.card-image{height:250px!important;position:relative;width:100%}.card-image img{height:100%!important;object-fit:cover;transition:transform .3s ease;width:100%}.property-card:hover{border-color:#dc2626;box-shadow:0 8px 25px #0000001f;transform:translateY(-2px)}.property-card:hover .card-image img{transform:scale(1.05)}.image-placeholder{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;height:250px;justify-content:center;position:relative;width:100%}.placeholder-icon{color:#dc2626;opacity:.6}.land-placeholder .placeholder-icon{align-items:center;display:flex;flex-direction:column;gap:.5rem}.land-placeholder .placeholder-icon p{color:#6b7280;font-size:1rem;font-weight:600;margin:0}.image-overlay{align-items:flex-end;background:linear-gradient(180deg,#0000,#0009);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:16px;pointer-events:none;right:0;top:0;transition:opacity .3s ease}.property-card:hover .image-overlay{opacity:1;pointer-events:auto}.view-btn{background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .3s ease}.view-btn:hover{background:#b91c1c;transform:translateY(-1px)}.card-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:12px;padding:6px;width:100%}.property-info-horizontal{gap:.75rem;justify-content:space-between;width:100%}.property-location{display:flex;gap:.5rem}.property-main{flex:1 1}.property-details-card{align-items:center;color:#000;display:flex;flex-direction:row;justify-content:space-between;text-align:right;width:100%}.property-details-card .detail-item{align-items:center;display:flex;font-size:.9rem;font-weight:550;gap:.25rem;min-width:-webkit-fit-content;min-width:fit-content}.property-details .detail-item svg{stroke:currentColor;fill:none;height:14px;width:14px}.detail-item.price{color:#dc2626;font-size:1.1rem}.property-details-card .detail-item.availability{color:#000;font-size:1rem;font-weight:800;text-transform:uppercase}.card-header{align-items:center;display:flex;flex-direction:row;flex-shrink:0;gap:12px;margin:0}.property-address{color:#111827;font-size:.9rem!important;font-weight:600;letter-spacing:-.01em;margin-bottom:0!important;margin-top:.25rem}.property-suburb{color:#6b7280;font-size:.8rem;font-weight:500;margin:0}hr{border-color:#e5e7eb;margin-bottom:5px;margin-top:5px}.lot-badge{background:#f3f4f6;border-radius:6px;color:#6b7280;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.05em;margin:0;padding:6px 10px;text-transform:uppercase}.price-section{align-items:center;display:flex;flex-direction:row;flex-shrink:0;gap:12px;margin:0}.status-only-section{align-items:flex-start;display:flex;justify-content:flex-end;margin-bottom:0;min-height:36px}.price{color:#111827;font-size:20px;font-weight:700;letter-spacing:-.02em;line-height:1.1}.status-info{align-items:center;display:flex;flex-direction:row;gap:8px}.status{background:#dc2626;border-radius:6px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.05em;padding:6px 12px;text-transform:uppercase}.availability{color:#9ca3af;font-size:13px;font-weight:500}.features-section{flex-direction:row;flex-shrink:0;gap:16px}.features-section,.land-feature{align-items:center;display:flex;margin:0}.land-feature{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:6px;gap:6px;padding:6px 10px}.land-icon{align-items:center;background:#dc2626;border-radius:4px;box-shadow:none;color:#fff;display:flex;height:18px;justify-content:center;width:18px}.land-size{color:#111827;font-size:13px;font-weight:600;letter-spacing:-.01em}.features-grid{flex-wrap:wrap;gap:8px;margin:0}.feature,.features-grid{align-items:center;display:flex}.feature{background:none;border-radius:0;color:#374151;font-size:11px;font-weight:400;gap:3px;padding:0;transition:none}.feature:hover{background:none;transform:none}.feature svg{color:#6b7280;height:12px;width:12px}.feature span{color:#374151;font-size:11px;font-weight:400}.details-section{align-items:center;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex-direction:row;flex-shrink:0;gap:12px;margin:0;padding:6px 10px}.detail-item.price,.land-status{font-weight:800}.land-status{color:#dc2626;margin-left:48%}.detail-item svg{color:#dc2626;flex-shrink:0;height:12px;width:12px}.card-footer{align-items:center;display:flex;gap:1rem;justify-content:space-between;width:100%}.property-type{background:#dc2626;border-radius:12px;box-shadow:none;color:#fff;font-size:12px;font-weight:1000;letter-spacing:.08em;padding:8px 12px;text-align:center;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.property-type:hover{background:#b91c1c;box-shadow:0 4px 12px #dc26264d;transform:translateY(-1px)}@media (max-width:768px){.property-card{margin-bottom:20px;max-width:100%}.card-image{height:450px}.card-content{padding:10px}.property-address{font-size:16px}.price{font-size:20px}.features-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.price-section{align-items:flex-start;flex-direction:column;gap:8px}.status-only-section{justify-content:flex-start}.status-info{align-items:flex-start}}@media (max-width:480px){.property-card{max-width:100%;min-width:100%}.card-content{padding:8px}.property-address{font-size:15px}.price{font-size:18px}.features-grid{gap:6px;grid-template-columns:1fr}.land-feature{padding:10px}.land-size{font-size:14px}.card-image{height:240px}}.property-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;overscroll-behavior:contain;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.property-modal{animation:slideUp .4s ease-out;background:#fff;border-radius:20px;box-shadow:0 25px 60px -12px #0000004d;height:75vh;max-width:1400px;overflow-y:auto;position:relative;width:95%}.modal-close-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 4px 12px #00000026;height:44px;left:1rem;width:44px;z-index:100}.modal-close-btn:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:scale(1.1)}.modal-close-btn svg{color:#666;transition:color .2s ease}.modal-close-btn:hover svg{color:#333}.modal-content{display:grid;grid-template-columns:1fr 1fr;height:100%}.modal-left,.property-image-section{overflow:hidden;position:relative}.property-image-section{background:linear-gradient(135deg,#dc2626,#b91c1c 30%,#991b1b 70%,#7f1d1d);background-image:radial-gradient(circle at 20% 20%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff14 0,#0000 50%),radial-gradient(circle at 60% 20%,#ffffff0f 0,#0000 40%),linear-gradient(45deg,#0000 40%,#ffffff0a 42%,#ffffff0a 58%,#0000 60%),linear-gradient(-45deg,#0000 40%,#ffffff08 42%,#ffffff08 58%,#0000 60%);background-position:0 0,150px 150px,80px 80px,0 0,20px 20px;background-size:300px 300px,200px 200px,150px 150px,60px 60px,40px 40px;border-radius:20px 0 0 20px;height:100%;min-height:450px}.modal-property-image{background:linear-gradient(135deg,#dc2626,#b91c1c);border:2px solid #ffffff1a;border-radius:12px;box-shadow:0 8px 32px #dc262633;height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.property-image-section:hover .modal-property-image{transform:scale(1.02)}.slideshow-nav-btn{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:3}.slideshow-nav-btn:hover{background:#000000e6;transform:translateY(-50%) scale(1.1)}.slideshow-nav-btn.prev-btn{left:20px}.slideshow-nav-btn.next-btn{right:20px}.slideshow-counter{bottom:20px;left:50%;transform:translateX(-50%)}.property-modal-status,.slideshow-counter{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border-radius:20px;color:#fff;font-size:.875rem;font-weight:500;padding:8px 16px;position:absolute;z-index:3}.property-modal-status{left:4rem;top:1rem}.property-status{left:1rem;position:absolute;top:1rem;z-index:3}.thumbnail-strip{background:#f8f9fa;border-top:1px solid #e9ecef;display:flex;gap:10px;margin-top:auto;overflow-x:auto;padding:15px 20px}.thumbnail{background:none;border:none;border-radius:8px;cursor:pointer;flex-shrink:0;height:60px;opacity:.6;overflow:hidden;transition:all .3s ease;width:80px}.thumbnail:hover{opacity:.8;transform:scale(1.05)}.thumbnail.active{border:3px solid var(--primary-color);opacity:1;transform:scale(1.1)}.thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.image-loading-placeholder,.no-images-placeholder{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#6c757d;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:5}.loading-spinner{animation:pulse 1.5s infinite;font-size:3rem;margin-bottom:1rem}.no-images-icon{font-size:4rem;margin-bottom:1rem;opacity:.6}.image-loading-placeholder p,.no-images-placeholder p{color:#6c757d;font-size:1.125rem;font-weight:500;margin:0}.status-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #ffffff4d;border-radius:25px;box-shadow:0 4px 12px #0000001a;color:#dc2626;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1.5rem;text-transform:uppercase}.status-badge.for-sale,.status-badge.sold{background:linear-gradient(135deg,#dc2626,#ef4444);border:2px solid #fff3;color:#fff}.status-badge.under-contract{background:linear-gradient(135deg,#d97706,#f59e0b);border:2px solid #fff3;color:#fff}.modal-right{-webkit-overflow-scrolling:touch;align-items:stretch;max-height:90vh;overflow-y:auto}.modal-right>*{width:100%}.modal-right::-webkit-scrollbar{width:6px}.modal-right::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.modal-right::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px;-webkit-transition:background .2s ease;transition:background .2s ease}.modal-right::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.property-details{align-self:stretch;display:flex;flex-direction:column;gap:.75rem;margin:0;text-align:left;width:100%}.property-details>*{align-self:stretch;margin-left:0;width:100%}.property-header-simple{align-items:baseline;display:flex;gap:.5rem;margin-bottom:.5rem;text-align:left}.property-address-modal,.property-header-simple h2{color:#111827;color:var(--text-primary,#111827);font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:0;margin-top:0!important;text-align:left}.property-header-simple p,.property-suburb-modal{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:1.125rem;margin-bottom:0;text-align:left}.property-features-horizontal{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;padding:.5rem 0}.feature-item-simple{align-items:center;color:#111827;color:var(--text-primary,#111827);display:flex;font-size:1rem;font-weight:500;gap:.5rem}.feature-item-simple svg{stroke:#dc2626;stroke:var(--primary-color,#dc2626)}.detail-separator{color:#d1d5db;font-size:1.25rem;font-weight:200}.price-and-type-container{align-items:center;display:flex;gap:28%;justify-content:flex-start;width:100%}.property-price-section{margin-top:1rem;text-align:left}.property-price{color:#dc2626;font-size:1.5rem;font-weight:800;margin:0;text-align:left}.type-and-offer-section{align-items:flex-start;display:flex;flex-direction:row;gap:1rem;text-align:left}.btn-make-offer{min-width:200px;width:auto}.type-badge{align-items:center;background:#dc2626;border:none;border-radius:8px;box-shadow:none;color:#fff;display:inline-flex;font-size:.875rem;font-weight:700;height:47.7px;justify-content:center;letter-spacing:.08em;line-height:1;padding:.5rem 1rem;text-transform:uppercase}.feature-item-horizontal.availability-status{background:linear-gradient(135deg,#dc2626,#b91c1c);border:1px solid #b91c1c;color:#fff;font-weight:700}.feature-item-horizontal.availability-status svg{stroke:#fff}.feature-item-horizontal.property-status{background:linear-gradient(135deg,#dc2626,#b91c1c);border:1px solid #b91c1c;color:#fff;font-weight:700}.feature-item-horizontal.property-status svg{stroke:#fff}.area-feature{align-items:center;background:#f9fafb;background:var(--background-light,#f9fafb);border-radius:.75rem;display:flex;gap:.75rem;justify-content:center;margin-bottom:1rem;padding:1rem}.area-feature svg{color:#dc2626;color:var(--primary-color,#dc2626)}.feature-text{font-size:1.125rem;font-weight:600}.feature-item{align-items:center;background:#f9fafb;background:var(--background-light,#f9fafb);border-radius:.75rem;display:flex;gap:.75rem;padding:1rem;transition:all .2s ease}.feature-item:hover{background:#dc2626;background:var(--primary-color,#dc2626);box-shadow:0 4px 12px #00000026;color:#fff;transform:translateY(-2px)}.feature-item:hover svg{color:#fff}.feature-item svg{color:#dc2626;color:var(--primary-color,#dc2626);transition:color .2s ease}.feature-text{color:#111827;color:var(--text-primary,#111827);font-size:.875rem;font-weight:500;transition:color .2s ease}.feature-item:hover .feature-text{color:#fff}.action-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;margin-bottom:2rem;margin-left:0;padding-left:0;text-align:left}.action-buttons .btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;min-width:180px;padding:1rem 2rem;transition:all .3s ease}.action-buttons .btn-primary{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 14px #dc26264d;color:#fff}.action-buttons .btn-primary:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);box-shadow:0 8px 25px #dc262666;transform:translateY(-3px)}.action-buttons .btn-secondary{background:linear-gradient(135deg,#6b7280,#4b5563);box-shadow:0 4px 14px #6b72804d;color:#fff}.action-buttons .btn-secondary:hover{background:linear-gradient(135deg,#4b5563,#374151);box-shadow:0 8px 25px #6b728066;transform:translateY(-3px)}.pdf-viewer-container{border-radius:12px;display:flex;flex-direction:column;overflow:hidden;position:relative}.media-pdf,.pdf-viewer-container{background:#fff;height:100%;width:100%}.media-pdf{border:none}@media (max-width:768px){.pdf-viewer-container{height:100%;min-height:400px}}.map-section{border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color,#e5e7eb);margin-left:0;padding-left:0;padding-top:.1rem;text-align:left}.map-section h3{color:#111827;color:var(--text-primary,#111827);font-size:1.5rem;font-weight:600;margin-bottom:0;text-align:left}.property-modal .map-container{border-radius:.75rem;box-shadow:0 4px 12px #0000001a;margin-bottom:.5rem;max-width:50%;overflow:hidden}.map-actions{flex-direction:column;gap:1rem;margin-right:.25rem}.map-and-actions-wrapper{align-items:flex-start;display:flex;gap:1rem}.btn-outline{align-items:center;background:#dc2626;background:var(--primary-color,#dc2626);border:2px solid #dc2626;border:2px solid var(--primary-color,#dc2626);border-radius:.5rem;color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1.25rem;text-decoration:none;transition:all .2s ease}.btn-outline:hover{background:#fff;border:#dc2626;border:var(--primary-color,#dc2626);box-shadow:0 4px 12px #00000026;color:#dc2626;color:var(--primary-color,#dc2626);transform:translateY(-2px)}@media (max-width:768px){.property-modal-overlay{padding:0}.property-modal{border-radius:0;display:flex;flex-direction:column;height:100%;max-height:100%;overflow-x:hidden;width:100%}.modal-content{-webkit-overflow-scrolling:touch;grid-template-columns:1fr;height:100%;overflow-y:auto}.modal-left{height:40vh}.property-image-section{background:#000;border-radius:0;height:100%}.modal-property-image{border-radius:0;height:100%;object-fit:contain;width:100%}.modal-right{max-height:none;overflow-y:visible}.modal-close-btn{right:15px;top:15px}.property-address-section,.property-header-simple h2{font-size:1.5rem;word-break:break-word}.property-header-simple p,.property-suburb-modal{font-size:1rem}.property-features-horizontal{gap:.75rem}.feature-item-horizontal{padding:.75rem 1rem}.feature-item-horizontal span{white-space:normal}.action-buttons{flex-direction:column;gap:.75rem}.action-buttons .btn{min-width:auto;width:100%}.map-actions{flex-direction:column}}@media (max-width:480px){.btn.btn-secondary.btn-make-offer{max-width:2rem}.property-modal-overlay{-webkit-overflow-scrolling:touch;height:100vh;inset:0;max-width:100vw;overflow-y:auto;position:fixed;width:100vw}.modal-right{padding:0 1rem 1rem}.property-address,.property-header-simple h2{font-size:1.25rem}.property-header-simple p,.property-suburb{font-size:.9rem}.property-price{font-size:1.25rem}.property-features-horizontal{gap:.5rem}.feature-item-horizontal{font-size:.8rem;padding:.5rem .75rem}.action-buttons .btn{font-size:.9rem;padding:.8rem 1rem}.map-section h3{font-size:1.25rem}}@media (hover:none) and (pointer:coarse){.modal-close-btn{min-height:44px;min-width:44px}.action-buttons .btn,.btn-outline,.feature-item{min-height:44px}}@media (prefers-contrast:high){.modal-close-btn,.property-modal{border:2px solid #000}}.property-description-inline{margin:1.5rem 0;padding:0}.property-description-inline h3{border-bottom:2px solid #e9ecef;color:#333;font-size:1.1rem;font-weight:600;margin:0 0 .75rem;padding-bottom:.5rem}.property-description-inline p{word-wrap:break-word;color:#555;font-size:.95rem;line-height:1.6;margin:0;overflow-wrap:break-word;white-space:pre-wrap}@media (max-width:768px){.property-description-inline{margin:1rem 0}.property-description-inline h3{font-size:1rem}.property-description-inline p{font-size:.9rem}}@media (prefers-reduced-motion:reduce){.action-buttons .btn,.btn-outline,.feature-item,.modal-property-image,.property-modal,.property-modal-overlay{animation:none;transition:none}}.contact-page{margin-top:80px}.page-header{padding:1rem}.page-header h1{text-shadow:0 4px 8px #0006}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.contact-info h2{color:var(--text-primary);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.contact-info>p{color:var(--text-secondary);font-size:1.125rem;line-height:1.8;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{align-items:flex-start;display:flex;gap:1rem}.contact-icon{align-items:center;background:var(--primary-color);border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.contact-icon svg{height:24px;width:24px}.contact-icon svg circle,.contact-icon svg line,.contact-icon svg path,.contact-icon svg polyline{stroke:#fff!important}.contact-item h3{color:var(--text-primary);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.contact-item p{color:var(--text-secondary);line-height:1.6;margin:0}.contact-form-container{display:flex;justify-content:center}.contact-form{max-width:500px;padding:2rem;width:100%}.contact-form h3{color:var(--text-primary);font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-primary);display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff!important;border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-primary);font-size:.875rem;padding:.75rem;transition:border-color .2s ease;width:100%}.form-group select{-webkit-appearance:none;appearance:none;background:#fff!important;background-color:#fff!important;border:1px solid var(--border-color)!important;cursor:pointer}.form-group select::-ms-expand{display:none}.form-group select option{color:var(--text-primary)}.form-group select option:first-child{color:var(--text-secondary)}.form-group select:invalid{color:var(--text-secondary)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none}.form-group textarea{min-height:120px;resize:vertical}.contact-form .btn{margin-top:1rem;width:100%}.btn-modern{--btn-bg:#dc2626;--btn-bg-hover:#b91c1c;--btn-shadow:0 10px 20px #dc262640;--btn-shadow-hover:0 12px 24px #dc262659;align-items:center;background:linear-gradient(180deg,var(--btn-bg) 0,#d61f1f 100%);border:none;border-radius:12px;box-shadow:var(--btn-shadow);color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.25rem;position:relative;transition:transform .15s ease,box-shadow .2s ease,background .2s ease;width:100%}.btn-modern:hover:not(:disabled){background:linear-gradient(180deg,var(--btn-bg-hover) 0,#b11a1a 100%);box-shadow:var(--btn-shadow-hover);transform:translateY(-1px)}.btn-modern:active:not(:disabled){transform:translateY(0)}.btn-modern:disabled{cursor:default;opacity:.8}.btn-modern .spinner{animation:spin .9s linear infinite;border:2px solid #fff6;border-radius:50%;border-top-color:#fff;height:18px;width:18px}.btn-modern .icon-check{font-size:18px}.btn-modern .label{display:inline-block}.btn-modern.success{background:linear-gradient(180deg,#10b981,#0ea86b);box-shadow:0 10px 20px #10b98140}.btn-modern.loading .label{opacity:.9}.map-section{background-color:var(--background-light)}.map-actions{display:flex;justify-content:center}.map-container{width:100%}.map-placeholder{align-items:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;height:400px;justify-content:center;text-align:center}.map-content svg{color:var(--text-light);margin-bottom:1rem}.map-content h3{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.map-content p{color:var(--text-secondary);margin-bottom:1.5rem}@media (max-width:768px){.page-header{padding:3rem 0}.page-header h1{font-size:2.5rem}.page-header p{font-size:1.125rem}.contact-content{gap:3rem;grid-template-columns:1fr;text-align:center}.contact-info h2{font-size:2rem}.contact-info>p{font-size:1rem}.contact-item{align-items:center;justify-content:center}.contact-item h3,.contact-item p{text-align:center}.contact-form{padding:1.5rem}.map-placeholder{height:300px}}@media (max-width:480px){.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.contact-info h2{font-size:1.75rem}.contact-form{padding:1rem}.contact-item{flex-direction:column;text-align:center}.contact-icon{align-self:center}.map-placeholder{height:250px}}.contact-error-notification,.contact-success-notification{align-items:center;animation:slideInRight .5s ease-out;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026,0 4px 10px #0000001a;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;gap:1rem;max-width:380px;overflow:hidden;padding:1.5rem 1.75rem;position:fixed;right:20px;top:100px;transform-origin:right center;z-index:1000}.contact-success-notification{border-left:4px solid #10b981}.contact-error-notification{border-left:4px solid #ef4444}.error-icon,.success-icon{align-items:center;animation:fadeIn .6s ease-out;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.success-icon{background:#ecfdf5}.success-icon svg{animation:checkmark .6s ease-out .2s both;color:#10b981;height:20px;width:20px}.error-icon{background:#fef2f2}.error-icon svg{animation:fadeIn .6s ease-out .2s both;color:#ef4444;height:20px;width:20px}.error-content,.success-content{flex:1 1;min-width:0}.error-content h3,.success-content h3{color:#111827;font-size:1rem;font-weight:600;line-height:1.4;margin:0 0 .25rem}.error-content p,.success-content p{color:#6b7280;font-size:.875rem;font-weight:400;line-height:1.5;margin:0}.close-notification{align-items:center;background:#0000;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;transition:all .2s ease;width:24px}.close-notification:hover{background:#f3f4f6;color:#6b7280}.close-notification:active{background:#e5e7eb}.close-notification svg{height:16px;width:16px}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes checkmark{0%{opacity:0;transform:scale(.5)}50%{opacity:.7;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.contact-error-notification,.contact-success-notification{left:12px;max-width:none;padding:1.25rem 1.5rem;right:12px;top:80px}}@media (max-width:480px){.contact-error-notification,.contact-success-notification{gap:.75rem;padding:1rem 1.25rem;top:70px}.error-icon,.success-icon{height:32px;width:32px}.error-icon svg,.success-icon svg{height:16px;width:16px}.error-content h3,.success-content h3{font-size:.875rem}.error-content p,.success-content p{font-size:.75rem}.close-notification{height:20px;width:20px}.close-notification svg{height:14px;width:14px}}.offer-header{margin-bottom:1.5rem}.offer-header h3{font-size:1.75rem}.offer-header p{color:#666}.modal-overlay{align-items:center;animation:fadeIn .3s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;overscroll-behavior:contain;padding:1rem;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.offer-modal{animation:slideUp .4s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 50px -10px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;position:relative;width:100%}.request-appraisal-modal{max-width:1400px;width:95%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close-btn{align-items:center;background:#f1f1f1;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:36px;justify-content:center;line-height:1;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:36px;z-index:10}.modal-close-btn:hover{background:#e0e0e0;color:#333;transform:rotate(90deg)}.offer-header{margin-bottom:1.1rem;text-align:center}.offer-header h3{color:#333;font-size:1.4rem;font-weight:700;margin:0 0 .25rem}.offer-header p{color:#000;font-size:1rem;font-weight:500;margin:0}.offer-form .form-group{margin-bottom:1rem}.offer-form label{color:#444;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.offer-form input,.offer-form select,.offer-form textarea{border:1px solid #ccc;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;width:100%}.offer-form input:focus,.offer-form select:focus,.offer-form textarea:focus{border-color:#dc2626;border-color:var(--primary-color,#dc2626);box-shadow:0 0 0 3px #dc26261a;outline:none}.radio-button-group{display:flex;gap:1rem}.radio-button-label{border:1px solid #ccc;border-radius:8px;cursor:pointer;display:inline-block;padding:.75rem 1.5rem;transition:all .2s ease-in-out}.radio-button-label input[type=radio]{display:none}.radio-button-label.selected{background-color:#dc2626;background-color:var(--primary-color,#dc2626);border-color:#dc2626;border-color:var(--primary-color,#dc2626);color:#fff}.form-actions{display:flex;justify-content:flex-end;margin-top:1.5rem}.btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-primary{background-color:#dc2626;background-color:var(--primary-color,#dc2626);color:#fff}.btn-primary:hover{opacity:.9}.btn-primary:disabled{background-color:#ccc;cursor:not-allowed}.offer-success{padding:2rem 0;text-align:center}.offer-success h4{color:#dc2626;color:var(--primary-color,#dc2626);font-size:1.5rem;margin:0 0 .5rem}.offer-success p{color:#333;font-size:1rem;margin:0}.recently-sold-grid{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-auto-flow:row;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.recently-sold-grid>*{box-sizing:border-box;margin:0!important;position:static!important}.property-card{display:flex;flex-direction:column;height:100%;position:relative}.property-card .image-wrapper,.property-card img{display:block;height:220px;object-fit:cover;width:100%}.recently-sold-section .carousel-slide,.recently-sold-section .carousel-track,.recently-sold-section .property-carousel{display:block!important;left:auto!important;margin:0!important;position:static!important;top:auto!important;transform:none!important;width:auto!important}@media (max-width:1024px){.recently-sold-section .carousel-track{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.recently-sold-section .section-title{font-size:2.5rem}.recently-sold-section .carousel-track{grid-template-columns:1fr}}@media(max-width:480px){.recently-sold-grid{gap:1.5rem;grid-template-columns:1fr}}.view-more-container{margin-top:3rem;text-align:center}.properties-page{box-sizing:border-box;margin-top:80px}.section .container{padding:0}.page-header{margin-top:-1rem;padding:3rem 0}.filter-heading{color:var(--text-primary);font-size:2rem;font-weight:800}.filters-section{align-items:center;background:var(--background-white);border-radius:1rem;box-shadow:var(--shadow-sm);display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:2rem;padding:0 2rem 2rem}.filter-group{display:flex;flex-direction:column;gap:1rem;max-width:100%;min-width:100%}.filter-group label{font-weight:600}.filter-group label,.filter-group select{color:var(--text-primary);font-size:.875rem}.filter-group select{background:#fff;border:1px solid var(--border-color);border-radius:.5rem;cursor:pointer;outline:none;padding:.75rem;transition:border-color .2s ease}.filter-group select:focus{border-color:var(--primary-color)}.text-input{max-height:44px;min-height:44px;min-width:40%}.filter-toggle-btn{border:1px solid #000;color:#000;font-weight:600;min-height:45px}.filter-toggle-btn-alt{border:1px solid #c8ccd3;border-radius:8px;min-height:44px;min-width:-webkit-fit-content;min-width:fit-content;padding:8px 14px}.sort-by-container{display:inline-block;max-width:110px;min-width:110px;position:relative}.sort-by-select{background-color:#fff;border:1px solid #000;border-radius:8px;box-shadow:none;color:#374151;cursor:pointer;font-size:14px;font-weight:500;line-height:1;min-height:50px;min-width:110px;padding:8px 32px 8px 14px;transition:all .2s ease}.sort-by-select:hover{background-color:#f9fafb}.sort-by-select:focus{box-shadow:0 0 0 2px #dc262633;outline:none}.results-info{border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding:1rem 0}.results-info p{color:var(--text-secondary);font-size:.875rem}.properties-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.properties-vertical-container{margin:0 auto 3rem;max-width:40%}.vertical-property-card .property-card{border:1px solid #e0e0e0;border-radius:2rem;box-shadow:0 12px 48px #00000026;flex-direction:column;height:507px;max-width:100%;min-height:500px;width:100%}.vertical-property-card .card-image{display:block;height:100px!important;object-fit:cover;width:100%}.vertical-property-card .property-card:hover{box-shadow:0 16px 64px #0003;transform:translateY(-4px)}.vertical-property-card .property-content{box-sizing:border-box;width:100%}.vertical-property-card .property-header{margin-bottom:2rem}.vertical-property-card .property-address{font-size:1rem;line-height:1.2;margin-bottom:.25rem}.vertical-property-card .property-suburb{font-size:1rem;font-weight:600;margin-bottom:0}.vertical-property-card .property-price{background:linear-gradient(135deg,var(--background-light) 0,#f8f9fa 100%);border-left:6px solid var(--primary-color);border-radius:1rem;box-shadow:0 4px 16px #0000001a}.vertical-property-card .price-amount{font-size:2.5rem;font-weight:800;text-shadow:0 2px 4px #0000001a}.vertical-property-card .property-features{border-bottom:2px solid #f0f0f0;border-top:2px solid #f0f0f0;gap:2.5rem;margin-bottom:2rem;padding:1.5rem 0}.vertical-property-card .feature{font-size:1.25rem;font-weight:600;gap:.75rem}.vertical-property-card .feature svg{font-size:1.5rem}.no-results{color:var(--text-secondary);padding:4rem 2rem;text-align:center}.no-results h3{color:var(--text-primary);font-size:1.5rem;margin-bottom:1rem}.filter-toggle-btn{align-items:center;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:none;color:#374151;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;height:40px;justify-content:center;line-height:1;min-width:110px;padding:8px 14px;transition:all .2s ease}.filter-toggle-btn :hover{background-color:#f9fafb;border-color:#9ca3af;box-shadow:0 2px 6px #0000001a;transform:translateY(-1px)}.filter-toggle-btn :active{box-shadow:0 1px 3px #0000001a;transform:translateY(0)}@media (max-width:1024px){.properties-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.vertical-property-card .property-card{flex-direction:column;min-height:auto}.vertical-property-card .property-image{height:60%;width:100%}.vertical-property-card .property-content{padding:2rem;width:100%}.vertical-property-card .property-address{font-size:1.75rem}.vertical-property-card .property-suburb{font-size:1.25rem}.vertical-property-card .price-amount{font-size:2rem}.vertical-property-card .property-features{gap:2rem}.vertical-property-card .feature{font-size:1.1rem}.pagination{flex-wrap:wrap;gap:.25rem;padding:.75rem 1rem}.page-numbers{margin:0 .5rem}}@media (max-width:768px){.properties-page{margin-top:60px}.page-header{padding:2rem 0}.page-header h1{font-size:2rem;margin-bottom:.75rem}.page-header p{font-size:1rem;max-width:100%}.filters-section{flex-direction:column;gap:1rem;margin-bottom:1rem;padding:1rem}.filter-group{max-width:none;min-width:100%}.filter-group input,.filter-group select{font-size:16px;min-height:44px;padding:.875rem}.properties-grid{gap:1rem;grid-template-columns:2fr!important}.vertical-property-card .property-image{height:220px;width:100%}.vertical-property-card .property-content{padding:1.25rem;width:100%}.vertical-property-card .property-address{font-size:1.125rem}.vertical-property-card .property-suburb{font-size:.95rem}.vertical-property-card .price-amount{font-size:1.25rem}.vertical-property-card .property-features{gap:1.25rem}.vertical-property-card .feature{font-size:.875rem}.pagination{padding:.5rem .75rem}.pagination-btn{font-size:.75rem;padding:.5rem 1rem}.page-number{font-size:.75rem;min-width:32px;padding:.375rem .5rem}.results-info{margin-bottom:1rem;padding:.75rem 0}.results-info p{font-size:.875rem}}@media (max-width:480px){.properties-page{margin-top:50px}.page-header{padding:1.5rem 0}.page-header h1{font-size:1.75rem;margin-bottom:.5rem}.page-header p{font-size:.875rem}.filters-section{gap:.75rem;padding:.5rem}.text-input{min-width:100%}.filter-toggle-btn{min-height:44px}.filter-toggle-btn-alt{min-height:44px;min-width:-webkit-fit-content;min-width:fit-content;padding:5px}.filter-group input,.filter-group select{font-size:16px;padding:.75rem}.input-text{max-width:60%}.properties-grid{gap:.5rem;grid-template-columns:1fr!important}.no-results{padding:2rem 1rem}.no-results h3{font-size:1.25rem}.no-results p{font-size:.875rem}}@media (hover:none) and (pointer:coarse){.filter-toggle-btn{font-size:14px;min-height:44px;min-width:100px;padding:.75rem 1rem}.filter-group input,.filter-group select{min-height:44px}.filter-group label{font-size:.875rem;margin-bottom:.5rem}}@media (max-width:768px) and (orientation:landscape){.page-header{padding:1rem 0}.page-header h1{font-size:1.5rem}.filters-section{padding:.75rem}}.home-page{margin-top:0;overflow-x:hidden;position:relative}.handwriting-font{font-family:Playfair Display,Georgia,serif;font-weight:700;letter-spacing:0;text-shadow:2px 2px 4px #0000001a}.featured-properties{background-color:var(--background-light);padding-top:0}.section-header{margin-top:0;overflow:hidden;padding-bottom:2rem;padding-top:0;text-align:center}#featured-properties .section-header{padding:0}.section-title{animation:slideInFromLeft .8s ease-out;color:#dc2626;font-size:2.5rem;font-weight:700;margin:0 0 1rem}.section-title.handwriting-font{color:#dc2626;display:inline-block;font-size:3rem;margin-bottom:.2rem;position:relative;text-align:center;width:100%}.section-title.handwriting-font:after{animation:underlineExpand 1s ease-out 1.5s both;background:linear-gradient(90deg,#0000,var(--primary-color),#0000);bottom:-5px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100px}@keyframes underlineExpand{0%{opacity:0;width:0}to{opacity:1;width:100px}}.section-subtitle{animation:slideInFromRight .8s ease-out .3s both;color:var(--text-secondary);font-size:1.125rem;font-weight:500;margin:0}.special-banner{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #dc2626;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;color:#1e293b;margin-bottom:3rem;padding:2rem;text-align:center}.banner-content h3{color:#dc2626;font-size:1.5rem;font-weight:700;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.banner-content p{color:#475569;font-size:1.125rem;font-weight:500;margin-bottom:1.5rem}.properties-vertical-container{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.vertical-property-card{cursor:pointer;transition:transform .3s ease;width:100%}.vertical-property-card:hover{transform:translateY(-4px)}.vertical-property-card .property-card{background:#fff;border:1px solid #f0f0f0;border-radius:1.5rem;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:row;margin:0 auto;max-width:50%;min-height:280px;overflow:hidden;transition:all .3s ease;width:50%}.vertical-property-card .property-card:hover{box-shadow:0 12px 48px #00000026;transform:translateY(-2px)}.vertical-property-card .property-image{flex-shrink:0;height:280px;overflow:hidden;position:relative;width:45%}.vertical-property-card .property-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.vertical-property-card:hover .property-image img{transform:scale(1.02)}.vertical-property-card .property-content{background:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;width:55%}.vertical-property-card .property-header{margin-bottom:1.5rem}.vertical-property-card .property-address{color:var(--text-primary);font-size:.75rem;font-weight:600;margin-bottom:.5rem}.vertical-property-card .property-suburb{color:var(--text-secondary);font-size:1.125rem;font-weight:500;margin-bottom:1.5rem}.vertical-property-card .property-price{background:var(--background-light);border-left:4px solid var(--primary-color);border-radius:.75rem;margin-bottom:1.5rem;padding:1rem}.vertical-property-card .price-amount{color:var(--primary-color);font-size:1.75rem;font-weight:700;margin:0}.vertical-property-card .property-features{border-bottom:1px solid #f0f0f0;border-top:1px solid #f0f0f0;gap:2rem;margin-bottom:1.5rem;padding:1rem 0}.vertical-property-card .feature{align-items:center;color:var(--text-primary);display:flex;font-size:.95rem;font-weight:500;gap:.5rem}.vertical-property-card .feature svg{color:var(--primary-color);font-size:1.1rem}.vertical-property-card .property-type{display:flex;justify-content:flex-end;margin-top:auto}.vertical-property-card .type-badge{background:var(--primary-color);border-radius:2rem;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase}.pagination-container{display:flex;justify-content:center;margin-top:3rem;padding:2rem 0}.pagination{background:#fff;border-radius:50px;box-shadow:0 4px 16px #0000001a;padding:1rem 2rem}.pagination,.pagination-btn{align-items:center;display:flex;gap:.5rem}.pagination-btn{background:var(--primary-color);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.pagination-btn:hover:not(:disabled){background:var(--accent-color);box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.pagination-btn :disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.page-numbers{align-items:center;display:flex;gap:.25rem;margin:0 1rem}.page-number{background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:var(--text-primary);cursor:pointer;font-size:.875rem;font-weight:500;min-width:40px;padding:.5rem .75rem;text-align:center;transition:all .3s ease}.page-number:hover{background:var(--background-light);border-color:var(--primary-color)}.page-number.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.ellipsis{color:var(--text-secondary);font-weight:500;padding:.5rem}.property-carousel{box-sizing:border-box;opacity:1;padding:2rem;position:relative;width:100%}.carousel-track-container{overflow:hidden;width:100%}.home-page .carousel-track{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr)}.home-page .carousel-slide{width:100%}.home-card{background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;height:370px;margin-bottom:.5rem;opacity:1;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:100%}.home-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-5px)}.home-card-image{height:330px;overflow:hidden;position:relative;width:100%}.home-card-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.home-card:hover .home-card-image img{transform:scale(1.05)}.image-overlay{left:1rem;position:absolute;top:1rem}.property-badge{background-color:#000c;border-radius:1rem;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.home-card-content{display:flex;flex-direction:column;flex-grow:1;gap:0;padding:.25rem 1rem .5rem}.home-card-address{font-size:1.1rem;font-weight:600;line-height:1.3;margin:0}.home-card-suburb{color:#666;margin:0 0 .15rem}.home-card-details{border-top:1px solid #f0f0f0;color:#555;display:flex;font-size:.9rem;gap:2rem}.detail-item{align-items:center;display:flex;gap:.25rem}.home-card-actions{margin-top:auto;padding-top:.5rem}.carousel-dots{gap:8px;justify-content:center;margin-top:1.5rem}.dot{background-color:#ccc;border:none;height:10px;padding:0;transition:background-color .3s ease;width:10px}.dot.active{background-color:#b91c1c;background-color:var(--primary-color,#b91c1c)}.carousel-dots{bottom:-3rem;display:flex;gap:1rem;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.dot{background:#0000;border:2px solid #00356380;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.dot .active{background:#1e293b;border-color:#fff;transform:scale(1.2)}.dot:hover{border-color:#fff;transform:scale(1.1)}.carousel-arrow{align-items:center;background:#ef1c1ce6;border:2px solid #0000001a;border-radius:50%;box-shadow:0 4px 12px #0000001a;color:#f8f7f7;cursor:pointer;display:flex;font-size:1.25rem;font-weight:700;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-170%);transition:all .3s ease;width:50px;z-index:999}.carousel-arrow:hover{background:#fff;border-color:#780101;color:#780101}.carousel-arrow.prev{left:-5rem}.carousel-arrow.next{right:-5rem}.news-section{background-color:var(--background-light)}.news-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.news-card img{height:200px;object-fit:cover;width:100%}.news-content{padding:1.5rem}.news-content h3{color:var(--text-primary);font-size:1.125rem;font-weight:600;line-height:1.4;margin-bottom:.75rem}.news-content p{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}@media (max-width:1024px){.properties-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.home-page{margin-top:60px}.properties-slideshow{height:100vh}.slide-overlay{padding:2rem 3rem}.slide-content{max-width:100%}.slide-address{font-size:2.5rem}.slide-description p{font-size:1rem}.slide-actions{flex-direction:column;gap:1rem}.slide-actions .btn{max-width:300px;width:100%}.slideshow-arrow{font-size:1.25rem;height:50px;width:50px}.slideshow-arrow.prev{left:1rem}.slideshow-arrow.next{right:1rem}.vertical-property-card .property-card{flex-direction:column;min-height:auto}.vertical-property-card .property-image{height:250px;width:100%}.vertical-property-card .property-content{padding:1.5rem;width:100%}.vertical-property-card .property-address{font-size:1.25rem}.vertical-property-card .property-suburb{font-size:1rem}.vertical-property-card .price-amount{font-size:1.5rem}.vertical-property-card .property-features{gap:1.5rem}.pagination{flex-wrap:wrap;gap:.25rem;padding:.75rem 1rem}.page-numbers{margin:0 .5rem}.news-grid,.services-grid{gap:1.5rem;grid-template-columns:1fr;padding:0 1rem}.section-title{font-size:1.75rem;margin-bottom:1.5rem;padding:0 1rem}.container,.view-all-container{padding:0 1rem}.btn-large{font-size:16px;padding:14px 24px;width:100%}}@media (max-width:480px){.home-page{margin-top:50px}.home-page .carousel-track{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.section-header{font-size:.7rem;margin-top:30%}.properties-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(1,1fr);padding:0 .5rem}.vertical-property-card .property-content{padding:1.25rem}.vertical-property-card .property-address{font-size:1.125rem}.vertical-property-card .property-suburb{font-size:.95rem}.vertical-property-card .price-amount{font-size:1.25rem}.vertical-property-card .property-features{gap:1.25rem}.vertical-property-card .feature{font-size:.875rem}.pagination{padding:.5rem .75rem}.carousel-track-container{max-width:100%;min-width:100%;overflow-x:hidden}.property-carousel{max-width:100%;min-width:100%;padding:0}.carousel-slide{max-height:50vh;padding:0 5px;width:100%}.card-suburb{margin-bottom:0;margin-top:0}.card-details{margin-bottom:0;padding-top:0}.pagination-btn{font-size:.75rem;padding:.5rem 1rem}.page-number{font-size:.75rem;min-width:32px;padding:.375rem .5rem}.news-grid,.services-grid{gap:1rem;padding:0 .5rem}.section-title{font-size:.7rem;font-weight:300;margin-bottom:1rem}.container,.section-title,.view-all-container{padding:0 .5rem}.service-card{padding:1.25rem}.service-card h3{font-size:1.1rem}.service-card p{font-size:.9rem}.news-content{padding:1rem}.news-content h3{font-size:1rem}.news-content p{font-size:.85rem}.btn{font-size:14px;padding:1rem}.btn-large{font-size:15px;padding:12px 20px}.sell-buy-content{padding-bottom:.5rem;padding-top:1rem}.sell-buy-row{flex-direction:column}.sell-buy-title .handwriting-font{max-width:100%;min-width:100%;width:100%}.sell-buy-row,.sell-buy-row.reverse{display:flex;flex-direction:column}#sell-buy-section{padding:.5rem}}@media (max-width:360px){.section-title{font-size:1.3rem}.service-card{padding:1rem}.news-content{padding:.75rem}}.property-card-loading{animation:pulse 2s ease-in-out infinite;background:#fff;border-radius:1rem;box-shadow:var(--shadow-sm);overflow:hidden;transition:all .3s ease}.loading-image{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#6c757d;display:flex;flex-direction:column;gap:1rem;height:250px;justify-content:center}.loading-spinner{font-size:2rem}.loading-image p{font-size:.875rem;font-weight:500;margin:0;opacity:.8}.loading-content{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.loading-line{animation:shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:.5rem;height:1rem}.loading-line-title{height:1.25rem;width:75%}.loading-line-subtitle{height:1rem;width:50%}.loading-line-features{height:1rem;width:60%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-in{animation:fadeInUp 1.2s cubic-bezier(.4,0,.2,1) forwards}.animate-title{animation:handwritingReveal 2s cubic-bezier(.4,0,.2,1) .3s both}.animate-subtitle{animation:slideInFromRight 1.2s cubic-bezier(.4,0,.2,1) .8s both}.animate-grid{animation:fadeInUp 1.2s cubic-bezier(.4,0,.2,1) 1.2s both}.animate-grid .news-card,.animate-grid .service-card{animation:slideInUp .8s ease-out both}.animate-grid .news-card:first-child,.animate-grid .service-card:first-child{animation-delay:.1s}.animate-grid .news-card:nth-child(2),.animate-grid .service-card:nth-child(2){animation-delay:.2s}.animate-grid .news-card:nth-child(3),.animate-grid .service-card:nth-child(3){animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes handwritingReveal{0%{filter:blur(10px);opacity:0;transform:translateX(-100px) rotate(-5deg) scale(.8)}25%{filter:blur(5px);opacity:.3;transform:translateX(-50px) rotate(-3deg) scale(.85)}50%{filter:blur(2px);opacity:.7;transform:translateX(-20px) rotate(-2deg) scale(.95)}75%{filter:blur(1px);opacity:.9;transform:translateX(-5px) rotate(-1deg) scale(.98)}to{filter:blur(0);opacity:1;transform:translateX(0) rotate(0deg) scale(1)}}.typewriter{animation:typewriter 3s steps(40) .5s both,blink-caret .75s step-end 3.5s infinite;border-right:3px solid var(--primary-color);overflow:hidden;white-space:nowrap}@keyframes typewriter{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-color:var(--primary-color)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.service-icon{animation:float 3s ease-in-out infinite}.service-icon:first-child{animation-delay:0s}.service-icon:nth-child(2){animation-delay:.5s}.service-icon:nth-child(3){animation-delay:1s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.service-card{overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.service-card:hover:before{left:100%}.service-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-12px) scale(1.02)}.news-card{overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.news-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-8px) scale(1.02)}.news-card img{transition:transform .4s ease}.news-card:hover img{transform:scale(1.05)}.btn{overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.btn:hover:before{height:300px;width:300px}.btn:hover{box-shadow:0 10px 25px #0003;transform:translateY(-2px)}.property-card-loading{animation:pulse 2s ease-in-out infinite,shimmer 1.5s ease-in-out infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.properties-vertical-container .vertical-property-card{animation:smoothSlideInUp 1.2s cubic-bezier(.25,.46,.45,.94) both;opacity:0;transform:translateY(20px)}.properties-vertical-container .vertical-property-card:first-child{animation-delay:.2s}.properties-vertical-container .vertical-property-card:nth-child(2){animation-delay:.4s}.properties-vertical-container .vertical-property-card:nth-child(3){animation-delay:.6s}@keyframes smoothSlideInUp{0%{opacity:0;transform:translateY(20px) scale(.95)}50%{opacity:.8;transform:translateY(-5px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}.slideshow-slide{transition:all 1.5s cubic-bezier(.25,.46,.45,.94)}.slideshow-slide.active{animation:smoothSlideInScale 1.5s cubic-bezier(.25,.46,.45,.94)}@keyframes smoothSlideInScale{0%{filter:blur(2px);opacity:0;transform:scale(1.05) translateY(10px)}50%{filter:blur(.5px);opacity:.8;transform:scale(1.02) translateY(-2px)}to{filter:blur(0);opacity:1;transform:scale(1) translateY(0)}}.dot{transition:all .3s cubic-bezier(.4,0,.2,1)}.dot:hover{box-shadow:0 0 20px #ffffff80;transform:scale(1.3)}.slideshow-arrow{transition:all .3s cubic-bezier(.4,0,.2,1)}.slideshow-arrow:hover{box-shadow:0 10px 30px #0000004d;transform:translateY(-50%) scale(1.15)}.progress-indicator{background:#fff3;height:4px;left:0;position:fixed;top:0;width:100%;z-index:1000}.progress-bar{background:linear-gradient(90deg,var(--primary-color),var(--accent-color));height:100%;transition:width .3s ease;width:0}.fab{animation:pulse 2s infinite;background:var(--primary-color);border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 20px #0000004d;color:#fff;cursor:pointer;font-size:1.5rem;height:60px;position:fixed;right:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:60px;z-index:1000}.fab:hover{box-shadow:0 6px 25px #0006;transform:scale(1.1)}.section{position:relative;z-index:2}.section:before{background:linear-gradient(45deg,#0000 30%,#dc262605 50%,#0000 70%);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .8s ease}.section.animate-in:before{animation:shimmerBackground 2s ease-out .5s both;opacity:1}@keyframes shimmerBackground{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (prefers-reduced-motion:reduce){.animate-grid,.animate-in,.animate-subtitle,.animate-title,.blink-caret,.fab,.fadeInUp,.float,.handwritingReveal,.loading-line,.property-card-loading,.pulse,.service-icon,.shimmer,.shimmerBackground,.slideInFromLeft,.slideInFromRight,.slideInUp,.typewriter{animation:none}.btn,.dot,.fab,.news-card,.service-card,.slideshow-arrow{transition:none}.btn:hover,.dot:hover,.fab:hover,.news-card:hover,.service-card:hover,.slideshow-arrow:hover{transform:none}}.sell-buy-section{background:#fff;padding:0}.sell-buy-row{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.sell-buy-row.reverse{grid-template-columns:1fr 1fr}.sell-buy-row.reverse .sell-buy-content{order:1}.sell-buy-row.reverse .sell-buy-image{order:2}.sell-buy-image{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:16px;box-shadow:0 20px 40px #0000001a;display:flex;gap:2rem;justify-content:column;max-height:640px;min-height:400px;overflow:hidden;position:relative}.img-1{height:60%;top:1%}.img-1,.img-2{border:4px solid #fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;left:1%;object-fit:cover;object-position:center;position:absolute;transition:transform .3s ease;width:50%}.img-2{height:40%;top:61%}.img-3{height:40%;top:1%}.img-3,.img-4{border:4px solid #fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;left:51%;object-fit:cover;object-position:center;position:absolute;transition:transform .3s ease;width:50%}.img-4{height:60%;top:41%}.sell-buy-image img{border-radius:12px;height:100%;max-height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.img-1:hover img,.img-2:hover img,.img-3:hover img,.img-4:hover img{transform:scale(1.05)}.sell-buy-content{display:flex;flex-direction:column;justify-content:center;max-height:580px;min-height:400px;padding:2rem}.sell-buy-title{border-top:0;color:var(--primary-color);font-size:3.5rem;line-height:1.2;margin:0}.sell-buy-subtitle{color:var(--text-secondary);font-size:1.5rem;font-weight:500;margin-bottom:1.5rem}.sell-buy-description{color:var(--text-secondary);font-size:1.1rem;line-height:1.5;margin:0 0 2rem}.sell-buy-content .btn{border-radius:8px;font-size:1.1rem;font-weight:200;padding:1rem;transition:all .3s ease}.sell-buy-content .btn:hover{box-shadow:0 8px 25px rgba(11,95,212,.735);transform:translateY(-2px)}#client-satisfaction .container{margin-top:.5rem;max-width:1200px}#client-satisfaction .section-subtitle{margin-left:18%}.client-satisfaction{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem 0}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:1rem 0}.testimonial-card{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 10px 30px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.testimonial-image{margin-bottom:1.5rem;text-align:center}.testimonial-image img{border:3px solid var(--primary-color);border-radius:50%;box-shadow:0 4px 15px #0000001a;height:80px;object-fit:cover;object-position:center;width:80px}.testimonial-content{margin-left:6rem;text-align:center}.stars{color:#fbbf24;font-size:1.2rem;margin-bottom:1rem}.testimonial-text{color:var(--text-secondary);font-size:1rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.testimonial-author h4{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.testimonial-author span{color:var(--primary-color);font-size:.9rem;font-weight:400}.reviews-marquee{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.marquee{-webkit-mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000);overflow:hidden;position:relative}.marquee-track{animation:scrollLeft 40s linear infinite;display:flex;gap:1.25rem;width:-webkit-max-content;width:max-content;will-change:transform}.marquee:hover .marquee-track{animation-play-state:paused}.marquee-card{background:#fff;border:1px solid #0000000f;border-radius:12px;box-shadow:0 10px 24px #00000014;max-height:320px;max-width:420px;min-width:360px;overflow:hidden;padding:1rem 1.25rem;transform-origin:center;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1)}.marquee-header{align-items:center;display:flex;gap:.2rem}.marquee-card .stars{color:#f59e0b;font-size:.95rem}.marquee-card .verify{color:#64748b;font-size:.85rem;font-weight:400}.marquee-title{color:#0f172a;font-weight:500;font-weight:700;margin-bottom:.02rem}.marquee-time{color:#64748b;font-size:.85rem;margin-bottom:.5rem}.marquee-text{color:#334155;font-size:.8rem;line-height:1.3}.marquee-card:hover{border-color:rgba(38,132,220,.879);box-shadow:0 16px 36px #0000001f;transform:translateY(-6px) scale(1.02) rotate(-.25deg)}.marquee-card:hover .marquee-title{color:var(--primary-color)}.marquee-card img{border-radius:12px;height:100%;object-fit:cover;width:100%}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scrollRight{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media (max-width:1024px){.sell-buy-row{gap:2rem;grid-template-columns:1fr;margin-bottom:4rem}.sell-buy-title{font-size:3rem}.sell-buy-content,.sell-buy-image{max-height:400px;min-height:300px;width:100%}.sell-buy-content{padding:1rem;text-align:center}.sell-buy-row.reverse .sell-buy-content,.sell-buy-row.reverse .sell-buy-image{order:0}}@media (max-width:768px){.sell-buy-section{padding:4rem 0}.sell-buy-row{gap:2rem;grid-template-columns:1fr;margin-bottom:4rem}.sell-buy-row.reverse .sell-buy-content,.sell-buy-row.reverse .sell-buy-image{order:0}.sell-buy-content,.sell-buy-image{max-height:350px;min-height:250px}.sell-buy-title{font-size:2.5rem}.sell-buy-content{padding:1rem;text-align:center}.sell-buy-description{font-size:1rem}.testimonials-grid{gap:1.5rem;grid-template-columns:1fr}.testimonial-card{padding:1.5rem}.satisfaction-stats{gap:1rem;grid-template-columns:repeat(2,1fr)}.stat-item h3{font-size:2rem}}.blog-page{background:var(--background-white);color:var(--text-primary);min-height:100vh}.blog-page .page-header{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);margin-top:60px;overflow:hidden;padding:4rem 0 2rem;position:relative;text-align:center}.blog-page .page-header:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='75' cy='75' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0}.blog-page .page-header h1{color:#fff;font-size:3.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem;position:relative;text-shadow:0 4px 8px #0006;z-index:1}.blog-page .page-header p{color:#fef2f2;font-size:1.375rem;font-weight:400;line-height:1.5;margin:0 auto;max-width:700px;opacity:.95;position:relative;z-index:1}.blog-content{margin:0 auto;max-width:900px;padding:4rem 0}.blog-intro{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 10px 40px #00000014;margin-bottom:4rem;padding:3rem;position:relative}.blog-intro:before{background:linear-gradient(90deg,var(--primary-color),var(--primary-dark));border-radius:20px 20px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.blog-intro h2{color:var(--text-primary);font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:2rem;text-align:center}.lead-text{color:var(--text-secondary);font-size:1.25rem;font-weight:400;margin-bottom:2.5rem;text-align:center}h2{color:var(--text-primary);font-size:2rem;font-weight:700;line-height:1.3;margin:3rem 0 1.5rem}h2:first-of-type{margin-top:2rem}p{color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}p strong{font-weight:600}.lead-text,p strong{color:var(--text-primary)}.lead-text{font-size:1.125rem;line-height:1.8;margin-bottom:2rem}.blog-cta{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);border:2px solid var(--primary-color);border-radius:20px;box-shadow:0 15px 50px #dc262640;margin-top:4rem;padding:4rem;position:relative;text-align:center}.blog-cta:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='75' cy='75' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");border-radius:20px;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.blog-cta h3{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.blog-cta h3,.blog-cta p{position:relative;z-index:1}.blog-cta p{color:#fef2f2;font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:700px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;position:relative;z-index:1}.cta-buttons .btn{border:2px solid #0000;border-radius:12px;font-size:1.125rem;font-weight:600;min-width:180px;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.cta-buttons .btn-primary{background:#fff;color:var(--primary-color)}.cta-buttons .btn-primary:hover{background:#f8fafc;box-shadow:0 10px 30px #0003;transform:translateY(-3px)}.cta-buttons .btn-secondary{background:#0000;border-color:#fff;color:#fff}.cta-buttons .btn-secondary:hover{background:#fff;box-shadow:0 10px 30px #0003;color:var(--primary-color);transform:translateY(-3px)}@media (max-width:768px){.blog-page .page-header{margin-top:70px;padding:4rem 1rem 3rem}.blog-page .page-header h1{font-size:2.5rem}.blog-page .page-header p{font-size:1.25rem}.blog-content{padding:2rem 1rem}.blog-intro,.blog-section{margin-bottom:3rem;padding:2rem}.blog-intro h2,.blog-section h3{font-size:2rem}.timeline-comparison{gap:2rem;grid-template-columns:1fr}.timeline-year:before{display:none}.daily-life-grid{grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.cta-buttons .btn{max-width:300px;width:100%}.blog-cta{padding:3rem 2rem}}@media (max-width:480px){.blog-page .page-header{padding:3rem 1rem 2rem}.blog-page .page-header h1{font-size:2rem}.blog-intro h2,.blog-section h3{font-size:1.75rem}.growth-point,.suburb-spotlight{padding:2rem}.blog-cta h3{font-size:2rem}}.about-page{margin-top:40px;overflow-x:hidden}.page-header .white-text{color:#fff!important}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.page-header{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-color) 100%);color:#fff;padding:4rem 0;text-align:center}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.page-header p{font-size:1.25rem;margin:0 auto;max-width:600px;opacity:.9}.story-section{background-color:var(--background-white);padding:3rem 0 1rem}.story-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.story-text h2{color:var(--text-primary);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.story-subtitle{color:var(--primary-color);font-size:1.25rem;font-weight:600;letter-spacing:.05em;margin-bottom:2rem;text-transform:uppercase}.story-bio p{color:var(--text-secondary);font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.story-cta{margin-top:2rem}.cta-button{background:var(--primary-color);border-radius:.5rem;box-shadow:var(--shadow-md);color:#fff;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:var(--accent-color);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.story-image img{border-radius:1rem;box-shadow:var(--shadow-lg);height:550px;object-fit:cover;transition:transform .3s ease;width:100%}.story-image img:hover{transform:scale(1.02)}.services-section{background-color:var(--background-white);padding-top:1rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{padding:2rem;text-align:center;transition:transform .3s ease}.service-card:hover{transform:translateY(-8px)}.service-icon{color:var(--primary-color);margin-bottom:1.5rem}.service-card h3{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.service-card p{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}@media (max-width:768px){.page-header{padding:3rem 0}.page-header h1{font-size:2.5rem}.page-header p{font-size:1.125rem}.story-content{gap:2rem;grid-template-columns:1fr;text-align:center}.story-text h2{font-size:2rem}.story-bio p{font-size:1rem}.story-image img{height:400px}.container{padding:0 1rem}}@media (max-width:480px){.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.story-text h2{font-size:1.75rem}.story-image img{height:400px}}
/*# sourceMappingURL=main.048101fa.css.map*/