:root{--ink:#17202a;--muted:#667085;--line:#e6e9ed;--paper:#f4f6f8;--white:#fff;--yellow:#6b7280;--yellow-deep:#374151;--charcoal:#23272d;--green:#16a66a}*{box-sizing:border-box}html{background:var(--paper)}body{color:var(--ink);background:var(--paper);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,a{font:inherit}button{cursor:pointer}.shell{grid-template-columns:244px 1fr;min-height:100vh;display:grid}.sidebar{color:#f8fafc;background:var(--charcoal);flex-direction:column;height:100vh;padding:28px 20px;display:flex;position:sticky;top:0}.brand{justify-content:center;align-items:center;padding:0 8px 28px;display:flex}.sidebarLogo{border-radius:12px;width:180px;height:auto;display:block}.brandMark{color:#fff;background:var(--yellow);border-radius:12px;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.brand strong,.brand small{display:block}.brand small{color:#aeb6c2;letter-spacing:.12em;text-transform:uppercase;margin-top:2px;font-size:.75rem}nav{gap:5px;display:grid}nav a{color:#c8ced6;border-radius:10px;padding:12px 14px;font-size:.95rem;text-decoration:none}nav a:hover,nav a.active{color:#fff;background:#353b44}nav a.active{box-shadow:inset 3px 0 var(--yellow)}.sidebarFoot{color:#aeb6c2;border-top:1px solid #3c424b;margin-top:auto;padding:14px 8px 0;font-size:.82rem}.statusDot{background:var(--green);border-radius:99px;width:9px;height:9px;margin-right:8px;display:inline-block;box-shadow:0 0 0 4px #16a66a1f}.content{padding:38px clamp(22px,4vw,58px);overflow:hidden}.topbar{justify-content:space-between;align-items:center;gap:20px;display:flex}.eyebrow{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin:0 0 6px;font-size:.78rem;font-weight:800}h1{letter-spacing:-.04em;margin:0;font-size:clamp(1.75rem,3vw,2.45rem)}h2{letter-spacing:-.02em;margin:0;font-size:1.2rem}.topbar button,.secondary{color:#fff;background:var(--yellow);border:0;border-radius:10px;min-height:44px;padding:0 18px;font-weight:800}.topbar button:hover{background:#4b5563}.metrics{grid-template-columns:repeat(3,1fr);gap:16px;margin:32px 0 20px;display:grid}.metric,.panel{background:var(--white);border:1px solid var(--line);border-radius:16px}.metric{padding:22px}.metric span,.metric small{color:var(--muted);display:block}.metric span{font-size:.9rem}.metric strong{letter-spacing:-.04em;margin:10px 0 8px;font-size:2rem;display:block}.metric small{font-size:.78rem}.grid{grid-template-columns:minmax(0,1fr) 290px;gap:20px;display:grid}.panel{padding:22px}.panelHead{justify-content:space-between;align-items:end;margin-bottom:18px;display:flex}.panelHead a{color:#4b5563;font-size:.85rem;font-weight:750;text-decoration:none}.tableWrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.88rem}th{color:var(--muted);text-align:left;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--line);padding:12px 10px;font-size:.72rem}td{white-space:nowrap;border-bottom:1px solid #f0f2f4;padding:16px 10px}tbody tr:last-child td{border-bottom:0}.badge{background:#eef2f5;border-radius:99px;padding:6px 9px;font-size:.75rem;font-weight:800;display:inline-block}.badge.em-rota{color:#374151;background:#e5e7eb}.badge.concluida{color:#08764a;background:#dff8ed}.integration{background:var(--charcoal);color:#fff;position:relative;overflow:hidden}.integration:after{content:"";border:28px solid #9ca3af2e;border-radius:50%;width:150px;height:150px;position:absolute;top:-70px;right:-70px}.integration .eyebrow,.integration p{color:#bfc6cf}.integration h2{font-size:1.6rem}.connection{margin:24px 0 12px;font-size:.87rem}.integration p:not(.eyebrow){font-size:.9rem;line-height:1.65}.secondary{background:var(--yellow);width:100%;margin-top:15px}@media (max-width:900px){.shell{grid-template-columns:1fr}.sidebar{height:auto;padding:16px 18px;position:static}.brand{padding-bottom:14px}nav{padding-bottom:3px;display:flex;overflow-x:auto}nav a{white-space:nowrap}.sidebarFoot{display:none}.grid{grid-template-columns:1fr}}@media (max-width:640px){.content{padding:24px 16px 36px}.topbar{align-items:flex-start}.topbar button{padding:0 13px;font-size:.85rem}.metrics{grid-template-columns:1fr;gap:10px;margin-top:24px}.metric{padding:17px}.metric strong{font-size:1.65rem}.panel{border-radius:14px;padding:16px}}.authPage{background:radial-gradient(circle at top right, #6b728033, transparent 34%), var(--paper);place-items:center;min-height:100vh;padding:24px;display:grid}.authCard{border:1px solid var(--line);background:var(--white);border-radius:20px;width:min(100%,460px);padding:34px;box-shadow:0 20px 55px #17202a1a}.authBrand{justify-content:center;align-items:center;margin-bottom:26px;display:flex}.authLogo{width:min(100%,300px);height:auto;display:block}.authBrand strong,.authBrand small{display:block}.authBrand small{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem}.authIntro{color:var(--muted);margin:10px 0 24px;line-height:1.5}.authForm{gap:16px;display:grid}.authForm label{gap:7px;font-size:.88rem;font-weight:750;display:grid}.authForm input{width:100%;min-height:48px;color:var(--ink);font:inherit;background:#fff;border:1px solid #d9dde3;border-radius:10px;padding:0 14px}.authForm input:focus{border-color:var(--yellow-deep);outline:3px solid #6b728038}.authActions{grid-template-columns:1fr 1fr;gap:10px;margin-top:5px;display:grid}.authActions button{background:var(--yellow-deep);color:#fff;border:0;border-radius:10px;min-height:48px;font-weight:850}.authActions .outlineButton{color:var(--charcoal);background:#fff;border:1px solid #9ca3af}.passwordHelp{color:var(--muted);margin-top:-2px;font-size:.75rem;font-weight:500;line-height:1.45}.authNotice{border-radius:10px;padding:12px 14px;font-size:.88rem;line-height:1.45}.authNotice.error{color:#9f1d20;background:#fff0f0}.authNotice.success{color:#08764a;background:#e2f8ee}.logoutButton{color:#dce1e7;background:0 0;border:1px solid #4a515b;border-radius:9px;width:100%;margin-top:14px;padding:10px 12px}.logoutButton:hover{color:#fff;border-color:#6a727e}@media (max-width:520px){.authPage{padding:14px}.authCard{padding:24px 20px}.authActions{grid-template-columns:1fr}}.authTabs{background:#eef0f3;border-radius:11px;grid-template-columns:1fr 1fr;margin:0 0 20px;padding:4px;display:grid}.authTabs button{min-height:40px;color:var(--muted);background:0 0;border:0;border-radius:8px;font-weight:800}.authTabs button.active{color:#fff;background:var(--yellow-deep)}.passwordChecklist{border:1px solid var(--line);background:#f8f9fa;border-radius:12px;padding:14px 16px}.passwordChecklist strong{margin-bottom:9px;font-size:.84rem;display:block}.passwordChecklist ul{grid-template-columns:1fr 1fr;gap:7px 12px;margin:0;padding:0;list-style:none;display:grid}.passwordChecklist li{color:#7b8490;align-items:center;gap:7px;font-size:.78rem;display:flex}.passwordChecklist li span{border-radius:50%;place-items:center;width:17px;height:17px;font-weight:900;display:grid}.passwordChecklist li.valid{color:#08764a}.passwordChecklist li.valid span{color:#fff;background:var(--green)}.authSubmit{color:#fff;background:var(--yellow-deep);border:0;border-radius:10px;min-height:48px;font-weight:850}@media (max-width:520px){.passwordChecklist ul{grid-template-columns:1fr}}.authSubmit:disabled{cursor:not-allowed;color:#8a929d;background:#e2e5e9}.forgotForm{gap:8px;margin-top:14px;display:grid}.forgotForm input{border:1px solid var(--line);min-height:44px;font:inherit;border-radius:9px;padding:0 12px}.forgotForm button{color:#4b5563;background:0 0;border:0;font-weight:750;text-decoration:underline}.authNotice a{color:inherit;font-weight:800}#reenviar-confirmacao:target input{border-color:#3d485a;box-shadow:0 0 0 3px #3d485a24}.authNoticeActions{flex-wrap:wrap;gap:6px 14px;margin-top:8px;display:flex}#reenviar-confirmacao-button:target,#recuperar-senha-button:target{color:#17202a;outline-offset:3px;outline:2px solid #3d485a}.authPage{padding:14px}.authCard{padding:22px 28px}.authCard h1{font-size:clamp(1.65rem,2.4vw,2.1rem)}.authBrand{margin-bottom:10px}.authLogo{width:min(100%,190px)}.authIntro{margin:6px 0 14px;line-height:1.4}.authTabs{margin-bottom:12px}.authForm{gap:11px}.authForm label{gap:5px}.authForm input{min-height:42px}.passwordChecklist{padding:10px 12px}.passwordChecklist strong{margin-bottom:6px}.passwordChecklist ul{gap:5px 12px}.authSubmit{min-height:44px}.forgotForm{margin-top:10px}@media (max-width:520px){.authPage{padding:10px}.authCard{padding:18px 16px}.authLogo{width:min(100%,170px)}.authBrand{margin-bottom:8px}}@media (max-height:720px) and (min-width:521px){.authLogo{width:min(100%,135px)}.authBrand{margin-bottom:6px}.authCard{padding-block:16px}.authIntro{margin-bottom:10px}.authForm{gap:8px}.passwordChecklist{padding-block:8px}}.authForm select{width:100%;min-height:42px;color:var(--ink);font:inherit;background:#fff;border:1px solid #d9dde3;border-radius:10px;padding:0 14px}.authForm select:focus{border-color:var(--yellow-deep);outline:3px solid #6b728038}@media (min-width:700px){.authCard:has(.signupForm){width:min(100%,760px)}.signupForm{grid-template-columns:1fr 1fr;column-gap:14px}.signupForm .fullField,.signupForm .passwordChecklist,.signupForm .authSubmit{grid-column:1/-1}}@media (max-width:699px){.signupForm{grid-template-columns:1fr}}.primaryLink,.buttonLink{color:#fff;background:var(--yellow-deep);border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:800;text-decoration:none;display:inline-flex}.buttonLink{width:100%;margin-top:15px}.pageNotice{border-radius:10px;margin:20px 0 0;padding:12px 14px;font-size:.9rem}.pageNotice.error{color:#9f1d20;background:#fff0f0}.pageNotice.success{color:#08764a;background:#e2f8ee}.partnerLayout{grid-template-columns:minmax(0,1fr) 320px;gap:20px;margin:28px 0 20px;display:grid}.partnerLayout.single{grid-template-columns:minmax(0,680px)}.formPanel h2,.storeSummary h2{margin-bottom:8px}.sectionText,.storeSummary>p{color:var(--muted);line-height:1.55}.managementForm{gap:15px;margin-top:22px;display:grid}.managementForm label{color:var(--ink);gap:7px;font-size:.88rem;font-weight:750;display:grid}.managementForm input,.managementForm textarea{width:100%;min-height:46px;color:var(--ink);font:inherit;background:#fff;border:1px solid #d9dde3;border-radius:10px;padding:11px 13px}.managementForm textarea{resize:vertical}.managementForm input:focus,.managementForm textarea:focus{border-color:var(--yellow-deep);outline:3px solid #6b72802e}.managementForm>button{color:#fff;background:var(--yellow-deep);border:0;border-radius:10px;min-height:46px;font-weight:850}.fieldRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.storeSummary dl{gap:0;margin:24px 0 0;display:grid}.storeSummary dl div{border-bottom:1px solid var(--line);justify-content:space-between;gap:16px;padding:12px 0;display:flex}.storeSummary dt{color:var(--muted)}.storeSummary dd{text-align:right;overflow-wrap:anywhere;margin:0;font-weight:750}.catalogPanel{margin-bottom:28px}.emptyState{color:var(--muted);text-align:center;border:1px dashed #cfd4da;border-radius:12px;padding:34px 18px}.emptyState strong{color:var(--ink)}.emptyState p{margin:7px 0 0}.productGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.productCard{border:1px solid var(--line);background:#fafbfc;border-radius:13px;padding:17px}.productCardHead{justify-content:space-between;align-items:center;gap:10px;display:flex}.productCard h3{margin:16px 0 7px;font-size:1rem}.productCard p{min-height:42px;color:var(--muted);margin:0 0 12px;font-size:.86rem;line-height:1.5}.productCard small{color:var(--muted)}.productStatus{color:#7a4d00;background:#fff1cc;border-radius:99px;padding:5px 8px;font-size:.72rem;font-weight:800}.productStatus.active{color:#08764a;background:#dff8ed}.textButton{color:#4b5563;background:0 0;border:0;margin-top:15px;padding:0;font-weight:800;text-decoration:underline}@media (max-width:1050px){.productGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:800px){.partnerLayout{grid-template-columns:1fr}}@media (max-width:640px){.primaryLink{min-height:40px;padding:0 12px;font-size:.82rem}.fieldRow,.productGrid{grid-template-columns:1fr}.productCard p{min-height:auto}}.productActions{gap:10px;margin-top:15px;display:grid}.editProduct summary{color:var(--yellow-deep);cursor:pointer;font-size:.86rem;font-weight:850}.compactForm{gap:11px;margin-top:0}.compactForm input,.compactForm textarea{background:#fff}.compactForm>button{min-height:42px}.productActions .textButton{margin-top:0}.managementForm select{width:100%;min-height:46px;color:var(--ink);font:inherit;background:#fff;border:1px solid #d9dde3;border-radius:10px;padding:0 13px}.managementForm select:focus{border-color:var(--yellow-deep);outline:3px solid #6b72802e}.pizzaFields{border:1px solid var(--line);background:#f8f9fa;border-radius:12px;gap:13px;padding:16px;display:grid}.fieldHint{color:var(--muted);margin:0;font-size:.82rem}.pizzaSizeGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;display:grid}.variantList{background:#eef1f4;border-radius:9px;gap:5px;margin:0 0 13px;padding:11px;font-size:.8rem;display:grid}.variantList strong{margin-bottom:2px}.variantList span{color:var(--muted)}@media (max-width:640px){.pizzaSizeGrid{grid-template-columns:1fr 1fr}}.managementForm>button:disabled{cursor:wait;opacity:.65}.dangerZone{border-top:2px solid #efc3c5;margin-top:32px;padding-top:18px;display:block}.dangerZone>span{color:#9f1d20;margin-bottom:9px;font-size:.76rem;font-weight:800;display:block}.dangerZone form{width:100%}.deleteButton{color:#fff;background:#b42329;border:1px solid #cf3d43;border-radius:8px;width:100%;min-height:40px;padding:8px 11px;font-size:.82rem;font-weight:850;display:block}.deleteButton:hover{background:#8f1b20}.deleteButton:disabled{cursor:wait;opacity:.6}.productGrid{border:1px solid var(--line);border-radius:13px;grid-template-columns:1fr;gap:0;overflow:hidden}.productCard{border:0;border-bottom:1px solid var(--line);background:#fff;border-radius:0;grid-template-columns:minmax(0,1fr) minmax(150px,210px);column-gap:28px;padding:20px 22px 20px 116px;display:grid;position:relative}.productCard:last-child{border-bottom:0}.productCard:before{content:"Foto";width:76px;height:76px;color:var(--muted);background:#f4f6f8;border:1px dashed #cfd4da;border-radius:10px;place-items:center;font-size:.72rem;font-weight:750;display:grid;position:absolute;top:20px;left:20px}.productCardHead{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.productLabels{align-items:center;gap:7px;display:flex}.productType{color:var(--muted);font-size:.74rem;font-weight:750}.productCard h3{grid-column:1;margin:12px 0 5px;font-size:1rem}.productCard p{grid-column:1;min-height:0;margin:0 0 9px}.variantList{background:0 0;grid-column:1;align-items:center;gap:7px;margin:0 0 9px;padding:0;display:flex}.variantList strong:after{content:" •";color:var(--muted)}.productCard>small{grid-column:1}.productActions{grid-area:2/2/span 4;align-content:start;margin:12px 0 0}.editProduct{border-top:0;padding-top:0}.editProduct summary{border:1px solid #cfd4da;border-radius:8px;justify-content:center;align-items:center;min-height:38px;text-decoration:none;display:flex}.editProduct[open]{grid-column:1/-1}.editProduct[open] summary{margin-bottom:12px}.productActions .textButton{border:1px solid #cfd4da;border-radius:8px;width:100%;min-height:38px;text-decoration:none}.dangerZone{border-top:1px solid #efc3c5;grid-column:2;margin-top:18px;padding-top:13px}.dangerZone>span{font-size:.7rem}.deleteButton{color:#9f1d20;background:#fff}.deleteButton:hover{color:#fff}@media (max-width:700px){.productGrid{border:0;gap:12px;overflow:visible}.productCard{border:1px solid var(--line);border-radius:12px;grid-template-columns:1fr;padding:16px 16px 16px 88px}.productCard:before{width:58px;height:58px;top:16px;left:14px}.productCardHead,.productCard h3,.productCard p,.variantList,.productCard>small,.productActions,.dangerZone{grid-column:1/-1}.productCardHead,.productCard h3,.productCard p{margin-left:72px}.productCardHead{align-items:start;min-height:58px}.productCardHead>strong{text-align:right;font-size:.86rem}.productActions{grid-row:auto;margin-top:16px}.dangerZone{margin-top:24px}.variantList{flex-wrap:wrap}}.storeState{border:1px solid var(--line);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;margin:26px 0 20px;padding:18px 20px;display:flex}.storeState>div{align-items:center;gap:14px;display:flex}.storeStateDot{border-radius:50%;flex:none;width:14px;height:14px}.storeState.open .storeStateDot{background:var(--green);box-shadow:0 0 0 6px #16a66a1f}.storeState.closed .storeStateDot{background:#b42329;box-shadow:0 0 0 6px #b423291a}.storeState h2{font-size:1.35rem}.storeState small{color:var(--muted);margin-top:4px;display:block}.reopenButton,.saveHoursButton{color:#fff;background:var(--yellow-deep);border:0;border-radius:9px;min-height:42px;padding:0 16px;font-weight:850}.hoursLayout{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:20px;display:grid}.hoursForm{gap:0;margin-top:18px;display:grid}.dayRow{border-bottom:1px solid var(--line);grid-template-columns:minmax(125px,1fr) 92px 120px 120px;align-items:end;gap:12px;padding:13px 0;display:grid}.dayRow>strong{align-self:center;font-size:.9rem}.dayRow label{color:var(--muted);gap:5px;font-size:.75rem;font-weight:750;display:grid}.dayRow input[type=time]{width:100%;min-height:40px;font:inherit;background:#fff;border:1px solid #d9dde3;border-radius:8px;padding:0 9px}.dayRow .closedCheck{color:var(--ink);align-self:center;align-items:center;gap:7px;font-size:.82rem;display:flex}.closedCheck input{width:17px;height:17px;accent-color:var(--yellow-deep)}.saveHoursButton{margin-top:18px}.temporaryClose{position:sticky;top:24px}.temporaryClose>p:not(.eyebrow){color:var(--muted);line-height:1.5}.temporaryClose form{grid-template-columns:1fr 1fr;gap:9px;margin:18px 0 12px;display:grid}.temporaryClose button{min-height:42px;color:var(--ink);background:#fff;border:1px solid #cfd4da;border-radius:9px;padding:8px;font-weight:800}.temporaryClose button:hover{border-color:var(--yellow-deep);background:#f4f6f8}.temporaryClose .closeToday{color:#9f1d20;border-color:#efc3c5;grid-column:1/-1}.temporaryClose small{color:var(--muted)}@media (max-width:920px){.hoursLayout{grid-template-columns:1fr}.temporaryClose{position:static}}@media (max-width:680px){.storeState{flex-direction:column;align-items:flex-start}.reopenButton{width:100%}.dayRow{grid-template-columns:1fr 1fr;gap:9px}.dayRow>strong{grid-column:1}.dayRow .closedCheck{grid-column:2;justify-self:end}}nav .navSection,nav a.navParent{color:#fff;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #454b54;margin:10px 14px 2px;padding:8px 0 5px;font-size:.76rem;font-weight:850;display:block}nav a.navParent{background:0 0;border-radius:0}nav a.navParent:hover{background:0 0}nav a.navSub{margin-left:10px;padding-left:26px;font-size:.88rem;position:relative}nav a.navSub:before{content:"";background:#747c87;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}nav a.navSub.active:before{background:#fff}@media (max-width:900px){nav .navSection,nav a.navParent{white-space:nowrap;border-bottom:0;margin:0 4px;padding:12px 10px}nav a.navSub{margin-left:0;padding-left:22px}nav a.navSub:before{left:9px}}.futureSidebar{background:radial-gradient(circle at 18% 8%,#94a3b81f,#0000 24%),linear-gradient(#1d2229 0%,#15191f 100%);border-right:1px solid #ffffff0f;padding:20px 14px 16px}.futureBrand{padding:0 8px 18px}.futureBrand img{border-radius:12px;width:100%;max-width:172px;margin:0 auto 12px;display:block}.storeOnline{color:#cbd5e1;justify-content:center;align-items:center;gap:8px;font-size:.76rem;font-weight:750;display:flex}.storeOnline span{background:#2bd98b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 10px #2bd98be6}.futureNav{gap:5px;display:grid}.futureNav>a,.futureNavGroup summary,.futureSubmenu a{color:#aeb7c4;border:1px solid #0000;border-radius:11px;align-items:center;gap:12px;min-height:44px;padding:0 13px;text-decoration:none;transition:background .18s,border-color .18s,color .18s,transform .18s;display:flex}.futureNav a svg,.futureNavGroup summary svg,.futureSidebarFoot svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:19px;height:19px}.futureNav>a:hover,.futureSubmenu a:hover{color:#fff;background:#ffffff0e;transform:translate(2px)}.futureNav a.active{color:#fff;background:linear-gradient(110deg,#64748b6b,#4755692e);border-color:#cbd5e133;box-shadow:inset 3px 0 #d8dee7,0 8px 24px #00000029}.futureNavGroup{margin:1px 0}.futureNavGroup summary{cursor:pointer;color:#eef2f7;letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;font-size:.79rem;font-weight:850;list-style:none}.futureNavGroup summary::-webkit-details-marker{display:none}.navSummaryLabel{align-items:center;gap:12px;display:flex}.navChevron{color:#8993a1;font-size:1rem;transition:transform .18s}.futureNavGroup:not([open]) .navChevron{transform:rotate(-90deg)}.futureSubmenu{border-left:1px solid #94a3b833;gap:4px;margin:2px 0 6px 19px;padding-left:10px;display:grid}.futureSubmenu a{min-height:40px;font-size:.88rem}.futureSubmenu a svg{width:17px;height:17px}.futureSidebarFoot{border-top:1px solid #ffffff17;grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:9px;margin-top:auto;padding:14px 7px 0;display:grid}.partnerAvatar{color:#fff;background:linear-gradient(145deg,#4b5563,#242a32);border:1px solid #ffffff29;border-radius:10px;place-items:center;width:36px;height:36px;font-weight:900;display:grid}.futureSidebarFoot strong,.futureSidebarFoot small{display:block}.futureSidebarFoot strong{color:#f5f7fa;font-size:.78rem}.futureSidebarFoot small{color:#7f8996;margin-top:2px;font-size:.67rem}.futureSidebarFoot form{margin:0}.futureSidebarFoot button{color:#9da7b4;background:#ffffff08;border:1px solid #ffffff1a;border-radius:9px;place-items:center;width:36px;height:36px;padding:0;display:grid}.futureSidebarFoot button:hover{color:#fff;background:#ffffff14}@media (max-width:900px){.futureSidebar{padding:12px 14px}.futureBrand img{max-width:125px;margin-bottom:7px}.futureNav{align-items:flex-start;display:flex;overflow-x:auto}.futureNav>a,.futureNavGroup{flex:none}.futureNavGroup summary{min-height:44px}.futureSubmenu{margin-left:8px}.futureSidebarFoot{display:none}}.futureSidebar{scrollbar-width:thin;scrollbar-color:#4b5563 transparent;height:100dvh;overflow-y:auto}.futureSidebarFoot{z-index:3;background:linear-gradient(#15191feb,#15191f 24%);margin-top:18px;padding:14px 7px 4px;position:sticky;bottom:-1px}@media (max-height:760px) and (min-width:901px){.futureSidebar{padding-top:12px}.futureBrand{padding-bottom:10px}.futureBrand img{max-width:132px;margin-bottom:7px}.futureNav>a,.futureNavGroup summary{min-height:39px}.futureSubmenu a{min-height:36px}.futureSidebarFoot{margin-top:10px}}.futureSidebarFoot{grid-template-columns:36px minmax(0,1fr)}.futureSidebarFoot form{grid-column:1/-1}.futureSidebarFoot button{color:#c7ced8;justify-content:center;gap:8px;width:100%;height:38px;margin-top:3px;font-size:.78rem;font-weight:800;display:flex}.futureSidebarFoot button svg{width:17px;height:17px}.futureSidebar .futureSidebarFoot{margin-top:auto;padding-top:16px}.storeHubTop p:not(.eyebrow){color:var(--muted);margin:7px 0 0}.storeHubGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px;display:grid}.storeHubCard{border:1px solid var(--line);min-height:158px;color:var(--ink);background:#fff;border-radius:15px;grid-template-columns:50px minmax(0,1fr);gap:16px;padding:21px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.storeHubCard:not(.disabled):hover{border-color:#aab2bd;transform:translateY(-2px);box-shadow:0 12px 30px #17202a14}.storeHubIcon{color:#fff;background:linear-gradient(145deg,#4b5563,#242a32);border-radius:13px;place-items:center;width:50px;height:50px;display:grid}.storeHubIcon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.storeHubContent>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.storeHubContent h2{font-size:1.05rem}.storeHubContent span{color:#4b5563;white-space:nowrap;font-size:.78rem;font-weight:850}.storeHubContent p{color:var(--muted);margin:12px 0 15px;font-size:.88rem;line-height:1.5}.storeHubContent small{color:#08764a;font-weight:750}.storeHubCard.disabled{cursor:default;opacity:.62}.storeHubCard.disabled .storeHubIcon{background:#aeb5bf}@media (max-width:720px){.storeHubGrid{grid-template-columns:1fr;gap:11px;margin-top:20px}.storeHubCard{min-height:138px;padding:17px}}.catalogTopActions{align-items:center;gap:10px;display:flex}.backLink{color:#4b5563;font-size:.85rem;font-weight:800;text-decoration:none}.catalogTools{justify-content:space-between;align-items:center;gap:20px;margin:26px 0 18px;display:flex}.catalogTools form{gap:9px;width:min(100%,430px);display:flex}.catalogTools input{min-width:0;min-height:42px;font:inherit;border:1px solid #d9dde3;border-radius:9px;flex:1;padding:0 12px}.catalogTools button{color:#fff;background:var(--yellow-deep);border:0;border-radius:9px;min-height:42px;padding:0 14px;font-weight:850}.categoryList{gap:16px;margin-bottom:28px;display:grid}.categoryBlock{border:1px solid var(--line);background:#fff;border-radius:15px;overflow:visible}.categoryHead{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.categoryHead h2{margin:7px 0 3px;font-size:1.15rem}.categoryHead small{color:var(--muted)}.categoryStatus{color:#7a4d00;background:#fff1cc;border-radius:99px;padding:4px 8px;font-size:.69rem;font-weight:850;display:inline-block}.categoryStatus.active{color:#08764a;background:#dff8ed}.categoryToggle{color:#4b5563;background:#fff;border:1px solid #cfd4da;border-radius:8px;min-height:38px;padding:0 12px;font-weight:800}.categoryEmpty{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding:22px 20px;display:flex}.categoryEmpty p{margin:0}.categoryEmpty a{color:#374151;font-weight:850}.categoryProducts{display:grid}.catalogProductRow{border-bottom:1px solid #eef0f2;grid-template-columns:72px minmax(0,1fr) 130px 92px;align-items:center;gap:16px;padding:16px 20px;display:grid;position:relative}.catalogProductRow:last-child{border-bottom:0}.catalogProductImage{width:72px;height:72px;color:var(--muted);background:#f5f7f9;border:1px dashed #cfd4da;border-radius:10px;place-items:center;font-size:.72rem;font-weight:750;display:grid}.catalogProductTitle{align-items:center;gap:9px;display:flex}.catalogProductTitle h3{margin:0;font-size:.96rem}.catalogProductInfo p{color:var(--muted);margin:6px 0;font-size:.84rem}.catalogProductInfo small{color:var(--muted)}.catalogProductPrice{gap:4px;display:grid}.catalogProductPrice small{color:var(--muted);font-size:.72rem}.catalogProductPrice strong{font-size:.92rem}.catalogProductActions{gap:7px;display:grid}.catalogProductActions button,.catalogEdit summary{color:#374151;cursor:pointer;background:#fff;border:1px solid #cfd4da;border-radius:8px;justify-content:center;align-items:center;min-height:36px;padding:0 10px;font-size:.78rem;font-weight:850;text-decoration:none;display:flex}.catalogProductActions form{margin:0}.catalogProductActions form>button{width:100%}.catalogEdit>summary{list-style:none}.catalogEdit>summary::-webkit-details-marker{display:none}.catalogEdit[open]{position:static}.catalogEdit[open]>summary{color:#fff;background:#374151}.catalogEdit>.managementForm{z-index:5;background:#fff;border:1px solid #d9dde3;border-radius:12px;width:min(520px,100% - 36px);margin:0;padding:18px;position:absolute;top:62px;right:18px;box-shadow:0 18px 45px #17202a2e}.inline minder,.inlinehlweni{display:none}.inlineDelete{z-index:6;width:min(484px,100% - 72px);position:absolute;top:430px;right:36px}.inlineDelete .deleteButton{color:#9f1d20;background:#fff}.inlineDelete .deleteButton:hover{color:#fff}.newProductLayout{grid-template-columns:minmax(0,720px) 280px;align-items:start;gap:20px;margin-top:26px;display:grid}.productFormPanel{padding:26px}.formStep{align-items:center;gap:12px;display:flex}.formStep>span{color:#fff;background:var(--yellow-deep);border-radius:10px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.formStep strong,.formStep small{display:block}.formStep small{color:var(--muted);margin-top:3px}.formStep.second{border-top:1px solid var(--line);margin-top:8px;padding-top:20px}.productTips{position:sticky;top:24px}.productTips ul{color:var(--muted);gap:12px;margin:18px 0 0;padding-left:20px;font-size:.86rem;line-height:1.45;display:grid}@media (max-width:900px){.newProductLayout{grid-template-columns:1fr}.productTips{position:static}.catalogProductRow{grid-template-columns:64px minmax(0,1fr) 110px}.catalogProductActions{grid-column:2/-1;grid-template-columns:1fr 1fr}.catalogProductImage{width:64px;height:64px}}@media (max-width:680px){.catalogTopbar{flex-direction:column;align-items:flex-start}.catalogTopActions{justify-content:space-between;width:100%}.catalogTools{flex-direction:column;align-items:stretch}.catalogTools form{width:100%}.categoryHead{align-items:flex-start}.catalogProductRow{grid-template-columns:54px minmax(0,1fr);gap:12px;padding:14px}.catalogProductImage{width:54px;height:54px}.catalogProductPrice{grid-column:2}.catalogProductActions{grid-column:1/-1}.catalogEdit>.managementForm{width:calc(100% - 20px);top:125px;right:10px}.inlineDelete{width:calc(100% - 56px);top:493px;right:28px}}.categoryControls{justify-content:flex-end;align-items:center;gap:7px;display:flex}.categoryControls form{margin:0}.categoryOrder{gap:4px;display:flex}.categoryOrder button,.categoryMenu>summary{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #cfd4da;border-radius:8px;place-items:center;width:36px;height:36px;padding:0;font-weight:900;display:grid}.categoryOrder button:disabled{cursor:not-allowed;opacity:.35}.categoryMenu{position:relative}.categoryMenu>summary{letter-spacing:2px;list-style:none}.categoryMenu>summary::-webkit-details-marker{display:none}.categoryMenu[open]>summary{color:#fff;background:#374151}.categoryMenuPanel{z-index:10;background:#fff;border:1px solid #d9dde3;border-radius:11px;width:280px;padding:14px;position:absolute;top:43px;right:0;box-shadow:0 16px 38px #17202a2e}.categoryMenuPanel form{gap:8px;display:grid}.categoryMenuPanel form+form{border-top:1px solid #efc3c5;margin-top:14px;padding-top:14px}.categoryMenuPanel label{color:var(--ink);gap:6px;font-size:.78rem;font-weight:800;display:grid}.categoryMenuPanel input{width:100%;min-height:39px;font:inherit;border:1px solid #d9dde3;border-radius:8px;padding:0 10px}.categoryMenuPanel button{color:#fff;background:#374151;border:0;border-radius:8px;min-height:38px;font-weight:850}.categoryMenuPanel .categoryDeleteButton{color:#9f1d20;background:#fff;border:1px solid #cf3d43;width:100%}.categoryMenuPanel .categoryDeleteButton:hover{color:#fff;background:#b42329}@media (max-width:620px){.categoryHead{display:grid}.categoryControls{flex-wrap:wrap;justify-content:flex-start}.categoryMenuPanel{left:0;right:auto}}.inventoryPanel{margin-top:26px;padding:0;overflow:hidden}.inventoryIntro{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;display:flex}.inventoryIntro h2{margin-bottom:6px}.inventoryIntro p{color:var(--muted);margin:0;font-size:.86rem}.inventoryIntro>span{color:#4b5563;background:#eef1f4;border-radius:99px;padding:6px 10px;font-size:.75rem;font-weight:850}.inventoryList{display:grid}.inventoryRow{border-bottom:1px solid #eef0f2;grid-template-columns:minmax(0,1fr) 270px 135px;align-items:center;gap:18px;padding:17px 22px;display:grid}.inventoryRow:last-child{border-bottom:0}.inventoryRow h3{margin:4px 0 8px;font-size:.95rem}.inventoryRow>div>small{color:var(--muted)}.inventoryStatus{color:#374151;background:#e5e7eb;border-radius:99px;padding:5px 8px;font-size:.72rem;font-weight:850;display:inline-block}.inventoryStatus.unlimited{color:#08764a;background:#dff8ed}.inventoryStatus.soldout{color:#9f1d20;background:#fff0f0}.stockUpdateForm{grid-template-columns:110px 1fr;align-items:end;gap:8px;display:grid}.stockUpdateForm label{color:var(--muted);gap:5px;font-size:.72rem;font-weight:750;display:grid}.stockUpdateForm input{width:100%;min-height:39px;font:inherit;border:1px solid #d9dde3;border-radius:8px;padding:0 10px}.stockUpdateForm button,.soldOutButton{color:#374151;background:#fff;border:1px solid #cfd4da;border-radius:8px;min-height:39px;padding:0 11px;font-weight:850}.stockUpdateForm button:hover{color:#fff;background:#374151}.inventoryRow>form:last-child{margin:0}.soldOutButton{color:#9f1d20;border-color:#efc3c5;width:100%;font-size:.76rem}@media (max-width:820px){.inventoryRow{grid-template-columns:1fr 260px}.inventoryRow>form:last-child{grid-column:2}}@media (max-width:620px){.inventoryIntro{flex-direction:column;align-items:flex-start}.inventoryRow{grid-template-columns:1fr;padding:15px}.stockUpdateForm,.inventoryRow>form:last-child{grid-column:1}.stockUpdateForm{grid-template-columns:1fr 1fr}}.topbarActions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.secondaryLink{color:#344054;background:#fff;border:1px solid #cfd5dc;border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-weight:800;text-decoration:none;display:inline-flex}.productBuilder{gap:18px;max-width:1080px;display:grid}.builderSection{border:1px solid var(--line);background:#fff;border-radius:16px;padding:24px;box-shadow:0 8px 30px #141e2d09}.builderHeading{align-items:flex-start;gap:13px;margin-bottom:20px;display:flex}.builderHeading>span{color:#fff;background:#313c4f;border-radius:10px;flex:0 0 34px;place-items:center;height:34px;font-weight:900;display:grid}.builderHeading h2{margin:0 0 3px;font-size:1.14rem}.builderHeading p,.builderHint{color:var(--muted);margin:0;font-size:.88rem}.builderGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.builderGrid label,.stockField{color:var(--ink);gap:7px;font-size:.84rem;font-weight:800;display:grid}.builderGrid .wide{grid-column:1/-1}.builderGrid input,.builderGrid select,.builderGrid textarea,.stockField input,.choiceGroup input,.choiceGroup select{width:100%;min-height:45px;color:var(--ink);font:inherit;background:#fff;border:1px solid #d4d9e0;border-radius:10px;padding:10px 12px}.builderGrid textarea{resize:vertical}.productKind{gap:10px;margin-bottom:18px;display:flex}.productKind button,.groupToolbar button,.addOption{color:#344054;cursor:pointer;background:#fff;border:1px solid #cfd5dc;border-radius:10px;min-height:42px;padding:0 16px;font-weight:850}.productKind button.selected{color:#fff;background:#313c4f;border-color:#313c4f}.sizeBuilder{grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px;margin-top:14px;display:grid}.sizeBuilder label{color:var(--ink);gap:6px;font-size:.78rem;font-weight:800;display:grid}.sizeBuilder input{width:100%;min-width:0;min-height:43px;font:inherit;border:1px solid #d4d9e0;border-radius:9px;padding:0 10px}.stockField{max-width:360px;margin-top:18px}.stockField small{color:var(--muted);font-weight:500}.groupToolbar{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.groupToolbar button:hover,.addOption:hover{border-color:#313c4f}.builderEmpty{color:var(--muted);text-align:center;border:1px dashed #cfd5dc;border-radius:12px;padding:24px}.choiceGroup{background:#f9fafb;border:1px solid #dfe3e8;border-radius:13px;margin-top:14px;padding:18px}.choiceGroupTop{justify-content:space-between;align-items:center;gap:12px;margin-bottom:15px;display:flex}.choiceGroupTop button{color:#a1262b;cursor:pointer;background:0 0;border:0;font-weight:800}.requiredChoice{color:#344054;align-items:center;gap:9px;margin:14px 0;font-size:.84rem;font-weight:750;display:flex}.requiredChoice input{width:18px;height:18px;min-height:0}.optionList{border-top:1px solid #e2e5e9;gap:9px;padding-top:14px;display:grid}.optionRow{grid-template-columns:1fr 1.4fr 130px 40px;gap:8px;display:grid}.optionRow button{color:#a1262b;cursor:pointer;background:#fff;border:1px solid #efc3c5;border-radius:9px;font-size:1.25rem}.addOption{justify-self:start}.builderFinish{z-index:5;color:#fff;background:#202730;border:1px solid #4b5565;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:16px 20px;display:flex;position:sticky;bottom:12px;box-shadow:0 14px 35px #161e2a38}.builderFinish div{gap:2px;display:grid}.builderFinish small{color:#d1d7df}.builderFinish button{color:#202730;background:#fff;border:0;border-radius:10px;min-width:210px;min-height:45px;font-weight:900}.structureLayout{grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);gap:20px;display:grid}.structureForm,.structureTree{padding:24px}.structureForm>p:not(.eyebrow){color:var(--muted);line-height:1.55}.categoryTree{gap:12px;margin:20px 0;display:grid}.treeCategory{border:1px solid #e0e4e9;border-radius:11px;padding:15px}.treeCategory>div{justify-content:space-between;gap:10px;display:flex}.treeCategory span{color:#08764a;font-size:.75rem;font-weight:850}.treeCategory ul{color:#4b5563;margin:12px 0 0;padding-left:22px}.treeCategory p{color:var(--muted);margin:10px 0 0;font-size:.82rem}@media (max-width:900px){.sizeBuilder{grid-template-columns:repeat(3,1fr)}.optionRow{grid-template-columns:1fr 1fr}.optionRow button{min-height:42px}.structureLayout{grid-template-columns:1fr}}@media (max-width:620px){.topbarActions{width:100%}.topbarActions a{flex:1}.builderSection{padding:18px}.builderGrid,.sizeBuilder,.optionRow{grid-template-columns:1fr}.builderGrid .wide{grid-column:auto}.builderFinish{flex-direction:column;align-items:stretch;position:static}.builderFinish button{width:100%}.productKind button{flex:1}}.marketplace,.publicStore,.clubPage{color:#111827;background:#f4f6f8;min-height:100vh}.marketHeader{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #e1e5ea;grid-template-columns:240px minmax(260px,620px) auto;justify-content:space-between;align-items:center;gap:24px;min-height:82px;padding:10px max(24px,50vw - 610px);display:grid;position:sticky;top:0}.marketBrand{color:#18202b;align-items:center;gap:10px;text-decoration:none;display:flex}.marketBrand img{object-fit:contain;width:54px;height:54px}.marketBrand span{line-height:1;display:grid}.marketBrand strong{font-size:1rem}.marketBrand small{color:#667085;letter-spacing:.12em;text-transform:uppercase;margin-top:5px;font-size:.72rem}.marketSearch{background:#f7f8fa;border:1px solid #d8dde4;border-radius:13px;align-items:center;gap:8px;height:48px;padding:0 16px;display:flex}.marketSearch span{font-size:1.4rem}.marketSearch input{width:100%;font:inherit;background:0 0;border:0;outline:0}.marketHeader nav{justify-content:flex-end;align-items:center;gap:8px;display:flex}.marketHeader nav a,.marketHeader nav button{color:#344054;font:inherit;white-space:nowrap;background:0 0;border:0;padding:11px 14px;font-weight:800;text-decoration:none}.marketHeader nav form{margin:0}.marketHeader .marketLogin{color:#fff;background:#303b4e;border-radius:10px}.marketHero{grid-template-columns:minmax(0,1.5fr) minmax(300px,.6fr);gap:24px;max-width:1220px;margin:32px auto 20px;padding:0 24px;display:grid}.marketHero>div{color:#fff;background:radial-gradient(circle at 85% 20%,#ffffff24,#0000 24%),linear-gradient(135deg,#111923,#303b4e);border-radius:24px;min-height:350px;padding:48px}.marketHero h1{letter-spacing:-.055em;max-width:720px;margin:10px 0 14px;font-size:clamp(2.35rem,5vw,4.4rem);line-height:.98}.marketHero>div>p:not(.eyebrow){color:#d7dce3;max-width:610px;font-size:1.04rem;line-height:1.6}.heroActions{gap:10px;margin-top:30px;display:flex}.heroActions a{color:#17202b;background:#fff;border-radius:10px;padding:13px 19px;font-weight:900;text-decoration:none}.heroActions .heroClub{color:#fff;background:0 0;border:1px solid #6f7b8d}.marketHero aside{color:#fff;background:linear-gradient(155deg,#46536a,#1d2530);border-radius:24px;flex-direction:column;justify-content:flex-end;padding:30px;display:flex;box-shadow:inset 0 0 0 1px #ffffff14}.heroBadge,.clubStrip span,.clubHero>span{letter-spacing:.13em;border:1px solid #7d899b;border-radius:999px;align-self:flex-start;padding:6px 9px;font-size:.7rem;font-weight:900}.marketHero aside strong{margin-top:20px;font:800 1.65rem Georgia,serif}.marketHero aside p{color:#d6dbe2;line-height:1.5}.marketHero aside a{color:#fff;font-weight:850;text-decoration:none}.marketCategories{gap:10px;max-width:1220px;margin:0 auto;padding:12px 24px 25px;display:flex;overflow:auto}.marketCategories a{color:#344054;background:#fff;border:1px solid #dfe3e8;border-radius:999px;flex:none;padding:12px 17px;font-weight:750;text-decoration:none}.storesSection{max-width:1220px;margin:0 auto;padding:25px 24px 55px}.sectionTitle{justify-content:space-between;align-items:flex-end;margin-bottom:18px;display:flex}.sectionTitle h2{margin:4px 0 0;font-size:1.8rem}.sectionTitle>span{color:#667085}.storeGrid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.storeCard{background:#fff;border:1px solid #dfe3e8;border-radius:17px;transition:all .2s;overflow:hidden}.storeCard:hover{transform:translateY(-3px);box-shadow:0 14px 35px #19223014}.storeCover{background:linear-gradient(135deg,#e7eaee,#f8f9fa);place-items:center;height:125px;display:grid;position:relative}.storeCover>span{color:#394458;font-size:3.2rem;font-weight:950}.storeCover img{object-fit:cover;width:100%;height:100%}.storeCover b{color:#fff;letter-spacing:.08em;background:#242d3b;border-radius:999px;padding:6px 9px;font-size:.7rem;position:absolute;top:12px;right:12px}.storeInfo{padding:18px}.storeInfo>div{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.storeInfo h3{margin:0;font-size:1.08rem}.storeInfo p{color:#667085;min-height:42px;font-size:.86rem;line-height:1.45}.storeInfo small{color:#667085;margin-bottom:14px;display:block}.storeInfo>a{color:#303b4e;border-top:1px solid #eaedf0;justify-content:space-between;padding-top:13px;font-weight:900;text-decoration:none;display:flex}.storeCard.locked{background:#f9fafb}.storeOpen,.storeClosed{white-space:nowrap;font-size:.72rem;font-weight:850}.storeOpen{color:#08764a}.storeClosed{color:#a1262b}.marketEmpty{text-align:center;background:#fff;border:1px dashed #cfd5dc;border-radius:16px;padding:50px}.marketEmpty p{color:#667085}.clubStrip{color:#fff;background:#202833;border-radius:20px;justify-content:space-between;align-items:center;gap:30px;max-width:1172px;margin:0 auto 45px;padding:32px;display:flex}.clubStrip h2{margin:12px 0 4px;font:800 2rem Georgia,serif}.clubStrip p{color:#cdd3dc;margin:0}.clubStrip a{color:#202833;background:#fff;border-radius:10px;padding:13px 18px;font-weight:900;text-decoration:none}.marketFooter{text-align:center;color:#667085;background:#fff;border-top:1px solid #e0e4e9;padding:28px}.storeHeader{grid-template-columns:1fr auto 1fr;align-items:center;max-width:1220px;margin:auto;padding:14px 24px;display:grid}.storeHeader>a{color:#344054;font-weight:800;text-decoration:none}.storeHeader>a:last-child{text-align:right}.storeHeaderBrand{align-items:center;gap:8px;display:flex}.storeHeaderBrand img{width:44px;height:44px}.storeHero{color:#fff;background:linear-gradient(135deg,#1c2530,#3c485c);border-radius:20px;align-items:center;gap:20px;max-width:1172px;margin:10px auto 18px;padding:28px;display:flex}.storeAvatar{color:#253044;background:#fff;border-radius:18px;flex:0 0 94px;place-items:center;height:94px;font-size:2.8rem;font-weight:950;display:grid;overflow:hidden}.storeAvatar img{object-fit:cover;width:100%;height:100%}.storeHero h1{margin:5px 0;font-size:2.2rem}.storeHero p{color:#d7dce3;margin:5px 0}.storeWorkspace{grid-template-columns:minmax(0,1fr) 330px;gap:20px;max-width:1172px;margin:auto;padding-bottom:55px;display:grid}.menuColumn{min-width:0}.storeSearch input{width:100%;height:48px;font:inherit;background:#fff;border:1px solid #d9dee5;border-radius:12px;padding:0 16px}.categoryTabs{z-index:5;background:#f4f6f8;gap:8px;padding:14px 0;display:flex;position:sticky;top:0;overflow:auto}.categoryTabs a{color:#344054;background:#fff;border-radius:999px;flex:none;padding:10px 14px;font-weight:800;text-decoration:none}.menuCategory{margin-top:12px;scroll-margin-top:74px}.menuCategory h2{font-size:1.45rem}.menuProducts{grid-template-columns:1fr 1fr;gap:12px;display:grid}.menuProduct{background:#fff;border:1px solid #dde2e8;border-radius:15px;grid-template-columns:minmax(0,1fr) 115px;gap:14px;min-height:185px;padding:17px;display:grid}.menuProduct>div:first-child{flex-direction:column;align-items:flex-start;display:flex}.menuProduct span{color:#08764a;letter-spacing:.08em;font-size:.68rem;font-weight:950}.menuProduct h3{margin:8px 0 4px;font-size:1.02rem}.menuProduct p{color:#667085;margin:0 0 12px;font-size:.82rem;line-height:1.4}.menuProduct small{color:#667085;margin-top:auto}.menuProduct strong{margin-top:3px}.menuProduct a{color:#303b4e;margin-top:12px;font-size:.82rem;font-weight:900;text-decoration:none}.productPhoto{background:#eef1f4;border-radius:12px;place-items:center;display:grid;overflow:hidden}.productPhoto img{object-fit:cover;width:100%;height:100%}.productPhoto span{font-size:2.5rem}.menuProduct.soldOut{opacity:.66}.menuProduct.soldOut span{color:#a1262b}.cartPreview{background:#fff;border:1px solid #dce1e7;border-radius:17px;align-self:start;padding:24px;position:sticky;top:95px}.cartPreview h2{margin:5px 0}.cartPreview>p:not(.eyebrow){color:#667085;text-align:center}.cartIcon{text-align:center;padding:25px;font-size:2.8rem}.cartPreview>a{color:#fff;text-align:center;background:#303b4e;border-radius:9px;margin:12px 0;padding:12px;font-weight:900;text-decoration:none;display:block}.cartPreview>div:last-of-type{border-top:1px solid #e4e7eb;justify-content:space-between;padding:18px 0;display:flex}.cartPreview button{color:#98a2b3;background:#e9ecf0;border:0;border-radius:9px;width:100%;min-height:44px;font-weight:900}.vipGate{text-align:center;background:#f4f6f8;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:30px;display:flex}.vipGate img{width:130px}.vipGate>span{color:#fff;background:#303b4e;border-radius:999px;margin-top:24px;padding:6px 10px;font-size:.72rem;font-weight:900}.vipGate h1{max-width:600px;margin:18px 0 8px;font-size:2.5rem}.vipGate p{color:#667085;max-width:560px}.vipGate a{color:#fff;background:#303b4e;border-radius:10px;margin-top:15px;padding:13px 18px;font-weight:900;text-decoration:none}.vipGate .quietLink{color:#344054;background:0 0}.clubPage>header{justify-content:space-between;align-items:center;max-width:1120px;margin:auto;padding:15px 24px;display:flex}.clubPage>header img{width:64px;height:64px}.clubPage>header a{color:#344054;font-weight:850;text-decoration:none}.clubHero{color:#fff;text-align:center;background:radial-gradient(circle at 50% 0,#ffffff2e,#0000 28%),linear-gradient(145deg,#121923,#3e4b60);border-radius:26px;flex-direction:column;align-items:center;max-width:1080px;margin:15px auto 25px;padding:70px 30px;display:flex}.clubHero h1{max-width:780px;margin:20px 0 12px;font:800 clamp(2.6rem,6vw,5rem)/.98 Georgia,serif}.clubHero p{color:#d5dbe3;max-width:650px;font-size:1.05rem;line-height:1.6}.clubHero a{color:#202833;background:#fff;border-radius:10px;margin-top:20px;padding:14px 20px;font-weight:950;text-decoration:none}.clubBenefits{grid-template-columns:repeat(3,1fr);gap:15px;max-width:1080px;margin:auto;display:grid}.clubBenefits article{background:#fff;border:1px solid #dfe3e8;border-radius:16px;padding:25px}.clubBenefits b{color:#8993a2;font-size:.8rem}.clubBenefits h2{margin:20px 0 7px}.clubBenefits p{color:#667085;line-height:1.5}.clubHow{background:#e9edf2;border-radius:18px;max-width:1080px;margin:25px auto 50px;padding:35px}.clubHow h2{font-size:2rem}.clubHow ol{grid-template-columns:repeat(3,1fr);gap:15px;padding:0;list-style:none;display:grid}.clubHow li{align-items:center;gap:10px;font-weight:850;display:flex}.clubHow li span{color:#fff;background:#303b4e;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.customerArea{background:#f4f6f8;grid-template-columns:240px 1fr;min-height:100vh;display:grid}.customerArea>aside{background:#171e27;flex-direction:column;height:100vh;padding:22px;display:flex;position:sticky;top:0}.customerArea>aside img{background:#fff;border-radius:12px;width:150px;margin:0 auto 25px}.customerArea>aside nav{gap:6px;display:grid}.customerArea>aside a,.customerArea>aside button{color:#bdc5d0;font:inherit;text-align:left;background:0 0;border:0;border-radius:9px;padding:12px 14px;text-decoration:none}.customerArea>aside a.active{color:#fff;background:#303b4e}.customerArea>aside form{margin-top:auto}.customerArea>aside button{border:1px solid #394350;width:100%}.customerArea>section{padding:35px max(24px,50vw - 620px)}.customerArea>section>header{justify-content:space-between;align-items:center;display:flex}.customerArea>section>header h1{margin:5px 0;font-size:2.4rem}.customerArea>section>header a{color:#fff;background:#303b4e;border-radius:10px;padding:13px 17px;font-weight:900;text-decoration:none}.customerMetrics{grid-template-columns:repeat(3,1fr);gap:15px;margin:25px 0;display:grid}.customerMetrics article{background:#fff;border:1px solid #dfe3e8;border-radius:15px;gap:10px;padding:22px;display:grid}.customerMetrics span,.customerMetrics small{color:#667085}.customerMetrics strong{font-size:1.5rem}.joinClubCard{color:#fff;background:#202833;border-radius:17px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:28px;display:flex}.joinClubCard span{letter-spacing:.12em;font-size:.72rem;font-weight:900}.joinClubCard h2{margin:10px 0 4px}.joinClubCard p{color:#cdd3db;margin:0}.joinClubCard a{color:#202833;background:#fff;border-radius:9px;padding:12px 16px;font-weight:900;text-decoration:none}.customerPanel{background:#fff;border:1px solid #dfe3e8;border-radius:16px;padding:24px}.customerPanel h2{margin:4px 0 15px}.customerPanel ul{margin:0;padding:0;list-style:none}.customerPanel li{border-top:1px solid #e7eaee;grid-template-columns:1fr auto auto;gap:18px;padding:14px 0;display:grid}.emptyOrders{background:#f4f6f8;border-radius:12px;justify-content:space-between;align-items:center;padding:22px;display:flex}.emptyOrders a{color:#303b4e;font-weight:900}@media (max-width:900px){.marketHeader{grid-template-columns:1fr auto}.marketSearch{grid-area:2/1/auto/-1}.marketHero{grid-template-columns:1fr}.marketHero aside{min-height:240px}.storeGrid{grid-template-columns:1fr 1fr}.storeWorkspace{grid-template-columns:1fr;padding:0 20px 40px}.cartPreview{position:static}.customerArea{grid-template-columns:1fr}.customerArea>aside{height:auto;position:static}.customerArea>aside img{width:100px}.customerArea>aside nav{grid-template-columns:repeat(4,1fr)}.customerArea>aside form{margin-top:12px}}@media (max-width:620px){.marketHeader{gap:10px;padding:8px 15px}.marketBrand span,.marketHeader nav a:first-child{display:none}.marketHero{margin-top:18px;padding:0 14px}.marketHero>div{min-height:0;padding:30px 22px}.marketHero h1{font-size:2.65rem}.heroActions{flex-direction:column;align-items:stretch}.marketCategories,.storesSection{padding-left:14px;padding-right:14px}.storeGrid,.menuProducts,.clubBenefits,.clubHow ol,.customerMetrics{grid-template-columns:1fr}.clubStrip{flex-direction:column;align-items:stretch;margin:0 14px 30px}.storeHeaderBrand strong{display:none}.storeHero{margin:5px 14px 15px;padding:20px}.storeAvatar{flex-basis:70px;height:70px}.storeHero h1{font-size:1.65rem}.menuProduct{grid-template-columns:1fr 92px}.clubHero{margin:10px 14px 20px;padding:45px 20px}.clubBenefits,.clubHow{margin-left:14px;margin-right:14px}.customerArea>aside nav{grid-template-columns:1fr 1fr}.customerArea>section{padding:25px 15px}.customerArea>section>header,.joinClubCard,.emptyOrders{flex-direction:column;align-items:stretch}.customerPanel li{grid-template-columns:1fr auto}.customerPanel li b{grid-column:2}}.vipPage{background:#f4f6f8;min-height:100vh}.vipHeader{background:#fff;border-bottom:1px solid #e1e5ea;justify-content:space-between;align-items:center;min-height:82px;padding:10px max(24px,50vw - 610px);display:flex}.vipHeader nav,.vipHeader form{align-items:center;gap:8px;margin:0;display:flex}.vipHeader nav a,.vipHeader button{color:#344054;font:inherit;background:0 0;border:0;border-radius:9px;padding:11px 14px;font-weight:800;text-decoration:none}.vipHeader button{border:1px solid #d5dae1}.vipWelcome{color:#fff;background:linear-gradient(135deg,#171e27,#303b4e);border-radius:22px;justify-content:space-between;align-items:center;gap:30px;max-width:1220px;margin:28px auto 0;padding:42px;display:flex}.vipWelcome span,.vipCoupon>span{letter-spacing:.12em;font-size:.72rem;font-weight:900}.vipWelcome h1{max-width:720px;margin:12px 0 8px;font-size:2.6rem;line-height:1.05}.vipWelcome p{color:#d7dce3;margin:0}.vipWelcome>strong{border:1px solid #687385;border-radius:50%;place-items:center;width:112px;height:112px;font-size:1.8rem;display:grid;box-shadow:0 0 0 13px #ffffff0f}.vipCouponSection,.vipStores{max-width:1220px;margin:34px auto}.vipCoupons{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.vipCoupon{background:#fff;border:1px solid #dfe3e8;border-radius:16px;flex-direction:column;min-height:240px;padding:24px;display:flex;box-shadow:0 8px 30px #1922300d}.vipCoupon.systemCoupon{color:#fff;background:#303b4e;border-color:#303b4e}.vipCoupon>span{color:#667085}.vipCoupon.systemCoupon>span,.vipCoupon.systemCoupon p,.vipCoupon.systemCoupon small{color:#d5dbe4}.vipCoupon>strong{margin:18px 0 4px;font-size:2rem}.vipCoupon h3{margin:0 0 7px}.vipCoupon p{color:#667085;flex:1;margin:0}.vipCoupon>div{gap:7px;margin-top:20px;display:grid}.vipCoupon code,.storeCoupons code{width:max-content;font:inherit;letter-spacing:.08em;border:1px dashed #98a2b3;border-radius:7px;padding:6px 9px;font-weight:900}.vipCoupon small{color:#667085}.vipEmpty{background:#fff;border:1px dashed #b8c0cc;border-radius:15px;justify-content:space-between;gap:20px;padding:28px;display:flex}.vipEmpty span{color:#667085}.vipStoreCard{background:#fff}.storeCouponSection{padding-bottom:30px}.storeCoupons{color:#fff;background:#303b4e;border-radius:16px;margin:5px 0 28px;padding:22px}.storeCoupons h2{margin:4px 0 14px}.storeCoupons>div:last-child{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.storeCoupons article{color:#202833;background:#fff;border-radius:12px;flex-direction:column;gap:7px;padding:16px;display:flex}.storeCoupons article>span{letter-spacing:.1em;color:#667085;font-size:.68rem;font-weight:900}.storeCoupons article>strong{font-size:1.35rem}.storeCoupons article p{margin:0}.storeCoupons code{margin-top:5px}@media (max-width:900px){.vipWelcome,.vipCouponSection,.vipStores{margin-left:20px;margin-right:20px}.vipCoupons,.storeCoupons>div:last-child{grid-template-columns:1fr 1fr}}@media (max-width:620px){.vipHeader{padding:8px 14px}.vipWelcome{flex-direction:column;align-items:flex-start;margin:16px 14px 0;padding:28px 22px}.vipWelcome h1{font-size:2rem}.vipWelcome>strong{width:72px;height:72px;font-size:1.2rem}.vipCouponSection,.vipStores{margin:26px 14px}.vipCoupons,.storeCoupons>div:last-child{grid-template-columns:1fr}.vipEmpty{flex-direction:column}.vipHeader nav a{display:none}}.marketApp{color:#f5f7fa;background:#0f151b}.marketAppHeader{z-index:30;background:#151c23;border-bottom:1px solid #303a43;grid-template-columns:210px minmax(300px,560px) minmax(190px,auto) auto;align-items:center;gap:24px;min-height:74px;padding:8px max(28px,50vw - 720px);display:grid;position:sticky;top:0}.marketAppBrand{color:#fff;align-items:center;gap:11px;text-decoration:none;display:flex}.marketAppBrand img{object-fit:contain;width:62px;height:56px}.marketAppBrand span{line-height:.92;display:grid}.marketAppBrand strong,.marketAppBrand b{letter-spacing:.04em;font-size:1.08rem}.marketAppBrand b{font-size:1.45rem}.marketAppSearch{color:#3d4855;background:#f6f8fa;border-radius:10px;align-items:center;gap:10px;height:44px;padding:0 15px;display:flex}.marketAppSearch span{font-size:1.35rem}.marketAppSearch input{width:100%;font:inherit;background:0 0;border:0;outline:0}.marketLocation{white-space:nowrap;font-size:.82rem;font-weight:750}.marketLocation span{color:#18c989}.marketAppHeader nav,.marketAppHeader nav form{align-items:center;gap:5px;margin:0;display:flex}.marketAppHeader nav a,.marketAppHeader nav button{color:#fff;font:inherit;white-space:nowrap;background:0 0;border:0;border-radius:8px;padding:10px 11px;font-weight:800;text-decoration:none}.marketAppHeader nav .appSignup{color:#142019;background:#d9bc78}.marketAppBody{max-width:1440px;margin:auto;padding:10px 28px 0}.clubRibbon{background:linear-gradient(100deg,#080d11,#1a232b);border:1px solid #323c45;border-radius:10px;grid-template-columns:320px minmax(220px,1fr) auto auto;align-items:center;gap:25px;min-height:72px;padding:10px 18px;display:grid}.clubRibbonTitle{border-right:1px solid #17664e;align-items:center;gap:13px;padding-right:25px;display:flex}.clubRibbonTitle>span{font-size:2rem}.clubRibbonTitle strong{font-size:1.35rem}.clubRibbonTitle b{color:#19d292}.clubGreeting{display:grid}.clubGreeting small{color:#b9c2ca;margin-top:4px}.clubPerks{gap:7px;display:flex}.clubPerks span{white-space:nowrap;background:#10171d;border-radius:8px;padding:10px 12px;font-size:.74rem;font-weight:750}.clubRibbon>a{color:#18d394;white-space:nowrap;border:1px solid #18c88b;border-radius:8px;padding:11px 15px;font-size:.78rem;font-weight:900;text-decoration:none}.activeClubCard{background:radial-gradient(circle at 92% 20%,#d6bc781a,#0000 22%),linear-gradient(105deg,#11181e,#182128);border:1px solid #333e47;border-radius:11px;grid-template-columns:250px minmax(340px,1fr) auto 180px;align-items:center;gap:28px;min-height:132px;margin-top:8px;padding:10px 26px;display:grid}.memberCardMini{background:linear-gradient(145deg,#202a32,#0b1014);border:1px solid #4e4a3e;border-radius:13px;flex-direction:column;justify-content:center;width:220px;height:105px;padding:18px 24px;display:flex;transform:rotate(-2deg)}.memberCardMini span{color:#d6b968;font-size:1.3rem}.memberCardMini strong{letter-spacing:.16em;margin-top:8px}.memberCardMini small{color:#bdc4cb;letter-spacing:.18em;margin-top:4px;font-size:.58rem}.activeClubText{align-items:center;gap:16px;display:flex}.activeClubText>span{color:#fff;background:#15976c;border-radius:50%;flex:0 0 42px;place-items:center;height:42px;font-size:1.45rem;display:grid}.activeClubText h1{margin:0 0 6px;font-size:1.65rem}.activeClubText h1 b{color:#36dba1}.activeClubText p{color:#c3cbd2;margin:0;font-size:.86rem}.activeClubCard dl{margin:0;display:flex}.activeClubCard dl>div{border-left:1px solid #46515b;min-width:140px;padding:2px 24px}.activeClubCard dt{font-size:.68rem}.activeClubCard dd{color:#3ee0a6;margin:7px 0 0;font-size:1.35rem;font-weight:900}.activeClubCard>a{color:#171b1d;text-align:center;background:#dbbd79;border-radius:9px;padding:13px 17px;font-weight:900;text-decoration:none}.marketAppCategories{gap:9px;padding:14px 0;display:flex;overflow:auto}.marketAppCategories a{color:#e4e8ec;background:#151c22;border:1px solid #2e3942;border-radius:9px;flex:none;align-items:center;gap:8px;padding:10px 16px;font-size:.78rem;font-weight:750;text-decoration:none;display:flex}.marketAppCategories a.selected{color:#24dda3;border-color:#1ad49a}.marketAppCategories span{font-size:1rem}.couponShowcase{padding:2px 0 12px}.marketAppSectionTitle{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:12px;display:flex}.marketAppSectionTitle>div{align-items:baseline;gap:14px;display:flex}.marketAppSectionTitle h2{margin:0;font-size:1.3rem}.marketAppSectionTitle p{color:#abb5be;margin:0;font-size:.78rem}.marketAppSectionTitle>a{color:#25dca2;font-size:.8rem;font-weight:800;text-decoration:none}.marketAppSectionTitle>span{color:#aeb8c0;font-size:.8rem}.couponRail{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.appCoupon{background:#182129;border:1px solid #806f43;border-radius:10px;grid-template-columns:104px 1fr;min-height:110px;display:grid;position:relative;overflow:hidden}.couponArt{background:linear-gradient(135deg,#303b43,#111820);place-items:center;font-size:2.7rem;display:grid}.appCoupon>div:last-child{flex-direction:column;justify-content:center;padding:12px 15px;display:flex}.appCoupon small{color:#48dca9;letter-spacing:.1em;font-size:.6rem;font-weight:900}.appCoupon strong{color:#e3c77f;margin-top:5px;font-size:1.35rem}.appCoupon p{color:#d2d8dd;margin:2px 0;font-size:.72rem}.appCoupon code,.appCoupon a{color:#171c20;background:#dfc17a;border-radius:5px;width:max-content;margin-top:7px;padding:4px 7px;font:800 .68rem inherit;text-decoration:none}.lockedCoupon:after{content:"";pointer-events:none;background:#080c0f1f;position:absolute;inset:0}.memberCouponEmpty{color:#d9dfe4;background:#151c22;border:1px dashed #4b5862;border-radius:10px;grid-column:1/-1;gap:6px;padding:25px;display:grid}.memberCouponEmpty span{color:#9eabb5}.appStoresSection{padding:10px 0 20px}.appStoreGrid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.appStoreCard{background:#182128;border:1px solid #2e3941;border-radius:11px;transition:all .2s;overflow:hidden}.appStoreCard:hover{border-color:#4a5964;transform:translateY(-3px)}.appStoreImage{background:linear-gradient(135deg,#2a343d,#11181e);place-items:center;height:125px;display:grid;position:relative}.appStoreImage img{object-fit:cover;width:100%;height:100%}.appStoreImage>span{color:#25303a;background:#fff;border-radius:15px;place-items:center;width:70px;height:70px;font-size:2.2rem;font-weight:950;display:grid}.appStoreImage>b{color:#201b10;background:#dfc078;border-radius:6px;padding:5px 8px;font-size:.65rem;position:absolute;top:9px;right:9px}.appStoreImage>i{background:#070a0c8c;place-items:center;font-size:2rem;font-style:normal;display:grid;position:absolute;inset:0}.appStoreInfo{padding:13px}.appStoreInfo h3{margin:0;font-size:.95rem}.appStoreInfo p{color:#9facb6;height:34px;margin:5px 0;font-size:.72rem;line-height:1.35;overflow:hidden}.appStoreInfo small{color:#aab5bd;font-size:.67rem;display:block}.appStoreInfo small b{color:#20d096}.appStoreInfo small b.closedDot{color:#e15a60}.appStoreInfo>a{color:#fff;text-align:center;background:#139b6e;border-radius:8px;margin-top:11px;padding:9px;font-size:.75rem;font-weight:900;text-decoration:none;display:block}.appStoreCard.locked .appStoreInfo>a{color:#221d12;background:#dcbf7a}.appBenefits{color:#1a2229;background:#f4f6f7;grid-template-columns:repeat(4,1fr) 190px;align-items:center;margin:10px -28px 0;padding:20px 40px;display:grid}.appBenefits>div{border-right:1px solid #cfd5d9;align-items:center;gap:15px;padding:0 25px;display:flex}.appBenefits>div:nth-child(4){border:0}.appBenefits span{font-size:1.7rem}.appBenefits p{margin:0;display:grid}.appBenefits b{font-size:.78rem}.appBenefits small{color:#68737d;margin-top:3px;font-size:.67rem}.footerSignature{object-fit:contain;width:180px;height:64px}.marketApp+.marketFooter,.marketApp .marketFooter{color:#75818b;background:#11171d;border-color:#263039}.quickLogin{position:relative}.quickLogin summary{cursor:pointer;white-space:nowrap;padding:10px 11px;font-weight:800;list-style:none}.quickLogin summary::-webkit-details-marker{display:none}.quickLogin[open] form{z-index:40;background:#182128;border:1px solid #34414b;border-radius:11px;gap:9px;width:280px;padding:16px;display:grid;position:absolute;top:42px;right:0;box-shadow:0 18px 45px #00000059}.quickLogin label{color:#bec7ce;text-align:left;gap:4px;font-size:.7rem;display:grid}.quickLogin input{color:#fff;background:#11181e;border:1px solid #46535e;border-radius:7px;width:100%;min-height:39px;padding:0 10px}.quickLogin form button{color:#fff;background:#159b6e;border:0;border-radius:7px;min-height:39px;font-weight:850}.quickLogin form>a{color:#bdc6cd;text-align:center;font-size:.7rem}@media (max-width:1100px){.marketAppHeader{grid-template-columns:180px 1fr auto}.marketLocation{display:none}.clubRibbon{grid-template-columns:250px 1fr auto}.clubPerks{display:none}.activeClubCard{grid-template-columns:1fr auto}.memberCardMini{display:none}.activeClubCard>a{grid-column:2}.appStoreGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.marketAppHeader{grid-template-columns:1fr auto;gap:10px;padding:7px 14px}.marketAppBrand img{width:48px;height:45px}.marketAppBrand span{display:none}.marketAppSearch{grid-area:2/1/auto/-1}.marketAppHeader nav>a:first-child{display:none}.marketAppBody{padding:8px 13px 0}.clubRibbon{grid-template-columns:1fr auto;min-height:62px;padding:10px 13px}.clubRibbonTitle{border:0}.clubGreeting{display:none}.clubRibbonTitle strong{font-size:1rem}.activeClubCard{grid-template-columns:1fr;padding:20px}.activeClubText h1{font-size:1.25rem}.activeClubCard dl{justify-content:space-between}.activeClubCard dl>div{border:0;min-width:0;padding:0 15px 0 0}.activeClubCard>a{grid-column:auto}.marketAppSectionTitle{flex-direction:column;align-items:flex-start}.marketAppSectionTitle>div{flex-direction:column;align-items:flex-start;gap:3px}.couponRail{display:flex;overflow:auto}.appCoupon{flex:0 0 300px}.appStoreGrid{grid-template-columns:1fr 1fr}.appBenefits{grid-template-columns:1fr 1fr;margin-left:-13px;margin-right:-13px;padding:18px}.appBenefits>div{border:0;padding:12px}.footerSignature{grid-column:1/-1;justify-self:center}.marketAppCategories{padding:11px 0}}@media (max-width:480px){.clubRibbon>a{font-size:0}.clubRibbon>a:after{content:"VIP";font-size:.72rem}.appStoreGrid{grid-template-columns:1fr}.appStoreImage{height:150px}.appBenefits{grid-template-columns:1fr}.appBenefits>div{border-bottom:1px solid #d7dce0}.activeClubCard dl{flex-direction:column;gap:13px}.couponRail{margin-right:-13px}}.crownIcon{fill:none;stroke:#dfbf72;stroke-width:2.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:38px;height:32px}.crownIcon.small{width:29px;height:24px}.footerSignature{color:#26313a;letter-spacing:.05em;justify-items:center;gap:2px;font:italic 800 .78rem/1.05 Comic Sans MS,cursive;transform:rotate(-3deg);border:0!important;width:190px!important;height:auto!important;padding:0!important;display:grid!important}.footerSignature span{font-size:inherit!important}.footerSignature i{border-top:3px solid #168766;border-radius:50%;width:110px;height:6px;margin-top:3px;transform:rotate(-5deg)}@media (max-width:760px){.footerSignature{grid-column:1/-1;justify-self:center;margin-top:8px}}.settingsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.settingsCard{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:auto 1fr;gap:18px;padding:26px;display:grid}.settingsCard .settingsIcon{color:#fff;background:#354153;border-radius:13px;place-items:center;width:48px;height:48px;font-size:1.35rem;display:grid}.settingsCard h2{margin:4px 0 8px}.settingsCard p{color:var(--muted);margin:0;line-height:1.5}.settingsCard>a,.settingsCard>span:last-child{color:#fff;background:#354153;border-radius:9px;grid-column:2;width:max-content;margin-top:6px;padding:11px 15px;font-weight:850;text-decoration:none}.settingsCard.muted{background:#f7f8fa}.settingsCard.muted>span:last-child{color:#6f7884;background:#e7eaee}.linkWalletPage{background:#f2f4f7;min-height:100vh;padding:40px max(24px,50vw - 540px)}.linkWalletPage>header{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:24px;display:flex}.linkWalletPage h1{margin:5px 0;font-size:2.35rem}.linkWalletPage>header p{max-width:700px;color:var(--muted)}.linkWalletPage>header>a{color:#fff;background:#354153;border-radius:9px;padding:11px 15px;font-weight:850;text-decoration:none}.linkWalletLayout{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:22px;display:grid}.linkWalletForm,.linkWalletLayout>aside{border:1px solid var(--line);background:#fff;border-radius:18px;padding:28px}.linkWalletForm{gap:15px;display:grid}.linkWalletForm label{gap:7px;font-weight:750;display:grid}.linkWalletForm input{border:1px solid var(--line);min-height:46px;font:inherit;border-radius:9px;padding:0 13px}.linkWalletForm>button,.storeWalletPanel button{color:#fff;background:#354153;border:0;border-radius:9px;min-height:46px;font-weight:850}.linkWalletForm>button:disabled,.storeWalletPanel button:disabled{color:#7d8792;background:#e3e6ea}.walletStatus{background:#edf8f4;border-radius:11px;align-items:center;gap:12px;padding:14px;display:flex}.walletStatus>span{background:#19b77d;border-radius:50%;width:11px;height:11px;box-shadow:0 0 0 5px #19b77d1f}.walletStatus small,.walletStatus strong{display:block}.secureHint{color:#4e5a67;background:#f2f4f7;border-radius:9px;padding:13px;font-size:.85rem}.linkWalletLayout>aside ol{color:#56616d;gap:15px;padding-left:20px;line-height:1.45;display:grid}.storeWalletPanel{gap:16px;max-width:760px;display:grid}.storeWalletPanel form{margin:0}.storeWalletPanel small{color:var(--muted)}@media (max-width:760px){.quickLogin[open] form{width:auto;position:fixed;top:72px;left:13px;right:13px}.settingsGrid,.linkWalletLayout{grid-template-columns:1fr}.linkWalletPage{padding:24px 14px}.linkWalletPage>header{flex-direction:column}.settingsCard{grid-template-columns:auto 1fr}}
