@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";html,body,#root{margin:0;padding:0;width:100%;height:100%;min-height:100vh;font-family:Poppins,sans-serif;overflow-x:hidden}.legal-page{min-height:100vh;overflow-y:auto;background-color:#f9f9f9;padding:48px 24px 100px;box-sizing:border-box}button{-webkit-tap-highlight-color:transparent;-webkit-focus-ring-color:transparent;outline:none;box-shadow:none;background-color:transparent;border:none;padding:12px 10px;margin-bottom:10px;border-radius:8px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:background-color .2s ease}button.active-sidebar{background-color:#ffdc00!important;color:#000!important}button.active-sidebar svg{color:#000!important;fill:#000!important}button.active-sidebar span{color:#000!important}button span{color:#fff;font-weight:700}button:focus,button:active{outline:none!important;box-shadow:none!important}.home-container{display:flex;flex-direction:column;align-items:center;min-height:100vh;background:linear-gradient(180deg,#fffce6,#fff);font-family:Poppins,sans-serif}.site-header{position:fixed;top:0;left:0;right:0;height:90px;background:#000;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 18px;z-index:100;box-shadow:0 6px 16px #00000040}.header-left{display:flex;align-items:center;gap:20px}.header-logo{width:150px;height:80px;object-fit:contain}.header-tagline{font-weight:700;font-size:.95rem;color:#ffdc00}.header-right{display:flex;align-items:center;gap:10px}.header-pill{background:#fff;color:#000;border:2px solid #ffdc00;text-decoration:none;padding:8px 14px;border-radius:999px;font-weight:700;font-size:.85rem;transition:.2s}.header-pill:hover{background:#ffdc00}.header-spacer{height:110px;width:100%}.home-hero{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin:34px 0 40px;text-align:center;gap:40px}.hero-content{max-width:620px;text-align:center}.hero-content h2{color:#000;font-size:2.4rem;font-weight:800;margin-bottom:12px}.hero-lead{color:#333;font-size:1.1rem;line-height:1.7;margin-bottom:16px}.hero-actions{display:flex;justify-content:center;margin-bottom:10px}.admin-button{background-color:#ffdc00;color:#000;border:none;border-radius:26px;padding:14px 30px;font-weight:800;font-size:1.05rem;cursor:pointer;transition:.25s;box-shadow:0 6px 14px #0000001a}.admin-button:hover{background-color:#000;color:#ffdc00}.hero-image{width:460px;border-radius:16px;box-shadow:0 10px 26px #0000001f}.features{display:flex;justify-content:center;flex-wrap:wrap;gap:25px;margin:30px 0 60px}.feature-card{background:#fff;border-radius:16px;box-shadow:0 5px 12px #0000001a;padding:26px 24px;width:300px;text-align:center}.feature-icon{width:60px;margin-bottom:12px}.feature-icon.big{width:120px}.home-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:18px 24px 28px;background:#000;color:#fff;width:100%;box-sizing:border-box}.footer-left{display:flex;align-items:center;gap:12px;font-size:.98rem}.footer-logo{width:70px;height:46px;object-fit:contain}.footer-stores{display:flex;align-items:center;gap:12px;justify-self:center}.footer-links{display:flex;gap:14px;justify-content:flex-end}.footer-link{color:#ffdc00;text-decoration:none;font-weight:700;border-bottom:2px solid transparent;transition:.2s}.footer-link:hover{border-bottom:2px solid #ffdc00}.storeMiniIconActive{height:36px;opacity:1;cursor:pointer;border-radius:6px;transition:transform .12s ease}.storeMiniIconActive:hover{transform:scale(1.04)}.storeBadgeLink{display:inline-flex;align-items:center}.storeBadgeWrap{position:relative;display:inline-flex;align-items:center}.qrPopover{position:absolute;top:-360px;left:50%;transform:translate(-50%);z-index:50;pointer-events:none}.qrBox{background:#fff;border:2px solid #ffdc00;border-radius:12px;box-shadow:0 10px 24px #00000040;padding:10px;text-align:center}.qrCanvasWrap{position:relative;width:300px;height:300px}.qrImg{width:300px;height:300px;display:block}.qrLogoWrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 3px #fff}.qrLogo{object-fit:contain}.qrLabelSmall{margin-top:6px;font-size:12px;font-weight:600;color:#000}@media (max-width: 900px){.home-footer{grid-template-columns:1fr;row-gap:10px;text-align:center}.footer-links{justify-content:center}}
