@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@500;600;700&display=swap";:root{--color-purple-dark:#2d1a4e;--color-purple:#4a2d7a;--color-purple-medium:#6b3fa0;--color-purple-light:#8b5cc2;--color-purple-surface:#3a2260;--color-gold:#d4a528;--color-gold-light:#e8c04a;--color-gold-hover:#f0d060;--color-gold-active:#c49820;--color-green-accent:#5bbf4e;--color-white:#fff;--color-white-soft:#ffffffe6;--color-white-muted:#ffffffa6;--color-white-subtle:#ffffff1f;--color-bg:#1e0f35;--color-card-bg:#3a226099;--color-card-border:#ffffff1a;--font-display:"Outfit", system-ui, -apple-system, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--fs-xs:.75rem;--fs-sm:.875rem;--fs-base:1rem;--fs-lg:1.125rem;--fs-xl:1.25rem;--fs-2xl:1.5rem;--fs-3xl:2rem;--fw-normal:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--radius-sm:.5rem;--radius-md:.875rem;--radius-lg:1.25rem;--radius-xl:1.5rem;--radius-full:9999px;--shadow-card:0 4px 24px #0003;--shadow-button:0 2px 12px #d4a5284d;--shadow-button-hover:0 4px 20px #d4a52880;--shadow-glow:0 0 30px #d4a52826;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-smooth:.35s cubic-bezier(.4, 0, .2, 1);--max-width:480px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);font-weight:var(--fw-normal);color:var(--color-white);background:var(--color-bg);background-image:radial-gradient(at 50% 0,#4a2d7a66 0%,#0000 60%),radial-gradient(at 80%,#2d1a4e4d 0%,#0000 50%);background-attachment:fixed;min-height:100dvh;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px;border-radius:var(--radius-sm)}::selection{background:var(--color-purple-medium);color:var(--color-white)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app{flex-direction:column;min-height:100dvh;display:flex}.store-list{padding:0 var(--space-md) var(--space-lg);max-width:var(--max-width);flex:1;width:100%;margin:0 auto}.store-list__header{text-align:center;margin-bottom:var(--space-lg)}.store-list__title{font-family:var(--font-display);font-size:var(--fs-xl);font-weight:var(--fw-bold);color:var(--color-white);margin-bottom:var(--space-xs)}.store-list__subtitle{font-size:var(--fs-sm);color:var(--color-white-muted);text-wrap:pretty;max-width:25rem;margin:0 auto;line-height:1.45}.store-list__cards{gap:var(--space-lg);flex-direction:column;display:flex}.page-header{text-align:center;padding:var(--space-2xl) var(--space-lg) var(--space-md);max-width:var(--max-width);flex-direction:column;align-items:center;margin:0 auto;display:flex}.page-header__logo{width:140px;height:auto;margin-bottom:var(--space-md);border-radius:var(--radius-md);filter:drop-shadow(0 4px 16px #0000004d);animation:.6s cubic-bezier(.4,0,.2,1) both logo-enter}@keyframes logo-enter{0%{opacity:0;transform:scale(.9)translateY(-8px)}to{opacity:1;transform:scale(1)translateY(0)}}.page-header__title{font-family:var(--font-display);font-size:var(--fs-2xl);font-weight:var(--fw-bold);color:var(--color-white);margin-bottom:var(--space-sm);line-height:1.2}.page-header__tagline{font-size:var(--fs-lg);color:var(--color-white-soft);text-wrap:balance;max-width:24rem;line-height:1.4}.store-card{background:var(--color-card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-card-border);border-radius:var(--radius-xl);padding:var(--space-lg);box-shadow:var(--shadow-card);transition:transform var(--transition-smooth), box-shadow var(--transition-smooth);animation:.5s cubic-bezier(.4,0,.2,1) both card-enter}.store-card:nth-child(2){animation-delay:.1s}@keyframes card-enter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (hover:hover){.store-card:hover{box-shadow:var(--shadow-card), var(--shadow-glow);transform:translateY(-2px)}}.store-card__header{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm);display:flex}.store-card__name{font-family:var(--font-display);font-size:var(--fs-xl);font-weight:var(--fw-bold);color:var(--color-white)}.store-card__region{align-items:center;gap:var(--space-sm);color:var(--color-gold-light);font-size:.92rem;font-weight:var(--fw-bold);border-radius:var(--radius-md);margin-bottom:var(--space-md);background:#d4a52829;border:1px solid #d4a52857;max-width:100%;padding:.65rem .95rem;line-height:1.3;display:inline-flex}.store-card__region-icon{flex:none}.store-card__cta-primary{justify-content:center;align-items:center;gap:var(--space-sm);width:100%;padding:.95rem var(--space-lg);background:linear-gradient(135deg, var(--color-gold), var(--color-gold-light));color:var(--color-purple-dark);font-family:var(--font-display);font-size:var(--fs-lg);font-weight:var(--fw-bold);border-radius:var(--radius-lg);box-shadow:var(--shadow-button);transition:transform var(--transition-fast), box-shadow var(--transition-base), background var(--transition-base);min-height:56px;text-decoration:none;display:flex}.store-card__notice{margin:0 0 var(--space-sm);color:var(--color-white-muted);border-radius:var(--radius-md);font-size:var(--fs-sm);font-weight:var(--fw-semibold);background:#ffffff14;border:1px solid #ffffff1a;justify-content:center;align-items:center;padding:.55rem .85rem;line-height:1.25;display:inline-flex}@media (hover:hover){.store-card__cta-primary:hover{background:linear-gradient(135deg, var(--color-gold-light), var(--color-gold-hover));box-shadow:var(--shadow-button-hover);transform:translateY(-1px)}}.store-card__cta-primary:active{background:linear-gradient(135deg, var(--color-gold-active), var(--color-gold));transform:scale(.98)}.store-card__divider{align-items:center;gap:var(--space-md);margin:var(--space-lg) 0 var(--space-sm);color:var(--color-white-muted);font-size:var(--fs-xs);display:flex}.store-card__divider:before,.store-card__divider:after{content:"";background:var(--color-white-subtle);flex:1;height:1px}.store-card__marketplaces{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.store-card__marketplace-cta{margin:var(--space-sm) 0 var(--space-sm);color:var(--color-white);font-family:var(--font-display);font-size:var(--fs-lg);font-weight:var(--fw-bold);text-align:center;line-height:1.2}.store-card__marketplace-btn{justify-content:center;align-items:center;gap:var(--space-sm);background:var(--color-white-subtle);border:1px solid var(--color-card-border);color:var(--color-white-soft);font-family:var(--font-body);font-size:var(--fs-sm);font-weight:var(--fw-medium);border-radius:var(--radius-md);transition:transform var(--transition-fast), background var(--transition-base), border-color var(--transition-base);min-height:58px;padding:.7rem .85rem;text-decoration:none;display:flex;overflow:hidden}.store-card__marketplace-btn--single{grid-column:1/-1;max-width:240px;margin:0 auto}@media (hover:hover){.store-card__marketplace-btn:hover{background:#ffffff2e;border-color:#fff3;transform:translateY(-1px)}}.store-card__marketplace-btn:active{transform:scale(.97)}.store-card__marketplace-logo{object-fit:contain;width:min(140px,94%);height:38px;display:block}.store-card__marketplace-logo--99food{width:min(148px,96%)}.store-card__marketplace-label{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=380px){.store-card{padding:var(--space-md)}.store-card__marketplaces{grid-template-columns:1fr}.store-card__marketplace-btn{min-height:56px}.store-card__marketplace-logo,.store-card__marketplace-logo--99food{width:min(154px,88%)}}.help-section{text-align:center;padding:var(--space-lg) var(--space-md);max-width:var(--max-width);margin:0 auto}.help-section__title{font-family:var(--font-display);font-size:var(--fs-sm);font-weight:var(--fw-semibold);color:var(--color-white-muted);margin-bottom:var(--space-xs)}.help-section__text{font-size:var(--fs-xs);color:var(--color-white-muted);opacity:.8;max-width:22rem;margin:0 auto;line-height:1.5}.page-footer{padding:var(--space-lg) var(--space-md) var(--space-2xl);max-width:var(--max-width);text-align:center;border-top:1px solid var(--color-white-subtle);margin:0 auto}.page-footer__content{align-items:center;gap:var(--space-xs);flex-direction:column;display:flex}.page-footer__brand{font-family:var(--font-display);font-size:var(--fs-sm);font-weight:var(--fw-semibold);color:var(--color-white-soft)}.page-footer__location{font-size:var(--fs-xs);color:var(--color-white-muted)}.page-footer__instagram{align-items:center;gap:var(--space-sm);font-size:var(--fs-xs);color:var(--color-white-muted);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-full);background:var(--color-white-subtle);margin-top:var(--space-sm);transition:background var(--transition-base), color var(--transition-base);display:inline-flex}@media (hover:hover){.page-footer__instagram:hover{color:var(--color-white);background:#ffffff2e}}.page-footer__copy{font-size:var(--fs-xs);color:var(--color-white-muted);opacity:.6;margin-top:var(--space-sm)}
