:root{--bg:#fff;--bg-secondary:#f7f7f8;--card:#f5f5f5;--card-hover:#ececec;--border:#e5e7eb;--border-light:#d1d5db;--text:#111;--text-secondary:#555;--text-muted:#777;--accent:#6366f1;--accent-hover:#5558e8;--accent-dim:#6366f11a;--green:#16a34a;--green-dim:#16a34a1a;--radius:12px;--radius-sm:8px;--shadow:0 4px 24px #00000014;--max-width:1100px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg);color:#111;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.6;margin:0}a{color:inherit;text-decoration:none}ul{list-style:none}button{background:none;border:none;cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}img{display:block;max-width:100%}.container{margin:0 auto;max-width:1100px;max-width:var(--max-width);padding:0 1.5rem;width:100%}.header{background:var(--bg);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.header-inner{align-items:center;display:flex;gap:1rem;height:60px;justify-content:space-between;margin:0 auto;max-width:var(--max-width);padding:0 1.5rem}.header-logo{color:var(--text);flex-shrink:0;font-size:1.2rem;font-weight:700;letter-spacing:-.01em;text-decoration:none}.header-logo-img{display:block;height:28px;width:auto}.header-logo:hover{color:var(--text);opacity:.85}.header-nav{gap:.25rem}.header-nav,.nav-link{align-items:center;display:flex}.nav-link{background:none;border:none;border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:500;gap:.3rem;padding:.4rem .75rem;text-decoration:none;transition:color .15s,background .15s}.nav-link.active,.nav-link:hover{background:var(--card);color:var(--text)}.nav-dropdown{position:relative}.dropdown-trigger{cursor:pointer}.dropdown-menu{animation:fadeDown .15s ease;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);left:50%;min-width:260px;padding:.5rem;position:absolute;top:calc(100% + .5rem);transform:translateX(-50%);z-index:2000}@keyframes fadeDown{0%{opacity:0;transform:translateX(-50%) translateY(-6px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.dropdown-item{border-radius:var(--radius-sm);display:block;padding:.6rem .75rem;text-decoration:none;transition:background .15s}.dropdown-item.active,.dropdown-item:hover{background:var(--card-hover)}.dropdown-item-label{color:var(--text);display:block;font-size:.875rem;font-weight:500}.dropdown-item-desc{color:var(--text-muted);display:block;font-size:.775rem;margin-top:.1rem}.hamburger{background:none;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;display:none;flex-direction:column;flex-shrink:0;gap:5px;height:36px;justify-content:center;padding:0 8px;width:36px}.hamburger span{background:var(--text-secondary);border-radius:2px;display:block;height:2px;transition:transform .2s,opacity .2s}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{background:var(--bg-secondary);border-top:1px solid var(--border);display:flex;flex-direction:column;padding:.75rem 1.5rem 1.25rem}.mobile-link{border-bottom:1px solid var(--border);color:var(--text-secondary);font-size:.95rem;font-weight:500;padding:.65rem 0;text-decoration:none;transition:color .15s}.mobile-link:last-child{border-bottom:none}.mobile-link:hover{color:var(--text)}.mobile-section-label{color:var(--text-muted);font-size:.7rem;font-weight:600;letter-spacing:.08em;padding:.75rem 0 .25rem;text-transform:uppercase}@media (max-width:640px){.header-nav{display:none}.hamburger{display:flex}}.footer{background:var(--bg-secondary);border-top:1px solid var(--border);margin-top:auto;padding:3rem 0 0}.footer-grid{grid-gap:3rem;border-bottom:1px solid var(--border);display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr;padding-bottom:3rem}.footer-logo{color:var(--text);display:inline-block;font-size:1.1rem;font-weight:700;margin-bottom:.75rem;text-decoration:none}.footer-tagline{color:var(--text-muted);font-size:.875rem;line-height:1.6;max-width:280px}.footer-col-title{color:var(--text-secondary);font-size:.8rem;font-weight:600;letter-spacing:.07em;margin-bottom:1rem;text-transform:uppercase}.footer-col ul{display:flex;flex-direction:column;gap:.6rem;list-style:none;margin:0;padding:0}.footer-col ul li a{color:var(--text-muted);font-size:.875rem;text-decoration:none;transition:color .15s}.footer-col ul li a:hover{color:var(--text)}.footer-bottom{padding:1.25rem 0;text-align:center}.footer-bottom p{color:var(--text-muted);font-size:.8rem}@media (max-width:768px){.footer-grid{gap:2rem;grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (max-width:480px){.footer-grid{gap:1.75rem;grid-template-columns:1fr}}.home-page{min-height:60vh}.home-hero{border-bottom:1px solid var(--border);padding:5rem 0 4rem;text-align:center}.hero-title{color:var(--text);font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.12;margin-bottom:1.25rem}.hero-subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.65;margin:0 auto 2rem;max-width:480px}.home-products{padding:4rem 0}.section-header{margin-bottom:2.5rem}.section-header h2{color:var(--text);font-size:1.6rem;font-weight:700;margin-bottom:.5rem}.section-header p{color:var(--text-secondary);font-size:.95rem;max-width:500px}.products-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.product-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;overflow:hidden;transition:border-color .2s,transform .2s}.product-card:hover{border-color:var(--border-light);transform:translateY(-2px)}.product-card-top{height:180px;overflow:hidden;position:relative}.product-placeholder-img{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);height:100%;width:100%}.product-preview-img{display:block;height:100%;object-fit:cover;object-position:top;width:100%}.product-card-top .badge-live{position:absolute;right:.75rem;top:.75rem}.product-card-body{display:flex;flex:1 1;flex-direction:column;padding:1.25rem}.product-category{color:var(--accent);font-size:.7rem;font-weight:600;letter-spacing:.07em;margin-bottom:.5rem;text-transform:uppercase}.product-name{color:var(--text);font-size:1.05rem;font-weight:600;margin-bottom:.2rem}.product-tagline{color:var(--text-secondary);font-size:.8rem;font-weight:500;margin-bottom:.6rem}.product-desc{color:var(--text-muted);flex:1 1;font-size:.85rem;line-height:1.6;margin-bottom:1.25rem}.product-actions{display:flex;flex-direction:column;gap:.75rem}.store-btns{display:flex;flex-wrap:wrap;gap:.5rem}@media (max-width:640px){.home-hero{padding:3.5rem 0 3rem}.products-grid{grid-template-columns:1fr}}.product-page{min-height:60vh}.pp-hero{border-bottom:1px solid var(--border);padding:4rem 0 3rem}.pp-hero-inner{align-items:center;display:flex;gap:3rem}.pp-hero-content{flex:1 1;min-width:0}.pp-hero-preview{flex-shrink:0}.pp-preview-img{border-radius:20px;box-shadow:var(--shadow);display:block;width:380px}@media (max-width:768px){.pp-hero-inner{flex-direction:column}.pp-preview-img{margin:0 auto;max-width:480px;width:100%}}.pp-hero-meta{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.pp-category{color:var(--text-muted);font-size:.78rem;font-weight:500}.pp-title{color:var(--text);font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;margin-bottom:.4rem}.pp-subtitle{color:var(--text-secondary);font-size:1.1rem;font-weight:500;margin-bottom:1rem}.pp-description{color:var(--text-muted);font-size:1rem;line-height:1.7;margin-bottom:1.75rem;max-width:620px}.pp-note{color:var(--text-muted);font-size:.8rem;margin-top:.75rem}.pp-store-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.btn-store-large{align-items:center;background:var(--card);border:1px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text);display:inline-flex;gap:.65rem;min-width:155px;padding:.75rem 1.25rem;text-decoration:none;transition:background .2s,border-color .2s,transform .15s}.btn-store-large:hover{background:var(--card-hover);border-color:var(--accent);transform:translateY(-1px)}.btn-store-large svg{flex-shrink:0;opacity:.85}.btn-store-sub{color:var(--text-muted);display:block;font-size:.65rem;letter-spacing:.04em;text-transform:uppercase}.btn-store-main{color:var(--text);display:block;font-size:.9rem;font-weight:600;line-height:1.2}.pp-screenshots{border-bottom:1px solid var(--border);overflow:visible;padding:3.5rem 0}.pp-section-title{color:var(--text);font-size:1.3rem;font-weight:700;margin-bottom:1.75rem}.screenshots-row{-webkit-overflow-scrolling:touch;display:flex;gap:1.25rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory;scrollbar-color:var(--border) #0000;scrollbar-width:thin}.screenshots-row::-webkit-scrollbar{height:4px}.screenshots-row::-webkit-scrollbar-track{background:#0000}.screenshots-row::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:2px}.phone-frame{align-items:center;border:2px solid var(--border-light);border-radius:32px;box-shadow:var(--shadow);display:flex;flex-direction:column;flex-shrink:0;height:460px;overflow:hidden;position:relative;scroll-snap-align:start;width:260px}.phone-notch{background:#00000080;border-radius:0 0 10px 10px;flex-shrink:0;height:12px;margin-top:0;width:80px}.phone-screen-label{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.4rem;justify-content:center;padding:1rem;text-align:center}.phone-screen-label span{color:#fffc;font-size:1rem;font-weight:500}.phone-screen-label small{color:#fff6;font-size:.65rem;line-height:1.3}.phone-frame img{height:100%;object-fit:cover;width:100%}.pp-features{border-bottom:1px solid var(--border);padding:3.5rem 0}.features-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:border-color .2s}.feature-card:hover{border-color:var(--border-light)}.feature-icon{font-size:1.5rem;margin-bottom:.75rem}.feature-card h3{color:var(--text);font-size:.95rem;font-weight:600;margin-bottom:.4rem}.feature-card p{color:var(--text-muted);font-size:.85rem;line-height:1.6}.pp-cta{padding:4rem 0;text-align:center}.pp-cta h2{color:var(--text);font-size:1.6rem;font-weight:700;margin-bottom:.5rem}.pp-cta p{color:var(--text-secondary);font-size:.95rem;margin-bottom:1.75rem}.pp-cta .pp-store-buttons{justify-content:center}@media (max-width:640px){.pp-hero{padding:2.5rem 0 2rem}.pp-title{font-size:1.8rem}.features-grid{grid-template-columns:1fr}.phone-frame{height:calc(150.45vw - 5.31rem);max-height:460px;max-width:260px;width:calc(85vw - 3rem)}}.rewardly-support-page{background:var(--bg);min-height:100vh}.rewardly-support-page .hero-section{background:var(--bg);border-bottom:1px solid var(--border);color:var(--text);padding:4rem 0 3rem;text-align:left}.rewardly-support-page .container{margin:0 auto;max-width:var(--max-width);padding:0 1.5rem}.rewardly-support-page .hero-section h1{color:var(--text);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin-bottom:.5rem}.rewardly-support-page .subtitle{color:var(--text-secondary);font-size:1rem}.rewardly-support-page .content-section{background:var(--bg);padding:3rem 0}.rewardly-support-page h2{color:var(--text);font-size:1.3rem;font-weight:700;margin-bottom:1.5rem}.rewardly-support-page h3{color:var(--text-secondary);font-size:1rem;font-weight:600;margin-bottom:1rem}.rewardly-support-page li,.rewardly-support-page p{color:var(--text-muted);font-size:.9rem;line-height:1.7}.faq-item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden}.faq-question{align-items:center;color:var(--text);cursor:pointer;display:flex;font-size:.9rem;font-weight:500;justify-content:space-between;padding:1rem 1.25rem}.faq-question:hover{background:var(--card-hover)}.faq-answer{color:var(--text-muted);font-size:.875rem;line-height:1.7;padding:0 1.25rem 1rem}.support-form{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);max-width:600px;padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{color:var(--text-secondary);display:block;font-size:.8rem;font-weight:600;letter-spacing:.05em;margin-bottom:.4rem;text-transform:uppercase}.form-group input,.form-group select,.form-group textarea{background:var(--bg);border:1px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text);font-family:inherit;font-size:.9rem;line-height:1.5;outline:none;padding:.65rem .9rem;transition:border-color .15s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent)}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{background:var(--accent);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:background .2s}.submit-btn:hover{background:var(--accent-hover)}.form-status{color:var(--green);font-size:.875rem;margin-top:.75rem}.contact-info{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.contact-item{align-items:center;color:var(--text-muted);display:flex;font-size:.9rem;gap:.75rem}.contact-item a{color:var(--accent)}@media (max-width:640px){.rewardly-support-page .hero-section{padding:2.5rem 0 2rem}}.privacy-policy-page{background:var(--bg);line-height:1.7;min-height:100vh;padding:4rem 0 5rem}.policy-header{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding-bottom:2rem}.policy-header h1{color:var(--text);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin-bottom:.4rem}.last-updated{color:var(--text-muted);font-size:.875rem;margin:0}.policy-content{color:var(--text-secondary);max-width:800px}.policy-section{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding-bottom:1.5rem}.policy-section:last-of-type{border-bottom:none;margin-bottom:1rem}.policy-section h2{color:var(--text);font-size:1.15rem;font-weight:600;margin-bottom:.75rem}.policy-section h3{color:var(--text-secondary);font-size:.95rem;font-weight:600;margin:1.25rem 0 .5rem}.policy-section p{color:var(--text-muted);font-size:.9rem;line-height:1.75;margin-bottom:.75rem}.policy-section ul{list-style:disc;margin:.75rem 0;padding-left:1.25rem}.policy-section li{color:var(--text-muted);font-size:.9rem;line-height:1.65;margin-bottom:.4rem}.policy-section a{color:var(--accent);text-decoration:underline}.policy-section a:hover{opacity:.85}@media (max-width:640px){.privacy-policy-page{padding:2.5rem 0 4rem}}.terms-conditions-page{background:var(--bg);line-height:1.7;min-height:100vh;padding:4rem 0 5rem}.terms-header{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding-bottom:2rem}.terms-header h1{color:var(--text);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin-bottom:.4rem}.terms-content{color:var(--text-secondary);max-width:800px}.terms-section{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding-bottom:1.5rem}.terms-section:last-of-type{border-bottom:none;margin-bottom:1rem}.terms-section h2{color:var(--text);font-size:1.15rem;font-weight:600;margin-bottom:.75rem}.terms-section h3{color:var(--text-secondary);font-size:.95rem;font-weight:600;margin:1.25rem 0 .5rem}.terms-section p{color:var(--text-muted);font-size:.9rem;line-height:1.75;margin-bottom:.75rem}.terms-section ul{list-style:disc;margin:.75rem 0;padding-left:1.25rem}.terms-section li{color:var(--text-muted);font-size:.9rem;line-height:1.65;margin-bottom:.4rem}.terms-section a{color:var(--accent);text-decoration:underline}@media (max-width:640px){.terms-conditions-page{padding:2.5rem 0 4rem}}.App{background:var(--bg);display:flex;flex-direction:column;min-height:100vh}.App,.main-content{overflow-x:hidden;width:100%}.main-content{flex:1 1}.store-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.btn-store{align-items:center;background:var(--card);border:1px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.65rem 1.25rem;text-decoration:none;transition:background .2s,border-color .2s,transform .15s;white-space:nowrap}.btn-store:hover{background:var(--card-hover);border-color:var(--accent);transform:translateY(-1px)}.btn-store svg{flex-shrink:0}.btn-primary{background:var(--accent);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s,transform .15s}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-outline{background:#0000;border:1px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;display:inline-block;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s,border-color .2s,transform .15s}.btn-outline:hover{background:var(--card-hover);border-color:var(--text-secondary);transform:translateY(-1px)}.badge-live{align-items:center;background:var(--green-dim);border:1px solid #22c55e4d;border-radius:999px;color:var(--green);display:inline-flex;font-size:.7rem;font-weight:600;gap:.35rem;letter-spacing:.05em;padding:.2rem .6rem;text-transform:uppercase}.badge-live:before{background:var(--green);border-radius:50%;content:"";flex-shrink:0;height:6px;width:6px}
/*# sourceMappingURL=main.f63ba67a.css.map*/