:root{--navbar-height:95px}.navbar{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;width:100%;height:var(--navbar-height);padding:10px 30px;box-shadow:0 4px 10px #0000001a;z-index:9999;transition:background .3s ease,box-shadow .3s ease}.navbar.solid{background:#8e8b63;box-shadow:0 4px 12px #00000026}.navbar.transparent{background:linear-gradient(to bottom,#0000006e,#b9b9b918,#fff0);box-shadow:none}.mobile-nav-container{position:fixed;top:0;left:0;z-index:10000}.menu-btn{position:fixed;top:15px;left:15px;display:flex;flex-direction:column;justify-content:space-around;width:30px;height:26px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10001}.menu-btn:focus{outline:none}.menu-btn .bar{width:100%;height:3px;background-color:#5b4234;border-radius:2px;transition:all .3s ease;transform-origin:1px}.menu-btn .bar.open:nth-child(1){transform:rotate(45deg)}.menu-btn .bar.open:nth-child(2){opacity:0}.menu-btn .bar.open:nth-child(3){transform:rotate(-45deg)}.logo-box{cursor:pointer;display:flex;justify-content:flex-start;align-items:center}.mobile-logo-box{padding:20px;text-align:center;border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:15px}.logo-img{width:70px;height:70px;border-radius:50%}.nav-links{display:flex;gap:20px;list-style:none;margin:0;padding:0;align-items:center}.nav-links li{display:flex;flex-direction:column;justify-content:center;align-items:center}.nav-links li a{display:block;padding:8px 12px;text-decoration:none;color:#ffa1aa;font-weight:600;font-size:1.1em;border-radius:4px;transition:background-color .3s ease,color .3s ease}.nav-links li a.active{color:#e4c9b6}@media (max-width: 768px){.nav-links{position:fixed;top:0;left:0;width:210px;height:100vh;background-color:#8e8b63;flex-direction:column;padding:20px 0;gap:10px;transition:transform .3s ease-in-out;transform:translate(-100%);box-shadow:4px 0 12px #00000026;z-index:10000;overflow-y:auto}.nav-links.open{transform:translate(0)}.nav-links li{width:100%;padding:0 15px}.nav-links li a{color:#fff;font-weight:600;padding:12px 20px;font-size:1rem;border-radius:6px;width:100%}.nav-links li a.active{background-color:#6d6a49;color:#f2e6d8}.nav-links li a:hover{background-color:#7a7955;color:#f2e6d8}}@media (min-width: 769px){.mobile-nav-container{display:none}}.footer{background-color:#8e8b63;color:#a8a8a8;padding:40px 20px 20px;font-family:Inter,sans-serif;font-size:16px}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}.footer-brand{flex:1 1 300px;min-width:280px}.footer-title{font-size:28px;margin-bottom:12px;font-weight:700;color:#fff}.footer-description{line-height:1.5;color:#d1d5db;margin-bottom:0}.footer-links{flex:1 1 200px;min-width:160px}.footer-links h3{font-size:22px;margin-bottom:12px;color:#fff}.footer-links .menu-columns{display:flex;gap:50px}.footer-links .main-menu,.footer-links .secondary-menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-links ul li a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-links ul li a:hover{color:#60a5fa}.footer-contact{flex:1 1 220px;min-width:200px}.footer-contact h3{font-size:22px;margin-bottom:12px;color:#fff}.footer-contact p{margin-bottom:8px;color:#9ca3af}.footer-social{flex:1 1 160px;min-width:160px}.footer-social h3{font-size:22px;margin-bottom:12px;color:#fff}.social-icons{display:flex;gap:15px;font-size:24px}.social-icons a{color:#9ca3af;transition:color .3s ease}.social-icons a:hover{color:#60a5fa}.footer-bottom{margin-top:30px;text-align:center;font-size:14px;color:#6b7280;border-top:1px solid #374151;padding-top:20px}@media (max-width: 992px){.footer-container{gap:25px}.footer-brand,.footer-links,.footer-contact,.footer-social{flex:1 1 45%;min-width:200px}.footer-links .menu-columns{gap:25px}}@media (max-width: 768px){.footer{padding:30px 15px 15px}.footer-container{gap:20px}.footer-title{font-size:24px}.footer-links h3,.footer-contact h3,.footer-social h3{font-size:20px}.footer-description{font-size:15px}.footer-links .menu-columns{gap:20px}}@media (max-width: 576px){.footer-container{flex-direction:column;gap:25px}.footer-brand,.footer-links,.footer-contact,.footer-social{flex:1 1 100%;min-width:100%}.footer-title{font-size:22px;margin-bottom:10px}.footer-links h3,.footer-contact h3,.footer-social h3{font-size:18px;margin-bottom:10px}.footer-bottom{margin-top:25px;padding-top:15px;font-size:13px}.social-icons{font-size:22px;gap:12px}.footer-links .menu-columns{display:flex;gap:15px}.footer-links .main-menu,.footer-links .secondary-menu{flex:.3;min-width:0}}.whatsapp-button{position:fixed;bottom:20px;right:20px;width:65px;height:65px;background-color:#25d366;border-radius:50%;box-shadow:0 6px 10px #0003;z-index:999;display:flex;justify-content:center;align-items:center;cursor:pointer;animation:vibrate 1.2s infinite;transition:transform .2s}.whatsapp-button:hover{transform:scale(1.1)}.whatsapp-button img{width:35px;height:35px}@keyframes vibrate{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}to{transform:translate(0)}}.slider-container{display:flex;gap:2rem;max-width:100%;margin:0 auto;position:relative}.slider-previews{display:flex;flex-direction:column;gap:1rem;width:120px;flex-shrink:0;background:var(--clr-bg-dark);border-radius:var(--radius);padding:1.2rem .8rem;box-shadow:var(--shadow-soft)}.previews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem;padding:0 .5rem}.previews-header h3{font-size:.9rem;color:var(--clr-primary-dark);margin:0;font-weight:600}.previews-header span{font-size:.8rem;color:var(--clr-text-light);background:var(--clr-white);padding:.2rem .6rem;border-radius:12px;font-weight:500}.previews-scroll{display:flex;flex-direction:column;gap:.8rem;overflow-y:auto;max-height:450px;padding-right:4px}.previews-scroll::-webkit-scrollbar{width:4px}.previews-scroll::-webkit-scrollbar-track{background:var(--clr-bg);border-radius:2px}.previews-scroll::-webkit-scrollbar-thumb{background:var(--clr-primary-light);border-radius:2px}.preview-item{width:100%;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;opacity:.7;transition:all .3s ease;border:2px solid transparent;position:relative;box-shadow:var(--shadow-soft)}.preview-item:hover{opacity:.9;transform:translateY(-2px)}.preview-item.active{opacity:1;border-color:var(--clr-primary);transform:scale(1.03);box-shadow:0 6px 16px #8e8b6340}.preview-number{position:absolute;top:6px;left:6px;background:var(--clr-primary);color:#fff;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;z-index:2;box-shadow:0 2px 4px #0003}.preview-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.preview-item:hover img{transform:scale(1.05)}.slider-wrapper{position:relative;flex:1;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow-soft);background:var(--clr-bg-dark);-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.slider-wrapper.enlarged-slider{height:500px}.slider-counter{background:#fffffff2;padding:.6rem 1.2rem;border-radius:25px;font-weight:700;color:var(--clr-primary-dark);font-size:.95rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none;position:absolute;top:1.5rem;left:1.5rem;z-index:25;box-shadow:0 4px 15px #0000001a;border:1px solid rgba(255,255,255,.3)}.slider-controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;align-items:center;padding:0 1rem;z-index:25;pointer-events:none}.slider-control-btn{background:#fffffff2;border:none;width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--clr-primary-dark);cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 6px 20px #00000026;pointer-events:auto;border:1px solid rgba(255,255,255,.4);position:relative;overflow:hidden}.slider-control-btn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,var(--clr-primary-light),var(--clr-primary));opacity:0;transition:opacity .3s ease;border-radius:50%}.slider-control-btn:hover{background:var(--clr-white);transform:translateY(-50%) scale(1.15);color:var(--clr-primary);box-shadow:0 8px 25px #0003}.slider-control-btn:hover:before{opacity:.1}.slider-control-btn:active{transform:translateY(-50%) scale(.95)}.slider-control-btn svg{position:relative;z-index:2;transition:transform .2s ease}.slider-control-btn:hover svg{transform:scale(1.1)}.slider-control-btn:first-child{transform:translate(-30%,-50%)}.slider-control-btn:first-child:hover{transform:translate(-30%,-50%) scale(1.15)}.slider-control-btn:last-child{transform:translate(30%,-50%)}.slider-control-btn:last-child:hover{transform:translate(30%,-50%) scale(1.15)}.slider-loading{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:var(--clr-bg);z-index:15;-webkit-user-select:none;user-select:none}.loading-spinner{width:50px;height:50px;border:4px solid rgba(142,139,99,.1);border-top:4px solid var(--clr-primary);border-radius:50%;animation:spin 1s linear infinite}.slider{display:flex;height:100%;will-change:transform;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.slide{min-width:100%;height:100%;flex-shrink:0;position:relative;-webkit-user-select:none;user-select:none}.slide img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;pointer-events:none}.slide-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%);color:#fff;transform:translateY(100%);transition:transform .4s ease;-webkit-user-select:none;user-select:none;pointer-events:none}.slide:hover .slide-overlay{transform:translateY(0)}.slide-info h4{margin:0 0 .5rem;font-size:1.2rem}.slide-info p{margin:0;font-size:.9rem;opacity:.9}.slider-dots{position:absolute;bottom:1.8rem;left:50%;transform:translate(-50%);display:flex;justify-content:center;gap:.6rem;z-index:15}.dot{width:16px;height:16px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;padding:0}.dot:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--clr-white);border-radius:50%;transform:scale(0);transition:transform .3s ease}.dot.active:before{transform:scale(.6)}.dot:hover:before{transform:scale(.8)}.dot.active{background:#ffffffe6;transform:scale(1.2)}.dot-progress{position:absolute;bottom:0;left:0;height:2px;background:var(--clr-primary);width:0%;transition:width 5s linear}.dot.active .dot-progress{width:100%}@media (max-width: 968px){.slider-container{flex-direction:column-reverse;gap:1.5rem}.slider-previews{width:100%;padding:1rem}.previews-scroll{flex-direction:row;overflow-x:auto;max-height:none;padding-bottom:8px}.preview-item{min-width:80px;height:60px}.slider-wrapper.enlarged-slider{height:400px}.slider-control-btn{width:45px;height:45px}.slider-counter{top:1rem;left:1rem;font-size:.85rem;padding:.5rem 1rem}.slider-control-btn:first-child{transform:translateY(-50%);margin-left:.5rem}.slider-control-btn:last-child{transform:translateY(-50%);margin-right:.5rem}.slider-control-btn:first-child:hover,.slider-control-btn:last-child:hover{transform:translateY(-50%) scale(1.15)}}@media (max-width: 1200px){.slider-previews{width:110px}.preview-item{height:75px}.slider-wrapper.enlarged-slider{height:450px}.slider-control-btn{width:50px;height:50px}.slide-overlay{padding:1.8rem}.slide-info h4{font-size:1.1rem}}@media (max-width: 968px){.slider-container{flex-direction:column-reverse;gap:1.5rem}.slider-previews{width:100%;padding:1rem}.previews-header{margin-bottom:.6rem}.previews-scroll{flex-direction:row;overflow-x:auto;max-height:none;padding-bottom:10px;gap:.6rem}.preview-item{min-width:85px;height:65px}.preview-number{width:20px;height:20px;font-size:.65rem}.slider-wrapper.enlarged-slider{height:420px}.slider-control-btn{width:45px;height:45px}.slider-control-btn:first-child{transform:translateY(-50%);margin-left:.8rem}.slider-control-btn:last-child{transform:translateY(-50%);margin-right:.8rem}.slider-counter{top:1.2rem;left:1.2rem;font-size:.85rem;padding:.5rem 1rem}.slider-dots{bottom:1.5rem;padding:.7rem 1.1rem}.dot{width:14px;height:14px}}@media (max-width: 768px){.slider-wrapper.enlarged-slider{height:380px}.preview-item{min-width:75px;height:55px}.slider-control-btn{width:42px;height:42px}.slider-control-btn:first-child{margin-left:.6rem}.slider-control-btn:last-child{margin-right:.6rem}.slide-overlay{padding:1.5rem}.slide-info h4{font-size:1.05rem;margin-bottom:.4rem}.slide-info p{font-size:.85rem}.slider-dots{bottom:1.3rem;padding:.6rem 1rem;gap:.7rem}}@media (max-width: 640px){.slider-wrapper.enlarged-slider{height:340px}.preview-item{min-width:70px;height:50px}.preview-number{width:18px;height:18px;font-size:.6rem;top:4px;left:4px}.slider-control-btn{width:38px;height:38px}.slider-control-btn svg{width:18px;height:18px}.slider-control-btn:first-child{margin-left:.5rem}.slider-control-btn:last-child{margin-right:.5rem}.slider-counter{top:1rem;left:1rem;font-size:.8rem;padding:.4rem .8rem}.slide-overlay{padding:1.2rem}.slide-info h4{font-size:1rem}.slide-info p{font-size:.8rem}.slider-dots{bottom:1.1rem;padding:.5rem .9rem;gap:.6rem}.dot{width:12px;height:12px}}@media (max-width: 480px){.slider-wrapper.enlarged-slider{height:300px}.slider-previews{padding:.8rem}.previews-header{flex-direction:column;gap:.4rem;align-items:flex-start}.previews-header h3{font-size:.85rem}.previews-header span{font-size:.75rem;padding:.2rem .5rem}.preview-item{min-width:65px;height:45px}.slider-control-btn{width:35px;height:35px}.slider-control-btn svg{width:16px;height:16px}.slider-control-btn:first-child{margin-left:.4rem}.slider-control-btn:last-child{margin-right:.4rem}.slider-counter{top:.8rem;left:.8rem;font-size:.75rem;padding:.35rem .7rem}.slide-overlay{padding:1rem}.slide-info h4{font-size:.9rem;margin-bottom:.3rem}.slide-info p{font-size:.75rem}.slider-dots{bottom:1rem;padding:.4rem .8rem;gap:.5rem}.dot{width:10px;height:10px}}@media (max-width: 360px){.slider-wrapper.enlarged-slider{height:280px}.preview-item{min-width:60px;height:40px}.slider-control-btn{width:32px;height:32px}.slider-control-btn svg{width:14px;height:14px}.slider-counter{font-size:.7rem;padding:.3rem .6rem}.slide-info h4{font-size:.85rem}.slider-dots{padding:.35rem .7rem}}@media (min-width: 1400px){.slider-wrapper.enlarged-slider{height:550px}.slider-previews{width:140px}.preview-item{height:90px}.preview-number{width:24px;height:24px;font-size:.75rem}.slider-control-btn{width:60px;height:60px}.slider-control-btn svg{width:24px;height:24px}.slide-overlay{padding:2.5rem}.slide-info h4{font-size:1.3rem}.slide-info p{font-size:1rem}}@media (min-width: 1920px){.slider-wrapper.enlarged-slider{height:650px}.slider-previews{width:160px}.preview-item{height:100px}.slider-control-btn{width:70px;height:70px}.slider-control-btn svg{width:28px;height:28px}.slider-counter{font-size:1.1rem;padding:.7rem 1.4rem}}@keyframes progress{0%{width:0%}to{width:100%}}.dot.active .dot-progress{animation:progress 5s linear}.slider-wrapper{cursor:grab}.slider-wrapper:active{cursor:grabbing}.slider-control-btn,.dot,.preview-item{cursor:pointer}.slider-container{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.slider-control-btn,.slider-counter,.slider-dots{border-width:.5px}}@media (prefers-reduced-motion: reduce){.slider,.slider-control-btn,.preview-item,.dot{transition:none}.dot.active .dot-progress{animation:none}.slide-overlay{transition:none}}@media (prefers-color-scheme: dark){.slider-previews{background:#0003}.slider-wrapper{background:#0000001a}}@media (max-width: 790px) and (orientation: portrait){.slider-wrapper.enlarged-slider{height:50vh;max-height:400px;min-height:300px}}:root{--clr-primary: #8E8B63;--clr-primary-light: #a8a57e;--clr-primary-dark: #6b684a;--clr-wood-light: #d2b48c;--clr-wood-medium: #b38b6d;--clr-wood-dark: #8b5a2b;--clr-bg: #f8f4e8;--clr-bg-dark: #ede8d5;--clr-text: #3e3e3e;--clr-text-light: #666666;--clr-white: #ffffff;--clr-border: #d4d0a0;--radius: 8px;--shadow-soft: 0 4px 12px rgba(0, 0, 0, .08);--shadow-hover: 0 6px 16px rgba(0, 0, 0, .12);--transition: .3s cubic-bezier(.25, .8, .25, 1)}body{font-family:Inter,system-ui,sans-serif;color:var(--clr-text);background-color:var(--clr-bg);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:0rem 0}.section__title{font-size:2rem;color:var(--clr-primary-dark);text-align:center;margin-bottom:1rem;position:relative}.section__title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:var(--clr-primary)}.section__subtitle{text-align:center;color:var(--clr-primary-dark);max-width:700px;margin:0 auto 2rem;font-size:1.1rem}.btn{display:inline-block;padding:.8rem 1.8rem;border-radius:var(--radius);font-weight:600;transition:var(--transition);cursor:pointer;border:none;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem}.btn-primary{background:var(--clr-primary);color:var(--clr-white);box-shadow:var(--shadow-soft);padding:.9rem 2.2rem;font-size:1rem;border:none;border-radius:var(--radius);cursor:pointer;transition:all .3s ease}.btn-primary:hover{background:var(--clr-primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-secondary{background:var(--clr-white);color:var(--clr-primary);border:2px solid var(--clr-primary)}.btn-secondary:hover{background:var(--clr-bg-dark)}.btn-large{padding:1rem 2.5rem;font-size:1rem}.virtual-tour-cta{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--clr-border)}.hero{margin-bottom:1rem;position:relative}.hero__img{width:100%;height:auto;max-height:88vh;object-fit:cover;display:block;box-shadow:var(--shadow-hover)}.hero__content-below{text-align:center;padding:2.5rem 1rem}.hero__content-below h1{font-size:2.2rem;color:var(--clr-primary-dark);margin-bottom:1rem;font-weight:700}.hero__content-below p{font-size:1.2rem;color:var(--clr-primary-dark);margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service__card{background:var(--clr-white);padding:2rem;border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-soft);border:1px solid var(--clr-border);transition:var(--transition)}.service__card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.service__icon{font-size:2.5rem;margin-bottom:1.5rem;color:var(--clr-primary-dark)}.service__card h3{color:var(--clr-primary-dark);margin-bottom:1rem;font-size:1.3rem}.service__card p{color:var(--clr-primary-dark);margin-bottom:1rem;font-size:1rem}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial__card{background:var(--clr-white);padding:2rem;border-radius:var(--radius);border:1px solid var(--clr-border);box-shadow:var(--shadow-soft);position:relative}.testimonial__card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--clr-primary);border-radius:var(--radius) 0 0 var(--radius)}.testimonial__quote{font-style:italic;margin-bottom:1.5rem;color:var(--clr-text);position:relative}.testimonial__author{border-top:1px solid var(--clr-border);padding-top:1rem}.testimonial__author strong{display:block;color:var(--clr-wood-dark)}.testimonial__author span{color:var(--clr-text-light);font-size:.9rem}.cta{text-align:center;padding:4rem 1rem;margin:2rem 0;border-radius:var(--radius);color:var(--clr-white)}.cta__title{font-size:2rem;color:var(--clr-primary-dark);margin-bottom:1rem}.cta__subtitle{font-size:1.1rem;color:var(--clr-primary-dark);margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.section{padding:3rem 0}.hero__content-below h1{font-size:1.8rem}.hero__content-below p{font-size:1rem}.hero__buttons{flex-direction:column;gap:1rem}.btn{width:100%;max-width:300px;margin:0 auto}}:root{--terracotta: #a0522d;--gold: #d4af37;--text-dark: #1f1f1f;--bg-light: #f5f5f5;--section-bg: #fffdf7;--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif}.about-container{font-family:var(--font-family);color:var(--text-dark)}.about-hero{text-align:center;background-color:#8e8b63;color:#fff;padding:60px 30px 40px;border-radius:0 0 30px 30px;box-shadow:0 6px 15px #a0522d66}.about-hero h1{font-size:2.8rem;margin-bottom:25px;font-weight:700;margin-top:36px}.hero-image{max-width:100%;height:auto;border-radius:16px;box-shadow:0 5px 15px #0003}.about-section{display:flex;align-items:center;gap:40px;background:#f4ecc2;padding:30px 280px;box-shadow:0 4px 14px #0003;transition:all .3s ease}.about-section.left{flex-direction:row}.about-section.right{flex-direction:row-reverse}.map-container{flex:1 1 480px;max-width:540px;aspect-ratio:16 / 9;border:5px solid #8E8B63;border-radius:14px;overflow:hidden;box-shadow:0 6px 18px #d4af374d}.map-container iframe{width:100%;height:100%;border:none;display:block}.image-container{flex:1 1 480px;max-width:540px}.image-container img{width:100%;border-radius:16px;object-fit:cover;box-shadow:0 5px 20px #a0522d40;transition:transform .3s ease}.image-container img:hover{transform:scale(1.04)}.content-container{flex:1 1 450px;max-width:600px;font-size:1.1rem;color:#8e8b63}.content-container h2{color:#8e8b63;font-size:2rem;margin-bottom:20px;font-weight:700}.content-button{margin-top:25px;padding:12px 28px;font-size:1rem;font-weight:700;border-radius:8px;border:2px solid #8E8B63;background-color:transparent;cursor:pointer;transition:background-color .3s ease,color .3s ease;-webkit-user-select:none;user-select:none}.content-button:hover,.content-button:focus{background-color:#8e8b63;color:#fff;outline:none}.about-last-section{margin-bottom:80px}@media (max-width: 900px){.about-section{flex-direction:column!important;gap:30px;padding:25px 15px}.map-container,.image-container,.content-container{max-width:100%;flex:none}.about-hero h1{font-size:2rem}}@media (max-width: 480px){.about-hero{padding:40px 15px 30px}.content-button{width:100%;padding:14px;font-size:1.1rem}}:root{--primary: #8E8B63;--primary-dark: #6B684A;--primary-light: #A8A57E;--secondary: #4A6B8B;--bg: #F8F5E6;--text: #333333;--text-light: #666666;--white: #FFFFFF;--light-gray: #F0F0F0;--border: #E0E0E0;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-xxl: 10rem;--font-base: "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--font-heading: "Playfair Display", serif;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 2px 8px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.12);--shadow-lg: 0 8px 24px rgba(0,0,0,.16);--transition: .3s cubic-bezier(.25, .8, .25, 1);--thumb-w: min(300px, 80vw);--thumb-h: calc(var(--thumb-w) * .9)}.tour-section{padding:var(--space-xxl) var(--space-xl) var(--space-xl) var(--space-xl);max-width:1440px;margin:0 auto}.tour-header{text-align:center;margin-bottom:var(--space-xxl)}.tour-title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--primary-dark);margin:0 auto var(--space-sm);position:relative;display:inline-block}.tour-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:80px;height:4px;background:var(--primary);border-radius:2px}.tour-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-light);max-width:700px;margin:0 auto}.tour-category{margin-bottom:var(--space-xxl)}.category-header{display:flex;justify-content:center;align-items:center;position:relative;margin-bottom:var(--space-lg);padding-bottom:12px;border-bottom:1px solid var(--border);border-top:1px solid var(--border)}.category-title{font-size:clamp(1.4rem,3vw,1.8rem);font-weight:600;color:var(--primary);margin:0;position:relative;text-align:center}.category-title:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--primary);border-radius:2px}.category-count{position:absolute;right:0;font-size:.9rem;color:var(--text-light);background:var(--light-gray);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm)}.scroll-wrapper{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);position:relative}.image-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:var(--thumb-w);gap:var(--space-lg);overflow-x:auto;scroll-behavior:smooth;padding:var(--space-sm) 0;overscroll-behavior-x:contain;-ms-overflow-style:none;scrollbar-width:none;scroll-padding:0 var(--space-md)}.image-scroll::-webkit-scrollbar{display:none}.property-card{background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition);cursor:pointer;display:flex;flex-direction:column;height:100%}.property-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.property-image-container{position:relative;width:100%;height:var(--thumb-h);overflow:hidden}.property-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.property-card:hover img{transform:scale(1.05)}.property-badge{position:absolute;top:var(--space-sm);right:var(--space-sm);background:var(--primary);color:var(--white);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.property-info{padding:var(--space-md);flex-grow:1;display:flex;flex-direction:column}.property-info h3{margin:0 0 var(--space-sm);font-size:1.2rem;font-weight:600;line-height:1.3;color:var(--text);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.price{font-weight:700;color:var(--primary);margin:0 0 var(--space-sm);font-size:1.1rem}.property-details{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:auto;font-size:.85rem;color:var(--text-light)}.property-details i{margin-right:var(--space-xs);color:var(--primary-light)}.scroll-btn{display:grid;place-items:center;background:var(--white);color:var(--primary);border:none;width:42px;height:42px;cursor:pointer;border-radius:50%;flex-shrink:0;transition:all var(--transition);box-shadow:var(--shadow-sm);position:relative;z-index:1}.scroll-btn:hover:not(:disabled){background:var(--primary);color:var(--white);transform:scale(1.1)}.scroll-btn:disabled{opacity:.5;cursor:not-allowed}.scroll-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.skeleton-card{width:var(--thumb-w);border-radius:var(--radius-md);overflow:hidden;background:var(--white);box-shadow:var(--shadow-sm);height:100%}.skeleton-img,.skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite linear;border-radius:var(--radius-sm)}.skeleton-img{width:100%;height:var(--thumb-h);margin-bottom:var(--space-md)}.skeleton-line{height:12px;margin:0 var(--space-md) var(--space-sm)}.skeleton-line.sm{width:60%}.skeleton-line.lg{width:80%}.empty-state{grid-column:1 / -1;text-align:center;padding:var(--space-xl);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-light)}.empty-icon{font-size:2.5rem;color:var(--primary-light);margin-bottom:var(--space-sm)}.empty-message{font-size:1.1rem;margin:0}.error-message{background:#fff5f5;border:1px solid #FED7D7;color:#e53e3e;padding:var(--space-md);border-radius:var(--radius-md);text-align:center;margin-bottom:var(--space-xl);max-width:600px;margin-left:auto;margin-right:auto}.retry-button{background:var(--primary);color:var(--white);border:none;padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);margin-top:var(--space-sm);cursor:pointer;font-weight:600;transition:var(--transition)}.retry-button:hover{background:var(--primary-dark)}@media (max-width: 1024px){:root{--thumb-w: min(260px, 75vw)}.scroll-wrapper{gap:var(--space-xs)}}@media (max-width: 768px){:root{--thumb-w: min(240px, 80vw);--thumb-h: calc(var(--thumb-w) * 1.1)}.tour-section{padding:var(--space-xl) var(--space-md)}.category-header{flex-direction:column;align-items:flex-start;gap:var(--space-xs)}}@media (max-width: 480px){:root{--thumb-w: min(220px, 85vw)}.property-info{padding:var(--space-sm)}.property-info h3{font-size:1rem}.price{font-size:.95rem}.property-details{font-size:.8rem}}.kpr-page{background-color:#f4ecc2;min-height:100vh;padding:60px 20px 40px;font-family:Segoe UI,sans-serif;color:#333;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.kpr-page:before{content:"";position:absolute;width:800px;height:800px;background:radial-gradient(circle at 30% 30%,#a0522d33,transparent 70%);top:-200px;left:-200px;z-index:0}.kpr-page h2{margin-bottom:2rem;font-size:2.5rem;color:sienna;text-align:center;z-index:1}.kpr-form{background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:100%;max-width:520px;padding:2.5rem 3rem;border-radius:40px 0;box-shadow:0 12px 35px #0003;display:flex;flex-direction:column;gap:1.2rem;z-index:1;transition:all .3s ease;border:2px dashed #a0522d66}.form-group{display:flex;flex-direction:column}.kpr-form label{font-weight:600;margin-bottom:.4rem;color:#444;font-size:.95rem}.kpr-form input,.kpr-form select{padding:12px 16px;border:1.8px dashed #a0522d55;border-radius:20px;font-size:1rem;background-color:#fffbe9;color:#222;transition:border-color .3s,box-shadow .3s}.kpr-form input::placeholder,.kpr-form select::placeholder{color:#777}.kpr-form input:focus,.kpr-form select:focus{outline:none;border-color:sienna;box-shadow:0 0 8px #a0522d66;background-color:#fffdf6}.kpr-form button{margin-top:1.2rem;padding:14px;background-color:sienna;color:#fff;border:none;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .3s,transform .2s,box-shadow .3s;box-shadow:0 5px 14px #a0522d66}.kpr-form button:hover{background-color:#7a3d1d;transform:scale(1.03);box-shadow:0 8px 20px #a0522d99}.kpr-result{margin-top:2.2rem;background:linear-gradient(135deg,#fffaf0 30%,#fce9cc);width:100%;max-width:500px;padding:2rem;border-radius:30px 10px;box-shadow:0 10px 30px #00000026;text-align:left;z-index:1;animation:fadeInUp .5s ease-in-out;border-left:5px solid #a0522d}.kpr-result h3{color:sienna;margin-bottom:1rem;font-size:1.5rem}.kpr-result p{margin:.6rem 0;font-size:1.05rem;color:#333}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.faq-wrapper{padding:80px 20px;font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333;max-width:1200px;margin:0 auto}.faq-header{text-align:center;margin-bottom:2rem}.faq-header h1{color:#6b4b3a;font-size:2rem;margin-bottom:.5rem;font-weight:600}.faq-header p{color:#7a6b5a;font-size:1rem;margin-bottom:1.5rem}.search-container{margin:1.5rem 0;display:flex;justify-content:center}.search-input-wrapper{position:relative;width:100%;max-width:600px}.search-input{width:100%;padding:.8rem 2.5rem .8rem 1rem;border:1px solid #d7ccc8;border-radius:30px;font-size:1rem;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;background-color:#fff8f0}.search-input:focus{outline:none;border-color:#8d6e63;box-shadow:0 2px 12px #8d6e6333}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#8d6e63}.clear-search{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#8d6e63;cursor:pointer;padding:.2rem}.clear-search:hover{color:#6d4c41}.category-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:1.5rem 0}.category-filter{padding:.5rem 1rem;background-color:#d7ccc8;border:none;border-radius:20px;cursor:pointer;font-size:.9rem;transition:all .2s ease;color:#5d4037}.category-filter:hover{background-color:#bcaaa4}.category-filter.active{background-color:#6d4c41;color:#fff}.faq-list{margin:2rem 0}.accordion-item{margin:1rem 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #00000014;transition:all .3s ease}.accordion-item:hover{box-shadow:0 4px 12px #0000001f}.accordion-title{width:100%;background:none;border:none;outline:none;cursor:pointer;padding:1.2rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;text-align:left;display:flex;justify-content:space-between;align-items:center;background-color:#8d6e63;transition:all .2s ease}.accordion-title:hover{background-color:#a1887f}.accordion-title.active{background-color:#6d4c41}.accordion-icon{color:#f5e9dc;font-size:1.2rem}.accordion-content-wrapper{max-height:0;overflow:hidden;transition:max-height .4s ease}.accordion-content-wrapper.open{max-height:500px}.accordion-content{padding:1.5rem;color:#5d4037;background-color:#fff8f0;border-top:1px solid #d7ccc8;line-height:1.6}.accordion-content p{margin-bottom:1rem}.faq-meta{display:flex;justify-content:flex-end;margin-top:1rem}.faq-category{background-color:#d7ccc8;color:#5d4037;padding:.3rem .8rem;border-radius:12px;font-size:.8rem;font-weight:500}.no-results{text-align:center;padding:2rem;color:#6b4b3a}.action-buttons{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.cs-button{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;background-color:#075e54;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 5px #0000001a}.cs-button:hover{background-color:#054d44;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}@media (max-width: 768px){.faq-wrapper{padding:60px 15px}.faq-header h1{font-size:1.6rem}.action-buttons{flex-direction:column;align-items:center}.ask-question-button,.cs-button{width:100%;justify-content:center}}@media (max-width: 480px){.category-filters{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.category-filter{white-space:nowrap}}.lokasi-page{padding:2rem 4%;font-family:Poppins,sans-serif;background-color:#f4ecc2;color:#333}.lokasi-hero{background:linear-gradient(to right,#f4e7d2,#fdfdfd);padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem;text-align:center}.lokasi-hero h1{font-size:2rem;color:sienna;margin-bottom:1rem}.lokasi-hero p{font-size:1.1rem;color:#555}.lokasi-detail{display:flex;flex-direction:column;gap:2.5rem}.map iframe{width:100%;border-radius:10px;height:400px;box-shadow:0 4px 16px #0000001a}.lokasi-info{background-color:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 4px 16px #00000012}.lokasi-info ul{list-style:none;padding:0}.lokasi-info li{font-size:1.05rem;padding:.8rem 0;border-bottom:1px solid #eee;display:flex;align-items:center;gap:.6rem}.lokasi-info li:last-child{border-bottom:none}.prestasi-page{padding:2rem 4%;font-family:Poppins,sans-serif;background-color:#f4ecc2;color:#333}.breadcrumb{font-size:.9rem;color:#888;margin-bottom:1.5rem;cursor:pointer}.breadcrumb span:hover{text-decoration:underline;color:sienna}.prestasi-hero{background-color:#f6ebd8;padding:2rem;border-radius:12px;text-align:center;margin-bottom:2.5rem;box-shadow:0 3px 12px #0000000d}.prestasi-hero h1{font-size:2rem;color:sienna;margin-bottom:1rem}.prestasi-hero p{font-size:1.1rem;color:#555}.awards-gallery{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:3rem}.award-card{background-color:#fff;width:300px;border-radius:12px;box-shadow:0 6px 20px #0000001a;transition:transform .3s ease;overflow:hidden}.award-card:hover{transform:translateY(-5px)}.award-card img{width:100%;height:180px;object-fit:cover;border-bottom:1px solid #eee}.award-card h3{margin:1rem;color:sienna;font-size:1.2rem}.award-card p{margin:0 1rem 1rem;font-size:.95rem;color:#555}.highlight-section{background-color:#fdf6ec;padding:2rem;border-radius:12px;box-shadow:0 3px 12px #0000000d}.highlight-section h2{color:sienna;margin-bottom:1rem}.highlight-section ul{list-style:none;padding-left:0}.highlight-section li{font-size:1.05rem;padding:.7rem 0;border-bottom:1px dashed #ddd;display:flex;align-items:center;gap:.5rem}.highlight-section li:last-child{border-bottom:none}.dashboard-admin-container{display:flex;min-height:100vh;background-color:#f8fafc;font-family:Inter,sans-serif}.dashboard-admin-sidebar{width:280px;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;padding:2rem 1.5rem;position:fixed;height:100%;box-shadow:4px 0 10px #0000001a}.dashboard-admin-logo{font-size:1.5rem;margin-bottom:2rem;text-align:center;font-weight:700;color:#f8fafc;letter-spacing:1px}.dashboard-admin-nav{display:flex;flex-direction:column;gap:.75rem}.dashboard-admin-navlink{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;border-radius:8px;color:#94a3b8;text-decoration:none;transition:all .3s ease;font-size:.95rem}.dashboard-admin-navlink:hover{background:#ffffff0d;color:#e2e8f0}.dashboard-admin-active{background:#3b82f6;color:#fff!important}.dashboard-admin-icon{font-size:1.1rem}.dashboard-admin-maincontent{flex:1;margin-left:280px;padding:2rem 3rem;background-color:#fff;min-height:100vh}@media (max-width: 768px){.dashboard-admin-sidebar{width:100%;position:relative;height:auto}.dashboard-admin-maincontent{margin-left:0;padding:1.5rem}}.property-list-container{padding:2rem;max-width:1200px;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.property-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1.5rem}.property-list-header h2{font-size:1.8rem;color:#2c3e50;margin:0}.list-controls{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.search-container{position:relative;flex-grow:1;min-width:280px}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;box-shadow:0 1px 3px #0000000d}.search-input:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf5033}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#7f8c8d}.category-filter{padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;background-color:#fff;cursor:pointer;transition:all .3s ease}.category-filter:focus{outline:none;border-color:#4caf50}.property-count{color:#7f8c8d;font-size:.95rem;white-space:nowrap}.add-button{background-color:#4caf50;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 5px #0000001a}.add-button:hover{background-color:#3d8b40;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.property-categories{display:flex;flex-direction:column;gap:2.5rem}.property-category-section{margin-bottom:1.5rem}.category-title{font-size:1.5rem;margin-bottom:1.5rem;color:#2c3e50;padding-bottom:.5rem;border-bottom:2px solid #f1f1f1;display:flex;align-items:center}.category-count{margin-left:.5rem;font-size:1rem;color:#7f8c8d;font-weight:400}.property-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.property-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s ease;display:flex;flex-direction:column;height:100%;position:relative}.property-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.property-image-container{width:100%;height:220px;overflow:hidden;position:relative}.property-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.property-card:hover .property-image{transform:scale(1.05)}.featured-badge{position:absolute;top:1rem;right:1rem;background-color:#e74c3c;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:700;z-index:1}.property-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.property-content h3{margin:0 0 1rem;font-size:1.2rem;color:#2c3e50;line-height:1.4;font-weight:600}.price-section{margin-bottom:1rem}.price{font-weight:700;color:#27ae60;font-size:1.2rem}.price-per-unit{display:block;font-size:.9rem;color:#7f8c8d;margin-top:.25rem}.location-section{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1.25rem;color:#34495e}.location-icon{font-size:1rem;margin-top:.1rem}.location-text{flex:1;font-size:.95rem;line-height:1.4}.property-meta{display:flex;gap:1.5rem;margin-top:auto;margin-bottom:1.5rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#34495e}.meta-icon{font-size:1rem}.property-actions{display:flex;gap:1rem;margin-top:auto}.action-btn{flex:1;padding:.75rem;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.edit-btn{background-color:#f8f9fa;color:#2c3e50;border:1px solid #e0e0e0}.edit-btn:hover{background-color:#e9ecef;border-color:#d0d0d0}.delete-btn{background-color:#fff5f5;color:#e74c3c;border:1px solid #ffdddd}.delete-btn:hover{background-color:#ffecec;border-color:#ffc9c9}.property-empty-state{text-align:center;padding:3rem 2rem;background:#f8f9fa;border-radius:12px;margin-top:2rem;border:1px dashed #e0e0e0}.empty-image{max-width:200px;margin-bottom:1.5rem;opacity:.7}.property-empty-state h3{font-size:1.5rem;color:#2c3e50;margin-bottom:.5rem}.property-empty-state p{margin-bottom:1.5rem;color:#7f8c8d;font-size:1.1rem;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.6}.primary-button{background-color:#4caf50;color:#fff;border:none;padding:.75rem 1.75rem;border-radius:8px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #4caf5033}.primary-button:hover{background-color:#3d8b40;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.skeleton-header{height:3rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;margin-bottom:2rem}.property-card-skeleton{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;height:380px}.skeleton-image{height:200px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-content{padding:1.5rem}.skeleton-line{height:1rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:1rem}.loading-more{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;color:#7f8c8d}.spinner{width:40px;height:40px;border:4px solid rgba(76,175,80,.2);border-top-color:#4caf50;border-radius:50%;animation:spin 1s linear infinite}.property-error-state{text-align:center;padding:3rem 2rem;background:#fff5f5;border-radius:12px;border:1px solid #ffdddd}.property-error-state h3{font-size:1.5rem;color:#e74c3c;margin-bottom:1rem}.property-error-state p{color:#7f8c8d;font-size:1.1rem;margin-bottom:1.5rem}.retry-button{background-color:#4caf50;color:#fff;border:none;padding:.75rem 1.75rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.retry-button:hover{background-color:#3d8b40}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 1024px){.property-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width: 768px){.property-list-header{flex-direction:column;align-items:stretch;gap:1.5rem}.list-controls{flex-direction:column;align-items:stretch;gap:1rem}.search-container,.category-filter{width:100%}.property-count{text-align:center;width:100%}.add-button{width:100%;justify-content:center}.property-grid{grid-template-columns:1fr}}@media (max-width: 480px){.property-list-container{padding:1.5rem 1rem}.property-content{padding:1.25rem}.property-actions{flex-direction:column;gap:.75rem}.action-btn{width:100%}}.property-form-container{max-width:900px;margin:2rem auto;padding:2.5rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.property-form-container h2{color:#2c3e50;font-size:1.8rem;margin-bottom:2rem;font-weight:600;text-align:center}.error-message{background-color:#fee2e2;color:#b91c1c;padding:1rem;border-radius:8px;margin-bottom:2rem;border-left:4px solid #dc2626;font-size:.95rem}.form-section{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.form-section:last-child{border-bottom:none;margin-bottom:1.5rem}.form-section h3{color:#374151;font-size:1.3rem;margin-bottom:1.5rem;font-weight:500;display:flex;align-items:center}.form-section h3:before{content:"";display:inline-block;width:8px;height:8px;background-color:#3b82f6;border-radius:50%;margin-right:12px}.form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}.form-group{flex:1;margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#4b5563;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:all .2s ease;background-color:#f9fafb}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background-color:#fff}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af;opacity:1}.form-group textarea{min-height:120px;resize:vertical;line-height:1.5}.form-hint{display:block;color:#6b7280;font-size:.85rem;margin-bottom:.75rem}.image-upload-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s ease;margin-bottom:1rem}.image-upload-button:hover{background-color:#2563eb;transform:translateY(-1px)}.image-upload-button:active{transform:translateY(0)}.image-preview-single{margin-top:1rem}.image-preview{position:relative;height:200px;width:100%;max-width:300px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e7eb}.image-preview img{width:100%;height:100%;object-fit:cover}.remove-image{position:absolute;top:8px;right:8px;background-color:#ef4444e6;color:#fff;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .2s}.remove-image:hover{background-color:#dc2626;transform:scale(1.1)}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2.5rem}.secondary-button{padding:.75rem 1.5rem;background-color:#f3f4f6;color:#4b5563;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.secondary-button:hover{background-color:#e5e7eb;color:#1f2937}.preview-button{padding:.75rem 1.5rem;background-color:#f59e0b;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.preview-button:hover{background-color:#d97706}.primary-button{padding:.75rem 1.5rem;background-color:#10b981;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.primary-button:hover{background-color:#059669}.preview-mode{background-color:#f9fafb;padding:2rem;border-radius:12px;border:1px solid #e5e7eb}.preview-content{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000d}.preview-content h3{color:#1f2937;font-size:1.4rem;margin-bottom:1.5rem;font-weight:600;text-align:center}.preview-section{margin-bottom:2rem}.preview-section h4{color:#3b82f6;font-size:1.1rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb;font-weight:500}.preview-section p{margin:.75rem 0;line-height:1.6;color:#4b5563}.preview-section p strong{color:#1f2937;font-weight:500;min-width:120px;display:inline-block}.preview-image-single{margin-top:1rem;max-width:400px}.preview-image-single img{width:100%;border-radius:8px;box-shadow:0 4px 6px #0000000d}.preview-actions{display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.back-to-edit-btn{padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.back-to-edit-btn:hover{background-color:#2563eb}.confirm-submit-btn{padding:.75rem 1.5rem;background-color:#10b981;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.confirm-submit-btn:hover{background-color:#059669}@media (max-width: 768px){.property-form-container{padding:1.5rem;margin:1rem auto}.form-row{flex-direction:column;gap:0}.form-actions,.preview-actions{flex-direction:column;gap:1rem}.secondary-button,.preview-button,.primary-button,.back-to-edit-btn,.confirm-submit-btn{width:100%;text-align:center}.preview-section p strong{min-width:100px}}@media (max-width: 480px){.property-form-container{padding:1rem}.property-form-container h2{font-size:1.5rem}.form-section h3{font-size:1.1rem}.preview-content{padding:1rem}}.unauthorized-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.unauthorized-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;padding:40px;max-width:500px;width:100%;text-align:center;position:relative;overflow:hidden}.unauthorized-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:8px;background:linear-gradient(90deg,#ff4d4d,#f9cb28)}.unauthorized-icon{color:#ff4d4d;margin-bottom:20px;animation:bounce 2s infinite}.unauthorized-title{color:#2d3748;font-size:2rem;margin-bottom:15px;font-weight:700}.unauthorized-message{color:#4a5568;line-height:1.6;margin-bottom:30px;font-size:1.1rem}.unauthorized-actions{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.unauthorized-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem}.back-btn{background:#edf2f7;color:#2d3748}.back-btn:hover{background:#e2e8f0;transform:translateY(-2px)}.login-btn{background:#4299e1;color:#fff}.login-btn:hover{background:#3182ce;transform:translateY(-2px);box-shadow:0 4px 12px #4299e14d}.unauthorized-footer{margin-top:40px;color:#718096;font-size:.9rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-7px)}}@media (max-width: 600px){.unauthorized-card{padding:30px 20px}.unauthorized-title{font-size:1.5rem}.unauthorized-actions{flex-direction:column}.unauthorized-btn{width:100%;justify-content:center}}.dashboard-header{background:#fff;padding:1.5rem 2rem;box-shadow:0 2px 4px #0000000d;margin-bottom:2rem;border-radius:8px}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:100%}.header-actions{display:flex;gap:1rem}.add-btn{background:#4caf50;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .3s;display:flex;align-items:center;gap:.5rem}.add-btn:hover{background:#3e8e41}.logout-btn{background:#f44336;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .3s}.logout-btn:hover{background:#d32f2f}.dashboard-content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000000d}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;align-items:flex-start}.header-actions{width:100%}.add-btn,.logout-btn{width:100%;justify-content:center}}:root{--primary-brand: #2563eb;--primary-hover: #1d4ed8;--accent-color: #f97316;--success-green: #059669;--danger-red: #dc2626;--warning-orange: #d97706;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .3s cubic-bezier(.4, 0, .2, 1);--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"}body{font-family:var(--font-sans);color:var(--gray-800);line-height:1.6;margin:0;background-color:var(--gray-100)}.product-detail-container{max-width:1200px;margin:2rem auto;padding:1.5rem;background-color:var(--gray-50);min-height:calc(100vh - 4rem);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.btn-back-nav{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background-color:#fff;border:1px solid var(--gray-300);border-radius:var(--radius-full);color:var(--gray-700);text-decoration:none;font-weight:500;font-size:.9rem;cursor:pointer;transition:var(--transition-fast);margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.btn-back-nav:hover{background-color:var(--gray-100);border-color:var(--gray-400);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-back-nav svg{width:1.25rem;height:1.25rem}.product-content-modern{display:grid;grid-template-columns:1fr;gap:2.5rem;background-color:#fff;border-radius:var(--radius-xl);overflow:hidden;padding:0;margin-bottom:2.5rem}.product-gallery-modern{position:relative;background-color:var(--gray-100);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.main-image-wrapper{width:100%;height:450px;position:relative;overflow:hidden}.main-image-modern{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-normal) ease-in-out}.main-image-modern:hover{transform:scale(1.05)}.thumbnail-gallery{display:flex;gap:.75rem;padding:1rem;background-color:var(--gray-50);border-top:1px solid var(--gray-200);overflow-x:auto}.thumbnail-item{width:80px;height:60px;object-fit:cover;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;transition:border-color var(--transition-fast)}.thumbnail-item:hover{border-color:var(--primary-brand)}.product-info-modern{padding:0 2rem 2rem}.product-header-modern{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.product-title-modern{font-size:2.5rem;font-weight:800;color:var(--gray-900);margin-bottom:.75rem;line-height:1.2}.product-location-modern{display:flex;align-items:center;gap:.5rem;color:var(--gray-600);font-size:1rem;margin-bottom:1rem}.product-location-modern svg{color:var(--primary-brand);width:1.25rem;height:1.25rem}.product-category-badge{display:inline-block;padding:.4rem .9rem;background-color:var(--primary-brand);color:#fff;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-top:.5rem}.price-section-modern{margin-bottom:2.5rem;padding:1.5rem 2rem;background:linear-gradient(135deg,var(--primary-brand) 0%,var(--primary-hover) 100%);border-radius:var(--radius-lg);color:#fff;box-shadow:var(--shadow-md)}.price-section-modern .price-label{font-size:.9rem;font-weight:500;opacity:.9;margin-bottom:.25rem}.price-section-modern .price-value{font-size:2.8rem;font-weight:800;margin:0;text-shadow:0 3px 6px rgba(0,0,0,.15)}.price-per-unit-modern{font-size:.95rem;opacity:.9;margin:.5rem 0 0}.key-details-section{margin-bottom:2.5rem}.key-details-section h3{font-size:1.6rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--gray-200)}.key-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.25rem}.key-detail-item{display:flex;align-items:center;gap:.75rem;padding:1.25rem;background-color:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-200);transition:var(--transition-fast);box-shadow:var(--shadow-sm)}.key-detail-item:hover{background-color:var(--gray-100);transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--primary-brand)}.key-detail-item svg{color:var(--primary-brand);width:1.5rem;height:1.5rem;flex-shrink:0}.key-detail-text{display:flex;flex-direction:column}.key-detail-label{font-size:.8rem;font-weight:500;color:var(--gray-500);text-transform:uppercase;letter-spacing:.2px;margin-bottom:.1rem}.key-detail-value{font-size:1.1rem;font-weight:600;color:var(--gray-800)}.description-section-modern-bottom{margin-top:2.5rem;padding:2rem;background-color:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.description-section-modern-bottom h3{font-size:1.6rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--gray-200)}.description-text-modern{font-size:1rem;line-height:1.8;color:var(--gray-700);background-color:var(--gray-50);padding:1.5rem;border-radius:var(--radius-md);border-left:4px solid var(--success-green);box-shadow:var(--shadow-sm)}.meta-section-modern{padding:1.5rem;background-color:var(--gray-50);border-radius:var(--radius-md);font-size:.875rem;color:var(--gray-600);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm)}.meta-item{margin:.5rem 0;display:flex;gap:.5rem}.meta-item span{font-weight:600;color:var(--gray-700)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;background-color:#fff;border-radius:var(--radius-xl);margin:2rem auto;max-width:600px;box-shadow:var(--shadow-lg);padding:2rem}.loading-spinner{width:48px;height:48px;border:4px solid var(--gray-200);border-radius:50%;border-top-color:var(--primary-brand);animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{color:var(--gray-600);font-weight:500}.error-container{max-width:600px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200)}.error-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--danger-red),#ef4444);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;box-shadow:var(--shadow-md)}.error-container h3{font-size:1.5rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.error-message{color:var(--gray-600);font-size:1rem;margin-bottom:1.5rem;line-height:1.5}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-retry{padding:.75rem 1.5rem;background-color:var(--primary-brand);color:#fff;border:none;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:var(--transition-fast)}.btn-retry:hover{background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.not-found-container{max-width:600px;margin:2rem auto;padding:2rem;text-align:center;background-color:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--gray-200)}.not-found-container h2{font-size:1.75rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.not-found-container p{color:var(--gray-600);margin-bottom:1.5rem}.not-found-container code{background-color:var(--gray-100);padding:.25rem .5rem;border-radius:var(--radius-sm);font-family:Monaco,Menlo,monospace;color:var(--primary-brand)}@media (min-width: 768px){.product-detail-container{padding:2rem}.product-content-modern{grid-template-columns:1.5fr 1fr;gap:2.5rem}.main-image-wrapper{height:550px}.product-info-modern{padding:0 0 2rem}.product-header-modern,.price-section-modern,.key-details-section,.meta-section-modern,.description-section-modern-bottom{padding-left:0;padding-right:0}}@media (min-width: 1024px){.product-detail-container{padding:3rem}.product-content-modern{grid-template-columns:2fr 1fr;gap:3rem}.main-image-wrapper{height:650px}.product-title-modern{font-size:3rem}.price-section-modern .price-value{font-size:3.2rem}.key-detail-grid{grid-template-columns:1fr}.description-section-modern-bottom{padding-left:2rem;padding-right:2rem}}@media (min-width: 1280px){.product-detail-container{max-width:1400px}.main-image-wrapper{height:700px}}@media print{body{background-color:#fff}.product-detail-container{margin:0;padding:0;box-shadow:none;border-radius:0}.btn-back-nav,.error-actions{display:none}.product-content-modern{grid-template-columns:1fr!important;gap:1rem;box-shadow:none;margin-bottom:1rem}.main-image-wrapper{height:300px;border-radius:0;box-shadow:none}.product-info-modern{padding:1rem}.price-section-modern{background:var(--gray-100)!important;color:var(--gray-900)!important;box-shadow:none}.price-section-modern .price-label,.price-section-modern .price-per-unit-modern{color:var(--gray-700)!important}.key-detail-item,.description-text-modern,.meta-section-modern{box-shadow:none;border:1px solid var(--gray-200)}.description-section-modern-bottom{margin-top:1rem;padding:1rem;box-shadow:none;border-radius:0;background-color:#fff}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.btn-back-nav:focus,.btn-retry:focus{outline:2px solid var(--primary-brand);outline-offset:2px}@media (prefers-contrast: high){:root{--primary-brand: #000080;--gray-500: #000000;--gray-600: #000000;--gray-700: #000000}}.login-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#f4ecc2;font-family:Segoe UI,sans-serif;padding:20px}.login-box{background:#8e8b63;border-radius:16px;padding:40px 30px;width:100%;max-width:380px;box-shadow:0 8px 32px #0003;text-align:center;color:#fff}.login-logo{width:70px;margin-bottom:10px}.login-title{font-size:26px;font-weight:700;margin-bottom:4px}.login-subtitle{font-size:14px;color:#f1f1f1;margin-bottom:30px}.login-form input{width:100%;padding:12px 42px 12px 14px;margin-bottom:16px;border:none;border-radius:8px;font-size:14px;outline:none;background:#fff3;color:#fff;transition:background .3s ease}.login-form input::placeholder{color:#ddd}.login-form input:focus{background:#ffffff4d}.input-icon-wrapper{position:relative;width:100%}.input-icon-wrapper .password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff9;cursor:pointer;font-size:16px;transition:color .3s}.input-icon-wrapper .password-toggle:hover{color:#fff}.login-form button{width:100%;padding:12px;background:sienna;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s ease}.login-form button:hover{background:#7c3a1a}.login-error{margin-top:10px;color:#ffe3e3;font-size:14px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-width:320px;min-height:100vh;overflow-x:hidden;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html a,body a{font-weight:500;color:#fff;text-decoration:inherit;cursor:pointer}html body,body body{width:100%;background-color:#f4ecc2}html h1,body h1{font-size:3.2em;line-height:1.1;margin:0}html button,body button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:inherit;cursor:pointer;transition:border-color .25s ease}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color;outline-offset:2px}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9;color:#213547}}
