:root{--color-primary:#000;--color-primary-light:#1a1a1a;--color-accent:#000;--color-accent-hover:#333;--color-bg:#fff;--color-bg-alt:#f5f5f5;--color-bg-dark:#000;--color-text:#1a1a1a;--color-text-muted:#6b7280;--color-text-light:#fff;--color-border:#e5e5e5;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #00000012, 0 2px 4px #0000000a;--shadow-lg:0 10px 25px #0000001a, 0 4px 10px #0000000d;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--container:1200px;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6}*{box-sizing:border-box}body{min-height:100vh;margin:0}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4{color:var(--color-primary);margin:0;font-weight:700;line-height:1.2}h1{letter-spacing:-.02em;font-size:clamp(2rem,5vw,3.5rem)}h2{letter-spacing:-.015em;font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:1.25rem}p{margin:0}a{color:var(--color-accent);text-decoration:none;transition:color .15s}a:hover{color:var(--color-accent-hover)}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:1rem}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.5rem}.btn{border-radius:var(--radius-sm);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.btn-primary{background:var(--color-accent);color:var(--color-text-light)}.btn-primary:hover{background:var(--color-accent-hover);color:var(--color-text-light)}.btn-outline{border-color:var(--color-text-light);color:var(--color-text-light);background:0 0}.btn-outline:hover{background:var(--color-text-light);color:var(--color-primary)}.btn-dark{background:var(--color-primary);color:var(--color-text-light)}.btn-dark:hover{background:var(--color-primary-light);color:var(--color-text-light)}.section-dark .btn-primary,.home-hero .btn-primary,.page-header .btn-primary{background:var(--color-text-light);color:var(--color-primary)}.section-dark .btn-primary:hover,.home-hero .btn-primary:hover,.page-header .btn-primary:hover{color:var(--color-primary);background:#e5e5e5}.section{padding:5rem 0}.section-alt{background:var(--color-bg-alt)}.section-dark{background:var(--color-primary);color:var(--color-text-light)}.section-dark h1,.section-dark h2,.section-dark h3{color:var(--color-text-light)}.eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--color,var(--color-accent));margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:inline-block}.section-title{text-align:center;margin-bottom:3rem}.section-title p{color:var(--color-text-muted);max-width:640px;margin:1rem auto 0;font-size:1.125rem}@media (width<=768px){.section{padding:3rem 0}}.site-header{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(8px);backdrop-filter:saturate(180%)blur(8px);border-bottom:1px solid var(--color-border);background:#fffffff2;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:2rem;height:72px;display:flex}.site-header__logo{color:var(--color-primary);letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:800;text-decoration:none;display:flex}.site-header__logo:hover{color:var(--color-primary)}.site-header__logo-img{width:auto;height:56px;display:block}.site-header__logo-img[src=""],.site-header__logo-img:not([src]){display:none}.site-header__logo:has(.site-header__logo-img:not([style*="display: none"])) .site-header__logo-text{display:none}.site-header__logo-text{color:var(--color-primary)}.site-header__toggle{flex-direction:column;justify-content:center;gap:4px;width:32px;height:32px;padding:0;display:none}.site-header__toggle span{background:var(--color-primary);border-radius:2px;width:100%;height:2px;display:block}.site-header__nav{align-items:center;gap:2rem;display:flex}.site-header__nav ul{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.site-header__nav ul a{color:var(--color-text);padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .15s;position:relative}.site-header__nav ul a:hover,.site-header__nav ul a.is-active{color:var(--color-accent)}.site-header__nav ul a.is-active:after{content:"";background:var(--color-accent);border-radius:2px;height:2px;position:absolute;bottom:-2px;left:0;right:0}.site-header__auth{align-items:center;gap:.875rem;display:flex}.site-header__login,.site-header__dashboard{background:var(--color-primary);color:var(--color-text-light);border-radius:var(--radius-sm);padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s}.site-header__login:hover,.site-header__dashboard:hover{background:var(--color-accent);color:var(--color-text-light)}@media (width<=900px){.site-header__toggle{display:flex}.site-header__nav{background:var(--color-bg);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md);flex-direction:column;align-items:stretch;gap:0;padding:1rem 1.5rem 1.5rem;transition:transform .2s;position:absolute;top:72px;left:0;right:0;transform:translateY(-110%)}.site-header__nav.is-open{transform:translateY(0)}.site-header__nav ul{flex-direction:column;align-items:stretch;gap:0}.site-header__nav ul li{border-bottom:1px solid var(--color-border)}.site-header__nav ul a{padding:.875rem 0;font-size:1rem;display:block}.site-header__nav ul a.is-active:after{display:none}.site-header__auth{justify-content:space-between;margin-top:1rem}}.site-footer{background:var(--color-primary);color:#cbd5e1;margin-top:auto}.site-footer__grid{grid-template-columns:1fr 1fr 1.2fr;gap:3rem;padding:4rem 1.5rem 3rem;display:grid}.site-footer__col h4{color:var(--color-text-light);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem;font-size:.95rem}.site-footer__col ul{flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__col a{color:#a0aec0;font-size:.95rem;text-decoration:none;transition:color .15s}.site-footer__col a:hover{color:var(--color-text-light)}.site-footer__col li{color:#a0aec0;font-size:.95rem}.site-footer__services{grid-template-columns:1fr 1fr;gap:6rem;padding:2.5rem 1.5rem 2rem;display:grid}.site-footer__service{text-align:center}.site-footer__service h4{color:#a0aec0;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .4rem;font-size:.78rem;font-weight:600}.site-footer__service a{color:var(--color-text-light);letter-spacing:-.01em;font-size:1.125rem;font-weight:600;text-decoration:none;transition:color .15s}.site-footer__service a:hover{color:#cbd5e1}.site-footer__bottom{border-top:1px solid #ffffff14;padding:1.5rem 0;font-size:.875rem}.site-footer__bottom-inner{color:#6b7280;justify-content:space-between;align-items:center;gap:1rem;display:flex}.site-footer__bottom a{color:#a0aec0}.site-footer__bottom a:hover{color:var(--color-text-light)}@media (width<=768px){.site-footer__services{grid-template-columns:1fr;gap:1.5rem;padding:2rem 1.5rem 1.5rem}.site-footer__bottom-inner{text-align:center;flex-direction:column}}.dl{background:var(--color-bg-alt);min-height:calc(100vh - 72px);display:flex}.dl-side{background:var(--color-bg);border-right:1px solid var(--color-border);flex-shrink:0;align-self:flex-start;width:240px;max-height:calc(100vh - 72px);padding:1.5rem 0;position:sticky;top:72px;overflow-y:auto}.dl-nav ul{flex-direction:column;gap:.125rem;margin:0;padding:0;list-style:none;display:flex}.dl-nav__item{color:var(--color-text);border-left:3px solid #0000;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s,border-color .12s;display:flex}.dl-nav__item:hover{background:var(--color-bg-alt);color:var(--color-primary)}.dl-nav__item.is-active{color:var(--color-primary);border-left-color:var(--color-primary);background:#0000000f;font-weight:600}.dl-nav__icon{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.dl-nav__icon svg{width:100%;height:100%}.dl-main{flex:1;min-width:0}.dl-mobile-toggle{display:none}@media (width<=900px){.dl{flex-direction:column}.dl-side{z-index:30;width:260px;box-shadow:var(--shadow-lg);max-height:none;transition:transform .2s;position:fixed;top:72px;bottom:0;left:0;transform:translate(-100%)}.dl-side.is-open{transform:translate(0)}.dl-mobile-toggle{z-index:25;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;flex-direction:column;justify-content:center;align-self:flex-start;gap:4px;width:40px;height:40px;margin:.75rem;padding:0;display:flex;position:sticky;top:72px}.dl-mobile-toggle span{background:var(--color-primary);border-radius:2px;width:18px;height:2px;margin:0 auto;display:block}}.splash{z-index:9999;background:#fff;justify-content:center;align-items:center;transition:opacity .6s,visibility .6s;display:flex;position:fixed;inset:0}.splash--fading{opacity:0;visibility:hidden}@keyframes splash-fade{to{opacity:0;visibility:hidden}}.splash__svg{width:min(70vw,600px);height:auto}.splash__svg svg{width:100%;height:auto;display:block;overflow:visible}.splash__svg path{fill:#0000;stroke:#000;stroke-width:8px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1px;animation:2.4s cubic-bezier(.65,0,.35,1) forwards splash-draw,.5s ease-out 2.4s forwards splash-fill}@keyframes splash-draw{to{stroke-dashoffset:0}}@keyframes splash-fill{to{fill:#000;stroke-width:0}}@media (prefers-reduced-motion:reduce){.splash__svg path{fill:#000;stroke:none;stroke-dashoffset:0;animation:none}}.home-hero{color:var(--color-text-light);background:linear-gradient(135deg,#000 0%,#1a1a1a 100%);padding:6rem 0;position:relative;overflow:hidden}.home-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff14 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.home-hero__inner{z-index:1;position:relative}.home-hero__content{max-width:720px}.home-hero .eyebrow{color:#d4d4d4}.home-hero h1{color:var(--color-text-light);margin-bottom:1.25rem}.home-hero p{color:#cbd5e1;max-width:600px;margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.home-hero__actions{flex-wrap:wrap;gap:.875rem;display:flex}.home-hero__stats{border-top:1px solid #ffffff1a;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:480px;margin-top:4rem;padding-top:3rem;display:grid}.home-hero__stats>div{flex-direction:column;display:flex}.home-hero__stats strong{color:var(--color-text-light);letter-spacing:-.02em;font-size:2.25rem;font-weight:800}.home-hero__stats span{color:#94a3b8;margin-top:.25rem;font-size:.9rem}.home-types{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.home-types__card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:2rem;transition:all .2s}.home-types__card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-accent);transform:translateY(-4px)}.home-types__card h3{margin-bottom:.75rem}.home-types__card p{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.home-types__link{color:var(--color-accent);font-size:.9rem;font-weight:600}.home-why{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.home-why__card{background:var(--color-bg);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm);padding:2.5rem 2rem}.home-why__icon{width:56px;height:56px;color:var(--color-primary);background:#0000000f;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;display:inline-flex}.home-why__icon svg{width:28px;height:28px}.home-why__card h3{margin-bottom:.625rem}.home-why__card p{color:var(--color-text-muted);line-height:1.7}.home-testimonials{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.home-testimonials__card{background:var(--color-bg-alt);border-radius:var(--radius-md);border-left:4px solid var(--color-accent);margin:0;padding:2rem}.home-testimonials__card blockquote{color:var(--color-text);margin:0 0 1.5rem;font-size:1.05rem;font-style:italic;line-height:1.6}.home-testimonials__card figcaption{flex-direction:column;gap:.125rem;display:flex}.home-testimonials__card figcaption strong{color:var(--color-primary);font-weight:600}.home-testimonials__card figcaption span{color:var(--color-text-muted);font-size:.875rem}.home-cta__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.home-cta__inner h2{margin-bottom:.625rem}.home-cta__inner p{color:#cbd5e1;max-width:540px;font-size:1.05rem}.home-cta__actions{flex-wrap:wrap;gap:.875rem;display:flex}@media (width<=768px){.home-hero{padding:4rem 0}.home-hero__stats{grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem;padding-top:2rem}.home-hero__stats strong{font-size:2rem}.home-cta__inner{text-align:center;flex-direction:column;align-items:center}}.page-header{color:var(--color-text-light);text-align:center;background:linear-gradient(135deg,#000 0%,#1a1a1a 100%);padding:5rem 0 4rem}.page-header h1{color:var(--color-text-light);margin-bottom:1rem}.page-header p{color:#cbd5e1;max-width:640px;margin:0 auto;font-size:1.125rem}.page-header .eyebrow{color:#d4d4d4}.about-story{grid-template-columns:1.5fr 1fr;align-items:start;gap:4rem;display:grid}.about-story__content h2{margin-bottom:1.5rem}.about-story__content p{color:var(--color-text);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.75}.about-story__founded{margin-top:1.5rem;font-style:italic;color:var(--color-text-muted)!important;font-size:.9rem!important}.about-story__sidebar{background:var(--color-bg-alt);border-radius:var(--radius-md);padding:2rem;position:sticky;top:96px}.about-story__sidebar h3{color:var(--color-primary);margin-bottom:1.5rem}.about-story__sidebar ul{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.about-story__sidebar li{flex-direction:column;display:flex}.about-story__sidebar strong{color:var(--color-accent);letter-spacing:-.02em;font-size:1.75rem;font-weight:800}.about-story__sidebar span{color:var(--color-text-muted);margin-top:.125rem;font-size:.9rem}.about-values{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.about-values__card{background:var(--color-bg);border-radius:var(--radius-md);border-top:4px solid var(--color-accent);padding:2rem}.about-values__card h3{margin-bottom:.75rem}.about-values__card p{color:var(--color-text-muted);line-height:1.7}.about-cta{text-align:center}.about-cta h2{margin-bottom:.75rem}.about-cta p{color:#cbd5e1;max-width:540px;margin:0 auto 2rem;font-size:1.075rem}@media (width<=900px){.about-story{grid-template-columns:1fr;gap:2.5rem}.about-story__sidebar{position:static}}.photo-carousel{cursor:pointer;background:linear-gradient(135deg,#1a1a1a 0%,#000 100%);width:100%;height:240px;position:relative;overflow:hidden}.photo-carousel--empty{cursor:default;color:#fff3;justify-content:center;align-items:center;display:flex}.photo-carousel--empty svg{width:96px;height:96px}.photo-carousel__img{object-fit:cover;width:100%;height:100%;display:block}.photo-carousel__arrow{color:#fff;cursor:pointer;opacity:0;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;line-height:1;transition:background .15s,transform .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.photo-carousel:hover .photo-carousel__arrow{opacity:1}.photo-carousel__arrow:hover{background:#000000d9;transform:translateY(-50%)scale(1.08)}.photo-carousel__arrow--prev{left:.625rem}.photo-carousel__arrow--next{right:.625rem}.photo-carousel__counter{color:#fff;background:#0009;border-radius:999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600;position:absolute;bottom:.75rem;right:.75rem}.photo-lightbox{z-index:100;background:#000000eb;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.photo-lightbox__img{object-fit:contain;max-width:100%;max-height:100%}.photo-lightbox__close,.photo-lightbox__arrow{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:flex;position:absolute}.photo-lightbox__close{width:44px;height:44px;font-size:1.75rem;line-height:1;top:1.5rem;right:1.5rem}.photo-lightbox__arrow{width:56px;height:56px;font-size:2.25rem;line-height:1;top:50%;transform:translateY(-50%)}.photo-lightbox__arrow--prev{left:1.5rem}.photo-lightbox__arrow--next{right:1.5rem}.photo-lightbox__close:hover,.photo-lightbox__arrow:hover{background:#ffffff40}.photo-lightbox__arrow:hover{transform:translateY(-50%)scale(1.08)}.photo-lightbox__counter{color:#fff;background:#ffffff1a;border-radius:999px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}@media (width<=768px){.photo-carousel__arrow{opacity:1;width:32px;height:32px;font-size:1.25rem}}.pim-overlay{z-index:90;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172aa6;justify-content:center;align-items:center;padding:1.5rem;animation:.18s pim-fade;display:flex;position:fixed;inset:0}@keyframes pim-fade{0%{opacity:0}to{opacity:1}}.pim-card{background:var(--color-bg);border-radius:var(--radius-lg);width:100%;max-width:440px;padding:2.25rem 2rem 2rem;animation:.22s cubic-bezier(.34,1.56,.64,1) pim-pop;position:relative;box-shadow:0 25px 50px #00000040}@keyframes pim-pop{0%{opacity:0;transform:scale(.92)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.pim-close{width:36px;height:36px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;transition:background .15s,color .15s;display:flex;position:absolute;top:.75rem;right:.875rem}.pim-close:hover{background:var(--color-bg-alt);color:var(--color-primary)}.pim-head{margin-bottom:1.5rem}.pim-head h3{color:var(--color-primary);word-break:break-word;margin:.25rem 0 0;font-size:1.25rem}.pim-city{color:var(--color-text-muted);margin:.25rem 0 0;font-size:.9rem}.pim-form{flex-direction:column;gap:1rem;display:flex}.pim-form label{flex-direction:column;gap:.375rem;display:flex}.pim-form span{color:var(--color-primary);font-size:.85rem;font-weight:600}.pim-form input{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);color:var(--color-text);padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s}.pim-form input:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #0000001f}.pim-error{color:#991b1b;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fecaca;margin:0;padding:.625rem .875rem;font-size:.85rem}.pim-submit{width:100%;margin-top:.5rem;padding:.875rem;font-size:1rem}.pim-success{text-align:center;padding:1rem .5rem}.pim-success h3{color:var(--color-primary);margin-bottom:.75rem;font-size:1.25rem}.pim-success p{color:var(--color-text-muted);margin-bottom:1.5rem;line-height:1.55}.pim-success strong{color:var(--color-primary)}@media (width<=480px){.pim-card{padding:2rem 1.5rem 1.5rem}}.properties-filters{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.properties-filter{background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border);border-radius:999px;padding:.625rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .15s}.properties-filter:hover{border-color:var(--color-accent);color:var(--color-accent)}.properties-filter.is-active{background:var(--color-primary);color:var(--color-text-light);border-color:var(--color-primary)}.properties-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.property-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;transition:all .2s;display:flex;overflow:hidden}.property-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.property-card__image-wrap{position:relative}.property-card__type{background:var(--color-accent);color:var(--color-text-light);border-radius:var(--radius-sm);z-index:2;padding:.375rem .75rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;left:1rem}.property-card__sold{color:var(--color-text-light);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.05em;background:#dc2626;padding:.375rem .75rem;font-size:.8rem;font-weight:700;position:absolute;top:1rem;right:1rem}.property-card__body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.property-card__body h3{margin-bottom:.25rem;font-size:1.15rem}.property-card__city{color:var(--color-text-muted);margin-bottom:1rem;font-size:.9rem}.property-card__price{color:var(--color-accent);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:1.75rem;font-weight:800}.property-card__specs{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);grid-template-columns:repeat(4,1fr);gap:.75rem;margin:0 0 1rem;padding:1rem 0;list-style:none;display:grid}.property-card__specs li{text-align:center;flex-direction:column;display:flex}.property-card__specs strong{color:var(--color-primary);font-size:.95rem;font-weight:700}.property-card__specs span{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-top:.125rem;font-size:.7rem}.property-card__meta{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.875rem}.property-card__meta strong{color:var(--color-primary);font-weight:600}.property-card__cta{margin-top:auto;padding:.75rem 1rem;font-size:.9rem}.properties-empty{text-align:center;color:var(--color-text-muted);padding:3rem 0}.properties-cta{text-align:center;max-width:640px;margin:0 auto}.properties-cta h2{margin-bottom:.75rem}.properties-cta p{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.05rem}.faq-wrap{max-width:820px}.faq-list{flex-direction:column;gap:.75rem;display:flex}.faq-item{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color .15s;overflow:hidden}.faq-item.is-open{border-color:var(--color-accent)}.faq-item__question{text-align:left;width:100%;color:var(--color-primary);background:0 0;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;font-size:1.05rem;font-weight:600;transition:background .15s;display:flex}.faq-item__question:hover{background:var(--color-bg-alt)}.faq-item__icon{width:28px;height:28px;color:var(--color-accent);flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s;display:flex}.faq-item__icon svg{width:22px;height:22px}.faq-item.is-open .faq-item__icon{transform:rotate(180deg)}.faq-item__answer{color:var(--color-text);padding:0 1.5rem 1.5rem;line-height:1.75}.faq-item__answer p{font-size:1rem}.faq-cta{text-align:center}.faq-cta h2{margin-bottom:.5rem}.faq-cta p{color:#cbd5e1;margin-bottom:2rem}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.contact-form-wrap{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:2rem}.contact-form-wrap--seller{border-top:4px solid var(--color-accent)}.contact-form-intro{border-bottom:1px solid var(--color-border);margin-bottom:1.5rem;padding-bottom:1.25rem}.contact-form-intro h2{margin-bottom:.375rem;font-size:1.5rem}.contact-form-intro p{color:var(--color-text-muted);margin:0;font-size:.95rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-form label{flex-direction:column;gap:.5rem;display:flex}.contact-form span{color:var(--color-primary);font-size:.875rem;font-weight:600}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);color:var(--color-text);padding:.75rem 1rem;font-size:1rem;transition:border-color .15s,box-shadow .15s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #0000001f}.contact-form textarea{resize:vertical;min-height:100px}.contact-form__submit{align-self:start;margin-top:.5rem}.contact-form__error{color:#991b1b;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fecaca;margin:0;padding:.75rem 1rem;font-size:.875rem}.contact-success{text-align:center;padding:2rem 1rem}.contact-success h2{margin-bottom:.5rem;font-size:1.375rem}.contact-success p{color:var(--color-text-muted);margin-bottom:1.5rem}@media (width<=1024px){.contact-grid{grid-template-columns:1fr}.contact-form-wrap{padding:1.5rem}.contact-form__row{grid-template-columns:1fr}}.login-page{background:linear-gradient(135deg,#f7f9fc 0%,#e9eef5 100%);justify-content:center;align-items:center;min-height:calc(100vh - 72px);padding:3rem 1.5rem;display:flex}.login-wrap{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:460px;display:flex}.login-intro{text-align:center}.login-intro h1{margin-bottom:.5rem;font-size:1.875rem}.login-intro p{color:var(--color-text-muted);font-size:1rem}.dashboard-page{background:var(--color-bg-alt);min-height:calc(100vh - 72px);padding:3rem 0 5rem}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.dashboard-header h1{margin-top:.5rem;margin-bottom:.5rem;font-size:2rem}.dashboard-subtitle{color:var(--color-text-muted);max-width:560px;font-size:1rem}.dashboard-meta{flex-wrap:wrap;gap:.5rem;display:flex}.dashboard-pill{border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text-muted);border-radius:999px;align-items:center;padding:.375rem .875rem;font-size:.8rem;font-weight:600;display:inline-flex}.dashboard-pill--warn{color:#854d0e;background:#fef9c3;border-color:#fde68a}.dashboard-pill--ops{color:#166534;background:#dcfce7;border-color:#bbf7d0}.dashboard-pill--view{background:var(--color-bg-alt);border-color:var(--color-border);color:var(--color-text-muted)}.dashboard-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.dashboard-search{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);flex:1;align-items:center;gap:.625rem;max-width:500px;padding:.625rem 1rem;transition:border-color .15s,box-shadow .15s;display:flex}.dashboard-search:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 3px #0000001f}.dashboard-search svg{width:18px;height:18px;color:var(--color-text-muted);flex-shrink:0}.dashboard-search input{color:var(--color-text);background:0 0;border:none;outline:none;flex:1;font-size:.95rem}.dashboard-search input::placeholder{color:var(--color-text-muted)}.dashboard-count{color:var(--color-text-muted);font-size:.875rem;font-weight:500}.dashboard-empty{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);text-align:center;color:var(--color-text-muted);padding:3rem 1.5rem}.dashboard-empty--error{color:#991b1b;background:#fef2f2;border-color:#fecaca}.dashboard-table-wrap{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow-x:auto}.dashboard-table{border-collapse:collapse;width:100%;min-width:720px}.dashboard-table thead{background:var(--color-bg-alt)}.dashboard-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);padding:.875rem 1.25rem;font-size:.78rem;font-weight:700}.dashboard-table td{border-bottom:1px solid var(--color-border);vertical-align:middle;padding:1rem 1.25rem;font-size:.95rem}.dashboard-table tbody tr:last-child td{border-bottom:none}.dashboard-table tbody tr:hover{background:var(--color-bg-alt)}.dashboard-table__fub{color:var(--color-primary);font-variant-numeric:tabular-nums;font-weight:700}.dashboard-table__addr{color:var(--color-text);font-weight:500}.dashboard-table__city{color:var(--color-text-muted);text-transform:capitalize;margin-top:.125rem;font-size:.85rem}.dashboard-table__open{color:var(--color-accent);white-space:nowrap;font-size:.9rem;font-weight:600;text-decoration:none}.dashboard-table__open:hover{color:var(--color-accent-hover)}.dashboard-badge{border:1px solid;border-radius:999px;align-items:center;padding:.25rem .75rem;font-size:.78rem;font-weight:600;display:inline-flex}.dashboard-badge--closed{color:#166534;background:#dcfce7;border-color:#bbf7d0}.dashboard-badge--cancelled{color:#991b1b;background:#fee2e2;border-color:#fecaca}.dashboard-badge--pending{color:#854d0e;background:#fef3c7;border-color:#fde68a}.dashboard-badge--default{background:var(--color-bg-alt);color:var(--color-text);border-color:var(--color-border)}@media (width<=768px){.dashboard-header h1{font-size:1.625rem}}.marketing-toggle{border:1px solid var(--color-border);background:var(--color-bg);cursor:pointer;border-radius:999px;align-items:center;gap:.75rem;padding:.5rem .75rem .5rem .5rem;font-family:inherit;transition:all .15s;display:inline-flex}.marketing-toggle:disabled{cursor:not-allowed;opacity:.6}.marketing-toggle.is-busy{opacity:.7}.marketing-toggle__track{background:#9ca3af;border-radius:999px;flex-shrink:0;width:44px;height:24px;transition:background .2s;position:relative}.marketing-toggle.is-on .marketing-toggle__track{background:#16a34a}.marketing-toggle__thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.marketing-toggle.is-on .marketing-toggle__thumb{transform:translate(20px)}.marketing-toggle__label{color:var(--color-text-muted);font-size:.9rem;font-weight:600}.marketing-toggle.is-on .marketing-toggle__label{color:#166534}.filedetail{background:var(--color-bg-alt);min-height:calc(100vh - 72px);padding:2rem 0 5rem}.filedetail-state{text-align:center;color:var(--color-text-muted);padding:5rem 1.5rem}.filedetail-state--error{color:#991b1b}.filedetail__crumbs{margin-bottom:1rem;font-size:.9rem}.filedetail__crumbs a{color:var(--color-text-muted);font-weight:500;text-decoration:none}.filedetail__crumbs a:hover{color:var(--color-accent)}.filedetail__hero{background:var(--color-primary);color:var(--color-text-light);border-radius:var(--radius-md);margin-bottom:1.5rem;padding:2rem 2rem 1.75rem}.filedetail__hero h1{color:var(--color-text-light);word-break:break-word;margin-bottom:.75rem;font-size:clamp(1.5rem,3.5vw,2rem)}.filedetail__hero-meta{color:#cbd5e1;flex-wrap:wrap;gap:.75rem 1.5rem;font-size:.9rem;display:flex}.filedetail__hero-meta strong{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-right:.375rem;font-size:.72rem;font-weight:700}.filedetail__grid{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem;display:grid}.filedetail__col{flex-direction:column;gap:1.5rem;display:flex}.filedetail__card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.filedetail__card-title{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);background:var(--color-bg-alt);margin:0;padding:1rem 1.25rem;font-size:.85rem;font-weight:700}.filedetail__card-body{padding:1.25rem}.filedetail__section+.filedetail__section{border-top:1px solid var(--color-border);margin-top:1.25rem;padding-top:1.25rem}.filedetail__card-body h4{color:var(--color-primary);margin-bottom:.625rem;font-size:.95rem;font-weight:700}.filedetail__card-body dl{grid-template-columns:1fr;gap:.5rem;margin:0;display:grid}.filedetail__card-body dl>div{grid-template-columns:160px 1fr;align-items:baseline;gap:1rem;padding:.375rem 0;display:grid}.filedetail__card-body dl>div:not(:last-child){border-bottom:1px dashed var(--color-border)}.filedetail__card-body dt{color:var(--color-text-muted);font-size:.85rem;font-weight:500}.filedetail__card-body dd{color:var(--color-text);word-break:break-word;margin:0;font-size:.95rem;font-weight:500}.filedetail__card-body dd a{color:var(--color-accent);text-decoration:none}.filedetail__card-body dd a:hover{text-decoration:underline}.filedetail__status{flex-direction:column;gap:.5rem;display:flex}.filedetail__status-badge{background:var(--color-bg-alt);width:fit-content;color:var(--color-text);border:1px solid var(--color-border);border-radius:999px;align-items:center;padding:.5rem 1.25rem;font-size:.95rem;font-weight:700;display:inline-flex}.filedetail__status-badge--closed{color:#166534;background:#dcfce7;border-color:#bbf7d0}.filedetail__status-badge--cancelled{color:#991b1b;background:#fee2e2;border-color:#fecaca}.filedetail__status-badge--pending{color:#854d0e;background:#fef3c7;border-color:#fde68a}.filedetail__status-sub{color:var(--color-text-muted);font-size:.85rem}.filedetail__marketing-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.filedetail__marketing-label{color:var(--color-primary);font-weight:600}.filedetail__hint{background:var(--color-bg-alt);border:1px dashed var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-muted);margin:0 0 1rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.5}.filedetail__hint--locked{color:#854d0e;background:#fef3c7;border:1px solid #fde68a;font-weight:500}.filedetail__attachments{flex-direction:column;gap:.5rem;display:flex}.filedetail__attachment{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);align-items:center;gap:.75rem;padding:.625rem .875rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.filedetail__attachment:hover{border-color:var(--color-accent);color:var(--color-accent);background:var(--color-bg)}.filedetail__attachment-icon{color:#fff;letter-spacing:.05em;border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:28px;font-size:.65rem;font-weight:700;display:inline-flex}.filedetail__attachment-name{word-break:break-word;flex:1}.filedetail__links{flex-direction:column;gap:0;display:flex}.filedetail__link-row{border-bottom:1px dashed var(--color-border);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;font-size:.95rem;display:flex}.filedetail__link-row:last-child{border-bottom:none}.filedetail__link-row span:first-child{color:var(--color-text);font-weight:500}.filedetail__link-row a{color:var(--color-accent);font-size:.9rem;font-weight:600;text-decoration:none}.filedetail__link-row a:hover{text-decoration:underline}.filedetail__link-empty{color:var(--color-text-muted);font-size:.85rem;font-style:italic}@media (width<=900px){.filedetail__grid{grid-template-columns:1fr}.filedetail__card-body dl>div{grid-template-columns:1fr;gap:.125rem}}.coming-soon{padding:4rem 0 5rem}.coming-soon h1{margin:.5rem 0 1rem;font-size:2rem}.coming-soon p{color:var(--color-text-muted);max-width:540px;font-size:1.05rem;line-height:1.6}
