@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--primary: #d4af37;--primary-hover: #b59965;--secondary: #0a0a0b;--accent: #d4af37;--bg-main: #000000;--bg-soft: #0a0a0b;--bg-dark: #000000;--bg-card: #111113;--text-main: #ffffff;--text-muted: rgba(255, 255, 255, .6);--text-light: rgba(255, 255, 255, .4);--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--radius-xl: 40px;--radius-lg: 24px;--radius-md: 16px;--shadow-sm: 0 4px 8px rgba(0,0,0,.2);--shadow-md: 0 10px 30px rgba(0,0,0,.4);--shadow-lg: 0 20px 60px rgba(0,0,0,.6);--shadow-xl: 0 40px 100px rgba(0,0,0,.8)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;background-color:var(--bg-main);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-5{gap:20px}.gap-6{gap:24px}.gap-8{gap:32px}.gap-10{gap:40px}.gap-16{gap:64px}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-100{z-index:100!important}.z-101{z-index:101!important}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.aspect-auto{aspect-ratio:auto}.aspect-\[4\/5\]{aspect-ratio:4/5}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-7xl{font-size:4.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-widest{letter-spacing:.1em}.uppercase{text-transform:uppercase}.italic{font-style:italic}.text-center{text-align:center}.text-left{text-align:left}.text-secondary{color:var(--secondary)}.text-primary,.text-gold{color:var(--primary)}.text-white{color:#fff}.text-text-muted{color:var(--text-muted)}.text-text-light{color:var(--text-light)}.bg-white{background-color:var(--bg-soft)}.bg-card{background-color:var(--bg-card)}.bg-bg-soft{background-color:var(--bg-soft)}.bg-secondary{background-color:var(--secondary)}.bg-gold{background-color:var(--primary)}.bg-transparent{background-color:transparent}.bg-black\/40{background-color:#0006}.bg-white\/10{background-color:#ffffff1a}.bg-secondary\/5{background-color:#ffffff08}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:12px}.rounded-2xl{border-radius:20px}.rounded-3xl{border-radius:32px}.rounded-\[40px\]{border-radius:40px}.rounded-\[48px\]{border-radius:48px}.rounded-\[60px\]{border-radius:60px}.overflow-hidden{overflow:hidden}.border{border:1px solid rgba(255,255,255,.08)}.border-2{border:2px solid rgba(255,255,255,.08)}.border-white\/20{border:1px solid rgba(255,255,255,.15)}.border-secondary\/10{border:1px solid rgba(255,255,255,.05)}.border-b-2{border-bottom-width:2px}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.cursor-pointer{cursor:pointer}.group{position:relative}.grid{display:grid}.hidden{display:none!important}@media (min-width: 768px){.md\:flex{display:flex!important}.md\:hidden{display:none!important}.md\:p-32{padding:128px}.md\:text-7xl{font-size:4.5rem}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.skeleton-line{background:#111113;background-image:linear-gradient(to right,#111113,#1a1a1c,#111113 40%,#111113);background-repeat:no-repeat;background-size:800px 104px;animation:shimmer 1.5s linear infinite forwards;position:relative}.skeleton-card{pointer-events:none;background:#ffffff05!important;border-style:dashed!important}@media (min-width: 1024px){.lg\:grid{display:grid!important}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:h-\[700px\]{height:700px}}.mb-20{margin-bottom:80px}.mb-24{margin-bottom:96px}input,select,textarea{transition:all .3s cubic-bezier(.4,0,.2,1)}input:focus,select:focus,textarea:focus{border-color:var(--primary)!important;box-shadow:0 0 0 4px #d4af3726!important;background:#ffffff0d!important}.glass-panel{background:#ffffff05;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0000005e}.glass-card{background:var(--bg-soft);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:0 15px 35px #0006;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.glass-panel{background:var(--bg-card);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);border-radius:32px;box-shadow:0 40px 100px #0009}.glass-card:hover{transform:translateY(-8px);background:#141419e6;border-color:#d4af3766;box-shadow:0 25px 50px #00000080}.btn-save,.btn-primary{transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;font-weight:800;letter-spacing:.5px}.btn-save:hover,.btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 10px 20px #d4af3733}.btn-save:active,.btn-primary:active{transform:scale(.96)}.p-6{padding:24px}.p-10{padding:40px}.p-12{padding:48px}.elegant-select-container{position:relative;width:100%}.elegant-select-trigger{width:100%;padding:14px 20px;background:var(--bg-soft);border:1px solid var(--glass-border);border-radius:16px;color:#fff;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:14px;font-weight:700;transition:all .3s}.elegant-select-trigger:hover{border-color:var(--primary);background:#ffffff0d}.elegant-select-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:100%;background:#111;border:1px solid var(--glass-border);border-radius:18px;overflow:hidden;z-index:1000;box-shadow:0 25px 50px #000c;padding:8px}.elegant-select-option{padding:12px 16px;color:var(--text-muted);font-size:13px;font-weight:600;cursor:pointer;border-radius:12px;transition:all .2s;display:flex;justify-content:space-between;align-items:center}.elegant-select-option:hover{background:#d4af371a;color:var(--primary)}.elegant-select-option.selected{background:var(--primary);color:#000}.elegant-select-option.selected .option-meta{color:#0009}.option-meta{font-size:10px;color:var(--text-muted);text-transform:uppercase;font-weight:800}.no-results-admin{width:100%;padding:80px 20px;text-align:center;color:#fff;grid-column:1 / -1}.card-features{display:flex;gap:12px;font-size:11px;font-weight:700;color:var(--text-muted)}.card-features span{display:flex;align-items:center;gap:4px}.info-center{margin:12px 0;display:flex;justify-content:space-between;align-items:center}.card-price{font-size:18px;font-weight:900;color:var(--primary);letter-spacing:-.5px}.card-actions-mgmt{display:flex;gap:8px;margin-top:15px;padding-top:15px;border-top:1px solid var(--glass-border)}.mgmt-action-btn{flex:1;padding:10px;border-radius:12px;border:1px solid var(--glass-border);background:#ffffff05;color:#fff;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.mgmt-action-btn.edit:hover{background:var(--primary);color:#000;border-color:var(--primary)}.mgmt-action-btn.delete:hover{background:#ef4444;color:#fff;border-color:#ef4444}.mt-auto{margin-top:auto}.property-status-badge{position:absolute;top:12px;right:12px;padding:6px 14px;border-radius:8px;font-size:10px;font-weight:900;letter-spacing:1px;color:#fff;z-index:10;box-shadow:0 4px 12px #0000004d}.property-status-badge.vendido{background:#ef4444e6;border:1px solid rgba(239,68,68,.5)}.property-status-badge.rentado{background:#3b82f6e6;border:1px solid rgba(59,130,246,.5)}.py-2{padding-top:8px;padding-bottom:8px}.py-3{padding-top:12px;padding-bottom:12px}.py-5{padding-top:20px;padding-bottom:20px}.py-6{padding-top:24px;padding-bottom:24px}.py-12{padding-top:48px;padding-bottom:48px}.py-24{padding-top:96px;padding-bottom:96px}.px-4{padding-left:16px;padding-right:16px}.px-6{padding-left:24px;padding-right:24px}.px-12{padding-left:48px;padding-right:48px}.section-container{max-width:1400px;margin:0 auto;padding:80px 24px}@media (max-width: 768px){.section-container{padding:100px 20px}}h1,h2,h3,h4{font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--text-main)}h1{font-size:clamp(3rem,8vw,5.5rem)}h2{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:2rem}a{text-decoration:none;color:inherit}.btn-primary{background:var(--secondary);color:#fff!important;padding:16px 36px;border-radius:100px;font-weight:700;border:none;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex!important;align-items:center;justify-content:center;gap:10px;box-shadow:var(--shadow-md);text-decoration:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);background:#1e293b}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-soft)}::-webkit-scrollbar-thumb{background:var(--secondary);border-radius:10px;border:4px solid var(--bg-soft)}::-webkit-scrollbar-thumb:hover{background:var(--primary)}::selection{background:var(--secondary);color:var(--primary)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.floating{animation:float 6s ease-in-out infinite}.pt-8{padding-top:32px}.pt-10{padding-top:40px}.pt-20{padding-top:80px}.pt-32{padding-top:128px}.pb-8{padding-bottom:32px}.pb-12{padding-bottom:48px}.pb-24{padding-bottom:96px}.pb-32{padding-bottom:128px}.pb-48{padding-bottom:192px}.ml-1{margin-left:4px}.mx-1{margin-left:4px;margin-right:4px}.mx-auto{margin-left:auto;margin-right:auto}.self-end{align-self:flex-end}.mix-blend-multiply{mix-blend-mode:multiply}.hero-section{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;padding-top:40px;background-color:var(--bg-soft)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-blur-shape{position:absolute;border-radius:9999px;filter:blur(140px)}.hero-blur-1{top:-10%;left:-10%;width:700px;height:700px;background-color:var(--primary);opacity:.08}.hero-blur-2{bottom:-10%;right:-5%;width:600px;height:600px;background-color:var(--accent);opacity:.05}.hero-container{position:relative;z-index:10;width:100%}.hero-grid{display:grid;grid-template-columns:1fr;gap:64px;align-items:center}@media (min-width: 1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-content{text-align:left}.hero-badge-container{margin-bottom:16px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background-color:#ffffff0d;padding:8px 16px;border-radius:9999px;border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow-sm)}.star-icon{color:var(--primary);fill:var(--primary)}.badge-text{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.hero-title{font-size:clamp(2.5rem,6vw,4rem);line-height:1.1;margin-bottom:24px}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:540px;margin-bottom:48px;line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:20px}.video-btn{display:flex!important;align-items:center;gap:16px;color:#fff;font-weight:700;padding:0 16px;background:transparent;border:none;cursor:pointer}.video-btn:hover{color:var(--primary)}.play-icon-container{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:var(--primary);border-radius:9999px;box-shadow:var(--shadow-md);transition:transform .3s ease}.video-btn:hover .play-icon-container{transform:scale(1.1)}.play-icon{color:#fff;fill:#fff;margin-left:4px}.hero-stats{margin-top:64px;display:flex;align-items:center;gap:32px;border-top:1px solid rgba(15,23,42,.05);padding-top:32px}.stat-value{font-size:1.875rem;font-weight:800;color:var(--text-main)}.stat-label{font-size:.875rem;color:var(--text-muted);font-weight:500}.stat-divider{width:1px;height:48px;background-color:#ffffff1a}.hero-visual{position:relative}.hero-main-image-wrapper{background-color:#111;border-radius:48px;overflow:hidden;box-shadow:var(--shadow-xl);border:1px solid rgba(255,255,255,.05)}.hero-main-image{width:100%;height:100%;object-fit:cover;display:block}@media (min-width: 1024px){.hero-main-image{height:700px}}.hero-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,23,42,.4),transparent,transparent)}.hero-floating-card{position:absolute;bottom:-32px;left:-48px;z-index:20;padding:24px;border-radius:24px;box-shadow:var(--shadow-xl);max-width:280px;display:none}@media (min-width: 768px){.hero-floating-card{display:block}}.card-inner{display:flex;flex-direction:column;gap:12px}.modal-map-container{width:100%;margin-top:1rem;border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 30px #0000001a;border:1px solid #f1f5f9;line-height:0}.modal-map-container iframe{filter:grayscale(.2) contrast(1.1);transition:all .3s}.modal-map-container:hover iframe{filter:grayscale(0) contrast(1.2)}.hero-visual-wrapper{position:relative;width:100%;height:500px;display:flex;align-items:center;justify-content:center}.hero-visual-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-main-image-wrapper{position:relative;width:100%;height:100%}.hero-main-prop-badge{position:absolute;bottom:2rem;right:2rem;background:#fff;color:var(--primary);padding:.75rem 1.25rem;border-radius:1rem;font-size:1.1rem;font-weight:800;box-shadow:0 8px 30px #0003;z-index:5;text-transform:uppercase;letter-spacing:.5px;animation:slideLeft .8s cubic-bezier(.16,1,.3,1) delay-2}@keyframes slideLeft{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.card-img-container{width:100%;height:140px;border-radius:16px;overflow:hidden;margin-bottom:8px}.card-img{width:100%;height:100%;object-fit:cover}.card-label{font-size:.875rem;font-weight:700;color:#fff9}.card-value{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:12px}.card-progress{display:flex;gap:8px}.progress-bar{flex:1;height:4px;background-color:#ffffff1a;border-radius:9999px}.progress-bar.active{background-color:var(--primary)}.navbar{position:fixed;top:0;left:0;width:100%;z-index:100!important;transition:all .5s ease;padding:24px 0}.navbar-scrolled{background:#000000e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1);padding:12px 0;box-shadow:0 10px 30px #00000080}.navbar-container{max-width:1600px;margin:0 auto;padding:0 40px;display:flex!important;justify-content:space-between;align-items:center;width:100%}.catalog-header .back-btn{flex:1;display:flex!important;justify-content:flex-start;align-items:center;color:var(--secondary);font-weight:600}.catalog-header .navbar-logo{flex:1;display:flex!important;justify-content:center;align-items:center}.catalog-header .search-column{flex:1;display:flex!important;justify-content:flex-end;align-items:center}.navbar-logo{display:flex;align-items:center;gap:4px;font-size:1.5rem;font-weight:800;letter-spacing:-.05em;cursor:pointer}.logo-text{color:var(--text-main)}.logo-gold{color:var(--primary)}.navbar-menu-desktop{display:none!important}@media (min-width: 768px){.navbar-menu-desktop{display:flex!important;align-items:center;gap:40px}}.navbar-link{font-size:.875rem;font-weight:600;color:var(--text-main);position:relative;text-decoration:none;transition:all .3s ease}.link-underline{position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--primary);transition:all .3s ease}.navbar-link:hover .link-underline{width:100%}.navbar-burger{display:flex!important}@media (min-width: 768px){.navbar-burger{display:none!important}}.burger-btn{padding:8px;border-radius:9999px;background-color:#0f172a0d;border:none;cursor:pointer;transition:all .3s ease}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:-1}.mobile-sidebar{position:fixed;top:0;right:0;height:100vh;width:80%;max-width:400px;z-index:101!important;padding:40px;display:flex;flex-direction:column}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}.sidebar-title{font-size:1.5rem;font-weight:700}.close-btn{padding:8px;background-color:#ffffff1a;border-radius:9999px;border:none;color:#fff;cursor:pointer}.sidebar-links{display:flex;flex-direction:column;gap:32px}.sidebar-link{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:16px;color:#fff;text-decoration:none;transition:all .3s ease}.sidebar-link:hover,.sidebar-icon{color:var(--primary)}.sidebar-footer{margin-top:auto}.properties-section{padding:40px 0 80px;background-color:var(--bg-soft)}.properties-header{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;margin-bottom:40px;gap:32px}@media (min-width: 768px){.properties-header{flex-direction:row}}.header-content .subtitle{font-size:.875rem;font-weight:700;letter-spacing:.2em;color:var(--primary);margin-bottom:16px;text-transform:uppercase}.header-content .title{font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;max-width:500px}.header-content .muted{color:var(--text-muted)}.catalog-btn{font-size:1rem;font-weight:700;color:var(--text-main);background:transparent;border:none;border-bottom:2px solid var(--primary);padding-bottom:8px;cursor:pointer;display:flex!important;align-items:center;gap:8px;transition:all .3s ease}.catalog-btn:hover{color:var(--primary)}.properties-grid{display:grid;grid-template-columns:1fr;gap:40px}@media (min-width: 768px){.properties-grid{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.properties-grid{grid-template-columns:1fr 1fr 1fr}}.property-card{background-color:var(--bg-card);border-radius:40px;overflow:hidden;box-shadow:var(--shadow-lg);transition:all .5s ease;cursor:pointer;border:1px solid var(--glass-border)}.property-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.card-image-wrap{position:relative;aspect-ratio:4/3;overflow:hidden}.card-image{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}.property-card:hover .card-image{transform:scale(1.1)}.card-badge{position:absolute;top:24px;left:24px}.badge{background-color:#0009;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:6px 16px;border-radius:9999px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);border:1px solid var(--glass-border)}.favorite-btn{position:absolute;top:24px;right:24px;width:40px;height:40px;background-color:#fff3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;cursor:pointer}.favorite-btn:hover{background-color:#fff;color:#ff4b4b}.card-body{padding:24px 30px}.location{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.icon-gold{color:var(--primary)}.card-title{font-size:1.4rem;font-weight:700;margin-bottom:8px;transition:color .3s ease}.property-card:hover .card-title{color:var(--primary)}.price-wrap{display:flex;align-items:flex-end;gap:8px;margin-bottom:20px}.price{font-size:1.5rem;font-weight:900;color:var(--text-main)}.currency{font-size:.875rem;font-weight:700;color:var(--text-light);padding-bottom:4px}.card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid rgba(15,23,42,.05)}.feature{display:flex!important;flex-direction:column;gap:4px}.feature-icon-wrap{display:flex;align-items:center;gap:8px;color:var(--text-main)}.feature .value{font-weight:700}.feature .label{font-size:10px;font-weight:700;color:var(--text-light);text-transform:uppercase}.divider{width:1px;height:32px;background-color:#0f172a1a}.features-section{padding:60px 0 100px;background-color:#fdfdfd;overflow:hidden}.features-header{max-width:800px;margin-bottom:50px}.features-header .subtitle{font-size:.875rem;font-weight:700;letter-spacing:.2em;color:var(--primary);margin-bottom:24px;text-transform:uppercase}.features-header .title{font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;color:#000}.features-header .italic-muted{color:#666;font-style:italic;font-weight:400}.features-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.features-grid{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{padding:40px;border-radius:40px;background-color:var(--bg-soft);position:relative;overflow:hidden;transition:all .5s ease;display:flex!important;flex-direction:column;align-items:flex-start}.feature-card:hover{background-color:var(--secondary);transform:translateY(-8px)}.hover-bg-effect{position:absolute;top:0;right:0;width:128px;height:128px;background-color:#c5a0591a;filter:blur(60px);border-radius:9999px;transform:translate(50%,-50%);opacity:0;transition:opacity .5s ease}.feature-card:hover .hover-bg-effect{opacity:1}.icon-container{width:56px;height:56px;border-radius:16px;background-color:#ffffff0d;display:flex;align-items:center;justify-content:center;margin-bottom:40px;border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow-sm);transition:all .5s ease}.feature-card:hover .icon-container{background-color:var(--primary);transform:scale(1.1) rotate(4deg)}.feature-icon{color:var(--primary);transition:color .5s ease}.feature-card:hover .feature-icon{color:#fff}.card-tag{font-size:10px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.feature-card .card-title{font-size:1.25rem;font-weight:700;margin-bottom:16px;color:#fff;transition:color .5s ease}.feature-card:hover .card-title{color:#fff}.feature-card .card-desc{font-size:.875rem;line-height:1.6;color:#ffffffb3;margin-bottom:32px;transition:color .5s ease}.feature-card:hover .card-desc{color:var(--text-light)}.learn-more-btn{font-size:12px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.1em;background:transparent;border:none;cursor:pointer;display:flex!important;align-items:center;gap:8px;opacity:0;transform:translateY(8px);transition:all .5s ease}.feature-card:hover .learn-more-btn{opacity:1;transform:translateY(0)}.testimonials-section{padding:40px 0 80px;background-color:#fdfdfd;overflow:hidden}.testimonials-header{display:flex!important;flex-direction:column;align-items:center;text-align:center;margin-bottom:50px}.testimonials-header .subtitle{font-size:.875rem;font-weight:700;letter-spacing:.2em;color:var(--primary);margin-bottom:24px;text-transform:uppercase}.testimonials-header .title{font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;max-width:700px;color:#000}.testimonials-header .italic-muted{color:#666;font-style:italic;font-weight:400}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{padding:40px;border-radius:40px;background-color:var(--bg-soft);position:relative;display:flex!important;flex-direction:column;align-items:flex-start;transition:all .5s ease}.testimonial-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.quote-icon{color:var(--primary);opacity:.2;position:absolute;top:32px;right:40px}.star-rating{display:flex;gap:4px;margin-bottom:24px}.star-rating .star-icon{color:var(--primary);fill:var(--primary)}.testimonial-text{font-size:1.125rem;font-weight:500;color:var(--text-main);line-height:1.6;margin-bottom:40px}.reviewer-info{margin-top:auto;display:flex;align-items:center;gap:16px}.avatar-wrap{width:56px;height:56px;border-radius:9999px;overflow:hidden;border:2px solid var(--primary);box-shadow:var(--shadow-md)}.avatar-img{width:100%;height:100%;object-fit:cover}.reviewer-name{font-size:1rem;font-weight:700;color:var(--text-main)}.reviewer-role{font-size:10px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.1em}.contact-cta-section{padding:80px 0 120px;background-color:var(--bg-main)}.cta-card{padding:48px;border-radius:60px;position:relative;overflow:hidden;box-shadow:var(--shadow-xl)}@media (min-width: 768px){.cta-card{padding:128px}}.cta-blur-shape{position:absolute;border-radius:9999px;filter:blur(150px)}.cta-blur-1{top:0;right:0;width:500px;height:500px;background-color:var(--primary);opacity:.2;transform:translate(50%,-50%)}.cta-blur-2{bottom:0;left:0;width:400px;height:400px;background-color:var(--accent);opacity:.1;transform:translate(-50%,50%)}.cta-content{position:relative;z-index:10;display:grid!important;grid-template-columns:1fr;gap:64px;align-items:center}@media (min-width: 1024px){.cta-content{grid-template-columns:1.2fr 1fr;text-align:left;align-items:center}}.cta-info-side{display:flex!important;flex-direction:column}@media (min-width: 1024px){.cta-info-side{align-items:flex-start}}.badge-wrapper{margin-bottom:24px}.cta-badge{background-color:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:8px 24px;border-radius:9999px;color:var(--primary);font-size:12px;font-weight:700;letter-spacing:.3em;text-transform:uppercase;border:1px solid rgba(255,255,255,.2)}.cta-title{color:#fff;font-size:clamp(2.25rem,6vw,3.8rem);line-height:1.1;margin-bottom:24px;max-width:800px}.cta-italic-gold{color:var(--primary);font-style:italic}.cta-desc{font-size:1.1rem;color:var(--text-light);font-weight:500;line-height:1.7;max-width:500px;margin-bottom:48px;opacity:.9}.cta-social-actions{display:flex!important;flex-wrap:wrap;gap:16px}@media (max-width: 1024px){.cta-social-actions{justify-content:center}}@media (min-width: 640px){.cta-actions{flex-direction:row;width:auto}}.cta-btn-primary{background-color:var(--primary);color:#fff;padding:20px 48px;border-radius:9999px;font-size:1.25rem;font-weight:700;border:none;cursor:pointer;display:flex!important;align-items:center;justify-content:center;gap:12px;transition:all .3s ease;box-shadow:0 20px 40px #c5a05933}.cta-btn-primary:hover{transform:scale(1.05)}.cta-btn-whatsapp{background-color:#ffffff0d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.2);color:#fff;padding:20px 40px;border-radius:9999px;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex!important;align-items:center;justify-content:center;gap:12px;transition:all .3s ease}.cta-btn-whatsapp:hover{background-color:#ffffff1a}.cta-footer{margin-top:64px;display:flex!important;align-items:center;gap:12px;color:var(--text-light);opacity:.6}.cta-phone{font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.footer{background-color:var(--bg-main);padding:80px 0 40px;border-top:1px solid rgba(255,255,255,.05)}.footer-grid{display:grid;grid-template-columns:1fr;gap:64px;margin-bottom:96px}@media (min-width: 768px){.footer-grid{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{display:flex!important;flex-direction:column;align-items:flex-start;gap:32px}.footer-logo{display:flex;align-items:center;gap:4px;font-size:1.875rem;font-weight:800;letter-spacing:-.05em}.footer-tagline{font-size:1.125rem;color:var(--text-muted);line-height:1.6;max-width:300px}.footer-socials{display:flex!important;gap:16px}.social-link{width:48px;height:48px;border-radius:9999px;background-color:var(--bg-soft);display:flex;align-items:center;justify-content:center;color:var(--text-main);transition:all .3s ease;box-shadow:var(--shadow-sm);text-decoration:none;border:1px solid rgba(255,255,255,.05)}.social-link:hover{background-color:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}.footer-nav-col{display:flex!important;flex-direction:column;gap:40px}.footer-nav-title{font-size:.875rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.2em}.footer-nav-list,.footer-contact-list{list-style:none;display:flex!important;flex-direction:column;gap:20px;padding:0}.footer-nav-item,.footer-contact-item{font-size:1rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:color .3s ease;display:flex!important;align-items:center;gap:16px;text-decoration:none}.footer-nav-item:hover,.footer-contact-item:hover{color:var(--text-main)}.contact-icon-wrap{width:32px;height:32px;border-radius:8px;background-color:#c5a0591a;display:flex;align-items:center;justify-content:center;color:var(--primary)}.footer-bottom{padding-top:48px;border-top:1px solid rgba(15,23,42,.05);display:flex!important;flex-direction:column;justify-content:space-between;align-items:center;gap:32px}@media (min-width: 1024px){.footer-bottom{flex-direction:row}}.copyright{font-size:.875rem;color:var(--text-light);font-weight:600}.footer-bottom-actions{display:flex!important;align-items:center;gap:24px;flex-wrap:wrap;justify-content:center}.bottom-link{font-size:.875rem;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:.1em;text-decoration:none;transition:color .3s ease}.bottom-link:hover{color:var(--secondary)}.bottom-divider{width:1px;height:16px;background-color:#0f172a1a}.cta-form-container{background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);padding:40px;border-radius:40px;width:100%}.cta-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.cta-submit-btn{background:var(--primary)!important;color:var(--primary-contrast, white)!important;font-weight:800!important;padding:16px!important;border-radius:14px!important;transition:all .3s ease!important;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer}.cta-submit-btn:hover:not(:disabled){opacity:.9;transform:translateY(-2px);box-shadow:0 10px 20px #c5a05933}.cta-submit-btn:disabled{opacity:.5;cursor:not-allowed}.cta-btn-whatsapp,.cta-btn-social{display:flex!important;align-items:center;gap:12px;padding:16px 32px;border-radius:100px;font-weight:700;font-size:1rem;transition:all .4s ease;text-decoration:none}.cta-btn-whatsapp{background-color:transparent;border:1px solid rgba(255,255,255,.2);color:#fff}.cta-btn-whatsapp:hover{background-color:#ffffff0d;border-color:var(--primary)}.cta-btn-social{background-color:var(--primary);color:var(--primary-contrast, white)!important;border:none}.cta-btn-social:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0003;background-color:#fff}.footer-credit{display:flex!important;align-items:center;gap:12px;background-color:var(--bg-soft);padding:10px 24px;border-radius:9999px;border:1px solid rgba(15,23,42,.05);transition:all .3s ease}.footer-credit:hover{border-color:#c5a0594d}.credit-text{font-size:.75rem;font-weight:700;color:var(--text-muted)}.credit-link{font-size:.75rem;font-weight:800;color:var(--primary);display:flex!important;align-items:center;gap:4px;text-decoration:none}.catalog-page{height:100vh;width:100vw;background-color:var(--bg-soft);display:flex!important;flex-direction:column;overflow:hidden;position:relative;z-index:1000}.catalog-header{flex-shrink:0;width:100%;padding:12px 0;background:#fff;border-bottom:1px solid rgba(15,23,42,.05);z-index:1001}.catalog-header .logo-text{color:var(--secondary)}.catalog-content{flex:1;overflow:hidden;display:flex!important;width:100%}.catalog-layout{display:flex!important;flex:1;overflow:hidden;width:100%;max-width:1600px;margin:0 auto}.back-btn{display:flex!important;align-items:center;gap:8px;background:transparent;border:none;font-size:.875rem;font-weight:700;color:var(--secondary);cursor:pointer}.logo-subtitle{font-size:8px;background-color:var(--secondary);color:#fff;padding:2px 6px;border-radius:4px;margin-left:6px;vertical-align:middle}.search-wrap{position:relative;display:flex!important;align-items:center;justify-self:end}.search-icon{position:absolute;left:14px;color:var(--text-light);pointer-events:none}.search-input{background-color:var(--bg-soft);border:1px solid rgba(15,23,42,.05);border-radius:12px;padding:10px 16px 10px 40px;font-family:inherit;font-size:.875rem;width:280px;outline:none;transition:all .3s cubic-bezier(.16,1,.3,1)}.search-input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #c5a0591a}.catalog-layout{display:flex!important;flex:1;overflow:hidden;width:100%}.catalog-sidebar{width:340px;flex-shrink:0;padding:40px 32px;border-right:1px solid rgba(15,23,42,.05);background:#fff;overflow-y:auto;display:none!important}@media (min-width: 1024px){.catalog-sidebar{display:flex!important;flex-direction:column;gap:48px}}.catalog-main{flex:1;padding:40px;overflow-y:auto;background-color:var(--bg-soft)}.sidebar-group{display:flex!important;flex-direction:column;gap:24px}.group-title{display:flex!important;align-items:center;gap:12px;font-size:.75rem;font-weight:800;letter-spacing:.2em;color:var(--primary)}.filter-options{display:flex!important;flex-direction:column;gap:12px}.filter-btn{text-align:left;background:transparent;border:1px solid rgba(15,23,42,.05);padding:12px 20px;border-radius:12px;font-size:.875rem;font-weight:600;color:var(--secondary);cursor:pointer;transition:all .3s ease}.filter-btn:hover{background-color:#fff;border-color:var(--primary)}.filter-btn.active{background-color:var(--secondary);color:#fff;border-color:var(--secondary);box-shadow:var(--shadow-md)}.catalog-main{display:flex!important;flex-direction:column;gap:40px}.catalog-info-bar{display:flex!important;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid rgba(15,23,42,.05)}.results-count{font-size:1.25rem;font-weight:700;color:var(--text-main)}.active-filters{display:flex!important;gap:8px}.active-tag{background-color:var(--primary);color:var(--secondary);font-size:10px;font-weight:700;padding:4px 12px;border-radius:9999px;letter-spacing:.1em;text-transform:uppercase}.no-results{padding:100px;text-align:center;border-radius:40px;margin-top:40px}.card-badges-top{position:absolute;top:24px;left:24px;display:flex!important;gap:8px}.operation-badge{padding:4px 12px;border-radius:6px;font-size:10px;font-weight:800;text-transform:uppercase;color:#fff;letter-spacing:.1em}.operation-badge.venta{background-color:var(--secondary)}.operation-badge.renta{background-color:var(--primary)}.type-badge{background-color:#ffffffe6;padding:4px 12px;border-radius:6px;font-size:10px;font-weight:800;color:var(--secondary);text-transform:uppercase}.login-mesh-wrapper{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-main);overflow:hidden;position:relative;padding:20px}.mesh-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0}.mesh-blob{position:absolute;border-radius:50%;filter:blur(100px);opacity:.15;animation:blob-float 15s infinite alternate cubic-bezier(.4,0,.2,1);background-color:var(--tenant-accent)}.blob-1{top:-10%;left:-10%;width:60%;height:60%}.blob-2{bottom:-20%;right:-10%;width:50%;height:50%;animation-delay:-5s}.blob-3{top:30%;left:40%;width:40%;height:40%;animation-delay:-10s}@keyframes blob-float{0%{transform:translate(0) scale(1)}50%{transform:translate(10%,10%) scale(1.1)}to{transform:translate(-5%,5%) scale(.9)}}.login-glass-card{width:100%;max-width:480px;background:#14141699;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.05);border-radius:32px;padding:3rem 2.5rem;z-index:10;box-shadow:0 30px 60px #0009,inset 0 1px #ffffff1a;display:flex;flex-direction:column}.login-header-center{display:flex;flex-direction:column;align-items:center;text-align:center}.login-logo-center{display:flex;align-items:center;gap:4px}.tenant-dynamic-logo{width:80px;height:80px;border-radius:50%;object-fit:cover;box-shadow:0 10px 20px #0000004d;border:2px solid rgba(255,255,255,.1)}.login-title{font-size:clamp(1.8rem,8vw,2.2rem);font-weight:800;color:#fff;margin-bottom:.5rem;letter-spacing:-1px}.login-subtitle{font-size:.95rem;color:#ffffffbf;line-height:1.6;max-width:320px}.login-form{width:100%;display:flex;flex-direction:column;gap:1.25rem}.login-field-wrap{position:relative;width:100%}.login-field-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%)}.login-glass-input{width:100%;background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:1.25rem;padding:1.2rem 3.5rem;color:#fff;font-size:1rem;transition:all .3s}.login-glass-input::placeholder{transition:color .3s ease}.login-glass-input:focus::placeholder{color:transparent}.login-glass-input:focus{outline:none;border-color:var(--focus-color);background:#0009;box-shadow:0 0 0 2px #ffffff0d}.login-eye-btn{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#fff6;cursor:pointer;display:flex;align-items:center;transition:all .3s}.login-eye-btn:hover{color:#fff}.login-eye-btn:disabled{cursor:default;opacity:.5}.login-btn-dynamic{width:100%;color:#000;font-weight:800;padding:1.25rem;border-radius:1.25rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);font-size:1.05rem;letter-spacing:-.5px}.login-btn-dynamic:not(:disabled):hover{transform:translateY(-4px) scale(1.02);filter:brightness(1.1)}.login-btn-dynamic:disabled{cursor:not-allowed;filter:saturate(.75)}.login-field-error{color:#ffb86b;font-size:.82rem;font-weight:600;margin-top:-.5rem}.login-error-msg{color:#ff5e5e;font-size:.9rem;font-weight:700;margin-top:-.25rem}@media (max-width: 480px){.login-glass-card{padding:2rem 1.5rem;border-radius:24px}}.admin-layout{display:flex;width:100vw;height:100vh;overflow:hidden;background:var(--bg-main)}.admin-sidebar{width:280px;background:var(--bg-soft);border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;padding:3rem 1.25rem;z-index:20;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative}.admin-sidebar.collapsed{width:85px;padding:3rem 0}.sidebar-toggle-btn{position:absolute;right:-12px;top:40px;width:28px;height:28px;background:var(--primary);border-radius:50%;border:4px solid #000;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;box-shadow:0 4px 10px #00000080;transition:all .3s}.sidebar-toggle-btn:hover{transform:scale(1.1);background:#fff;border-color:#0a0a0b}.admin-sidebar-header{margin-bottom:3.5rem;display:flex;flex-direction:column;align-items:center;transition:all .5s;text-align:center;gap:12px;width:100%}.sidebar-tenant-label{font-size:10px;font-weight:900;color:var(--primary);text-transform:uppercase;letter-spacing:2px;opacity:.8;margin-bottom:-4px}.fallback-logo{display:flex;align-items:center;justify-content:center}.admin-role-badge{font-size:9px;font-weight:800;color:var(--text-muted);background:var(--glass-bg);padding:4px 12px;border-radius:20px;letter-spacing:1px}.admin-main{flex:1;background:var(--bg-main);display:flex;flex-direction:column;overflow-y:auto;position:relative;transition:all .5s cubic-bezier(.16,1,.3,1);width:calc(100vw - 280px)}.collapsed+.admin-main{width:calc(100vw - 85px)}.admin-header{background:#ffffff03;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);z-index:10;padding:1.25rem 2.5rem;display:flex;justify-content:space-between;align-items:center;transition:all .5s cubic-bezier(.16,1,.3,1)}.admin-header-actions{display:flex;align-items:center;gap:1.25rem}.admin-content-viewport{flex:1;overflow-y:auto;overflow-x:hidden;padding:2.5rem;scrollbar-width:thin;scrollbar-color:rgba(212,175,55,.2) transparent}.admin-view-container{max-width:1300px;margin:0 auto;width:100%}.admin-view-title{font-size:2.25rem;font-weight:900;color:var(--title-color, var(--text-main));letter-spacing:-1.5px;line-height:1.1;margin-bottom:.5rem}.admin-view-subtitle{font-size:.95rem;color:var(--text-muted);font-weight:500;letter-spacing:.2px}.text-highlight{color:var(--primary)}.admin-view-container h1,.admin-view-container h2,.admin-view-container h3{color:var(--title-color, var(--text-main))}.glass-panel{background:var(--bg-soft);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:0 10px 30px #0000001a}.glass-card{background:var(--glass-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:0 4px 20px #0000000d;transition:all .3s cubic-bezier(.16,1,.3,1)}.glass-card:hover{transform:translateY(-4px);background:var(--bg-card);box-shadow:0 20px 40px #0000001f}.admin-nav-menu{display:flex;flex-direction:column;gap:.75rem;flex:1}.admin-nav-item{position:relative;display:flex;align-items:center;gap:1.25rem;padding:1.2rem;border-radius:1.25rem;color:var(--text-muted);border:none;background:transparent;cursor:pointer;font-size:1rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:left;justify-content:flex-start}.collapsed .admin-nav-item{justify-content:center;padding:1rem 0;border-radius:12px;width:50px;margin:0 auto;gap:0}.collapsed .admin-nav-item svg{width:20px;height:20px}.admin-nav-item:hover{color:var(--title-color, #fff);background:var(--glass-bg)}.admin-nav-item.active{color:var(--title-color, #fff);background:rgba(var(--primary-rgb),.15)}.nav-group{display:flex;flex-direction:column}.nav-group-header{display:flex;align-items:center;gap:10px;width:100%}.group-arrow{margin-left:auto;opacity:.6;transition:transform .2s}.nav-group-items{display:flex;flex-direction:column;padding-left:20px;margin-top:4px;gap:2px}.admin-nav-item.sub-item{padding:10px 14px;font-size:13px;justify-content:flex-start;text-align:left}.admin-nav-item.sub-item span{margin-left:8px}.admin-nav-item.sub-active{background:#3b82f626!important;color:#60a5fa!important;border-left:2px solid #3b82f6}.logo-text{font-size:1.5rem;font-weight:900;color:#fff}.logo-gold{font-size:1.5rem;font-weight:900;color:var(--primary)}.collapsed-logo{display:flex!important;align-items:center;justify-content:center;width:48px;height:48px;background:#ffffff0d;border:1px solid var(--glass-border);border-radius:12px;margin:0 auto}.nav-glow-item{position:absolute;left:-15px;width:4px;height:24px;background:#b59965;border-radius:0 4px 4px 0;box-shadow:2px 0 10px #b5996580}.admin-sidebar-footer{margin-top:auto;padding-top:16px;flex-shrink:0}.admin-nav-menu::-webkit-scrollbar{width:4px}.admin-nav-menu::-webkit-scrollbar-track{background:transparent}.admin-nav-menu::-webkit-scrollbar-thumb{background:#d4af3740;border-radius:4px}.admin-nav-menu::-webkit-scrollbar-thumb:hover{background:#d4af3780}.admin-logout-btn{width:100%;display:flex;align-items:center;gap:1.25rem;padding:1.2rem 1.5rem;border-radius:1.25rem;color:#ff5e5e;border:1px solid rgba(255,94,94,.1);background:#ff5e5e05;cursor:pointer;font-size:1rem;font-weight:700;transition:all .4s}.collapsed .admin-logout-btn{justify-content:center;padding:1.5rem 0;width:60px;margin:0 auto}.admin-logout-btn:hover{background:#ff5e5e14;border-color:#ff5e5e4d;transform:translateY(-2px)}.omni-search-container{display:flex!important;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;padding:.6rem 1rem;border-radius:12px;width:100%;max-width:500px;gap:12px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.omni-search-container:focus-within{background:#fff;border-color:#b59965;box-shadow:0 10px 25px #b599651a;transform:translateY(-2px)}.omni-search-icon{color:#94a3b8}.omni-search-input{background:transparent!important;border:none!important;padding:0!important;font-size:.85rem!important;width:100%;outline:none!important;box-shadow:none!important;font-family:inherit}.omni-search-shortcut{background:#fff;border:1px solid #e2e8f0;color:#94a3b8;font-size:.7rem;padding:2px 6px;border-radius:6px;font-weight:800;pointer-events:none}.admin-header{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10;padding:1.5rem 3rem!important}.admin-search-input{background:#f1f5f9;border:1px solid transparent;border-radius:1rem;padding:.75rem 1rem .75rem 3rem;width:350px;font-size:.95rem;transition:all .3s}.admin-search-input:focus{outline:none;border-color:#b59965;background:#fff;box-shadow:0 10px 25px #0000000d}.admin-icon-btn{background:#fff;border:1px solid #e2e8f0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:14px;color:#64748b;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.admin-icon-btn:hover{background:#fff;color:#0f172a;border-color:#b59965;transform:translateY(-2px);box-shadow:0 5px 15px #0000000d}.admin-profile-avatar{width:48px;height:48px;background:linear-gradient(135deg,#b59965,#8a734a);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;border-radius:14px;font-size:1rem;letter-spacing:1px}.admin-view-description{color:#64748b;margin-bottom:3rem;font-size:1.1rem;font-weight:400}.admin-empty-state{height:500px;border:3px dashed #f1f5f9;border-radius:3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#cbd5e1;font-weight:600;gap:1.5rem;position:relative;overflow:hidden;background:#fff;font-size:1.2rem}.empty-pulse{position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(181,153,101,.08) 0%,transparent 70%);animation:emptyPulse 5s infinite ease-in-out}@keyframes emptyPulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.6);opacity:.8}}.admin-btn-link{background:transparent;border:1px solid #8a734a;color:#8a734a;cursor:pointer;font-size:.8rem;font-weight:700;padding:.5rem 1.2rem;border-radius:2rem;transition:all .4s;text-transform:uppercase;letter-spacing:1.5px}.admin-btn-link:hover{color:#b59965;border-color:#b59965;background:#b599650d;box-shadow:0 0 20px #b599651a}.property-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex!important;align-items:center;justify-content:center;z-index:2000;padding:40px}.property-modal-content.split-view{background:var(--bg-soft);width:100%;max-width:1150px;height:min(850px,92vh);border-radius:48px;overflow:hidden;position:relative;border:1px solid var(--glass-border);display:flex!important;flex-direction:row;box-shadow:0 50px 100px -20px #0009}.modal-close{position:absolute;top:32px;right:32px;width:56px;height:56px;border-radius:50%;background:#00000080;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);color:#fff;display:flex!important;align-items:center;justify-content:center;cursor:pointer;z-index:2100;transition:all .4s cubic-bezier(.4,0,.2,1)}.modal-close:hover{background:var(--primary);color:var(--secondary);transform:rotate(90deg) scale(1.1)}.modal-left-side{width:58%;height:100%;background:#000;position:relative}.carousel-container{width:100%;height:100%;position:relative;overflow:hidden}.carousel-img{width:100%;height:100%;object-fit:cover}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);color:#fff;display:flex!important;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;z-index:10}.carousel-nav:hover{background:#fff;color:#000}.carousel-nav.prev{left:24px}.carousel-nav.next{right:24px}.carousel-dots{position:absolute;bottom:40px;left:40px;display:flex!important;gap:8px;z-index:100}.dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d;transition:all .4s cubic-bezier(.4,0,.2,1)}.dot.active{width:36px;border-radius:10px;background:var(--primary)}.modal-badges-float{position:absolute;top:32px;left:32px;display:flex!important;gap:12px;z-index:10}.modal-right-info{width:42%;height:100%;overflow-y:auto;padding:80px 48px;background:var(--bg-soft);display:flex!important;flex-direction:column;gap:56px}.scroll-custom::-webkit-scrollbar{width:6px}.scroll-custom::-webkit-scrollbar-track{background:transparent}.scroll-custom::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:10px}.modal-header-section{display:flex!important;flex-direction:column;gap:16px}.location-row-tag{display:flex!important;align-items:center;gap:8px;color:var(--text-muted);font-weight:700;text-transform:uppercase;letter-spacing:.15em;font-size:.75rem}.modal-title-main{font-size:3rem;font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.03em}.modal-price-tag{display:flex!important;align-items:baseline;gap:12px;margin-top:8px}.modal-price-tag .price{font-size:2.5rem;font-weight:900;color:var(--primary)}.modal-quick-stats{display:flex!important;justify-content:space-between;padding:32px;background:#ffffff05;border-radius:32px;border:1px solid var(--glass-border)}.stat-box{display:flex!important;align-items:center;gap:16px;color:var(--primary)}.stat-content{display:flex!important;flex-direction:column}.stat-val{font-size:1.35rem;font-weight:800;color:#fff}.stat-lab{font-size:.7rem;color:var(--text-muted);font-weight:700;text-transform:uppercase}.modal-info-block h3{font-size:1.15rem;font-weight:800;color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.description-text{color:var(--text-muted);line-height:1.9;font-size:1.1rem}.amenities-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.amenity-item{display:flex!important;align-items:center;gap:12px;color:#fff;font-size:.95rem;font-weight:600}.dot-gold{width:6px;height:6px;border-radius:50%;background:var(--primary);box-shadow:0 0 10px #c5a05980}.modal-contact-footer{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}.contact-btn-main{display:flex!important;align-items:center;justify-content:center;gap:12px;padding:24px;border-radius:100px;font-weight:800;font-size:1.1rem;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:none}.contact-btn-main.whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.contact-btn-main.phone{background:linear-gradient(135deg,var(--primary),#b59965);color:var(--secondary)}.contact-btn-main:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0006}@media (max-width: 1024px){.property-modal-overlay{padding:0}.property-modal-content.split-view{flex-direction:column;height:100vh;border-radius:0;max-height:100vh;border:none}.modal-left-side{width:100%;height:42%;flex-shrink:0}.modal-right-info{width:100%;height:58%;padding:40px 32px}.modal-title-main{font-size:2.25rem}.modal-price-tag .price{font-size:2rem}.modal-quick-stats{padding:24px}.amenities-grid,.modal-contact-footer{grid-template-columns:1fr}}.admin-content-viewport.p-8{padding:3rem 4rem}.property-mgmt{display:flex;flex-direction:column;gap:2rem}.mgmt-header{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1rem}.mgmt-header-consolidated{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.header-info{display:flex;align-items:center;gap:1.5rem}.badge-count{background:#f1f5f9;color:#64748b;padding:.4rem 1rem;border-radius:99px;font-size:.8rem;font-weight:700}.header-actions-strip{display:flex;align-items:center;background:#fff;padding:.6rem;border-radius:1.5rem;border:1px solid #e2e8f0;box-shadow:0 10px 25px #00000008;gap:.5rem}.action-search{display:flex;align-items:center;padding:0 1rem;gap:1rem;color:#94a3b8;border-right:1px solid #f1f5f9;flex:1;min-width:0}.action-search input{border:none;background:transparent;outline:none;font-size:.9rem;font-family:inherit;width:220px;color:#0f172a}.action-search input::placeholder{color:#cbd5e1}.action-modes{display:flex;gap:.5rem;padding:0 .5rem}.mode-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;border:none;background:transparent;color:#94a3b8;cursor:pointer;transition:all .3s}.mode-btn:hover{background:#f8fafc;color:#0f172a}.mode-btn.active{background:#0f172a;color:#fff;box-shadow:0 4px 12px #00000026}.action-divider{width:1px;height:24px;background:#f1f5f9;margin:0 .5rem}.btn-add-premium{background:var(--primary);color:var(--primary-contrast, white);padding:.75rem 1.5rem;border-radius:14px;border:none;font-weight:800;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);font-size:.95rem}.btn-add-premium:hover{transform:translateY(-3px);box-shadow:0 10px 20px #b5996540;background:#0f172a;color:#fff}@keyframes viewEnter{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.properties-display{animation:viewEnter .6s cubic-bezier(.2,.8,.2,1) forwards}.properties-display.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:3rem}.mgmt-card{background:#fff;border-radius:2rem;overflow:hidden;border:1px solid #f1f5f9;box-shadow:0 10px 25px #0000000d;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column}.mgmt-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.mgmt-card .card-img-container{height:220px;position:relative;overflow:hidden}.mgmt-card.list-row .card-img-container{width:280px;height:200px;flex-shrink:0}.mgmt-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.mgmt-card:hover img{transform:scale(1.05)}.hero-toggle-btn{position:absolute;top:1rem;right:1rem;width:38px;height:38px;background:#ffffffe6;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#94a3b8;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000001a;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-toggle-btn:hover{transform:scale(1.1);color:#64748b;background:#fff}.hero-toggle-btn.active{background:var(--primary);color:var(--secondary);box-shadow:0 4px 15px #b5996566}.card-operation-tag{position:absolute;top:1.25rem;left:1.25rem;background:#0f172acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:.4rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.mgmt-card .card-info{padding:2.5rem;flex:1;display:flex;flex-direction:column;gap:1.5rem}.mgmt-card.list-row{flex-direction:row;align-items:center}.mgmt-card.list-row .card-info{flex-direction:row;justify-content:space-between;align-items:center;padding:1.25rem 2.5rem}.info-top{display:flex;flex-direction:column;gap:.5rem}.type-tag{font-size:.7rem;font-weight:800;color:var(--primary);text-transform:uppercase;letter-spacing:.1em}.prop-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.prop-location{display:flex;align-items:center;gap:.4rem;color:#64748b;font-size:.85rem}.info-specs{display:flex;gap:1.25rem;padding:.75rem 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.spec-item{display:flex;align-items:center;gap:.5rem;color:#475569;font-size:.85rem;font-weight:600}.prop-price .amount{font-size:1.5rem;font-weight:800;color:#0f172a}.prop-price .curr{font-size:.75rem;font-weight:700;color:#94a3b8;margin-left:.4rem}.card-actions{display:flex;gap:.75rem}.action-btn{width:38px;height:38px;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.action-btn.edit{color:#64748b}.action-btn.edit:hover{background:#f1f5f9;color:#0f172a;border-color:#0f172a}.action-btn.delete{color:#f43f5e}.action-btn.delete:hover{background:#fff1f2;border-color:#f43f5e}.admin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.admin-modal-content{background:#fff;width:100%;max-width:800px;max-height:90vh;border-radius:2.5rem;padding:0;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 40px 100px #0003}.admin-modal-content .modal-header{padding:2rem 2.5rem;background:#fff;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:5}.admin-modal-content .modal-header h3{font-size:1.5rem;font-weight:800;letter-spacing:-1px}.close-modal{background:#f1f5f9;border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .3s}.close-modal:hover{background:#0f172a;color:#fff;transform:rotate(90deg)}.admin-prop-form{padding:2.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:2.5rem}.form-section{display:flex;flex-direction:column;gap:1.5rem}.form-section h4{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:var(--primary);font-weight:800;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.6rem}.form-group.full{grid-column:1 / -1}.form-group label{font-size:.85rem;font-weight:700;color:#475569}.form-group input,.form-group select,.form-group textarea{padding:1rem 1.25rem;border-radius:1rem;border:1px solid #e2e8f0;background:#f8fafc;font-family:inherit;font-size:.95rem;transition:all .3s;outline:none}.form-group textarea{min-height:120px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);background:#fff;box-shadow:0 10px 20px #00000005}.amenity-input-wrap{display:flex;gap:1rem}.amenity-input-wrap input{flex:1}.add-amenity-btn{background:#0f172a;color:#fff;width:50px;height:50px;border-radius:1rem;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.add-amenity-btn:hover{background:var(--primary);color:#0f172a}.amenities-chips{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.amenity-chip{background:#f1f5f9;padding:.5rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:600;color:#475569;display:flex;align-items:center;gap:.6rem;border:1px solid #e2e8f0}.amenity-chip button{background:#cbd5e1;border:none;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s}.input-with-icon{position:relative;display:flex}.input-with-icon svg{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#94a3b8}.input-with-icon input{padding-left:3.5rem!important}.field-hint{font-size:.75rem;color:#94a3b8;margin-top:.25rem}.form-footer{display:flex;justify-content:flex-end;gap:1.5rem;padding:0 0 1rem}.btn-cancel{background:#f1f5f9;color:#64748b;padding:1.2rem 2rem;border-radius:1.25rem;border:none;font-weight:700;cursor:pointer;transition:all .3s}.btn-cancel:hover{background:#e2e8f0;color:#0f172a}.btn-save{background:var(--primary);color:var(--primary-contrast, white);padding:1.2rem 3rem;border-radius:1.25rem;border:none;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 10px 20px #0000001a}.btn-save:hover{transform:translateY(-3px);background:var(--primary);color:var(--primary-contrast, white);box-shadow:0 15px 30px #d4af3733}@media (max-width: 768px){.mgmt-card.list-row{flex-direction:column;align-items:stretch}.mgmt-card.list-row .card-img-container{width:100%;height:220px}.mgmt-card.list-row .card-info{flex-direction:column;align-items:flex-start;padding:1.5rem;gap:1.25rem}.mgmt-controls{flex-direction:column}.search-bar-admin{max-width:none;width:100%}}.image-input-wrap{display:flex;align-items:center;gap:12px;margin-top:8px}.add-image-btn{background:var(--primary)!important;color:#fff!important;border:none!important;width:44px;height:44px;border-radius:12px!important;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.add-image-btn:hover{transform:scale(1.05);background:var(--primary-hover)!important}.images-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:16px;margin-top:16px;padding:16px;background:#ffffff08;border-radius:16px;border:1px dashed rgba(255,255,255,.1)}.image-preview-card{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#000}.image-preview-card img{width:100%;height:100%;object-fit:cover}.remove-image-overlay{position:absolute;top:4px;right:4px;background:#dc2626cc!important;color:#fff!important;border:none!important;width:24px;height:24px;border-radius:6px!important;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5}.image-preview-card:hover .remove-image-overlay{opacity:1}.image-placeholder-card{aspect-ratio:1;border-radius:12px;border:2px dashed rgba(255,255,255,.05);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff3;font-size:.75rem}.crm-navigation-bar{border-bottom:2px solid #f8fafc}.crm-tabs-luxury{display:flex;gap:1rem}.luxury-tab-btn{background:transparent;border:none;padding:1rem .5rem;display:flex;align-items:center;gap:.75rem;color:#94a3b8;font-weight:700;font-size:1rem;cursor:pointer;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.luxury-tab-btn:hover{color:var(--primary)}.luxury-tab-btn.active{color:var(--title-color, var(--primary))}.luxury-underline{position:absolute;bottom:-2px;left:0;right:0;height:3px;background:var(--primary);border-radius:99px;z-index:2}.tab-count{background:#f1f5f9;color:#64748b;font-size:.75rem;padding:2px 8px;border-radius:999px;font-weight:800;transition:all .3s}.luxury-tab-btn.active .tab-count{background:var(--primary);color:var(--secondary)}.luxury-tab-btn:hover .tab-count{background:#e2e8f0}.crm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.crm-list{display:flex;flex-direction:column;gap:1rem}.crm-card{background:var(--glass-card);border-radius:1.5rem;border:1px solid #f1f5f9;box-shadow:0 4px 20px #00000008;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.crm-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a;border-color:var(--primary)}.card-inner{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.card-header-crm{display:flex;justify-content:space-between;align-items:flex-start}.user-avatar-main{width:56px;height:56px;background:linear-gradient(135deg,#0f172a,#1e293b);color:var(--primary);border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;box-shadow:0 8px 16px #0f172a1a}.user-name{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0}.user-contact-info{display:flex;flex-direction:column;gap:.5rem}.user-contact-info p{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#64748b;margin:0}.user-comments-preview{background:#f8fafc;padding:1rem;border-radius:1rem;font-style:italic;font-size:.85rem;color:#475569;line-height:1.5;border-left:3px solid var(--primary)}.card-footer-crm{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #f1f5f9}.whatsapp-btn-crm{flex:1;background:#25d366;color:#fff;border:none;padding:.75rem 1rem;border-radius:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .3s}.whatsapp-btn-crm:hover{background:#128c7e;transform:scale(1.02)}.options-btn-crm{width:44px;height:44px;background:#f1f5f9;border:none;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .2s}.options-btn-crm:hover{background:#e2e8f0;color:#0f172a}.status-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:99px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.status-new{background:#eff6ff;color:#2563eb}.status-contacted{background:#f0fdf4;color:#16a34a}.status-rejected{background:#fef2f2;color:#dc2626}.status-client{background:#fff7ed;color:#ea580c}.list-row-inner{padding:1rem 2rem;display:grid;grid-template-columns:280px 160px 140px 1fr 100px;align-items:center;gap:1.5rem;min-width:0}.col-user{display:flex;align-items:center;gap:1rem}.crm-card.list-row{overflow:visible!important;cursor:pointer}.crm-card.list-row:hover{background:var(--bg-soft);border-color:var(--primary);transform:translate(4px);z-index:10}.clickable-card{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.clickable-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000014}.user-avatar-small{width:44px;height:44px;background:#f1f5f9;color:#0f172a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:800;border:1px solid #e2e8f0}.user-info-text{display:flex;flex-direction:column}.user-name-list{font-weight:800;color:#0f172a;font-size:1rem}.user-email-list{font-size:.85rem;color:#94a3b8}.phone-text{font-family:inherit;font-weight:600;color:#475569}.comments-truncate{font-size:.9rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.col-actions{display:flex;justify-content:flex-end;gap:.75rem}.whatsapp-icon-btn{width:44px;height:44px;background:#f0fdf4;color:#16a34a;border:none;border-radius:.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.whatsapp-icon-btn:hover{background:#16a34a;color:#fff;transform:translateY(-2px)}.action-icon-btn{width:44px;height:44px;background:var(--bg-soft);color:var(--text-muted);border:1px solid var(--glass-border);border-radius:.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.action-icon-btn:hover{background:#f8fafc;color:#0f172a;border-color:#e2e8f0}.crm-options-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:var(--bg-card);border:1px solid var(--glass-border);border-radius:1.25rem;box-shadow:0 15px 40px #0000001f;width:240px;z-index:100;padding:.75rem;overflow:hidden}.list-dropdown{top:auto;bottom:calc(100% + 10px)}.modal-header-premium{background:linear-gradient(to right,#0a0a0b,#111113);border-bottom:1px solid var(--glass-border)}.user-avatar-large{width:90px;height:90px;background:var(--bg-soft);color:var(--primary);border-radius:2rem;display:flex!important;align-items:center;justify-content:center;font-size:2.5rem;font-weight:900;box-shadow:0 15px 35px #0006;margin:0 auto}.info-card-premium{background:var(--bg-card);padding:1.5rem;border-radius:1.5rem;border:1px solid var(--glass-border);box-shadow:0 4px 20px #0003}.btn-secondary-premium{background:#ffffff0d;color:#fff;padding:.8rem 1.5rem;border-radius:.75rem;font-weight:700;border:1px solid var(--glass-border);cursor:pointer;transition:all .2s}.btn-secondary-premium:hover{background:#ffffff1a;border-color:var(--primary);color:var(--primary)}.btn-danger-minimal{background:transparent;color:#f43f5e;padding:.8rem 1.5rem;border-radius:.75rem;font-weight:700;border:1px solid transparent;cursor:pointer;transition:all .2s}.btn-danger-minimal:hover{background:#fff1f2}.dropdown-label{padding:.75rem 1rem;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.dropdown-item{width:100%;padding:.75rem 1rem;text-align:left;background:transparent;border:none;font-size:.9rem;font-weight:600;color:var(--text-muted);cursor:pointer;border-radius:.5rem;transition:all .2s}.dropdown-item:hover{background:#ffffff0d;color:#fff;padding-left:1.25rem}.dropdown-item.text-gold{color:var(--primary)}.dropdown-item.text-red{color:#f43f5e}.dropdown-divider{height:1px;background:var(--glass-border);margin:.5rem 0}.success-view{min-height:400px}.inquiry-form-container{color:var(--text-main)}.back-to-info{background:none;border:none;cursor:pointer;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.form-field{display:flex;flex-direction:column;gap:8px}.form-field label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted)}.form-field input,.form-field textarea{background:#ffffff0d;border:1px solid var(--glass-border);border-radius:12px;padding:12px 16px;color:#fff;width:100%;font-family:inherit;transition:all .3s ease}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--primary);background:#ffffff14}.interest-btn{background:var(--primary);color:var(--primary-contrast, white)!important;font-weight:800;text-transform:uppercase;letter-spacing:.5px;padding:18px!important;border-radius:18px!important}.interest-btn:hover{background:var(--primary-hover);transform:translateY(-2px)}.submit-btn{background:var(--text-main)!important;color:var(--primary-contrast, white)!important;font-weight:800!important;padding:16px!important;border-radius:14px!important;transition:all .3s ease!important;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover:not(:disabled){opacity:.9;transform:scale(.98)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.admin-info-badge{background:#ffffff0d;padding:12px;border-radius:16px;border:1px solid var(--glass-border)}.admin-role-badge{font-size:9px;font-weight:900;color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-top:4px}.admin-sidebar-user-info{border-top:1px solid var(--glass-border);padding-top:20px}.admin-profile-avatar{background:var(--primary);color:#fff;width:40px;height:40px;border-radius:50%;display:flex!important;align-items:center;justify-content:center;font-weight:800;font-size:14px;border:4px solid var(--bg-soft);box-shadow:0 4px 12px #0000004d}.mgmt-header-consolidated{display:flex;justify-content:space-between;align-items:flex-end}.btn-save{background:var(--primary);color:var(--primary-contrast, white);border:1px solid var(--primary);padding:12px 30px;cursor:pointer;transition:all .3s}.btn-save:hover{filter:brightness(1.1);transform:translateY(-2px)}.btn-save:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1024px){.admin-layout{flex-direction:column}.admin-sidebar{position:fixed;top:0;left:-100%;width:280px;height:100dvh;z-index:1000;transition:left .3s cubic-bezier(.4,0,.2,1);box-shadow:20px 0 50px #00000080}.admin-sidebar.mobile-open{left:0}.sidebar-toggle-btn{display:none!important}.admin-main{width:100%;height:100dvh}.collapsed+.admin-main{width:100%}.admin-content-viewport{padding:1.25rem}.admin-header{padding:1rem 1.25rem}.crm-data-table,table{display:block;overflow-x:auto;white-space:nowrap}}@media (max-width: 1024px){.mobile-menu-btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#fff;cursor:pointer;margin-right:16px}}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;pointer-events:none;transition:opacity .3s}.mobile-overlay.active{opacity:1;pointer-events:auto}.admin-layout{width:100%;min-height:100dvh;height:100dvh;overflow:hidden}.admin-sidebar{width:280px;padding:20px 16px 16px;background:linear-gradient(180deg,#0b0c0efa,#090a0cf5);border-right:1px solid rgba(255,255,255,.06);box-shadow:inset -1px 0 #ffffff05}.admin-sidebar.collapsed{width:92px;padding-inline:12px}.admin-sidebar-header{margin-bottom:26px;gap:10px}.sidebar-tenant-label{margin-bottom:0;font-size:10px;letter-spacing:.18em;opacity:.72}.admin-role-badge{padding:6px 12px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#ffffff08;letter-spacing:.14em}.collapsed-logo{width:52px;height:52px;border-radius:16px;background:#ffffff08}.admin-nav-menu{gap:8px}.admin-nav-item{gap:14px;padding:14px 16px;border:1px solid transparent;border-radius:18px;color:var(--text-muted);font-size:.95rem;font-weight:700;transition:transform .22s ease,border-color .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease}.admin-nav-item:hover,.admin-nav-item:focus-visible{outline:none;color:var(--title-color, #fff);background:#ffffff09;border-color:#ffffff0f;transform:translate(2px)}.admin-nav-item.active{color:var(--title-color, #fff);background:linear-gradient(90deg,#d4af3729,#ffffff05);border-color:#d4af3729;box-shadow:inset 0 1px #ffffff08}.collapsed .admin-nav-item{width:56px;padding:14px 0;border-radius:16px;transform:none}.collapsed .admin-nav-item:hover,.collapsed .admin-nav-item:focus-visible{transform:translateY(-1px)}.nav-glow-item{left:-8px;width:3px;height:20px;border-radius:0 999px 999px 0;box-shadow:0 0 12px #b5996559}.admin-sidebar-footer{padding-top:12px}.admin-logout-btn{gap:14px;padding:14px 16px;border-radius:18px;font-size:.95rem;transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease}.admin-logout-btn:hover,.admin-logout-btn:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 12px 26px #00000029}.collapsed .admin-logout-btn{width:56px;padding:14px 0;border-radius:16px}.admin-main{min-width:0;display:flex;flex-direction:column;overflow:hidden;background:radial-gradient(circle at top,rgba(181,153,101,.08),transparent 32%),var(--bg-main)}.admin-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:76px;padding:calc(env(safe-area-inset-top,0px) + 14px) 24px 14px!important;background:#090a0ccc;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 14px 34px #0000003d;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.admin-header-start{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.admin-header-navigation{display:flex;align-items:center;gap:12px;flex-shrink:0}.sidebar-toggle-btn{position:static;width:40px;height:40px;border:1px solid rgba(212,175,55,.18);border-radius:14px;background:#d4af371f;color:var(--primary);box-shadow:0 10px 22px #0000002e;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.sidebar-toggle-btn:hover,.sidebar-toggle-btn:focus-visible{outline:none;transform:translateY(-1px);background:#d4af372e;border-color:#d4af374d;color:#f6d97a;box-shadow:0 14px 28px #00000038}.sidebar-toggle-btn:active{transform:translateY(0)}.admin-header-brandmark{width:42px;height:42px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 1px #ffffff0a}.admin-header-brandmark-image{width:74%;height:74%;object-fit:contain}.admin-header-brandmark-fallback{font-size:1rem;font-weight:900;color:var(--primary)}.admin-header-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.admin-header-eyebrow{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#ffffff8a}.admin-header-title{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(1.05rem,1.6vw,1.35rem);font-weight:900;letter-spacing:-.02em;color:var(--title-color)}.admin-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:0;margin-left:auto;flex-shrink:0}.admin-user-toolbar{display:flex;align-items:center;gap:8px;min-width:0;padding:6px 6px 6px 10px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;box-shadow:inset 0 1px #ffffff08,0 14px 30px #0000002e}.admin-content-viewport{flex:1;overflow-y:auto;overflow-x:hidden;padding:24px 24px 28px;overscroll-behavior:contain}.admin-view-container{max-width:1360px}.admin-theme-toggle{display:flex;align-items:center;padding-right:2px}.theme-switch.ant-switch{min-width:52px!important;height:30px!important;background:#94a3b83d!important;border:1px solid rgba(255,255,255,.08)}.theme-switch.ant-switch:hover{background:#94a3b857!important}.theme-switch.ant-switch.ant-switch-checked{background:linear-gradient(135deg,#d4af37,#b59965)!important}.theme-switch.ant-switch .ant-switch-handle:before{border-radius:999px;box-shadow:0 4px 12px #0f172a38}.admin-header-dropdown{position:relative;display:flex;align-items:center}.admin-icon-btn{position:relative;width:40px;height:40px;border:1px solid rgba(255,255,255,.08);border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff05;color:var(--title-color);cursor:pointer;transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease,color .22s ease;box-shadow:0 8px 18px #00000029}.admin-icon-btn:hover,.admin-icon-btn:focus-visible{outline:none;color:var(--title-color);background:#d4af371f;border-color:#d4af373d;box-shadow:0 12px 24px #0003;transform:translateY(-1px)}.admin-icon-btn:active{transform:translateY(0)}.admin-notification-badge{top:2px;right:2px;min-width:17px;height:17px;font-size:9px;border:2px solid rgba(11,12,14,.92)}.admin-profile-trigger{display:flex;align-items:center;gap:10px;min-width:0;padding:3px 3px 3px 10px;border:1px solid transparent;border-radius:16px;background:transparent;color:inherit;cursor:pointer;transition:background .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}.admin-profile-trigger:hover,.admin-profile-trigger:focus-visible{outline:none;background:#ffffff09;border-color:#d4af3724;transform:translateY(-1px)}.admin-user-meta{display:flex;flex-direction:column;align-items:flex-end;min-width:0;gap:1px}.admin-user-name{max-width:168px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;color:var(--title-color)}.admin-user-role{max-width:168px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.admin-profile-avatar{width:38px;height:38px;border-radius:50%;display:flex!important;align-items:center;justify-content:center;background:linear-gradient(135deg,#d4af37,#b59965 56%,#8a734a);color:#fff;font-size:12px;font-weight:900;letter-spacing:.08em;border:1px solid rgba(255,255,255,.24);box-shadow:0 10px 22px #8a734a3d;flex-shrink:0}.admin-dropdown{position:absolute;top:calc(100% + 12px);right:0;z-index:200;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#0f1012fa,#0a0a0bf7);box-shadow:0 24px 50px #00000057;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.admin-notifications-dropdown{width:min(340px,calc(100vw - 32px));overflow:hidden}.admin-profile-dropdown{width:min(380px,calc(100vw - 32px));padding:22px}.admin-dropdown-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.06)}.admin-dropdown-title{font-size:13px;font-weight:900;color:var(--title-color)}.admin-dropdown-link{border:none;background:transparent;color:var(--primary);font-size:11px;font-weight:800;cursor:pointer;transition:opacity .2s ease}.admin-dropdown-link:hover,.admin-dropdown-link:focus-visible{outline:none;opacity:.78}.admin-dropdown-empty{padding:28px 20px;text-align:center;color:var(--text-muted);font-size:13px}.admin-notification-item{padding:15px 18px;border-bottom:1px solid rgba(255,255,255,.06);cursor:pointer;transition:background .2s ease}.admin-notification-item:last-child{border-bottom:none}.admin-notification-item:hover{background:#ffffff08}.admin-notification-item.is-unread{background:#d4af3714}.admin-notification-title{font-size:13px;font-weight:800;color:var(--title-color);margin-bottom:4px}.admin-notification-desc{font-size:12px;color:var(--text-muted);line-height:1.45}.admin-notification-time{margin-top:6px;font-size:10px;color:var(--text-light)}.admin-profile-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.admin-profile-card-title{margin:0;font-size:17px;font-weight:900;color:var(--title-color)}.admin-profile-card-subtitle{margin:4px 0 0;font-size:12px;color:var(--text-muted)}.admin-dropdown-close{width:34px;height:34px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff0a;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.admin-dropdown-close:hover,.admin-dropdown-close:focus-visible{outline:none;background:#d4af371f;color:var(--title-color);border-color:#d4af373d}.admin-profile-form{display:flex;flex-direction:column;gap:14px}.admin-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-field-group{display:flex;flex-direction:column;gap:6px}.admin-field-label{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.admin-profile-input{width:100%;min-width:0;padding:12px 14px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff0a;color:var(--text-main);font-family:inherit;font-size:13px;outline:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.admin-profile-input::placeholder{color:var(--text-light)}.admin-profile-input:focus{border-color:#d4af376b;background:#ffffff0f;box-shadow:0 0 0 4px #d4af371f}.admin-password-field{position:relative}.admin-profile-input-password{padding-right:42px}.admin-password-toggle{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:28px;height:28px;border:none;border-radius:10px;background:transparent;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease}.admin-password-toggle:hover,.admin-password-toggle:focus-visible{outline:none;background:#ffffff0f;color:var(--title-color)}.admin-profile-status{padding:11px 14px;border-radius:14px;font-size:12px;font-weight:800;text-align:center}.admin-profile-status.is-success{background:#22c55e1f;border:1px solid rgba(34,197,94,.28);color:#16a34a}.admin-profile-status.is-error{background:#ef44441f;border:1px solid rgba(239,68,68,.24);color:#ef4444}.admin-profile-save-btn{width:100%;min-height:46px;border:none;border-radius:16px;background:linear-gradient(135deg,#d4af37,#b59965);color:#fff;font-family:inherit;font-size:13px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:transform .22s ease,filter .22s ease,box-shadow .22s ease;box-shadow:0 18px 28px #b5996542}.admin-profile-save-btn:hover,.admin-profile-save-btn:focus-visible{outline:none;filter:brightness(1.05);transform:translateY(-1px)}.admin-profile-save-btn:disabled{opacity:.7;cursor:wait;transform:none}.mobile-menu-btn{display:none}@media (max-width: 1024px){.admin-header{padding:calc(env(safe-area-inset-top,0px) + 12px) 16px 12px!important}.admin-header-navigation{display:none}.admin-header-title{font-size:1.08rem}.admin-user-toolbar{padding-left:6px}.admin-user-name,.admin-user-role{max-width:126px}.admin-content-viewport{padding:18px 16px 22px}.mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0;border:1px solid rgba(212,175,55,.14);border-radius:14px;background:#ffffff0a;color:var(--title-color);cursor:pointer;transition:background .22s ease,border-color .22s ease,transform .22s ease}.mobile-menu-btn:hover,.mobile-menu-btn:focus-visible{outline:none;background:#d4af371f;border-color:#d4af3747;transform:translateY(-1px)}}@media (max-width: 768px){.admin-header{min-height:68px;gap:10px}.admin-header-eyebrow{display:none}.admin-header-actions{margin-left:0}.admin-user-toolbar{gap:6px;padding:5px}.admin-user-meta{display:none}.admin-profile-trigger{padding-left:3px}.theme-switch.ant-switch{min-width:48px!important;height:28px!important}.admin-icon-btn,.mobile-menu-btn{width:40px;height:40px}.admin-notifications-dropdown,.admin-profile-dropdown{right:0;width:min(360px,calc(100vw - 16px))}.admin-profile-dropdown{padding:18px}.admin-profile-grid{grid-template-columns:1fr}}.light-mode .admin-sidebar{background:linear-gradient(180deg,#fafafaf5,#f4f4f5f0);border-right-color:#0f172a14;box-shadow:inset -1px 0 #ffffff6b}.light-mode .admin-header{background:#ffffffd1;border-bottom-color:#0f172a14;box-shadow:0 18px 38px #0f172a14}.light-mode .admin-user-toolbar{background:#ffffffe0;border-color:#0f172a12;box-shadow:0 10px 24px #0f172a0f}.light-mode .sidebar-toggle-btn,.light-mode .admin-icon-btn,.light-mode .mobile-menu-btn,.light-mode .admin-dropdown-close,.light-mode .admin-header-brandmark{background:#fff;border-color:#0f172a14;box-shadow:0 10px 22px #0f172a14}.light-mode .admin-profile-trigger:hover,.light-mode .admin-profile-trigger:focus-visible{background:#0f172a0a}.light-mode .admin-dropdown{background:linear-gradient(180deg,#fffffffa,#f8fafcfa);border-color:#0f172a14;box-shadow:0 28px 60px #0f172a24}.light-mode .admin-notification-item:hover{background:#0f172a08}.light-mode .admin-notification-item.is-unread{background:#d4af3724}.light-mode .admin-profile-input{background:#fff;border-color:#0f172a17}.light-mode .admin-profile-input:focus{background:#fff}.context-menu-dropdown{position:absolute;right:0;top:calc(100% + 8px);z-index:99999;background:#111113;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:12px;min-width:220px;box-shadow:0 40px 100px #000000e6;display:flex;flex-direction:column;gap:8px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.mobile-only-overlay{display:none}@media (max-width: 768px){.mgmt-header-consolidated{flex-direction:column!important;align-items:stretch!important}.responsive-title{font-size:clamp(1.8rem,5vw,2.5rem)!important;margin-bottom:12px}.action-strip-mobile{width:100%;justify-content:space-between}.action-search{width:100%}.action-btn-mobile span{display:none}.context-menu-dropdown{position:fixed;bottom:0;top:auto;left:0;right:0;width:100%;border-radius:36px 36px 0 0;padding:36px 20px 48px;z-index:10001;background:#0a0a0b}.context-menu-dropdown:before{content:"";position:absolute;top:14px;left:50%;transform:translate(-50%);width:44px;height:5px;background:#fff3;border-radius:4px}.mobile-only-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10000}}.fab-mobile{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:var(--primary);color:#fff;display:flex!important;align-items:center;justify-content:center;box-shadow:0 10px 30px #0009;z-index:990;border:none;cursor:pointer}@media (min-width: 768px){.fab-mobile{display:none!important}}.universal-crm-container{padding:40px 24px;max-width:1400px;margin:0 auto}.prospects-header-container{margin-bottom:60px;display:flex;flex-direction:column;gap:32px}.prospects-header-main{display:flex;flex-direction:column;gap:24px}.header-title-section{display:flex;flex-direction:column}.prospects-view-title{font-size:2.2rem;font-weight:800;margin:0;color:#fff;letter-spacing:-1.5px}@media (min-width: 480px){.prospects-view-title{font-size:2.5rem}}.prospects-narrative-summary{color:#94a3b8;font-size:15px;font-weight:500;margin-top:8px}.header-actions-group{display:flex;align-items:center;gap:16px;width:100%}.search-pill-container{flex:1;max-width:100%}.circle-btn{width:48px;height:48px;min-width:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0!important}.apple-style-filters{margin-top:0;margin-bottom:0}.pill-count-badge{opacity:.5;font-size:10px;background:#ffffff1a;padding:2px 6px;border-radius:6px;margin-left:8px}.glass-pill.active .pill-count-badge{background:#000;color:#fff;opacity:.8}@media (min-width: 1024px){.prospects-header-main{flex-direction:row;justify-content:space-between;align-items:center}.prospects-view-title{font-size:3rem}.header-actions-group{width:auto}.search-pill-container{width:400px}}.pill-filter-bar{display:flex;gap:12px;margin-bottom:32px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.pill-filter-bar::-webkit-scrollbar{display:none}.glass-pill{padding:10px 24px;border-radius:9999px;background:#ffffff08;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);color:var(--text-muted);font-weight:700;font-size:14px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.glass-pill:hover{background:#ffffff14;color:#fff}.glass-pill.active{background:#fff;color:#000;border-color:#fff}.app-store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.app-store-card{background:var(--bg-card);border-radius:40px;padding:32px;display:flex;flex-direction:column;gap:16px;position:relative;overflow:hidden;border:1px solid var(--glass-border);box-shadow:0 20px 40px #0006;cursor:pointer;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.app-store-card:before{content:"";position:absolute;top:0;left:0;right:0;height:120px;background:linear-gradient(135deg,rgba(212,175,55,.1) 0%,transparent 100%);z-index:0;pointer-events:none}.app-store-card:hover{transform:translateY(-8px) scale(1.02);border-color:#d4af374d}.asc-header{position:relative;z-index:10;display:flex;align-items:flex-start;justify-content:space-between}.asc-avatar{width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;color:#fff;box-shadow:0 10px 20px #0000004d}.asc-status{padding:6px 12px;border-radius:12px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:1px}.asc-status.cool{background:#3b82f61a;color:#60a5fa;border:1px solid rgba(59,130,246,.2)}.asc-status.warm{background:#d4af371a;color:#d4af37;border:1px solid rgba(212,175,55,.2)}.asc-status.hot{background:#ef44441a;color:#f87171;border:1px solid rgba(239,68,68,.2)}.asc-body{position:relative;z-index:10;flex-grow:1}.asc-name{font-size:24px;font-weight:800;line-height:1.2;margin-bottom:4px;color:#fff}.asc-meta{font-size:14px;color:var(--text-muted);display:flex;align-items:center;gap:6px}.asc-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.asc-tag{background:#ffffff0d;border-radius:8px;padding:6px 10px;font-size:11px;font-weight:700;color:#94a3b8}.asc-footer{position:relative;z-index:10;display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;border-top:1px dashed rgba(255,255,255,.1)}.asc-value{font-size:18px;font-weight:900;color:var(--primary)}.asc-action{width:40px;height:40px;border-radius:50%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .3s}.asc-action:hover{transform:scale(1.1);background:var(--primary)}.asc-action-btn-secondary:hover{background:#ffffff1a!important;transform:translateY(-2px)}.asc-action-btn-danger:hover{background:#ef444433!important;transform:translateY(-2px);color:#fca5a5!important}.whatsapp-float-btn:hover{transform:scale(1.1) rotate(10deg);background:#25d366!important;color:#fff!important;box-shadow:0 0 20px #25d36666}.btn-convert:hover{background:var(--primary)!important;color:#000!important;transform:scale(1.02);box-shadow:0 5px 15px #d4af3733}.btn-primary-gold:hover{transform:translateY(-2px) scale(1.02);filter:brightness(1.1)}.apple-form-layout{display:flex;flex-direction:column;gap:24px}.form-grid-2{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 640px){.form-grid-2{grid-template-columns:1fr 1fr}}.apple-label{display:block;font-size:13px;font-weight:600;color:#e2e8f0;margin-bottom:10px;letter-spacing:.3px}.apple-input,.apple-select{width:100%;box-sizing:border-box;font-family:inherit;background-color:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:14px;padding:16px 20px;color:#fff!important;font-size:15px;outline:none;transition:all .4s cubic-bezier(.16,1,.3,1);-webkit-appearance:none;-moz-appearance:none;appearance:none;color-scheme:dark}.apple-input::placeholder{color:#64748b}.apple-input:focus,.apple-select:focus{border-color:#d4af3799!important;background-color:#0006!important;box-shadow:0 0 0 4px #d4af3726!important}.modal-close-btn{background:#ffffff0d;border:none;border-radius:50%;width:40px;height:40px;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.apple-input:-webkit-autofill,.apple-input:-webkit-autofill:hover,.apple-input:-webkit-autofill:focus,.apple-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #1a1a1a inset!important;-webkit-text-fill-color:white!important}.apple-select option{background:#111113;color:#fff;padding:10px}.btn-apple-secondary:hover{background:#ffffff0d!important;border-color:#fff3!important}.btn-apple-primary:hover{transform:translateY(-2px);filter:brightness(1.1);box-shadow:0 15px 30px #d4af374d!important}.modal-close-btn:hover{background:#ffffff1a!important;color:var(--primary)!important;transform:rotate(90deg);transition:all .5s}.apple-search-pill:focus{background:#ffffff0f!important;border-color:#d4af3766!important;box-shadow:0 0 30px #d4af3726!important;transform:scale(1.01)}.glass-action-btn:hover{background:#ffffff1a!important;transform:translateY(-2px);color:var(--primary)!important}.btn-primary-gold:active{transform:scale(.95)}.app-store-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px}.app-store-modal{background:#111113;width:100%;max-width:900px;max-height:90vh;border-radius:48px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 40px 100px #000c;position:relative;border:1px solid rgba(255,255,255,.05)}.asm-header{height:200px;background:linear-gradient(135deg,#d4af3733,#0f172a00);position:relative;padding:40px;display:flex;align-items:flex-end}.asm-close{position:absolute;top:24px;right:24px;width:40px;height:40px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:all .2s}.asm-close:hover{background:#fff3;transform:scale(1.05)}.asm-body{padding:40px;overflow-y:auto;display:grid;grid-template-columns:1fr 1fr;gap:40px}.dynamic-field-group{margin-bottom:24px}.dynamic-field-label{font-size:10px;color:#64748b;text-transform:uppercase;font-weight:800;letter-spacing:1px;margin-bottom:8px;display:block}.dynamic-field-value{background:#ffffff05;border:1px solid rgba(255,255,255,.05);padding:16px;border-radius:16px;color:#fff;font-weight:600;font-size:15px}.property-mgmt{gap:24px}.mgmt-header-consolidated{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:12px}.header-info{display:flex;align-items:flex-end;gap:16px;min-width:0}.properties-heading-block{min-width:0;display:flex;flex-direction:column;gap:6px}.properties-eyebrow{font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#ffffff8f}.properties-subtitle{margin:0;max-width:680px;color:var(--text-muted);font-size:14px;line-height:1.55}.properties-count-pill{flex-shrink:0;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--title-color);font-size:12px;font-weight:800}.header-actions-strip{display:flex;align-items:center;gap:10px;min-width:min(100%,620px);padding:8px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;box-shadow:inset 0 1px #ffffff08,0 18px 32px #00000029}.action-search{display:flex;align-items:center;gap:12px;flex:1;min-width:0;padding:0 14px;min-height:46px;border-radius:18px;background:#ffffff05;color:var(--text-light)}.action-search svg{flex-shrink:0}.action-search input{width:100%;min-width:0;border:none;outline:none;background:transparent;color:var(--title-color);font-size:14px}.action-search input::placeholder{color:var(--text-light)}.action-modes{display:inline-flex;align-items:center;gap:6px;padding:0 2px}.mode-btn{width:42px;height:42px;border:1px solid transparent;border-radius:14px;background:transparent;color:var(--text-light);transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.mode-btn:hover,.mode-btn:focus-visible{outline:none;background:#ffffff0a;border-color:#ffffff0f;color:var(--title-color);transform:translateY(-1px)}.mode-btn.active{background:linear-gradient(135deg,#d4af3738,#b599652e);border-color:#d4af3742;color:#f7d97b;box-shadow:0 10px 20px #00000029}.action-divider{width:1px;height:24px;background:#ffffff14}.btn-add-premium{min-height:46px;padding:0 18px;border-radius:18px;font-size:14px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.btn-add-premium:hover,.btn-add-premium:focus-visible{outline:none;transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 16px 28px #b599653d}.properties-loading-state{display:flex;flex-direction:column;gap:20px}.properties-loading-copy{display:inline-flex;align-items:center;gap:14px;padding:18px 20px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--title-color)}.loading-title,.loading-subtitle{margin:0}.loading-title{font-size:15px;font-weight:800}.loading-subtitle{font-size:13px;color:var(--text-muted)}.properties-skeleton-grid,.properties-display.grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:20px}.property-skeleton-card,.mgmt-card{overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#16171aeb,#0e0f12f5);box-shadow:0 18px 40px #00000038}.property-skeleton-media{aspect-ratio:4 / 3;background:linear-gradient(90deg,#ffffff0a,#ffffff14,#ffffff0a);background-size:220% 100%;animation:shimmer 1.5s infinite linear}.property-skeleton-body{padding:22px;display:flex;flex-direction:column;gap:12px}.property-skeleton-line,.property-skeleton-stats span{display:block;height:12px;border-radius:999px;background:linear-gradient(90deg,#ffffff0a,#ffffff14,#ffffff0a);background-size:220% 100%;animation:shimmer 1.5s infinite linear}.property-skeleton-line.short{width:30%}.property-skeleton-line.medium{width:60%}.property-skeleton-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:6px}.property-skeleton-stats span{height:36px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.properties-display{animation:viewEnter .4s ease forwards}@media (min-width: 768px){.properties-skeleton-grid,.properties-display.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1200px){.properties-skeleton-grid,.properties-display.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.mgmt-card{display:flex;flex-direction:column;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.mgmt-card:hover{transform:translateY(-4px);border-color:#d4af372e;box-shadow:0 22px 46px #00000047}.card-img-container{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:linear-gradient(135deg,#262629f5,#131316f5)}.mgmt-card.list-row{display:grid;grid-template-columns:minmax(260px,34%) minmax(0,1fr)}.mgmt-card.list-row .card-img-container{aspect-ratio:auto;min-height:100%}.mgmt-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.mgmt-card:hover img{transform:scale(1.03)}.card-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:#ffffffb8;font-size:13px;font-weight:700;background:radial-gradient(circle at top,rgba(212,175,55,.12),transparent 38%),linear-gradient(180deg,#1e1f23fa,#131417fa)}.card-media-top,.card-media-bottom{position:absolute;left:16px;right:16px;display:flex;align-items:center;justify-content:space-between;gap:10px;z-index:2}.card-media-top{top:16px;right:64px;justify-content:flex-start}.card-media-bottom{bottom:16px}.card-operation-tag,.property-status-badge,.type-tag{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.card-operation-tag{background:#0f1012b8;border:1px solid rgba(255,255,255,.08);color:#fff}.type-tag{background:#d4af3729;border:1px solid rgba(212,175,55,.24);color:#f5d778}.property-status-badge{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff}.hero-toggle-btn{position:absolute;top:16px;right:16px;z-index:3;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:#0a0a0b80;color:#ffffffdb;box-shadow:0 8px 16px #0003}.hero-toggle-btn:hover,.hero-toggle-btn:focus-visible{outline:none;transform:translateY(-1px);background:#ffffff26}.hero-toggle-btn.active{background:linear-gradient(135deg,#d4af37,#b59965);color:#141414;border-color:#ffffff57}.mgmt-card .card-info{padding:20px;display:flex;flex-direction:column;gap:16px}.mgmt-card.list-row .card-info{padding:22px}.info-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.card-title-wrap{min-width:0;display:flex;flex-direction:column;gap:8px}.card-title{margin:0;color:var(--title-color);font-size:21px;font-weight:900;line-height:1.15}.card-location{display:inline-flex;align-items:center;gap:8px;color:var(--text-muted);font-size:13px;min-width:0}.card-location span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-price-block{flex-shrink:0;text-align:right}.card-price-label{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--text-light);margin-bottom:6px}.card-price{color:var(--title-color);font-size:24px;font-weight:900;letter-spacing:-.03em}.info-center{display:flex;flex-direction:column;gap:14px}.card-features{display:flex;flex-wrap:wrap;gap:10px}.card-features span{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:var(--text-muted);font-size:12px;font-weight:700}.card-description{margin:0;color:var(--text-muted);font-size:14px;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2}.card-actions-mgmt{display:flex;align-items:center;gap:10px;margin-top:auto}.mgmt-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 14px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--title-color);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.mgmt-action-btn:hover,.mgmt-action-btn:focus-visible{outline:none;transform:translateY(-1px)}.mgmt-action-btn.edit:hover,.mgmt-action-btn.edit:focus-visible{border-color:#d4af3738;background:#d4af371a;color:#f3d578}.mgmt-action-btn.delete{color:#fda4af}.mgmt-action-btn.delete:hover,.mgmt-action-btn.delete:focus-visible{border-color:#fb71853d;background:#be185d1f;color:#fecdd3}.no-results-admin{grid-column:1 / -1;padding:56px 24px;border-radius:32px;border:1px dashed rgba(255,255,255,.12);background:#ffffff05;display:flex;flex-direction:column;align-items:center;text-align:center}.empty-state-visual{width:84px;height:84px;border-radius:24px;display:flex;align-items:center;justify-content:center;color:var(--primary);background:#d4af371f;border:1px solid rgba(212,175,55,.16);margin-bottom:18px}.empty-state-title,.empty-state-text{margin:0}.empty-state-title{color:var(--title-color);font-size:20px;font-weight:900}.empty-state-text{max-width:480px;color:var(--text-muted);margin-top:10px}.empty-state-btn{margin-top:24px}.admin-modal-overlay{padding:24px;background:#0206179e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-modal-content{width:min(100%,920px);max-height:min(92dvh,980px);border-radius:30px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#121316fa,#0b0c0efa);box-shadow:0 28px 80px #00000057}.admin-modal-content .modal-header{padding:22px 24px;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.modal-header-copy{display:flex;flex-direction:column;gap:6px}.modal-header-eyebrow{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:#ffffff94}.admin-modal-content .modal-header h3{margin:0;font-size:24px;font-weight:900;color:var(--title-color);letter-spacing:-.03em}.modal-header-description{margin:0;color:var(--text-muted);font-size:13px;line-height:1.5}.close-modal{width:40px;height:40px;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:var(--text-muted)}.close-modal:hover,.close-modal:focus-visible{outline:none;transform:none;background:#d4af371f;border-color:#d4af3738;color:var(--title-color)}.admin-prop-form{padding:24px;gap:22px}.form-section{gap:14px;padding:20px;border-radius:24px;border:1px solid rgba(255,255,255,.06);background:#ffffff05}.form-section-heading{display:flex;flex-direction:column;gap:8px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.08)}.form-section h4{margin:0;font-size:12px;letter-spacing:.16em;color:var(--primary);border:none;padding:0}.form-section-heading p{margin:0;color:var(--text-muted);font-size:13px}.form-row{gap:14px}.form-group label{color:var(--title-color);font-size:12px;font-weight:800}.form-group input,.form-group textarea,.elegant-select-trigger{min-height:50px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--title-color);box-shadow:none}.form-group textarea{min-height:132px;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-light)}.form-group input:focus,.form-group textarea:focus,.elegant-select-trigger:hover,.elegant-select-trigger:focus-visible{border-color:#d4af3757;background:#ffffff0d;box-shadow:0 0 0 4px #d4af371a}.amenity-input-wrap,.image-input-wrap{gap:10px}.add-amenity-btn,.add-image-btn{width:50px;height:50px;border-radius:16px!important;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.add-amenity-btn:hover,.add-image-btn:hover,.add-amenity-btn:focus-visible,.add-image-btn:focus-visible{outline:none;transform:translateY(-1px);filter:brightness(1.04);box-shadow:0 12px 24px #b5996538}.amenities-chips{gap:10px}.amenity-chip{background:#ffffff0d;border-color:#ffffff14;color:var(--title-color)}.amenity-chip button{background:#ffffff24}.amenity-chip button:hover{background:#f43f5e}.input-with-icon svg{color:var(--text-light)}.field-hint{color:var(--text-light)}.images-preview-grid{padding:14px;border-radius:18px;background:#ffffff05;border:1px dashed rgba(255,255,255,.1)}.image-preview-card,.image-placeholder-card{border-radius:14px}.form-footer{position:sticky;bottom:-24px;z-index:3;margin:0 -24px -24px;padding:16px 24px calc(16px + env(safe-area-inset-bottom,0px));background:linear-gradient(180deg,#0b0c0e33,#0b0c0ef5 28%);border-top:1px solid rgba(255,255,255,.08)}.btn-cancel,.btn-save{min-height:48px;border-radius:16px;font-weight:800}.btn-cancel{background:#ffffff0f;color:var(--title-color)}.btn-cancel:hover,.btn-cancel:focus-visible{outline:none;background:#ffffff1a}.btn-save:hover,.btn-save:focus-visible{outline:none;transform:translateY(-1px)}.property-modal-overlay{padding:24px;background:#020617b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.property-modal-content.split-view{width:min(100%,1280px);height:min(88dvh,880px);max-height:min(88dvh,880px);border-radius:32px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#101113fa,#0a0a0bfa);box-shadow:0 30px 90px #00000057}.modal-close{top:18px;right:18px;width:42px;height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#0a0a0b66;color:#fff;z-index:20}.modal-close:hover,.modal-close:focus-visible{outline:none;background:#d4af372e;border-color:#d4af3747;transform:translateY(-1px)}.property-gallery-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;background:radial-gradient(circle at top,rgba(212,175,55,.12),transparent 38%),linear-gradient(180deg,#1c1d21fa,#101114fa);color:#ffffffbd;font-weight:700}.modal-right-info{width:42%;padding:72px 40px 40px;gap:30px;background:#ffffff08}.scroll-custom::-webkit-scrollbar-thumb{background:#ffffff1f}.modal-title-main{color:var(--title-color);font-size:clamp(2rem,3vw,3rem)}.modal-price-tag .price{font-size:clamp(2rem,2.2vw,2.5rem)}.modal-quick-stats{gap:14px;justify-content:flex-start;flex-wrap:wrap;padding:20px;border-radius:24px;background:#ffffff08}.stat-box{min-width:140px;padding:12px 14px;border-radius:18px;border:1px solid rgba(255,255,255,.06);background:#ffffff05}.stat-val{color:var(--title-color)}.description-text{font-size:15px;line-height:1.7}.modal-info-block h3{margin-bottom:16px;font-size:12px;letter-spacing:.16em}.modal-contact-footer{grid-template-columns:1fr}.contact-btn-main{min-height:54px;border-radius:18px;font-size:15px}.interest-btn,.submit-btn{background:linear-gradient(135deg,#d4af37,#b59965);color:#141414}.interest-btn:hover,.submit-btn:hover,.interest-btn:focus-visible,.submit-btn:focus-visible{outline:none;transform:translateY(-2px);box-shadow:0 18px 32px #0000003d}.success-view{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:24px}.success-icon{color:#22c55e;margin-bottom:20px}.success-title{margin:0 0 10px;color:var(--title-color);font-size:28px;font-weight:900}.success-text{margin:0;color:var(--text-muted);line-height:1.65}.back-to-info{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:0;border:none;background:transparent;color:var(--text-muted);font-weight:700}.back-to-info:hover,.back-to-info:focus-visible{outline:none;color:var(--title-color)}.inquiry-title,.inquiry-subtitle{margin:0}.inquiry-title{color:var(--title-color);font-size:28px;font-weight:900;margin-top:12px}.inquiry-subtitle{color:var(--text-muted);margin-top:6px}.inquiry-form{display:flex;flex-direction:column;gap:18px;margin-top:24px}.form-field-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.comment-counter{color:var(--text-light);font-size:12px}.comment-counter.is-limit{color:#f87171}.form-field label{color:var(--title-color)}.form-field input,.form-field textarea{border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--title-color)}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--text-light)}.form-field input:focus,.form-field textarea:focus{border-color:#d4af3757;background:#ffffff0d;box-shadow:0 0 0 4px #d4af371a}.elegant-select-trigger{padding:0 16px}.elegant-select-dropdown{background:linear-gradient(180deg,#121316fa,#0b0c0efa);border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 42px #00000052}.elegant-select-option{color:var(--title-color)}.elegant-select-option.selected{color:#141414}.light-mode .properties-eyebrow,.light-mode .modal-header-eyebrow{color:#0f172a85}.light-mode .property-skeleton-card,.light-mode .mgmt-card,.light-mode .admin-modal-content,.light-mode .property-modal-content.split-view{background:linear-gradient(180deg,#fffffffa,#f8fafcfa);border-color:#0f172a14;box-shadow:0 18px 40px #0f172a14}.light-mode .properties-count-pill,.light-mode .header-actions-strip,.light-mode .properties-loading-copy,.light-mode .no-results-admin,.light-mode .form-section,.light-mode .modal-quick-stats,.light-mode .stat-box,.light-mode .action-search{background:#ffffffeb;border-color:#0f172a14;box-shadow:0 10px 26px #0f172a0f}.light-mode .card-image-placeholder,.light-mode .property-gallery-placeholder{color:#0f172a9e;background:radial-gradient(circle at top,rgba(212,175,55,.16),transparent 38%),linear-gradient(180deg,#f4f4f5fa,#fffffffa)}.light-mode .card-operation-tag,.light-mode .hero-toggle-btn,.light-mode .property-status-badge,.light-mode .modal-close,.light-mode .close-modal,.light-mode .card-features span,.light-mode .mgmt-action-btn,.light-mode .btn-cancel,.light-mode .form-group input,.light-mode .form-group textarea,.light-mode .form-field input,.light-mode .form-field textarea,.light-mode .elegant-select-trigger{background:#fff;border-color:#0f172a14;color:#0f172a;box-shadow:none}.light-mode .action-divider{background:#0f172a14}.light-mode .mode-btn:hover,.light-mode .mode-btn:focus-visible{background:#0f172a0d;border-color:#0f172a14}.light-mode .mode-btn.active{color:#0f172a;background:linear-gradient(135deg,#d4af373d,#b5996538)}.light-mode .card-price,.light-mode .card-title,.light-mode .empty-state-title,.light-mode .success-title,.light-mode .inquiry-title,.light-mode .admin-modal-content .modal-header h3,.light-mode .modal-title-main,.light-mode .stat-val,.light-mode .form-group label,.light-mode .form-field label{color:#0f172a}.light-mode .properties-subtitle,.light-mode .empty-state-text,.light-mode .loading-subtitle,.light-mode .card-description,.light-mode .card-location,.light-mode .modal-header-description,.light-mode .inquiry-subtitle,.light-mode .success-text,.light-mode .description-text,.light-mode .form-section-heading p,.light-mode .field-hint,.light-mode .comment-counter{color:#64748b}.light-mode .modal-right-info{background:#f8fafcd9}.light-mode .elegant-select-dropdown{background:#fff;border-color:#0f172a14;box-shadow:0 18px 34px #0f172a1f}@media (max-width: 1024px){.mgmt-header-consolidated,.header-info{align-items:flex-start;flex-direction:column}.header-actions-strip{width:100%;min-width:0}.property-modal-content.split-view{width:100%;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);border-radius:28px}.modal-right-info{width:100%}}@media (max-width: 768px){.header-actions-strip{display:grid;grid-template-columns:1fr;gap:10px;padding:10px;border-radius:22px}.action-search{min-height:48px}.action-modes{justify-content:flex-start}.action-divider{display:none}.btn-add-premium{width:100%;justify-content:center}.properties-count-pill{align-self:flex-start}.mgmt-card.list-row{grid-template-columns:1fr}.info-top{flex-direction:column}.card-price-block{text-align:left}.card-actions-mgmt{width:100%;flex-wrap:wrap}.mgmt-action-btn{flex:1}.admin-modal-overlay,.property-modal-overlay{padding:8px}.admin-modal-content,.property-modal-content.split-view{width:100%;max-height:calc(100dvh - 8px);height:calc(100dvh - 8px);border-radius:24px}.admin-modal-content .modal-header,.admin-prop-form,.modal-right-info{padding-left:18px;padding-right:18px}.form-footer{margin:0 -18px -18px;padding-left:18px;padding-right:18px}.form-row,.inquiry-grid{grid-template-columns:1fr}.modal-left-side{height:34%}.modal-right-info{height:66%;padding-top:62px}}.app-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.app-page-copy{display:flex;flex-direction:column;gap:6px;min-width:0}.app-page-eyebrow,.app-modal-eyebrow{font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#ffffff8f}.app-page-title{margin:0;font-size:clamp(1.7rem,4vw,2.35rem);font-weight:900;line-height:1.05;letter-spacing:-.04em;color:var(--title-color)}.app-page-subtitle{margin:0;max-width:760px;color:var(--text-muted);font-size:14px;line-height:1.6}.app-page-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:flex-end}.app-searchbar{display:flex;align-items:center;gap:12px;min-height:48px;width:100%;min-width:0;padding:0 16px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--text-light);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.app-searchbar:hover,.app-searchbar:focus-within{border-color:#d4af3738;background:#ffffff0d;box-shadow:0 0 0 4px #d4af3714}.app-searchbar-icon{flex-shrink:0;color:var(--text-light)}.app-searchbar-input{width:100%;min-width:0;border:none;outline:none;background:transparent;color:var(--title-color);font-size:14px;font-family:inherit}.app-searchbar-input:focus,.elegant-select-dropdown input:focus{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}.app-searchbar-input::placeholder{color:#6b7280}.app-searchbar-clear{width:28px;height:28px;border:none;border-radius:999px;background:#ffffff14;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease}.app-searchbar-clear:hover,.app-searchbar-clear:focus-visible{outline:none;background:#d4af3724;color:var(--title-color)}.app-primary-button,.btn-add-premium{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;border:none;border-radius:18px;background:linear-gradient(135deg,#e0bb45,#cda23a);color:#161616;font-size:14px;font-weight:900;line-height:1;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease,opacity .2s ease;box-shadow:0 14px 28px #b599653d}.app-primary-button:hover,.app-primary-button:focus-visible,.btn-add-premium:hover,.btn-add-premium:focus-visible{outline:none;transform:translateY(-1px);filter:brightness(1.04);box-shadow:0 18px 32px #b599654d}.app-primary-button:disabled,.btn-add-premium:disabled{opacity:.65;cursor:not-allowed;transform:none}.app-primary-button.full-width{width:100%}.app-secondary-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--title-color);font-size:14px;font-weight:800;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.app-secondary-button:hover,.app-secondary-button:focus-visible{outline:none;transform:translateY(-1px);background:#ffffff14;border-color:#ffffff29}.app-switch{padding:0;border:none;background:transparent;cursor:pointer}.app-switch-track{position:relative;display:inline-flex;align-items:center;width:46px;height:26px;padding:2px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.1);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.app-switch-thumb{width:20px;height:20px;border-radius:50%;background:#fff;color:#111;display:inline-flex;align-items:center;justify-content:center;transform:translate(0);transition:transform .2s ease,background .2s ease;box-shadow:0 2px 6px #00000038}.app-switch.is-checked .app-switch-track{background:linear-gradient(135deg,#d4af37,#b59965);border-color:#d4af3757}.app-switch.is-checked .app-switch-thumb{transform:translate(20px)}.app-switch:hover .app-switch-track,.app-switch:focus-visible .app-switch-track{outline:none;box-shadow:0 0 0 4px #d4af371f}.app-switch.is-disabled{opacity:.6;cursor:not-allowed}.theme-switch.app-switch .app-switch-track{width:52px;height:30px}.theme-switch.app-switch .app-switch-thumb{width:24px;height:24px}.theme-switch.app-switch.is-checked .app-switch-thumb{transform:translate(22px)}.app-empty-state{width:100%;padding:48px 24px;border-radius:28px;border:1px dashed rgba(255,255,255,.12);background:#ffffff08;display:flex;flex-direction:column;align-items:center;text-align:center}.app-empty-state-icon{width:78px;height:78px;border-radius:24px;display:flex;align-items:center;justify-content:center;background:#d4af371f;border:1px solid rgba(212,175,55,.16);color:var(--primary);margin-bottom:18px}.app-empty-state-title{margin:0;color:var(--title-color);font-size:22px;font-weight:900}.app-empty-state-description{margin:12px 0 0;max-width:520px;color:var(--text-muted);font-size:14px;line-height:1.6}.app-empty-state-action{margin-top:24px}.app-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;background:#020617c2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-modal{width:100%;max-height:min(92dvh,960px);display:flex;flex-direction:column;border-radius:30px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#111215fa,#0a0a0cfa);box-shadow:0 30px 80px #00000057}.app-modal-sm{max-width:460px}.app-modal-md{max-width:640px}.app-modal-lg{max-width:880px}.app-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff05}.app-modal-copy{display:flex;flex-direction:column;gap:6px}.app-modal-title{margin:0;color:var(--title-color);font-size:24px;font-weight:900;letter-spacing:-.03em}.app-modal-subtitle{margin:0;color:var(--text-muted);font-size:13px;line-height:1.55}.app-modal-close{width:40px;height:40px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.app-modal-close:hover,.app-modal-close:focus-visible{outline:none;background:#d4af371f;border-color:#d4af3738;color:var(--title-color)}.app-modal-body{padding:24px;overflow-y:auto}.app-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px calc(16px + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(255,255,255,.08);background:#0a0a0cf5}.app-form-layout{display:flex;flex-direction:column;gap:18px}.app-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.app-field{display:flex;flex-direction:column;gap:8px}.app-field label{color:var(--title-color);font-size:12px;font-weight:800}.app-field-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.app-field-counter{color:var(--text-light);font-size:12px}.app-field-counter.is-danger{color:#f87171}.app-field-input{width:100%;min-height:50px;padding:12px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--title-color);font-family:inherit;font-size:14px;outline:none;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.app-field-input::placeholder{color:#6b7280}.app-field-input:focus{border-color:#d4af374d;background:#ffffff0f;box-shadow:0 0 0 4px #d4af371a}.app-field-select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.app-field-textarea{min-height:122px;resize:vertical}.app-password-field{position:relative}.app-password-field .app-field-input{padding-right:42px}.app-password-toggle{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:28px;height:28px;border:none;border-radius:10px;background:transparent;color:var(--text-light);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.app-password-toggle:hover,.app-password-toggle:focus-visible{outline:none;background:#ffffff14;color:var(--title-color)}.settings-list{display:flex;flex-direction:column;gap:10px}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.settings-row:hover,.settings-row.is-active{border-color:#d4af3738;background:#d4af3714}.settings-row-copy{display:flex;align-items:center;gap:14px;min-width:0}.settings-row-icon{width:40px;height:40px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff0d;color:var(--primary);flex-shrink:0}.settings-row-title{color:var(--title-color);font-size:14px;font-weight:800}.settings-row-description{color:var(--text-muted);font-size:12px;margin-top:4px;line-height:1.45}.dashboard-config-trigger{min-height:46px;display:inline-flex;align-items:center;gap:8px;padding:0 18px;border-radius:16px;border:1px solid rgba(212,175,55,.18);background:#d4af3714;color:var(--primary);font-size:13px;font-weight:900;cursor:pointer;white-space:nowrap;transition:background .2s ease,border-color .2s ease,transform .2s ease}.dashboard-config-trigger:hover,.dashboard-config-trigger:focus-visible{outline:none;transform:translateY(-1px);background:#d4af371f;border-color:#d4af374d}.prospects-module{padding-top:8px}.app-filter-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.app-filter-chip{min-height:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--text-muted);font-size:13px;font-weight:800;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.app-filter-chip:hover,.app-filter-chip:focus-visible{outline:none;transform:translateY(-1px);background:#ffffff0d;color:var(--title-color)}.app-filter-chip.active{background:#d4af3724;border-color:#d4af373d;color:#f3d578}.app-filter-chip-count{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#ffffff14;color:inherit;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:900}.prospect-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.prospect-card{border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#131416f5,#0b0c0efa);padding:22px;display:flex;flex-direction:column;gap:18px;box-shadow:0 18px 36px #00000038}.prospect-card-skeleton{min-height:280px}.prospect-card-head,.prospect-card-identity,.prospect-card-title-row,.prospect-card-detail,.prospect-card-actions,.prospect-skeleton-actions,.user-card-head,.user-card-identity,.user-card-title-row,.user-card-meta,.user-card-actions,.role-title-row,.role-detail-actions,.role-list-item-copy,.role-permission-card-top{display:flex;align-items:center}.prospect-card-head,.user-card-head,.role-detail-header,.role-list-item{justify-content:space-between}.prospect-card-identity,.user-card-identity,.role-list-item-copy{gap:14px;min-width:0}.prospect-card-avatar,.user-card-avatar{width:52px;height:52px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d4af372e,#b599651f);border:1px solid rgba(212,175,55,.16);color:#f6d97a;font-size:18px;font-weight:900;flex-shrink:0}.prospect-card-copy,.user-card-copy{min-width:0}.prospect-card-name,.user-card-name,.role-detail-title{margin:0;color:var(--title-color);font-size:18px;font-weight:900;line-height:1.2}.prospect-status-badge,.user-card-badge,.role-system-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;font-size:11px;font-weight:800}.prospect-status-badge.is-active,.user-card-badge.is-on,.user-card-badge.role-tone-gestion{background:#22c55e24;border-color:#22c55e33;color:#86efac}.prospect-status-badge.is-inactive,.user-card-badge.is-off{background:#ef444424;border-color:#ef444433;color:#fca5a5}.prospect-card-whatsapp,.prospect-action-btn,.user-card-action,.role-danger-button{transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.prospect-card-whatsapp{width:40px;height:40px;border-radius:14px;border:1px solid rgba(37,211,102,.2);background:#25d3661a;color:#25d366;display:inline-flex;align-items:center;justify-content:center}.prospect-card-whatsapp:hover,.prospect-card-whatsapp:focus-visible{outline:none;transform:translateY(-1px);background:#25d3662e}.prospect-card-whatsapp-primary{width:44px;height:44px;background:#25d36633;border-color:#25d36666;box-shadow:0 0 12px #25d36626}.prospect-card-details{display:flex;flex-direction:column;gap:10px}.prospect-card-detail{gap:8px;color:var(--text-muted);font-size:13px;min-width:0}.prospect-card-detail span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prospect-card-note{padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;min-height:88px}.prospect-card-note p{margin:0;color:var(--text-muted);font-size:13px;line-height:1.55}.prospect-card-actions{gap:10px;flex-wrap:wrap;margin-top:auto}.prospect-action-btn,.user-card-action,.role-danger-button{min-height:42px;padding:0 14px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--title-color);font-size:13px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.prospect-action-btn:hover,.prospect-action-btn:focus-visible,.user-card-action:hover,.user-card-action:focus-visible,.role-danger-button:hover,.role-danger-button:focus-visible{outline:none;transform:translateY(-1px)}.prospect-action-btn.primary{background:#d4af3724;border-color:#d4af3733;color:#f5d778;flex:1 1 180px}.prospect-action-btn.danger,.user-card-action.danger,.role-danger-button{color:#fca5a5;border-color:#ef44442e;background:#ef444414}.prospect-empty-wrap{grid-column:1 / -1}.prospect-skeleton-avatar,.prospect-skeleton-line,.prospect-skeleton-panel,.prospect-skeleton-actions span,.user-card-skeleton-avatar,.user-card-skeleton-lines .line,.user-card-skeleton-footer .line,.role-skeleton-panel{background:linear-gradient(90deg,#ffffff0a,#ffffff14,#ffffff0a);background-size:220% 100%;animation:shimmer 1.5s infinite linear}.prospect-skeleton-avatar,.user-card-skeleton-avatar{width:52px;height:52px;border-radius:18px}.prospect-skeleton-lines,.user-card-skeleton-lines{display:flex;flex-direction:column;gap:10px;flex:1}.prospect-skeleton-line,.user-card-skeleton-lines .line,.user-card-skeleton-footer .line{height:12px;border-radius:999px}.prospect-skeleton-line.long,.user-card-skeleton-lines .line.long{width:70%}.prospect-skeleton-line.short,.user-card-skeleton-lines .line.short,.user-card-skeleton-footer .line.short{width:42%}.prospect-skeleton-panel{height:90px;border-radius:18px}.prospect-skeleton-actions{gap:10px}.prospect-skeleton-actions span{flex:1;height:42px;border-radius:14px}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.user-card{border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#131416f5,#0b0c0efa);padding:22px;display:flex;flex-direction:column;gap:18px;box-shadow:0 18px 36px #00000038}.user-card.is-current-user{border-color:#d4af3738;box-shadow:0 0 0 1px #d4af371f,0 18px 36px #00000038}.user-card.is-disabled{opacity:.6}.user-card-avatar.role-tone-superadmin{background:#ef444424;border-color:#ef44443d;color:#fda4af}.user-card-avatar.role-tone-admin{background:#3b82f624;border-color:#3b82f63d;color:#93c5fd}.user-card-role-icon,.role-list-item-icon,.role-permission-icon{width:38px;height:38px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff0d;color:var(--primary);flex-shrink:0}.user-card-title-row,.role-title-row{gap:8px;flex-wrap:wrap}.user-card-username{color:var(--text-muted);font-size:13px}.user-card-badge.current{background:#d4af3724;border-color:#d4af3733;color:#f3d578}.user-card-badge.role-tone-admin{background:#3b82f624;border-color:#3b82f63d;color:#93c5fd}.user-card-badge.role-tone-superadmin{background:#ef444424;border-color:#ef44443d;color:#fda4af}.user-card-main{display:flex;flex-direction:column;gap:16px}.user-card-meta{gap:10px;flex-wrap:wrap}.user-card-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.user-card-detail{padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.user-card-detail .label{display:block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);margin-bottom:6px}.user-card-detail .value{display:block;color:var(--title-color);font-size:13px;line-height:1.45;overflow-wrap:anywhere}.user-card-actions{gap:10px;flex-wrap:wrap;margin-top:auto}.user-card-action{flex:1 1 120px}.user-card-skeleton-head{display:flex;align-items:center;gap:14px}.user-card-skeleton-footer{display:flex;gap:10px}.user-card-skeleton-footer .line{flex:1;height:42px;border-radius:14px}.role-layout{display:grid;grid-template-columns:minmax(260px,290px) minmax(0,1fr);gap:24px;align-items:start}.role-header-actions{display:flex}.role-sidebar-panel,.role-detail-panel{border-radius:30px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#131416f5,#0b0c0efa);box-shadow:0 18px 36px #00000038}.role-sidebar-panel{padding:18px}.role-detail-panel{padding:24px;box-shadow:0 18px 36px #00000038}.role-detail-panel.empty{min-height:360px;display:flex;align-items:center}.role-skeleton-panel{min-height:320px;border-radius:30px}.role-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.role-panel-copy{min-width:0}.role-panel-eyebrow{display:inline-block;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#ffffff8f}.role-panel-count{min-width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--title-color);font-size:12px;font-weight:800;flex-shrink:0}.role-panel-description,.role-detail-description,.role-list-item-meta,.role-permission-description,.role-permissions-caption{margin:6px 0 0;color:var(--text-muted);font-size:13px;line-height:1.5}.role-list-scroll{max-height:min(62dvh,720px);overflow-y:auto;padding-right:4px}.role-list{display:flex;flex-direction:column;gap:8px}.role-list-item{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px;padding:12px 14px 12px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff06;color:var(--text-muted);cursor:pointer;text-align:left;transition:background .2s ease,border-color .2s ease,transform .2s ease,color .2s ease}.role-list-item:hover,.role-list-item:focus-visible{outline:none;transform:translateY(-1px);border-color:#ffffff24;color:var(--title-color);background:#ffffff0d}.role-list-item.active{border-color:#ffffff1f;background:linear-gradient(180deg,#d4af3714,#ffffff08);color:var(--title-color)}.role-list-item-accent{position:absolute;left:0;top:10px;bottom:10px;width:3px;border-radius:999px;background:transparent;transition:background .2s ease}.role-list-item.active .role-list-item-accent{background:linear-gradient(180deg,#d4af37,#b59965)}.role-list-item-copy{display:flex;align-items:center;flex:1;min-width:0}.role-list-item-text{min-width:0;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:4px}.role-list-item-icon{width:34px;height:34px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.role-list-item-icon.system{background:#d4af371f;border-color:#d4af3729;color:#f3d578}.role-list-item-icon.custom{color:#ffffffc7}.role-list-item-arrow{width:28px;height:28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(255,255,255,.06);background:#ffffff08;color:#ffffff85;transition:background .2s ease,border-color .2s ease,color .2s ease}.role-list-item.active .role-list-item-arrow{border-color:#d4af372e;background:#d4af371f;color:#f3d578}.role-list-item:hover .role-list-item-arrow,.role-list-item:focus-visible .role-list-item-arrow{color:var(--title-color)}.role-list-item-title,.role-permission-title,.role-permissions-heading{color:var(--title-color);font-size:14px;font-weight:800}.role-permissions-heading{margin:0;font-size:15px}.role-list-item.active .role-list-item-title{color:var(--title-color)}.role-list-item.active .role-list-item-meta{color:#f3d578}.role-list-empty{padding:18px 14px;border-radius:18px;border:1px dashed rgba(255,255,255,.1);color:var(--text-muted);font-size:13px}.role-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.08)}.role-detail-copy{min-width:0}.role-detail-eyebrow{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#ffffffb3;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.role-detail-actions{display:flex;flex-direction:row;align-items:center;gap:12px;flex-wrap:nowrap}.role-system-badge{background:#d4af371f;border-color:#d4af372e;color:#f3d578}.role-danger-button{color:#fca5a5}.role-permissions-head{margin-bottom:14px}.role-permissions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.role-permission-card{padding:16px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.role-permission-card.active{border-color:#d4af372e;background:#d4af3714}.role-permission-card-top{justify-content:space-between;margin-bottom:14px}.role-detail-empty-shell{width:100%;display:flex;align-items:center;justify-content:center}.role-empty-state{max-width:460px;padding:38px 24px}.role-empty-state .app-empty-state-icon{width:64px;height:64px;border-radius:20px;margin-bottom:16px}.role-empty-state .app-empty-state-title{font-size:20px}.light-mode .app-page-eyebrow,.light-mode .app-modal-eyebrow,.light-mode .role-panel-eyebrow{color:#0f172a85}.light-mode .app-searchbar,.light-mode .app-empty-state,.light-mode .app-secondary-button,.light-mode .settings-row,.light-mode .prospect-card,.light-mode .user-card,.light-mode .role-sidebar-panel,.light-mode .role-detail-panel,.light-mode .role-list-item,.light-mode .role-permission-card,.light-mode .user-card-detail,.light-mode .prospect-card-note{background:#fff;border-color:#0f172a14;box-shadow:0 16px 32px #0f172a0f}.light-mode .app-modal{background:linear-gradient(180deg,#fffffffc,#f8fafcfc);border-color:#0f172a14;box-shadow:0 22px 60px #0f172a1f}.light-mode .app-modal-header,.light-mode .app-modal-footer{background:#f8fafceb;border-color:#0f172a14}.light-mode .app-searchbar,.light-mode .app-field-input,.light-mode .app-modal-close,.light-mode .app-searchbar-clear,.light-mode .app-switch-track,.light-mode .prospect-card-whatsapp,.light-mode .prospect-action-btn,.light-mode .user-card-action,.light-mode .role-danger-button,.light-mode .user-card-role-icon,.light-mode .role-list-item-icon,.light-mode .role-permission-icon,.light-mode .settings-row-icon{background:#fff;border-color:#0f172a14;color:#0f172a}.light-mode .app-searchbar:hover,.light-mode .app-searchbar:focus-within{background:#fff}.light-mode .app-page-title,.light-mode .app-empty-state-title,.light-mode .app-modal-title,.light-mode .settings-row-title,.light-mode .prospect-card-name,.light-mode .user-card-name,.light-mode .user-card-detail .value,.light-mode .role-detail-title,.light-mode .role-list-item-title,.light-mode .role-permission-title,.light-mode .app-field label{color:#0f172a}.light-mode .app-page-subtitle,.light-mode .app-empty-state-description,.light-mode .app-modal-subtitle,.light-mode .settings-row-description,.light-mode .prospect-card-detail,.light-mode .prospect-card-note p,.light-mode .user-card-username,.light-mode .user-card-detail .label,.light-mode .role-panel-description,.light-mode .role-detail-description,.light-mode .role-list-item-meta,.light-mode .role-permission-description,.light-mode .app-field-counter{color:#64748b}.light-mode .app-searchbar-input,.light-mode .app-field-input{color:#0f172a}.light-mode .app-searchbar-input::placeholder,.light-mode .app-field-input::placeholder{color:#9ca3af}.light-mode .app-searchbar-icon{color:#64748b}.light-mode .app-filter-chip,.light-mode .properties-count-pill{background:#fff;border-color:#0f172a14;color:#475569}.light-mode .app-filter-chip:hover,.light-mode .app-filter-chip:focus-visible{color:#0f172a;background:#f8fafc}.light-mode .app-filter-chip.active{background:#d4af372e;border-color:#d4af373d;color:#7c5b00}.light-mode .app-filter-chip-count{background:#0f172a0f}.light-mode .prospect-status-badge.is-active,.light-mode .user-card-badge.is-on,.light-mode .user-card-badge.role-tone-gestion{color:#15803d}.light-mode .prospect-status-badge.is-inactive,.light-mode .user-card-badge.is-off,.light-mode .role-danger-button,.light-mode .prospect-action-btn.danger,.light-mode .user-card-action.danger{color:#dc2626}.light-mode .app-switch-thumb{background:#fff;color:#0f172a}.light-mode .dashboard-config-trigger{background:#d4af371f;border-color:#d4af373d;color:#7c5b00}.light-mode .role-panel-count,.light-mode .role-detail-eyebrow,.light-mode .role-list-item-arrow{background:#fff;border-color:#0f172a14;color:#475569}.light-mode .role-list-item.active{background:linear-gradient(180deg,#d4af3724,#fffffffa);border-color:#d4af3733}.light-mode .role-list-item-icon.custom{color:#334155}.light-mode .role-list-item:hover,.light-mode .role-list-item:focus-visible{background:#f8fafc;border-color:#0f172a1a}.light-mode .role-list-empty{border-color:#0f172a14;color:#64748b}@media (max-width: 1024px){.app-page-header{align-items:flex-start;flex-direction:column}.app-page-actions{width:100%;justify-content:flex-start}.role-layout{grid-template-columns:1fr}.role-list-scroll{max-height:none;overflow:visible;padding-right:0}.role-detail-header{flex-direction:column}.role-header-actions{width:100%}}@media (max-width: 768px){.app-page-actions{gap:10px}.app-searchbar{min-height:50px}.app-primary-button.compact-mobile .app-primary-button-text{display:none}.app-primary-button.compact-mobile{width:48px;min-width:48px;padding:0;border-radius:16px}.app-modal-overlay{padding:8px}.app-modal{max-height:calc(100dvh - 8px);border-radius:24px}.app-modal-body,.app-modal-header,.app-modal-footer{padding-left:18px;padding-right:18px}.app-modal-footer{flex-direction:column-reverse}.app-modal-footer>*{width:100%}.app-form-grid,.user-card-details,.prospect-grid,.users-grid{grid-template-columns:1fr}.prospect-card-actions,.user-card-actions{width:100%}.prospect-action-btn,.user-card-action,.role-danger-button{flex:1}.role-header-actions .app-primary-button{width:100%}.role-sidebar-panel,.role-detail-panel{border-radius:24px;padding:18px}.role-panel-header,.role-title-row{align-items:flex-start}.role-detail-actions{width:100%}.role-detail-actions>*{flex:1}.role-permissions-grid{grid-template-columns:1fr}}.elegant-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;text-align:left;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease}.elegant-select-trigger:focus-visible{outline:none}.elegant-select-trigger:disabled{cursor:not-allowed;opacity:.65}.elegant-select-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:0;background:transparent;text-align:left;cursor:pointer}.elegant-select-option:focus-visible{outline:none;background:#d4af371f;color:var(--primary)}.admin-notifications-dropdown{width:min(360px,calc(100vw - 32px));max-height:min(68dvh,460px);display:flex;flex-direction:column;overflow:hidden}.admin-notifications-dropdown .admin-dropdown-header{position:sticky;top:0;z-index:1;background:#0c0d0fe0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.admin-notifications-body{min-height:0;overflow-y:auto;overscroll-behavior:contain}.audit-log-module{max-width:1280px;display:flex;flex-direction:column;gap:20px}.audit-log-search{width:min(360px,100%)}.audit-log-loading,.audit-log-shell{border-radius:30px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#131416f5,#0b0c0efa);box-shadow:0 18px 36px #00000038}.audit-log-loading{min-height:220px;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--title-color);font-size:15px;font-weight:800}.audit-log-shell{overflow:hidden}.audit-log-empty{border:none;background:transparent}.audit-log-table-wrap{width:100%;overflow-x:auto}.audit-log-table{width:100%;min-width:860px;border-collapse:collapse;text-align:left}.audit-log-table thead tr{background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.08)}.audit-log-table th,.audit-log-table td{padding:18px 22px;vertical-align:top}.audit-log-table th{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.audit-log-row{border-bottom:1px solid rgba(255,255,255,.06);transition:background .2s ease}.audit-log-row:last-child{border-bottom:none}.audit-log-row:hover{background:#ffffff08}.audit-log-user{display:flex;align-items:center;gap:12px;min-width:0}.audit-log-avatar{width:38px;height:38px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d4af372e,#b599651f);border:1px solid rgba(212,175,55,.18);color:#f5d778;font-size:12px;font-weight:900;flex-shrink:0}.audit-log-user-copy,.audit-log-action,.audit-log-timestamp,.audit-log-card-body,.audit-log-card-section{display:flex;flex-direction:column}.audit-log-user-copy,.audit-log-action{min-width:0}.audit-log-user-name,.audit-log-time{color:var(--title-color);font-size:14px;font-weight:800}.audit-log-action{gap:6px}.audit-log-action-text,.audit-log-date,.audit-log-card-value{color:var(--text-muted);font-size:13px;line-height:1.5}.audit-log-action-detail{color:var(--primary);font-size:12px;line-height:1.45;opacity:.86}.audit-log-module-badge{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--title-color);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.audit-log-date{margin-top:4px}.audit-log-mobile-list{display:none}.audit-log-card{padding:16px;border-bottom:1px solid rgba(255,255,255,.06)}.audit-log-card:last-child{border-bottom:none}.audit-log-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.audit-log-card-body{gap:14px;margin-top:14px}.audit-log-card-label,.audit-log-user-label{display:inline-flex;align-items:center;gap:6px;color:var(--text-light);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.audit-log-card-value{margin:6px 0 0}.audit-log-card-section.compact .audit-log-timestamp{margin-top:6px}.light-mode .admin-notifications-dropdown .admin-dropdown-header{background:#ffffffeb}.light-mode .audit-log-loading,.light-mode .audit-log-shell{background:#fff;border-color:#0f172a14;box-shadow:0 18px 36px #0f172a14}.light-mode .audit-log-table thead tr,.light-mode .audit-log-row:hover,.light-mode .audit-log-module-badge{background:#f8fafc}.light-mode .audit-log-row{border-bottom-color:#0f172a0f}.light-mode .audit-log-module-badge{border-color:#0f172a14;color:#0f172a}.light-mode .audit-log-user-name,.light-mode .audit-log-time{color:#0f172a}.light-mode .audit-log-action-text,.light-mode .audit-log-date,.light-mode .audit-log-card-value{color:#64748b}@media (max-width: 768px){.admin-notifications-dropdown{position:fixed;top:calc(env(safe-area-inset-top,0px) + 78px);left:12px;right:12px;width:auto;max-height:min(58dvh,420px)}.audit-log-search{width:100%}.audit-log-shell{overflow:visible}.audit-log-table-wrap{display:none}.audit-log-mobile-list{display:flex;flex-direction:column}.audit-log-card{padding:16px}.audit-log-card-head{flex-direction:column;align-items:flex-start}.audit-log-card .audit-log-module-badge{min-height:28px}}.admin-layout,.admin-main,.admin-content-viewport,.admin-view-container,.app-page-header,.app-page-actions,.header-actions-strip,.page-toolbar,.page-toolbar-inline,.app-searchbar,.prospect-card,.prospect-card-copy,.prospect-card-details,.prospect-card-detail,.prospect-card-note,.properties-display,.mgmt-card,.mgmt-card .card-info,.card-title-wrap,.card-location,.card-features,.app-modal,.app-modal-body,.app-modal-footer,.admin-modal-content,.admin-prop-form,.form-section,.form-row,.form-group,.image-input-wrap,.amenity-input-wrap,.admin-header,.admin-header-start,.admin-user-toolbar{min-width:0}.app-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:8px}.app-page-copy{max-width:720px}.app-page-title{margin:4px 0 0;font-size:clamp(1.5rem,2.6vw,2.25rem);line-height:1.08}.app-page-subtitle{margin-top:10px;max-width:64ch;font-size:14px;line-height:1.6}.app-page-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;width:100%}.header-actions-strip{width:min(100%,760px);min-height:64px;padding:8px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#111215f5,#0a0b0dfa);box-shadow:0 18px 36px #0000002e}.page-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.page-toolbar-prospects .app-searchbar,.page-toolbar-properties .app-searchbar{width:100%}.page-toolbar-inline{display:flex;align-items:center;justify-content:flex-end;gap:10px}.action-modes{display:inline-flex;align-items:center;gap:6px;padding:4px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.mode-btn{width:40px;height:40px;border:none;border-radius:12px;background:transparent;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.mode-btn:hover,.mode-btn:focus-visible,.mode-btn.active{outline:none;background:#d4af3724;color:#f4d77a;transform:translateY(-1px)}.app-searchbar{min-height:48px;padding:0 14px;border-radius:16px}.app-searchbar-input{font-size:14px}.app-primary-button{min-height:48px;padding:0 18px;border-radius:16px;white-space:nowrap}.properties-count-pill{min-height:34px;padding:0 12px;font-size:11px}.app-filter-row-scroll{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.app-filter-row-scroll::-webkit-scrollbar{display:none}.app-filter-chip{flex-shrink:0}.prospect-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.prospect-card{border-radius:24px;padding:18px;gap:14px}.prospect-card-head{align-items:flex-start;gap:12px}.prospect-card-avatar{width:46px;height:46px;border-radius:16px;font-size:15px}.prospect-card-name{font-size:17px;word-break:break-word}.prospect-card-detail span,.prospect-card-note p{white-space:normal;overflow:visible;text-overflow:unset;word-break:break-word}.prospect-card-note{min-height:0;padding:12px 14px;border-radius:16px;background:#ffffff06}.prospect-card-actions{display:grid;grid-template-columns:minmax(0,1fr) 42px 42px;gap:8px}.prospect-action-btn{min-height:42px}.prospect-action-btn.primary{justify-content:center}.properties-display.grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.properties-display.list{display:flex;flex-direction:column;gap:14px}.mgmt-card{border-radius:24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#131416f5,#0b0c0efa);box-shadow:0 18px 36px #00000038;overflow:hidden}.mgmt-card:hover{transform:translateY(-4px)}.mgmt-card .card-img-container,.mgmt-card.list-row .card-img-container{height:184px;margin-bottom:0}.mgmt-card.list-row{flex-direction:row;align-items:stretch}.mgmt-card.list-row .card-img-container{width:min(34%,260px);flex-shrink:0}.mgmt-card .card-info{padding:18px;gap:14px}.mgmt-card.list-row .card-info{flex:1;flex-direction:column;align-items:stretch;justify-content:center;padding:18px}.card-media-top,.card-media-bottom{position:absolute;left:12px;right:12px;display:flex;justify-content:space-between;gap:8px;z-index:2}.card-media-top{top:12px;right:56px}.card-media-bottom{bottom:12px;align-items:flex-end}.card-operation-tag,.type-tag,.property-status-badge{position:static;min-height:28px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;max-width:calc(50% - 8px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-operation-tag,.type-tag{background:#090a0cc7;border:1px solid rgba(255,255,255,.08);color:#f6d97a;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.property-status-badge{box-shadow:none}.hero-toggle-btn{top:12px;right:12px;width:36px;height:36px;border:1px solid rgba(255,255,255,.08);background:#090a0cc7;color:#ffffffc7;box-shadow:none}.card-title{white-space:normal;word-break:break-word}.card-location span,.card-description{word-break:break-word}.card-price-block{display:flex;flex-direction:column;gap:4px}.card-price{font-size:24px}.card-features{flex-wrap:wrap;gap:10px 14px;font-size:12px}.card-actions-mgmt{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:auto}.mgmt-action-btn{min-height:42px}.app-modal-overlay{padding:16px;align-items:center}.app-modal{display:flex;flex-direction:column;width:min(100%,720px);max-height:min(88dvh,860px);overflow:hidden;border-radius:28px}.app-modal.app-modal-md{max-width:720px}.app-modal-header,.app-modal-footer{flex-shrink:0}.app-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px;background:#0a0a0cf5;border-bottom:1px solid rgba(255,255,255,.08)}.app-modal-copy{min-width:0}.app-modal-title{margin:4px 0 0;font-size:clamp(1.125rem,2.2vw,1.5rem);line-height:1.15}.app-modal-subtitle{margin-top:8px}.app-modal-body{flex:1;min-height:0;padding:18px 20px 20px;overflow-y:auto;overscroll-behavior:contain}.app-modal-footer{padding:14px 20px calc(14px + env(safe-area-inset-bottom,0px));background:#0a0a0cfa}.app-modal-footer .app-primary-button,.app-modal-footer .app-secondary-button{min-height:44px}.app-form-layout{gap:16px}.app-form-grid{gap:12px}.app-field-input,.elegant-select-trigger{min-height:46px;border-radius:14px;font-size:14px}.app-field-textarea{min-height:116px;resize:vertical}.admin-header{min-height:68px;padding:calc(env(safe-area-inset-top,0px) + 12px) 18px 12px!important}.admin-header-brandmark{width:38px;height:38px;border-radius:14px}.admin-user-toolbar{gap:6px;padding:4px 6px 4px 8px;border-radius:18px}.admin-profile-trigger{min-width:0}.admin-user-name,.admin-user-role{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-logout-btn[disabled]{opacity:.68;cursor:not-allowed}.admin-modal-content{width:min(100%,960px);max-height:min(90dvh,920px);display:flex;flex-direction:column;overflow:hidden;border-radius:28px}.modal-header{flex-shrink:0;padding:18px 20px}.admin-prop-form{flex:1;min-height:0;overflow-y:auto;padding:0 20px 20px;overscroll-behavior:contain}.form-section{border-radius:22px;padding:18px;margin-bottom:14px}.form-row{gap:12px}.form-group input,.form-group textarea,.input-with-icon,.amenity-input-wrap input,.image-input-wrap input{min-height:46px;width:100%}.form-group textarea{min-height:120px}.image-input-wrap,.amenity-input-wrap{align-items:stretch}.form-footer{position:sticky;bottom:0;display:flex;gap:10px;padding:16px 0 calc(8px + env(safe-area-inset-bottom,0px));background:linear-gradient(180deg,#0a0a0c00,#0a0a0ceb 22%,#0a0a0cfa)}.form-footer .btn-cancel,.form-footer .btn-save{flex:1;min-height:46px}@media (max-width: 1024px){.app-page-header{flex-direction:column}.app-page-actions{justify-content:flex-start}.header-actions-strip{width:100%}.mgmt-card.list-row .card-img-container{width:240px}}@media (max-width: 768px){.admin-content-viewport{padding:16px 14px calc(18px + env(safe-area-inset-bottom,0px))}.admin-header{gap:10px;padding:calc(env(safe-area-inset-top,0px) + 10px) 14px 10px!important}.admin-header-navigation{gap:8px}.admin-header-brandmark,.sidebar-toggle-btn,.mobile-menu-btn,.admin-icon-btn{width:36px;height:36px}.admin-header-title{font-size:1rem}.admin-header-eyebrow{font-size:9px}.admin-user-toolbar{padding:4px}.admin-user-meta{display:none}.app-page-title{font-size:1.5rem}.app-page-subtitle{font-size:13px}.page-toolbar{grid-template-columns:1fr}.page-toolbar-inline{justify-content:stretch}.page-toolbar-inline .app-primary-button{flex:1}.page-toolbar-properties .page-toolbar-inline{display:grid;grid-template-columns:1fr auto;gap:8px}.action-modes{justify-content:center}.app-filter-row{margin-bottom:18px}.prospect-grid{gap:14px}.prospect-card{padding:16px;border-radius:22px}.prospect-card-actions{grid-template-columns:minmax(0,1fr) 40px 40px}.properties-display.grid{gap:14px}.mgmt-card .card-img-container,.mgmt-card.list-row .card-img-container{height:156px;width:100%}.mgmt-card.list-row{flex-direction:column}.mgmt-card .card-info,.mgmt-card.list-row .card-info{padding:16px}.card-price{font-size:22px}.card-actions-mgmt{grid-template-columns:1fr}.app-modal-overlay{align-items:flex-end;padding:8px 8px calc(8px + env(safe-area-inset-bottom,0px))}.app-modal{width:100%;max-height:min(94dvh,100dvh - 8px);border-radius:24px 24px 18px 18px}.app-modal-header{padding:calc(14px + env(safe-area-inset-top,0px)) 16px 14px}.app-modal-body{padding:16px}.app-modal-footer{flex-direction:column-reverse;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px))}.app-modal-footer>*{width:100%}.app-form-grid,.form-row,.user-card-details{grid-template-columns:1fr;display:grid}.admin-modal-overlay{padding:8px;align-items:flex-end}.admin-modal-content{width:100%;max-height:min(94dvh,100dvh - 8px);border-radius:24px}.modal-header{padding:calc(14px + env(safe-area-inset-top,0px)) 16px 14px}.admin-prop-form{padding:0 16px 16px}.form-section{padding:16px;border-radius:20px}.image-input-wrap,.amenity-input-wrap,.form-footer{flex-direction:column}.add-image-btn,.add-amenity-btn,.form-footer .btn-cancel,.form-footer .btn-save{width:100%}}.light-mode .header-actions-strip,.light-mode .mgmt-card{background:linear-gradient(180deg,#fffffffa,#f8fafcfa);border-color:#0f172a14;box-shadow:0 18px 36px #0f172a14}.light-mode .action-modes,.light-mode .card-operation-tag,.light-mode .type-tag,.light-mode .hero-toggle-btn,.light-mode .prospect-card-note{background:#fff;border-color:#0f172a14}.elegant-select-options-scroll{max-height:min(280px,42dvh);overflow-y:auto;overscroll-behavior:contain}.clients-module,.clients-module .header-actions-group,.clients-module .app-store-grid,.clients-module .apple-data-grid,.clients-module .form-grid-2,.clients-module .modal-footer-actions{min-width:0}.clients-module .header-actions-group{flex-wrap:wrap;align-items:stretch;gap:12px}.clients-module .search-pill-container{min-width:min(100%,320px)}.clients-module .clients-search-input{min-height:48px;background:#101214!important;border:1px solid rgba(255,255,255,.09)!important;color:#f8fafc!important;box-shadow:none!important}.clients-module .clients-search-clear{background:#ffffff14!important;transition:background .2s ease,transform .2s ease}.clients-module .clients-search-clear:hover{background:#ffffff24!important;transform:scale(1.04)}.clients-module .glass-pill{min-height:44px;padding:0 16px;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:var(--text-muted);box-shadow:none}.clients-module .glass-pill.active{background:#d4af3729;border-color:#d4af3738;color:#f3d578}.clients-module .clients-config-btn{justify-content:center}.clients-module .clients-add-btn{box-shadow:0 14px 28px #d4af372e}.clients-module .app-store-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.clients-module .app-store-card{border-radius:26px;padding:22px;gap:14px;box-shadow:0 16px 32px #00000038}.clients-module .app-store-card:hover{transform:translateY(-4px)}.clients-module .asc-name{font-size:clamp(1.1rem,2vw,1.35rem)}.clients-module .asc-meta{min-width:0;word-break:break-word}.clients-module .asc-footer{flex-wrap:wrap;gap:12px}.clients-module .app-store-modal-overlay{padding:14px}.clients-module .clients-dossier-modal{width:min(100%,1100px)!important;height:min(88dvh,860px)!important;border-radius:28px!important}.clients-module .dossier-sidebar{width:280px;flex-shrink:0;min-width:0}.clients-module .apple-data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px!important}.clients-module .clients-crud-modal{width:min(100%,720px)!important;max-width:720px!important;max-height:min(90dvh,920px);border-radius:28px!important;padding:28px!important;overflow:hidden}.clients-module .apple-form-layout{gap:20px}.clients-module .apple-input,.clients-module .apple-select{min-height:48px;padding:12px 16px;background-color:#101214!important;border:1px solid rgba(255,255,255,.09)!important;color:#f8fafc!important;box-shadow:none!important}.clients-module .apple-input::placeholder{color:#7c8798}.clients-module .apple-input:focus,.clients-module .apple-select:focus{background-color:#0b0d10!important;border-color:#d4af376b!important;box-shadow:0 0 0 4px #d4af371f!important}.clients-module .apple-select{padding-right:42px;background-image:linear-gradient(45deg,transparent 50%,#9ca3af 50%),linear-gradient(135deg,#9ca3af 50%,transparent 50%);background-position:calc(100% - 20px) calc(50% - 3px),calc(100% - 14px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.clients-module .apple-select option{background:#101214;color:#f8fafc}.clients-module .clients-modal-footer{gap:12px!important;padding-bottom:calc(8px + env(safe-area-inset-bottom,0px))}.clients-module .clients-config-panel{width:min(100%,420px)!important;padding:28px!important;overflow-y:auto}.light-mode .clients-module .glass-pill{background:#fff;border-color:#0f172a14;color:#475569}.light-mode .clients-module .glass-pill.active{background:#d4af3729;border-color:#d4af3733;color:#7c5b00}.light-mode .clients-module .clients-search-input,.light-mode .clients-module .apple-input,.light-mode .clients-module .apple-select,.light-mode .clients-module .clients-crud-modal,.light-mode .clients-module .clients-config-panel,.light-mode .clients-module .clients-dossier-modal{background:#fff!important;border-color:#0f172a14!important;color:#0f172a!important}.light-mode .clients-module .apple-input::placeholder{color:#94a3b8}@media (max-width: 768px){.clients-module{padding-left:14px;padding-right:14px}.clients-module .prospects-header-container{margin-bottom:28px;gap:18px}.clients-module .prospects-view-title{font-size:1.55rem}.clients-module .prospects-narrative-summary{font-size:13px}.clients-module .header-actions-group{display:grid;grid-template-columns:minmax(0,1fr) auto auto}.clients-module .search-pill-container{grid-column:1 / -1;width:100%}.clients-module .app-store-card{border-radius:22px;padding:18px}.clients-module .clients-dossier-modal{flex-direction:column!important;height:min(92dvh,980px)!important}.clients-module .dossier-sidebar{width:100%!important;border-right:none!important;border-bottom:1px solid rgba(255,255,255,.08);padding:20px 16px!important}.clients-module .apple-data-grid{grid-template-columns:1fr;gap:18px!important}.clients-module .clients-crud-modal{width:100%!important;max-width:none!important;max-height:min(94dvh,100dvh - 16px);border-radius:24px!important;padding:18px!important}.clients-module .apple-form-layout{max-height:min(72dvh,720px)!important;overflow-y:auto;padding-right:2px}.clients-module .clients-modal-footer{flex-direction:column;position:sticky;bottom:0;background:linear-gradient(180deg,#11111300,#111113f5 26%);padding-top:14px}.clients-module .clients-modal-footer>button{width:100%;flex:none!important}.clients-module .clients-config-panel{width:100%!important;padding:20px 16px calc(20px + env(safe-area-inset-bottom,0px))!important}}.property-mgmt .properties-display.grid{grid-template-columns:repeat(auto-fit,minmax(320px,380px));justify-content:start;align-items:start;gap:20px}.property-mgmt .mgmt-card{height:100%}.property-mgmt .mgmt-card:not(.list-row){display:grid;grid-template-rows:auto 1fr}.property-mgmt .mgmt-card:not(.list-row) .card-img-container{height:216px}.property-mgmt .mgmt-card:not(.list-row) .card-info{display:flex;flex-direction:column;justify-content:space-between;gap:14px;min-height:244px}.property-mgmt .mgmt-card:not(.list-row) .info-top{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.property-mgmt .mgmt-card:not(.list-row) .card-price-block{align-items:flex-start;text-align:left}.property-mgmt .mgmt-card:not(.list-row) .card-price{font-size:clamp(1.75rem,2vw,2.15rem)}.property-mgmt .mgmt-card.list-row{display:grid;grid-template-columns:188px minmax(0,1fr);align-items:center;width:min(100%,760px);min-height:0}.property-mgmt .mgmt-card.list-row .card-img-container{width:156px;height:212px;min-height:212px;cursor:zoom-in;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0e0f12fa,#0a0b0dfa);border-radius:24px;margin:18px 0 18px 18px;align-self:center}.property-mgmt .mgmt-card.list-row .card-img-container img{width:100%;height:100%;object-fit:cover;padding:0;background:transparent}.property-mgmt .mgmt-card.list-row .card-info{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(180px,220px);grid-template-areas:"title price" "meta meta" "actions actions";align-content:start;gap:18px 24px;padding:22px 24px 22px 10px}.property-mgmt .mgmt-card.list-row .info-top{display:contents}.property-mgmt .mgmt-card.list-row .card-title-wrap{grid-area:title;min-width:0}.property-mgmt .mgmt-card.list-row .card-price-block{grid-area:price;align-items:flex-end;justify-self:end;text-align:right}.property-mgmt .mgmt-card.list-row .info-center{grid-area:meta;display:flex;flex-direction:column;gap:12px;min-width:0}.property-mgmt .mgmt-card.list-row .card-actions-mgmt{grid-area:actions;width:min(100%,500px)}.property-mgmt .properties-display.list{align-items:flex-start}.property-mgmt .mgmt-card.list-row .card-image-zoom-hint{display:none}.property-image-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;background:#05070ad1;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px}.property-image-lightbox-dialog{position:relative;width:min(92vw,1040px);max-height:min(88dvh,860px);border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#121316fa,#0a0b0dfa);box-shadow:0 28px 60px #00000057;padding:22px;overflow:hidden}.property-image-lightbox-close{position:absolute;top:18px;right:18px;width:40px;height:40px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffd1;display:inline-flex;align-items:center;justify-content:center}.property-image-lightbox-copy{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;padding-right:52px}.property-image-lightbox-copy span{color:#f6d97a;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.property-image-lightbox-copy h4{margin:0;color:#fff;font-size:clamp(1.4rem,2.8vw,2rem);line-height:1.1}.property-image-lightbox-frame{width:100%;border-radius:22px;overflow:hidden;background:#ffffff05;max-height:calc(88dvh - 120px)}.property-image-lightbox-frame img{width:100%;height:100%;max-height:calc(88dvh - 120px);object-fit:contain;display:block}.property-mgmt .mgmt-card .card-title{line-height:1.12}.property-mgmt .mgmt-card .card-location{margin-top:8px}.property-mgmt .mgmt-card .card-location span,.property-mgmt .mgmt-card .card-description{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.property-mgmt .mgmt-card .card-location span{-webkit-line-clamp:1}.property-mgmt .mgmt-card .card-description{-webkit-line-clamp:2;max-width:68ch}.property-mgmt .mgmt-card:not(.list-row) .card-features{row-gap:10px}.property-mgmt .mgmt-card .card-actions-mgmt{margin-top:4px}.property-mgmt .mgmt-card .mgmt-action-btn{min-height:44px}@media (max-width: 1199px){.property-mgmt .properties-display.grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.property-mgmt .mgmt-card.list-row{grid-template-columns:176px minmax(0,1fr);width:min(100%,720px)}.property-mgmt .mgmt-card.list-row .card-img-container{width:148px;height:196px;min-height:196px}}@media (max-width: 767px){.property-mgmt .properties-display.grid{grid-template-columns:minmax(0,1fr)}.property-mgmt .mgmt-card:not(.list-row) .card-img-container,.property-mgmt .mgmt-card.list-row .card-img-container{height:172px}.property-mgmt .mgmt-card:not(.list-row) .card-info{min-height:auto}.property-mgmt .mgmt-card.list-row{grid-template-columns:1fr;width:100%;min-height:0}.property-mgmt .mgmt-card.list-row .card-img-container{width:100%;height:172px;min-height:172px;margin:0}.property-mgmt .mgmt-card.list-row .card-info{grid-template-columns:1fr;grid-template-areas:"title" "price" "meta" "actions";gap:14px;padding:16px}.property-mgmt .mgmt-card.list-row .card-price-block{align-items:flex-start;justify-self:start;text-align:left}.property-mgmt .mgmt-card.list-row .card-actions-mgmt{width:100%}.property-mgmt .mgmt-card.list-row .card-img-container{cursor:pointer}.property-mgmt .mgmt-card.list-row .card-image-zoom-hint{display:none}.property-image-lightbox{padding:14px}.property-image-lightbox-dialog{width:100%;padding:18px;border-radius:24px}}.property-mgmt .properties-dashboard-shell{display:flex;flex-direction:column;gap:22px}.property-mgmt .property-spotlight-card{display:grid;grid-template-columns:minmax(280px,34%) minmax(0,1fr);border-radius:30px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#121316fa,#0a0b0dfa);box-shadow:0 24px 54px #00000038;overflow:hidden}.property-mgmt .property-spotlight-media{position:relative;min-height:340px;background:#111317;overflow:hidden;cursor:zoom-in}.property-mgmt .property-spotlight-media img{width:100%;height:100%;object-fit:cover;display:block}.property-mgmt .property-spotlight-body{display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:28px 30px}.property-mgmt .property-spotlight-main{display:flex;flex-direction:column;gap:18px;min-width:0}.property-mgmt .property-spotlight-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,220px);gap:20px;align-items:start}.property-mgmt .property-spotlight-copy{min-width:0}.property-mgmt .property-spotlight-kicker{display:inline-flex;margin-bottom:10px;color:#f6d97aeb;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.property-mgmt .property-spotlight-copy h3{margin:0;color:#fff;font-size:clamp(1.9rem,2.6vw,2.6rem);line-height:.98;letter-spacing:-.03em}.property-mgmt .property-spotlight-location{margin-top:12px}.property-mgmt .property-spotlight-location span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-mgmt .property-spotlight-price-panel{display:flex;flex-direction:column;align-items:flex-end;gap:10px;text-align:right}.property-mgmt .property-spotlight-price-panel .card-price-label{color:#ffffff80}.property-mgmt .spotlight-price{color:#fff;font-size:clamp(2rem,2.8vw,2.9rem);font-weight:900;line-height:.95;letter-spacing:-.04em}.property-mgmt .spotlight-status{max-width:none}.property-mgmt .spotlight-hero-chip{min-height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(246,217,122,.24);background:#f6d97a14;color:#f6d97a;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.property-mgmt .property-spotlight-stats{display:flex;flex-wrap:wrap;gap:10px}.property-mgmt .property-spotlight-stats span,.property-mgmt .property-compact-card .card-features span{min-height:36px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#ffffffdb;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.property-mgmt .property-spotlight-description{margin:0;color:#ffffffb3;font-size:15px;line-height:1.65;max-width:72ch;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-mgmt .property-spotlight-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.property-mgmt .property-catalog-section{display:flex;flex-direction:column;gap:14px}.property-mgmt .property-catalog-header h4{margin:0;color:#fff;font-size:18px;font-weight:800}.property-mgmt .property-catalog-header p{margin:4px 0 0;color:#ffffff94;font-size:14px}.property-mgmt .properties-catalog.grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:18px}.property-mgmt .properties-catalog.list{display:flex;flex-direction:column;gap:14px}.property-mgmt .property-compact-card{display:flex;flex-direction:column;min-width:0;cursor:pointer;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.property-mgmt .property-compact-card:hover,.property-mgmt .property-compact-card:focus-visible{transform:translateY(-2px);border-color:#f6d97a29;box-shadow:0 18px 36px #00000038}.property-mgmt .property-compact-card .card-img-container{position:relative;height:196px;margin:0;border-radius:24px 24px 0 0;overflow:hidden;background:#111317;cursor:zoom-in}.property-mgmt .property-compact-card .card-img-container img{width:100%;height:100%;object-fit:cover;display:block}.property-mgmt .property-compact-card.compact-list-row{display:grid;grid-template-columns:220px minmax(0,1fr);align-items:stretch}.property-mgmt .property-compact-card.compact-list-row .card-img-container{height:100%;min-height:214px;border-radius:24px 0 0 24px}.property-mgmt .property-compact-card .card-info{display:flex;flex-direction:column;gap:14px;padding:18px}.property-mgmt .property-compact-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.property-mgmt .property-compact-head .card-title-wrap{min-width:0}.property-mgmt .property-compact-head .card-price-block{flex-shrink:0;align-items:flex-end;text-align:right}.property-mgmt .property-compact-card .card-title{margin:0;line-height:1.1}.property-mgmt .property-compact-card .card-description{margin:0;color:#ffffffad;font-size:14px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-mgmt .property-compact-card .card-actions-mgmt{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:auto}.property-mgmt .mgmt-action-btn.detail{border-color:#f6d97a29;background:#f6d97a14;color:#f7de88}.property-mgmt .mgmt-action-btn.detail:hover{background:#f6d97a24}@media (max-width: 1024px){.property-mgmt .property-spotlight-card{grid-template-columns:minmax(240px,300px) minmax(0,1fr)}.property-mgmt .property-spotlight-heading{grid-template-columns:1fr}.property-mgmt .property-spotlight-price-panel{align-items:flex-start;text-align:left}}@media (max-width: 767px){.property-mgmt .property-spotlight-card{grid-template-columns:1fr}.property-mgmt .property-spotlight-media{min-height:220px}.property-mgmt .property-spotlight-body{padding:18px 16px}.property-mgmt .property-spotlight-actions,.property-mgmt .property-compact-card .card-actions-mgmt,.property-mgmt .property-compact-card.compact-list-row{grid-template-columns:1fr}.property-mgmt .property-compact-card.compact-list-row .card-img-container,.property-mgmt .property-compact-card .card-img-container{min-height:182px;height:182px;border-radius:22px 22px 0 0}.property-mgmt .property-compact-head{flex-direction:column}.property-mgmt .property-compact-head .card-price-block{align-items:flex-start;text-align:left}}.property-hub-v2{display:flex;flex-direction:column;gap:24px}.property-hub-v2 .property-hub-toolbar{width:min(100%,860px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px;border-radius:26px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#121316fa,#0c0d0ffa);box-shadow:0 18px 36px #0000002e}.property-hub-v2 .property-hub-shell{display:flex;flex-direction:column;gap:22px;min-width:0}.property-hub-v2 .property-hub-loading{display:flex;flex-direction:column;gap:18px}.property-hub-v2 .property-hub-loading-copy{display:inline-flex;align-items:center;gap:14px;color:var(--text-main)}.property-hub-v2 .property-hub-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.property-hub-v2 .property-hub-skeleton-card{border-radius:24px;border:1px solid rgba(255,255,255,.08);background:#101114f2;overflow:hidden}.property-hub-v2 .property-hub-skeleton-media{height:180px;background:linear-gradient(90deg,#ffffff0a,#ffffff1a,#ffffff0a);background-size:200% 100%;animation:skeletonShift 1.4s ease-in-out infinite}.property-hub-v2 .property-hub-skeleton-body{display:flex;flex-direction:column;gap:10px;padding:16px}.property-hub-v2 .property-hub-skeleton-body .line{display:block;height:12px;border-radius:999px;background:linear-gradient(90deg,#ffffff0a,#ffffff1a,#ffffff0a);background-size:200% 100%;animation:skeletonShift 1.4s ease-in-out infinite}.property-hub-v2 .property-hub-skeleton-body .line.long{width:82%}.property-hub-v2 .property-hub-skeleton-body .line.medium{width:64%}.property-hub-v2 .property-hub-skeleton-body .line.short{width:46%}@keyframes skeletonShift{0%{background-position:200% 0}to{background-position:-200% 0}}.property-hub-v2 .property-hub-spotlight{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr) 240px;grid-template-areas:"media main side" "actions actions actions";gap:0;border-radius:30px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#121316fa,#0a0b0dfc);box-shadow:0 24px 54px #0003;overflow:hidden}.property-hub-v2 .property-hub-spotlight-media,.property-hub-v2 .property-hub-card-media{position:relative;overflow:hidden;background:radial-gradient(circle at top left,rgba(246,217,122,.16),transparent 34%),linear-gradient(180deg,#141518,#0b0c0e)}.property-hub-v2 .property-hub-spotlight-media{grid-area:media;min-height:100%;cursor:zoom-in}.property-hub-v2 .property-hub-spotlight-media img,.property-hub-v2 .property-hub-card-media img{width:100%;height:100%;display:block;object-fit:cover}.property-hub-v2 .property-hub-media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:#ffffffad;padding:20px;text-align:center;background:linear-gradient(180deg,#ffffff05,#ffffff03),repeating-linear-gradient(135deg,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 12px,transparent 12px,transparent 24px)}.property-hub-v2 .property-hub-media-top,.property-hub-v2 .property-hub-media-bottom{position:absolute;left:16px;right:16px;display:flex;justify-content:space-between;gap:10px;z-index:2}.property-hub-v2 .property-hub-media-top{top:16px}.property-hub-v2 .property-hub-media-bottom{bottom:16px;align-items:flex-end}.property-hub-v2 .property-hub-badge{min-height:30px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#08090cc7;color:#ffffffe0;display:inline-flex;align-items:center;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.property-hub-v2 .property-hub-badge-gold{color:#f6d97a}.property-hub-v2 .property-hub-favorite-btn{position:absolute;top:16px;right:16px;z-index:3;width:40px;height:40px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#08090cc7;color:#ffffffbd;display:inline-flex;align-items:center;justify-content:center}.property-hub-v2 .property-hub-favorite-btn.is-active{color:#f6d97a;border-color:#f6d97a3d;background:#f6d97a1f}.property-hub-v2 .property-hub-spotlight-main{grid-area:main;display:flex;flex-direction:column;gap:18px;padding:28px;min-width:0}.property-hub-v2 .property-hub-kicker-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.property-hub-v2 .property-hub-kicker{color:#f6d97a;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.property-hub-v2 .property-hub-inline-note,.property-hub-v2 .property-hub-fallback-copy{color:#ffffff94;font-size:13px}.property-hub-v2 .property-hub-title-block{display:flex;flex-direction:column;gap:10px;min-width:0}.property-hub-v2 .property-hub-title-block h3{margin:0;color:#fff;font-size:clamp(2rem,3vw,2.9rem);line-height:.96;letter-spacing:-.04em}.property-hub-v2 .property-hub-location{display:inline-flex;align-items:center;gap:8px;color:#ffffffb8;min-width:0}.property-hub-v2 .property-hub-location span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-hub-v2 .property-hub-feature-pills,.property-hub-v2 .property-hub-amenities,.property-hub-v2 .property-hub-card-pills{display:flex;flex-wrap:wrap;gap:10px}.property-hub-v2 .property-hub-feature-pills span,.property-hub-v2 .property-hub-card-pills span,.property-hub-v2 .property-hub-amenities span{min-height:36px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#ffffffe0;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.property-hub-v2 .property-hub-feature-pills .is-empty,.property-hub-v2 .property-hub-card-pills .is-empty{color:#ffffff94}.property-hub-v2 .property-hub-description{margin:0;color:#ffffffbd;font-size:15px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.property-hub-v2 .property-hub-amenities-block{display:flex;flex-direction:column;gap:10px}.property-hub-v2 .property-hub-section-label{color:#ffffff7a;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.property-hub-v2 .property-hub-spotlight-side{grid-area:side;display:flex;flex-direction:column;gap:14px;padding:28px 28px 28px 0}.property-hub-v2 .property-hub-price-card,.property-hub-v2 .property-hub-meta-panel{border-radius:22px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;padding:18px}.property-hub-v2 .property-hub-price-card{display:flex;flex-direction:column;gap:8px}.property-hub-v2 .property-hub-price-card span{color:#ffffff80;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.property-hub-v2 .property-hub-price-card strong{color:#fff;font-size:clamp(1.9rem,2.4vw,2.8rem);line-height:.95;letter-spacing:-.04em}.property-hub-v2 .property-hub-meta-panel{display:flex;flex-direction:column;gap:12px}.property-hub-v2 .property-hub-meta-row{display:flex;flex-direction:column;gap:4px}.property-hub-v2 .property-hub-meta-row span{color:#ffffff80;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.property-hub-v2 .property-hub-meta-row strong{color:#fff;font-size:14px;font-weight:700}.property-hub-v2 .property-hub-spotlight-actions{grid-area:actions;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px 28px 28px;border-top:1px solid rgba(255,255,255,.08)}.property-hub-v2 .property-hub-action-btn{min-height:46px;padding:0 16px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:700;transition:background .2s ease,border-color .2s ease,transform .2s ease}.property-hub-v2 .property-hub-action-btn:hover,.property-hub-v2 .property-hub-action-btn:focus-visible{transform:translateY(-1px);border-color:#f6d97a2e}.property-hub-v2 .property-hub-action-btn.is-primary{background:#f6d97a1f;border-color:#f6d97a38;color:#f6d97a}.property-hub-v2 .property-hub-action-btn.is-danger{color:#ffb3b9}.property-hub-v2 .property-hub-catalog{display:flex;flex-direction:column;gap:16px}.property-hub-v2 .property-hub-catalog-head h4,.property-hub-v2 .property-hub-single-state h4{margin:0;color:#fff;font-size:18px;font-weight:800}.property-hub-v2 .property-hub-catalog-head p,.property-hub-v2 .property-hub-single-state p{margin:4px 0 0;color:#fff9;font-size:14px}.property-hub-v2 .property-hub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.property-hub-v2 .property-hub-card{border-radius:26px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#121316fa,#0b0c0efa);overflow:hidden;display:flex;flex-direction:column;min-width:0;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.property-hub-v2 .property-hub-card:hover,.property-hub-v2 .property-hub-card:focus-visible{transform:translateY(-2px);border-color:#f6d97a29;box-shadow:0 18px 36px #0000002e}.property-hub-v2 .property-hub-card-media{height:196px;cursor:zoom-in}.property-hub-v2 .property-hub-card-body{display:flex;flex-direction:column;gap:14px;padding:18px;min-width:0}.property-hub-v2 .property-hub-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.property-hub-v2 .property-hub-card-copy,.property-hub-v2 .property-hub-card-price{min-width:0}.property-hub-v2 .property-hub-card-copy h3{margin:0;color:#fff;font-size:21px;line-height:1.06}.property-hub-v2 .property-hub-card-price{text-align:right}.property-hub-v2 .property-hub-card-price span{display:block;color:#ffffff80;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.property-hub-v2 .property-hub-card-price strong{color:#fff;font-size:22px;line-height:1}.property-hub-v2 .property-hub-card-description{margin:0;color:#ffffffad;font-size:14px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-hub-v2 .property-hub-card-meta{display:flex;flex-wrap:wrap;gap:8px}.property-hub-v2 .property-hub-card-meta span{color:#ffffff8f;font-size:12px}.property-hub-v2 .property-hub-card-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:auto}.property-hub-v2 .property-hub-single-state{border-radius:24px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;padding:20px}.property-hub-v2 .property-hub-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:24px;background:#05070ad6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.property-hub-v2 .property-hub-lightbox-dialog{position:relative;width:min(92vw,1040px);max-height:min(88dvh,860px);border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#121316fa,#0a0b0dfa);box-shadow:0 28px 60px #00000057;padding:22px;overflow:hidden}.property-hub-v2 .property-hub-lightbox-close{position:absolute;top:18px;right:18px;width:40px;height:40px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffd1;display:inline-flex;align-items:center;justify-content:center}.property-hub-v2 .property-hub-lightbox-copy{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;padding-right:52px}.property-hub-v2 .property-hub-lightbox-copy span{color:#f6d97a;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.property-hub-v2 .property-hub-lightbox-copy h4{margin:0;color:#fff;font-size:clamp(1.4rem,2.8vw,2rem);line-height:1.1}.property-hub-v2 .property-hub-lightbox-frame{width:100%;max-height:calc(88dvh - 120px);border-radius:22px;overflow:hidden;background:#ffffff05}.property-hub-v2 .property-hub-lightbox-frame img{width:100%;height:100%;max-height:calc(88dvh - 120px);object-fit:contain;display:block}@media (max-width: 1024px){.property-hub-v2 .property-hub-spotlight{grid-template-columns:minmax(240px,320px) minmax(0,1fr);grid-template-areas:"media main" "side side" "actions actions"}.property-hub-v2 .property-hub-spotlight-side{padding:0 28px 18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (max-width: 767px){.property-hub-v2 .property-hub-toolbar{width:100%;grid-template-columns:1fr}.property-hub-v2 .property-hub-toolbar>*{width:100%}.property-hub-v2 .property-hub-spotlight{grid-template-columns:1fr;grid-template-areas:"media" "main" "side" "actions"}.property-hub-v2 .property-hub-spotlight-media{min-height:232px}.property-hub-v2 .property-hub-spotlight-main{padding:18px 16px}.property-hub-v2 .property-hub-spotlight-side{grid-template-columns:1fr;padding:0 16px 16px}.property-hub-v2 .property-hub-spotlight-actions,.property-hub-v2 .property-hub-card-actions{grid-template-columns:1fr;padding:16px}.property-hub-v2 .property-hub-grid{grid-template-columns:1fr}.property-hub-v2 .property-hub-card-head{flex-direction:column}.property-hub-v2 .property-hub-card-price{text-align:left}.property-hub-v2 .property-hub-lightbox{padding:14px}.property-hub-v2 .property-hub-lightbox-dialog{width:100%;padding:18px;border-radius:24px}}@keyframes svcSpin{to{transform:rotate(360deg)}}.svc-spin{animation:svcSpin .8s linear infinite}@keyframes svcShimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.svc-shimmer{background:linear-gradient(90deg,#ffffff08 25%,#ffffff0f 37%,#ffffff08 63%);background-size:800px 100%;animation:svcShimmer 1.6s ease infinite}.svc-module{padding:0 0 40px;max-width:100%;min-height:70vh}.svc-header{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:8px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#121316f5,#0a0b0dfa);box-shadow:0 14px 28px #0000002e;min-width:0}.svc-header__left{display:flex;align-items:center;gap:10px}.svc-header__title{font-size:22px;font-weight:800;letter-spacing:-.03em;color:var(--text-main);line-height:1}.svc-header__count{font-size:11px;font-weight:800;padding:3px 10px;border-radius:100px;background:#d4af371f;color:var(--primary);letter-spacing:.03em}.svc-header__right{display:flex;align-items:center;gap:10px}.svc-search{display:flex;align-items:center;gap:8px;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;padding:0 14px;height:40px;min-width:180px;transition:all .2s ease}.svc-search:focus-within{border-color:#d4af3759;box-shadow:0 0 0 3px #d4af3714;background:#ffffff0a}.svc-search__icon{color:var(--text-light);flex-shrink:0}.svc-search__input{background:transparent;border:none;outline:none;font-size:13px;font-weight:600;color:var(--text-main);width:100%;font-family:inherit}.svc-search__input::placeholder{color:var(--text-light)}.svc-search__clear{background:none;border:none;padding:0;cursor:pointer;color:var(--text-light);display:flex;transition:color .15s}.svc-search__clear:hover{color:var(--text-main)}.svc-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;font-family:inherit;font-size:13px;font-weight:700;border-radius:12px;border:none;cursor:pointer;padding:10px 20px;transition:all .2s cubic-bezier(.22,1,.36,1);white-space:nowrap;line-height:1}.svc-btn:active{transform:scale(.97)}.svc-btn--primary{background:var(--primary);color:#000}.svc-btn--primary:hover{filter:brightness(1.1);box-shadow:0 6px 20px #d4af3740;transform:translateY(-1px)}.svc-btn--primary:disabled{opacity:.55;cursor:not-allowed;transform:none;filter:none;box-shadow:none}.svc-btn--secondary{background:#ffffff0f;color:var(--text-main);border:1px solid var(--glass-border)}.svc-btn--secondary:hover{background:#ffffff1a;border-color:#ffffff26}.svc-btn--ghost{background:transparent;color:var(--text-muted)}.svc-btn--ghost:hover{color:var(--text-main);background:#ffffff0d}.svc-btn--danger{background:#ef4444;color:#fff}.svc-btn--danger:hover{background:#dc2626;box-shadow:0 4px 16px #ef44444d}.svc-btn--danger:disabled{opacity:.55;cursor:not-allowed}.svc-btn--full{width:100%;justify-content:center;padding:14px;font-size:14px;border-radius:14px}.svc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.svc-card{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:18px;overflow:hidden;cursor:pointer;transition:all .28s cubic-bezier(.22,1,.36,1);position:relative;display:flex;flex-direction:column}.svc-card:hover{border-color:#d4af3740;transform:translateY(-4px);box-shadow:0 16px 48px #00000059}.svc-card:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.svc-card--skeleton{pointer-events:none;cursor:default}.svc-card__visual{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:#ffffff05}.svc-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.22,1,.36,1)}.svc-card:hover .svc-card__img{transform:scale(1.04)}.svc-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-light);background:#ffffff05}.svc-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 50%);opacity:0;transition:opacity .3s}.svc-card:hover .svc-card__overlay{opacity:1}.svc-card__actions{position:absolute;top:12px;right:12px;display:flex;gap:6px;opacity:0;transform:translateY(-6px);transition:all .25s cubic-bezier(.22,1,.36,1);z-index:2}.svc-card:hover .svc-card__actions{opacity:1;transform:translateY(0)}.svc-card__action-btn{width:34px;height:34px;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#0000008c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;transition:all .2s}.svc-card__action-btn:hover{background:var(--primary);color:#000;transform:scale(1.08)}.svc-card__action-btn--danger:hover{background:#ef4444;color:#fff}.svc-card__badge{position:absolute;bottom:10px;left:10px;padding:4px 10px;border-radius:8px;font-size:10px;font-weight:800;background:#0000008c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffd9;z-index:2;letter-spacing:.02em}.svc-card__body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:6px;flex:1}.svc-card__title{font-size:15px;font-weight:800;color:var(--text-main);letter-spacing:-.02em;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.svc-card__desc{font-size:13px;font-weight:500;color:var(--text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.svc-card__category{display:inline-block;align-self:flex-start;padding:3px 10px;border-radius:8px;background:#d4af371f;color:var(--primary, #d4af37);font-size:11px;font-weight:700;letter-spacing:.02em;line-height:1.4}.svc-card__category--lg{font-size:13px;padding:4px 14px;border-radius:10px;margin-bottom:2px}.svc-detail-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px}.svc-detail{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:24px;max-width:640px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 32px 80px #0009;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.08) transparent}.svc-detail__close{position:absolute;top:16px;right:16px;z-index:10;width:36px;height:36px;border-radius:10px;border:none;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.svc-detail__close:hover{background:#ffffff26}.svc-detail__content{padding:28px 28px 32px;display:flex;flex-direction:column;gap:14px}.svc-detail__title{font-size:22px;font-weight:800;letter-spacing:-.03em;color:var(--text-main)}.svc-detail__desc{font-size:14px;font-weight:500;color:var(--text-muted);line-height:1.7;white-space:pre-line}.svc-gallery{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#0000004d;border-radius:24px 24px 0 0}.svc-gallery__img{width:100%;height:100%;object-fit:cover;display:block}.svc-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:none;background:#00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:5}.svc-gallery__nav:hover{background:#fff3}.svc-gallery__nav--prev{left:12px}.svc-gallery__nav--next{right:12px}.svc-gallery__dots{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:5}.svc-gallery__dot{width:7px;height:7px;border-radius:50%;border:none;background:#ffffff59;cursor:pointer;transition:all .2s;padding:0}.svc-gallery__dot.active{background:#fff;transform:scale(1.25)}.svc-delete-modal{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:22px;padding:36px 32px 28px;max-width:380px;width:100%;text-align:center;box-shadow:0 32px 80px #0009}.svc-delete-modal__icon{width:52px;height:52px;border-radius:16px;background:#ef44441f;color:#ef4444;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.svc-delete-modal__title{font-size:17px;font-weight:800;color:var(--text-main);margin-bottom:8px;letter-spacing:-.02em}.svc-delete-modal__text{font-size:13px;color:var(--text-muted);line-height:1.6;margin-bottom:24px}.svc-delete-modal__actions{display:flex;gap:10px}.svc-delete-modal__actions .svc-btn{flex:1;padding:12px;border-radius:14px}.svc-form-panel{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:24px;max-width:680px;width:100%;max-height:92vh;overflow-y:auto;box-shadow:0 32px 80px #0009;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.08) transparent}.svc-form-panel__header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0;position:sticky;top:0;z-index:5;background:var(--bg-card)}.svc-form-panel__title{font-size:18px;font-weight:800;letter-spacing:-.03em;color:var(--text-main)}.svc-form{padding:24px;display:flex;flex-direction:column;gap:20px}.svc-field{display:flex;flex-direction:column;gap:7px}.svc-field__label{font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.svc-field__input{width:100%;padding:13px 16px;border-radius:14px;border:1px solid var(--glass-border);background:#ffffff08;color:var(--text-main);font-size:14px;font-weight:600;font-family:inherit;transition:all .2s ease;outline:none;resize:none}.svc-field__input::placeholder{color:var(--text-light);font-weight:500}.svc-field__input:focus{border-color:#d4af3780!important;box-shadow:0 0 0 3px #d4af371a!important;background:#ffffff0d!important}.svc-field__input.has-error{border-color:#ef444480!important;box-shadow:0 0 0 3px #ef444414!important}.svc-field__textarea{min-height:100px;line-height:1.6}.svc-field__error{font-size:12px;font-weight:600;color:#ef4444}.svc-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px;gap:14px}.svc-empty--compact{padding:60px 24px}.svc-empty__icon{width:64px;height:64px;border-radius:20px;background:#d4af371a;color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:6px}.svc-empty__title{font-size:18px;font-weight:800;color:var(--text-main);letter-spacing:-.02em}.svc-empty__text{font-size:14px;font-weight:500;color:var(--text-muted);max-width:340px;line-height:1.6}.svc-error{display:flex;align-items:center;justify-content:center;gap:12px;padding:28px;border-radius:16px;background:#ef44440f;border:1px solid rgba(239,68,68,.15);color:#ef4444;font-size:14px;font-weight:600}.light-mode .svc-card{background:#fff;border-color:#0000000f}.light-mode .svc-card:hover{border-color:#d4af374d;box-shadow:0 16px 48px #0000001a}.light-mode .svc-card__placeholder{background:#f8f9fa;color:#94a3b8}.light-mode .svc-card__action-btn{background:#ffffffd9;color:#333}.light-mode .svc-card__action-btn:hover{background:var(--primary);color:#000}.light-mode .svc-card__action-btn--danger:hover{background:#ef4444;color:#fff}.light-mode .svc-card__badge{background:#fffc;color:#333}.light-mode .svc-card__category{background:#d4af371a;color:#a68a2e}.light-mode .svc-header{background:linear-gradient(180deg,#fffffffa,#f8fafcfa);border-color:#0f172a14;box-shadow:0 14px 28px #0f172a14}.light-mode .svc-detail,.light-mode .svc-delete-modal,.light-mode .svc-form-panel{background:#fff;border-color:#00000014;box-shadow:0 32px 80px #00000026}.light-mode .svc-form-panel__header{background:#fff}.light-mode .svc-detail-backdrop{background:#00000059}.light-mode .svc-field__input{background:#f8f9fa;border-color:#00000014}.light-mode .svc-field__input:focus{background:#fff!important}.light-mode .svc-empty__icon{background:#d4af3714}.light-mode .svc-shimmer{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 37%,#f1f5f9 63%);background-size:800px 100%}@media (max-width: 768px){.svc-header{grid-template-columns:1fr;width:100%}.svc-grid{grid-template-columns:1fr;gap:16px}.svc-detail-backdrop{padding:0;align-items:flex-end}.svc-detail,.svc-form-panel{border-radius:24px 24px 0 0;max-height:95vh}.svc-delete-modal{border-radius:24px 24px 0 0;padding:32px 24px 28px;max-width:100%}.svc-detail__content{padding:22px 22px 28px}.svc-form{padding:20px}.svc-empty{padding:60px 20px}.svc-card__actions{opacity:1;transform:translateY(0)}}@media (min-width: 769px) and (max-width: 1024px){.svc-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1400px){.svc-grid{grid-template-columns:repeat(4,1fr)}}.prospect-metadata-container{margin-top:12px;display:flex;flex-direction:column;gap:10px;padding:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;box-shadow:inset 0 2px 4px #0003}.prospect-metadata-item{display:flex;flex-direction:column;gap:4px}.metadata-label{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);font-weight:800;opacity:.9}.metadata-value{font-size:13px;color:#f1f5f9;font-weight:500;line-height:1.4}.prospect-metadata-image-wrap{margin-top:6px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#000;cursor:zoom-in}.prospect-metadata-img{width:100%;height:auto;display:block;object-fit:cover;max-height:220px;transition:all .4s cubic-bezier(.165,.84,.44,1)}.prospect-metadata-img:hover{transform:scale(1.04);filter:brightness(1.1)}
