:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111;background:#f5f5f5}*{box-sizing:border-box}body{margin:0;background:#fff;color:#111}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:40;background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #ececec;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 24px;min-height:96px}.desktop-only{display:flex}.mobile-only{display:none}.header-section{display:flex;align-items:center}.header-left{flex:0 0 auto;justify-content:flex-start;z-index:2}.brand{display:inline-flex;align-items:center;gap:12px;flex:0 0 auto}.brand-mark{width:40px;height:40px;object-fit:contain;flex:0 0 auto}.brand-wordmark{font-size:1.8rem;line-height:1;font-weight:800;letter-spacing:-.04em}.header-upload{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1}.header-nav-wrap{margin-left:auto;margin-right:40px;display:flex;align-items:center;justify-content:center;z-index:2}.site-nav{display:flex;align-items:center;gap:34px}.header-link{font-size:1rem;font-weight:600;color:#171717;transition:color .2s ease,transform .2s ease}.header-link:hover{color:#f59e0b;transform:translateY(-1px)}.header-link.active{color:#111}.upload-link{display:inline-flex;align-items:center;justify-content:center;height:76px;min-width:170px;padding:0 28px;background:#f5a623;color:#fff;font-size:1rem;font-weight:800;border:1px solid #f5a623;border-radius:0;transition:background-color .2s ease,transform .2s ease}.upload-link:hover{background:#e89512;border-color:#e89512;transform:translateY(-1px)}.upload-link.active{background:#f5a623;color:#fff}.header-actions{flex:0 0 auto;display:flex;align-items:center;gap:14px;z-index:2}.nav-pill,.icon-btn,.secondary-btn,.primary-btn{border-radius:999px;padding:10px 16px;border:1px solid transparent;background:#fff}.primary-btn{border:none;background:#f59e0b;color:#fff}.icon-btn{border:1px solid #ddd}.badge{background:#111;color:#fff;border-radius:999px;padding:2px 8px;margin-left:8px;font-size:.8rem}.mobile-toolbar{align-items:center;gap:8px;margin-left:auto}.mobile-icon-btn{position:relative;width:54px;height:54px;border-radius:18px;border:1px solid #dddddd;background:#fff;color:#111;display:inline-flex;align-items:center;justify-content:center;padding:0;flex:0 0 auto}.mobile-icon-btn svg{width:24px;height:24px}.mobile-upload-btn{background:#f5a623;border-color:#f5a623;color:#fff}.mobile-upload-btn span{font-size:2rem;line-height:1;font-weight:300;transform:translateY(-1px)}.mobile-badge{position:absolute;top:-6px;right:-4px;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#111;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:800;border:2px solid #ffffff}.mobile-menu-btn{color:#f5a623;border-color:#f5a623}.mobile-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1111116b;opacity:0;pointer-events:none;transition:opacity .24s ease;z-index:1200}.mobile-drawer-overlay.open{opacity:1;pointer-events:auto}.mobile-drawer{position:fixed;top:0;right:0;height:100vh;width:min(320px,82vw);background:#fff;transform:translate(100%);transition:transform .28s ease;z-index:1201;padding:22px 18px 28px;display:flex;flex-direction:column;gap:20px}.mobile-drawer.open{transform:translate(0)}.mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;font-size:1rem;font-weight:700}.mobile-drawer__close{width:42px;height:42px;border-radius:14px;border:1px solid #dddddd;background:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0}.mobile-drawer__close svg{width:20px;height:20px}.mobile-drawer__nav{display:flex;flex-direction:column;gap:12px}.mobile-drawer__link{display:flex;align-items:center;min-height:56px;border-radius:18px;border:1px solid #ececec;background:#f8f8f8;padding:0 16px;font-size:1rem;font-weight:600}.mobile-drawer__link.active{color:#111;border-color:#f5a623;background:#fff8eb}body.mobile-menu-open{overflow:hidden}.page-shell{min-height:calc(100vh - 160px)}.page-content{width:min(1200px,calc(100% - 40px));margin:24px auto 48px;display:flex;flex-direction:column;gap:28px}.page-content.narrow{width:min(860px,calc(100% - 40px))}.page-content--home{margin-top:32px}.hero,.hero-small{position:relative;overflow:hidden;color:#fff;background-size:cover;background-position:center}.hero{width:100%;margin:0;border-radius:0;min-height:420px;height:420px;display:grid;grid-template-columns:72px 1fr 72px;align-items:center;padding:24px 40px;background-repeat:no-repeat}.hero-small{border-radius:28px;min-height:260px;display:flex;flex-direction:column;justify-content:flex-end;padding:32px}.hero-small.plain{color:#111;background:linear-gradient(180deg,#fff,#f7f7f7);border:1px solid #ececec}.hero-content{max-width:580px}.hero-content h1,.hero-small h1{font-size:clamp(2rem,4vw,4rem);margin:0 0 12px}.hero-content p,.hero-small p{font-size:1.05rem;max-width:640px}.hero-arrow{width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:#ffffff1f;color:#fff;font-size:2rem}.hero-dots{position:absolute;left:0;right:0;bottom:20px;display:flex;justify-content:center;gap:8px}.dot{width:10px;height:10px;border-radius:50%;background:#fff6}.dot.active{background:#f59e0b}.section-heading{display:flex;justify-content:center;align-items:center;margin-bottom:75px;margin-top:160px;text-align:center}.section-heading>:not(h2){display:none!important}.section-heading h2{margin:0;font-size:1.45rem;font-weight:700}.stack-grid{display:grid;gap:130px}.stack-grid.compact{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ticket-card,.brand-strip,.challenge-card,.product-card,.panel,.form-card,.checkout-box,.list-card,.cart-row,.brand-inline-card{background:#fff;border:1px solid #ececec;border-radius:24px;box-shadow:0 18px 40px #1111110d}.ticket-card{padding:18px;position:relative;overflow:hidden}.ticket-card:before,.ticket-card:after{content:"";position:absolute;top:34px;width:28px;height:28px;background:#f5f5f5;border-radius:50%}.ticket-card:before{left:-14px}.ticket-card:after{right:-14px}.ticket-top,.challenge-meta,.checkout-box{display:flex;justify-content:space-between;gap:12px}.countdown{color:#f97316;font-weight:800}.progress{height:10px;background:#eee;border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;background:linear-gradient(90deg,#f59e0b,#f97316)}.ticket-body{display:grid;grid-template-columns:240px 1fr;gap:18px;align-items:center;margin:16px 0}.ticket-body img{height:180px;width:100%;object-fit:cover;border-radius:18px}.brand-strip{position:relative;display:grid;grid-template-columns:380px minmax(0,1fr);min-height:430px;background:#fff;border:1px solid #ececec;border-radius:30px;overflow:hidden;box-shadow:0 16px 38px #1111110f}.brand-strip-copy{position:relative;z-index:1;display:flex;align-items:stretch;padding:0;background:var(--brand-color, #22c55e)}.brand-strip-copy__inner{position:relative;z-index:3;width:100%;max-width:220px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:38px 28px 34px 42px;min-height:100%}.brand-strip-copy h3{margin:0 0 14px;color:#111;font-size:2.15rem;line-height:.98;font-weight:800}.brand-strip-copy p{margin:0;color:#111111eb;font-size:1.02rem;line-height:1.34;max-width:180px}.brand-strip-copy__button{width:146px;min-height:48px;margin-top:auto;margin-bottom:6px;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:0 18px;border-radius:999px;background:#fff;color:#111;font-weight:700;text-align:center;box-shadow:0 12px 24px #11111114}.brand-strip-products-shell{position:relative;z-index:2;overflow:hidden;margin-left:-92px;padding:28px 24px 28px 0;display:flex;align-items:center}.brand-strip-products{height:100%;display:grid;grid-auto-flow:column;grid-auto-columns:300px;gap:20px;overflow-x:auto;overflow-y:hidden;padding:0 12px 4px 0;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;cursor:grab;-webkit-user-select:none;user-select:none;scrollbar-width:none}.brand-strip-products::-webkit-scrollbar{display:none}.brand-strip__mobile-link{display:none}.brand-strip-products.is-dragging{cursor:grabbing}.brand-strip-product-card{width:300px;min-width:300px;min-height:346px;display:flex;flex-direction:column;background:#fff;border:1px solid #ececec;border-radius:24px;box-shadow:0 14px 30px #11111114;padding:14px 14px 18px;scroll-snap-align:start}.brand-strip-product-card__image-wrap{width:100%;height:208px;border-radius:18px;overflow:hidden;background:#f7f7f7;margin-bottom:16px}.brand-strip-product-card__image-wrap img{width:100%;height:100%;object-fit:cover}.brand-strip-product-card__body{display:grid;gap:16px;padding:0 10px}.brand-strip-product-card__meta{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.brand-strip-product-card__copy{display:grid;gap:6px;min-width:0}.brand-strip-product-card__copy strong{margin:0;color:#111;font-size:1.06rem;line-height:1.22;font-weight:700}.brand-strip-product-card__copy span{color:#111;font-size:1rem;line-height:1.2}.brand-strip-product-card__ticket{color:#111;font-size:1rem;line-height:1.2;font-weight:700}.brand-strip-product-card__brand-badge{flex:0 0 auto;width:40px;height:40px;border-radius:999px;overflow:hidden;display:grid;place-items:center;background:#fff;border:2px solid #fff;box-shadow:0 8px 18px #1111111f}.brand-strip-product-card__brand-badge img{width:100%;height:100%;object-fit:cover}.brand-strip-product-card__brand-badge span{width:100%;height:100%;display:grid;place-items:center;background:var(--brand-color, #22c55e);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.04em}@media (max-width: 1100px){.brand-strip{grid-template-columns:344px minmax(0,1fr);min-height:402px}.brand-strip-copy__inner{padding:34px 24px 30px 34px}.brand-strip-products-shell{margin-left:-74px;padding:24px 20px 24px 0}.brand-strip-products{grid-auto-columns:278px}.brand-strip-product-card{width:278px;min-width:278px;min-height:326px}.brand-strip-product-card__image-wrap{height:188px}}@media (min-width: 768px) and (max-width: 1023px){.brand-strip{grid-template-columns:332px minmax(0,1fr);min-height:404px;overflow:hidden}.brand-strip-copy{border-radius:30px 0 0 30px;overflow:hidden}.brand-strip-copy__inner{max-width:220px;padding:34px 24px 34px 34px}.brand-strip-copy__button{display:inline-flex}.brand-strip-products-shell{margin-left:-68px;padding:24px 20px 28px 0;overflow:hidden}.brand-strip-products{grid-auto-columns:264px;gap:18px}.brand-strip-product-card{width:264px;min-width:264px;min-height:324px}.brand-strip-product-card__image-wrap{height:176px}.brand-strip-product-card__body{padding:0 10px 10px}.brand-strip__mobile-link{display:none}}@media (max-width: 767px){.brand-strip{grid-template-columns:1fr;min-height:auto;overflow:hidden;border-radius:30px}.brand-strip-copy{border-radius:30px 30px 0 0;overflow:hidden}.brand-strip-copy__inner{max-width:100%;min-height:auto;padding:34px 20px 40px 24px}.brand-strip-copy__button{display:none}.brand-strip-products-shell{margin-left:0;margin-top:-14px;padding:0 18px 38px;overflow:visible}.brand-strip-products{grid-auto-columns:246px;padding-top:0}.brand-strip-product-card{width:246px;min-width:246px;min-height:314px;border-color:#ececec}.brand-strip-product-card__image-wrap{height:160px}.brand-strip-product-card__body{padding:0 10px 14px}.brand-strip__mobile-link{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.brand-strip-copy,.brand-strip-products-shell{position:relative;z-index:2}}@media (max-width: 640px){.site-header{padding:14px 10px;min-height:108px;align-items:center}.brand{width:78px;min-width:78px}.brand-mark{width:34px;height:34px}.brand-wordmark{font-size:.9rem}.mobile-toolbar{gap:6px;align-self:center}.mobile-icon-btn{width:48px;height:48px;border-radius:15px}.mobile-badge{top:-7px;right:-5px}.hero{min-height:620px;grid-template-columns:44px 1fr 44px}.hero-content h1,.hero-small h1{font-size:clamp(2rem,9.5vw,3.5rem);line-height:.95}.hero-content p,.hero-small p{font-size:.95rem}.page-content,.page-content.narrow{width:min(100%,calc(100% - 20px));margin-left:auto;margin-right:auto}.product-grid{grid-auto-columns:100%}.product-card{min-height:360px}.product-card img{height:190px}}.mini-product img,.thumb-row img,.challenge-card img,.cart-row img,.brand-inline-card img{border-radius:18px;object-fit:cover}.mini-product img{height:120px;width:100%}.challenge-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}.challenge-card{overflow:hidden}.challenge-card img{height:180px;width:100%}.challenge-copy{padding:18px;display:grid;gap:12px}.site-footer{width:100%;margin:240px 0 0;padding:24px 32px;display:grid;grid-template-columns:1fr 280px;gap:20px;align-items:center;background:#111;color:#fff;border-radius:0}.site-footer img{width:100%;height:240px;object-fit:cover;border-radius:20px}.site-footer__developer-link{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;margin-top:.9rem;color:#ffffffc7;font-size:.82rem;font-weight:800;text-decoration:none}.site-footer__developer-link:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.site-footer__developer-link span{color:#93c5fd}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1111118c;display:grid;place-items:center;padding:20px;z-index:50}.profile-modal{width:min(1120px,100%);min-height:560px;display:grid;grid-template-columns:220px minmax(0,1fr);background:#fff;border-radius:30px;overflow:hidden;position:relative}.profile-modal--auth,.profile-modal--loading{grid-template-columns:minmax(0,1fr)}.close-btn{position:absolute;top:16px;right:16px;width:42px;height:42px;border-radius:50%;border:none;background:#111;color:#fff;font-size:1.4rem}.modal-tabs{background:#fafafa;border-right:1px solid #eee;display:flex;flex-direction:column;padding:24px;gap:10px}.modal-tabs.nested{background:transparent;border:0;padding:0 0 16px;flex-direction:row}.modal-tabs button{border:1px solid #eee;background:#fff;border-radius:16px;padding:14px;text-align:left}.modal-tabs button.active{background:#f59e0b;color:#fff}.modal-scroll{padding:28px;max-height:560px;overflow:auto}.modal-scroll--auth{padding:40px 42px}.modal-scroll--centered{display:grid;place-items:center;min-height:320px}.profile-auth-shell{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:32px;align-items:start;min-height:100%}.profile-auth-copy{display:grid;gap:16px;align-content:start;padding-top:10px}.profile-auth-copy__eyebrow{display:inline-flex;width:fit-content;padding:8px 12px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.profile-auth-copy h3{margin:0;font-size:clamp(1.8rem,2.6vw,2.4rem);line-height:1.05}.profile-auth-copy p{margin:0;color:#4b5563;line-height:1.6;max-width:30ch}.profile-auth-form{align-self:stretch;background:#fafafa;border:1px solid #ececec;border-radius:26px;padding:28px;margin-bottom:0}.profile-auth-actions{justify-content:flex-start}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}.stat-grid div,.list-card{background:#fafafa;border:1px solid #eee;border-radius:20px;padding:16px;display:grid;gap:6px}.stack-list{display:grid;gap:12px}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.panel{padding:20px;display:grid;gap:12px}.thumb-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}.thumb-row img{height:180px;width:100%}.thumb-row.large img{height:220px}.product-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 54px)/4);gap:18px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;justify-content:start;align-items:stretch;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.product-grid::-webkit-scrollbar{height:10px}.product-grid::-webkit-scrollbar-track{background:#ececec;border-radius:999px}.product-grid::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:999px}.product-grid::-webkit-scrollbar-thumb:hover{background:#bdbdbd}.product-card{width:100%;min-width:0;min-height:370px;padding:14px 14px 54px;position:relative;display:flex;flex-direction:column;gap:0;background:#fff;border:1px solid #ececec;border-radius:24px;box-shadow:0 18px 40px #1111110d;scroll-snap-align:start}.product-card img{width:100%;height:230px;object-fit:cover;border-radius:0!important;margin-bottom:14px}.product-card.selected{outline:2px solid #f59e0b}.circle-select,.cart-fab{position:absolute;right:14px;bottom:14px;border:none;background:#f59e0b;color:#fff;border-radius:50%;width:38px;height:38px}.product-card h3,.product-card h4{margin:0;font-size:.98rem;font-weight:700;line-height:1.3}.product-card p{margin:0}.product-meta,.product-footer,.card-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;width:100%;margin-top:2px}.product-meta>:first-child,.product-footer>:first-child,.card-footer>:first-child{text-align:left;flex:1 1 auto}.product-meta>:last-child,.product-footer>:last-child,.card-footer>:last-child{margin-left:auto;text-align:right;font-weight:700;white-space:nowrap}.product-card>div:last-child{width:100%}.product-card>div:last-child>*{display:flex;align-items:flex-start}.offer-actions{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;align-items:center}.counter-box{display:flex;flex-wrap:wrap;gap:12px;align-items:center;background:#fff;padding:12px 16px;border-radius:18px;border:1px solid #ececec}.counter-box div{display:flex;align-items:center;gap:10px}.counter-box button{width:36px;height:36px;border-radius:50%;border:1px solid #ddd;background:#fff}.brand-inline-card{display:grid;grid-template-columns:140px 1fr auto;gap:16px;align-items:center;padding:14px}.brand-inline-card img{width:140px;height:110px}.form-card{padding:24px;display:grid;gap:16px}.form-card label{display:grid;gap:8px;font-weight:600}.form-card input{border-radius:14px;border:1px solid #ddd;padding:12px 14px}.status-text{color:#c2410c;font-weight:700}.cart-list{display:grid;gap:12px}.cart-row{padding:14px;display:grid;grid-template-columns:120px 1fr auto auto;gap:16px;align-items:center}.cart-row img{width:120px;height:90px}.checkout-box{margin-top:22px;padding:20px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#f59e0b}@media (max-width: 1200px){.site-header{padding:14px 20px;min-height:88px}.brand-wordmark{font-size:1.6rem}.header-nav-wrap{margin-right:24px}.site-nav{gap:24px}.product-grid{grid-auto-columns:calc((100% - 36px) / 3)}.product-card{min-height:410px}.product-card img{height:220px}}@media (min-width: 1024px) and (max-width: 1279px){.site-header{padding:12px 18px;min-height:84px}.brand-mark{width:36px;height:36px}.brand-wordmark{font-size:1.55rem}.header-nav-wrap{margin-right:18px}.site-nav{gap:18px}.header-link{font-size:.96rem}.header-actions{gap:10px}.icon-btn{padding:9px 14px}.upload-link{min-width:148px;height:64px;padding:0 22px;font-size:.96rem}}@media (min-width: 768px) and (max-width: 1023px){.brand-strip{grid-template-columns:320px minmax(0,1fr);min-height:452px;overflow:hidden;border-color:#ececec;box-shadow:0 16px 38px #1111110f}.brand-strip-copy__inner{max-width:210px;padding:36px 22px 34px 30px}.brand-strip-copy__button{display:none}.brand-strip-products-shell{margin-left:-68px;margin-top:0;padding:34px 18px 34px 0;overflow:hidden}.brand-strip-products{grid-auto-columns:248px;gap:18px;padding:0 8px 4px 0}.brand-strip-product-card{width:248px;min-width:248px;min-height:318px;border-color:#ececec;box-shadow:0 10px 24px #1111110f}.brand-strip-product-card__image-wrap{height:164px}.brand-strip-product-card__body{padding:0 10px 12px}.brand-strip__mobile-link{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.brand-strip-copy,.brand-strip-products-shell{position:relative;z-index:2}}@media (max-width: 1023px){.ticket-body,.brand-strip,.site-footer,.info-grid,.profile-modal,.cart-row,.brand-inline-card{grid-template-columns:1fr}.desktop-only{display:none!important}.mobile-only{display:flex}.site-header{gap:12px;padding:14px 12px;min-height:108px;align-items:center}.brand{width:82px;min-width:82px;flex-direction:column;align-items:center;justify-content:center;gap:4px;align-self:center}.brand-mark{width:36px;height:36px}.brand-wordmark{width:100%;font-size:.92rem;font-weight:700;text-align:center;letter-spacing:-.03em}.mobile-toolbar{margin-left:auto;gap:8px;align-items:center;align-self:center}.mobile-icon-btn{width:50px;height:50px;border-radius:16px}.mobile-icon-btn svg{width:22px;height:22px}.mobile-upload-btn span{font-size:1.9rem}.modal-tabs{border-right:0;border-bottom:1px solid #eee}.hero{grid-template-columns:52px 1fr 52px;min-height:360px;height:auto;padding:18px 0}.hero-content{padding:0 10px}.product-grid{grid-auto-columns:calc((100% - 18px)/2)}.product-card{min-height:390px}.product-card img{height:200px}}@media (max-width: 640px){.product-grid{grid-auto-columns:100%}.product-card{min-height:360px}.product-card img{height:190px}}.competition-ticket{position:relative;min-height:506px;border-radius:28px;overflow:hidden;background-color:#000;background-repeat:no-repeat;background-size:cover;background-position:center;box-shadow:0 22px 54px #11111124;isolation:isolate}.competition-ticket--iphone{background-color:#000;background-repeat:no-repeat;background-size:auto 100%;background-position:left 28px top 88px}.competition-ticket:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000a,#0000001f);z-index:0}.competition-ticket__layout{position:relative;z-index:1;min-height:506px;padding:24px 340px 46px 40px}.competition-ticket__copy{min-height:458px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;max-width:620px}.competition-ticket__eyebrow{display:inline-flex;align-items:center;align-self:flex-start;margin-bottom:14px;padding:8px 14px;border-radius:999px;background:#ffffff21;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.22);font-size:.8rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.competition-ticket__copy h3{margin:0;font-size:clamp(2.1rem,4vw,3.45rem);line-height:.96;font-weight:300;letter-spacing:-.045em;text-shadow:0 10px 24px rgba(0,0,0,.28)}.competition-ticket__copy p{margin:14px 0 0;max-width:470px;color:#ffffffeb;font-size:.98rem;line-height:1.4;text-shadow:0 6px 18px rgba(0,0,0,.22)}.competition-ticket__rail{position:absolute;top:22px;right:clamp(42px,8vw,108px);width:230px;display:flex;flex-direction:column;align-items:stretch;gap:16px;background:transparent;border:0;box-shadow:none;padding:0}.competition-ticket__countdown{width:86%;align-self:center;display:flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;background:#f5a623;color:#fff;font-size:.88rem;font-weight:800;box-shadow:0 10px 20px #f5a62347}.competition-ticket__progress{width:100%;height:10px;border-radius:999px;overflow:hidden;background:#ffffff61;box-shadow:inset 0 1px 2px #00000014}.competition-ticket__progress-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f5a623,#ffbf52)}.competition-ticket__product{width:100%;background:#fffffff7;border:1px solid rgba(240,240,240,.95);border-radius:18px;padding:12px 12px 36px;box-shadow:0 14px 28px #1111111f}.competition-ticket__product-image{width:100%;aspect-ratio:1 / 1.04;background:#fff;border-radius:0;overflow:hidden;margin-bottom:26px}.competition-ticket__product-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.competition-ticket__product-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:0 2px}.competition-ticket__product-footer strong{margin:0;color:#111;font-size:1rem;line-height:1.25;font-weight:500}.competition-ticket__product-footer span{color:#111;font-size:1rem;line-height:1.25;font-weight:700;white-space:nowrap}.competition-ticket__cta{width:100%;display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:14px;background:#f5a623;color:#fff;font-weight:800;border:2px solid rgba(255,255,255,.2);box-shadow:0 12px 24px #f5a62347;transition:transform .2s ease,background .2s ease}.competition-ticket__cta:hover{background:#ea9a15;transform:translateY(-1px)}.competition-ticket__notch{position:absolute;z-index:2;width:58px;height:58px;border-radius:50%;background:#f3f3f3;pointer-events:none}.competition-ticket__notch--left{left:-29px}.competition-ticket__notch--left-1{top:17%}.competition-ticket__notch--left-2{top:50%;transform:translateY(-50%)}.competition-ticket__notch--left-3{top:83%;transform:translateY(-100%)}.competition-ticket__notch--top,.competition-ticket__notch--bottom{left:67%;transform:translate(-50%)}.competition-ticket__notch--top{top:-29px}.competition-ticket__notch--bottom{bottom:-29px}@media (max-width: 1080px){.competition-ticket{min-height:514px}.competition-ticket--iphone{background-size:auto 78%;background-position:left 20px top 20px}.competition-ticket__layout{min-height:514px;padding:24px 280px 44px 28px}.competition-ticket__copy{min-height:464px}.competition-ticket__rail{right:28px;width:220px}}@media (max-width: 840px){.competition-ticket{min-height:auto}.competition-ticket__layout{min-height:auto;padding:18px;display:flex;flex-direction:column;gap:18px}.competition-ticket__copy{min-height:230px;max-width:100%}.competition-ticket__rail{position:static;width:100%;max-width:320px;margin-left:auto}.competition-ticket__countdown{width:78%}.competition-ticket__notch--top,.competition-ticket__notch--bottom{left:56%}.competition-ticket--iphone{background-size:auto 74%;background-position:left 14px top 18px}}@media (max-width: 640px){.competition-ticket__copy{min-height:210px}.competition-ticket__copy h3{font-size:2rem}.competition-ticket__copy p{font-size:.92rem}.competition-ticket__rail{max-width:100%}.competition-ticket__notch{width:46px;height:46px}.competition-ticket__notch--left{left:-23px}.competition-ticket__notch--top,.competition-ticket__notch--bottom{left:52%}.competition-ticket__notch--top{top:-23px}.competition-ticket__notch--bottom{bottom:-23px}.competition-promoted-section{display:grid;gap:26px}.competition-promoted-groups{display:grid;gap:28px}.competition-promoted-brand{--brand-color: #f5a623;display:grid;grid-template-columns:240px minmax(0,1fr);border:1px solid #e9e9e9;border-radius:28px;overflow:hidden;background:#f8f8f8;box-shadow:0 12px 28px #1111110d}.competition-promoted-brand__sidebar{background:var(--brand-color);color:#111;min-height:100%;display:flex}.competition-promoted-brand__sidebar-content{width:100%;padding:28px 24px;display:flex;flex-direction:column;align-items:flex-start;gap:18px}.competition-promoted-brand__logo-wrap{width:96px;height:96px;border-radius:24px;background:#ffffff29;display:grid;place-items:center;overflow:hidden}.competition-promoted-brand__logo-wrap img{width:100%;height:100%;object-fit:contain;display:block}.competition-promoted-brand__copy{display:grid;gap:8px}.competition-promoted-brand__copy h3{margin:0;font-size:2rem;line-height:1.05;font-weight:800;color:#111}.competition-promoted-brand__copy p{margin:0;color:#111111e0;font-size:1rem;line-height:1.45}.competition-promoted-brand__link{margin-top:auto;min-width:124px;height:46px;padding:0 20px;border-radius:14px;border:1px solid rgba(17,17,17,.1);background:#fff;color:#111;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.competition-promoted-brand__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:18px;overflow-x:auto}.competition-promoted-brand .brand-product-card{min-height:350px}.competition-promoted-brand .brand-product-card__image-wrap{height:190px}.competition-promoted-brand .brand-product-card__copy strong{font-size:1rem}.competition-promoted-brand .brand-product-card__copy span{font-size:.96rem}.competition-promoted-brand .brand-product-card__ticket{font-size:.98rem}.competition-ticket--iphone{background-size:auto 70%;background-position:left 10px top 14px}}.product-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;width:100%;margin-top:2px}.product-title{flex:1 1 auto;min-width:0;text-align:left;line-height:1.3;font-weight:500}.ai-artwork-display-name{display:inline-flex;flex-direction:column;gap:1px;font-weight:500}.ai-artwork-display-name span{display:block}.product-price{flex:0 0 auto;margin-left:auto;text-align:right;white-space:nowrap;font-weight:700}.brand-product-card{--brand-color: #22c55e;width:100%;min-width:0;min-height:386px;padding:12px 12px 0;position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #ececec;border-radius:24px;box-shadow:0 14px 34px #11111114;scroll-snap-align:start;overflow:hidden}.brand-product-card__image-wrap{width:100%;height:220px;border-radius:18px;overflow:hidden;background:#f7f7f7;margin-bottom:14px}.brand-product-card__image-wrap img{width:100%;height:100%;object-fit:cover;border-radius:0}.brand-product-card__body{display:grid;gap:10px;padding:0 10px}.brand-product-card__meta{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.brand-product-card__copy{display:grid;gap:6px;min-width:0}.brand-product-card__copy strong{margin:0;color:#111;font-size:1rem;line-height:1.25;font-weight:700}.brand-product-card__copy span{color:#111;font-size:.98rem;line-height:1.2}.brand-product-card__brand-badge{flex:0 0 auto;width:42px;height:42px;border-radius:999px;overflow:hidden;display:grid;place-items:center;background:#fff;border:2px solid #fff;box-shadow:0 8px 18px #1111111f}.brand-product-card__brand-badge img{width:100%;height:100%;object-fit:cover}.brand-product-card__brand-badge span{width:100%;height:100%;display:grid;place-items:center;background:var(--brand-color);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.04em}.brand-product-card__footer{margin-top:auto;min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0 0 10px}.brand-product-card__ticket{color:#111;font-size:1rem;line-height:1.2;font-weight:700}.brand-product-card__cta{flex:0 0 46%;height:56px;border:0;background:var(--brand-color);color:#fff;display:inline-flex;align-items:center;justify-content:center;border-radius:28px 0 24px;box-shadow:0 14px 24px color-mix(in srgb,var(--brand-color) 36%,transparent);transition:transform .2s ease,filter .2s ease}.brand-product-card__cta:hover{transform:translateY(-1px);filter:brightness(.97)}.brand-product-card__cta-icon{width:22px;height:22px}@media (max-width: 840px){.brand-product-card{min-height:366px}.brand-product-card__image-wrap{height:206px}.brand-product-card__body{gap:8px}.brand-product-card__footer{min-height:72px;padding-top:6px}.brand-product-card__cta{flex-basis:48%;height:52px}}@media (max-width: 640px){.brand-product-card{min-height:344px}.brand-product-card__image-wrap{height:190px}.brand-product-card__copy strong,.brand-product-card__ticket{font-size:.96rem}.brand-product-card__footer{min-height:68px}}.challenge-grid--minimal{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,520px));justify-content:center;gap:28px}.challenge-minimal-card{position:relative;min-height:620px;border-radius:28px;overflow:hidden;background-size:cover;background-position:center;box-shadow:0 20px 44px #11111124;isolation:isolate}.challenge-minimal-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000a,#0000001f 36%,#0000008a);z-index:0}.challenge-minimal-card__inner{position:relative;z-index:1;min-height:620px;display:flex;flex-direction:column;padding:24px 22px}.challenge-minimal-card__top{display:flex;justify-content:flex-end}.challenge-minimal-card__merchant{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#ffffffeb;color:#111;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.84rem;font-weight:800;letter-spacing:.02em}.challenge-minimal-card__content{margin-top:auto;padding:0 22px 28px;text-align:left;width:100%}.challenge-minimal-card__content h3{margin:0;max-width:78%;color:#fff;font-size:clamp(2rem,4.1vw,3rem);line-height:.98;font-weight:700;letter-spacing:-.04em;text-shadow:0 10px 22px rgba(0,0,0,.28)}.challenge-minimal-card__content p{margin:12px 0 0;max-width:82%;color:#fffffff5;font-size:clamp(1rem,1.8vw,1.28rem);line-height:1.2;font-weight:600;text-shadow:0 8px 18px rgba(0,0,0,.24)}.challenge-minimal-card__bottom{display:grid;gap:12px}.challenge-minimal-card__stats{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:nowrap;width:100%}.challenge-minimal-card__completed{color:#fffffff7;font-size:1rem;line-height:1.2;font-weight:700;text-shadow:0 6px 18px rgba(0,0,0,.22);text-align:left}.challenge-minimal-card__contribution{color:#fffffff7;font-size:1rem;line-height:1.2;font-weight:700;text-shadow:0 6px 18px rgba(0,0,0,.22);margin-left:auto;text-align:right;white-space:nowrap}.challenge-minimal-card__segments{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.challenge-minimal-card__segment{position:relative;height:16px;border-radius:999px;overflow:hidden;background:#fffffff5;box-shadow:0 8px 18px #00000024}.challenge-minimal-card__segment-fill{position:absolute;inset:0 auto 0 0;display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f5a623,#ffbf52)}.challenge-minimal-card__progress{position:relative;height:16px;border-radius:999px;overflow:hidden;background:#fffffff5;box-shadow:0 8px 18px #00000024}.challenge-minimal-card__progress-fill{position:absolute;inset:0 auto 0 0;display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f5a623,#ffbf52)}@media (max-width: 900px){.challenge-grid--minimal{grid-template-columns:1fr;gap:22px}.challenge-minimal-card{min-height:560px}.challenge-minimal-card__inner{min-height:560px;padding:20px 18px}.challenge-minimal-card__content{padding:0 6px 24px}.challenge-minimal-card__stats{gap:10px}.challenge-minimal-card__completed,.challenge-minimal-card__contribution{font-size:.96rem}}@media (max-width: 640px){.challenge-minimal-card{min-height:500px}.challenge-minimal-card__inner{min-height:500px;padding:16px 14px}.challenge-minimal-card__merchant{min-height:30px;padding:0 12px;font-size:.78rem}.challenge-minimal-card__content{padding:0 14px 20px}.challenge-minimal-card__content h3,.challenge-minimal-card__content p{max-width:100%}.challenge-minimal-card__content h3{font-size:2rem}.challenge-minimal-card__content p{font-size:1rem}.challenge-minimal-card__stats{flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap}.challenge-minimal-card__contribution{margin-left:auto;text-align:right}.challenge-minimal-card__segments{gap:10px}.challenge-minimal-card__segment,.challenge-minimal-card__progress{height:14px}}.brand-product-card__image-wrap,.brand-strip-product-card__image-wrap{display:grid;place-items:center;background:#f7f7f7;overflow:hidden}.brand-product-card__image-wrap img[src*="/brand-assets/lays/"],.brand-strip-product-card__image-wrap img[src*="/brand-assets/lays/"]{width:auto!important;height:auto!important;max-width:92%;max-height:92%;object-fit:contain!important;object-position:center;border-radius:18px;display:block}.brand-product-card__image-wrap img[src*="lays-sour-cream-onion.png"],.brand-strip-product-card__image-wrap img[src*="lays-sour-cream-onion.png"]{max-width:88%!important;max-height:88%!important}.brand-product-card__image-wrap img[src*="lays-paprika.png"],.brand-strip-product-card__image-wrap img[src*="lays-paprika.png"]{max-width:84%!important;max-height:84%!important}.brand-product-card__image-wrap img[src*="lays-party-mix.png"],.brand-strip-product-card__image-wrap img[src*="lays-party-mix.png"]{max-width:80%!important;max-height:80%!important}.cart-row img[src*="/brand-assets/lays/"],.brand-inline-card img[src*="/brand-assets/lays/"]{object-fit:contain!important;object-position:center;background:#fff;border-radius:18px;padding:8px}.brand-buying-hero{position:relative;min-height:440px;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,650px);align-items:stretch;gap:22px;padding:36px 40px 0;border-radius:32px;overflow:hidden;isolation:isolate}.brand-buying-hero--lays{color:#fff;background:radial-gradient(circle at 86% 10%,rgba(245,166,35,.2) 0%,transparent 20%),radial-gradient(circle at 100% 50%,rgba(239,68,68,.18) 0%,transparent 26%),radial-gradient(circle at 80% 100%,rgba(245,166,35,.16) 0%,transparent 30%),linear-gradient(135deg,#000,#020202 55%,#080808);box-shadow:0 24px 50px #1111112e}.brand-buying-hero__copy{max-width:560px;display:grid;gap:16px;align-self:center;padding-bottom:36px}.brand-buying-hero__pill{width:fit-content;display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#ffd166;font-size:.94rem;font-weight:700;letter-spacing:.01em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand-buying-hero__pill:before{content:"";width:10px;height:10px;border-radius:999px;background:#f5a623;box-shadow:0 0 0 6px #f5a62324}.brand-buying-hero__copy h1{margin:0;font-size:clamp(2.6rem,4.8vw,5rem);line-height:.98;letter-spacing:-.05em;font-weight:800}.brand-buying-hero__title-main{color:#fff}.brand-buying-hero__title-accent{color:#f5a623}.brand-buying-hero__copy p{margin:0;max-width:28ch;color:#ffffffeb;font-size:clamp(1.05rem,1.3vw,1.24rem);line-height:1.45}.brand-buying-hero__media{position:relative;min-height:100%;display:flex;align-items:flex-end;justify-content:flex-end}.brand-buying-hero__media img{position:relative;z-index:1;width:min(100%,660px);height:auto;object-fit:contain;object-position:right bottom;align-self:flex-end;display:block;filter:drop-shadow(0 24px 44px rgba(0,0,0,.48))}.brand-extra-prizes-section .section-heading{margin-top:86px;margin-bottom:44px}.brand-extra-prizes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:start}.brand-extra-prize-card{display:grid;justify-items:center;text-align:center;gap:18px}.brand-extra-prize-card__media{position:relative;width:100%;min-height:250px;display:grid;place-items:center}.brand-extra-prize-card__blob{position:absolute;width:170px;height:135px;background:#f59c4a;border-radius:55% 45% 53% 47%/43% 57% 45% 55%;transform:rotate(-12deg);z-index:0}.brand-extra-prize-card img{position:relative;z-index:1;width:auto;max-width:82%;max-height:210px;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(17,17,17,.12))}.brand-extra-prize-card h3{margin:0;color:#3a3a3a;font-size:1.05rem;line-height:1.35;font-weight:700}.brand-extra-prize-card--headphones img{max-height:205px}.brand-extra-prize-card--partybox img{max-height:225px}.brand-extra-prize-card--cash img{max-width:250px;max-height:145px}@media (max-width: 980px){.brand-buying-hero{grid-template-columns:1fr;min-height:unset;padding:28px 24px 0;gap:18px}.brand-buying-hero__copy{max-width:none;padding-bottom:0}.brand-buying-hero__media{min-height:260px;justify-content:center}.brand-buying-hero__media img{width:min(100%,540px);object-position:center bottom}.brand-extra-prizes{grid-template-columns:1fr;gap:34px}}.brand-buying-hero--lays{background:#000!important}.brand-buying-hero--lays:before,.brand-buying-hero--lays:after{display:none!important}.brand-buying-hero__copy{position:relative;z-index:1}.brand-buying-hero__copy:before{content:"";position:absolute;top:-20%;right:5%;bottom:-20%;left:-8%;background:radial-gradient(circle at 35% 45%,rgba(245,166,35,.28) 0%,rgba(245,166,35,.12) 22%,transparent 54%),radial-gradient(circle at 56% 60%,rgba(239,68,68,.1) 0%,transparent 34%);filter:blur(18px);pointer-events:none;z-index:-1}.brand-buying-hero__media:before{display:none!important}.brand-buying-hero__media{background:#000;align-items:flex-end;justify-content:flex-end}.brand-buying-hero__media img{object-position:right bottom!important;align-self:flex-end;display:block}#brand-products .product-grid{padding-bottom:0!important;scrollbar-width:none;-ms-overflow-style:none}#brand-products .product-grid::-webkit-scrollbar{display:none}#brand-products{margin-bottom:36px}.brand-extra-prizes-section{margin-top:72px;padding-top:8px;padding-bottom:28px}.brand-extra-prizes-section .section-heading{margin-top:0!important;margin-bottom:68px!important}.brand-extra-prizes{gap:44px 34px!important;padding-bottom:20px}.brand-extra-prize-card{gap:26px}.brand-extra-prize-card__media{min-height:280px}.brand-extra-prizes-section .brand-extra-prizes{margin-bottom:28px}.brand-extra-prize-card--cash .brand-extra-prize-card__blob{width:235px;height:180px;transform:rotate(-10deg)}.brand-extra-prize-card--cash img{max-width:220px;max-height:132px}.brand-extra-prize-card__blob{width:185px;height:145px}@media (max-width: 980px){.brand-extra-prizes-section{margin-top:56px}.brand-extra-prizes-section .section-heading{margin-bottom:44px!important}.brand-extra-prize-card__media{min-height:220px}.brand-extra-prize-card--cash .brand-extra-prize-card__blob{width:210px;height:160px}.brand-extra-prize-card--cash img{max-width:200px;max-height:124px}}.brand-product-card__cta{background:#f5a623!important;color:#fff!important}.brand-product-card__cta:hover{background:#e59614!important}.brand-product-card__cta:active{background:#d88908!important}.brand-product-card__image-wrap img[src*="/brand-assets/simons/"],.brand-strip-product-card__image-wrap img[src*="/brand-assets/simons/"]{width:auto!important;height:auto!important;max-width:88%;max-height:88%;object-fit:contain!important;object-position:center;display:block}.page-content--simons .brand-product-card__cta{background:#0da64f!important;color:#fff!important}.page-content--simons .brand-product-card__cta:hover{background:#099344!important}.page-content--simons .brand-product-card__cta:active{background:#087d3a!important}.page-content--simons .simons-hero{max-width:1400px;margin:0 auto;display:grid;gap:0;border-radius:32px;overflow:hidden;box-shadow:0 24px 50px #11111124}.page-content--simons .simons-hero__brand-strip{background:#0da64f;min-height:120px;display:grid;place-items:center;padding:24px 20px}.page-content--simons .simons-hero__brand-strip img{width:min(100%,230px);height:auto;object-fit:contain;display:block}.page-content--simons .simons-hero__visual{background:#000;min-height:360px;display:grid;place-items:end center;overflow:hidden}.page-content--simons .simons-hero__visual img{width:min(100%,760px);height:auto;object-fit:contain;object-position:center bottom;display:block}.page-content--simons #brand-products{margin-bottom:92px}.page-content--simons .simons-extra-section{padding-top:18px;padding-bottom:40px;text-align:center}.page-content--simons .simons-extra-section__eyebrow{margin-bottom:72px;color:#2f2f2f;font-size:1.1rem;font-weight:800;line-height:1.2}.page-content--simons .simons-extra-grid{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:30px 36px}.page-content--simons .simons-extra-grid__divider{color:#3f3f3f;font-size:1.2rem;font-weight:800;align-self:center}.page-content--simons .simons-extra-card{display:grid;justify-items:center;gap:28px}.page-content--simons .simons-extra-card:last-child .simons-extra-card__media img{max-width:min(100%,420px);max-height:360px}.page-content--simons .simons-extra-card h3{margin:0;max-width:420px;color:#303030;font-size:1.08rem;line-height:1.4;font-weight:800}@media (max-width: 900px){.page-content--simons .simons-hero{border-radius:24px}.page-content--simons .simons-hero__brand-strip{min-height:96px;padding:20px 16px}.page-content--simons .simons-hero__brand-strip img{width:min(100%,190px)}.page-content--simons .simons-hero__visual{min-height:250px}.page-content--simons .simons-hero__visual img{width:min(100%,520px)}.page-content--simons #brand-products{margin-bottom:64px}.page-content--simons .simons-extra-section__eyebrow{margin-bottom:48px}.page-content--simons .simons-extra-grid{grid-template-columns:1fr;gap:22px}.page-content--simons .simons-extra-grid__divider{margin:2px 0}.page-content--simons .simons-extra-card{gap:20px}.page-content--simons .simons-extra-card__media{min-height:250px}.page-content--simons .simons-extra-card__media img{max-height:230px}.page-content--simons .simons-extra-card:last-child .simons-extra-card__media img{max-height:260px}}.page-content--simons .simons-hero{max-width:1260px;margin:0 auto;border-radius:32px;overflow:hidden;box-shadow:0 24px 50px #11111124}.page-content--simons .simons-hero__brand-strip{background:#0da64f;min-height:20px;padding:0;display:grid;place-items:center}.page-content--simons .simons-hero__brand-strip img{width:min(100%,220px);height:150px;object-fit:contain;display:block}.page-content--simons .simons-hero__visual{background:#000;min-height:320px;padding-top:28px;display:grid;place-items:end center;overflow:hidden}.page-content--simons .simons-hero__visual img{width:min(100%,700px);height:auto;object-fit:contain;object-position:center bottom;display:block}.page-content--simons #brand-products .section-heading h2,.page-content--simons .simons-extra-section__eyebrow{margin:0;color:#1f2937;font-size:1.1rem;line-height:1.2;font-weight:800;letter-spacing:-.02em;text-align:center}.page-content--simons #brand-products{margin-bottom:88px}.page-content--simons .simons-extra-section{padding-top:8px;padding-bottom:42px;text-align:center}.page-content--simons .simons-extra-section__eyebrow{margin-bottom:76px}.page-content--simons .simons-extra-grid{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:34px 42px}.page-content--simons .simons-extra-grid__divider{color:#374151;font-size:1.2rem;font-weight:800;line-height:1;align-self:center}.page-content--simons .simons-extra-card{display:grid;justify-items:center;gap:26px}.page-content--simons .simons-extra-card__media{min-height:360px;display:grid;place-items:center}.page-content--simons .simons-extra-card__media img{width:auto;max-width:min(100%,360px);max-height:320px;object-fit:contain;display:block}.page-content--simons .simons-extra-card:last-child .simons-extra-card__media img{max-width:min(100%,430px);max-height:365px}.page-content--simons .simons-extra-card h3{margin:0;max-width:420px;color:#374151;font-size:1rem;line-height:1.45;font-weight:700;letter-spacing:-.01em;text-align:center}@media (max-width: 900px){.page-content--simons .simons-hero{border-radius:24px}.page-content--simons .simons-hero__brand-strip{min-height:82px;padding:14px 16px}.page-content--simons .simons-hero__brand-strip img{width:min(100%,180px)}.page-content--simons .simons-hero__visual{min-height:240px;padding-top:18px}.page-content--simons .simons-hero__visual img{width:min(100%,500px)}.page-content--simons #brand-products{margin-bottom:64px}.page-content--simons .simons-extra-section__eyebrow{margin-bottom:48px}.page-content--simons .simons-extra-grid{grid-template-columns:1fr;gap:22px}.page-content--simons .simons-extra-grid__divider{margin:4px 0}.page-content--simons .simons-extra-card{gap:18px}.page-content--simons .simons-extra-card__media{min-height:240px}.page-content--simons .simons-extra-card__media img{max-height:220px}.page-content--simons .simons-extra-card:last-child .simons-extra-card__media img{max-height:250px}.page-content--simons .simons-extra-card h3{max-width:320px;font-size:.96rem}}.page-content--competition-iphone{gap:36px}.competition-buying-hero{position:relative;min-height:420px;border-radius:28px;overflow:hidden;background:#000;display:grid;place-items:end center;padding:28px 24px 0;box-shadow:0 22px 54px #11111124}.competition-buying-hero__countdown{position:absolute;top:18px;right:20px;min-width:138px;min-height:30px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f5a623;color:#fff;font-size:.8rem;font-weight:800;box-shadow:0 10px 20px #f5a6233d}.competition-buying-hero__image{width:100%;display:grid;place-items:end center}.competition-buying-hero__image img{width:min(100%,860px);height:auto;object-fit:contain;object-position:center bottom;display:block}.page-content--competition-bmw .competition-buying-hero{height:520px;min-height:520px;padding:0;background:#111;overflow:hidden;display:block;border-radius:28px;position:relative}.page-content--competition-bmw .competition-buying-hero__image img{width:100%;height:118%;display:block;object-fit:cover;object-position:center 30%;border-radius:0}.competition-buying-details{display:grid;gap:44px}.page-content--competition-bmw .competition-buying-hero{height:420px;min-height:420px;padding:0;background:#111;overflow:hidden;display:block;border-radius:28px;position:relative}.page-content--competition-bmw .competition-buying-hero__image{width:100%;height:100%;display:block}.page-content--competition-bmw .competition-buying-hero__image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 40%;border-radius:0}.page-content--competition-bmw .competition-buying-hero__copy--bmw{position:absolute;left:72px;top:50%;transform:translateY(-50%);z-index:2;max-width:420px;text-align:left;pointer-events:none}.page-content--competition-bmw .competition-buying-hero__copy--bmw h1{margin:0;display:grid;gap:2px;color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(2.8rem,5vw,5rem);line-height:.95;letter-spacing:-.04em;font-weight:800;text-transform:none;text-shadow:0 10px 30px rgba(0,0,0,.35)}.page-content--competition-bmw .competition-buying-hero__copy--bmw h1 span{display:block}.competition-buying-details__description{margin:0;color:#5a5a5a;font-size:1rem;line-height:1.55;text-align:center;max-width:980px;margin-inline:auto}.competition-buying-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 30px;width:min(100%,980px);margin:0 auto}.competition-buying-spec{display:flex;align-items:center;gap:16px;min-height:88px;padding:16px 18px;border-radius:22px;background:linear-gradient(180deg,#fff,#f7f7f7);border:1px solid #ebebeb;box-shadow:0 10px 24px #1111110d,inset 0 1px #ffffffd9;color:#666;transition:transform .18s ease,box-shadow .18s ease}.competition-buying-spec:hover{transform:translateY(-2px);box-shadow:0 16px 34px #11111114,inset 0 1px #ffffffe6}.competition-buying-spec__icon{width:52px;height:52px;border-radius:16px;background:linear-gradient(180deg,#fbfbfb,#efefef);border:1px solid #e4e4e4;color:#666;display:grid;place-items:center;flex:0 0 auto;box-shadow:inset 0 1px #ffffffe6}.competition-buying-spec__icon svg{width:28px;height:28px;display:block}.competition-buying-spec__copy{display:grid;gap:4px}.competition-buying-spec__copy span{color:#7a7a7a;font-size:.88rem;line-height:1.2}.competition-buying-spec__copy strong{color:#555;font-size:1.28rem;line-height:1.2;font-weight:700;letter-spacing:-.02em}.competition-buying-progress{width:min(100%,980px);margin:0 auto;display:grid;gap:10px}.competition-buying-progress__bar{width:100%;height:24px;border-radius:999px;background:linear-gradient(180deg,#efefef,#e5e5e5);overflow:hidden;box-shadow:inset 0 2px 6px #00000014,0 3px 10px #1111110a}.competition-buying-progress__fill{position:relative;display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f5a623,#ffbf52);box-shadow:inset 0 1px #ffffff59,0 8px 18px #f5a62347}.competition-buying-progress__fill em{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:center;font-style:normal;color:#fff;font-size:.9rem;font-weight:800;letter-spacing:.02em}.competition-buying-progress__meta{color:#777;font-size:.95rem;text-align:right}.competition-gallery-section{display:grid;gap:18px}.competition-gallery-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 36px) / 3);gap:18px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;cursor:grab;-webkit-user-select:none;user-select:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.competition-gallery-track.is-dragging{cursor:grabbing;scroll-snap-type:none}.competition-gallery-track::-webkit-scrollbar{height:10px}.competition-gallery-track::-webkit-scrollbar-track{background:#ececec;border-radius:999px}.competition-gallery-track::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:999px}.competition-gallery-card{background:#fff;border:1px solid #ececec;border-radius:24px;overflow:hidden;box-shadow:0 18px 40px #1111110d;scroll-snap-align:start}.competition-gallery-card img{width:100%;aspect-ratio:3 / 4;object-fit:cover;display:block;-webkit-user-drag:none}.competition-picture-offers-section{margin-top:10px}.competition-picture-offers-section .product-card img{object-fit:cover}.competition-offer-actions{margin-top:28px;align-items:flex-end}.competition-counter-box{gap:14px;padding:14px 18px}.competition-auto-add{min-width:110px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;text-align:center}.competition-auto-add{min-width:124px;height:44px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;text-align:center;border-radius:12px;border:1px solid #d7d7d7;background:#fff;color:#111;font-weight:700;box-shadow:none;transform:none}.competition-auto-add:hover,.competition-auto-add:focus,.competition-auto-add:active{box-shadow:none;transform:none;background:#fff}@media (max-width: 1200px){.competition-gallery-track{grid-auto-columns:calc((100% - 18px)/2)}}@media (max-width: 900px){.competition-buying-hero{min-height:340px;padding:22px 16px 0}.competition-buying-hero__countdown{top:14px;right:14px;min-width:122px;font-size:.76rem}.competition-buying-hero__image img{width:min(100%,620px)}.competition-buying-details{gap:34px}.competition-buying-specs{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,760px);gap:22px 24px}.competition-gallery-track{grid-auto-columns:calc((100% - 12px)*.8)}.competition-offer-actions{gap:14px}.competition-counter-box{width:100%;justify-content:space-between}.page-content--competition-bmw .competition-buying-hero{min-height:340px}.page-content--competition-bmw .competition-buying-hero__image img{max-height:340px;object-position:center 70%}.page-content--competition-bmw .competition-buying-hero__copy--bmw{left:36px;max-width:320px}.page-content--competition-bmw .competition-buying-hero__copy--bmw h1{font-size:clamp(2.1rem,6vw,3.4rem)}}@media (max-width: 640px){.competition-buying-hero{min-height:290px}.competition-buying-details{gap:28px}.competition-buying-specs{grid-template-columns:1fr;gap:16px;width:100%}.competition-buying-spec{min-height:82px;padding:14px 16px;border-radius:18px}.competition-buying-spec__icon{width:46px;height:46px}.competition-buying-spec__icon svg{width:24px;height:24px}.competition-buying-spec__copy strong{font-size:1.1rem}.competition-buying-progress{width:100%}.competition-buying-progress__bar{height:22px}.competition-counter-box{gap:12px}.competition-auto-add{min-width:108px;height:44px;border-radius:12px}.page-content--competition-bmw .competition-buying-hero{min-height:280px}.page-content--competition-bmw .competition-buying-hero__image img{max-height:280px;object-position:center 68%}.page-content--competition-bmw .competition-buying-hero__copy--bmw{left:20px;max-width:220px}.page-content--competition-bmw .competition-buying-hero__copy--bmw h1{font-size:clamp(1.7rem,7vw,2.5rem);line-height:.98}}.page-content--competitions,.page-content--experience,.page-content--brands{gap:125px}.page-content--competitions .hero-small,.page-content--experience .hero-small,.page-content--brands .hero-small{margin-bottom:36px}.page-content--competitions .hero-small+*,.page-content--experience .hero-small+*,.page-content--brands .hero-small+*{margin-top:32px}.page-content--competitions .section-heading,.page-content--experience .section-heading,.page-content--brands .section-heading{margin-top:120px;margin-bottom:85px}.page-content--competitions .stack-grid,.page-content--brands .stack-grid{margin-top:28px}.page-hero-minimal{width:100vw;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:44px 24px;margin:0;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);color:#111;background:#e7e7e7!important;background-image:none!important;border:0!important;outline:0;box-shadow:none!important;border-radius:0!important}.page-hero-minimal:before,.page-hero-minimal:after{content:none;display:none}.page-hero-minimal h1{margin:0 0 18px;width:100%;text-align:center;font-size:clamp(2.6rem,5vw,4.8rem);line-height:1;letter-spacing:-.02em;font-weight:600;color:#b6b6b6;text-transform:uppercase;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page-hero-minimal p{margin:0;width:100%;max-width:760px;text-align:center;font-size:1.02rem;line-height:1.45;color:#6f6f6f;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hero-small.plain.page-hero-minimal{background:#e7e7e7!important;background-image:none!important;border:0!important;box-shadow:none!important;color:#111}.page-content--competitions .page-hero-minimal,.page-content--experience .page-hero-minimal,.page-content--brands .page-hero-minimal{margin-top:-24px}@media (max-width: 640px){.page-hero-minimal{min-height:180px;padding:32px 18px}.page-hero-minimal h1{font-size:clamp(2rem,9vw,3rem);margin-bottom:12px}.page-hero-minimal p{font-size:.96rem}}.activity-contest-list{display:grid;gap:16px}.activity-contest-group{display:grid;gap:12px}.activity-contest-card{width:100%;border:1px solid #ececec;background:#fff;border-radius:22px;padding:14px 18px;display:grid;grid-template-columns:240px minmax(0,1fr) 230px;align-items:center;gap:22px;box-shadow:0 6px 16px #1111110d;text-align:left}.activity-contest-card__ticket{display:flex;align-items:center}.activity-contest-card__ticket-visual{position:relative;width:100%;height:96px;border-radius:8px;overflow:hidden;background-color:#111;background-size:cover;background-position:center}.activity-contest-card__ticket-visual.is-iphone{background-position:center 0%}.activity-contest-card__notch{position:absolute;width:18px;height:18px;border-radius:50%;background:#fff}.activity-contest-card__notch--left-1{left:-9px;top:12px}.activity-contest-card__notch--left-2{left:-9px;top:39px}.activity-contest-card__notch--left-3{left:-9px;bottom:12px}.activity-contest-card__notch--top{top:-9px;left:58%}.activity-contest-card__notch--bottom{bottom:-9px;left:58%}.activity-contest-card__main{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.activity-contest-card__title{font-size:1.15rem;font-weight:500;color:#111}.activity-contest-card__tickets{font-size:1rem;font-weight:800;color:#111}.activity-contest-card__meta{display:grid;gap:12px}.activity-contest-card__countdown{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;text-align:center}.activity-contest-card__countdown div{display:grid;gap:2px}.activity-contest-card__countdown strong{font-size:1.15rem;line-height:1;color:#111}.activity-contest-card__countdown span{font-size:.88rem;color:#777;line-height:1}.activity-contest-card__progress{width:100%;height:16px;border-radius:999px;background:#f0f0f0;overflow:hidden;border:1px solid #e6e6e6}.activity-contest-card__progress-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f5a623,#ffbf52)}.activity-contest-breakdown{display:grid;gap:10px;padding-left:12px}.activity-breakdown-card{background:#fafafa;border:1px solid #eee;border-radius:18px;padding:14px 16px;display:grid;gap:4px}.activity-breakdown-card strong{color:#111}.activity-breakdown-card span,.activity-breakdown-card small{color:#555}@media (max-width: 900px){.activity-contest-card{grid-template-columns:1fr;gap:16px}.activity-contest-card__ticket-visual{height:110px}.activity-contest-card__meta{max-width:320px}}@media (max-width: 640px){.profile-modal{grid-template-columns:1fr}.modal-tabs{border-right:0;border-bottom:1px solid #eee}.modal-scroll--auth{padding:22px 18px}.profile-auth-shell{grid-template-columns:1fr;gap:20px}.profile-auth-form{padding:20px 16px;border-radius:20px}.activity-contest-card__ticket-visual{height:92px}.activity-contest-card__main{gap:8px}}.challenge-minimal-card__content p{margin:12px 0 0;max-width:72%;font-size:.95rem;line-height:1.45;font-weight:400;letter-spacing:-.01em;color:#ffffffc7}.challenge-minimal-card__completed,.challenge-minimal-card__contribution{font-size:.95rem;line-height:1.2;font-weight:500;letter-spacing:-.01em;color:#ffffffc7}@media (max-width: 640px){.form-grid{grid-template-columns:1fr}.form-field--full{grid-column:auto}.upload-section-card{padding:18px 16px 16px;border-radius:20px}}.profile-header-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:20px}.profile-header-row h2{margin:0 0 8px}.profile-header-row p{margin:0;color:#666}.profile-personal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:24px}.info-card{background:#fafafa;border:1px solid #eee;border-radius:20px;padding:16px;display:grid;gap:8px}.info-card span{font-size:.88rem;color:#777;font-weight:600}.info-card strong{font-size:1rem;line-height:1.4}.info-card--full{grid-column:1 / -1}.profile-edit-form{display:grid;gap:18px;margin-bottom:24px}.form-actions-row{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.upload-section-card{margin-top:22px;padding:22px 22px 18px;border:1px solid #ececec;border-radius:24px;background:#fff;display:grid;gap:18px}.upload-section-card__header{display:grid;gap:6px}.upload-section-card__header h3{margin:0;font-size:1.1rem;line-height:1.2;font-weight:700;color:#111}.upload-section-card__header p{margin:0;font-size:.95rem;line-height:1.4;color:#777}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}.form-field{display:grid;gap:8px}.form-field--full{grid-column:1 / -1}.form-field span{font-size:.95rem;font-weight:600;color:#111}.secondary-btn:disabled,.primary-btn:disabled{opacity:.65;cursor:not-allowed}@media (max-width: 640px){.form-grid{grid-template-columns:1fr}.form-field--full{grid-column:auto}.upload-section-card{padding:18px 16px 16px;border-radius:20px}.profile-header-row{flex-direction:column}.profile-personal-grid{grid-template-columns:1fr}.info-card--full{grid-column:auto}}.profile-edit-trigger-row{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap;margin:8px 0 18px}.profile-edit-trigger{min-width:190px}@media (max-width: 640px){.profile-edit-trigger-row{justify-content:stretch}.profile-edit-trigger{width:100%}}.page-content--competition-bmw .competition-buying-hero__copy--bmw h1{margin:0;color:#fff;font-size:clamp(3rem,5vw,5rem);line-height:.95;letter-spacing:-.045em;font-weight:800;text-shadow:0 10px 30px rgba(0,0,0,.38)}.page-content--competition-bmw .competition-buying-hero__copy--bmw p{margin:12px 0 0;color:#fff;display:grid;gap:2px;font-size:clamp(1rem,1.35vw,1.35rem);line-height:1.15;font-weight:600;text-shadow:0 10px 24px rgba(0,0,0,.36)}.page-content--competition-bmw .competition-buying-hero__copy--bmw p span{display:block}.competition-gallery-track:empty:after,.product-grid:empty:after,.stack-grid:empty:after{content:"No items yet";color:#6b7280;padding:24px}.challenge-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:28px;background:#090a0c94;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.challenge-overlay__panel{position:relative;width:min(92vw,760px);min-height:min(86vh,780px);border-radius:34px;overflow:hidden;color:#fff;background-size:cover;background-position:center;box-shadow:0 32px 100px #0000006b;display:flex;flex-direction:column;justify-content:flex-end;padding:42px}.challenge-overlay__close{position:absolute;top:28px;right:28px;width:54px;height:54px;border:0;border-radius:999px;background:#fffffff5;color:#111827;font-size:2rem;line-height:1;font-weight:500;cursor:pointer;box-shadow:0 12px 35px #0000002e}.challenge-overlay__merchant{position:absolute;top:28px;left:28px;border-radius:999px;background:#fffffff5;color:#111827;padding:13px 24px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 12px 35px #0000002e}.challenge-overlay__content{display:grid;gap:18px;max-width:620px}.challenge-overlay__content h3{margin:0;font-size:clamp(2.6rem,6vw,4.8rem);line-height:.92;letter-spacing:-.065em;color:#fff;text-shadow:0 16px 40px rgba(0,0,0,.52)}.challenge-overlay__content p{margin:0;max-width:560px;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.28;font-weight:800;color:#fff;text-shadow:0 12px 30px rgba(0,0,0,.55)}.challenge-overlay__reward{width:min(100%,560px);border-radius:26px;background:#fffffff5;color:#111827;padding:22px 28px;display:grid;gap:8px;box-shadow:0 18px 45px #0000002e}.challenge-overlay__reward span,.challenge-overlay__stats span{color:#6b7280;font-weight:800;font-size:.92rem}.challenge-overlay__reward strong{font-size:clamp(1.5rem,3vw,2rem);line-height:1}.challenge-overlay__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:min(100%,560px)}.challenge-overlay__stats>div{min-height:112px;border-radius:22px;background:#fffffff5;color:#111827;padding:20px 22px;display:grid;align-content:center;gap:8px;box-shadow:0 18px 45px #0000002e}.challenge-overlay__stats strong{font-size:clamp(1.35rem,2.5vw,1.8rem);line-height:1}.challenge-overlay .challenge-minimal-card__segments,.challenge-overlay .challenge-minimal-card__progress{display:none}@media (max-width: 720px){.hero{min-height:360px;height:360px;grid-template-columns:56px 1fr 56px;padding:20px 16px}.challenge-overlay{padding:16px}.challenge-overlay__panel{width:100%;min-height:82vh;padding:30px 24px;border-radius:28px}.challenge-overlay__merchant{top:20px;left:20px;padding:11px 18px}.challenge-overlay__close{top:20px;right:20px;width:48px;height:48px}.challenge-overlay__stats{grid-template-columns:1fr}}.hero{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-radius:0;overflow:hidden;min-height:560px;height:560px;display:grid;grid-template-columns:72px 1fr 72px;align-items:start;padding:24px 40px 40px;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width: 768px){.hero{height:420px;min-height:420px;grid-template-columns:56px 1fr 56px;align-items:start;padding:20px 16px 28px}}.hero-arrow{align-self:start;margin-top:230px}@media (max-width: 768px){.hero-arrow{margin-top:180px}}.checkout-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.checkout-modal{width:min(1080px,100%);max-height:min(90vh,920px);overflow:hidden;display:grid;grid-template-rows:auto auto 1fr auto;background:#fff;border-radius:28px;box-shadow:0 32px 80px #0f172a40}.checkout-modal__header,.checkout-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 28px;border-bottom:1px solid #e5e7eb}.checkout-modal__footer{border-bottom:0;border-top:1px solid #e5e7eb}.checkout-modal__body{overflow:auto;padding:24px 28px 8px}.checkout-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;padding:0 28px 20px}.checkout-step{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;background:#f3f4f6;color:#6b7280}.checkout-step span{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#e5e7eb;font-weight:700}.checkout-step.is-active,.checkout-step.is-done{background:#eff6ff;color:#111827}.checkout-step.is-active span,.checkout-step.is-done span{background:#0f172a;color:#fff}.checkout-step-panel{display:grid;gap:18px}.checkout-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.checkout-form-grid label,.checkout-brand-card label{display:grid;gap:8px;font-size:.95rem;font-weight:600;color:#111827}.checkout-form-grid input,.checkout-form-grid select,.checkout-brand-card select,.checkout-brand-card textarea,.checkout-form-grid textarea{width:100%;border:1px solid #d1d5db;border-radius:14px;padding:14px 16px;font:inherit;background:#fff}.checkout-brand-groups{display:grid;gap:16px}.checkout-brand-card{padding:18px;border:1px solid #e5e7eb;border-radius:20px;background:#fafafa;display:grid;gap:14px}.checkout-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.checkout-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#e5e7eb;font-size:.92rem;font-weight:600}.checkout-summary-inline{display:flex;align-items:baseline;gap:10px}.checkout-modal__actions{display:flex;gap:12px}@media (max-width: 768px){.checkout-modal{width:100%;max-height:96vh}.checkout-form-grid{grid-template-columns:1fr}.checkout-modal__header,.checkout-modal__footer{flex-direction:column;align-items:stretch}.checkout-modal__actions{width:100%}.checkout-modal__actions button{flex:1}}.hero--swipe{touch-action:pan-y;-webkit-user-select:none;user-select:none}.hero-dots .dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;cursor:pointer}.competition-ticket-mobile{display:none}@media (max-width: 1023px){.hero{min-height:560px;grid-template-columns:1fr;align-items:end;padding:22px 18px 68px;background-position:center}.hero-arrow{display:none}.hero-content{max-width:none;padding:0}.hero-content h1{font-size:clamp(2.5rem,12vw,4rem);line-height:.96;max-width:10ch;margin-bottom:16px}.hero-content p{max-width:16ch;font-size:.92rem;line-height:1.25}.hero-dots{bottom:24px;gap:10px}.dot{width:11px;height:11px}.competition-ticket{width:100%;max-width:560px;margin-inline:auto;background:#fff!important;box-shadow:none;border-radius:24px;overflow:hidden;padding:0;border:1px solid #ffffff}.competition-ticket:after,.competition-ticket__desktop,.competition-ticket__notch{display:none!important}.competition-ticket-mobile{display:block;background:#fff}.competition-ticket-mobile__hero-wrap{position:relative;padding:14px 14px 0;background:#fff}.competition-ticket-mobile__hero{position:relative;min-height:320px;border-radius:18px 18px 0 0;overflow:hidden;background-color:#111;background-size:cover;background-position:center}.competition-ticket-mobile__floating-countdown{position:absolute;top:12px;right:12px;left:auto;transform:none;display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 16px;border-radius:999px;background:#f5a623;color:#fff;font-size:.82rem;font-weight:800;z-index:3;white-space:nowrap;box-shadow:0 8px 18px #f5a6232e}.competition-ticket-mobile__side-notch{position:absolute;top:calc(100% - 16px);width:32px;height:32px;border-radius:50%;background:#fff;z-index:2}.competition-ticket-mobile__side-notch--left{left:-2px}.competition-ticket-mobile__side-notch--right{right:-2px}.competition-ticket-mobile__body{padding:6px 14px 14px;background:#fff}.competition-ticket-mobile__panel{position:relative;background:#f4f4f4;border-radius:22px;padding:18px 12px 14px;margin-top:0}.competition-ticket-mobile__panel:before,.competition-ticket-mobile__panel:after{content:"";position:absolute;top:-14px;width:28px;height:28px;border-radius:50%;background:#fff}.competition-ticket-mobile__panel:before{left:-14px}.competition-ticket-mobile__panel:after{right:-14px}.competition-ticket-mobile__progress{width:86%;max-width:420px;height:8px;border-radius:999px;background:#ddd;overflow:hidden;margin:8px auto 18px}.competition-ticket-mobile__progress-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f5a623,#ffbf52)}.competition-ticket-mobile__product-card{width:86%;max-width:420px;margin:0 auto;background:#fff;border:1px solid #e9e9e9;border-radius:18px;padding:16px 16px 18px;box-shadow:none}.competition-ticket-mobile__product-image{aspect-ratio:1 / .94;overflow:hidden;border-radius:10px;background:#f7f7f7;margin-bottom:12px}.competition-ticket-mobile__product-image img{width:100%;height:100%;object-fit:cover}.competition-ticket-mobile__product-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:0 4px 6px}.competition-ticket-mobile__product-footer strong,.competition-ticket-mobile__product-footer span{font-size:.94rem;line-height:1.24;color:#111}.competition-ticket-mobile__product-footer strong{font-weight:700;flex:1 1 auto}.competition-ticket-mobile__product-footer span{font-weight:800;white-space:nowrap;flex:0 0 auto}.competition-ticket-mobile__cta{width:86%;max-width:420px;display:flex;align-items:center;justify-content:center;min-height:48px;margin:14px auto 0;border-radius:12px;background:#f5a623;color:#fff;font-size:1rem;font-weight:800}@media (max-width: 767px){.competition-ticket{width:100%}.competition-ticket-mobile__hero{min-height:270px}.competition-ticket-mobile__progress,.competition-ticket-mobile__product-card,.competition-ticket-mobile__cta{max-width:none}}}@media (min-width: 1024px){.site-header{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:96px}.brand{flex:0 0 auto}.header-upload{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1}.header-nav-wrap{margin-left:auto;margin-right:26px;min-width:0;justify-content:flex-end}.site-nav{gap:18px;flex-wrap:nowrap}.header-link{white-space:nowrap}.header-actions{margin-left:0;gap:14px}}@media (min-width: 1280px){.site-header{gap:22px}.site-nav{gap:24px}.upload-link{min-width:162px;padding:0 24px}}@media (min-width: 768px) and (max-width: 1023px){.competition-ticket{width:100%;max-width:520px}.competition-ticket-mobile__hero{min-height:344px}.competition-ticket-mobile__progress,.competition-ticket-mobile__product-card,.competition-ticket-mobile__cta{max-width:368px}}@media (max-width: 1023px){.competition-ticket{width:100%;max-width:560px}.competition-ticket-mobile__product-card{padding:16px 16px 18px}.competition-ticket-mobile__product-footer{padding:0 4px 6px}}@media (max-width: 767px){.brand-strip{border-radius:30px;overflow:hidden}.brand-strip-copy{border-radius:30px 30px 0 0;overflow:hidden}.brand-strip-copy__inner{padding:34px 20px 56px 24px}.brand-strip-products-shell{margin-top:-10px;padding:0 18px 42px;overflow:visible}.brand-strip-product-card{box-shadow:0 12px 28px #11111114}}@media (min-width: 768px) and (max-width: 1023px){.brand-strip{grid-template-columns:360px minmax(0,1fr)!important;min-height:430px!important;border-radius:30px;overflow:hidden;border:1px solid #ececec;box-shadow:0 16px 38px #1111110f}.brand-strip-copy{border-radius:30px 0 0 30px;overflow:hidden}.brand-strip-copy__inner{max-width:220px;padding:38px 24px 36px 40px}.brand-strip-copy__button{display:inline-flex!important;margin-bottom:8px}.brand-strip-products-shell{margin-left:-88px!important;margin-top:0;padding:28px 0!important;overflow:hidden;display:flex;align-items:center}.brand-strip-products{grid-auto-columns:300px!important;gap:20px!important;padding:0 0 4px!important}.brand-strip-product-card{width:300px!important;min-width:300px!important;min-height:346px!important;box-shadow:0 14px 30px #11111114;border:1px solid #ececec}.brand-strip-product-card__image-wrap{height:208px!important}.brand-strip-product-card__body{padding:0 10px 18px!important}.brand-strip__mobile-link{display:none!important}}.checkout-brand-card--enhanced{gap:1rem}.checkout-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.checkout-choice-card{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:22px;background:#f8fafc;padding:1rem 1.1rem;display:flex;align-items:center;gap:1rem;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.checkout-choice-card:hover{transform:translateY(-1px);border-color:#0f172a2e}.checkout-choice-card.is-selected{border-color:#111827;box-shadow:0 0 0 2px #11182714;background:#fff}.checkout-choice-card__icon{width:96px;min-width:96px;height:72px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(180deg,#dbeafe,#eff6ff);color:#1f2937;overflow:hidden}.checkout-choice-card__icon svg{width:56px;height:56px}.checkout-choice-card__icon--coupon{background:linear-gradient(180deg,#8ec5ea,#7fb9e2 60%,#d1d5db 60%,#d1d5db);color:#fff;font-weight:800;font-size:1.7rem}.checkout-choice-card__content strong{display:block;margin-bottom:.3rem;font-size:1rem}.checkout-choice-card__content p{margin:0;color:#6b7280;line-height:1.45}.checkout-standard-panel,.coupon-panel{border:1px solid rgba(15,23,42,.08);border-radius:20px;background:#fff;padding:1rem}.coupon-panel{display:grid;gap:.9rem}.coupon-panel__summary{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.coupon-panel__summary p{margin:.35rem 0 0;color:#6b7280}.coupon-panel__pill{white-space:nowrap;border-radius:999px;padding:.45rem .8rem;background:#eff6ff;color:#1d4ed8;font-weight:700}.coupon-panel__notice{border-radius:16px;background:#f8fafc;padding:.85rem 1rem;color:#475569}.checkout-chip-row--detailed .checkout-chip{background:#f8fafc}@media (max-width: 820px){.checkout-choice-grid{grid-template-columns:1fr}.checkout-choice-card{align-items:flex-start}.coupon-panel__summary{flex-direction:column}}.brand-strip-copy__button--psd2{border:0;cursor:pointer;font:inherit}.challenge-minimal-card__activate{border:0;border-radius:999px;padding:9px 14px;background:#ffffffeb;color:#111827;font-weight:900;cursor:pointer;box-shadow:0 8px 24px #0000002e;width:fit-content}.challenge-minimal-card__activate:hover{transform:translateY(-1px)}.psd2-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:20px;background:#0f172a9e;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.psd2-modal__panel{position:relative;width:min(680px,100%);max-height:min(760px,90vh);overflow:auto;background:#fff;border-radius:28px;padding:28px;box-shadow:0 30px 80px #0f172a59;display:grid;gap:14px;color:#0f172a}.psd2-modal__close{position:absolute;top:16px;right:16px;border:0;border-radius:999px;width:34px;height:34px;background:#f1f5f9;cursor:pointer;font-size:22px;line-height:1}.psd2-modal__eyebrow{width:fit-content;border-radius:999px;padding:7px 12px;background:#eff6ff;color:#1d4ed8;font-weight:900;font-size:.82rem}.psd2-modal h3{margin:0;font-size:clamp(1.5rem,3vw,2.1rem)}.psd2-modal p{margin:0;line-height:1.55;color:#334155}.psd2-modal__note{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:12px 14px}.psd2-modal__actions{display:flex;gap:10px;flex-wrap:wrap}.psd2-modal__primary,.psd2-modal__secondary{border:0;border-radius:999px;padding:12px 18px;font-weight:900;cursor:pointer}.psd2-modal__primary{background:#f59e0b;color:#111827}.psd2-modal__secondary{background:#e2e8f0;color:#0f172a}.psd2-modal__primary:disabled{opacity:.65;cursor:progress}.psd2-modal__status{border-radius:16px;background:#ecfdf5;color:#047857;padding:12px 14px;font-weight:800}.profile-psd2-panel{display:grid;gap:16px}.brand-strip-copy__button--psd2.is-activated,.challenge-minimal-card__activate.is-activated{background:#10b981eb;color:#063c2a;cursor:default;box-shadow:0 8px 24px #10b9813d}.brand-strip-copy__button--psd2.is-activated:hover,.challenge-minimal-card__activate.is-activated:hover{transform:none}.profile-psd2-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:flex-start}.profile-psd2-actions .primary-btn,.profile-psd2-actions .secondary-btn{width:auto;min-width:220px}.competition-ticket,.activity-contest-card,.competition-ticket-mobile__product-card{box-shadow:none!important}.activity-contest-card{border-color:#eee}.brand-product-card,.product-card,.competition-gallery-card{box-shadow:0 12px 28px #1111110e}.hero-arrow{display:grid;place-items:center;padding:0;line-height:1;font-size:0;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .18s ease,background .18s ease,border-color .18s ease}.hero-arrow:hover{transform:translateY(-1px);background:#ffffff2e;border-color:#ffffff75}.hero-arrow__icon{width:24px;height:24px;display:block}.brand-buying-hero{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-radius:0!important;padding:0!important}.brand-buying-hero__inner{width:min(1200px,calc(100% - 40px));min-height:440px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,650px);align-items:stretch;gap:22px;padding:36px 40px 0}@media (max-width: 900px){.brand-buying-hero__inner{width:min(100%,calc(100% - 28px));grid-template-columns:1fr;min-height:auto;padding:34px 20px 0}}.circle-select{right:14px;bottom:14px;width:64px;height:64px;border-radius:24px;display:grid;place-items:center;background:#f59e0b57;color:#f59e0b;box-shadow:none;transition:transform .18s ease,background .18s ease,color .18s ease}.circle-select span{width:42px;height:42px;border-radius:999px;display:block;background:#fff;border:4px solid currentColor;box-shadow:inset 0 0 0 6px #fff}.circle-select[aria-pressed=true]{background:#f59e0b;color:#fff}.circle-select[aria-pressed=true] span{position:relative;background:#fff;border-color:#fff}.circle-select[aria-pressed=true] span:after{content:"";position:absolute;left:12px;top:7px;width:12px;height:21px;border:solid #f59e0b;border-width:0 4px 4px 0;transform:rotate(45deg)}.circle-select:hover:not(:disabled){transform:translateY(-1px) scale(1.02);background:#f59e0b70}.product-card.selected{outline:2px solid rgba(245,158,11,.72);outline-offset:3px}.product-grid,.competition-gallery-track{scrollbar-width:none;-ms-overflow-style:none}.product-grid::-webkit-scrollbar,.competition-gallery-track::-webkit-scrollbar{display:none}.competition-offer-actions{align-items:center}.competition-counter-box{border-radius:18px;padding:12px 14px;box-shadow:none;background:#fff}.competition-auto-add{border-radius:12px!important;background:#111!important;color:#fff!important;border-color:#111!important}.stat-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-gallery-panel{display:grid;gap:22px}.profile-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.profile-gallery-card{background:#fff;border:1px solid #ececec;border-radius:22px;padding:12px;display:grid;gap:12px}.profile-gallery-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:16px;display:block}.profile-gallery-card div{display:grid;gap:4px}.profile-gallery-card strong{color:#111;font-size:.95rem;line-height:1.24}.profile-gallery-card small{color:#777;font-size:.84rem}@media (max-width: 640px){.circle-select{width:58px;height:58px;border-radius:21px}.circle-select span{width:38px;height:38px}.stat-grid--compact{grid-template-columns:1fr}}.circle-select{right:12px;bottom:12px;width:48px;height:48px;border:0;border-radius:18px;display:grid;place-items:center;padding:0;background:#f5d094;color:#f59e0b;box-shadow:none!important;outline:none!important;-webkit-tap-highlight-color:transparent;transition:background .18s ease,transform .18s ease}.circle-select span{width:30px;height:30px;border-radius:999px;display:block;background:#fff;border:4px solid currentColor;box-shadow:none}.circle-select[aria-pressed=true]{background:#f5a623;color:#f5a623}.circle-select[aria-pressed=true] span{background:currentColor;border-color:currentColor}.circle-select[aria-pressed=true] span:after{content:none!important}.circle-select:hover:not(:disabled),.circle-select:active:not(:disabled){transform:translateY(-1px)}.circle-select:focus,.circle-select:focus-visible{outline:none!important;box-shadow:none!important}.brand-buying-hero{position:relative;width:100vw;min-height:420px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-radius:0!important;padding:0!important;overflow:hidden;background:#e9e9e9;isolation:isolate}.brand-buying-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--brand-hero-image);background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2}.brand-buying-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#ffffffdb,#ffffff9e 28%,#ffffff1f 54%,#fff0 72%);z-index:-1}.brand-buying-hero__inner{width:min(1200px,calc(100% - 40px));min-height:420px;margin:0 auto;display:flex;align-items:center;padding:32px 40px}.brand-buying-hero__copy{max-width:420px;padding-bottom:0}.brand-buying-hero__copy p{max-width:28ch}.brand-buying-hero__media{display:none!important}@media (max-width: 900px){.brand-buying-hero{min-height:340px}.brand-buying-hero:after{background:linear-gradient(180deg,#ffffffe0,#ffffff94,#ffffff1f 70%,#ffffff14)}.brand-buying-hero__inner{width:min(100%,calc(100% - 28px));min-height:340px;padding:24px 16px}}.brand-product-card__cta,.page-content--simons .brand-product-card__cta{background:var(--brand-color)!important;color:#fff!important;box-shadow:none!important;filter:none!important}.brand-product-card__cta:hover,.page-content--simons .brand-product-card__cta:hover{background:color-mix(in srgb,var(--brand-color) 92%,#000 8%)!important;box-shadow:none!important}.brand-product-card__cta:active,.page-content--simons .brand-product-card__cta:active{background:color-mix(in srgb,var(--brand-color) 84%,#000 16%)!important;box-shadow:none!important}.circle-select{right:12px!important;bottom:12px!important;width:42px!important;height:42px!important;border:0!important;border-radius:15px!important;padding:0!important;display:grid!important;place-items:center!important;background:#f8cf91!important;color:#f5a623!important;box-shadow:none!important;outline:none!important;-webkit-tap-highlight-color:transparent}.circle-select span{width:27px!important;height:27px!important;border-radius:999px!important;display:block!important;background:#fff!important;border:4px solid #f5a623!important;box-shadow:none!important}.circle-select[aria-pressed=true]{background:#f8cf91!important;color:#f5a623!important}.circle-select[aria-pressed=true] span{background:#f5a623!important;border-color:#f5a623!important}.circle-select span:after,.circle-select[aria-pressed=true] span:after{content:none!important;display:none!important}.circle-select:focus,.circle-select:focus-visible,.circle-select:active{outline:none!important;box-shadow:none!important}.product-card.selected{outline:none!important;outline-offset:0!important}.brand-product-card__cta,.page-content--simons .brand-product-card__cta{background:var(--brand-color)!important;box-shadow:none!important}.brand-product-card,.product-card,.brand-strip-product-card,.competition-gallery-card,.competition-ticket-mobile__product-card,.brand-product-card__brand-badge,.brand-strip-product-card__brand-badge{box-shadow:none!important}.picture-offers-carousel{position:relative;width:100%}.product-grid--picture-offers{scroll-behavior:smooth;padding:0 0 10px}.picture-offers-arrow{position:absolute;top:50%;z-index:4;width:44px;height:44px;border-radius:999px;border:1px solid #e8e8e8;background:#fffffff0;color:#111;display:grid;place-items:center;padding:0;box-shadow:none;transform:translateY(-50%);transition:background .18s ease,transform .18s ease,border-color .18s ease}.picture-offers-arrow svg{width:22px;height:22px;display:block}.picture-offers-arrow--left{left:-22px}.picture-offers-arrow--right{right:-22px}.picture-offers-arrow:hover,.picture-offers-arrow:focus-visible{background:#f5a623;border-color:#f5a623;color:#fff;outline:none}.picture-offers-arrow:active{transform:translateY(-50%) scale(.96)}@media (max-width: 900px){.picture-offers-arrow{width:40px;height:40px}.picture-offers-arrow--left{left:4px}.picture-offers-arrow--right{right:4px}}.picture-offers-carousel{padding-inline:58px}.picture-offers-arrow--left{left:0!important}.picture-offers-arrow--right{right:0!important}@media (max-width: 900px){.picture-offers-carousel{padding-inline:48px}.picture-offers-arrow--left{left:0!important}.picture-offers-arrow--right{right:0!important}}@media (max-width: 1023px){.picture-offers-carousel{padding-inline:0!important}.picture-offers-arrow{display:none!important}}.page-content--brand-buying-zone{margin-top:0!important}.page-content--brand-buying-zone .brand-buying-hero{margin-top:0!important;box-shadow:none!important}.brand-buying-hero:after{content:none!important;display:none!important;background:none!important}.page-content--competition-bmw{margin-top:0!important}.page-content--competition-bmw .competition-buying-hero,.competition-buying-hero{width:100vw!important;height:420px!important;min-height:420px!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;margin-top:0!important;border-radius:0!important;padding:0!important;overflow:hidden!important;box-shadow:none!important;display:block!important;position:relative!important}.page-content--competition-bmw .competition-buying-hero__image,.competition-buying-hero__image{width:100%!important;height:100%!important;display:block!important}.page-content--competition-bmw .competition-buying-hero__image img,.competition-buying-hero__image img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;border-radius:0!important}.page-content--competition-bmw .competition-buying-hero__copy--bmw{left:clamp(24px,6vw,96px)!important;max-width:430px!important}.competition-buying-hero__countdown{right:clamp(18px,6vw,92px)!important;top:18px!important;z-index:3!important}@media (max-width: 900px){.page-content--competition-bmw .competition-buying-hero,.competition-buying-hero{height:340px!important;min-height:340px!important}.page-content--competition-bmw .competition-buying-hero__copy--bmw{left:24px!important;max-width:min(78vw,360px)!important}}.competition-ticket__notch,.activity-contest-card__notch,.competition-ticket-mobile__side-notch,.competition-ticket-mobile__panel:before,.competition-ticket-mobile__panel:after{background:#fff!important}@media (max-width: 1023px){.competition-ticket-mobile__panel{padding-bottom:44px!important}.competition-ticket-mobile__cta{margin-bottom:0!important}}@media (max-width: 1023px){.hero.hero--swipe{grid-template-columns:minmax(0,1fr)!important;align-items:end!important;padding:22px 24px 74px!important}.hero.hero--swipe .hero-arrow{display:none!important}.hero.hero--swipe .hero-content{max-width:min(92vw,600px)!important;padding:0!important;transform:translateY(-42px)!important}.hero.hero--swipe .hero-content h1{margin-bottom:10px!important;font-size:clamp(3rem,11vw,5.25rem)!important;line-height:.93!important}.hero.hero--swipe .hero-content p:not(.eyebrow){max-width:92%!important}.hero.hero--swipe .hero-dots{bottom:30px!important;z-index:3!important}.modal-backdrop{padding:12px!important;place-items:center!important;overflow:hidden!important}.profile-modal{width:min(100%,760px)!important;max-width:calc(100vw - 24px)!important;height:min(88dvh,760px)!important;min-height:0!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:auto minmax(0,1fr)!important;border-radius:28px!important;overflow:hidden!important}.profile-modal--auth,.profile-modal--loading{grid-template-rows:minmax(0,1fr)!important}.profile-modal .close-btn{top:10px!important;right:10px!important;width:38px!important;height:38px!important;z-index:8!important;box-shadow:0 12px 28px #1111112e!important}.profile-modal>.modal-tabs:not(.nested){min-width:0!important;border-right:0!important;border-bottom:1px solid #eeeeee!important;background:#fff!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:10px!important;padding:58px 16px 14px!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.profile-modal>.modal-tabs:not(.nested)::-webkit-scrollbar{display:none!important}.profile-modal>.modal-tabs:not(.nested) button,.modal-tabs.nested button{flex:0 0 auto!important;min-height:46px!important;border-radius:999px!important;padding:0 20px!important;text-align:center!important;white-space:nowrap!important;font-weight:800!important;box-shadow:none!important}.modal-tabs.nested{display:flex!important;flex-direction:row!important;gap:10px!important;overflow-x:auto!important;padding:0 0 18px!important;scrollbar-width:none!important}.modal-tabs.nested::-webkit-scrollbar{display:none!important}.modal-scroll{min-height:0!important;max-height:none!important;height:100%!important;overflow:auto!important;padding:22px 18px 26px!important;-webkit-overflow-scrolling:touch!important}.profile-personal-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-bottom:18px!important}.info-card{min-width:0!important;border-radius:18px!important;padding:14px 15px!important;overflow-wrap:anywhere!important}.info-card strong{font-size:.98rem!important;line-height:1.28!important}.profile-edit-trigger-row{justify-content:stretch!important}.profile-edit-trigger-row button{flex:1 1 180px!important}.profile-gallery-panel{gap:16px!important}.profile-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.profile-gallery-card{display:block!important;padding:0!important;border:0!important;border-radius:12px!important;background:transparent!important;box-shadow:none!important;overflow:hidden!important}.profile-gallery-card img{width:100%!important;aspect-ratio:1 / 1!important;height:auto!important;object-fit:cover!important;border-radius:12px!important;background:#f3f4f6!important}.profile-gallery-card>div{display:none!important}.brand-strip-products-shell{overflow:hidden!important}.brand-strip-products{display:flex!important;grid-auto-flow:unset!important;grid-auto-columns:unset!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.brand-strip-products::-webkit-scrollbar{display:none!important}.brand-strip-product-card{flex:0 0 clamp(230px,42vw,282px)!important;width:clamp(230px,42vw,282px)!important;min-width:0!important;min-height:auto!important;scroll-snap-align:start!important}.brand-strip-product-card__image-wrap{height:auto!important;aspect-ratio:1.14 / 1!important}.checkout-box{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr)) minmax(220px,auto)!important;align-items:center!important;gap:14px!important}.checkout-box>div{display:inline-flex!important;align-items:baseline!important;gap:6px!important;min-width:0!important;white-space:nowrap!important;font-size:clamp(.98rem,2.5vw,1.15rem)!important}.checkout-box>div strong{white-space:nowrap!important}.checkout-box .primary-btn{min-width:220px!important;justify-self:end!important}#brand-products .product-grid,.product-grid{grid-auto-columns:clamp(230px,42vw,300px)!important;justify-content:start!important}#brand-products .brand-product-card,.brand-product-card,.product-card{min-height:auto!important;height:auto!important;aspect-ratio:.72 / 1!important;max-width:300px!important}.brand-product-card__image-wrap,.product-card img{height:auto!important;aspect-ratio:1.18 / 1!important}.brand-product-card__body{min-height:100px!important}.brand-product-card__footer{margin-top:auto!important}.challenge-grid--minimal{width:calc(100% - 48px)!important;margin:24px auto!important;gap:28px!important}.challenge-minimal-card{width:100%!important;max-width:560px!important;margin:0 auto!important}.challenge-overlay__bottom{display:grid!important;gap:14px!important;width:min(100%,560px)!important}.challenge-overlay__summary{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important;width:100%!important}.challenge-overlay__summary>div{min-width:0!important;display:flex!important;align-items:baseline!important;gap:6px!important;color:#fff!important;text-shadow:0 10px 28px rgba(0,0,0,.45)!important}.challenge-overlay__summary span,.challenge-overlay__summary strong{color:#fff!important;font-size:clamp(.95rem,2.6vw,1.1rem)!important;line-height:1.15!important;white-space:nowrap!important}.challenge-overlay__summary span:after{content:":"}.challenge-overlay__summary strong{font-weight:900!important}.challenge-overlay__summary-item--end{justify-content:flex-end!important;text-align:right!important;margin-left:auto!important}.challenge-overlay .challenge-minimal-card__segments,.challenge-overlay .challenge-minimal-card__progress,.challenge-overlay__progress{display:block!important;width:100%!important}}@media (max-width: 640px){.hero.hero--swipe{padding:18px 22px 70px!important}.hero.hero--swipe .hero-content{transform:translateY(-34px)!important}.profile-modal{height:min(88dvh,720px)!important;max-width:calc(100vw - 20px)!important;border-radius:24px!important}.profile-modal>.modal-tabs:not(.nested){padding:54px 14px 12px!important}.profile-personal-grid{grid-template-columns:1fr!important}.profile-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.checkout-box{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:18px!important}.checkout-box .primary-btn{grid-column:1 / -1!important;width:100%!important;min-width:0!important;justify-self:stretch!important}#brand-products .product-grid,.product-grid{grid-auto-columns:min(72vw,292px)!important}.brand-product-card,.product-card{max-width:292px!important}.brand-strip-product-card{flex-basis:min(72vw,272px)!important;width:min(72vw,272px)!important}.challenge-grid--minimal{width:calc(100% - 28px)!important;margin-top:20px!important;margin-bottom:24px!important}.challenge-overlay__summary{gap:10px!important}.challenge-overlay__summary>div{gap:4px!important}.challenge-overlay__summary span,.challenge-overlay__summary strong{font-size:.95rem!important}}.competition-ticket-mobile__teaser,.competition-ticket-mobile__teaser-card{display:none!important}@media (max-width: 768px){.checkout-overlay{align-items:stretch;justify-content:stretch;padding:max(10px,env(safe-area-inset-top)) 10px max(10px,env(safe-area-inset-bottom))}.checkout-modal{width:100%;height:calc(100dvh - 20px);max-height:calc(100dvh - 20px);border-radius:24px;grid-template-rows:auto auto minmax(0,1fr) auto}.checkout-modal__header{position:relative;padding:16px 18px 10px;gap:8px}.checkout-modal__header p{display:none}.checkout-modal__header .close-btn{position:absolute;top:8px;right:10px;width:42px;height:42px;padding:0;border-radius:999px;font-size:1.6rem;line-height:1}.checkout-steps{display:flex;gap:8px;overflow-x:auto;padding:8px 14px 10px;scrollbar-width:none;border-bottom:1px solid #eef0f3;scroll-behavior:smooth;scroll-snap-type:x proximity;scroll-padding-inline:14px}.checkout-steps::-webkit-scrollbar{display:none}.checkout-step{flex:0 0 auto;min-width:0;padding:8px 10px;gap:7px;border-radius:999px;white-space:nowrap;font-size:.84rem;scroll-snap-align:center}.checkout-step span{width:24px;height:24px;font-size:.78rem}.checkout-step strong{max-width:118px;overflow:hidden;text-overflow:ellipsis}.checkout-modal__body{min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:18px 18px 24px}.checkout-step-panel{gap:14px}.checkout-step-panel h3{margin:0 0 2px;font-size:1.18rem}.checkout-step-panel>p{margin:0;font-size:.93rem;line-height:1.45;color:#64748b}.checkout-form-grid{gap:12px}.checkout-form-grid label,.checkout-brand-card label{gap:6px;font-size:.9rem}.checkout-form-grid input,.checkout-form-grid select,.checkout-brand-card select,.checkout-brand-card textarea,.checkout-form-grid textarea{border-radius:12px;padding:12px 13px;font-size:16px}.checkout-brand-groups{gap:12px}.checkout-brand-card{padding:14px;border-radius:18px;gap:12px}.checkout-chip-row{gap:6px;margin-top:8px}.checkout-chip{padding:6px 9px;font-size:.82rem}.checkout-choice-grid{grid-template-columns:1fr;gap:8px}.checkout-choice-card{align-items:center;gap:10px;padding:10px;border-radius:16px}.checkout-choice-card__icon{width:52px;min-width:52px;height:46px;border-radius:14px}.checkout-choice-card__icon svg{width:34px;height:34px}.checkout-choice-card__icon--coupon{font-size:1rem}.checkout-choice-card__content strong{margin-bottom:2px;font-size:.95rem}.checkout-choice-card__content p{font-size:.82rem;line-height:1.3}.checkout-standard-panel,.coupon-panel{padding:12px;border-radius:16px}.coupon-panel__summary{gap:8px}.coupon-panel__summary p,.coupon-panel__notice{font-size:.86rem;line-height:1.35}.coupon-panel__pill{padding:.35rem .65rem;font-size:.82rem}.checkout-modal__footer{flex-direction:row;align-items:center;padding:10px 14px max(10px,env(safe-area-inset-bottom));gap:10px}.checkout-summary-inline{flex-direction:column;align-items:flex-start;gap:0;font-size:.9rem;min-width:82px}.checkout-modal__actions{flex:1 1 auto;gap:8px}.checkout-modal__actions button{min-height:48px;padding:0 14px}}@media (max-width: 420px){.checkout-step strong{max-width:92px}.checkout-modal__body{padding-left:14px;padding-right:14px}.checkout-summary-inline{min-width:70px}}@media (min-width: 641px) and (max-width: 1023px){.profile-modal{width:min(960px,calc(100vw - 32px));grid-template-columns:190px minmax(0,1fr)}.modal-scroll{padding:24px 24px 28px}.activity-contest-list,.activity-contest-group{width:100%;justify-items:stretch}.activity-contest-card{width:100%;max-width:720px;margin-left:auto;margin-right:auto;grid-template-columns:220px minmax(0,1fr);grid-template-areas:"ticket main" "ticket meta";align-items:center;gap:18px 22px;padding:20px 22px}.activity-contest-card__ticket{grid-area:ticket;align-self:stretch}.activity-contest-card__ticket-visual{height:176px;border-radius:18px}.activity-contest-card__notch{width:28px;height:28px;border-radius:50%;background:#fff}.activity-contest-card__notch--left-1{left:-14px;top:26px}.activity-contest-card__notch--left-2{left:-14px;top:calc(50% - 14px)}.activity-contest-card__notch--left-3{left:-14px;bottom:26px}.activity-contest-card__notch--top{top:-14px;left:66%}.activity-contest-card__notch--bottom{bottom:-14px;left:66%}.activity-contest-card__main{grid-area:main;display:grid;align-content:end;gap:8px}.activity-contest-card__title{font-size:1.6rem;line-height:1.05}.activity-contest-card__tickets{font-size:1.18rem}.activity-contest-card__meta{grid-area:meta;width:100%;max-width:none;gap:16px}.activity-contest-card__countdown{grid-template-columns:repeat(3,minmax(64px,1fr));gap:12px}.activity-contest-card__countdown div{padding:10px 8px;border-radius:16px;border:1px solid #ececec;background:#fafafa}.activity-contest-card__countdown strong{font-size:1.3rem}.activity-contest-card__countdown span{font-size:.94rem}.activity-contest-card__progress{height:18px}.activity-contest-breakdown{display:grid;max-width:720px;margin-left:auto;margin-right:auto}.challenge-grid--minimal{grid-template-columns:minmax(0,520px);justify-content:center;gap:30px}.challenge-minimal-card{width:min(100%,520px);margin-left:auto;margin-right:auto;min-height:760px;border-radius:30px}.challenge-minimal-card__inner{min-height:760px;padding:26px 24px 24px}.challenge-minimal-card__content{padding:0 18px 34px}.challenge-minimal-card__content h3{font-size:clamp(2.2rem,4.2vw,3.2rem);max-width:84%}.challenge-minimal-card__content p{font-size:clamp(.98rem,1.4vw,1.08rem);max-width:84%}.challenge-minimal-card__bottom{gap:14px}.challenge-minimal-card__stats{gap:18px}.challenge-minimal-card__completed,.challenge-minimal-card__contribution{font-size:1rem}.challenge-minimal-card__segments,.challenge-minimal-card__progress{height:18px}.challenge-overlay{padding:20px}.challenge-overlay__panel{width:min(100%,520px);min-height:min(88vh,820px);padding:34px 30px}.challenge-overlay__content{max-width:420px}.challenge-overlay__content h3{font-size:clamp(2.2rem,4.3vw,3.4rem)}.challenge-overlay__content p{font-size:clamp(.98rem,1.4vw,1.08rem);max-width:420px}.challenge-overlay__reward,.challenge-overlay__stats{width:min(100%,420px)}}
