:root{--bg:#0e0e0e;--panel:#151515;--panel2:#1b1b1b;--text:#f7f7f7;--muted:#a7a7a7;--orange:#ff7a00;--orange2:#ff9a1f;--red:#e53935;--line:#2a2a2a;--shadow:0 20px 60px rgba(0,0,0,.35)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}.container{width:min(1180px,calc(100% - 36px));margin:0 auto}.site-header{position:sticky;top:0;z-index:40;background:rgba(10,10,10,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06)}.header-row{height:72px;display:flex;align-items:center;gap:36px}.brand{display:inline-flex;flex-direction:column;line-height:.8;text-decoration:none;color:#fff;font-weight:900;letter-spacing:.7px;font-size:16px}.brand b{color:var(--orange);font-size:19px;margin-top:7px}.nav{margin-left:auto;display:flex;align-items:center;gap:26px}.nav a{color:#ddd;text-decoration:none;font-size:14px}.nav a:hover{color:#fff}.nav .admin-link{color:#777}.header-actions{display:flex;align-items:center;gap:8px}.cart-button,.icon-button{border:0;color:#fff;background:#202020;cursor:pointer}.cart-button{height:42px;border-radius:12px;padding:0 14px;display:flex;align-items:center;gap:8px;position:relative}.cart-button b{background:var(--red);width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:11px}.mobile-menu{display:none;width:42px;height:42px;border-radius:12px}.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 75% 35%,rgba(255,102,0,.12),transparent 30%),linear-gradient(180deg,#090909,#101010)}.hero-glow{position:absolute;width:500px;height:500px;background:rgba(255,82,0,.09);filter:blur(90px);right:5%;top:-180px;border-radius:50%}.hero-grid{min-height:465px;display:grid;grid-template-columns:1.05fr 1fr;align-items:center;position:relative}.hero-copy{padding:48px 0}.badge{display:inline-flex;gap:7px;align-items:center;padding:8px 11px;border-radius:20px;background:#1f1f1f;color:#eee;font-size:11px;font-weight:700;letter-spacing:.4px}.hero h1{font-size:clamp(44px,6vw,82px);line-height:.88;margin:24px 0 22px;font-weight:1000;letter-spacing:-3px;max-width:670px}.hero h1 strong{display:block;color:var(--orange);font-size:1.14em}.hero-copy p{font-size:18px;line-height:1.55;color:#d5d5d5;max-width:480px;margin:0 0 28px}.primary-button{height:50px;padding:0 22px;border:0;border-radius:9px;background:linear-gradient(135deg,var(--orange),#ff6200);color:#fff;text-decoration:none;font-weight:900;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;box-shadow:0 10px 28px rgba(255,104,0,.18)}.primary-button.red{background:linear-gradient(135deg,#e02a25,#b7110d)}.primary-button.wide{width:100%}.primary-button:disabled{filter:grayscale(1);opacity:.45;cursor:not-allowed}.hero-visual{height:430px;display:flex;align-items:center;justify-content:center;position:relative}.hero-visual:before{content:"";position:absolute;width:380px;height:380px;border:1px solid rgba(255,127,0,.16);border-radius:50%;box-shadow:0 0 100px rgba(255,106,0,.12)}.hero-visual img{width:min(510px,100%);aspect-ratio:1;object-fit:cover;border-radius:50%;mix-blend-mode:screen;filter:saturate(1.1) contrast(1.04);position:relative}.perks{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:20px 0 28px}.perks>div{display:flex;align-items:center;gap:13px;color:#fff}.perks svg{color:#ddd}.perks span{display:flex;flex-direction:column;gap:4px}.perks b{font-size:12px}.perks small{color:var(--muted)}.section{padding:44px 0}.section-dark{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0b0b0b}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.section-heading h2{font-size:23px;margin:0;display:flex;align-items:center;gap:7px}.section-heading h2 svg{color:var(--red)}.section-heading>a{color:#aaa;text-decoration:none;font-size:13px;display:flex;align-items:center;gap:5px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.popular-grid{grid-template-columns:repeat(4,1fr)}.product-card{background:linear-gradient(180deg,#191919,#121212);border:1px solid var(--line);border-radius:14px;overflow:hidden;min-width:0;transition:transform .18s,border-color .18s}.product-card:hover{transform:translateY(-3px);border-color:#3a3a3a}.product-image{display:block;position:relative;width:100%;height:190px;padding:0;border:0;background:#111;cursor:pointer}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.popular-badge{position:absolute;left:11px;top:11px;background:var(--red);color:#fff;padding:5px 8px;border-radius:7px;font-size:10px;font-weight:900}.product-info{padding:15px 15px 7px;cursor:pointer}.product-info h3{margin:0 0 7px;font-size:17px}.product-info p{color:#999;font-size:12px;line-height:1.45;min-height:35px;margin:0}.product-bottom{padding:10px 15px 15px;display:flex;align-items:center;justify-content:space-between}.product-bottom b{font-size:17px}.product-bottom button{width:36px;height:36px;border-radius:10px;border:0;background:var(--orange);color:#fff;display:grid;place-items:center;cursor:pointer}.catalog-heading,.search{align-items:center}.search{height:42px;border:1px solid var(--line);border-radius:11px;background:#171717;display:flex;gap:8px;padding:0 12px;width:min(330px,100%);color:#888}.search input{width:100%;background:transparent;border:0;outline:0;color:#fff}.filters{display:flex;gap:9px;overflow:auto;padding-bottom:16px}.filters button{white-space:nowrap;border:1px solid #2c2c2c;background:#171717;color:#bbb;border-radius:20px;padding:9px 14px;cursor:pointer;font-size:12px}.filters button.active{background:var(--orange);color:#fff;border-color:var(--orange);font-weight:800}.empty-state{padding:60px 20px;text-align:center;color:#777}.promo-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:16px}.delivery-card,.promo-card{min-height:230px;border:1px solid #3a2116;border-radius:16px;background:radial-gradient(circle at 72% 60%,rgba(255,66,0,.22),transparent 30%),linear-gradient(135deg,#1a1110,#100e0d);padding:30px;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.promo-card>div:first-child{position:relative;z-index:2}.promo-card>div>span{font-size:11px;color:#ffbb80;font-weight:800}.promo-card h2{font-size:37px;margin:7px 0 9px}.promo-card h2 strong{display:block;color:var(--red);font-size:20px}.promo-card p{color:#ccc}.neon-pizza{font-size:125px;filter:drop-shadow(0 0 20px rgba(255,76,0,.45));transform:rotate(-8deg)}.delivery-card{background:#151515;border-color:var(--line);justify-content:flex-start;gap:22px}.delivery-card>svg{width:46px;height:46px;color:var(--orange)}.delivery-card h3{margin:0 0 16px;font-size:17px}.delivery-card p{color:#aaa;margin:7px 0;font-size:13px}.about{background:linear-gradient(180deg,#0e0e0e,#15100d)}.about-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.eyebrow{color:var(--orange);font-size:12px;font-weight:900;letter-spacing:1.5px}.about h2{font-size:42px;line-height:1.03;margin:12px 0 18px}.about p{color:#aaa;line-height:1.7;max-width:560px}.about-facts{display:grid;gap:10px}.about-facts>div{padding:17px;border:1px solid var(--line);border-radius:13px;background:#151515;display:grid;grid-template-columns:42px 1fr;column-gap:12px}.about-facts svg{grid-row:1/3;color:var(--orange);align-self:center}.about-facts b{font-size:14px}.about-facts span{font-size:12px;color:#888;margin-top:4px}.site-footer{border-top:1px solid #242424;background:#090909;padding:0;color:#fff}.footer-competitor-shell{width:min(760px,calc(100% - 36px));margin:0 auto}.footer-delivery-section{padding:46px 0 38px;display:grid;gap:20px}.footer-delivery-section h2{margin:0 0 4px;text-align:center;font-size:30px;font-weight:500;letter-spacing:-.5px}.footer-info-row{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:18px;width:min(440px,100%);margin:0 auto}.footer-round-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:rgba(255,122,0,.13);color:var(--orange);border:1px solid rgba(255,122,0,.18)}.footer-info-copy>span,.footer-info-row>a{color:#e6e6e6;text-decoration:none;font-size:20px;line-height:1.35}.footer-info-row>a:hover{color:var(--orange)}.footer-info-copy{display:flex;flex-direction:column;gap:6px}.footer-info-copy small{font-size:14px;color:#848484;line-height:1.4}.footer-section{border-top:1px solid #242424;padding:34px 0}.footer-section>h3{margin:0 0 22px;text-align:center;font-size:18px;color:#cfcfcf;font-weight:800}.footer-apps-section{padding-top:32px}.app-store-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,220px));justify-content:center;gap:14px 18px}.app-store-buttons .app-badge{min-height:70px;border:1px solid #343434;border-radius:15px;background:#171717;color:#fff;text-decoration:none;display:flex;align-items:center;gap:12px;padding:12px 16px;transition:transform .18s,border-color .18s,background .18s}.app-store-buttons .app-badge:hover{transform:translateY(-2px);border-color:#555;background:#1c1c1c}.app-badge-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#ededed;color:#111;font-size:18px;font-weight:900;flex:0 0 auto}.app-badge>span:last-child{display:flex;flex-direction:column;min-width:0}.app-badge small{font-size:9px;color:#8d8d8d;line-height:1.1;letter-spacing:.2px}.app-badge b{font-size:18px;line-height:1.15;margin-top:3px;white-space:nowrap}.footer-legal-list{display:grid;gap:2px;padding:24px 0}.footer-large-link{min-height:70px;display:grid;grid-template-columns:48px 1fr;align-items:center;gap:14px;color:#b7b7b7;text-decoration:none;font-size:21px;border-radius:12px;padding:8px 16px;transition:background .15s,color .15s}.footer-large-link:hover{background:#141414;color:#fff}.footer-link-icon{width:44px;height:44px;display:grid;place-items:center;color:var(--orange)}.footer-admin-link{font-size:16px;opacity:.7}.footer-payment-options{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px 30px}.footer-payment{display:flex;align-items:center;gap:9px;color:#909090}.footer-payment svg{color:var(--orange)}.footer-payment b{font-size:14px;font-weight:700;color:#aaa}.footer-payment-sbp strong{width:42px;height:28px;border:1px solid rgba(255,122,0,.3);border-radius:7px;display:grid;place-items:center;color:var(--orange);font-size:13px}.footer-social-buttons{display:flex;justify-content:center;gap:16px}.footer-social-buttons a{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;text-decoration:none;background:#171717;border:1px solid #303030;color:#fff;transition:transform .18s,border-color .18s,background .18s}.footer-social-buttons a:hover{transform:translateY(-2px);border-color:var(--orange);background:#1d140d}.footer-social-buttons span{font-weight:900;font-size:15px;letter-spacing:-.4px}.footer-social-buttons a[aria-label=MAX] span{font-size:12px}.footer-bottom{border-top:1px solid #242424;margin:0;padding:24px 0 30px;display:grid;gap:8px;text-align:center}.footer-bottom p{margin:0;color:#666;font-size:11px;line-height:1.5}.footer-operator{max-width:650px;margin:0 auto!important}.legal-page{min-height:100vh;background:#0b0b0b;color:#fff;padding:44px 18px}.legal-shell{width:min(920px,100%);margin:0 auto}.legal-back{color:var(--orange,#ff7a00);text-decoration:none;font-size:14px}.legal-shell h1{font-size:clamp(30px,5vw,48px);margin:28px 0 18px}.legal-operator{padding:15px 17px;background:#151515;border:1px solid #2b2b2b;border-radius:12px;color:#bbb;line-height:1.55}.legal-text{margin-top:28px}.legal-text p{white-space:pre-line;color:#c8c8c8;line-height:1.75;margin:0 0 20px}.overlay{position:fixed;inset:0;z-index:80;background:rgba(0,0,0,.78);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);display:grid;place-items:center;padding:20px}.product-modal{position:relative;width:min(860px,100%);background:#121212;border:1px solid #343434;border-radius:20px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;box-shadow:var(--shadow)}.product-modal>img{width:100%;height:100%;min-height:460px;object-fit:cover}.product-modal-copy{padding:34px;align-self:center}.product-modal h2{font-size:30px;margin:0 0 9px}.product-modal p{color:#999;line-height:1.55;margin-bottom:26px}.product-modal label{color:#aaa;font-size:12px}.variant-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:10px 0 24px}.variant-grid button{border:1px solid #323232;background:#191919;color:#aaa;border-radius:10px;padding:11px 8px;cursor:pointer;display:flex;flex-direction:column;gap:5px}.variant-grid button.active{border-color:var(--orange);color:#fff;background:#24170c}.variant-grid b{color:#fff}.modal-close{position:absolute;right:14px;top:14px;width:38px;height:38px;border:1px solid #333;border-radius:50%;background:#171717;color:#fff;display:grid;place-items:center;cursor:pointer;z-index:3}.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.58);opacity:0;pointer-events:none;transition:.2s;z-index:60}.drawer-backdrop.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(460px,100%);z-index:70;background:#111;border-left:1px solid #292929;transform:translateX(100%);transition:.25s;display:flex;flex-direction:column}.cart-drawer.open{transform:none}.drawer-head{height:76px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.drawer-head h2{font-size:20px}.drawer-head button{background:transparent;border:0;color:#fff;cursor:pointer}.cart-scroll{flex:1 1;min-height:0;overflow-y:auto;overscroll-behavior:contain}.cart-items{padding:14px 18px;overflow:visible;flex:none}.cart-empty{text-align:center;color:#777;padding:70px 0}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid #252525;padding:12px 0}.cart-item img{width:70px;height:62px;object-fit:cover;border-radius:9px}.cart-item-main{display:flex;flex-direction:column;gap:5px}.cart-item-main b{font-size:13px}.cart-item-main small{color:#888}.cart-item-main strong{font-size:13px}.qty{display:flex;align-items:center;gap:7px}.qty button{width:26px;height:26px;border:1px solid #333;background:#1b1b1b;color:#fff;border-radius:50%;display:grid;place-items:center;cursor:pointer}.qty span{font-size:12px}.drawer-foot{border-top:1px solid var(--line);padding:18px}.checkout-total,.total{display:flex;align-items:center;justify-content:space-between;margin:0 0 16px}.checkout-total b,.total b{font-size:23px}.checkout{position:relative;width:min(670px,100%);background:#121212;border:1px solid #343434;border-radius:18px;padding:30px;box-shadow:var(--shadow);max-height:calc(100vh - 30px);overflow:auto}.checkout h2{margin:0 0 24px}.checkout label{display:flex;flex-direction:column;gap:7px;color:#aaa;font-size:12px;margin-bottom:14px}.checkout input,.checkout select,.checkout textarea{border:1px solid #323232;border-radius:10px;background:#1a1a1a;color:#fff;padding:12px 13px;outline:0}.checkout input:focus,.checkout select:focus,.checkout textarea:focus{border-color:#744119}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkout-total{border-top:1px solid #2a2a2a;padding-top:16px}.checkout-note{font-size:11px;line-height:1.45;color:#737373}.success-card{width:min(440px,100%);text-align:center;background:#151515;border:1px solid #343434;border-radius:20px;padding:40px}.success-card>svg{width:62px;height:62px;color:#44c077}.success-card p{color:#999;line-height:1.6}.success-card .primary-button{margin-top:10px}.admin-shell{min-height:100vh;background:#0b0b0b}.admin-topbar{height:70px;border-bottom:1px solid var(--line);display:flex;align-items:center}.admin-topbar .container{display:flex;align-items:center;justify-content:space-between}.admin-main{padding:32px 0 70px}.admin-card{background:#151515;border:1px solid var(--line);border-radius:15px;padding:20px}.login-card{width:min(440px,calc(100% - 36px));margin:10vh auto;background:#151515;border:1px solid var(--line);padding:30px;border-radius:17px}.login-card h1{margin-top:0}.login-card p{color:#888;line-height:1.55}.admin-form label,.login-card label{display:flex;flex-direction:column;gap:7px;margin:12px 0;color:#aaa;font-size:12px}.admin-form input,.admin-form select,.admin-form textarea,.login-card input{background:#101010;color:#fff;border:1px solid #333;border-radius:9px;padding:11px}.admin-tabs{display:flex;gap:8px;margin:0 0 20px;overflow:auto}.admin-tabs button{border:1px solid #303030;color:#aaa;background:#151515;border-radius:9px;padding:10px 14px;cursor:pointer;white-space:nowrap}.admin-tabs button.active{background:var(--orange);border-color:var(--orange);color:#fff}.admin-title{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.admin-title h1{font-size:27px;margin:0}.admin-table{width:100%;border-collapse:collapse}.admin-table td,.admin-table th{text-align:left;border-bottom:1px solid #2a2a2a;padding:12px 8px;font-size:13px}.admin-table th{color:#777;font-weight:500}.admin-table img{width:55px;height:42px;border-radius:7px;object-fit:cover}.pill{display:inline-flex;padding:5px 8px;border-radius:20px;font-size:10px;font-weight:800;background:#202020;color:#aaa}.pill.green{background:#173022;color:#65d58a}.pill.orange{background:#372311;color:#ffac5e}.admin-actions{display:flex;gap:6px}.small-button{border:1px solid #343434;background:#1b1b1b;color:#eee;border-radius:8px;padding:7px 9px;cursor:pointer}.small-button.danger{color:#ff7772}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.admin-form{position:relative}.admin-form h2{margin-top:0}.check-row{display:flex!important;flex-direction:row!important;align-items:center;gap:8px!important}.variant-editor{display:grid;grid-template-columns:1fr 1fr 1fr;gap:9px}.variant-editor label{margin:0}.notice{padding:14px;border:1px solid #533d1a;background:#251c0f;color:#f5c87f;border-radius:10px;font-size:12px;line-height:1.5;margin-bottom:18px}.order-card,.order-cards{display:grid;gap:10px}.order-card{border:1px solid #2d2d2d;background:#151515;border-radius:13px;padding:16px;grid-template-columns:1fr auto}.order-card h3{margin:0}.order-card p{color:#999;margin:6px 0;font-size:12px}.order-card strong{font-size:18px}.order-card select{background:#101010;color:#fff;border:1px solid #333;border-radius:8px;padding:8px}@media(max-width:900px){.nav{display:none;position:absolute;left:18px;right:18px;top:64px;background:#151515;border:1px solid #303030;border-radius:14px;padding:16px;flex-direction:column;align-items:stretch;gap:0}.nav.open{display:flex}.nav a{padding:11px}.mobile-menu{display:grid;place-items:center}.cart-button span{display:none}.hero-grid{grid-template-columns:1fr}.hero-copy{padding-bottom:10px}.hero-visual{height:320px}.hero-visual img{max-width:340px}.hero h1{max-width:650px}.perks{grid-template-columns:1fr 1fr 1fr}.popular-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.product-modal,.promo-grid{grid-template-columns:1fr}.product-modal{max-height:90vh;overflow:auto}.product-modal>img{min-height:0;height:300px}.admin-grid{grid-template-columns:1fr}}@media(max-width:620px){.container{width:min(100% - 24px,1180px)}.header-row{height:62px;gap:12px}.brand{font-size:12px}.brand b{font-size:15px}.hero-grid{min-height:0}.hero-copy{padding:42px 0 5px}.hero h1{font-size:49px;letter-spacing:-2px}.hero-copy p{font-size:15px}.hero-visual{height:265px}.hero-visual img{max-width:280px}.perks{grid-template-columns:1fr;padding-top:5px}.perks>div{border-top:1px solid #242424;padding-top:12px}.section{padding:34px 0}.section-heading{align-items:flex-start}.catalog-heading{flex-direction:column}.search{width:100%}.popular-grid,.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-image{height:132px}.product-info{padding:11px 11px 5px}.product-info h3{font-size:14px}.product-info p{font-size:10px;min-height:43px}.product-bottom{padding:8px 11px 11px}.product-bottom b{font-size:13px}.product-bottom button{width:31px;height:31px}.promo-card{padding:22px}.promo-card h2{font-size:30px}.neon-pizza{font-size:80px}.delivery-card{padding:22px}.about h2{font-size:32px}.footer-row{flex-direction:column;justify-content:center;padding:25px 0}.variant-grid{grid-template-columns:1fr}.product-modal-copy{padding:24px}.product-modal>img{height:230px}.form-grid{grid-template-columns:1fr}.checkout{padding:22px}.admin-title{align-items:flex-start;flex-direction:column}.admin-card{padding:12px;overflow:auto}.admin-table{min-width:720px}.order-card,.variant-editor{grid-template-columns:1fr}}.admin-top-actions{display:flex;gap:8px;align-items:center}.admin-top-actions a{display:inline-flex;align-items:center;gap:6px;text-decoration:none}.admin-tabs button{display:inline-flex;align-items:center;gap:7px}.admin-subtitle{margin:6px 0 0;color:#777;font-size:13px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.stat-card{background:#151515;border:1px solid var(--line);border-radius:14px;padding:18px}.stat-card span{display:block;color:#777;font-size:12px;margin-bottom:9px}.stat-card b{font-size:25px}.dashboard-grid{margin-top:16px}.quick-actions{display:flex;flex-wrap:wrap;gap:9px}.small-button.big{padding:12px 14px}.mini-order{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #292929;font-size:13px}.mini-order:last-child{border-bottom:0}.admin-table small,.muted{color:#777}.admin-table.compact{min-width:0}.category-icon{font-size:24px}.settings-stack{display:grid;gap:14px}.block-switches h2,.settings-stack .admin-card h2{margin:0 0 14px;font-size:18px}.toggle-row{display:flex!important;flex-direction:row!important;justify-content:space-between;align-items:center;gap:12px!important;margin:9px 0!important;padding:10px 0;border-bottom:1px solid #292929;cursor:pointer}.toggle-row:last-child{border-bottom:0}.toggle-row input{display:none}.toggle-row i{width:42px;height:23px;border-radius:20px;background:#303030;position:relative;flex:0 0 auto;transition:.2s}.toggle-row i:after{content:"";position:absolute;width:17px;height:17px;border-radius:50%;background:#888;left:3px;top:3px;transition:.2s}.toggle-row input:checked+i{background:var(--orange)}.toggle-row input:checked+i:after{left:22px;background:#fff}.color-row{display:grid;grid-template-columns:55px 1fr;gap:8px}.color-row input[type=color]{width:55px;height:42px;padding:2px;cursor:pointer}.hero-preview{height:210px;border:1px solid #333;border-radius:12px;overflow:hidden;background:#0d0d0d;margin-bottom:12px}.hero-preview img{width:100%;height:100%;object-fit:cover}.upload-button{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:7px!important;width:max-content;cursor:pointer;margin-top:8px!important}.image-edit-row{display:grid;grid-template-columns:150px 1fr;gap:16px;align-items:start}.image-edit-row>img{width:150px;height:120px;object-fit:cover;border-radius:12px;border:1px solid #333}.product-editor{width:min(760px,100%)}.variant-editor.vertical{display:grid;grid-template-columns:1fr;gap:8px}.variant-row{display:grid;grid-template-columns:1.2fr .8fr auto;gap:8px}.variant-row input{background:#101010;color:#fff;border:1px solid #333;border-radius:9px;padding:11px}.editor-checks{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:13px 0}.order-items{display:grid;gap:4px;margin-top:10px;color:#aaa;font-size:12px}.order-side{text-align:right}.order-side select{margin-top:8px}.promo-grid.single{grid-template-columns:1fr}.footer-links{display:flex;gap:14px;align-items:center}.footer-links a{color:#777;font-size:12px;text-decoration:none}.login-card code{color:#fff;background:#101010;padding:2px 5px;border-radius:4px}@media(max-width:900px){.stat-grid{grid-template-columns:1fr 1fr}.admin-top-actions a span{display:none}.editor-checks{grid-template-columns:1fr}}@media(max-width:620px){.stat-grid{grid-template-columns:1fr 1fr}.stat-card{padding:14px}.stat-card b{font-size:20px}.admin-top-actions .small-button{font-size:0;padding:8px}.admin-top-actions .small-button svg{margin:0}.image-edit-row{grid-template-columns:1fr}.image-edit-row>img{width:100%;height:180px}.variant-row{grid-template-columns:1fr .7fr auto}.footer-links{flex-wrap:wrap;justify-content:center}.admin-table.compact{min-width:520px}}.order-title-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.order-title-row h3{margin:0}.payment-pill{display:inline-flex;padding:5px 8px;border-radius:20px;font-size:10px;font-weight:900;border:1px solid #333;background:#202020;color:#aaa}.payment-pill.paid{background:#173022;color:#65d58a;border-color:#244b33}.payment-pill.pending{background:#342b12;color:#f3c765;border-color:#574719}.payment-pill.failed{background:#351817;color:#ff8c86;border-color:#572522}.payment-pill.refunded{background:#19283a;color:#8dbfff;border-color:#2b4562}.payment-meta{color:#c7a16f!important}.payment-result{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 20%,rgba(255,118,0,.12),transparent 34%),#0b0b0b}.payment-result-card{width:min(520px,100%);text-align:center;background:#151515;border:1px solid #343434;border-radius:20px;padding:42px;box-shadow:var(--shadow)}.payment-result-card svg{width:66px;height:66px;margin-bottom:8px}.payment-result-card.success-card svg{color:#44c077}.payment-result-card.fail-card svg{color:#e85b55}.payment-result-card h1{margin:8px 0 10px}.payment-result-card p{color:#999;line-height:1.65;margin:0 0 22px}.online-payment-only{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 16px;border:1px solid rgba(255,138,0,.45);background:rgba(255,138,0,.08);border-radius:14px;margin:4px 0 2px}.online-payment-only>div{display:flex;align-items:center;gap:12px}.online-payment-only span{display:flex;flex-direction:column;gap:3px}.online-payment-only small{color:#aaa;line-height:1.35}.online-payment-only svg{color:var(--orange);flex:0 0 auto}.order-side select:disabled{opacity:.6;cursor:not-allowed}.account-button{height:42px;border:1px solid #303030;background:#171717;color:#fff;border-radius:12px;padding:0 12px;display:flex;align-items:center;gap:7px;cursor:pointer}.account-button svg{color:var(--orange)}.account-button span{font-size:12px;font-weight:800}.loyalty-strip{border-bottom:1px solid var(--line);background:linear-gradient(90deg,rgba(255,122,0,.08),rgba(229,57,53,.04))}.loyalty-strip .container{min-height:66px;display:flex;justify-content:space-between;align-items:center;gap:14px;color:inherit;text-decoration:none;cursor:pointer}.loyalty-strip .container>div{display:flex;align-items:center;gap:12px}.loyalty-strip svg{color:var(--orange)}.loyalty-strip span{display:flex;flex-direction:column;gap:3px}.loyalty-strip b{font-size:13px}.loyalty-strip small{color:#8e8e8e}.discount-zone{border-top:1px solid var(--line);padding:14px 18px 0;display:grid;gap:10px;background:#0d0d0d}.discount-block{border:1px solid #2b2b2b;background:#151515;border-radius:12px;padding:12px}.discount-label{display:flex;align-items:center;gap:8px;margin-bottom:9px;font-size:12px}.discount-label svg{color:var(--orange)}.discount-input-row{display:grid;grid-template-columns:1fr auto auto;gap:6px}.discount-input-row input{min-width:0;border:1px solid #343434;background:#0d0d0d;color:#fff;border-radius:8px;padding:9px 10px;text-transform:uppercase}.discount-input-row button{border:1px solid #3b3b3b;background:#202020;color:#fff;border-radius:8px;padding:8px 10px;cursor:pointer;font-size:11px}.discount-input-row .scan-button{width:38px;padding:0;display:grid;place-items:center}.discount-ok,.discount-warn{margin-top:8px;font-size:11px;line-height:1.4;padding:8px 9px;border-radius:8px}.discount-ok{background:#14271b;color:#73d493;display:flex;align-items:center;gap:6px}.discount-ok button{margin-left:auto;background:transparent;border:0;color:inherit;cursor:pointer;font-size:18px}.discount-warn{background:#2b2110;color:#eabf6e}.points-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end;margin-top:10px}.points-row label{display:grid;grid-template-columns:auto 1fr;gap:6px;align-items:center;color:#999;font-size:11px}.points-row label input{grid-column:1/3;background:#0e0e0e;border:1px solid #343434;color:#fff;border-radius:8px;padding:8px}.points-row button{border:0;background:transparent;color:var(--orange);font-size:10px;cursor:pointer;padding:8px}.price-summary{display:grid;gap:7px;margin-bottom:14px}.price-summary>div{display:flex;justify-content:space-between;gap:14px;color:#999;font-size:12px}.price-summary>div b{color:#ddd}.price-summary .discount-line,.price-summary .discount-line b{color:#77ce92}.price-summary .price-total{border-top:1px solid #2c2c2c;padding-top:11px;margin-top:3px;align-items:center;color:#fff}.price-summary .price-total b{font-size:22px;color:#fff}.checkout-saving{padding:10px 12px;border-radius:10px;background:#16301f;border:1px solid #28513a;color:#8fe1a7;margin:-10px 0 16px;font-size:12px}.account-modal{position:relative;width:min(520px,100%);max-height:calc(100vh - 30px);overflow:auto;background:#121212;border:1px solid #343434;border-radius:20px;padding:28px;box-shadow:var(--shadow)}.account-head{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:20px}.account-head>div:first-child>span{font-size:10px;letter-spacing:1.5px;color:var(--orange);font-weight:900}.account-head h2{margin:5px 0 3px;font-size:28px}.account-head p{margin:0;color:#888;font-size:12px}.points-badge{min-width:112px;border:1px solid #4a351d;background:#21170d;border-radius:15px;padding:12px;text-align:center;display:grid;place-items:center}.points-badge svg{color:var(--orange)}.points-badge b{font-size:24px}.points-badge span{font-size:10px;color:#9d8a75}.qr-card{background:#fff;color:#111;border-radius:17px;padding:18px;text-align:center}.qr-card img{width:min(280px,100%);display:block;margin:0 auto}.qr-card code{font-size:17px;font-weight:900;letter-spacing:1px}.qr-card p{font-size:11px;color:#555;line-height:1.45;margin:8px 0 0}.account-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.account-stats>div{border:1px solid #2c2c2c;background:#171717;border-radius:11px;padding:12px;text-align:center}.account-stats span{display:block;color:#777;font-size:10px;margin-bottom:5px}.account-stats b{font-size:14px}.wide-button{width:100%;display:flex;align-items:center;justify-content:center;gap:7px;padding:10px}.account-auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#0d0d0d;padding:4px;border-radius:12px;margin-bottom:18px}.account-auth-tabs button{border:0;background:transparent;color:#777;border-radius:9px;padding:10px;cursor:pointer}.account-auth-tabs button.active{background:#242424;color:#fff;font-weight:800}.account-form label{display:flex;flex-direction:column;gap:7px;color:#aaa;font-size:12px;margin:12px 0}.account-form input{background:#0d0d0d;border:1px solid #343434;border-radius:9px;color:#fff;padding:11px}.account-hint{color:#777;font-size:11px;line-height:1.5}.compact-notice{margin:8px 0}.scanner-modal{position:relative;width:min(460px,100%);background:#131313;border:1px solid #363636;border-radius:18px;padding:24px;text-align:center}.scanner-modal>svg{color:var(--orange)}.scanner-modal video{width:100%;aspect-ratio:1.15;object-fit:cover;border-radius:12px;background:#050505;border:1px solid #333}.scanner-modal p{color:#888;font-size:12px;line-height:1.5}.stat-grid.six{grid-template-columns:repeat(6,1fr)}.admin-grid.three{grid-template-columns:repeat(3,1fr)}.promotion-list{display:grid;gap:12px}.promo-editor-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}.promo-editor-head>div{display:flex;flex-direction:column;gap:4px}.promo-editor-head span{color:#777;font-size:11px}.date-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.date-fields label{margin:0}.loyalty-explain{margin-top:12px;border:1px solid #2f2f2f;border-radius:11px;padding:12px;display:flex;align-items:flex-start;gap:10px;color:#888}.loyalty-explain svg{color:var(--orange);flex:0 0 auto}.loyalty-explain p{margin:0;font-size:12px;line-height:1.55}.customer-table code{white-space:nowrap;color:#ffba73}.payment-pill.loyalty{background:#2e2113;color:#ffbc77;border-color:#52381c}.order-discounts{display:grid;gap:4px;margin-top:10px;padding-top:9px;border-top:1px dashed #333;color:#7fcb95;font-size:11px}.order-side{display:flex;flex-direction:column;align-items:flex-end}.order-side small{color:#777;margin-bottom:2px}@media(max-width:1050px){.stat-grid.six{grid-template-columns:repeat(3,1fr)}.admin-grid.three{grid-template-columns:1fr 1fr}}@media(max-width:620px){.account-button span{display:none}.account-button{width:42px;padding:0;justify-content:center}.loyalty-strip .container{padding:10px 0}.loyalty-strip small{font-size:10px}.discount-input-row{grid-template-columns:1fr auto}.discount-input-row .scan-button{grid-column:2}.points-row{grid-template-columns:1fr}.account-modal{padding:20px}.account-head{align-items:flex-start}.points-badge{min-width:90px}.account-stats{grid-template-columns:1fr 1fr 1fr}.stat-grid.six{grid-template-columns:1fr 1fr}.admin-grid.three,.date-fields{grid-template-columns:1fr}.customer-table{min-width:900px}}.club-page{padding:32px 0 64px;min-height:100vh;background:#f5f5f5;color:#171717}.club-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:32px 0}.club-heading h1{font-size:clamp(28px,5vw,46px);line-height:1.15}.club-heading p{font-size:14px;font-weight:800;letter-spacing:.1em}.club-columns{display:grid;grid-template-columns:minmax(280px,.8fr) 1.2fr;gap:24px;align-items:start}.club-card{background:#151515;color:white;padding:32px;border-radius:24px;display:flex;flex-direction:column;align-items:start;gap:16px;border-top:6px solid #ff6b00}.club-identity{display:flex;align-items:center;gap:16px}.club-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover}.club-initial{display:grid;place-items:center;background:#ff6b00;font-size:32px;font-weight:900}.club-balance{font-size:48px;line-height:1.1}.club-qr{width:176px;height:176px;border:10px solid white;border-radius:12px}.club-login,.club-panel{padding:28px;background:white;border:1px solid #dedede;border-radius:20px;margin-bottom:24px}.club-panel h2{margin-bottom:20px}.club-panel h3{font-size:18px}.club-login{max-width:480px;margin:40px auto}.club-page input,.club-page textarea{font-size:16px;max-width:100%}.club-page small{font-size:14px}.club-upload{margin-top:28px;border-top:1px solid #ddd;padding-top:24px}.club-album{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:20px 0}.club-album img{width:100%;height:200px;object-fit:cover;border-radius:12px}.club-album figure{margin:0;overflow:hidden}.club-album figcaption{overflow-wrap:anywhere;margin:8px 0}.club-history article{display:flex;gap:20px;justify-content:space-between;padding:18px 0;border-bottom:1px solid #eee}.club-history p{font-size:14px;color:#666;margin-top:6px}.club-history strong{text-align:right;white-space:nowrap}.club-history small{display:block;font-weight:400}.club-message{margin:12px 0;white-space:pre-wrap}.club-admin-editor{padding:24px;background:#fff;border:1px solid #ddd;border-radius:16px;margin-top:20px}.club-admin-editor label{display:block;margin:12px 0}.club-admin-editor input{display:block;width:100%;padding:12px}.club-admin-editor .club-album{grid-template-columns:repeat(3,1fr)}@media(max-width:720px){.club-columns{grid-template-columns:1fr}.club-album{grid-template-columns:repeat(2,minmax(0,1fr))}.club-heading{align-items:flex-start}.club-card,.club-panel{padding:20px}.club-history article{flex-wrap:wrap}.club-history strong{text-align:left}.club-album img{height:150px}}.yandex-login-button{display:flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:12px 20px;border-radius:12px;background:#1c1c1c;color:#fff;font-family:Arial,sans-serif;font-size:16px;font-weight:600;text-decoration:none}.yandex-login-button:hover{background:#333}.yandex-login-button:focus-visible{outline:3px solid #ff6b00;outline-offset:3px}.yandex-letter{font-size:25px;font-weight:400;line-height:1}.club-page{background:radial-gradient(ellipse at 10% 0,rgba(255,122,0,.08),transparent 40%),var(--bg);color:var(--text)}.club-topbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:12px 0 24px;border-bottom:1px solid var(--line)}.club-heading p{color:var(--orange)}.club-heading h1{letter-spacing:-1px}.club-card{border:1px solid var(--line);border-top:4px solid var(--orange);background:linear-gradient(145deg,#241b13,var(--panel) 55%)}.club-card p{color:var(--muted);line-height:1.6;margin:0}.club-card code{color:var(--orange);font-size:15px}.club-initial{background:var(--orange)}.club-login,.club-panel{background:var(--panel);border-color:var(--line)}.club-panel h2{font-size:24px;letter-spacing:-.5px}.club-page small,.club-panel p{color:var(--muted);line-height:1.6}.club-page textarea{background:var(--bg);border:1px solid #343434;color:var(--text);padding:14px;border-radius:12px;resize:vertical;min-height:110px}.club-page input:focus,.club-page textarea:focus{outline:2px solid var(--orange);outline-offset:2px}.club-page .primary-button{margin-top:12px}.club-history article,.club-upload{border-color:var(--line)}.club-history p{color:var(--muted)}.club-balance{color:var(--orange)}.club-post-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.club-post-tabs [aria-pressed=true]{border-color:var(--orange);color:var(--orange)}.club-post{border:1px solid var(--line);border-radius:14px;padding:20px;margin-top:16px;overflow-wrap:anywhere}.club-post-meta{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.club-post-meta time{color:var(--muted);font-size:12px}.club-post-text{white-space:pre-wrap;line-height:1.7;overflow-wrap:anywhere}.club-empty{padding:24px;border:1px dashed #414141;border-radius:14px;color:var(--muted);line-height:1.6}.club-columns>*,.club-identity>div{min-width:0}.club-identity{overflow-wrap:anywhere}.club-avatar{flex-shrink:0}.club-page .account-form input{width:100%;min-width:0}.club-page .club-history{max-height:500px;overflow:auto}.discount-input-row{grid-template-columns:1fr auto}@media(max-width:720px){.club-heading h1{font-size:30px}.club-balance{font-size:42px}.club-heading{gap:12px}.club-post{padding:16px}.club-page .form-grid{grid-template-columns:1fr}.club-topbar .brand{font-size:13px}.club-topbar .brand b{font-size:16px}}.classic-profile{padding-top:16px}.profile-breadcrumb{display:flex;gap:12px;align-items:center;padding:20px 0;color:var(--muted);font-size:12px}.profile-breadcrumb span{color:#555}.profile-layout{display:grid;grid-template-columns:minmax(240px,.75fr) minmax(0,1.55fr);gap:22px;align-items:start}.profile-card,.profile-section{background:var(--panel);border:1px solid var(--line);border-radius:6px;overflow:hidden}.profile-section{margin:0 0 16px}.profile-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--panel2);border-bottom:1px solid var(--line);margin:0;padding:12px 16px;font-size:14px;font-weight:700;line-height:1.4}.profile-section-title h2{font-size:14px!important;letter-spacing:0!important;margin:0!important}.profile-section-title span{color:var(--muted);font-size:12px;font-weight:400}.profile-card-body{padding:20px}.profile-portrait{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:4px;background:#242424}.profile-initial{display:grid;place-items:center;background:linear-gradient(145deg,#352416,#201c18);color:var(--orange);font-size:80px;font-weight:800}.profile-card-name{font-size:23px;line-height:1.25;margin:18px 0 7px;overflow-wrap:anywhere}.profile-phone{font-size:14px;color:var(--muted);margin:0 0 20px}.profile-bonus{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;display:flex;flex-direction:column;gap:8px}.profile-bonus span{font-size:13px;color:var(--muted)}.profile-bonus strong{font-size:36px;line-height:1.1;color:var(--orange);overflow-wrap:anywhere}.profile-order-count{display:flex;justify-content:space-between;align-items:center;font-size:14px;padding:18px 0;color:var(--muted)}.profile-order-count b{color:var(--text)}.profile-orders-button{width:100%;justify-content:center;min-height:42px}.profile-main{min-width:0;scroll-margin-top:20px}.profile-main:focus{outline:none}.profile-namebar{display:flex;align-items:baseline;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);padding:5px 0 15px}.profile-namebar h1{font-size:26px;line-height:1.2;margin:0;overflow-wrap:anywhere}.profile-namebar>span{font-size:12px;color:var(--muted);white-space:nowrap}.profile-tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);margin:0 0 16px;padding-top:8px}.profile-tabs button{background:transparent;border:0;border-bottom:2px solid transparent;color:var(--muted);padding:13px 16px;cursor:pointer;font-size:13px}.profile-tabs button[aria-current=page]{color:var(--orange);border-bottom-color:var(--orange)}.profile-tabs button span{margin-left:6px;color:var(--muted)}.profile-section-body{padding:18px}.profile-facts{display:grid;grid-template-columns:120px minmax(0,1fr);gap:13px 16px;margin:0;font-size:14px;line-height:1.6}.profile-facts dt{color:var(--muted)}.profile-facts dd{margin:0;overflow-wrap:anywhere}.profile-about{white-space:pre-wrap}.profile-text-button{border:0;background:transparent;color:var(--orange);padding:3px 0;cursor:pointer;font-size:12px;font-weight:400}.profile-text-button:disabled{opacity:.5;cursor:default}.profile-editor{border-top:1px solid var(--line);margin-top:20px;padding-top:10px}.profile-editor .account-form{margin:0}.profile-photo-form{border-top:1px solid var(--line);padding-top:18px;margin-top:22px!important}.profile-photo-form h3{font-size:15px;margin:0}.profile-form-actions{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.profile-muted{color:var(--muted);font-size:13px;line-height:1.6;margin:0 0 12px}.profile-photo-strip{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;margin-bottom:8px}.profile-photo-strip figure{margin:0;width:116px;flex:0 0 116px}.profile-photo-strip img{width:116px;height:100px;object-fit:cover;border-radius:3px}.profile-photo-strip figcaption{font-size:11px;color:var(--muted);overflow-wrap:anywhere;padding-top:6px}.profile-photo-tools summary{font-size:12px;color:var(--orange);cursor:pointer;min-height:28px;line-height:28px}.profile-photo-tools .account-form{max-width:100%}.profile-photo-tools .account-form button{margin:12px 0}.profile-photo-manage>div{display:flex;align-items:center;gap:10px;padding:10px 0;border-top:1px solid var(--line)}.profile-photo-manage img{width:44px;height:44px;object-fit:cover}.profile-photo-manage span{flex:1 1;min-width:0;overflow-wrap:anywhere;font-size:12px}.profile-feedback{padding:12px 16px;font-size:13px;border:1px solid var(--line);border-radius:4px;line-height:1.5;color:var(--orange);overflow-wrap:anywhere}.classic-profile .club-posts{padding:0;border-radius:6px;margin:0;border-color:var(--line)}.classic-profile .club-posts>.account-form{margin:0;padding:2px 18px 18px;border-bottom:1px solid var(--line)}.classic-profile .club-posts>.account-form small{font-size:12px}.classic-profile .club-posts>.account-form textarea{min-height:90px;border-radius:4px}.classic-profile .club-posts>p[role=status]:empty{display:none}.classic-profile .club-posts>p[role=status]{padding:0 18px;font-size:13px}.classic-profile .club-post-tabs{padding:0 18px;margin:14px 0;gap:6px}.classic-profile .club-post-tabs button{font-size:12px}.classic-profile .club-post{border:0;border-top:1px solid var(--line);border-radius:0;margin:0;padding:18px}.classic-profile .club-post-meta{font-size:13px}.classic-profile .club-post-text{font-size:14px;color:var(--text)}.classic-profile .club-post small{font-size:11px}.classic-profile .club-empty{border:0;border-radius:0;padding:20px 18px;font-size:13px}.classic-profile .primary-button{font-size:13px;min-height:40px;border-radius:5px}.classic-profile .small-button{border-radius:5px}.classic-profile .account-form input{border-radius:4px}.classic-profile a:focus-visible,.classic-profile button:focus-visible,.classic-profile summary:focus-visible{outline:2px solid var(--orange);outline-offset:3px}.profile-order{padding:20px 18px;border-bottom:1px solid var(--line)}.profile-order:last-child{border-bottom:0}.profile-order footer,.profile-order header{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}.profile-order h3{font-size:16px;margin:0 0 7px}.profile-order time{font-size:12px;color:var(--muted)}.profile-order-status{font-size:12px;padding:5px 9px;background:#252525;border-radius:4px;color:var(--orange)}.profile-order-status.status-cancelled{color:#aaa}.profile-order-status.status-completed{color:#8bd5a0}.profile-order ul{padding:0;list-style:none;margin:18px 0}.profile-order li{display:flex;justify-content:space-between;gap:12px;font-size:13px;padding:8px 0}.profile-order li>span{min-width:0;overflow-wrap:anywhere}.profile-order li b{white-space:nowrap;font-weight:400}.profile-order li small{display:block;font-size:12px;color:var(--muted)}.profile-order footer{border-top:1px solid var(--line);padding:14px 0;font-size:12px;color:var(--muted)}.profile-order footer strong{font-size:20px;color:var(--text)}@media(max-width:760px){.profile-layout{grid-template-columns:1fr;gap:22px}.profile-card-body{display:grid;grid-template-columns:96px minmax(0,1fr);gap:8px 16px;padding:16px}.profile-portrait{grid-column:1;grid-row:1/3;width:96px;height:96px;aspect-ratio:auto}.profile-initial{font-size:46px}.profile-card-name{grid-column:2;margin:6px 0 0;font-size:21px;align-self:end}.profile-phone{grid-column:2;margin:0;font-size:13px}.profile-bonus{grid-column:1/-1;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 0;margin-top:8px}.profile-bonus strong{font-size:30px}.profile-order-count{grid-column:1/-1;padding:8px 0}.profile-orders-button{grid-column:1/-1}.profile-namebar h1{font-size:22px}.profile-namebar>span{display:none}.profile-facts{grid-template-columns:94px minmax(0,1fr);gap:12px;font-size:13px}.profile-section-body{padding:16px}.profile-section-title{padding:11px 16px}.classic-profile .club-posts .profile-section-title>span{max-width:150px;text-align:right;font-size:11px}.profile-breadcrumb{font-size:11px;gap:8px}.profile-photo-strip figure{width:96px;flex-basis:96px}.profile-photo-strip img{width:96px;height:88px}.classic-profile .profile-tabs button{min-height:44px}.classic-profile .form-grid{grid-template-columns:1fr}}.social-compose{padding:16px;border-bottom:1px solid var(--line)}.social-compose>textarea{width:100%;display:block;border:1px solid #343434;background:var(--bg);color:var(--text);padding:12px;border-radius:6px;resize:vertical;font:inherit;min-height:88px}.social-compose-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.social-compose-actions .primary-button{display:flex;gap:8px;align-items:center;margin:0;padding:10px 16px}.social-attach{position:relative;display:flex;gap:7px;align-items:center;color:var(--orange);cursor:pointer;font-size:12px}.social-attach input{position:absolute;inset:0;width:100%;opacity:0;cursor:pointer}.social-attach:focus-within{outline:2px solid var(--orange);outline-offset:4px}.social-attachment-preview{display:block;max-width:200px;max-height:160px;object-fit:contain;margin-top:12px}.social-post{font-size:14px;overflow-wrap:anywhere}.social-author{display:flex;align-items:center;gap:9px}.social-author img{width:34px;height:34px;border-radius:50%;object-fit:cover}.social-author a,.social-comment a{color:var(--orange);text-decoration:none;font-weight:700;font-size:13px}.social-author time{display:block;color:var(--muted);font-size:11px;margin-top:5px}.social-post-image{display:block;width:100%;max-height:440px;object-fit:contain;background:#101010;border-radius:5px;margin:12px 0}.social-reactions{display:flex;gap:16px;padding:10px 0 0}.home-club-arrows button,.social-comments form button,.social-reactions button{display:flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--muted);cursor:pointer;min-height:34px;font-size:13px}.social-reactions [aria-pressed=true]{color:var(--orange)}.social-comments{border-top:1px solid var(--line);padding-top:12px;margin-top:10px}.social-comment{font-size:13px;border-bottom:1px solid var(--line);padding:8px 0}.social-comment p{white-space:pre-wrap;overflow-wrap:anywhere;margin:6px 0}.social-comments form{display:flex;gap:5px;margin-top:12px}.social-comments input,.social-search input{min-width:0;flex:1 1;width:100%;border:1px solid var(--line);background:var(--bg);color:var(--text);padding:9px;border-radius:4px}.social-error{color:#ffa098!important;font-size:12px}.profile-tabs{flex-wrap:wrap}.social-counter{display:inline-block;background:var(--orange);color:#111!important;border-radius:10px;padding:2px 6px;margin-left:5px;font-size:11px}.social-privacy{border:1px solid var(--line);padding:12px;margin:18px 0}.social-privacy legend{font-size:13px}.social-privacy p{font-size:12px;color:var(--muted);line-height:1.6}.social-privacy label{flex-direction:row;align-items:center;font-size:13px}.club-page .social-privacy input{width:18px;height:18px;accent-color:var(--orange);flex-shrink:0}.social-search{display:flex;align-items:center;gap:8px}.social-search button{border:0;border-radius:4px;padding:9px;background:var(--orange);color:#111;cursor:pointer}.social-member{justify-content:space-between;border-bottom:1px solid var(--line);padding:14px 0}.social-member,.social-member-name{display:flex;gap:12px;align-items:center}.social-member-name{color:var(--text);text-decoration:none;min-width:0;overflow-wrap:anywhere}.social-member-initial,.social-member-name img{width:42px;height:42px;object-fit:cover;border-radius:5px;flex-shrink:0}.social-member-initial{display:grid;place-items:center;background:#352416;color:var(--orange)}.social-member-actions{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end}.social-member-actions small{font-size:11px}.social-member-buttons{display:flex;flex-direction:column;gap:12px;margin-top:18px;grid-column:1/-1}.social-notification{display:block;padding:16px;color:var(--text);text-decoration:none;border-bottom:1px solid var(--line);font-size:13px;line-height:1.6}.social-notification.unread{border-left:3px solid var(--orange);background:#231c14}.social-notification time{display:block;font-size:11px;color:var(--muted);margin-top:6px}.social-conversation{display:block;text-align:left;width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text);padding:16px 0;cursor:pointer}.social-conversation>span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);margin-top:8px}.social-dialog{max-height:480px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:14px 0}.social-message{align-self:flex-start;max-width:85%;background:#242424;border-radius:8px;padding:12px;font-size:14px}.social-message.mine{align-self:flex-end;background:#362615}.social-message p{white-space:pre-wrap;overflow-wrap:anywhere;color:var(--text);margin:0 0 7px}.social-message time{color:var(--muted);font-size:10px}.social-message-form{display:flex;flex-direction:column;gap:10px;margin-top:16px}.social-message-form textarea{width:100%;min-height:70px}.social-message-form button{align-self:flex-end;display:flex;gap:8px;align-items:center}.home-club-feed{background:var(--panel);color:var(--text);border:1px solid var(--line);border-radius:8px;padding:12px;margin:20px 18px}.home-club-feed>header{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid var(--line);padding-bottom:10px}.home-club-feed>header>a{color:var(--orange);text-decoration:none;font-weight:800;font-size:16px}.home-club-feed>p{font-size:12px;color:var(--muted);line-height:1.6}.home-club-feed .club-post{padding:12px 0;border:0;margin:0}.home-club-feed .club-post-text{white-space:pre-wrap;font-size:13px;line-height:1.6}.home-club-arrows{display:none}.home-club-slide{min-width:0}.home-club-posts .social-post-image{max-height:300px}.profile-breadcrumb a{color:var(--muted)}@media(min-width:1024px){.with-club-rail{padding-left:284px}.home-club-feed{position:fixed;top:88px;left:12px;width:260px;max-height:calc(100vh - 106px);overflow-y:auto;margin:0;z-index:30}.home-club-posts{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;align-items:flex-start}.home-club-slide{flex:0 0 100%;width:100%;scroll-snap-align:start}.home-club-arrows{display:flex;gap:2px}.with-club-rail .header-row{gap:12px}.with-club-rail .nav{gap:10px}.with-club-rail .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.with-club-rail .hero h1{font-size:clamp(36px,4vw,70px)}.with-club-rail .hero-grid{gap:12px}}@media(min-width:1024px) and (max-width:1350px){.with-club-rail .nav{display:none}.with-club-rail .nav.open{display:flex;position:absolute;top:72px;left:0;right:0;flex-wrap:wrap;background:#151515;padding:18px}.with-club-rail .mobile-menu{display:grid;place-items:center}.with-club-rail .header-actions{margin-left:auto}.with-club-rail .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1023px){.home-club-posts{display:block}.home-club-slide+.home-club-slide{border-top:1px solid var(--line)}.home-club-feed{max-width:720px;margin:20px auto;width:calc(100% - 36px)}.home-club-feed .social-post-image{max-height:440px}.social-compose-actions{gap:8px}.social-member{flex-wrap:wrap}.social-message{max-width:95%}}.club-rules-visual{align-items:stretch;justify-content:stretch;padding:28px 0}.club-rules-visual:before{display:none}.club-rules-card{position:relative;width:100%;align-self:center;border:1px solid rgba(255,122,0,.28);border-radius:28px;padding:34px;background:linear-gradient(145deg,rgba(255,122,0,.13),rgba(229,57,53,.07) 45%,rgba(18,18,18,.94));box-shadow:0 24px 80px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.08);overflow:hidden}.club-rules-card:before{content:"";position:absolute;right:-90px;top:-90px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(255,122,0,.28),transparent 68%)}.club-rules-kicker{display:flex;align-items:center;gap:9px;color:var(--orange);font-weight:900;letter-spacing:.08em;font-size:13px;margin-bottom:14px}.club-rules-card h2,.club-rules-kicker{position:relative;text-transform:uppercase}.club-rules-card h2{margin:0 0 14px;color:#fff;font-size:clamp(28px,3vw,46px);line-height:.95}.club-rules-card p{position:relative;margin:0 0 22px;color:#d8d8d8;line-height:1.72;white-space:pre-wrap;overflow-wrap:anywhere;font-size:15px}.club-rules-card .small-button{position:relative;display:inline-flex;text-decoration:none}@media(max-width:767px){.club-rules-visual{height:auto;padding:6px 0 26px}.club-rules-card{padding:24px;border-radius:22px}.club-rules-card p{font-size:14px}}.live-club-feed{background:#0f0f0f;border:1px solid #282828;border-radius:18px}.live-club-feed>header.live-feed-header{padding:16px 14px;gap:9px;border-bottom:0;justify-content:flex-start;background:#161616}.live-feed-plus{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:11px;color:#16100a;cursor:pointer;box-shadow:0 3px 12px #0004}.live-feed-plus:hover{filter:brightness(1.12)}.live-club-feed .live-feed-title{font-size:16px;letter-spacing:-.4px;font-weight:800;white-space:nowrap}.live-feed-members{display:flex;align-items:center;justify-content:center;gap:5px;margin-left:auto;font-size:11px;color:#c9c9c9;border:1px solid #333;background:#202020;padding:5px 7px;border-radius:14px;white-space:nowrap}.live-feed-members svg{color:var(--orange)}.live-feed-subhead{display:flex;justify-content:space-between;align-items:center;padding:0 16px 12px;background:#161616;color:#888;font-size:10px;letter-spacing:.2px}.live-feed-subhead>span{display:flex;align-items:center;gap:6px}.live-feed-subhead i{width:5px;height:5px;border-radius:50%;background:var(--orange)}.live-feed-refresh{display:grid;place-items:center;border:0;background:transparent;color:#8b8b8b;padding:6px;cursor:pointer}.live-feed-new{display:flex;gap:7px;align-items:center;justify-content:center;width:calc(100% - 24px);margin:10px 12px;padding:10px;border:1px solid #6a411b;border-radius:9px;color:var(--orange);background:#261c13;font-size:12px;cursor:pointer}.live-club-feed .live-feed-list{display:block;padding:10px;overflow-x:hidden;overflow-y:auto;scroll-snap-type:none;overscroll-behavior-y:contain}.live-club-feed .social-post{border:1px solid #303030;border-radius:12px;margin:0 0 12px;padding:14px;background:linear-gradient(160deg,#1c1c1c,#171717 50%);box-shadow:0 3px 12px #0002}.live-club-feed .social-post:last-of-type{margin-bottom:0}.live-club-feed .social-author{align-items:center;gap:9px}.live-club-feed .social-author>div{min-width:0}.feed-author-initial,.live-club-feed .social-author img{width:33px;height:33px;border-radius:50%;flex-shrink:0;object-fit:cover}.feed-author-initial{display:grid;place-items:center;background:#352617;color:var(--orange);font-weight:700}.live-club-feed .social-author a{font-size:12px;line-height:1.4;display:block;color:#f3f3f3}.live-club-feed .social-author time{font-size:10px;color:#868686}.live-club-feed .club-post-text{font-size:13px;color:#dedede;line-height:1.55;margin:13px 0;white-space:pre-wrap}.live-club-feed .social-post-image{width:100%;max-height:340px;object-fit:contain;background:#0d0d0d;border-radius:9px;margin:12px 0}.social-post-video{display:block;width:100%;max-height:420px;border-radius:9px;background:#090909;margin:12px 0}.live-club-feed .social-reactions{border-top:1px solid #2b2b2b;padding-top:10px;margin-top:12px;gap:8px}.live-club-feed .social-reactions button{border:1px solid #333;background:#242424;border-radius:18px;min-height:32px;padding:5px 12px;font-size:12px;gap:7px;color:#b4b4b4;transition:background .15s,color .15s}.live-club-feed .social-reactions button[aria-pressed=true]{background:#3a2514;border-color:#67411c;color:var(--orange)}.live-club-feed .social-comments{margin-top:12px}.live-club-feed .social-comment{font-size:12px}.live-club-feed .social-comments input{font-size:12px;padding:9px;max-width:100%}.live-feed-more{width:100%;margin-top:12px;padding:12px;background:#1b1b1b;color:var(--orange);border:1px solid #333;border-radius:9px;cursor:pointer;font-size:12px}.live-club-feed .live-feed-notice{padding:10px 15px;line-height:1.5;font-size:12px;color:var(--orange)}.live-feed-empty{padding:28px 14px;text-align:center;color:#c6c6c6;font-size:17px;line-height:1.5}.live-feed-empty button{display:flex;align-items:center;gap:8px;justify-content:center;margin:20px auto 0;background:transparent;border:0;color:var(--orange);font-size:12px;cursor:pointer}.live-feed-skeleton{padding:14px;background:#191919;border-radius:12px}.live-feed-skeleton>div{height:34px;width:65%;background:#252525;border-radius:8px}.live-feed-skeleton p{height:16px;background:#242424;border-radius:5px}.live-feed-skeleton>span{display:block;aspect-ratio:1/1;background:#232323;border-radius:9px}.feed-compose-dialog{width:min(540px,calc(100vw - 28px));max-height:calc(100dvh - 32px);overflow:auto;background:#171717;color:var(--text);border:1px solid #404040;border-radius:18px;padding:0;box-shadow:0 30px 100px #0009}.feed-compose-dialog::backdrop{background:#000b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.feed-compose-dialog>header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:20px 20px 0}.feed-compose-dialog>header small{color:var(--orange);font-size:12px}.feed-compose-dialog h2{font-size:23px;margin:7px 0}.feed-compose-dialog>header button{display:grid;place-items:center;width:36px;height:36px;border:1px solid #393939;background:#242424;border-radius:50%;color:#bbb;cursor:pointer}.post-composer{padding:20px}.post-composer>textarea{display:block;width:100%;min-height:112px;border:1px solid #343434;border-radius:10px;background:#111;color:var(--text);font:inherit;font-size:16px;padding:14px;resize:vertical}.post-composer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.post-composer-toolbar>div{display:flex;gap:12px}.post-composer-toolbar button{display:flex;align-items:center;gap:7px;border:0;background:transparent;color:#aaa;padding:7px 0;font-size:12px;cursor:pointer}.post-composer-toolbar button svg{color:var(--orange)}.post-composer-toolbar .post-send{background:var(--orange);color:#15100a;border-radius:9px;padding:10px 15px;font-weight:700}.post-composer-toolbar .post-send svg{color:inherit}.post-media-hint{display:block;color:#818181!important;font-size:11px!important;margin-top:14px}.post-composer-preview{position:relative;margin-top:12px;border:1px solid #333;border-radius:10px;overflow:hidden}.post-composer-preview img,.post-composer-preview video{display:block;width:100%;max-height:300px;object-fit:contain;background:#0d0d0d}.post-composer-preview>span{display:block;font-size:11px;color:#999;overflow-wrap:anywhere;padding:9px 12px}.post-remove-media{position:absolute;right:8px;top:8px;display:grid;place-items:center;width:30px;height:30px;border:1px solid #555;border-radius:50%;background:#111d;color:white;cursor:pointer}.post-upload-progress{display:flex;gap:10px;align-items:center;margin-top:14px;font-size:11px;color:#aaa}.post-upload-progress progress{width:110px;height:5px;accent-color:var(--orange)}.post-composer-success{color:var(--orange);font-size:12px;line-height:1.5}.feed-compose-dialog button:disabled,.post-composer button:disabled{opacity:.5;cursor:default}.live-club-feed button:focus-visible,.post-composer button:focus-visible{outline:2px solid var(--orange);outline-offset:3px}@media(min-width:1024px){.with-club-rail{padding-left:320px}.live-club-feed{width:296px;left:12px;top:88px;max-height:calc(100dvh - 104px);display:flex;flex-direction:column;overflow:hidden}.live-club-feed .live-feed-list{min-height:0;flex:1 1}.live-club-feed .live-feed-subhead,.live-club-feed>header{flex-shrink:0}.live-club-feed .social-post-video{max-height:320px}}@media(max-width:1023px){.live-club-feed{border-radius:17px;margin:24px auto;width:calc(100% - 28px);max-width:640px}.live-club-feed>header.live-feed-header{padding:17px 16px 12px;gap:12px}.live-club-feed .live-feed-title{font-size:19px}.live-feed-plus{width:38px;height:38px}.live-feed-members{font-size:12px;padding:6px 9px}.live-feed-subhead{font-size:11px;padding:0 18px 13px}.live-club-feed .live-feed-list{padding:10px;overflow:visible;overscroll-behavior:auto}.live-club-feed .social-post{padding:16px;margin-bottom:12px}.live-club-feed .social-author a{font-size:14px}.live-club-feed .feed-author-initial,.live-club-feed .social-author img{width:38px;height:38px}.live-club-feed .social-author time{font-size:11px}.live-club-feed .club-post-text{font-size:14px;line-height:1.6}.live-club-feed .social-post-image{max-height:460px}.live-club-feed .social-reactions button{min-height:36px;padding:6px 14px}.live-club-feed .social-comments input{font-size:16px}.post-composer{padding:16px}.post-composer-toolbar>div{gap:10px}.post-composer-toolbar button{font-size:12px}.post-composer-toolbar .post-send{padding:10px 12px}}@media(max-width:360px){.live-club-feed .live-feed-title{font-size:16px}.live-club-feed>header.live-feed-header{gap:8px}.live-feed-members{padding:5px}.live-feed-members svg{display:none}}.live-club-feed{border-radius:22px;background:#101010;overflow:hidden;padding:0;border:1px solid #292929}.live-feed-header{padding:16px 14px;gap:10px;border-bottom:1px solid #292929}button.live-feed-title{background:none;border:0;color:var(--orange);font:inherit;font-weight:850;text-align:left;cursor:pointer;flex:1 1;padding:0}.live-feed-title small{display:block;font-size:10px;letter-spacing:.04em;color:#929292;font-weight:500;margin-top:4px}.live-feed-plus{border-radius:12px;background:var(--orange);color:#080808;width:38px;height:38px;flex-shrink:0}.live-feed-subhead{padding:10px 16px}.live-feed-list{padding:0;gap:0;scroll-snap-type:y proximity;overscroll-behavior-y:contain}.live-feed-list .social-post{border:0;border-bottom:1px solid #303030;border-radius:0;background:#101010;padding:16px 0;margin:0;scroll-snap-align:start}.live-feed-list .club-post-text,.live-feed-list .social-author,.live-feed-list .social-comments,.live-feed-list .social-error,.live-feed-list .social-reactions{margin-left:16px;margin-right:16px}.live-feed-list .social-author{margin-bottom:14px}.live-feed-list .social-author img{border:2px solid var(--orange);padding:2px;width:40px;height:40px}.live-feed-list .social-author a{color:#f5f5f5;font-size:14px}.live-feed-list .social-author time{font-size:11px}.live-feed-list .social-post-image,.live-feed-list .social-post-video{width:100%;max-height:600px;object-fit:contain;background:#080808;border-radius:0;display:block}.live-feed-list .social-reactions{padding:14px 0 0;gap:22px}.live-feed-list .social-reactions button{font-size:14px}.live-feed-list .social-reactions svg{width:23px;height:23px}.live-feed-list .club-post-text{font-size:14px;line-height:1.5}.club-fullscreen{position:fixed;inset:0;margin:0;width:100vw;max-width:none;height:100dvh;max-height:none;padding:0;border:0;background:#080808;color:#fff;overflow:hidden}.club-fullscreen::backdrop{background:#080808}.club-fullscreen .live-club-feed{position:relative!important;inset:auto!important;width:min(100%,680px)!important;height:100%;max-height:none!important;margin:0 auto;padding:0;border-radius:0;display:flex;flex-direction:column}.club-fullscreen .live-feed-header{flex-shrink:0;padding-top:max(16px,env(safe-area-inset-top));position:relative;background:#111;z-index:2}.club-fullscreen .live-feed-list{flex:1 1;min-height:0;max-height:none;height:auto;padding-bottom:env(safe-area-inset-bottom);scroll-snap-type:y proximity}.club-fullscreen .social-post-image,.club-fullscreen .social-post-video{max-height:calc(100dvh - 240px);min-height:180px;object-fit:contain}.club-fullscreen .live-feed-subhead{flex-shrink:0}.club-fullscreen .social-post{scroll-margin-top:0}.live-feed-plus:focus-visible,.live-feed-title:focus-visible{outline:2px solid #fff;outline-offset:4px}@media(max-width:767px){.home-club-feed.live-club-feed{margin:20px 12px;width:auto}.club-fullscreen .home-club-feed.live-club-feed{margin:0;width:100%!important;border-left:0;border-right:0}.club-fullscreen .live-feed-title{font-size:20px}}.live-club-feed .live-feed-list{padding:0}.club-fullscreen .live-feed-list{overflow-y:auto;overscroll-behavior-y:contain}.club-reels-screen .live-club-feed{width:100%!important;max-width:none;border:0;background:#16100b}.club-reels-screen .live-feed-header{position:absolute;inset:0 0 auto;z-index:5;border:0;background:linear-gradient(#0009,transparent);padding:calc(18px + env(safe-area-inset-top)) 18px 32px;justify-content:flex-start;align-items:flex-start}.club-reels-screen .live-feed-title{flex:0 1 auto!important;color:#ff8000;font-size:clamp(19px,5.5vw,27px)!important;line-height:1.15;white-space:nowrap}.club-reels-screen .live-feed-title small{font-size:12px;color:#ccc;margin-top:7px;font-weight:400;letter-spacing:0}.club-reels-screen .live-feed-plus{width:46px;height:46px;border-radius:13px;background:#ff8000;color:white;border:0;margin-right:3px}.club-reels-screen .live-feed-plus svg{width:30px;height:30px}.club-reels-screen .live-feed-members{background:none;border:0;padding:4px 0;color:#ddd;gap:5px;font-size:14px}.club-reels-screen .live-feed-members svg{width:18px;height:18px}.club-reels-screen .live-feed-subhead{display:none}.club-reels-screen .live-feed-new{position:absolute;top:100px;left:50%;transform:translateX(-50%);z-index:6;white-space:nowrap}.club-reels-screen .live-feed-list{height:100%;max-height:none;padding:0;flex:1 1;scroll-snap-type:y mandatory;scroll-behavior:smooth;overscroll-behavior:contain;scrollbar-width:none;position:relative}.club-reels-screen .live-feed-list::-webkit-scrollbar{display:none}.club-reel{position:relative;height:100%;min-height:100%;width:100%;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always;background:#312015;isolation:isolate;color:#fff}.reel-media{width:100%;height:100%;object-fit:cover;display:block;z-index:0}.reel-media,.reel-shade{position:absolute;inset:0}.reel-shade{pointer-events:none;background:linear-gradient(transparent 40%,#0003 60%,#000c);z-index:1}.reel-actions{position:absolute;right:16px;bottom:calc(170px + env(safe-area-inset-bottom));z-index:3;display:flex;flex-direction:column;gap:24px}.reel-actions button{display:flex;flex-direction:column;align-items:center;gap:6px;border:0;background:none;color:white;cursor:pointer;filter:drop-shadow(0 1px 3px #0006);font:inherit;font-size:14px;padding:2px;min-width:40px;min-height:44px}.reel-actions svg{width:34px;height:34px;stroke-width:1.8}.reel-actions [aria-pressed=true]{color:#ff8000}.reel-caption{position:absolute;left:18px;right:70px;bottom:calc(89px + env(safe-area-inset-bottom));z-index:3;text-shadow:0 1px 3px #0007}.reel-author{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}.reel-avatar{display:grid;place-items:center;width:38px;height:38px;flex-shrink:0;border-radius:50%;overflow:hidden;background:#33261e;color:#ff8000;text-decoration:none}.reel-avatar img{width:100%;height:100%;object-fit:cover}.reel-name{color:#fff;font-weight:750;font-size:15px;text-decoration:none;overflow-wrap:anywhere;max-width:100%}.reel-friend{background:#17110c66;border:1px solid #ff8000;border-radius:8px;color:#ff8000;font:inherit;font-size:11px;font-weight:700;padding:9px 10px;cursor:pointer;min-height:36px}.reel-friend:disabled{cursor:default;opacity:.8}.reel-description{font:inherit;font-size:16px;color:white;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap;overflow-wrap:anywhere;background:none;border:0;padding:0;text-align:left;cursor:pointer;width:100%}.reel-description.is-expanded{display:block;max-height:30dvh;overflow:auto;background:#0009;border-radius:8px;padding:8px}.reel-date{font-size:12px;color:#ccc;margin:8px 0 0;line-height:1.4}.reel-swipe{position:absolute;bottom:calc(28px + env(safe-area-inset-bottom));left:0;right:0;z-index:2;display:flex;align-items:center;flex-direction:column;gap:3px;pointer-events:none;font-size:11px;color:#ddd}.reel-swipe svg{width:25px;height:25px}.reel-progress{position:absolute;bottom:calc(15px + env(safe-area-inset-bottom));left:18px;right:18px;height:3px;border-radius:3px;background:#ffffff50;z-index:3;overflow:hidden}.reel-progress span{display:block;background:#ff8000;width:100%;height:100%;transform-origin:left}.reel-resume{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);z-index:3;background:#0005;border:0;border-radius:50%;padding:20px;color:white;cursor:pointer}.reel-resume svg{width:38px;height:38px}.reel-text-content{position:absolute;inset:120px 70px 230px 24px;display:flex;align-items:center;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;font-size:clamp(22px,5vw,38px);line-height:1.4;font-weight:650}.reel-text-only{background:radial-gradient(ellipse at 20% 25%,#75330e,#1c120d 80%)}.reel-error{position:absolute;top:120px;left:16px;right:16px;background:#1a1111e8;color:#ffbf9c;padding:12px;border-radius:8px;z-index:7}.reel-comments{position:fixed;inset:auto 0 0;margin:0 auto;width:100%;max-width:680px;max-height:78dvh;border:1px solid #333;border-radius:22px 22px 0 0;background:#171717;color:#fff;padding:18px 18px calc(18px + env(safe-area-inset-bottom));overflow:auto}.reel-comments::backdrop{background:#0007}.reel-comments header{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:1px solid #333}.reel-comments button{background:none;border:0;color:#ff8000;cursor:pointer;padding:8px}.reel-comment-list{max-height:48dvh;overflow:auto;overscroll-behavior:contain}.reel-comment-list article{padding:14px 0;border-bottom:1px solid #303030}.reel-comment-list a{color:#ff8000;text-decoration:none;font-weight:700}.reel-comment-list p{font-size:14px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.reel-comments form{display:flex;gap:10px;margin-top:14px}.reel-comments input{flex:1 1;min-width:0;background:#252525;color:#fff;border:1px solid #444;border-radius:20px;padding:12px;font:inherit;font-size:16px}.reel-comments>a{color:#ff8000;display:block;padding:14px 0}.club-reels-screen .live-feed-notice{position:absolute;top:100px;left:16px;right:16px;z-index:5;background:#171717dd;padding:12px}.club-reels-screen .live-feed-empty{padding-top:140px}@media(min-width:768px){.club-reels-screen .live-feed-header{padding:24px 32px 40px}.reel-caption{left:32px;right:100px;bottom:110px}.reel-name{font-size:20px}.reel-friend{font-size:13px}.reel-avatar{width:46px;height:46px}.reel-description{font-size:20px}.reel-actions{right:32px;bottom:190px}.reel-actions svg{width:40px;height:40px}}@media(prefers-reduced-motion:reduce){.club-reels-screen .live-feed-list{scroll-behavior:auto}}.reel-backdrop{position:absolute;inset:-6%;width:112%;height:112%;object-fit:cover;filter:blur(24px) brightness(.65);pointer-events:none;z-index:-1}.club-reel .reel-media{object-fit:contain;background:transparent}.club-reel{background:#322218}.club-inline-reels{display:flex;flex-direction:column}.club-inline-reels .live-feed-list{height:min(70dvh,660px);flex:none;overflow-y:auto!important;overflow-x:hidden!important;scroll-snap-type:y mandatory;overscroll-behavior-y:auto!important;position:relative;scrollbar-width:none}.club-inline-reels .club-reel{height:100%;min-height:100%;scroll-snap-stop:always}.club-inline-reels .reel-caption{left:12px;right:55px;bottom:78px}.club-inline-reels .reel-name{font-size:13px}.club-inline-reels .reel-friend{font-size:10px;padding:6px}.club-inline-reels .reel-avatar{width:30px;height:30px}.club-inline-reels .reel-author{gap:6px}.club-inline-reels .reel-description{font-size:14px}.club-inline-reels .reel-actions{right:10px;bottom:150px;gap:16px}.club-inline-reels .reel-actions svg{width:28px;height:28px}.club-inline-reels .reel-date{font-size:10px}.club-inline-reels .reel-swipe{bottom:24px}.club-inline-reels .reel-progress{bottom:12px}.club-inline-reels .reel-text-content{inset:35px 55px 220px 16px;font-size:22px}.club-continue{flex-shrink:0;width:100%;padding:12px;background:#181818;color:#bbb;border:0;border-top:1px solid #333;font:inherit;font-size:12px;cursor:pointer}@media(min-width:1024px){.club-inline-reels .live-feed-list{flex:1 1;min-height:0;height:calc(100dvh - 270px)}.club-inline-reels{height:calc(100dvh - 104px)}}@media(max-width:1023px){.club-inline-reels .live-feed-list{height:clamp(320px,65dvh,660px)}}.header-row{justify-content:space-between}.header-actions .header-inbox{display:flex;align-items:center;gap:22px;min-width:108px;min-height:52px;padding:12px 18px}.header-actions .header-inbox .header-indicator{position:relative;display:inline-flex!important;align-items:center;color:var(--orange)}.header-indicator b{position:absolute;right:-11px;top:-10px;background:var(--orange);color:#111;border-radius:12px;padding:2px 4px;font-size:10px;line-height:1.2;min-width:15px;text-align:center}@media(max-width:480px){.header-row{gap:10px}.header-actions{gap:8px}.header-actions .header-inbox{min-width:90px;padding:12px;gap:18px}.site-header .brand{font-size:clamp(13px,4vw,18px)}}#club-rules{scroll-margin-top:115px}.delivery-map{height:420px;width:100%;background:#252525;border-radius:12px;margin:16px 0;color:#111}.delivery-editor>label{display:block;margin:14px 0}.delivery-editor input[type=checkbox]{width:auto;margin-right:8px}.zone-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 0}.zone-toolbar button{padding:8px 12px;cursor:pointer}.outside-delivery{padding:24px;border:2px solid var(--orange);border-radius:14px;background:#301b10;margin:18px 0}.outside-delivery h2{font-size:clamp(22px,5vw,32px);line-height:1.2;margin:0 0 14px}.outside-delivery p,.pickup-offer p{line-height:1.5}.pickup-offer{padding:18px;border:1px solid var(--orange);border-radius:12px;margin:14px 0}.pickup-offer a{color:var(--orange)}.classic-profile{background:#0d0d0d}.classic-profile .profile-breadcrumb{display:none}.classic-profile .profile-layout{grid-template-columns:minmax(210px,.55fr) minmax(0,1.45fr);gap:30px;max-width:1060px;margin:0 auto}.classic-profile .club-posts,.classic-profile .profile-card,.classic-profile .profile-section{background:#0d0d0d;border:0;border-radius:0}.classic-profile .profile-card{position:sticky;top:92px}.classic-profile .profile-card .profile-section-title{display:none}.classic-profile .profile-card-body{padding:8px 0;text-align:center}.classic-profile .profile-portrait{width:150px;height:150px;margin:0 auto;border-radius:50%;border:1px solid #2a2a2a;background:#171717}.classic-profile .profile-initial{font-size:58px}.classic-profile .profile-card-name{margin:16px 0 4px;font-size:20px}.classic-profile .profile-phone{font-size:13px}.classic-profile .profile-bonus{border:0;border-radius:16px;background:#151515;padding:14px;margin:18px 0}.classic-profile .profile-bonus strong{font-size:28px}.classic-profile .profile-order-count{border-top:1px solid #242424;border-bottom:1px solid #242424;margin-bottom:14px}.classic-profile .profile-orders-button,.classic-profile .small-button{border-radius:999px}.classic-profile .profile-namebar{border-bottom:1px solid #262626;padding:4px 0 18px}.classic-profile .profile-namebar h1{font-size:25px;font-weight:500}.classic-profile .profile-tabs{justify-content:center;gap:0;border-bottom:1px solid #262626;margin-bottom:22px}.classic-profile .profile-tabs button{border:0;border-top:1px solid transparent;margin-top:-1px;text-transform:uppercase;letter-spacing:.06em;font-size:12px;padding:16px 14px}.classic-profile .profile-tabs button[aria-current=page]{border-top-color:var(--orange);border-bottom-color:transparent}.classic-profile .profile-section-title{background:transparent;border-bottom:1px solid #262626;padding:16px 0}.classic-profile .profile-section-body{padding:18px 0}.classic-profile .profile-facts{grid-template-columns:110px minmax(0,1fr)}.classic-profile .insta-posts{max-width:620px;margin:0 auto;border:1px solid #262626;background:#0d0d0d}.classic-profile .insta-posts>.profile-section-title{padding:14px 16px;border-bottom:1px solid #262626}.classic-profile .insta-posts>.profile-section-title h2{font-size:18px!important;text-transform:none;letter-spacing:0}.classic-profile .insta-posts>.account-form{padding:16px;border-bottom:1px solid #262626;background:#111}.classic-profile .insta-post{padding:0;margin:0;border:0;border-top:1px solid #262626;background:#0d0d0d}.insta-post-head{justify-content:space-between;padding:12px 14px}.insta-author,.insta-post-head{display:flex;align-items:center}.insta-author{gap:10px;color:var(--text);text-decoration:none;font-weight:700;font-size:14px}.insta-author .feed-author-initial,.insta-author img{width:34px;height:34px;border-radius:50%;object-fit:cover;border:1px solid #333}.insta-more{display:grid;place-items:center;border:0;background:transparent;color:#eee;cursor:pointer;padding:7px}.insta-media{position:relative;display:grid;place-items:center;background:#050505;min-height:180px;border-top:1px solid #1f1f1f;border-bottom:1px solid #1f1f1f;-webkit-user-select:none;user-select:none}.classic-profile .insta-media .social-post-image,.classic-profile .insta-media .social-post-video{width:100%;max-height:72vh;object-fit:contain;margin:0;border-radius:0;background:#050505}.insta-text-media{padding:46px 24px;background:linear-gradient(145deg,#171717,#0a0a0a)}.insta-text-media p{max-width:520px;margin:0;white-space:pre-wrap;font-size:20px;line-height:1.55;text-align:center}.insta-like-burst{position:absolute;width:92px;height:92px;color:white;filter:drop-shadow(0 4px 18px #000);animation:instaBurst .52s ease both;pointer-events:none}.insta-actions{display:flex;align-items:center;justify-content:space-between;padding:10px 12px 4px}.insta-actions>div{display:flex;gap:12px}.insta-actions button{display:grid;place-items:center;border:0;background:transparent;color:#f5f5f5;cursor:pointer;padding:2px}.insta-actions button[aria-pressed=true]{color:#ff3040}.insta-caption{padding:0 14px 14px;font-size:14px;line-height:1.45}.insta-caption b{display:block;margin:2px 0 7px}.insta-caption p{margin:0 0 7px;white-space:pre-wrap}.insta-caption a{color:var(--text);font-weight:700;text-decoration:none}.insta-comments-link{display:block;border:0;background:transparent;color:#8e8e8e;padding:0;margin:0 0 7px;cursor:pointer;font:inherit}.insta-caption time{display:block;color:#8e8e8e;text-transform:uppercase;font-size:10px;letter-spacing:.03em}.insta-status{display:block;padding:14px;color:#8e8e8e}.classic-profile .insta-comments{border-top:1px solid #262626;margin:0;padding:10px 14px 14px}.classic-profile .insta-comments input{border:0;background:transparent;border-radius:0;padding:12px 0}.classic-profile .insta-comments form button{color:var(--orange)}@keyframes instaBurst{0%{opacity:0;transform:scale(.25)}22%{opacity:1;transform:scale(1.08)}to{opacity:0;transform:scale(1.3)}}@media(max-width:900px){.classic-profile .profile-layout{display:block}.classic-profile .profile-card{position:static;margin-bottom:20px}.classic-profile .profile-card-body{text-align:left;display:grid;grid-template-columns:86px minmax(0,1fr);gap:0 16px;align-items:center}.classic-profile .profile-portrait{width:86px;height:86px;grid-row:1/5;margin:0}.classic-profile .profile-card-name{margin:0 0 4px;font-size:19px}.classic-profile .profile-phone{margin:0 0 12px}.classic-profile .profile-bonus{margin:0 0 10px}.classic-profile .profile-order-count{padding:10px 0;margin:0 0 10px}.classic-profile .profile-orders-button{grid-column:1/-1}.classic-profile .profile-namebar{display:none}.classic-profile .profile-tabs{overflow-x:auto;justify-content:flex-start;scrollbar-width:none}.classic-profile .profile-tabs button{white-space:nowrap;padding:15px 12px}.classic-profile .insta-posts{max-width:none;margin-left:-14px;margin-right:-14px;border-left:0;border-right:0}.classic-profile .insta-media .social-post-image,.classic-profile .insta-media .social-post-video{max-height:78vh}.insta-text-media p{font-size:17px}}.delivery-prompt-overlay{z-index:80}.delivery-prompt{position:relative;width:min(440px,calc(100% - 28px));background:linear-gradient(180deg,#191919,#121212);border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 28px 90px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.03);color:#fff}.delivery-prompt-icon{width:52px;height:52px;border-radius:16px;background:rgba(255,104,0,.12);color:var(--orange);display:grid;place-items:center;margin-bottom:18px}.delivery-prompt h2{font-size:24px;line-height:1.15;letter-spacing:-.5px;margin:0 42px 12px 0}.delivery-prompt p{margin:0 0 18px;color:var(--muted);font-size:14px;line-height:1.55}.delivery-prompt-summary{border:1px solid var(--line);border-radius:14px;background:#101010;padding:12px 14px;margin:18px 0;display:grid;gap:10px}.delivery-prompt-summary div{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#cfcfcf;font-size:14px}.delivery-prompt-summary div:last-child{padding-top:10px;border-top:1px solid var(--line);color:#fff;font-weight:900}.delivery-prompt-actions{display:grid;grid-template-columns:1fr;gap:10px}.delivery-prompt-actions .ghost-button,.delivery-prompt-actions .primary-button{width:100%;min-height:50px}.delivery-prompt-actions .ghost-button{border:1px solid #343434;border-radius:9px;background:#202020;color:#fff;font-weight:900;font-size:13px;cursor:pointer}@media(min-width:700px){.delivery-prompt{width:min(620px,calc(100% - 40px))}.delivery-prompt-actions{grid-template-columns:1fr 1fr 1.35fr}}@media(max-width:520px){.delivery-prompt{padding:24px 18px;border-radius:16px}.delivery-prompt h2{font-size:21px;margin-right:38px}.delivery-prompt-actions{gap:9px}}@media(max-width:767px){input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea{font-size:16px!important}}.product-modal-flying{pointer-events:none;will-change:transform,opacity,filter}.product-modal-flying .modal-close,.product-modal-flying button{pointer-events:none}.delivery-autocomplete{position:relative;display:grid;gap:8px}.delivery-autocomplete [role=listbox]{position:absolute;top:100%;left:0;right:0;z-index:120;background:#101010;border:1px solid #303030;border-radius:10px;max-height:260px;overflow:auto;box-shadow:0 12px 30px #000b}.delivery-autocomplete [role=option]{display:block;width:100%;text-align:left;padding:14px;background:#101010;color:#d4d4d4;border:0;border-bottom:1px solid #252525;cursor:pointer}.delivery-autocomplete [role=option]:last-child{border-bottom:0}.delivery-autocomplete [aria-selected=true],.delivery-autocomplete [role=option]:hover{background:#24201b;color:#fff}.address-missing{font-size:13px;color:#bbb;margin:6px 0}.push-enable{display:flex;align-items:center;gap:8px;max-width:320px}.push-enable .small-button{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.push-enable small{font-size:11px;color:var(--muted)}@media(max-width:720px){.site-header .push-enable small{display:none}.site-header .push-enable .small-button{font-size:0;padding:9px}.site-header .push-enable .small-button svg{margin:0}}.cookie-consent{position:fixed;left:16px;right:16px;bottom:16px;z-index:200;background:linear-gradient(180deg,#181818,#101010);border:1px solid #333;border-radius:18px;padding:18px;box-shadow:0 20px 60px #0009;display:grid;gap:12px;max-width:520px;color:#fff}.cookie-consent p{margin:0;color:#ddd;font-size:14px;line-height:1.5}.cookie-consent a{color:#ff8000;font-size:13px;text-decoration:none}.cookie-consent button{justify-self:end;background:#ff8000;color:#fff;border:0;border-radius:10px;padding:12px 28px;font-weight:800;cursor:pointer}@media(max-width:520px){.footer-competitor-shell{width:min(100% - 30px,760px)}.footer-delivery-section{padding:38px 0 32px;gap:18px}.footer-delivery-section h2{font-size:27px}.footer-info-row{grid-template-columns:48px 1fr;gap:15px}.footer-round-icon{width:46px;height:46px}.footer-info-copy>span,.footer-info-row>a{font-size:18px}.footer-section{padding:30px 0}.app-store-buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.app-store-buttons .app-badge{min-height:64px;padding:10px 11px;gap:8px}.app-badge-mark{width:30px;height:30px;font-size:15px}.app-badge b{font-size:15px}.app-badge small{font-size:8px}.footer-large-link{min-height:64px;font-size:19px;padding:6px 8px}.footer-payment-options{gap:16px 20px}.footer-payment b{font-size:13px}.footer-social-buttons a{width:58px;height:58px}}.visual-editor-wrap{display:grid;gap:18px}.visual-editor-toolbar{position:sticky;top:62px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;background:rgba(15,15,15,.96);border:1px solid #2b2b2b;border-radius:14px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.visual-editor-toolbar>div:first-child{display:grid;gap:4px}.visual-editor-toolbar b{font-size:17px}.visual-editor-toolbar span{font-size:12px;color:#8e8e8e}.visual-editor-toolbar-actions{display:flex;gap:8px;align-items:center}.visual-site-canvas{overflow:hidden;border:1px solid #2d2d2d;border-radius:18px;background:#0c0c0c;box-shadow:0 30px 70px rgba(0,0,0,.32)}.visual-site-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 28px;border-bottom:1px solid #242424;background:#101010}.visual-brand-edit{display:grid;width:min(250px,45%)}.visual-brand-edit .visual-inline-input:first-child{font-size:12px;letter-spacing:.14em;color:#cfcfcf}.visual-brand-edit .visual-inline-input:last-child{font-size:25px;line-height:1;color:var(--editor-orange)}.visual-header-icons{display:flex;align-items:center;gap:15px;color:#d7d7d7}.visual-header-icons svg{width:19px}.visual-cart{display:flex;align-items:center;gap:8px;border-radius:999px;background:var(--editor-orange);color:#111;font-weight:800;padding:10px 14px}.visual-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:30px;padding:58px 5%;background:radial-gradient(circle at 17% 15%,rgba(255,122,0,.15),transparent 33%),#0b0b0b}.visual-hero-copy{display:grid;align-content:center;gap:15px}.visual-badge{display:flex;align-items:center;gap:7px;width:max-content;max-width:100%;padding:7px 10px;border:1px solid #353535;border-radius:999px;color:#bbb}.visual-big-title{display:grid}.visual-big-title .visual-inline-input{font-size:clamp(30px,4.4vw,62px);line-height:1.02;letter-spacing:-.035em}.visual-big-title .visual-inline-input.is-accent{color:var(--editor-orange)}.visual-hero-copy>.visual-inline-area{font-size:17px;max-width:640px;color:#bdbdbd}.visual-button-edit{display:flex;align-items:center;gap:5px;width:max-content;max-width:100%;padding:11px 14px;background:var(--editor-orange);border-radius:9px;color:#0e0e0e}.visual-button-edit .visual-inline-input{color:#0e0e0e}.visual-club-card{display:grid;align-content:start;gap:14px;padding:24px;background:#151515;border:1px solid #303030;border-radius:16px}.visual-club-kicker{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--editor-orange);text-transform:uppercase;letter-spacing:.08em}.visual-club-card>.visual-inline-input{font-size:22px}.visual-club-card>.visual-inline-area{min-height:170px}.visual-perks{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#2a2a2a;border-top:1px solid #272727;border-bottom:1px solid #272727}.visual-perk{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:12px;padding:22px 28px;background:#111}.visual-perk>svg{color:var(--editor-orange)}.visual-perk>span{display:grid;gap:3px}.visual-club-strip{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:18px 5%;background:linear-gradient(90deg,rgba(255,122,0,.2),rgba(255,122,0,.05));border-bottom:1px solid #31281e}.visual-club-strip>svg{color:var(--editor-orange)}.visual-club-strip>div{display:grid;gap:2px}.visual-strip-button{padding:8px 11px;border:1px solid #555;border-radius:8px}.visual-content-block{position:relative;display:grid;gap:20px;padding:38px 5%;border-bottom:1px solid #242424;background:#101010;transition:opacity .2s}.visual-content-block.visual-catalog-block{background:#0d0d0d}.visual-block-disabled{opacity:.46}.visual-section-note{font-size:11px;color:#777}.visual-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.visual-product-ghost{display:grid;gap:8px;padding:10px;background:#151515;border:1px solid #2d2d2d;border-radius:12px}.visual-product-ghost>div{height:116px;border-radius:9px;background:linear-gradient(135deg,#2a2a2a,#171717)}.visual-product-ghost b{font-size:13px}.visual-product-ghost span{font-size:10px;color:#777}.visual-club-placeholder{display:grid;place-items:center;text-align:center;gap:6px;min-height:180px;padding:30px;background:radial-gradient(circle,rgba(255,122,0,.08),transparent 55%),#0c0c0c;border-bottom:1px solid #242424}.visual-club-placeholder b{color:var(--editor-orange);font-size:23px}.visual-club-placeholder span{max-width:520px;color:#777;font-size:12px}.visual-footer{padding:0 5%;background:#090909}.visual-footer-section{display:grid;gap:18px;padding:34px 0;border-bottom:1px solid #272727}.visual-footer-section-head{display:flex;align-items:center;justify-content:space-between}.visual-footer-info{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:14px}.visual-footer-info>div{display:grid;gap:4px}.visual-round-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--editor-orange);color:#111;flex:0 0 auto}.visual-editor-details{border:1px dashed #333;border-radius:10px;padding:12px}.visual-editor-details summary{cursor:pointer;color:#aaa;font-size:12px}.visual-editor-details[open] summary{margin-bottom:12px}.visual-two-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:9px}.visual-number-edit{display:grid;gap:5px;font-size:11px;color:#777}.visual-app-card input,.visual-number-edit input,.visual-social-card input{width:100%;background:#111;border:1px solid #343434;border-radius:8px;color:#fff;padding:9px 10px}.visual-app-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.visual-app-card{display:grid;gap:10px;padding:13px;border:1px solid #2e2e2e;border-radius:12px;background:#111;opacity:.6}.visual-app-card.active{opacity:1;border-color:rgba(255,122,0,.55)}.visual-app-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.visual-legal-editor{gap:0}.visual-legal-row{border-bottom:1px solid #222;opacity:.6}.visual-legal-row.active{opacity:1}.visual-legal-row summary{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:15px;list-style:none;padding:14px 0;cursor:pointer}.visual-legal-row summary::-webkit-details-marker{display:none}.visual-legal-details{display:grid;gap:10px;padding:0 0 18px 63px}.visual-payments-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.visual-payment-card{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;padding:13px;border:1px solid #2d2d2d;border-radius:12px;opacity:.5}.visual-payment-card.active{opacity:1;border-color:rgba(255,122,0,.45)}.visual-payment-card .visual-switch{grid-column:1/-1}.visual-payment-icon{display:grid;place-items:center;min-width:36px;color:var(--editor-orange)}.visual-social-editor{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.visual-social-card{display:grid;grid-template-columns:64px 1fr;gap:13px;align-items:center;padding:13px;border:1px solid #2c2c2c;border-radius:12px;opacity:.55}.visual-social-card.active{opacity:1;border-color:rgba(255,122,0,.45)}.visual-social-card>div{display:grid;gap:9px}.visual-social-circle{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--editor-orange);color:#111;font-weight:900;font-size:12px}.visual-footer-bottom-edit{padding:25px 0 36px}.visual-block-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.visual-block-head>div{display:grid;gap:2px}.visual-block-head small{font-size:10px;color:#737373}.visual-switch{display:flex;align-items:center;gap:7px;cursor:pointer;white-space:nowrap}.visual-switch input{position:absolute;opacity:0;pointer-events:none}.visual-switch i{position:relative;width:35px;height:20px;border-radius:999px;background:#333;transition:.2s}.visual-switch i:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:#aaa;transition:.2s}.visual-switch input:checked+i{background:var(--editor-orange)}.visual-switch input:checked+i:after{left:18px;background:#111}.visual-switch span{font-size:10px!important;color:#777!important}.visual-inline-area,.visual-inline-input{width:100%;min-width:0;border:1px dashed transparent;border-radius:6px;background:transparent;color:#f5f5f5;font:inherit;padding:3px 5px;transition:border-color .15s,background .15s}.visual-inline-area:focus,.visual-inline-area:hover,.visual-inline-input:focus,.visual-inline-input:hover{outline:none;border-color:rgba(255,122,0,.6);background:rgba(255,122,0,.05)}.visual-inline-input.is-strong{font-weight:800}.visual-inline-input.is-accent{color:var(--editor-orange)}.visual-inline-input.is-large{font-size:23px}.visual-inline-area{resize:vertical;line-height:1.5}.visual-footer-info .visual-inline-input.is-strong{font-size:18px}.visual-footer-info .visual-inline-input:not(.is-strong){color:#8f8f8f}.visual-editor-wrap .primary-button{white-space:nowrap}@media(max-width:900px){.visual-editor-toolbar{top:54px;align-items:flex-start}.visual-hero,.visual-perks{grid-template-columns:1fr}.visual-product-grid{grid-template-columns:repeat(2,1fr)}.visual-payments-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.visual-editor-toolbar{position:static;display:grid}.visual-editor-toolbar-actions{display:grid;grid-template-columns:1fr 1fr}.visual-site-header{padding:15px}.visual-header-icons>svg{display:none}.visual-cart{font-size:0;padding:10px}.visual-cart svg{width:18px}.visual-hero{padding:34px 20px}.visual-big-title .visual-inline-input{font-size:34px}.visual-content-block{padding:30px 20px}.visual-product-grid{grid-template-columns:1fr 1fr}.visual-product-ghost:nth-child(3){display:none}.visual-footer{padding:0 20px}.visual-app-grid,.visual-payments-grid,.visual-social-editor{grid-template-columns:1fr}.visual-legal-row summary{grid-template-columns:42px minmax(0,1fr)}.visual-legal-row summary .visual-switch{grid-column:2}.visual-legal-details{padding-left:0}.visual-two-fields{grid-template-columns:1fr}}.visual-legal-head{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:15px;padding:14px 0}.visual-legal-row>.visual-legal-details{margin:0 0 14px 63px}.visual-legal-row>.visual-legal-details .visual-legal-details{padding:0}.visual-legal-row>.visual-legal-details>.visual-inline-area,.visual-legal-row>.visual-legal-details>.visual-inline-input{margin-top:10px}@media(max-width:620px){.visual-legal-head{grid-template-columns:42px minmax(0,1fr)}.visual-legal-head .visual-switch{grid-column:2}.visual-legal-row>.visual-legal-details{margin-left:0}}.demo-admin-name{color:var(--orange)!important}.demo-admin-badge,.demo-public-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:7px;border-radius:999px;font-size:10px;font-weight:900;line-height:1;padding:4px 7px;letter-spacing:.06em;vertical-align:middle}.demo-admin-badge{background:var(--orange);color:#111}.demo-public-badge{background:rgba(255,122,0,.18);border:1px solid rgba(255,122,0,.55);color:#ff9a3d}.demo-customer-row{background:rgba(255,122,0,.045)}.demo-admin-card{border-color:rgba(255,122,0,.42)!important}.demo-admin-notice{border-color:rgba(255,122,0,.28)!important;background:linear-gradient(135deg,rgba(255,122,0,.08),rgba(255,122,0,.02))!important}.demo-admin-notice p{margin:.35rem 0 0;color:var(--muted)}.admin-post-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.admin-post-head p{margin:.3rem 0 0}.reel-name .demo-public-badge{transform:translateY(-1px)}.profile-card-name .demo-public-badge,.profile-namebar .demo-public-badge{font-size:11px;padding:5px 8px}.social-member-name .demo-public-badge{font-size:9px;padding:3px 6px}