@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap);*{box-sizing:border-box;font-family:Poppins;margin:0;padding:0}.login-page{align-items:center;background-color:#f2f2f2;display:flex;justify-content:center;min-height:100vh}.login-container{background:#fff;border-radius:12px;box-shadow:0 0 10px #0000001a;padding:5%;text-align:center;width:510px}.welcome-text{margin-bottom:0;text-align:center}.welcome-message{color:#ff4409;display:block;font-size:1rem;font-weight:400;margin-top:.3rem}.login-form{margin-top:-.5rem}.form-group{margin-top:1rem}.brand{color:#ff4409;display:block;font-size:2rem;font-style:italic;font-weight:700;margin-top:-.3rem}.login-form .form-group{color:#ff4409;font-size:.9rem;margin-bottom:.7rem;text-align:left}.login-form .form-group input{border:1px solid #ccc;border-radius:7px;outline:none;padding:.5rem;width:100%}.options{font-size:.9rem;justify-content:space-between;margin-bottom:1rem}.options,.remember-me{align-items:center;display:flex}.remember-me label{color:#ff4409;font-size:.9rem;margin-left:.25rem}.forgot-password{text-decoration:none}.forgot-password,.terms{color:#ff4409;font-size:.9rem}.terms{margin:0 0 .9rem;text-align:center}.login-btn{border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-bottom:1rem;padding:.75rem;width:100%}.login-btn,.login-btn:hover{background-color:#ff4409}.register-link{color:#333;font-size:.9rem}.register-link a{color:#ff4409;font-weight:600;text-decoration:none}.password-field{position:relative}.eye-icon{color:#ff4409;cursor:pointer;font-size:1.2rem;position:absolute;right:1rem;top:50%;transform:translateY(-38%)}.termsofservice{color:#ff4409;font-weight:700}.card-horizontal{background-color:initial;border-radius:12px;display:flex;height:170px;margin-top:10px;max-width:100%;overflow:hidden}.card-info-wrapper{background-color:#fff;border:2px solid #0000;border-left:none;border-radius:0 12px 12px 0;flex:1 1;transition:border .2s ease}.card-info-wrapper:hover{transition:border .2s ease}.card-info-wrapper.selected,.card-info-wrapper:hover{border:2px solid #ff4409;border-left:none}.card-info-wrapper.selected h3{color:#ff4409}.card-image{flex:0 0 40%;overflow:hidden;position:relative}.card-image img{height:100%;object-fit:cover;width:100%}@media screen and (max-width:600px){.card-horizontal{flex-direction:column;height:auto}.card-image{height:180px;width:100%}.card-info-wrapper{border-left:2px solid #0000;border-radius:0 0 8px 8px;border-top:none}.card-info-wrapper.selected,.card-info-wrapper:hover{border-left:2px solid #ff4409;border-top:none}}.card-info{display:flex;flex-direction:column;height:100%;justify-content:center;padding:12px 16px}.card-info h3{color:#333;font-size:16px;font-weight:600;margin:0 0 6px}.card-info .description{color:#666;font-size:14px;margin:0 0 10px}.card-info .meta{align-items:center;display:flex;font-size:13px;justify-content:space-between}.card-info .address{color:#666;font-size:13px;margin-bottom:8px}.rating-container{align-items:center;display:flex;gap:4px}.icon{color:#ff4409;cursor:pointer;font-size:18px}.map-container{box-shadow:0 0 10px #0000001a;height:100%;width:100%}.locals-page{display:flex;flex-direction:row;height:100vh;overflow:hidden;width:100%}.locals-list{background-color:#fff;flex:1 1 45%;max-width:100%;min-width:320px;overflow-y:auto;padding:20px}.locals-list,.locals-map-section{box-sizing:border-box;height:100%}.locals-map-section{flex:1 1 55%;min-width:300px}@media screen and (max-width:768px){.locals-page{flex-direction:column;height:auto}.locals-list,.locals-map-section{flex:1 1 100%;height:auto;min-width:0;min-width:auto;width:100%}.map-container{height:400px}}.search-bar{align-items:center;display:flex;gap:10px;margin-bottom:20px}.search-bar input{border:1px solid #ccc;border-radius:8px;flex:1 1;font-size:.9rem;outline:none;padding:.5rem}.no-results-card{align-items:center;background-color:#fefefe;height:120px;justify-content:center}.no-results-card .card-info.center{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.no-results-card h3{color:#444;margin:0}.no-results-card .description{color:#777;font-size:14px;margin-top:6px}.info-panel{background:#fff;max-height:95vh;overflow-y:auto;position:relative}.info-img{border-radius:12px;height:240px;margin-bottom:12px;object-fit:cover;width:100%}.info-header{align-items:center;display:flex;justify-content:space-between}.info-header h2{font-size:20px;font-weight:600;margin:0}.info-line{flex:1 1;font-size:14px;margin:8px 0}.info-line a{color:#444;margin-left:4px;text-decoration:none}hr{border:none;border-top:1px solid #ccc;margin:12px 0}.hours-list{list-style:none;margin:0;padding:0}.info-description{margin:0 12px}.hours-list li{border-bottom:1px solid #ccc;display:flex;font-size:14px;justify-content:space-between;padding:4px 0}.day{color:#333;font-weight:600}.time{color:#666}.close-btn{background:#0000;border:none;color:#fff;cursor:pointer;font-size:30px;position:absolute;right:10px;top:10px}.filter-buttons{display:flex;gap:0;margin:1rem 0}.filter-buttons button{background-color:#fff;border:none;border-bottom:2px solid #0000;border-radius:8px;color:#ff4409;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:700;padding:.5rem;transition:background-color .2s}.filter-buttons button.active{background-color:#ff4409;color:#fff}.slider-img-container{height:300px;overflow:hidden;position:relative;width:100%}.slider-track{display:flex;height:100%;transition:transform .8s ease-in-out;width:100%}.slider-img{flex-shrink:0;height:100%;object-fit:cover;width:100%}.dots{bottom:10px;position:absolute;text-align:center;width:100%}.dot{background-color:#ccc;border-radius:50%;cursor:pointer;display:inline-block;height:10px;margin:0 4px;transition:background-color .3s ease;width:10px}.dot.active{background-color:#ff4409}.home-card{background-color:#fff;border-radius:12px;box-shadow:0 0 10px #0000001a;cursor:pointer;display:flex;flex:0 0 auto;flex-direction:column;height:255px;overflow:hidden;scroll-snap-align:start;transition:transform .2s ease;width:280px}.home-card-image{height:140px;object-fit:cover;width:100%}.home-card-info{border:2px solid #0000;border-radius:0 0 12px 12px;border-top:none;height:115px;padding:10px 12px;transition:border .2s ease}.home-card:hover .home-card-info{border-color:#ff4409}.home-card-name{font-size:16px;font-weight:600;margin:0}.home-card-desc{color:#666;font-size:13px;margin:4px 0}.rating{color:#ff4409;font-size:13px;font-weight:500}.icons{display:flex;font-size:13px;gap:10px}.home-card-points{color:#ff4409;font-size:13px;font-weight:500;font-weight:700}.local-business-slider-section{background-color:#fff;padding:20px 20px 0}.slider-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.slider-header h3{font-size:1.5rem;font-weight:700}.show-more{align-items:center;color:#ff4409;display:flex;font-size:16px;font-weight:600;gap:.3rem;text-decoration:none;transition:all .2s ease-in-out}.show-more:hover{transform:translateX(4px)}.slider-container{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory;scrollbar-color:#ccc #0000;scrollbar-width:thin}.slider-container::-webkit-scrollbar{height:8px}.slider-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:12px}.horizontal-scroll-container{display:flex;gap:16px;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory;scrollbar-width:none}.horizontal-scroll-container::-webkit-scrollbar{display:none}.navbar{align-items:center;background:#fff;box-shadow:0 0 10px #0000001a;display:flex;font-family:Poppins,sans-serif;justify-content:space-between;left:0;padding:5px 40px;position:sticky;top:0;width:100%;z-index:1000}.logo{color:#ff4409;font-size:28px;font-style:italic;font-weight:700;margin-left:-10px;margin-right:auto}.nav-links{display:flex;gap:30px;margin-left:auto}.nav-item{color:#ff4409;cursor:pointer;font-size:16px;font-weight:600;transition:color .3s ease-in-out}.nav-item.active,.nav-item:hover{color:#d13400}.user-icon{font-size:22px;margin-left:20px;margin-top:4px}.menu-toggle{background:none;border:none;cursor:pointer;display:none;font-size:24px}@media (max-width:900px){.nav-links{align-items:center;background:#fff;box-shadow:0 0 10px #0000001a;display:none;flex-direction:column;left:0;padding:20px 0;position:absolute;top:65px;width:100%}.nav-links.open{display:flex}.nav-item{font-size:18px;padding:10px 0}.menu-toggle{display:block;margin-left:10px}}.user-wrapper{position:relative}.user-icon{color:#ff4409;cursor:pointer;font-size:20px}.user-tab{background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:14px;position:absolute;right:-30px;top:40px;width:220px;z-index:100}.user-info{margin-bottom:10px}.user-tab .greeting{font-size:15px;margin:0}.user-tab .email,.user-tab .points{color:#333;font-size:13px}.user-tab hr{border:none;border-top:1px solid #ccc;margin:10px 0}.logout-btn{background-color:#ff4500;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;padding:8px;width:100%}.logout-btn:hover{background-color:#e03e00}.scan-container{align-items:center;background-color:#f2f2f2;display:flex;justify-content:center;min-height:90vh;padding:2rem}.qr-card{background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;max-width:500px;padding:2rem;text-align:center;width:100%}.qr-card h2{font-size:2rem}.qr-sub{font-size:.9rem;margin-bottom:1rem}.qr-note{font-size:.9rem;margin-top:1.2rem}.loading-text{margin-top:3rem;text-align:center}.card-info .tagline{color:#666;font-size:14px;margin:0 0 10px}.card-info .discounts{font-size:13px;margin-bottom:8px}.points-btn,.use-now-btn{background-color:#ff4409;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:13px;margin-left:auto;padding:6px 12px}.deals-page{display:flex;flex-direction:row;height:100vh;overflow:hidden;width:100%}.deals-list{background-color:#fff;flex:1 1 45%;max-width:100%;min-width:320px}.deals-list,.rewards{box-sizing:border-box;height:100vh;overflow-y:auto;padding:20px}.rewards{flex:1 1 55%;min-width:300px}.rewards-list{display:flex;flex:1 1 50%;flex-direction:column;gap:10px}.monthly-board{background-color:#ff4409;border-radius:12px;color:#fff;flex:1 1 50%;padding:20px;text-align:center;width:100%}@media screen and (max-width:768px){.deals-page{flex-direction:column;height:auto}.deals-list,.rewards{flex:1 1 100%;height:auto;min-width:0;min-width:auto;width:100%}.rewards-content{flex-direction:column;height:auto}}.tab-buttons{display:flex;gap:0;margin:1rem 0}.tab-buttons button{background-color:#fff;border:none;border-radius:8px;color:#ff4409;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:700;padding:.5rem;transition:background-color .2s}.tab-buttons button.active{background-color:#ff4409;color:#fff}.points-progress-container{margin:20px 0}.points-header{display:flex;font-size:.9rem;font-weight:700;justify-content:space-between}.points-bar{background-color:#f0f0f0;border-radius:8px;box-shadow:inset 0 1px 4px #0000001a;height:20px;overflow:hidden;position:relative;width:100%}.points-fill{background:linear-gradient(90deg,#ff4409,#ff4409);border-radius:8px 0 0 8px;height:100%;justify-content:flex-end;padding-right:8px;position:relative}.mystery-box-card,.points-fill{align-items:center;display:flex}.mystery-box-card{background-color:#ff4409;border-radius:12px;color:#fff;justify-content:space-between;padding:20px}.mystery-img{height:auto;object-fit:contain;width:120px}.bonus-tasks{background-color:#ff4409;border-radius:12px;color:#fff;display:flex;justify-content:space-between;padding:20px}.bonus-img{height:auto;object-fit:contain;width:110px}.referral-section{background-color:#ff4409;border-radius:12px;color:#fff;justify-content:space-between;padding:20px}.referral-box{display:flex;gap:10px}.referral-code,.referral-link{display:flex;flex-direction:column}.referral-code label,.referral-link label{font-size:.9rem;margin-bottom:4px}.referral-code{flex:0 0 auto}.referral-link{flex:1 1}.referral-link input{border-radius:8px}.code,.referral-link input{border:1px solid #ccc;color:#666;font-size:.9rem;padding:.5rem}.code{background-color:#fff;border-radius:8px;width:fit-content}.rewards-img{height:auto;margin:10px;width:200px}.board-highlight{font-size:.9rem;font-weight:700;margin:10px}.rank-list{background:#fff;border-radius:0 0 12px 12px;color:#333;list-style:none}.rank-list li{align-items:center;border-top:1px solid #ccc;display:flex;gap:.4rem;padding:.6rem 1rem}.rank-num{font-weight:700}.avatar{color:#ff4409;height:20px;object-fit:cover;width:20px}.name{flex:1 1;font-weight:700;position:relative}.rewards-content{display:flex;gap:10px}.redeem-btn{background-color:#ff4409;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;margin-top:10px;overflow:hidden;padding:12px 20px;position:relative;text-align:center;width:100%}.barcode{height:auto;width:100%}.info-columns{display:flex;gap:20px;justify-content:space-between;margin-top:16px}.info-line ul{list-style:none;margin:0;padding:0}.box-right{align-items:flex-end;display:flex;flex-direction:column;gap:.3rem}.box-title{font-size:1.5rem;font-weight:800;margin:0}.buy-btn{background-color:#fff;border:none;border-radius:8px;color:#ff4409;cursor:pointer;font-size:.95rem;font-weight:700;padding:.2rem .5rem}.box-left{align-items:flex-start;display:flex;flex-direction:column;gap:.3rem;justify-content:flex-end}.box-desc{color:#fff;font-size:14px}
/*# sourceMappingURL=main.0b967e88.css.map*/