*{box-sizing:border-box}body,html{margin:0;min-height:100%;font-family:Arial,Helvetica,sans-serif;background:#f6f7fb;color:#111827}a{color:inherit;text-decoration:none}.store-page{min-height:100vh;padding:20px}.store-shell{max-width:980px;margin:0 auto}.store-hero{background:linear-gradient(135deg,#111827,#374151);color:#fff;border-radius:28px;padding:34px 24px;box-shadow:0 18px 45px rgba(17,24,39,.18)}.store-badge{display:inline-flex;align-items:center;border:1px solid hsla(0,0%,100%,.25);border-radius:999px;padding:7px 12px;font-size:13px;margin-bottom:18px;color:hsla(0,0%,100%,.86)}.store-title{margin:0;font-size:clamp(32px,6vw,58px);letter-spacing:-1.5px;line-height:1}.store-bio{max-width:640px;margin:16px 0 24px;color:hsla(0,0%,100%,.82);font-size:17px;line-height:1.65}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;font-weight:700;border:0;cursor:pointer}.btn-primary{background:#22c55e;color:#052e16}.btn-light{background:#fff;color:#111827}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin:34px 0 16px;gap:14px}.section-title{margin:0;font-size:26px;letter-spacing:-.5px}.section-subtitle{margin:5px 0 0;color:#6b7280}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:18px;box-shadow:0 10px 30px rgba(17,24,39,.06)}.product-image-placeholder{height:160px;border-radius:18px;background:linear-gradient(135deg,#e5e7eb,#f9fafb);display:flex;align-items:center;justify-content:center;color:#9ca3af;font-weight:700;margin-bottom:16px}.product-name{margin:0 0 8px;font-size:18px}.product-description{min-height:44px;margin:0 0 14px;color:#6b7280;font-size:14px;line-height:1.5}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.price{font-size:20px;font-weight:900}.order-btn{background:#111827;color:#fff;border-radius:999px;padding:10px 13px;font-size:13px;font-weight:800}.empty-state{background:#fff;border:1px dashed #d1d5db;border-radius:22px;padding:28px;color:#6b7280}.powered-by{text-align:center;margin:34px 0 10px;color:#9ca3af;font-size:13px}.not-found{min-height:100vh;display:grid;place-items:center;padding:24px}.not-found-card{max-width:420px;background:#fff;border-radius:24px;padding:28px;text-align:center;box-shadow:0 10px 30px rgba(17,24,39,.08)}@media (max-width:850px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.store-page{padding:12px}.store-hero{border-radius:24px;padding:28px 20px}.product-grid{grid-template-columns:1fr}.section-header{display:block}.product-footer{align-items:flex-start;flex-direction:column}.order-btn{width:100%;text-align:center}}.order-page{padding:24px;background:#f6f7fb}.order-shell{max-width:1050px}.back-link{margin-bottom:18px;color:#374151;font-weight:800}.order-layout{grid-template-columns:.9fr 1.1fr;grid-gap:18px;gap:18px}.order-form,.order-summary{background:#fff;border:1px solid #e5e7eb;border-radius:26px;padding:22px;box-shadow:0 10px 30px rgba(17,24,39,.06)}.store-label{color:#6b7280;margin:12px 0 6px;font-weight:800}.order-form h2,.order-summary h1{margin:0 0 10px;letter-spacing:-.5px}.form-muted,.order-summary p{color:#6b7280;line-height:1.55}.summary-row,.summary-total{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-top:1px solid #e5e7eb}.summary-total{font-size:22px}.order-form{display:grid;grid-gap:14px;gap:14px}.order-form label{grid-gap:7px;gap:7px;font-weight:800}.order-form input,.order-form textarea{width:100%;border:1px solid #d1d5db;border-radius:16px;padding:13px 14px;font:inherit;outline:none;background:#f9fafb}.order-form textarea{min-height:90px;resize:vertical}.order-form input:focus,.order-form textarea:focus{border-color:#111827;background:#fff}.submit-order-btn{min-height:50px;border-radius:999px;font-weight:900;cursor:pointer;font-size:16px}.submit-order-btn:disabled{opacity:.7;cursor:not-allowed}.success-box{border:1px solid #86efac;background:#f0fdf4;color:#166534;padding:13px;border-radius:16px}.error-box{border:1px solid #fecaca;background:#fef2f2;color:#991b1b;padding:13px;border-radius:16px}.whatsapp-mini{text-align:center;font-weight:900}@media (max-width:800px){.order-layout{grid-template-columns:1fr}.order-page{padding:12px}}.store-page .product-grid{grid-template-columns:repeat(auto-fit,minmax(260px,340px));align-items:start}.store-page .product-image,.store-page .product-image-placeholder{width:100%;height:180px;max-height:180px;object-fit:cover;border-radius:18px}.order-page .product-image,.order-page .product-image-placeholder{width:100%;max-height:260px;object-fit:cover;border-radius:20px}.store-profile-hero{width:min(1120px,calc(100% - 2rem));margin:1.5rem auto 2rem}.store-banner{width:100%;height:260px;object-fit:cover;border-radius:28px;background:linear-gradient(135deg,#111827,#374151);display:block}.store-banner-empty{min-height:220px}.store-profile-card{width:min(940px,calc(100% - 2rem));margin:-70px auto 0;background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:28px;padding:1.5rem;display:grid;grid-template-columns:110px 1fr;grid-gap:1.2rem;gap:1.2rem;align-items:center;box-shadow:0 22px 60px rgba(15,23,42,.14);position:relative}.store-logo{width:110px;height:110px;object-fit:cover;border-radius:999px;border:5px solid #fff;background:#f3f4f6;box-shadow:0 14px 30px rgba(15,23,42,.18)}.store-logo-empty{display:grid;place-items:center;font-size:2.4rem;font-weight:900;background:#111827;color:#fff}.store-profile-card h1{margin:.2rem 0;font-size:clamp(2rem,5vw,4rem);line-height:1}.store-profile-card p{margin:.4rem 0}.store-actions{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center;margin-top:1rem}.store-slug{font-weight:800;color:#6b7280}@media (max-width:700px){.store-banner{height:190px;border-radius:22px}.store-profile-card{grid-template-columns:1fr;text-align:center;margin-top:-55px}.store-logo{margin:0 auto}.store-actions{justify-content:center}}.track-page{min-height:100vh;display:grid;place-items:center;padding:2rem 1rem;background:#f4f6fb}.track-card{width:min(680px,100%);background:#fff;border-radius:28px;padding:2rem;box-shadow:0 22px 60px rgba(15,23,42,.12)}.track-card h1{margin:.3rem 0;font-size:clamp(2rem,5vw,3.4rem)}.track-muted{color:#6b7280}.track-form{display:grid;grid-gap:1rem;gap:1rem;margin-top:1.5rem}.track-form label{display:grid;grid-gap:.4rem;gap:.4rem;font-weight:800}.track-form input{width:100%;border:1px solid #d1d5db;border-radius:14px;padding:.9rem 1rem;font:inherit}.track-result{margin-top:1.5rem;border:1px solid #e5e7eb;border-radius:22px;padding:1.2rem;background:#f9fafb}.track-result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.track-result-head h2{margin:0}.track-status{display:inline-flex;width:-moz-fit-content;width:fit-content;border-radius:999px;padding:.45rem .8rem;font-size:.85rem;font-weight:900;background:#e5e7eb;color:#374151}.track-status.paid{background:#dcfce7;color:#166534}.track-status.pending{background:#fef3c7;color:#92400e}.track-status.processing{background:#dbeafe;color:#1d4ed8}.track-status.completed{background:#ede9fe;color:#5b21b6}.track-status.cancelled{background:#fee2e2;color:#991b1b}.track-items{display:grid;grid-gap:.6rem;gap:.6rem;margin-top:1rem}.track-item,.track-total{display:flex;justify-content:space-between;gap:1rem}.track-total{border-top:1px solid #e5e7eb;margin-top:1rem;padding-top:1rem;font-size:1.1rem}@media (max-width:600px){.track-card{padding:1.2rem;border-radius:22px}.track-result-head{flex-direction:column}}.inline-link{display:inline-flex;margin-top:.6rem;font-weight:900;color:#111827;text-decoration:underline}.btn-dark{background:#111827;color:#fff}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top left,rgba(17,24,39,.08),transparent 32rem),linear-gradient(180deg,#f8fafc,#eef2f7);color:#111827}.order-page,.store-page,.track-page{overflow-x:hidden}.btn,.order-btn,.submit-order-btn,.whatsapp-mini{min-height:48px;border-radius:999px;font-weight:900;letter-spacing:-.01em;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.btn:hover,.order-btn:hover,.submit-order-btn:hover,.whatsapp-mini:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(15,23,42,.16)}.products-section{width:min(1120px,calc(100% - 2rem));margin:0 auto 4rem}.section-head{margin-bottom:1.2rem}.section-head h2{font-size:clamp(1.7rem,4vw,2.6rem);letter-spacing:-.05em}.store-page .product-grid{display:grid;grid-template-columns:1fr;grid-gap:1.2rem;gap:1.2rem}.store-page .product-card{background:hsla(0,0%,100%,.92);border:1px solid rgba(15,23,42,.08);border-radius:28px;padding:.75rem;box-shadow:0 18px 45px rgba(15,23,42,.08);overflow:hidden}.store-page .product-image,.store-page .product-image-placeholder{height:210px;border-radius:22px}.product-body{padding:1rem .45rem .35rem}.product-top{align-items:flex-start;gap:.7rem}.product-top h3{font-size:1.25rem;letter-spacing:-.03em}.product-meta-row span,.product-top span{border-radius:999px;background:#f3f4f6;padding:.35rem .7rem;font-size:.8rem;font-weight:900}.product-meta-row{margin:1rem 0}.product-meta-row strong{font-size:1.15rem}.order-page{min-height:100vh;padding:1rem}.order-shell{width:min(1120px,100%);margin:0 auto}.back-link{display:inline-flex;align-items:center;margin:.5rem 0 1rem;color:#111827;font-weight:900;text-decoration:none}.order-layout{display:grid;grid-template-columns:1fr;grid-gap:1.2rem;gap:1.2rem;align-items:start}.order-form,.order-summary{background:hsla(0,0%,100%,.94);border:1px solid rgba(15,23,42,.08);border-radius:30px;box-shadow:0 20px 55px rgba(15,23,42,.1)}.order-summary{padding:1rem}.order-form{padding:1.2rem}.order-form h2,.order-summary h1{letter-spacing:-.05em}.order-summary h1{font-size:clamp(2rem,6vw,4rem);line-height:.95}.order-form h2{font-size:clamp(1.5rem,4vw,2.2rem);margin-bottom:.3rem}.order-page .product-image,.order-page .product-image-placeholder{height:260px;border-radius:24px}.summary-row,.summary-total{border-radius:18px;background:#f9fafb;padding:.95rem 1rem;margin-top:.7rem}.summary-total{background:#111827;color:#fff}.order-form label{display:grid;grid-gap:.45rem;gap:.45rem;margin-top:.9rem;font-weight:900;color:#374151}.order-form input,.order-form textarea,.track-form input{width:100%;min-height:48px;border:1px solid #d1d5db;border-radius:16px;padding:.95rem 1rem;background:#fff;color:#111827;font-size:16px;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.order-form textarea{min-height:96px}.order-form input:focus,.order-form textarea:focus,.track-form input:focus{border-color:#111827;box-shadow:0 0 0 4px rgba(17,24,39,.08)}.submit-order-btn{width:100%;margin-top:1rem;background:#111827;color:#fff;border:0}.pay-btn{background:linear-gradient(135deg,#111827,#374151)}.whatsapp-mini{display:inline-flex;width:100%;justify-content:center;align-items:center;margin-top:.8rem;background:#dcfce7;color:#166534;text-decoration:none}.error-box,.success-box{border-radius:18px}.track-card{border:1px solid rgba(15,23,42,.08)}.track-card h1{letter-spacing:-.05em}@media (min-width:700px){.store-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-page .product-image,.store-page .product-image-placeholder{height:220px}.order-page{padding:1.5rem}}@media (min-width:980px){.store-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.order-layout{grid-template-columns:minmax(0,.9fr) minmax(420px,1fr);gap:1.5rem}.order-summary{position:-webkit-sticky;position:sticky;top:1.2rem}.order-form{padding:1.6rem}.store-page .product-card:hover{transform:translateY(-4px);box-shadow:0 24px 65px rgba(15,23,42,.13)}.store-page .product-card{transition:transform .18s ease,box-shadow .18s ease}}@media (max-width:420px){.products-section,.store-profile-hero{width:min(100% - 1rem,1120px)}.store-profile-card,.track-card{border-radius:22px}.order-page{padding:.65rem}.order-form,.order-summary{border-radius:24px}.order-page .product-image,.order-page .product-image-placeholder{height:220px}.summary-row,.summary-total{padding:.85rem}}@media (max-width:600px){body{background:radial-gradient(circle at top,rgba(17,24,39,.08),transparent 22rem),linear-gradient(180deg,#f8fafc,#eef2f7)}.store-profile-hero{width:calc(100% - 1rem);margin:.75rem auto 1.5rem}.store-banner{height:150px;border-radius:24px}.store-profile-card{width:calc(100% - 1rem);margin-top:-48px;padding:1.1rem;border-radius:26px;gap:.75rem}.store-logo{width:86px;height:86px}.store-profile-card h1{font-size:2rem;line-height:1;margin-top:.25rem}.store-profile-card p{font-size:.95rem}.store-actions{width:100%;display:grid;grid-template-columns:1fr;grid-gap:.65rem;gap:.65rem}.store-actions .btn,.store-actions .btn-dark{width:100%;justify-content:center;text-align:center}.store-slug{text-align:center;font-size:.9rem}.products-section{width:calc(100% - 1rem);margin-bottom:2.5rem}.section-head{align-items:flex-start;gap:.4rem}.section-head h2{font-size:2rem}.store-page .product-card{padding:.7rem;border-radius:26px}.store-page .product-image,.store-page .product-image-placeholder{height:185px;border-radius:22px}.product-body{padding:1rem .35rem .25rem}.product-top{display:grid;grid-gap:.4rem;gap:.4rem}.product-top h3{font-size:1.35rem}.product-meta-row{display:grid;grid-template-columns:1fr;grid-gap:.45rem;gap:.45rem;margin:.9rem 0}.order-btn{width:100%;min-height:46px;justify-content:center;text-align:center;font-size:.95rem}.order-shell{width:100%}.back-link{margin-left:.25rem}.order-form,.order-summary{padding:.95rem}.order-summary h1{font-size:2.2rem}.order-form h2{font-size:1.65rem}.order-page .product-image,.order-page .product-image-placeholder{height:220px}.summary-row,.summary-total{padding:.85rem .95rem}.summary-total span,.summary-total strong{font-size:1.1rem}.order-form input,.order-form textarea,.track-form input{border-radius:15px}.track-page{align-items:start;padding-top:1.5rem}.track-card{padding:1.15rem}.store-profile-hero{margin-top:.5rem;margin-bottom:1.25rem}.store-banner{height:125px}.store-profile-card{margin-top:-42px;padding:1rem 1rem 1.15rem}.store-logo{width:78px;height:78px}.store-profile-card h1{font-size:1.8rem;letter-spacing:-.05em}.store-profile-card .eyebrow{margin-top:.2rem}.store-actions{margin-top:.9rem}.store-actions .btn,.store-actions .btn-dark,.store-actions .btn-light{display:flex;width:100%;min-height:48px;align-items:center;justify-content:center;border-radius:999px;font-weight:900;text-decoration:none}.store-actions .btn-dark,.store-actions .btn-light{background:#111827;color:#fff}.store-slug{display:block;margin-top:.15rem;font-size:.85rem}.section-head{margin-bottom:.9rem}.section-head h2{font-size:1.85rem;letter-spacing:-.05em}.store-page .product-card{padding:.65rem;border-radius:28px}.store-page .product-image,.store-page .product-image-placeholder{height:175px;border-radius:23px}.product-body{padding:1rem .45rem .45rem}.product-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem}.product-top h3{font-size:1.35rem;line-height:1.1}.product-meta-row span,.product-top span{display:inline-flex;width:-moz-fit-content;width:fit-content;max-width:max-content;align-items:center;justify-content:center;white-space:nowrap;border-radius:999px;padding:.35rem .65rem;font-size:.78rem}.product-meta-row{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.product-meta-row strong{font-size:1.1rem}.order-btn{display:flex;width:100%;min-height:48px;align-items:center;justify-content:center;border-radius:999px;margin-top:.9rem;font-size:.98rem}.order-summary{padding:.8rem}.order-form{padding:1rem}.order-summary h1{font-size:2rem}.order-page .product-image,.order-page .product-image-placeholder{height:205px}.summary-row,.summary-total{margin-top:.55rem;padding:.78rem .9rem}.order-form label{margin-top:.78rem}.submit-order-btn,.whatsapp-mini{min-height:50px}}.back-button,.track-back-btn{background:transparent;border:0;padding:0;cursor:pointer;font:inherit}.track-back-btn{margin-top:1rem;color:#111827;font-weight:900;text-align:left}.track-back-btn:hover{text-decoration:underline}.track-store-link{display:inline-flex;margin-top:1.2rem;min-height:46px;align-items:center;justify-content:center;border-radius:999px;background:#111827;color:#fff;padding:.8rem 1.2rem;font-weight:900;text-decoration:none}.track-store-link:hover{opacity:.9}.order-product-card{width:100%;overflow:hidden}.order-product-image{max-height:220px!important;object-fit:cover!important;object-position:center!important;display:block!important}.order-product-image,.order-product-image-placeholder{width:100%!important;height:220px!important;border-radius:24px!important}.order-product-image-placeholder{display:grid!important;place-items:center!important;background:#f1f5f9!important;color:#64748b!important;font-weight:800!important}@media (max-width:700px){.order-product-image,.order-product-image-placeholder{height:190px!important;max-height:190px!important;border-radius:22px!important}.order-product-card{padding:1rem!important;border-radius:26px!important}}.payment-disabled-box{border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:18px;padding:14px;margin-top:10px}.payment-disabled-box strong{display:block;font-weight:950;margin-bottom:5px}.payment-disabled-box p{margin:0;font-weight:750;line-height:1.5}