@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--primary:#b91c1c;--primary-light:#dc2626;--secondary:#15803d;--accent:#eab308;--accent-hover:#ca8a04;--bg-dark:#fffdf5;--bg-darker:#fef9e7;--card-bg:#fcf8e3;--card-border:#f1e4c3;--text-light:#450a0a;--text-muted:#78350f;--white:#fff;--grad-premium:linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-darker) 100%);--grad-card:linear-gradient(145deg, var(--card-bg), #fdfbf0);--grad-accent:linear-gradient(90deg, var(--primary), var(--primary-light));--nav-height:80px;--section-padding:80px 5%;--container-max:1100px;--transition-smooth:all .5s cubic-bezier(.4, 0, .2, 1);--transition-fast:all .3s ease;--product-accent:#b91c1c}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{background-color:var(--bg-dark);margin:0;padding:0}#landing-root{background-color:var(--bg-dark);color:var(--text-light);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;font-family:Outfit,sans-serif;line-height:1.6;display:flex;overflow-x:hidden}#landing-root main{background-color:var(--bg-dark);flex:1}#landing-root h1,#landing-root h2,#landing-root h3,#landing-root h4{font-family:Playfair Display,serif;font-weight:700;line-height:1.2}img{max-width:100%;height:auto;display:block}ul{list-style:none}a{color:inherit;transition:var(--transition-fast);text-decoration:none}.container{max-width:var(--container-max);width:100%;margin:0 auto}section{padding:var(--section-padding);position:relative}.section-header{text-align:center;margin-bottom:60px}.section-title{color:var(--text-light);margin-bottom:15px;font-size:clamp(2rem,5vw,3rem)}.section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.text-center{text-align:center}.text-accent{color:var(--accent)}.text-primary{color:var(--primary)}.text-muted{color:var(--text-muted)}.btn{transition:var(--transition-smooth);cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:10px;padding:14px 32px;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--grad-accent);color:var(--white);box-shadow:0 10px 20px #8b451333}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-3px);box-shadow:0 15px 30px #8b451366}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:var(--white);transform:translateY(-2px)}nav{width:100%;height:var(--nav-height);z-index:1000;transition:var(--transition-smooth);background:var(--secondary);color:var(--white);justify-content:space-between;align-items:center;padding:0 5%;display:flex;position:fixed;top:0;left:0}nav.scrolled{background:var(--secondary);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);height:70px;color:var(--white);border-bottom:1px solid #0000000d;box-shadow:0 4px 20px #0000000d}.logo-container{align-items:center;gap:12px;display:flex}.logo-img{object-fit:cover;border-radius:50%;width:45px;height:45px}.logo-text{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700}.nav-links{align-items:center;gap:30px;display:flex}.hamburger-btn{cursor:pointer;z-index:1001;display:none}.mobile-order-btn-wrapper{display:none}.nav-links a{color:var(--white);font-size:.95rem;font-weight:500}nav.scrolled .nav-links a{color:var(--white)}.nav-links a:hover{opacity:1;color:var(--accent)}.nav-links a.active{border-bottom:2px solid var(--white);padding-bottom:4px}.hero{min-height:100vh;padding-top:var(--nav-height);color:var(--text-light);background:url(/assets/gula-SUwmnCDm.png) 50%/cover no-repeat;align-items:center;display:flex;position:relative}.hero-overlay{z-index:1;background:linear-gradient(90deg,#f7f3efe6 0%,#f7f3ef00 100%);width:50%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;max-width:50%;position:relative}.hero-title{margin-bottom:25px;font-size:clamp(3rem,6vw,4.5rem);line-height:1.1}.hero-description{color:var(--text-light);max-width:500px;margin-bottom:40px;font-size:1.2rem}.hero-image-wrapper{border-radius:40px;position:relative;overflow:hidden;box-shadow:0 50px 100px #0009}.hero-image-wrapper:after{content:"";border-radius:inherit;pointer-events:none;border:1px solid #ffffff1a;position:absolute;inset:0}.grid-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.card{background:var(--card-bg);border:1px solid var(--card-border);transition:var(--transition-smooth);border-radius:30px;padding:40px;box-shadow:0 10px 30px #00000008}.card:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 20px 40px #00000014}.card-icon{margin-bottom:20px;font-size:2.5rem;display:block}.card h3{margin-bottom:15px;font-size:1.5rem}.feature-card{flex-direction:column;justify-content:center;align-items:center;width:250px;padding:40px 20px;display:flex}.feature-icon-wrapper{justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;display:flex;position:relative}.feature-cross{background-color:var(--primary);width:100%;height:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-45deg)}.feature-title{color:var(--text-light);text-align:center;font-size:1.2rem;font-weight:600;line-height:1.4}.location-box{background:var(--card-bg);border:1px solid var(--card-border);border-radius:50px;grid-template-columns:1fr 1.2fr;align-items:center;gap:60px;padding:60px;display:grid;box-shadow:0 15px 40px #0000000a}.map-wrapper{border-radius:30px;height:400px;overflow:hidden;box-shadow:0 30px 60px #0006}.info-item{gap:20px;margin-bottom:35px;display:flex}.info-icon{color:var(--accent);font-size:1.5rem}.content-box{background:var(--grad-card);border:1px solid var(--card-border);border-radius:40px;margin-bottom:40px;padding:50px}.product-quote{text-align:center;max-width:800px;color:var(--secondary);margin:0 auto 80px;font-family:Playfair Display,serif;font-size:1.4rem;font-style:italic;line-height:1.6}.product-info-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-bottom:100px;display:grid}.product-info-grid.reverse{direction:rtl}.product-info-grid.reverse>*{direction:ltr}.product-info-content h2{color:var(--secondary);margin-bottom:20px;font-size:2.5rem}.product-info-content p{color:var(--text-muted);margin-bottom:30px;font-size:1.1rem}.icon-feature-list{flex-wrap:wrap;gap:25px;display:flex}.icon-feature-item{flex-direction:column;align-items:center;gap:10px;width:80px;display:flex}.icon-feature-circle{background:var(--white);width:50px;height:50px;color:var(--primary);border:1px solid var(--card-border);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 5px 15px #0000000d}.icon-feature-item span{text-align:center;color:var(--secondary);font-size:.75rem;font-weight:600}.product-display-grid{grid-template-columns:1fr 1fr;gap:60px;max-width:850px;margin:0 auto 80px;display:grid}.product-display-item{text-align:center}.product-display-img-wrapper{margin-bottom:20px}.product-display-img-wrapper img{object-fit:cover;border-radius:40px;width:100%;height:480px;box-shadow:0 30px 60px #00000026}.product-display-item p{color:var(--text-muted);max-width:300px;margin:0 auto;font-size:.95rem}.step-card-premium{background:var(--card-bg);border:1px solid var(--card-border);text-align:center;transition:var(--transition-smooth);border-radius:25px;padding:40px 30px}.step-card-premium:hover{border-color:var(--primary);transform:translateY(-5px)}.step-icon-wrapper{background:var(--primary);width:60px;height:60px;color:var(--white);border-radius:15px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.step-card-premium h4{text-transform:uppercase;letter-spacing:1px;color:var(--primary);margin-bottom:10px;font-size:.9rem}.step-card-premium p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.feature-checkmark-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.feature-checkmark-item{text-align:center;flex-direction:column;align-items:center;gap:15px;display:flex}.checkmark-circle{border:3px solid var(--secondary);width:60px;height:60px;color:var(--secondary);border-radius:50%;justify-content:center;align-items:center;display:flex}.feature-checkmark-item p{color:var(--secondary);font-weight:600}@media (width<=768px){.product-info-grid,.product-display-grid,.feature-checkmark-grid{grid-template-columns:1fr}.product-info-grid.reverse{direction:ltr}}.product-block{margin-bottom:50px}.product-block h3{text-align:center;margin-bottom:20px;font-size:1.5rem}.box-light{background:#e2e8f0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:150px;padding:40px;display:flex}.box-dark{color:#fff;background:#94a3b8;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:150px;padding:20px 30px;display:flex}.grid-2-cols{grid-template-columns:1fr;gap:20px;width:100%;display:grid}.grid-3-cols{grid-template-columns:repeat(3,1fr);gap:20px;width:100%;display:grid}@media (width<=768px){.grid-2-cols,.grid-3-cols{grid-template-columns:1fr}}.list-premium{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;display:grid}.list-premium li{background:var(--card-bg);border-left:4px solid var(--primary);border-radius:20px;padding:20px}.steps-container{justify-content:space-between;gap:30px;margin-top:40px;display:flex}.step-item{text-align:center;flex:1}.step-number{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;font-size:1.5rem;font-weight:700;display:inline-flex}.carousel-container{justify-content:center;align-items:center;gap:20px;width:100%;margin-top:40px;display:flex}.carousel-track-wrapper{width:100%;max-width:800px;height:400px;position:relative;overflow:hidden}.carousel-track{justify-content:center;align-items:center;height:100%;display:flex;position:relative}.carousel-card{background:var(--card-bg);text-align:center;border-radius:20px;width:450px;padding:45px;transition:all .5s ease-in-out;position:absolute;top:50%;left:50%;box-shadow:0 10px 20px #0000000d}.carousel-card.active{z-index:10;opacity:1;transform:translate(-50%,-50%)scale(1)}.carousel-card.prev{z-index:5;opacity:.6;transform:translate(-120%,-50%)scale(.85)}.carousel-card.next{z-index:5;opacity:.6;transform:translate(20%,-50%)scale(.85)}.carousel-card.hidden{opacity:0;z-index:1;pointer-events:none;transform:scale(.5)translate(0)}.carousel-btn{background:var(--card-bg);color:var(--text-light);border:1px solid var(--card-border);cursor:pointer;z-index:20;width:50px;height:50px;transition:var(--transition-fast);border-radius:50%;font-size:1.5rem;font-weight:700}.carousel-btn:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}.comparison-grid{grid-template-columns:1fr;gap:30px;display:grid}.comparison-card{border:1px solid var(--card-border);border-radius:30px;padding:40px}.comparison-card.highlight{border-color:var(--primary);background:#8b451314}.accordion-container{max-width:800px;margin:0 auto}.accordion-item{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;margin-bottom:20px;overflow:hidden}.accordion-header{cursor:pointer;transition:var(--transition-fast);justify-content:space-between;align-items:center;padding:25px 30px;display:flex}.accordion-header:hover{background:#f1f3f5}.accordion-content{background:var(--card-bg);max-height:0;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.accordion-body{color:var(--text-muted);padding:0 30px 30px}.order-container{background:var(--card-bg);border:1px solid var(--card-border);border-radius:50px;max-width:900px;min-height:600px;margin:0 auto;padding:60px;box-shadow:0 20px 50px #0000000d}.order-step{display:none}.order-step.active{animation:.6s forwards fadeIn;display:block}.product-display{justify-content:center;margin-top:40px;display:flex}.product-card{background:var(--card-bg);text-align:center;max-width:400px;transition:var(--transition-smooth);border:1px solid var(--card-border);border-radius:30px;padding:40px;box-shadow:0 10px 30px #00000008}.product-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 15px 40px #00000014}.product-image{background:url(/assets/bentuk-D4gIuZyR.png) 50%/cover;border-radius:25px;height:250px;margin-bottom:30px}.form-group{flex-direction:column;gap:20px;margin-top:30px;display:flex}.form-input{background:var(--bg-dark);border:1px solid var(--card-border);color:var(--text-light);transition:var(--transition-fast);border-radius:15px;padding:18px 25px;font-family:inherit;font-size:1rem}.form-input:focus{border-color:var(--primary);background:var(--bg-darker);outline:none}.payment-options{grid-template-columns:1fr;gap:20px;max-width:400px;margin-top:40px;margin-left:auto;margin-right:auto;display:grid}.payment-card{background:var(--bg-dark);border:1px solid var(--card-border);cursor:pointer;text-align:center;transition:var(--transition-smooth);border-radius:20px;padding:20px 30px}.payment-card:hover{background:var(--card-bg);border-color:var(--primary);box-shadow:0 10px 20px #0000000d}.reveal{opacity:0;transition:opacity 1s cubic-bezier(.4,0,.2,1),transform 1s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}footer{background:var(--card-bg);border-top:1px solid var(--card-border);padding:80px 5% 40px}.footer-content{flex-direction:column;align-items:center;gap:40px;display:flex}.social-links{gap:30px;display:flex}.social-links a{opacity:.6;font-size:1.1rem}.social-links a:hover{opacity:1;color:var(--accent)}@media (width<=992px){.hero-grid,.location-box,.comparison-grid{text-align:center;grid-template-columns:1fr}.hero-description{margin:0 auto 40px}.hero-title{font-size:3.5rem}.hamburger-btn{display:block}.desktop-order-btn{display:none}.nav-links{background:var(--secondary);width:250px;height:100vh;transition:var(--transition-smooth);z-index:1000;flex-direction:column;padding-top:100px;display:flex;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #0000001a}.nav-links.mobile-active{right:0}.nav-links a{color:var(--text-light);font-size:1.1rem}.mobile-order-btn-wrapper{margin-top:20px;display:block}.hero{text-align:center}.steps-container{flex-direction:column}}@media (width<=768px){section{padding:60px 5%}.order-container{padding:20px 30px}.payment-options{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}.modal-content{background:var(--card-bg);text-align:center;border:1px solid var(--card-border);border-radius:30px;width:90%;max-width:450px;padding:40px;animation:.3s cubic-bezier(.34,1.56,.64,1) modalZoomIn;box-shadow:0 25px 50px #0000001a}.modal-title{color:var(--text-light);margin-bottom:15px;font-family:Playfair Display,serif;font-size:1.8rem}.modal-message{color:var(--text-light);opacity:.9;margin-bottom:30px;font-size:1.1rem}.modal-btn{cursor:pointer;transition:var(--transition-fast);border:none;border-radius:50px;padding:12px 30px;font-weight:600}.modal-btn-confirm:hover{filter:brightness(1.1);transform:translateY(-2px)}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalZoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.about-page-wrapper{background:linear-gradient(to bottom, var(--secondary) 0%, var(--bg-dark) 180px);position:relative;overflow:hidden}.about-page-wrapper:before{content:"";pointer-events:none;opacity:.5;z-index:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 86c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm66 3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-46-45c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm26 18c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm16-34c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM71 22c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM51 97c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM10 50c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm54-46c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM30 4c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1' fill='%236B3E26' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");position:absolute;inset:0}.about-content-wrapper{z-index:1;position:relative}.about-hero-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:60px;margin-bottom:100px;display:grid}.about-text-content h2{color:var(--secondary);margin-bottom:25px;font-size:3rem}.about-image-wrapper img{filter:drop-shadow(0 20px 40px #0000001a);border-radius:40px;width:100%}.about-card-premium{transition:var(--transition-smooth);background:#ead7c3;border:1px solid #6b3e261a;border-radius:40px;padding:60px 40px;box-shadow:0 15px 35px #6b3e260d}.about-card-premium:hover{transform:translateY(-10px);box-shadow:0 25px 50px #6b3e261a}.about-card-icon-wrapper{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 30px;display:flex;box-shadow:0 10px 25px #0000000d}.visi-misi-grid{grid-template-columns:1fr 1fr;gap:40px;margin-bottom:120px;display:grid}.nilai-utama-section{text-align:center}.nilai-utama-title{color:var(--secondary);margin-bottom:60px;font-size:2.5rem}.nilai-utama-grid{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.nilai-card-small{width:160px;height:160px;transition:var(--transition-smooth);background:#ead7c3;border:1px solid #6b3e261a;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;box-shadow:0 10px 20px #00000008}.nilai-card-small:hover{border-color:var(--primary);background:#fff;transform:scale(1.05);box-shadow:0 15px 30px #00000014}.nilai-card-small h4{color:var(--secondary);font-size:1rem;font-weight:600}.whatsapp-float{z-index:1000;width:55px;height:55px;transition:var(--transition-smooth);filter:drop-shadow(0 5px 15px #0003);position:fixed;bottom:30px;right:30px}.whatsapp-float:hover{transform:scale(1.1)}@media (width<=992px){.about-hero-grid,.visi-misi-grid{text-align:center;grid-template-columns:1fr}.about-text-content{margin:0 auto}.about-text-content h2{font-size:2.5rem}}@media (width<=768px){.nilai-utama-grid{gap:20px}.nilai-card-small{width:140px;height:140px}}.interactive-hook-bar:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 40px 80px #00000040;background:linear-gradient(135deg, #3e271a 0%, var(--secondary) 100%)!important}.interactive-hook-bar:active{transform:translateY(-4px)scale(.98)}.interactive-hook-bar:hover svg{transition:transform .4s;transform:translate(10px)}.edu-carousel-container{justify-content:center;align-items:center;width:100%;max-width:800px;height:500px;margin:0 auto;display:flex;position:relative}.edu-carousel-card{text-align:center;background:#fdfbf9;border:1px solid #f1e9e0;border-radius:30px;flex-direction:column;align-items:center;width:450px;padding:30px;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;left:50%;box-shadow:0 15px 40px #00000008}.edu-carousel-card.active{z-index:10;opacity:1;transform:translate(-50%,-50%)scale(1)}.edu-carousel-card.prev{z-index:5;opacity:.4;filter:blur(2px);transform:translate(-120%,-50%)scale(.8)}.edu-carousel-card.next{z-index:5;opacity:.4;filter:blur(2px);transform:translate(20%,-50%)scale(.8)}.edu-carousel-card.hidden{opacity:0;z-index:1;pointer-events:none;transform:translate(-50%,-50%)scale(.5)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.reservation-page-container{max-width:1100px;margin:60px auto;padding:0 20px}.reservation-stepper{justify-content:center;align-items:center;gap:30px;margin-bottom:50px;display:flex!important}.step-indicator{opacity:.3;align-items:center;gap:15px;transition:all .4s;display:flex}.step-indicator.active{opacity:1}.step-number-circle{color:#888;background:#f0f0f0;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-weight:800;display:flex}.step-indicator.active .step-number-circle{background:var(--primary);color:#fff;box-shadow:0 10px 25px #4f6f5233}.step-label{letter-spacing:1px;text-transform:uppercase;color:var(--secondary);font-size:.9rem;font-weight:700}.step-line{background:#eee;width:80px;height:2px}.modern-reservation-card{background:#fff;border-radius:50px;padding:80px;box-shadow:0 40px 120px #0000000d}.modern-input-group{margin-bottom:40px}.modern-label{color:var(--secondary);letter-spacing:1px;text-transform:uppercase;opacity:.8;margin-bottom:18px;font-size:.9rem;font-weight:700;display:block}.modern-input-field{width:100%!important;color:var(--secondary)!important;box-sizing:border-box!important;background:#f9fafb!important;border:2px solid #f0f2f5!important;border-radius:25px!important;padding:24px 30px!important;font-family:inherit!important;font-size:1.2rem!important;transition:all .3s!important}.modern-input-field:focus{border-color:var(--primary)!important;background:#fff!important;outline:none!important;transform:translateY(-3px)!important;box-shadow:0 15px 40px #4f6f5214!important}.modern-summary-box{background:#fdfaf7;border:1px solid #f1e4d5;border-radius:35px;margin-bottom:50px;padding:50px}.summary-row{justify-content:space-between;margin-bottom:20px;font-size:1.1rem;display:flex}.summary-row.total{color:var(--primary);border-top:2px dashed #e6d5c3;margin-top:30px;padding-top:30px;font-size:1.8rem;font-weight:900}.modern-payment-grid{grid-template-columns:1fr 1fr;gap:30px;margin-bottom:50px;display:grid}.modern-payment-item{cursor:pointer;text-align:center;background:#f9fafb;border:3px solid #0000;border-radius:35px;padding:40px;transition:all .4s}.modern-payment-item.active{border-color:var(--primary);background:#fff;transform:translateY(-5px);box-shadow:0 30px 60px #4f6f521f}.step-content{animation:.8s cubic-bezier(.2,1,.3,1) slideUpFade}@keyframes slideUpFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.modern-reservation-card{padding:40px 30px}.modern-payment-grid{grid-template-columns:1fr}.reservation-stepper{gap:15px}.step-line{width:40px}.step-label{display:none}}:root{--primary-color:#333;--sidebar-bg:#f8f9fa;--header-bg:#fff;--content-bg:#f4f6f9;--admin-card-bg:#fff;--text-main:#2d3436;--admin-text-muted:#636e72;--border-color:#dfe6e9;--accent-gold:#d4af37;--sidebar-width:240px;--header-height:70px}.admin-layout.owner-theme{--primary-color:#ecf0f1;--sidebar-bg:#2c3e50;--header-bg:#2c3e50;--content-bg:#f4f6f9;--text-main:#2d3436;--text-muted:#bdc3c7;--border-color:#ffffff1a}.owner-theme .nav-link{color:#bdc3c7}.owner-theme .nav-link:hover{color:#fff;background:#ffffff0d}.owner-theme .nav-link.active{color:#fff;background:#3498db}.owner-theme .sidebar-title{color:#fff}*{box-sizing:border-box}.admin-layout,.admin-portal-login{background-color:var(--content-bg);color:var(--text-main);min-height:100vh;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-layout{grid-template-areas:"header header""sidebar content";grid-template-columns:var(--sidebar-width) 1fr;grid-template-rows:var(--header-height) 1fr;width:100vw;height:100vh;display:grid;position:fixed;top:0;left:0;overflow:hidden}.admin-header{background:var(--header-bg);border-bottom:1px solid var(--border-color);z-index:10;grid-area:header;justify-content:space-between;align-items:center;padding:0 30px;display:flex}.header-left{align-items:center;gap:20px;display:flex}.mobile-sidebar-toggle{cursor:pointer;color:var(--primary-color);background:0 0;border:none;justify-content:center;align-items:center;margin-right:10px;padding:5px;display:flex}.owner-theme .mobile-sidebar-toggle{color:#fff}.admin-logo-circle{background:var(--primary-color);color:#fff;letter-spacing:1px;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;font-size:14px;font-weight:700;display:flex}.header-right{align-items:center;gap:24px;display:flex}.profile-section{cursor:pointer;border-radius:30px;align-items:center;gap:12px;padding:6px 12px;display:flex}.header-title{color:var(--primary-color);white-space:nowrap;margin:0;font-size:18px;font-weight:700}.owner-theme .header-title,.owner-theme .profile-info b{color:#fff}.owner-theme .profile-info span{color:#bdc3c7}.owner-theme .profile-circle{color:#fff;background:#7f8c8d}.profile-circle{width:50px;height:50px;color:var(--admin-text-muted);background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.profile-info b{color:#333;font-size:16px;display:block}.profile-info span{color:var(--admin-text-muted);font-size:12px}.logout-btn{color:#e02424;cursor:pointer;background:#fdf2f2;border:1px solid #f8d7da;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600}.profile-wrapper{position:relative}.profile-dropdown{border:1px solid var(--border-color);z-index:100;background:#fff;border-radius:12px;min-width:150px;padding:8px;animation:.2s ease-out slideDown;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 10px 25px #0000001a}.logout-btn-dropdown{color:#e02424;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 15px;font-size:14px;font-weight:600;display:flex}.logout-btn-dropdown:hover{background:#fff5f5}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.admin-sidebar{background:var(--sidebar-bg);border-right:1px solid var(--border-color);z-index:11;flex-direction:column;grid-area:sidebar;display:flex}.sidebar-title{height:var(--header-height);color:#4b2c1d;border-bottom:1px solid #6b3e261a;align-items:center;padding:0 30px;font-size:16px;font-weight:700;display:flex}.admin-sidebar-nav{flex:1;padding:20px 0}.nav-link{color:#4b2c1d;align-items:center;gap:12px;padding:12px 25px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.nav-link.active{color:#fff;background:#6b3e26;border-radius:0 30px 30px 0;margin-right:20px}.admin-main{flex-direction:column;grid-area:content;display:flex;overflow-y:auto}.admin-content{flex:1;padding:40px}.admin-footer{text-align:center;color:var(--admin-text-muted);border-top:1px solid var(--border-color);background:#fff;padding:20px;font-size:12px}.order-card-list{flex-direction:column;gap:20px;display:flex}.order-item-card{border:1px solid var(--border-color);background:#e9ecef;border-radius:20px;justify-content:space-between;align-items:center;padding:30px;display:flex}.order-info-group{flex-direction:column;flex:1;gap:12px;display:flex}.order-field{background:#fff;border:1px solid #333;border-radius:25px;align-items:center;max-width:450px;padding:10px 20px;font-size:14px;display:flex}.order-field-label{min-width:140px;font-weight:500;display:inline-block}.order-actions-group{flex-direction:column;gap:10px;min-width:200px;display:flex}.btn-order-action{cursor:pointer;text-align:center;background:#fff;border:1px solid #adb5bd;border-radius:12px;padding:10px 20px;font-size:13px;font-weight:500;transition:all .2s}.btn-order-action:hover{background:#f8f9fa;border-color:#333}.order-cancelled-status{color:#495057;text-align:center;background:#ced4da;border:1px solid #adb5bd;border-radius:15px;padding:25px 50px;font-size:16px;font-weight:700}.product-catalog-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:30px;margin-top:30px;display:grid}.history-table-container{margin-top:20px}.history-table{border-collapse:collapse;background:#fff;width:100%}.history-table thead th{text-align:center;color:#000;background:0 0;border-right:1px solid #333;padding:15px 10px;font-size:14px;font-weight:500}.history-table thead th:last-child{border-right:none}.history-table tbody tr:nth-child(odd){background:#d9d9d9}.history-table tbody tr:nth-child(2n){background:#fff}.history-table td{text-align:center;color:#333;padding:15px 10px;font-size:13px}.product-admin-card{text-align:center;border:1px solid var(--border-color);background:#d9d9d9;border-radius:15px;padding:20px;transition:transform .2s;position:relative;box-shadow:0 4px 10px #0000000d}.product-admin-card:hover{transform:translateY(-5px)}.product-card-image-box{aspect-ratio:1;background:#fff;border-radius:10px;justify-content:center;align-items:center;margin-bottom:15px;padding:15px;display:flex}.product-card-image-box img{object-fit:contain;max-width:100%;max-height:100%}.product-admin-card h4{color:#000;margin:10px 0 5px;font-size:14px}.product-admin-card .price{margin-bottom:15px;font-size:12px;font-weight:700}.btn-card-action{color:#fff;cursor:pointer;background:#999;border:none;border-radius:10px;padding:8px 15px;font-size:11px}.btn-delete-product{color:#fff;cursor:pointer;background:#888;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;font-weight:700;display:flex;position:absolute;top:-10px;right:-10px;box-shadow:0 2px 5px #0003}.add-product-card{aspect-ratio:1;cursor:pointer;background:#d9d9d9;border:2px dashed #999;border-radius:15px;justify-content:center;align-items:center;transition:all .2s;display:flex}.add-product-card:hover{background:#e0e0e0;border-color:#333}.add-product-card .plus-icon{color:#000;font-size:80px;font-weight:300}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.modal-content{text-align:center;background:#fff;border-radius:20px;width:90%;max-width:400px;padding:30px;animation:.3s cubic-bezier(.34,1.56,.64,1) zoomIn;box-shadow:0 20px 40px #0003}.modal-title{color:var(--text-main);margin-bottom:15px;font-size:20px;font-weight:600}.modal-message{color:var(--admin-text-muted);margin-bottom:25px;font-size:15px;line-height:1.5}.modal-actions{justify-content:center;gap:15px;display:flex}.modal-btn{cursor:pointer;border:none;border-radius:10px;min-width:100px;padding:10px 25px;font-size:14px;font-weight:600;transition:all .2s}.modal-btn-confirm{background:var(--primary-color);color:#fff}.modal-btn-confirm:hover{background:#000}.modal-btn-cancel{color:var(--admin-text-muted);background:#f1f2f6}.modal-btn-cancel:hover{background:#dfe4ea}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.admin-layout{grid-template-columns:1fr;grid-template-areas:"header""content"}.mobile-sidebar-toggle{display:block!important}.admin-sidebar{z-index:1000;width:250px;height:100vh;transition:left .3s;position:fixed;top:0;left:-100%;box-shadow:5px 0 15px #0000001a}.admin-sidebar.open{left:0}.sidebar-overlay{z-index:999!important;display:block!important}.sidebar-mobile-header{display:flex!important}.sidebar-title{display:none}.admin-content{padding:20px}.order-item-card{flex-direction:column;align-items:stretch;gap:20px}.order-actions-group{flex-direction:row;justify-content:space-between}.btn-order-action{flex:1}.history-table-container{overflow-x:auto}.history-table{min-width:600px}}
