:root{--primary-brand:#4f46e5;--primary-brand-hover:#4338ca;--primary-brand-light:#eef2ff;--accent-badge-bg:#f5f3ff;--accent-badge-text:#6d28d9;--text-main:#0f172a;--text-subdued:#64748b;--bg-page:#f8fafc;--bg-surface:#fff;--border-light:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif}body{background-color:var(--bg-page);color:var(--text-main);min-height:100vh}.storefront-wrapper{background-color:var(--bg-surface);flex-direction:column;max-width:480px;min-height:100vh;margin:0 auto;display:flex;box-shadow:0 0 25px #0000000f}.store-banner{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);height:125px;position:relative}.store-header-profile{z-index:20;flex-direction:column;margin-top:-45px;margin-bottom:1.2rem;padding:0 1.2rem;display:flex;position:relative}.avatar-row{z-index:25;justify-content:space-between;align-items:flex-end;margin-bottom:.8rem;display:flex;position:relative}.store-avatar{object-fit:cover;z-index:30;background:#fff;border:4px solid #fff;border-radius:50%;width:86px;height:86px;display:block;position:relative;box-shadow:0 6px 16px #00000026}.verified-merchant-badge{background:var(--accent-badge-bg);color:var(--accent-badge-text);border:1px solid #6d28d933;border-radius:20px;align-items:center;gap:4px;margin-bottom:8px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.store-title{color:var(--text-main);margin-bottom:4px;font-size:1.3rem;font-weight:800}.store-bio{color:var(--text-subdued);margin-bottom:.8rem;font-size:.88rem;line-height:1.4}.store-stats-bar{border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);color:var(--text-subdued);gap:1.5rem;padding:.8rem 0;font-size:.82rem;display:flex}.store-stats-bar strong{color:var(--text-main)}.store-section-header{justify-content:space-between;align-items:center;padding:1rem 1.2rem .6rem;display:flex}.store-section-title{color:var(--text-main);font-size:1rem;font-weight:700}.store-sync-indicator{color:#10b981;align-items:center;gap:4px;font-size:.75rem;font-weight:600;display:flex}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:.5rem 1.2rem 2rem;display:grid}.product-card{background:var(--bg-surface);border:1px solid var(--border-light);color:inherit;border-radius:10px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000000f}.product-img-wrap{aspect-ratio:1;background:#f8fafc;width:100%;position:relative;overflow:hidden}.product-img{object-fit:cover;width:100%;height:100%}.badge-discount{color:#fff;background:#ef4444;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:800;position:absolute;top:6px;right:6px}.product-info{flex-direction:column;flex:1;padding:.8rem;display:flex}.product-name{color:var(--text-main);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.4em;margin-bottom:6px;font-size:.85rem;font-weight:600;line-height:1.2em;display:-webkit-box;overflow:hidden}.product-pricing{align-items:baseline;gap:6px;margin-bottom:6px;display:flex}.price-current{color:var(--primary-brand);font-size:.95rem;font-weight:800}.price-original{color:#94a3b8;font-size:.75rem;text-decoration:line-through}.product-meta-row{color:var(--text-subdued);justify-content:space-between;align-items:center;margin-top:auto;margin-bottom:8px;font-size:.72rem;display:flex}.btn-buy-action{color:#fff;text-align:center;background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%);border-radius:6px;justify-content:center;align-items:center;gap:4px;padding:.5rem;font-size:.78rem;font-weight:700;transition:opacity .2s;display:flex}.btn-buy-action:hover{opacity:.9}.storefront-footer{text-align:center;border-top:1px solid var(--border-light);background:#f8fafc;margin-top:auto;padding:1.5rem}.storefront-footer a{color:var(--text-subdued);font-size:.78rem;font-weight:600;text-decoration:none}.storefront-footer a:hover{color:var(--primary-brand)}.landing-page-wrap{background:#fff;min-height:100vh;font-family:Inter,sans-serif}.landing-nav{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.5rem 4rem;display:flex}.landing-brand{color:var(--text-main);align-items:center;gap:8px;font-size:1.3rem;font-weight:800;display:flex}.landing-brand span{color:var(--primary-brand)}.landing-hero{text-align:center;max-width:900px;margin:4rem auto 3rem;padding:0 1.5rem}.hero-pill{background:var(--primary-brand-light);color:var(--primary-brand);border:1px solid #4f46e533;border-radius:20px;align-items:center;gap:6px;margin-bottom:1.5rem;padding:6px 14px;font-size:.85rem;font-weight:700;display:inline-flex}.hero-title{color:#0f172a;letter-spacing:-1px;margin-bottom:1.2rem;font-size:3.2rem;font-weight:800;line-height:1.15}.hero-title span{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtitle{color:#475569;max-width:700px;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.6}.hero-cta-btn{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%);border-radius:8px;padding:1rem 2.2rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 10px 25px #4f46e540}.hero-cta-btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px #4f46e559}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:4rem auto;padding:0 1.5rem;display:grid}.feature-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.8rem;transition:all .2s}.feature-box:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 8px 20px #00000008}.feature-icon{margin-bottom:1rem;font-size:2rem}.feature-box h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.feature-box p{color:#64748b;font-size:.9rem;line-height:1.5}
