:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f4f1ec;--panel:#fffdf9;--panel-strong:#fff;--text:#171719;--muted:#6a6660;--line:#1212141f;--line-strong:#12121438;--brand:#171719;--brand-text:#fff;--soft:#1212140e;--danger:#8b1d1d;--radius-xl:30px;--radius-lg:22px;--radius-md:16px;--shadow:0 24px 70px #281e141a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#0d0d0f;--panel:#171719;--panel-strong:#202024;--text:#f7f1e8;--muted:#b3aca3;--line:#fff4e81f;--line-strong:#fff4e838;--brand:#f7f1e8;--brand-text:#101012;--soft:#fff4e812;--danger:#ffb3a6;--shadow:0 24px 70px #00000047}}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.app-loading{min-height:100dvh;color:var(--muted);place-items:center;display:grid}.splash-screen{background:radial-gradient(circle at 50% 16%, color-mix(in srgb, var(--text) 10%, transparent), transparent 42%), var(--bg);padding:24px}.splash-card{border:1px solid var(--line);border-radius:calc(var(--radius-xl) + 6px);background:var(--panel);width:min(560px,100%);box-shadow:var(--shadow);text-align:center;justify-items:center;gap:12px;padding:34px 28px;display:grid}.splash-logo{object-fit:contain;filter:drop-shadow(0 12px 20px #0000002e);width:clamp(86px,16vw,138px);height:clamp(86px,16vw,138px)}.splash-card h1{letter-spacing:-.08em;margin:0;font-size:clamp(2.4rem,8vw,4.8rem);line-height:.9}.splash-card p:last-child{max-width:34ch;margin:0}.app-shell{width:min(1180px,100%);min-height:100dvh;padding:max(18px, env(safe-area-inset-top)) 18px max(96px, env(safe-area-inset-bottom));margin:0 auto}.app-hero{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--panel);min-height:188px;box-shadow:var(--shadow);justify-content:space-between;align-items:flex-end;gap:18px;padding:28px;display:flex}.hero-copy{min-width:0}.hero-title-row{align-items:center;gap:18px;display:flex}.hero-logo{object-fit:contain;filter:drop-shadow(0 10px 16px #00000024);flex:none;width:clamp(58px,9vw,92px);height:clamp(58px,9vw,92px)}.app-hero h1{letter-spacing:-.085em;margin:0;font-size:clamp(2.45rem,8vw,5.5rem);line-height:.86}.app-hero p{max-width:680px;color:var(--muted);margin:10px 0 0;font-size:1.02rem}.eyebrow{color:var(--muted);letter-spacing:.13em;text-transform:uppercase;margin:0 0 8px;font-size:.74rem;font-weight:800}.offline-pill{border:1px solid var(--line);background:var(--soft);border-radius:999px;flex:none;align-items:center;gap:9px;padding:9px 12px;font-size:.85rem;font-weight:800;display:inline-flex}.offline-pill span{background:currentColor;border-radius:50%;width:9px;height:9px}.event-strip{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel);justify-content:space-between;align-items:center;gap:14px;margin:16px 0;padding:14px 16px;display:flex}.event-strip strong,.event-strip span{display:block}.event-strip span{color:var(--muted);margin-top:2px;font-size:.88rem}.event-strip select,.search-input,input,textarea,select{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--panel-strong);width:100%;color:var(--text);outline:none}.event-strip select{max-width:240px;padding:11px 12px}.tabbar{z-index:5;border:1px solid var(--line);background:color-mix(in srgb, var(--panel) 90%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:999px;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px;padding:8px;display:grid;position:sticky;top:10px}.tabbar button{color:var(--muted);background:0 0;border:0;border-radius:999px;padding:12px 10px;font-weight:800}.tabbar button.active{background:var(--brand);color:var(--brand-text)}.screen-grid{grid-template-columns:minmax(0,1.4fr) minmax(320px,.72fr);align-items:start;gap:16px;display:grid}.stack{gap:16px;display:grid}.panel{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--panel);padding:20px;box-shadow:0 16px 48px #0000000b}.panel h2{letter-spacing:-.04em;margin:0 0 14px;font-size:clamp(1.35rem,3vw,2.1rem)}.panel-title-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.metric-mini{border:1px solid var(--line);background:var(--soft);border-radius:999px;flex:none;padding:8px 11px;font-weight:900}.search-input,.form-panel input,.form-panel textarea,.form-panel select,.cart-panel textarea{padding:13px 14px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:10px;margin-top:14px;display:grid}.product-tile{text-align:left;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel-strong);min-height:178px;color:var(--text);flex-direction:column;align-items:flex-start;gap:5px;padding:14px;transition:transform .18s,border-color .18s;display:flex}.product-tile:active,.inventory-row:active,.primary-action:active,.secondary-action:active{transform:scale(.985)}.product-tile:hover,.inventory-row:hover{border-color:var(--line-strong)}.product-mark{background:var(--brand);width:48px;height:48px;color:var(--brand-text);letter-spacing:-.04em;border-radius:18px;place-items:center;font-size:.8rem;font-weight:950;display:grid}.product-mark.small{border-radius:15px;width:42px;height:42px}.product-tile strong{margin-top:auto;line-height:1.05}.product-tile small,.product-tile em,.muted{color:var(--muted);font-style:normal}.product-tile b{font-size:1.12rem}.cart-panel{position:sticky;top:88px}.cart-list{gap:10px;min-height:92px;margin:12px 0;display:grid}.cart-item,.inventory-row,.data-list>div{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--panel-strong);justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.cart-item strong,.cart-item span,.inventory-row strong,.inventory-row small{display:block}.cart-item span,.inventory-row small{color:var(--muted);font-size:.86rem}.qty-control{align-items:center;gap:8px;display:inline-flex}.qty-control button{border:1px solid var(--line);background:var(--soft);width:34px;height:34px;color:var(--text);border-radius:50%;font-weight:900}.payment-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin:12px 0;display:grid}.payment-grid button{border:1px solid var(--line);background:var(--panel-strong);color:var(--muted);border-radius:999px;padding:10px;font-weight:800}.payment-grid button.active{background:var(--brand);color:var(--brand-text)}.total-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin:14px 0;padding:14px 0;display:flex}.total-row strong{letter-spacing:-.06em;font-size:1.85rem}.primary-action,.secondary-action,.danger-action,.file-drop{border-radius:999px;justify-content:center;align-items:center;width:100%;min-height:48px;padding:12px 18px;font-weight:900;text-decoration:none;display:inline-flex}.primary-action{background:var(--brand);color:var(--brand-text);border:0}.secondary-action,.file-drop{border:1px solid var(--line);background:var(--panel-strong);color:var(--text)}.danger-action{border:1px solid color-mix(in srgb, var(--danger) 40%, transparent);color:var(--danger);background:0 0;margin-top:10px}.form-panel{gap:12px;display:grid}.form-panel label{color:var(--muted);gap:7px;font-size:.86rem;font-weight:800;display:grid}.field-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.inventory-list,.data-list{gap:9px;display:grid}.inventory-row{text-align:left;width:100%;color:var(--text)}.inventory-row div{flex:1}.close-hero{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.close-hero p{color:var(--muted);margin:0}.close-total{text-align:right}.close-total span{color:var(--muted);font-weight:800;display:block}.close-total strong{letter-spacing:-.075em;margin-top:4px;font-size:clamp(2rem,7vw,4rem);line-height:.92;display:block}.metrics-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.metric-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel);padding:16px}.metric-card span{color:var(--muted);font-size:.82rem;font-weight:800;display:block}.metric-card strong{letter-spacing:-.055em;margin-top:7px;font-size:clamp(1.35rem,4vw,2.3rem);display:block}.progress-panel p{color:var(--muted);margin-bottom:0}.progress{background:var(--soft);border-radius:999px;height:12px;overflow:hidden}.progress span{border-radius:inherit;background:var(--brand);height:100%;display:block}.data-list.compact{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.export-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.file-drop{margin:12px 0 0;position:relative}.file-drop input{opacity:0;cursor:pointer;position:absolute;inset:0}.empty-state{text-align:center;border:1px dashed var(--line-strong);border-radius:var(--radius-lg);min-height:160px;color:var(--muted);grid-column:1/-1;place-content:center;padding:24px;display:grid}.empty-state strong{color:var(--text)}.toast{left:50%;bottom:max(18px, env(safe-area-inset-bottom));z-index:20;background:var(--brand);width:min(520px,100% - 28px);color:var(--brand-text);text-align:center;box-shadow:var(--shadow);border-radius:999px;padding:14px 18px;font-weight:900;position:fixed;transform:translate(-50%)}@media (width<=860px){.app-shell{padding-inline:12px}.app-hero{flex-direction:column;align-items:flex-start;min-height:170px;padding:22px}.event-strip{flex-direction:column;align-items:stretch}.event-strip select{max-width:none}.screen-grid{grid-template-columns:1fr}.cart-panel{position:static}.metrics-grid{grid-template-columns:repeat(2,1fr)}.close-hero{flex-direction:column;align-items:flex-start}.close-total{text-align:left}}@media (width<=560px){.tabbar{bottom:max(10px, env(safe-area-inset-bottom));box-shadow:var(--shadow);margin:0;position:fixed;top:auto;left:12px;right:12px}.tabbar button{padding:11px 5px;font-size:.82rem}.panel{border-radius:24px;padding:16px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-tile{min-height:164px;padding:12px}.payment-grid,.field-row,.export-row{grid-template-columns:1fr}.metrics-grid{grid-template-columns:1fr 1fr}.data-list.compact{grid-template-columns:1fr}}.venta-grid{grid-template-columns:minmax(0,1.32fr) minmax(330px,.78fr)}.products-grid-layout{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr)}.sidebar-stack{gap:16px;display:grid}.chip-row{scrollbar-width:none;gap:8px;padding:10px 0 2px;display:flex;overflow-x:auto}.chip-row::-webkit-scrollbar{display:none}.chip-row button{border:1px solid var(--line);background:var(--panel-strong);color:var(--muted);border-radius:999px;flex:none;padding:9px 12px;font-size:.84rem;font-weight:900}.chip-row button.active{background:var(--brand);color:var(--brand-text);border-color:var(--brand)}.product-badges{flex-wrap:wrap;gap:6px;margin:2px 0 4px;display:flex}.product-badges i,.danger-badge{border:1px solid var(--line);background:var(--soft);min-height:24px;color:var(--muted);border-radius:999px;align-items:center;padding:3px 8px;font-size:.72rem;font-style:normal;font-weight:900;display:inline-flex}.product-badges .danger-badge{color:var(--danger);border-color:color-mix(in srgb, var(--danger) 35%, transparent)}.product-tile.disabled{opacity:.55}.product-tile.disabled:active{transform:none}.cart-footnote{color:var(--muted);text-align:right;margin:-6px 0 12px;font-size:.82rem;font-weight:800}.register-action{min-height:58px;font-size:1.05rem}.presets-panel .muted{margin-top:-4px}.starter-action{margin:10px 0 12px}.preset-grid{grid-template-columns:repeat(auto-fill,minmax(158px,1fr));gap:9px;display:grid}.preset-card{text-align:left;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--panel-strong);min-height:92px;color:var(--text);flex-direction:column;justify-content:space-between;align-items:flex-start;gap:8px;padding:13px;display:flex}.preset-card strong{line-height:1.08}.preset-card span{color:var(--muted);font-size:.8rem;font-weight:800}.preset-card:hover{border-color:var(--line-strong)}.form-panel select{padding:13px 14px}.wide-metrics{grid-template-columns:repeat(5,1fr)}.sale-history{gap:9px;display:grid}.sale-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--panel-strong);justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.sale-card strong,.sale-card span,.sale-card small{display:block}.sale-card span,.sale-card small{color:var(--muted);font-size:.84rem}.sale-card small{overflow-wrap:anywhere;margin-top:3px}.danger-inline{border:1px solid color-mix(in srgb, var(--danger) 36%, transparent);color:var(--danger);background:0 0;border-radius:999px;flex:none;padding:8px 11px;font-size:.78rem;font-weight:950}@media (width<=980px){.products-grid-layout,.venta-grid{grid-template-columns:1fr}.wide-metrics{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.app-hero h1{font-size:clamp(2.8rem,17vw,4.4rem)}.product-grid{gap:8px}.product-tile{min-height:176px}.product-mark{border-radius:16px;width:42px;height:42px}.preset-grid{grid-template-columns:1fr 1fr}.sale-card{flex-direction:column;align-items:flex-start}.danger-inline{justify-content:center;width:100%}}.header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.mini-action{border:1px solid var(--line);background:var(--panel-strong);min-height:38px;color:var(--text);border-radius:999px;padding:8px 12px;font-size:.78rem;font-weight:950}.product-visual{border:1px solid var(--line);background:var(--brand);color:var(--brand-text);letter-spacing:-.04em;flex:none;place-items:center;font-weight:950;display:grid;position:relative;overflow:hidden}.product-visual img,.slide-thumb img,.showcase-media img,.wide-preview img{width:100%;height:100%;display:block}.product-visual.tile{aspect-ratio:1.25;border-radius:18px;width:100%;margin-bottom:2px;font-size:1rem}.product-visual.small{border-radius:15px;width:48px;height:48px;font-size:.72rem}.product-visual.preview{aspect-ratio:4/3;border-radius:var(--radius-lg);width:100%;min-height:164px;font-size:1rem}.product-visual.has-image{background:var(--soft);color:var(--text)}.product-tile.with-photo{min-height:236px}.product-tile strong,.product-tile small,.product-tile b,.product-tile em,.product-badges{width:100%}.image-field{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel-strong);grid-template-columns:minmax(150px,.86fr) minmax(180px,1fr);align-items:stretch;gap:12px;padding:12px;display:grid}.image-preview{place-items:center;min-width:0;display:grid}.image-controls{align-content:start;gap:8px;display:grid}.image-controls select{padding:12px 14px}.image-drop{margin:0}.wide-preview{aspect-ratio:16/9;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--brand);width:100%;color:var(--brand-text);font-weight:950;overflow:hidden}.vitrina-screen{gap:18px}.showcase-player{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--brand);min-height:clamp(420px,70dvh,760px);color:var(--brand-text);box-shadow:var(--shadow);cursor:pointer;isolation:isolate;position:relative;overflow:hidden}.showcase-player:fullscreen{border:0;border-radius:0;min-height:100dvh}.showcase-media{opacity:.72;z-index:-2;position:absolute;inset:0}.showcase-media:after{content:"";background:linear-gradient(90deg,#000000bd,#0000004d,#0000001a);position:absolute;inset:0}.showcase-fallback{letter-spacing:-.09em;opacity:.34;place-items:center;width:100%;height:100%;font-size:clamp(3rem,14vw,9rem);font-weight:950;display:grid}.showcase-copy{width:min(780px,100% - 32px);min-height:inherit;pointer-events:none;flex-direction:column;justify-content:flex-end;gap:12px;padding:clamp(26px,6vw,66px);display:flex}.showcase-copy .eyebrow{color:color-mix(in srgb, var(--brand-text) 72%, transparent)}.showcase-copy h2{letter-spacing:-.085em;text-wrap:balance;margin:0;font-size:clamp(3.2rem,12vw,9rem);line-height:.84}.showcase-copy p{max-width:680px;color:color-mix(in srgb, var(--brand-text) 82%, transparent);margin:0;font-size:clamp(1rem,2.3vw,1.55rem);font-weight:650}.showcase-copy strong{border:1px solid color-mix(in srgb, var(--brand-text) 28%, transparent);background:color-mix(in srgb, var(--brand-text) 12%, transparent);border-radius:999px;width:fit-content;padding:10px 14px;font-size:clamp(1.05rem,2.8vw,1.8rem);display:inline-flex}.showcase-actions{gap:8px;width:min(420px,100% - 36px);display:flex;position:absolute;bottom:18px;right:18px}.showcase-actions .primary-action,.showcase-actions .secondary-action{min-height:54px}.showcase-player .secondary-action{background:color-mix(in srgb, var(--brand-text) 14%, transparent);color:var(--brand-text);border-color:color-mix(in srgb, var(--brand-text) 26%, transparent)}.showcase-player .primary-action{background:var(--brand-text);color:var(--brand)}.showcase-dots{gap:7px;display:flex;position:absolute;top:22px;left:22px}.showcase-dots span{background:color-mix(in srgb, var(--brand-text) 34%, transparent);border-radius:999px;width:9px;height:9px}.showcase-dots span.active{background:var(--brand-text);width:28px}.vitrina-grid{grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr)}.slide-list{gap:10px;display:grid}.slide-row{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:8px;display:grid}.slide-row>button:first-child{text-align:left;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--panel-strong);min-width:0;color:var(--text);align-items:center;gap:12px;padding:10px;display:flex}.slide-thumb{background:var(--brand);width:74px;height:50px;color:var(--brand-text);border-radius:13px;flex:none;place-items:center;font-size:.78rem;font-weight:950;display:grid;overflow:hidden}.slide-row strong,.slide-row small{display:block}.slide-row small{color:var(--muted);margin-top:3px}@media (width<=980px){.vitrina-grid{grid-template-columns:1fr}}@media (width<=720px){.app-shell{padding-inline:10px}.app-hero{border-radius:26px}.compact-actions-row{flex-direction:column;align-items:stretch}.header-actions{justify-content:stretch}.header-actions>*{flex:auto}.image-field{grid-template-columns:1fr}.cart-item,.inventory-row,.data-list>div{align-items:flex-start}.showcase-player{border-radius:26px;min-height:72dvh}.showcase-copy{width:100%;padding:26px 18px 120px}.showcase-copy h2{font-size:clamp(3rem,17vw,5.4rem)}.showcase-actions{flex-direction:column;width:auto;bottom:14px;left:14px;right:14px}.slide-row{grid-template-columns:1fr}}@media (width<=560px){.tabbar{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;padding:6px;left:8px;right:8px}.tabbar button{letter-spacing:-.02em;min-width:0;padding:10px 2px;font-size:.72rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-tile,.product-tile.with-photo{min-height:222px;padding:10px}.product-visual.tile{border-radius:15px}.product-tile strong{font-size:.92rem}.product-tile b{font-size:1rem}.product-badges i,.danger-badge{min-height:22px;padding-inline:6px;font-size:.66rem}.inventory-row{gap:9px}.inventory-row b{font-size:.9rem}.metrics-grid,.wide-metrics{grid-template-columns:1fr 1fr}.showcase-dots{top:16px;left:16px}}.product-tile{min-width:0}.product-tile strong{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;min-height:2.15em;display:-webkit-box;overflow:hidden}.product-tile b,.inventory-row b{border:1px solid var(--line);background:var(--soft);letter-spacing:-.035em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;max-width:100%;padding:7px 10px;line-height:1;display:inline-flex}.product-tile b{margin-top:3px;font-size:clamp(.98rem,2.6vw,1.18rem)}.inventory-row b{flex:none;font-size:.96rem}.showcase-player{min-height:clamp(430px,72dvh,780px);display:block}.showcase-copy{background:linear-gradient(135deg,#00000094,#00000052);border:1px solid #ffffff2e;border-radius:clamp(22px,3vw,34px);justify-content:flex-end;width:min(760px,100% - 500px);min-width:min(420px,100% - 36px);min-height:auto;max-height:calc(100% - 56px);padding:clamp(18px,3.2vw,34px);display:flex;position:absolute;bottom:clamp(20px,4vw,46px);left:clamp(18px,4vw,48px);overflow:hidden;box-shadow:0 28px 80px #00000047}.showcase-copy h2{overflow-wrap:anywhere;max-width:100%;font-size:clamp(2.8rem,8.2vw,7.6rem);line-height:.86}.showcase-copy p:not(.eyebrow){-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.showcase-price{color:#111113;letter-spacing:-.055em;text-wrap:balance;overflow-wrap:anywhere;background:#fffffff0;border:1px solid #ffffff4d;border-radius:999px;justify-content:center;align-items:center;width:fit-content;max-width:100%;margin-top:4px;padding:clamp(10px,1.8vw,15px) clamp(14px,2.2vw,22px);font-size:clamp(1.18rem,3.2vw,2.55rem);font-weight:950;line-height:.95;display:inline-flex;box-shadow:0 14px 34px #0003}.showcase-actions{width:min(390px,100% - 36px)}.showcase-actions .primary-action,.showcase-actions .secondary-action{min-height:52px;padding-inline:16px}@media (width<=1120px){.showcase-copy{width:min(720px,100% - 72px);bottom:92px}.showcase-actions{width:min(520px,100% - 72px);bottom:22px;left:clamp(18px,4vw,48px);right:auto}}@media (width<=720px){.product-tile b,.inventory-row b{padding:6px 9px}.showcase-player{border-radius:26px;min-height:min(76dvh,620px)}.showcase-media{opacity:.62}.showcase-media:after{background:linear-gradient(#0000002e,#0000006b,#000c)}.showcase-copy{border-radius:22px;gap:8px;width:auto;min-width:0;max-height:calc(100% - 152px);padding:16px;bottom:124px;left:12px;right:12px}.showcase-copy h2{letter-spacing:-.078em;font-size:clamp(2.1rem,13.4vw,4.45rem);line-height:.9}.showcase-copy p:not(.eyebrow){-webkit-line-clamp:2;font-size:.98rem}.showcase-price{padding:9px 13px;font-size:clamp(1.05rem,7vw,1.75rem)}.showcase-actions{grid-template-columns:1fr;width:auto;display:grid;bottom:12px;left:12px;right:12px}.showcase-actions .primary-action,.showcase-actions .secondary-action{min-height:50px}}@media (width<=420px){.product-grid{gap:8px}.product-tile,.product-tile.with-photo{min-height:210px;padding:9px}.product-visual.tile{aspect-ratio:1.12}.product-tile strong{font-size:.88rem}.product-tile small,.product-tile em{font-size:.72rem}.product-tile b{letter-spacing:-.045em;font-size:.92rem}.showcase-player{min-height:72dvh}.showcase-copy{max-height:calc(100% - 144px);padding:14px;bottom:118px}.showcase-copy h2{font-size:clamp(1.95rem,14vw,3.4rem)}.showcase-copy .eyebrow{letter-spacing:.11em;margin-bottom:3px;font-size:.62rem}}@media (orientation:landscape) and (height<=620px){.showcase-player{min-height:86dvh}.showcase-copy{justify-content:center;width:min(620px,100% - 430px);max-height:none;top:12px;bottom:12px}.showcase-copy h2{font-size:clamp(2rem,8vw,4.6rem)}.showcase-actions{width:min(360px,42vw);bottom:14px;left:auto;right:14px}}:root{--contrast-light-bg:#fffaf2;--contrast-light-text:#111113;--contrast-dark-bg:#111113;--contrast-dark-text:#fffaf2;--price-chip-bg:#171719;--price-chip-text:#fff;--price-chip-border:#1212142e;--safe-focus:#12121447}@media (prefers-color-scheme:dark){:root{--price-chip-bg:#fffaf2;--price-chip-text:#111113;--price-chip-border:#fffaf247;--safe-focus:#fffaf257}}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--safe-focus);outline-offset:2px}.product-tile b,.inventory-row b,.metric-mini{background:var(--price-chip-bg)!important;color:var(--price-chip-text)!important;border-color:var(--price-chip-border)!important}.total-row strong,.close-total strong{color:var(--text-strong)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.product-tile b,.inventory-row b{box-shadow:none}.showcase-player{--showcase-bg:#111113;--showcase-text:#fffaf2;--showcase-muted:#fffaf2d1;--showcase-panel:#000000b8;--showcase-panel-strong:#000000d6;--showcase-line:#fffaf238;--showcase-soft:#fffaf221;--showcase-action-bg:#fffaf2;--showcase-action-text:#111113;background:var(--showcase-bg)!important;color:var(--showcase-text)!important}.showcase-player:fullscreen{--showcase-bg:#111113;--showcase-text:#fffaf2;--showcase-muted:#fffaf2d1;--showcase-panel:#000000b8;--showcase-panel-strong:#000000d6;--showcase-line:#fffaf238;--showcase-soft:#fffaf221;--showcase-action-bg:#fffaf2;--showcase-action-text:#111113;background:var(--showcase-bg)!important;color:var(--showcase-text)!important}.showcase-media{background:var(--showcase-bg)!important;opacity:1!important}.showcase-media img{background:var(--showcase-bg)!important}.showcase-media:after{z-index:1;pointer-events:none;background:linear-gradient(90deg,#000000d1,#0000007a,#00000038)!important}.showcase-fallback{background:radial-gradient(circle at 70% 20%, #fffaf21f, transparent 38%), var(--showcase-bg)!important;color:#fffaf257!important}.showcase-copy{background:linear-gradient(135deg, var(--showcase-panel-strong), var(--showcase-panel))!important;color:var(--showcase-text)!important;border-color:var(--showcase-line)!important}.showcase-copy,.showcase-copy :not(.showcase-price){color:var(--showcase-text)!important}.showcase-copy .eyebrow,.showcase-copy p:not(.eyebrow){color:var(--showcase-muted)!important}.showcase-copy h2{text-shadow:0 2px 22px #0000006b;color:var(--showcase-text)!important}.showcase-price,.showcase-copy .showcase-price{background:var(--showcase-action-bg)!important;color:var(--showcase-action-text)!important;text-shadow:none!important;border-color:#ffffff61!important}.showcase-player .primary-action{background:var(--showcase-action-bg)!important;color:var(--showcase-action-text)!important;border-color:#0000!important}.showcase-player .secondary-action{color:var(--showcase-text)!important;border-color:var(--showcase-line)!important;background:#0000009e!important}.showcase-dots span{background:#fffaf261!important}.showcase-dots span.active{background:var(--showcase-text)!important}@media (width<=720px){.showcase-media:after{background:linear-gradient(#00000038,#00000094,#000000e6)!important}.showcase-copy{background:linear-gradient(#000000d6,#000000b8)!important}}.showcase-player .showcase-media img[style*=contain]{padding:min(4vw,26px);object-fit:contain!important}:root{--text-strong:var(--text)}.tabbar{grid-template-columns:repeat(6,minmax(0,1fr))}.showcase-actions{grid-template-columns:1.1fr 1fr 1fr;width:min(620px,100% - 36px);display:grid}.showcase-brand{z-index:4;letter-spacing:-.01em;pointer-events:none;background:#0000008f;border:1px solid #fffaf238;border-radius:999px;max-width:min(360px,100% - 80px);padding:8px 11px;font-size:.78rem;font-weight:850;position:absolute;top:20px;right:22px;color:#fffaf2db!important}.contact-modal-backdrop{z-index:80;color:#111113;cursor:default;background:#000000b8;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.showcase-player .contact-modal-backdrop{position:absolute}.contact-modal{color:#111113;background:#fffaf2;border:1px solid #1212141f;border-radius:28px;width:min(620px,100%);max-height:min(92dvh,760px);padding:clamp(18px,4vw,28px);overflow:auto;box-shadow:0 26px 90px #0000006b}.contact-modal *,.contact-modal .eyebrow,.contact-modal .muted{color:inherit}.contact-modal .muted{color:#111113a8}.contact-modal-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:10px;display:flex}.contact-modal h2{letter-spacing:-.06em;margin:0;font-size:clamp(1.8rem,4vw,3rem);line-height:.95}.icon-button{color:#fffaf2;background:#111113;border:1px solid #12121424;border-radius:999px;flex:none;width:42px;height:42px;font-size:1.45rem;font-weight:900;line-height:1}.contact-modal label{color:#111113;gap:7px;margin-top:13px;font-weight:850;display:grid}.contact-modal input,.contact-modal textarea,.contact-modal select{color:#111113;background:#fff;border-color:#12121429}.check-line{align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.35;display:flex!important}.check-line input{width:18px;min-width:18px;margin-top:2px}.consent-line{background:#1212140d;border:1px solid #1212141f;border-radius:18px;padding:12px}.comunidad-grid{grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr)}.comunidad-metrics{grid-template-columns:repeat(3,1fr)}.compact-button{white-space:nowrap;width:auto;min-height:40px;padding:9px 12px}.contact-list{gap:10px;display:grid}.contact-card{border:1px solid var(--line);background:var(--panel-strong);border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;padding:13px;display:grid}.contact-card strong,.contact-card span,.contact-card small,.contact-card p{display:block}.contact-card strong{font-size:1rem;font-weight:900}.contact-card span{color:var(--muted);margin-top:2px;font-size:.88rem}.contact-card small{color:var(--muted);margin-top:4px;font-size:.78rem;font-weight:750}.contact-card p{color:var(--text);margin:8px 0 0;font-size:.9rem}@media (width<=1120px){.showcase-actions{grid-template-columns:1fr 1fr;width:min(680px,100% - 72px)}.showcase-actions .secondary-action:last-child{grid-column:1/-1}}@media (width<=860px){.comunidad-grid{grid-template-columns:1fr}}@media (width<=720px){.showcase-brand{max-width:calc(100% - 28px);font-size:.68rem;top:16px;left:14px;right:auto}.showcase-actions{grid-template-columns:1fr}.showcase-actions .secondary-action:last-child{grid-column:auto}.contact-modal-backdrop{padding:10px}.contact-modal{border-radius:22px}.comunidad-metrics,.contact-card{grid-template-columns:1fr}}@media (width<=560px){.tabbar{scroll-snap-type:x proximity;border-radius:24px;display:flex;overflow-x:auto}.tabbar button{scroll-snap-align:start;flex:none;min-width:92px}}.client-invite{background:#1111130e;border:1px solid #1212141f;border-radius:18px;margin:10px 0 16px;padding:14px 16px;font-size:1.02rem;font-weight:760;line-height:1.35;color:#111113!important}.social-qr-panel{background:#111113;border:1px solid #1212141f;border-radius:22px;grid-template-columns:1fr minmax(110px,148px);align-items:center;gap:16px;margin:14px 0 16px;padding:14px;display:grid;color:#fffaf2!important}.social-qr-panel *{color:inherit!important}.social-qr-panel span{letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:.72rem;font-weight:950;display:block;color:#fffaf2b8!important}.social-qr-panel strong{letter-spacing:-.045em;font-size:clamp(1.25rem,3vw,1.75rem);line-height:1;display:block}.social-qr-panel small{overflow-wrap:anywhere;max-width:34ch;margin-top:8px;font-size:.82rem;line-height:1.25;display:block;color:#fffaf2b8!important}.social-qr-panel img,.qr-preview img{aspect-ratio:1;object-fit:contain;background:#fffaf2;border-radius:16px;width:100%;padding:8px;display:block}.brand-panel{position:relative}.qr-upload-row{grid-template-columns:minmax(0,1fr) minmax(160px,220px);align-items:stretch;gap:14px;margin:12px 0 16px;display:grid}.qr-drop{min-height:142px}.qr-preview{border:1px solid var(--line);background:var(--panel-soft);border-radius:20px;gap:10px;padding:10px;display:grid}.qr-preview .secondary-action{width:100%;min-height:40px;padding:10px 12px;font-size:.86rem}@media (width<=780px){.social-qr-panel{grid-template-columns:1fr}.social-qr-panel img{justify-self:center;width:min(220px,100%)}.qr-upload-row{grid-template-columns:1fr}}@media (width<=540px){.client-invite{font-size:.95rem}.contact-modal h2{font-size:clamp(1.55rem,10vw,2.35rem)}}.promo-wheel{aspect-ratio:1;place-items:center;width:min(210px,56vw);margin:4px auto 18px;display:grid;position:relative}.promo-wheel .wheel-face{background:conic-gradient(from -30deg, #fff3b0 0 25%, #111 25% 50%, #f7f7f7 50% 75%, #222 75% 100%);border:8px solid #ffffffeb;border-radius:999px;place-items:center;width:100%;height:100%;transition:transform .75s cubic-bezier(.22,.84,.24,1);display:grid;position:relative;box-shadow:0 24px 80px #00000052,inset 0 0 0 1px #00000029}.promo-wheel.spinning .wheel-face{transform:rotate(780deg)}.promo-wheel .wheel-face span{color:#111;letter-spacing:-.04em;font-size:clamp(.86rem,2.8vw,1.24rem);font-weight:950;position:absolute}.promo-wheel .wheel-face span:first-child{transform:translateY(-62px)}.promo-wheel .wheel-face span:nth-child(2){color:#fff;transform:translate(62px)}.promo-wheel .wheel-face span:nth-child(3){transform:translateY(62px)}.promo-wheel .wheel-face span:nth-child(4){color:#fff;transform:translate(-62px)}.promo-wheel i{filter:drop-shadow(0 6px 16px #00000057);border-top:28px solid #fff;border-left:14px solid #0000;border-right:14px solid #0000;width:0;height:0;position:absolute;top:-3px}.coupon-success{text-align:center;color:#fff;background:#101010;border:1px solid #ffffff2e;border-radius:28px;gap:10px;padding:18px;display:grid;box-shadow:inset 0 1px #ffffff14}.coupon-success span,.coupon-success small,.coupon-success p{color:#ffffffc7}.coupon-success strong{color:#fff;letter-spacing:-.07em;font-size:clamp(1.45rem,5vw,2.8rem);line-height:.95}.coupon-success b{color:#111;letter-spacing:.08em;background:#fff;border-radius:999px;justify-self:center;padding:9px 14px;font-size:1.08rem;display:inline-flex}.coupon-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:4px;display:flex}.coupon-chip{color:#fff;background:#111;border-radius:999px;width:fit-content;margin-top:8px;padding:6px 10px;font-size:.82rem;font-style:normal;font-weight:850;display:inline-flex}@media (width<=560px){.promo-wheel .wheel-face span:first-child{transform:translateY(-46px)}.promo-wheel .wheel-face span:nth-child(2){transform:translate(46px)}.promo-wheel .wheel-face span:nth-child(3){transform:translateY(46px)}.promo-wheel .wheel-face span:nth-child(4){transform:translate(-46px)}.coupon-success{border-radius:22px;padding:14px}}@media (width<=980px){.showcase-player{min-height:clamp(520px,78dvh,880px)}.showcase-copy{border-radius:24px;gap:10px;width:auto;min-width:0;max-height:calc(100% - 148px);padding:18px;bottom:108px;left:16px;right:16px}.showcase-copy h2{font-size:clamp(2.4rem,10vw,4.9rem);line-height:.88}.showcase-copy p:not(.eyebrow){-webkit-line-clamp:2;max-width:none}.showcase-actions{grid-template-columns:1fr 1fr;width:auto;bottom:16px;left:16px;right:16px}.showcase-actions .primary-action{grid-column:1/-1}.showcase-actions .secondary-action{min-width:0}.showcase-brand{max-width:calc(100% - 96px);padding:7px 10px;font-size:.72rem;top:16px;right:16px}.showcase-dots{gap:6px;top:16px;left:16px}}@media (width<=640px){.showcase-player{min-height:min(78dvh,640px)}.showcase-copy{border-radius:20px;gap:8px;max-height:calc(100% - 224px);padding:14px;bottom:176px;left:12px;right:12px}.showcase-copy h2{letter-spacing:-.072em;font-size:clamp(2rem,12.2vw,3.6rem)}.showcase-copy .eyebrow{letter-spacing:.12em;font-size:.68rem}.showcase-copy p:not(.eyebrow){font-size:.94rem}.showcase-price{padding:8px 12px;font-size:clamp(1rem,6.4vw,1.55rem)}.showcase-actions{grid-template-columns:1fr;gap:8px;bottom:12px;left:12px;right:12px}.showcase-actions .primary-action,.showcase-actions .secondary-action{min-height:48px}.showcase-brand{width:auto;max-width:none;padding:6px 9px;font-size:.66rem;top:12px;left:12px;right:12px}.showcase-dots{top:46px;left:12px}}@media (width<=920px){.tabbar{scroll-snap-type:x proximity;border-radius:24px;gap:6px;padding:6px;display:flex;overflow-x:auto}.tabbar button{letter-spacing:-.02em;scroll-snap-align:start;white-space:nowrap;flex:none;min-width:92px;padding:10px 12px;font-size:.84rem}.compact-actions-row{gap:10px;display:grid}.header-actions{justify-content:space-between;gap:8px;width:100%}.header-actions>*{flex:0 auto}.metric-mini{white-space:nowrap;max-width:100%}.main-panel{overflow:hidden}.search-input{width:100%}.chip-row{gap:7px;padding-top:8px}.chip-row button{padding:8px 11px;font-size:.8rem}}@media (width<=760px){.header-actions{grid-template-columns:1fr auto;align-items:center;display:grid}.metric-mini{text-overflow:ellipsis;min-width:0;overflow:hidden}.mini-action{min-height:40px;padding-inline:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-tile,.product-tile.with-photo{min-height:198px}}@media (width<=520px){.header-actions{grid-template-columns:1fr}.mini-action,.metric-mini{text-align:center;justify-content:center;width:100%}.tabbar button{min-width:84px;padding:9px 10px;font-size:.78rem}}.export-panel .export-row{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));align-items:stretch}.export-panel .primary-action{grid-column:1/-1}@media (width>=900px){.export-panel .primary-action{grid-column:auto}}@media (width<=720px){.hero-title-row{gap:12px}.hero-logo{width:52px;height:52px}.splash-card{padding:28px 20px}}.hero-logo,.splash-logo,.brand-logo-preview img{background:var(--panel-strong);border-radius:24px;overflow:hidden}.splash-logo,.hero-logo{padding:0}@media (width<=720px){.hero-logo,.splash-logo,.brand-logo-preview img{border-radius:18px}}.import-note{border:1px solid var(--line);background:var(--soft);border-radius:16px;margin-top:10px;padding:11px 12px}.import-note strong{color:var(--text)}.brand-upload-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0 16px;display:grid}.brand-upload-card{border:1px solid var(--line);background:var(--panel-strong);border-radius:22px;grid-template-rows:auto 1fr auto;gap:12px;min-height:260px;padding:14px;display:grid}.brand-upload-card .eyebrow{margin-bottom:5px}.brand-upload-card strong,.brand-upload-card span{display:block}.brand-upload-card strong{letter-spacing:-.025em;font-size:1rem;font-weight:950}.brand-upload-card span{color:var(--muted);margin-top:4px;font-size:.86rem;line-height:1.35}.brand-upload-preview,.brand-upload-empty{border:1px solid var(--line);background:var(--soft);border-radius:20px;place-items:center;width:100%;min-height:118px;display:grid;position:relative;overflow:hidden}.brand-upload-preview img{object-fit:contain;width:100%;height:100%;max-height:150px;padding:12px}.brand-upload-empty{color:var(--muted);text-align:center;padding:18px;font-weight:850}.upload-action{border:1px solid var(--line-strong);background:var(--brand);cursor:pointer;text-align:center;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:11px 14px;color:var(--brand-text)!important;font-weight:950!important;display:inline-flex!important}.upload-action input{display:none}.ghost-inline{border:1px solid var(--line);background:color-mix(in srgb, var(--panel) 92%, transparent);min-height:34px;color:var(--text);border-radius:999px;padding:7px 10px;font-size:.76rem;font-weight:950;position:absolute;bottom:9px;right:9px;box-shadow:0 10px 26px #00000029}@media (width<=760px){.brand-upload-grid{grid-template-columns:1fr}.brand-upload-card{min-height:auto}.brand-upload-preview,.brand-upload-empty{min-height:106px}}@media (prefers-color-scheme:dark){.ghost-inline{color:#fffaf2;background:#000000b8;border-color:#fffaf238}}.hero-status-actions{flex:none;justify-items:end;gap:8px;display:grid}.offline-pill.online span{background:#2bb673}.offline-pill.offline span{background:#f0b429}.install-pill{border:1px solid var(--line);background:var(--brand);min-height:38px;color:var(--brand-text);border-radius:999px;padding:9px 12px;font-size:.84rem;font-weight:950}.pwa-status-panel{border:1px solid var(--line);background:var(--panel);border-radius:22px;justify-content:space-between;align-items:center;gap:14px;margin:-6px 0 16px;padding:13px 15px;display:flex}.pwa-status-panel strong,.pwa-status-panel span{display:block}.pwa-status-panel strong{font-size:.98rem;font-weight:950}.pwa-status-panel span{color:var(--muted);margin-top:2px;font-size:.86rem;line-height:1.35}.pwa-status-actions{flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}@media (display-mode:standalone){.app-shell{padding-top:max(18px, env(safe-area-inset-top))}}@media (width<=720px){.hero-status-actions{justify-content:space-between;width:100%;display:flex}.pwa-status-panel{flex-direction:column;align-items:stretch}.pwa-status-actions{justify-content:stretch}.pwa-status-actions>*{flex:auto}}@media (width<=480px){.hero-status-actions{justify-items:stretch;display:grid}.install-pill,.offline-pill{justify-content:center}}html,body,#root{min-height:100%}body.owo-feria-kiosk-active{overscroll-behavior:none;background:#000;overflow:hidden}.showcase-player-kiosk{cursor:default;z-index:9999!important;width:100dvw!important;height:100dvh!important;min-height:100dvh!important;box-shadow:none!important;border:0!important;border-radius:0!important;position:fixed!important;inset:0!important}.showcase-player-kiosk:fullscreen{cursor:default;z-index:9999!important;width:100dvw!important;height:100dvh!important;min-height:100dvh!important;box-shadow:none!important;border:0!important;border-radius:0!important;position:fixed!important;inset:0!important}.showcase-player-kiosk .showcase-copy{left:max(18px, env(safe-area-inset-left))!important;bottom:calc(max(18px, env(safe-area-inset-bottom)) + 78px)!important;width:min(760px,100vw - 36px)!important;max-height:calc(100dvh - 160px)!important}.showcase-player-kiosk .showcase-actions{left:max(18px, env(safe-area-inset-left))!important;right:max(18px, env(safe-area-inset-right))!important;bottom:max(16px, env(safe-area-inset-bottom))!important;grid-template-columns:1.1fr 1fr .75fr!important;width:auto!important}.showcase-player-kiosk .showcase-brand{top:max(16px, env(safe-area-inset-top))!important;right:max(18px, env(safe-area-inset-right))!important}.showcase-player-kiosk .showcase-dots{top:max(18px, env(safe-area-inset-top))!important;left:max(18px, env(safe-area-inset-left))!important}.kiosk-exit{top:max(58px, calc(env(safe-area-inset-top) + 18px));right:max(18px, env(safe-area-inset-right));z-index:6;color:#fffaf2;background:#0000009e;border:1px solid #fffaf238;border-radius:999px;min-height:38px;padding:8px 12px;font-size:.78rem;font-weight:950;position:absolute}@media (display-mode:fullscreen),(display-mode:standalone){body{background:#000}.app-shell{min-height:100dvh}}@media (width<=720px){.showcase-player-kiosk .showcase-copy{width:auto!important;max-height:calc(100dvh - 230px)!important;bottom:176px!important;left:12px!important;right:12px!important}.showcase-player-kiosk .showcase-actions{left:12px!important;right:12px!important;bottom:max(12px, env(safe-area-inset-bottom))!important;grid-template-columns:1fr!important}.showcase-player-kiosk .showcase-brand{left:12px!important;right:12px!important;top:max(12px, env(safe-area-inset-top))!important;max-width:none!important}.showcase-player-kiosk .showcase-dots{top:calc(max(12px, env(safe-area-inset-top)) + 36px)!important;left:12px!important}.kiosk-exit{top:calc(max(12px, env(safe-area-inset-top)) + 38px);right:12px}}@media (orientation:landscape) and (height<=620px){.showcase-player-kiosk .showcase-copy{top:max(14px, env(safe-area-inset-top))!important;bottom:max(14px, env(safe-area-inset-bottom))!important;width:min(620px,100vw - 430px)!important;max-height:none!important}.showcase-player-kiosk .showcase-actions{left:auto!important;right:max(14px, env(safe-area-inset-right))!important;bottom:max(14px, env(safe-area-inset-bottom))!important;grid-template-columns:1fr!important;width:min(360px,42vw)!important}}.ios-install-panel{background:color-mix(in srgb, var(--panel) 76%, #f0b429 8%);border:1px solid #f0b42961;border-radius:22px;gap:12px;margin:-6px 0 16px;padding:14px 15px;display:grid}.ios-install-panel strong,.ios-install-panel span{display:block}.ios-install-panel strong{font-size:.98rem;font-weight:950}.ios-install-panel>div:first-child span{color:var(--muted);margin-top:4px;font-size:.86rem;line-height:1.38}.ios-install-steps{flex-wrap:wrap;gap:8px;display:flex}.ios-install-steps span{border:1px solid var(--line);background:var(--soft);color:var(--text);border-radius:999px;padding:8px 10px;font-size:.78rem;font-weight:900}@media (width<=520px){.ios-install-steps{display:grid}}.showcase-player-game{background:radial-gradient(circle at 18% 15%,#fff2aa38,#0000 32%),radial-gradient(circle at 82% 20%,#ff826033,#0000 34%),radial-gradient(circle at 50% 100%,#5582ff38,#0000 38%),#050506!important}.game-slide-stage{color:#fffaf2;z-index:2;grid-template-columns:minmax(250px,.85fr) minmax(320px,1.15fr);align-items:center;gap:clamp(18px,4vw,54px);padding:clamp(26px,6vw,76px);display:grid;position:absolute;inset:0}.game-copy-block{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#00000057;border:1px solid #fffaf229;border-radius:30px;max-width:560px;padding:clamp(18px,3vw,30px);box-shadow:0 28px 90px #00000057}.game-copy-block h2{letter-spacing:-.075em;color:#fffaf2;margin:6px 0 10px;font-size:clamp(2.3rem,7vw,6.2rem);line-height:.88}.game-copy-block p:not(.eyebrow){color:#fffaf2d1;font-size:clamp(1rem,2vw,1.25rem);line-height:1.42}.game-badges{flex-wrap:wrap;gap:8px;margin:16px 0 10px;display:flex}.game-badges span{color:#fffaf2;background:#ffffff14;border:1px solid #fffaf229;border-radius:999px;padding:8px 10px;font-size:.78rem;font-weight:950}.game-play-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a0a0c94;border:1px solid #fffaf22e;border-radius:34px;grid-template-columns:minmax(240px,.9fr) minmax(260px,1fr);align-items:center;gap:18px;padding:clamp(14px,2.6vw,24px);display:grid;box-shadow:0 30px 120px #00000070}.game-wheel-wrap{aspect-ratio:1;filter:drop-shadow(0 30px 44px #00000080);place-items:center;width:min(38vw,320px);min-width:230px;max-width:320px;margin:auto;display:grid;position:relative}.game-pointer{z-index:5;color:#fffaf2;text-shadow:0 5px 18px #000000b3;font-size:1.8rem;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.game-wheel{background:conic-gradient(from -112.5deg,#ffd466fa 0deg 45deg,#ff7c5cfa 45deg 90deg,#5aa9fffa 90deg 135deg,#7ddd97fa 135deg 180deg,#ffd466fa 180deg 225deg,#ff7c5cfa 225deg 270deg,#5aa9fffa 270deg 315deg,#7ddd97fa 315deg 360deg);border:10px solid #fffaf2eb;border-radius:50%;transition:transform 1.82s cubic-bezier(.08,.82,.12,1);position:absolute;inset:0;overflow:hidden}.game-wheel.is-spinning{filter:saturate(1.25)brightness(1.05);transition-duration:1.86s}.game-wheel:before,.game-wheel:after{content:"";pointer-events:none;border:1px solid #ffffff61;border-radius:50%;position:absolute;inset:17%}.game-wheel:after{border:3px dashed #ffffff6b;animation:1.2s linear infinite wheelLights;inset:4%}.game-wheel span{transform-origin:0 0;color:#000000c2;text-align:center;text-transform:uppercase;letter-spacing:-.02em;width:45%;font-size:.64rem;font-weight:1000;line-height:1.05;position:absolute;top:50%;left:50%}.game-wheel span.prize-slot{color:#120c00;text-shadow:0 1px #ffffff59}.game-wheel-core{z-index:3;aspect-ratio:1;color:#fffaf2;letter-spacing:-.08em;background:#121214;border:6px solid #fffaf2f0;border-radius:50%;place-items:center;width:30%;font-weight:1000;display:grid;position:relative;box-shadow:0 12px 36px #00000061}@keyframes wheelLights{to{transform:rotate(360deg)}}.game-form-zone{gap:10px;display:grid}.game-mini-fields{gap:8px;display:grid}.game-mini-fields input,.game-form-zone textarea,.game-form-zone select{color:#111;background:#ffffffeb;border:1px solid #fffaf229;border-radius:14px;min-height:42px;padding:10px 12px;font-weight:850}.game-consent{color:#fffaf2d1;align-items:flex-start;font-size:.78rem;line-height:1.25}.game-consent input{margin-top:2px}.game-error{color:#fff;background:#ff464624;border:1px solid #ff787861;border-radius:14px;padding:9px 11px;font-size:.84rem;font-weight:900}.game-hint{color:#fffaf2b8;font-size:.84rem;line-height:1.32}.game-result,.game-saved-card{color:#fffaf2;background:#ffffff1a;border:1px solid #fffaf22e;border-radius:20px;padding:12px}.game-result strong,.game-result span,.game-result small,.game-saved-card span,.game-saved-card strong,.game-saved-card b,.game-saved-card p{display:block}.game-result strong,.game-saved-card strong{font-size:1.1rem;font-weight:1000}.game-result span,.game-saved-card b{color:#ffe07a;margin-top:4px;font-size:1rem;font-weight:1000}.game-result.win{background:#ffce5029;border-color:#ffdc785c}.game-result.try{background:#ffffff14}.game-spin-button{min-height:54px;font-size:1rem;box-shadow:0 16px 38px #ffd26e29}.game-slide-note{border:1px solid var(--line);background:var(--soft);border-radius:18px;padding:13px}.game-slide-note strong,.game-slide-note span{display:block}.game-slide-note span{color:var(--muted);margin-top:4px;font-size:.86rem;line-height:1.35}.slide-row-game .slide-thumb{font-size:1.2rem}.promo-settings-panel{border:1px solid var(--line);background:var(--soft);border-radius:22px;margin:14px 0;padding:14px}.promo-settings-panel h3{letter-spacing:-.04em;margin:2px 0 4px;font-size:1.05rem}.promo-prize-count{border:1px solid var(--line);background:var(--panel);color:var(--muted);border-radius:999px;margin:8px 0 12px;padding:7px 10px;font-size:.78rem;font-weight:950;display:inline-flex}.promo-slot-editor{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:520px;padding-right:4px;display:grid;overflow:auto}.promo-slot-edit{border:1px solid var(--line);background:var(--panel);border-radius:16px;gap:7px;padding:10px;display:grid}.promo-slot-edit.is-prize{border-color:color-mix(in srgb, var(--brand) 55%, var(--line));background:color-mix(in srgb, var(--panel) 86%, var(--brand) 8%)}.promo-slot-edit input:not([type=checkbox]),.promo-slot-edit textarea{border-radius:12px;min-height:38px}@media (width<=900px){.game-slide-stage{grid-template-columns:1fr;gap:12px;padding:18px;overflow:auto}.game-copy-block{padding:14px}.game-copy-block h2{font-size:clamp(2rem,11vw,4.3rem)}.game-play-card{grid-template-columns:1fr;gap:10px}.game-wheel-wrap{width:min(78vw,300px);min-width:210px}.promo-slot-editor{grid-template-columns:1fr}}@media (width<=540px){.game-slide-stage{align-content:start;padding:12px}.game-copy-block{border-radius:22px}.game-copy-block p:not(.eyebrow){font-size:.92rem}.game-badges{margin:10px 0 6px}.game-badges span{padding:6px 8px;font-size:.7rem}.game-play-card{border-radius:24px;padding:12px}.game-wheel-wrap{width:min(72vw,250px);min-width:190px}.game-wheel{border-width:8px}.game-wheel span{width:46%;font-size:.5rem}.game-spin-button{min-height:50px}.showcase-player-kiosk .game-slide-stage{padding:max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom))}}.game-play-card{overflow:hidden}.game-register-form{gap:10px;display:grid}.attempt-card{color:#fffaf2;background:#ffffff1a;border:1px solid #fffaf22e;border-radius:20px;gap:3px;padding:12px;display:grid}.attempt-card span,.attempt-card small{color:#fffaf2bd;font-size:.78rem;font-weight:850}.attempt-card strong{letter-spacing:-.08em;font-size:clamp(2rem,8vw,3.6rem);line-height:.9}.game-result.win{animation:.58s cubic-bezier(.18,1.35,.22,1) prizePop;box-shadow:0 0 0 1px #ffe07a3d,0 0 38px #ffe07a47}.game-result.win:before{content:"🎉 ✨ 🎁";letter-spacing:.18em;margin-bottom:4px;font-size:1.25rem;display:block}@keyframes prizePop{0%{opacity:.15;filter:blur(4px);transform:scale(.92)}65%{opacity:1;filter:blur();transform:scale(1.035)}to{transform:scale(1)}}.scratch-grid-wrap{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:min(42vw,360px);max-width:360px;margin:auto;display:grid}.scratch-card{color:#fffaf2;cursor:pointer;background:linear-gradient(145deg,#ffffff29,#ffffff0f);border:1px solid #fffaf22e;border-radius:20px;place-items:center;min-height:82px;padding:10px;transition:transform .2s,border-color .2s,filter .2s;display:grid;position:relative;overflow:hidden}.scratch-card:not(:disabled):hover{border-color:#ffe07a70;transform:translateY(-2px)}.scratch-card strong{z-index:1;opacity:0;text-align:center;font-size:.86rem;line-height:1.05;position:relative}.scratch-cover{z-index:2;color:#fff;background:repeating-linear-gradient(135deg,#ffffff38 0 8px,#ffffff1a 8px 16px),linear-gradient(145deg,#5c6472,#252936);place-items:center;font-size:1.55rem;font-weight:1000;transition:transform .45s,opacity .35s;display:grid;position:absolute;inset:0}.scratch-card.is-revealed{background:#ffffff1f;box-shadow:0 14px 32px #00000042}.scratch-card.is-revealed.is-prize{background:#ffce5029;border-color:#ffe07a80;animation:.58s cubic-bezier(.18,1.35,.22,1) prizePop}.scratch-card.is-revealed .scratch-cover{opacity:0;transform:translateY(105%)rotate(2deg)}.scratch-card.is-revealed strong{opacity:1}.game-admin-options{grid-template-columns:minmax(180px,260px) minmax(0,1fr);align-items:end;gap:10px;margin:8px 0 10px;display:grid}.admin-toggle{border:1px solid var(--line);background:var(--panel);border-radius:14px;align-items:center;min-height:44px;padding:10px 12px}.promo-slot-edit select{border:1px solid var(--line);background:var(--panel);min-height:38px;color:var(--text);border-radius:12px;padding:8px 10px;font-weight:850}@media (width<=900px){.game-slide-stage{grid-template-rows:auto 1fr;display:grid;position:absolute;inset:0;overflow:hidden auto}.game-copy-block{order:1}.game-play-card{order:2}.scratch-grid-wrap{width:min(82vw,360px)}.game-admin-options{grid-template-columns:1fr}}@media (width<=540px){.game-slide-stage{gap:8px;padding:10px}.game-copy-block h2{font-size:clamp(1.7rem,9vw,2.7rem)}.game-copy-block{padding:12px}.game-play-card{gap:9px;padding:10px}.game-wheel-wrap{width:min(76vw,270px);min-width:0}.game-wheel span{font-size:clamp(.45rem,1.9vw,.58rem)}.game-mini-fields input,.game-form-zone textarea,.game-form-zone select{min-height:38px}.game-consent{font-size:.7rem}.scratch-grid-wrap{gap:8px;width:min(82vw,330px)}.scratch-card{border-radius:16px;min-height:64px}}.showcase-player-game,.showcase-player-game *{box-sizing:border-box}.showcase-player-game{overflow:hidden!important}.game-slide-stage{grid-template-columns:minmax(250px,.78fr) minmax(330px,1fr)!important;align-items:center!important;gap:clamp(16px,3vw,38px)!important;padding:clamp(18px,4.4vw,54px)!important;overflow:hidden!important}.game-copy-block{max-height:100%;overflow:hidden}.game-copy-block h2{font-size:clamp(2rem,5vw,4.8rem)!important}.game-play-card{max-height:calc(100dvh - 96px);grid-template-columns:1fr!important;grid-template-areas:"visual""controls"!important;place-items:center!important;gap:14px!important;width:min(100%,560px)!important;margin-inline:auto!important;display:grid!important;overflow:visible!important}.game-visual-zone{grid-area:visual;justify-items:center;gap:10px;width:100%;display:grid}.game-form-zone{grid-area:controls;justify-self:center;gap:10px;width:min(100%,460px);display:grid}.game-register-form{width:100%}.game-wheel-wrap{width:min(52vw,340px)!important;min-width:250px!important;max-width:340px!important;margin:0 auto!important}.game-wheel span{text-align:center;justify-content:center;align-items:center;height:2.2rem;display:flex;color:#000000d9!important;width:42%!important;font-size:.9rem!important}.game-wheel span b{background:#ffffffc7;border:1px solid #0000002e;border-radius:999px;place-items:center;width:1.85rem;height:1.85rem;display:inline-grid;box-shadow:0 4px 12px #00000024}.game-wheel-legend{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:min(100%,460px);display:grid}.game-wheel-legend span{color:#fffaf2e6;text-overflow:ellipsis;white-space:nowrap;background:#ffffff13;border:1px solid #fffaf224;border-radius:999px;align-items:center;gap:6px;min-width:0;padding:7px 9px;font-size:.72rem;font-weight:900;line-height:1.1;display:flex;overflow:hidden}.game-wheel-legend span b{color:#111;background:#fffaf2eb;border-radius:999px;flex:none;place-items:center;width:1.35rem;height:1.35rem;font-size:.68rem;display:inline-grid}.game-wheel-legend span.is-prize{background:#ffd55c21;border-color:#ffde7c4d}.game-mini-fields{grid-template-columns:1fr!important}.game-spin-button{z-index:1;width:100%;position:static!important}.game-result,.game-saved-card,.attempt-card,.game-hint,.game-error{width:100%}@media (width<=900px){.showcase-player-game{min-height:100dvh}.game-slide-stage{-webkit-overflow-scrolling:touch;grid-template-rows:auto minmax(0,1fr)!important;grid-template-columns:1fr!important;align-content:start!important;padding:12px!important;display:grid!important;position:absolute!important;inset:0!important;overflow:hidden auto!important}.game-copy-block{justify-self:center;width:100%;max-width:620px}.game-play-card{align-self:start;width:min(100%,620px)!important;max-height:none!important}.game-wheel-wrap{width:min(72vw,320px)!important;min-width:220px!important}}@media (width<=540px){.showcase-player-game{height:100dvh!important;max-height:100dvh!important}.game-slide-stage{padding:max(8px, env(safe-area-inset-top)) 8px max(14px, env(safe-area-inset-bottom))!important;gap:8px!important}.game-copy-block{border-radius:18px!important;padding:10px!important}.game-copy-block h2{letter-spacing:-.05em!important;margin:4px 0 6px!important;font-size:clamp(1.45rem,8vw,2.15rem)!important;line-height:.95!important}.game-copy-block p:not(.eyebrow){margin:0;font-size:.82rem!important;line-height:1.25!important}.game-badges{gap:5px!important;margin:8px 0 0!important}.game-badges span{padding:5px 7px!important;font-size:.62rem!important}.game-play-card{border-radius:20px!important;gap:9px!important;padding:9px!important}.game-wheel-wrap{width:min(76vw,270px)!important;min-width:0!important;max-width:270px!important}.game-pointer{font-size:1.45rem!important;top:-6px!important}.game-wheel{border-width:7px!important}.game-wheel span{width:41%!important;font-size:.74rem!important}.game-wheel span b{width:1.45rem;height:1.45rem}.game-wheel-core{font-size:.7rem;border-width:4px!important}.game-wheel-legend{grid-template-columns:1fr 1fr;gap:5px}.game-wheel-legend span{padding:6px 7px;font-size:.62rem}.game-wheel-legend span b{width:1.15rem;height:1.15rem;font-size:.58rem}.game-form-zone{width:100%;gap:7px!important}.game-mini-fields input,.game-form-zone textarea,.game-form-zone select{min-height:36px!important;padding:8px 10px!important;font-size:.86rem!important}.game-consent{border-radius:12px!important;padding:7px!important;font-size:.62rem!important;line-height:1.18!important}.game-spin-button{min-height:44px!important;font-size:.9rem!important}.attempt-card,.game-result,.game-saved-card{border-radius:16px!important;padding:9px!important}.scratch-grid-wrap{width:min(86vw,330px)!important}}.ajustes-grid{grid-template-columns:1fr!important;gap:18px!important}.ajustes-grid>.panel{width:100%;max-width:none}.ajustes-grid .brand-panel{grid-column:1/-1}.ajustes-grid .promo-settings-panel{overflow:hidden}.ajustes-grid .promo-settings-panel .panel-title-row{grid-template-columns:minmax(0,1fr) minmax(130px,170px);align-items:start;gap:14px;display:grid}.ajustes-grid .game-admin-options{grid-template-columns:minmax(180px,260px) minmax(0,1fr);align-items:stretch}.ajustes-grid .admin-toggle{justify-content:flex-start;gap:10px;width:100%;min-width:0;align-items:center!important;display:flex!important}.ajustes-grid .admin-toggle span{overflow-wrap:anywhere;min-width:0}.ajustes-grid .promo-slot-editor{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));max-height:none;padding-right:0;overflow:visible}.showcase-player-game .game-slide-stage{grid-template-columns:minmax(250px,.9fr) minmax(420px,1.05fr)!important;align-items:center!important;gap:clamp(14px,2.2vw,30px)!important;padding:clamp(18px,3.2vw,44px)!important}.showcase-player-game .game-copy-block{max-width:520px;padding:clamp(18px,2.3vw,28px)!important}.showcase-player-game .game-copy-block h2{font-size:clamp(2.8rem,5vw,5.2rem)!important}.showcase-player-game .game-play-card{align-self:center;width:min(100%,520px)!important;max-height:none!important;padding:clamp(14px,1.8vw,20px)!important;overflow:hidden!important}.showcase-player-game .game-wheel-wrap{width:min(32vw,310px)!important;min-width:250px!important;max-width:310px!important}.showcase-player-game .game-wheel-legend{gap:5px!important;width:min(100%,440px)!important}.showcase-player-game .game-wheel-legend span{padding:6px 8px!important;font-size:.66rem!important}.showcase-player-game .game-form-zone{gap:8px!important;width:min(100%,440px)!important}.showcase-player-game .game-mini-fields{gap:7px!important}.showcase-player-game .game-mini-fields input{min-height:38px!important;padding:8px 11px!important}.showcase-player-game .game-consent{padding:8px 10px!important;font-size:.66rem!important;line-height:1.18!important}.showcase-player-game .game-spin-button{min-height:46px!important;font-size:.86rem!important}@media (width<=1180px){.showcase-player-game{min-height:760px!important}.showcase-player-game .game-slide-stage{grid-template-columns:1fr!important;align-content:start!important;overflow:hidden auto!important}.showcase-player-game .game-copy-block,.showcase-player-game .game-play-card{justify-self:center!important;width:min(100%,680px)!important}.showcase-player-game .game-wheel-wrap{width:min(54vw,310px)!important}}@media (width<=900px){.showcase-player-game{min-height:100dvh!important}.showcase-player-game .game-slide-stage{padding:14px!important;position:absolute!important;inset:0!important}.ajustes-grid .promo-settings-panel .panel-title-row,.ajustes-grid .game-admin-options{grid-template-columns:1fr!important}}@media (width<=540px){.showcase-player-game .game-wheel-wrap{width:min(76vw,270px)!important}.showcase-player-game .game-wheel-legend{grid-template-columns:1fr 1fr!important}.showcase-player-game .game-wheel-legend span{font-size:.62rem!important}}.game-wheel-wrap{--wheel-marker-radius:clamp(84px, 38%, 126px)}.game-wheel span{z-index:2;pointer-events:none;transform-origin:50%!important;width:34px!important;height:34px!important;transform:rotate(var(--slot-angle)) translateY(calc(var(--wheel-marker-radius) * -1)) rotate(calc(var(--slot-angle) * -1))!important;margin:-17px 0 0 -17px!important;top:50%!important;left:50%!important}.game-wheel span b{color:#111!important;background:#fffaf2eb!important;border:2px solid #00000038!important;width:2rem!important;height:2rem!important;font-size:.86rem!important;box-shadow:0 6px 16px #00000038!important}.game-wheel-legend{counter-reset:wheelSlots}.game-wheel-legend span{min-height:30px}.game-result.has-message em{color:#fffaf2;background:#fffaf21f;border-radius:16px;margin-top:8px;padding:10px 12px;font-size:clamp(.98rem,1.8vw,1.25rem);font-style:normal;font-weight:950;line-height:1.2;display:block}.game-result.win.has-message em{color:#fff6d9;background:#ffe07a2e;box-shadow:inset 0 0 0 1px #ffe07a38}.game-result.has-message small{margin-top:8px}@media (width>=901px) and (width<=1180px){.showcase-player-game{min-height:920px!important}.showcase-player-game .game-slide-stage{grid-template-rows:auto auto!important;grid-template-columns:1fr!important;align-content:start!important;justify-items:center!important;gap:14px!important;padding:18px!important;overflow-y:auto!important}.showcase-player-game .game-copy-block{width:min(100%,720px)!important;max-width:720px!important;padding:18px 22px!important}.showcase-player-game .game-copy-block h2{font-size:clamp(2.4rem,7vw,4.3rem)!important}.showcase-player-game .game-play-card{width:min(100%,720px)!important;max-width:720px!important}.showcase-player-game .game-wheel-wrap{width:min(46vw,320px)!important;min-width:270px!important;max-width:320px!important}.showcase-player-game .game-wheel-legend,.showcase-player-game .game-form-zone{width:min(100%,560px)!important}}@media (width<=900px){.game-wheel-wrap{--wheel-marker-radius:clamp(76px, 36%, 118px)}.showcase-player-game .game-copy-block h2{font-size:clamp(1.85rem,8vw,3.35rem)!important}.showcase-player-game .game-play-card{overflow:visible!important}}@media (width<=540px){.game-wheel-wrap{--wheel-marker-radius:clamp(66px, 35%, 96px)}.game-wheel span{width:28px!important;height:28px!important;margin:-14px 0 0 -14px!important}.game-wheel span b{border-width:1px!important;width:1.55rem!important;height:1.55rem!important;font-size:.68rem!important}.game-result.has-message em{padding:8px 10px;font-size:.9rem}}.showcase-player-game .game-slide-stage{-webkit-overflow-scrolling:touch;grid-template-rows:auto minmax(0,1fr)!important;grid-template-columns:1fr!important;align-content:start!important;justify-items:center!important;gap:10px!important;padding:clamp(16px,2.5vw,34px)!important;display:grid!important;position:absolute!important;inset:0!important;overflow:hidden auto!important}.showcase-player-game .game-copy-block{width:min(100%,760px)!important;max-width:760px!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;grid-template-columns:minmax(0,1fr) auto!important;justify-self:center!important;align-items:end!important;gap:10px 18px!important;padding:0!important;display:grid!important}.showcase-player-game .game-copy-block .eyebrow{opacity:.72;grid-column:1/-1;margin:0!important}.showcase-player-game .game-copy-block h2{letter-spacing:-.065em!important;margin:0!important;font-size:clamp(2.15rem,5.5vw,4.25rem)!important;line-height:.9!important}.showcase-player-game .game-copy-block p:not(.eyebrow){grid-column:1/-1;max-width:620px;margin:0!important;font-size:clamp(.95rem,1.7vw,1.08rem)!important;line-height:1.34!important}.showcase-player-game .game-copy-block .game-badges{grid-area:2/2;justify-content:flex-end!important;gap:6px!important;margin:0!important}.showcase-player-game .game-copy-block .showcase-price{grid-column:1/-1;width:fit-content;border-radius:999px!important;margin-top:2px!important;padding:9px 14px!important;font-size:clamp(1.05rem,2.4vw,1.5rem)!important}.showcase-player-game .game-play-card{border-radius:clamp(24px,4vw,36px)!important;grid-template-columns:1fr!important;justify-self:center!important;align-items:start!important;gap:clamp(12px,2vw,18px)!important;width:min(100%,760px)!important;max-width:760px!important;padding:clamp(14px,2vw,22px)!important;display:grid!important;overflow:visible!important}.showcase-player-game .game-visual-zone,.showcase-player-game .game-form-zone{justify-self:center!important;width:min(100%,560px)!important}.showcase-player-game .game-visual-zone{justify-items:center!important;gap:8px!important;display:grid!important}.showcase-player-game .game-wheel-wrap{--wheel-marker-radius:clamp(78px, 36%, 130px)!important;width:clamp(250px,42vw,360px)!important;min-width:0!important;max-width:360px!important;margin:0 auto!important}.showcase-player-game .game-pointer{font-size:1.7rem!important;top:-8px!important}.showcase-player-game .game-wheel-legend{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;width:min(100%,540px)!important}.showcase-player-game .game-wheel-legend span{min-height:32px!important;padding:7px 9px!important;font-size:.7rem!important;line-height:1.05!important}.showcase-player-game .game-form-zone,.showcase-player-game .game-register-form{gap:9px!important;display:grid!important}.showcase-player-game .game-mini-fields{grid-template-columns:1fr!important;gap:8px!important;display:grid!important}.showcase-player-game .game-mini-fields input{border-radius:14px!important;width:100%!important;min-height:42px!important}.showcase-player-game .game-consent{width:100%!important;margin:0!important}.showcase-player-game .game-spin-button{z-index:1!important;width:100%!important;min-height:48px!important;margin-top:0!important;position:static!important}.showcase-player-game .attempt-card,.showcase-player-game .game-result,.showcase-player-game .game-saved-card,.showcase-player-game .game-hint,.showcase-player-game .game-error{width:100%!important}@media (width>=901px) and (width<=1180px){.showcase-player-game{min-height:980px!important}.showcase-player-game .game-slide-stage{padding:18px!important}.showcase-player-game .game-copy-block,.showcase-player-game .game-play-card{width:min(100%,720px)!important}.showcase-player-game .game-wheel-wrap{width:clamp(290px,46vw,350px)!important}}@media (width<=760px){.showcase-player-game{min-height:100dvh!important}.showcase-player-game .game-slide-stage{grid-template-rows:auto auto!important;padding:12px!important}.showcase-player-game .game-copy-block{grid-template-columns:1fr!important;gap:7px!important}.showcase-player-game .game-copy-block .game-badges{grid-area:auto/1!important;justify-content:flex-start!important}.showcase-player-game .game-copy-block h2{font-size:clamp(2.15rem,10vw,3.25rem)!important}.showcase-player-game .game-play-card{border-radius:24px!important;padding:12px!important}.showcase-player-game .game-wheel-wrap{width:min(76vw,330px)!important}.showcase-player-game .game-wheel-legend{grid-template-columns:1fr 1fr!important}}@media (width<=430px){.showcase-player-game .game-slide-stage{gap:8px!important;padding:8px!important}.showcase-player-game .game-copy-block p:not(.eyebrow){font-size:.82rem!important}.showcase-player-game .game-badges span{padding:5px 7px!important;font-size:.6rem!important}.showcase-player-game .game-wheel-wrap{width:min(82vw,292px)!important}.showcase-player-game .game-wheel-legend{grid-template-columns:1fr!important}.showcase-player-game .game-wheel-legend span{min-height:28px!important;font-size:.64rem!important}}.showcase-player-game .game-system-stage,.game-system-stage{grid-template-rows:auto auto auto auto!important;grid-template-columns:1fr!important;gap:clamp(10px,1.6vw,16px)!important;width:min(100%,1180px)!important;height:auto!important;min-height:0!important;margin:0 auto!important;padding:clamp(12px,2vw,22px)!important;display:grid!important;overflow:visible!important}.showcase-player-game .game-system-header,.game-system-header{-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#0a0a0c57!important;border:1px solid #fffaf224!important;border-radius:24px!important;justify-content:space-between!important;align-items:end!important;gap:12px!important;padding:clamp(10px,1.6vw,16px) clamp(12px,2vw,18px)!important;display:flex!important}.showcase-player-game .game-system-header .eyebrow,.game-system-header .eyebrow{letter-spacing:.14em!important;margin:0 0 3px!important;font-size:.7rem!important}.showcase-player-game .game-system-header h2,.game-system-header h2{color:#fffaf2!important;letter-spacing:-.055em!important;max-width:none!important;margin:0!important;font-size:clamp(1.28rem,2.6vw,2.25rem)!important;line-height:.98!important}.showcase-player-game .game-system-header p:not(.eyebrow),.game-system-header p:not(.eyebrow){color:#fffaf2b8!important;margin:4px 0 0!important;font-size:clamp(.78rem,1.2vw,.95rem)!important;line-height:1.25!important}.game-status-pill{color:#fffaf2!important;background:#ffffff1a!important;border:1px solid #fffaf229!important;border-radius:20px!important;flex:none!important;place-items:center!important;min-width:88px!important;padding:10px 12px!important;display:grid!important}.game-status-pill strong{font-size:1.55rem!important;line-height:.9!important}.game-status-pill span{text-transform:uppercase!important;letter-spacing:.08em!important;opacity:.75!important;font-size:.68rem!important;font-weight:900!important}.showcase-player-game .game-system-main,.game-system-main{grid-template-columns:minmax(420px,1.15fr) minmax(310px,.85fr)!important;align-items:stretch!important;gap:clamp(12px,1.8vw,18px)!important;width:100%!important;min-width:0!important;display:grid!important}.showcase-player-game .game-play-card.game-area-card,.game-play-card.game-area-card,.showcase-player-game .game-contact-card,.game-contact-card,.showcase-player-game .game-result-panel,.game-result-panel,.showcase-player-game .game-prize-panel,.game-prize-panel{-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#0a0a0c8a!important;border:1px solid #fffaf229!important;border-radius:clamp(22px,2.6vw,30px)!important;min-width:0!important;padding:clamp(12px,1.8vw,18px)!important;overflow:hidden!important;box-shadow:0 24px 80px #00000052!important}.showcase-player-game .game-play-card.game-area-card,.game-play-card.game-area-card{grid-template-columns:1fr!important;place-items:center!important;gap:10px!important;width:100%!important;max-width:none!important;display:grid!important}.showcase-player-game .game-contact-card,.game-contact-card{grid-template-columns:1fr!important;align-content:start!important;gap:12px!important;display:grid!important}.game-area-label{color:#fffaf2!important;justify-content:space-between!important;align-items:baseline!important;gap:10px!important;width:100%!important;display:flex!important}.game-area-label span{letter-spacing:-.02em!important;font-weight:1000!important}.game-area-label small{color:#fffaf29e!important;text-align:right!important;font-size:.72rem!important;font-weight:850!important}.showcase-player-game .game-visual-zone,.game-visual-zone{place-items:center!important;width:100%!important;min-width:0!important;display:grid!important}.game-wheel-block{place-items:center!important;gap:4px!important;width:100%!important;display:grid!important}.showcase-player-game .game-wheel-wrap,.game-wheel-wrap{aspect-ratio:1!important;--wheel-marker-radius:clamp(92px, 38%, 158px)!important;width:clamp(300px,33vw,430px)!important;min-width:0!important;max-width:min(100%,430px)!important;margin:0 auto!important}.showcase-player-game .game-wheel,.game-wheel{border-width:clamp(7px,1vw,10px)!important}.showcase-player-game .game-wheel span,.game-wheel span{width:0!important;height:0!important;transform:rotate(var(--slot-angle)) translate(var(--wheel-marker-radius)) rotate(calc(-1 * var(--slot-angle)))!important;color:#17110a!important;place-items:center!important;font-size:clamp(.76rem,1.2vw,.98rem)!important;display:grid!important;top:50%!important;left:50%!important}.showcase-player-game .game-wheel span b,.game-wheel span b{background:#fffaf2eb!important;border:1px solid #0000001f!important;border-radius:999px!important;place-items:center!important;width:clamp(26px,3.2vw,34px)!important;height:clamp(26px,3.2vw,34px)!important;font-weight:1000!important;display:grid!important;box-shadow:0 4px 14px #00000038!important}.showcase-player-game .game-wheel-core,.game-wheel-core{width:26%!important}.showcase-player-game .game-action-zone,.game-action-zone{justify-items:stretch!important;gap:8px!important;width:min(100%,420px)!important;display:grid!important}.showcase-player-game .game-spin-button,.game-spin-button{z-index:1!important;width:100%!important;min-height:50px!important;position:static!important}.showcase-player-game .game-mini-fields,.game-mini-fields{grid-template-columns:1fr!important}.showcase-player-game .game-result-panel,.game-result-panel,.showcase-player-game .game-prize-panel,.game-prize-panel{gap:10px!important;display:grid!important}.showcase-player-game .game-result,.game-result{border-radius:22px!important;width:100%!important;margin:0!important;padding:14px!important}.showcase-player-game .game-result.has-message em,.game-result.has-message em{color:#fffaf2!important;background:#ffffff1f!important;border-radius:16px!important;margin-top:8px!important;padding:10px 12px!important;font-style:normal!important;font-weight:900!important;line-height:1.25!important;display:block!important}.showcase-player-game .game-wheel-legend,.game-wheel-legend{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;width:100%!important;display:grid!important}.showcase-player-game .game-wheel-legend span,.game-wheel-legend span{text-overflow:ellipsis!important;border-radius:14px!important;align-items:center!important;gap:7px!important;min-height:38px!important;padding:8px 10px!important;font-size:.76rem!important;line-height:1.12!important;display:flex!important;overflow:hidden!important}.showcase-player-game .game-wheel-legend span b,.game-wheel-legend span b{color:#111!important;background:#fffaf2e6!important;border-radius:50%!important;flex:none!important;place-items:center!important;width:23px!important;height:23px!important;display:grid!important}@media (width<=980px){.showcase-player-game{min-height:100dvh!important;overflow-y:auto!important}.showcase-player-game .game-system-stage,.game-system-stage{width:min(100%,720px)!important;padding:12px!important}.showcase-player-game .game-system-main,.game-system-main{grid-template-columns:1fr!important}.showcase-player-game .game-wheel-wrap,.game-wheel-wrap{--wheel-marker-radius:clamp(92px, 35%, 150px)!important;width:clamp(300px,68vw,420px)!important}.showcase-player-game .game-wheel-legend,.game-wheel-legend{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=560px){.showcase-player-game .game-system-header,.game-system-header{align-items:start!important}.game-status-pill{min-width:72px!important;padding:8px!important}.showcase-player-game .game-system-header h2,.game-system-header h2{font-size:clamp(1.2rem,7vw,1.75rem)!important}.showcase-player-game .game-system-header p:not(.eyebrow),.game-system-header p:not(.eyebrow){font-size:.75rem!important}.showcase-player-game .game-wheel-wrap,.game-wheel-wrap{--wheel-marker-radius:clamp(86px, 34vw, 120px)!important;width:min(82vw,330px)!important}.showcase-player-game .game-wheel-legend,.game-wheel-legend{grid-template-columns:1fr!important}.game-area-label{align-items:start!important}}.showcase-player-game{min-height:clamp(760px,86dvh,980px)!important;overflow:hidden auto!important}.showcase-player-game .game-system-stage,.game-system-stage{grid-template-rows:auto minmax(0,1fr)!important;align-content:start!important;gap:clamp(12px,1.4vw,16px)!important;width:min(100%,1120px)!important;height:auto!important;min-height:100%!important;padding:clamp(14px,1.8vw,22px)!important;position:relative!important;inset:auto!important;overflow:visible!important}.showcase-player-game .game-system-header,.game-system-header{border-radius:22px!important;align-items:center!important;padding:12px 16px!important}.showcase-player-game .game-system-header h2,.game-system-header h2{font-size:clamp(1.35rem,2.2vw,2rem)!important}.showcase-player-game .game-system-header p:not(.eyebrow),.game-system-header p:not(.eyebrow){white-space:nowrap!important;text-overflow:ellipsis!important;max-width:620px!important;overflow:hidden!important}.showcase-player-game .game-system-main,.game-system-main{grid-template-columns:minmax(500px,1fr) minmax(340px,.72fr)!important;align-items:stretch!important;gap:clamp(14px,1.8vw,20px)!important;min-height:0!important}.showcase-player-game .game-play-card.game-area-card,.game-play-card.game-area-card,.showcase-player-game .game-contact-card,.game-contact-card{align-content:start!important;gap:12px!important;min-height:0!important;padding:clamp(14px,1.8vw,20px)!important;overflow:visible!important}.showcase-player-game .game-wheel-wrap,.game-wheel-wrap{--wheel-marker-radius:clamp(92px, 36%, 140px)!important;width:clamp(310px,28vw,390px)!important;max-width:min(100%,390px)!important}.game-wheel-read-hint{color:#fffaf29e!important;text-align:center!important;margin:2px 0 0!important;font-size:.72rem!important;font-weight:850!important}.showcase-player-game .game-action-zone,.game-action-zone{width:min(100%,380px)!important;margin:0 auto!important}.showcase-player-game .game-spin-button,.game-spin-button{min-height:48px!important}.showcase-player-game .game-result-panel.is-inline,.game-result-panel.is-inline,.showcase-player-game .game-prize-panel.is-inline,.game-prize-panel.is-inline{width:100%!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#ffffff0e!important;border:1px solid #fffaf224!important;border-radius:20px!important;gap:9px!important;padding:12px!important;display:grid!important;overflow:visible!important}.showcase-player-game .game-result,.game-result{border-radius:16px!important;padding:12px!important}.showcase-player-game .game-result strong,.game-result strong{font-size:1rem!important}.showcase-player-game .game-result span,.game-result span{font-size:.98rem!important}.showcase-player-game .game-result small,.game-result small,.showcase-player-game .game-hint,.game-hint{font-size:.78rem!important}.showcase-player-game .game-wheel-legend,.game-wheel-legend{grid-template-columns:1fr!important;gap:7px!important}.showcase-player-game .game-wheel-legend span,.game-wheel-legend span{white-space:normal!important;min-height:34px!important;padding:7px 9px!important;font-size:.72rem!important}.showcase-player-game .game-wheel-legend span b,.game-wheel-legend span b{width:22px!important;height:22px!important}.showcase-player-game .game-mini-fields input,.game-mini-fields input{min-height:44px!important}.showcase-player-game .game-consent,.game-consent{font-size:.72rem!important;line-height:1.25!important}@media (width<=1080px){.showcase-player-game{min-height:clamp(820px,92dvh,1040px)!important}.showcase-player-game .game-system-main,.game-system-main{grid-template-columns:minmax(440px,1fr) minmax(300px,.7fr)!important}.showcase-player-game .game-wheel-wrap,.game-wheel-wrap{width:clamp(290px,36vw,360px)!important}}@media (width<=980px){.showcase-player-game{min-height:0!important;overflow:visible!important}.showcase-player-game .game-system-stage,.game-system-stage{width:min(100%,720px)!important}.showcase-player-game .game-system-main,.game-system-main{grid-template-columns:1fr!important}.showcase-player-game .game-system-header p:not(.eyebrow),.game-system-header p:not(.eyebrow){white-space:normal!important}.showcase-player-game .game-wheel-wrap,.game-wheel-wrap{--wheel-marker-radius:clamp(92px, 34vw, 132px)!important;width:min(72vw,370px)!important}.showcase-player-game .game-prize-panel.is-inline,.game-prize-panel.is-inline{order:5!important}.showcase-player-game .game-wheel-legend,.game-wheel-legend{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=560px){.showcase-player-game .game-system-stage,.game-system-stage{padding:10px!important}.showcase-player-game .game-system-header,.game-system-header{border-radius:18px!important;padding:11px!important}.showcase-player-game .game-wheel-wrap,.game-wheel-wrap{--wheel-marker-radius:clamp(82px, 32vw, 116px)!important;width:min(78vw,320px)!important}.showcase-player-game .game-wheel-legend,.game-wheel-legend{grid-template-columns:1fr!important}}.showcase-player-game .game-system-header,.game-system-header{grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;display:grid!important}.game-header-actions{justify-content:flex-end!important;align-items:center!important;min-width:0!important;display:flex!important}.game-fullscreen-button{white-space:nowrap!important;border-radius:999px!important;min-height:38px!important;padding:8px 13px!important;font-size:.72rem!important}.showcase-player-game .game-wheel span,.game-wheel span{left:var(--slot-x)!important;top:var(--slot-y)!important;transform-origin:50%!important;z-index:4!important;pointer-events:none!important;place-items:center!important;width:auto!important;height:auto!important;margin:0!important;display:grid!important;position:absolute!important;transform:translate(-50%,-50%)!important}.showcase-player-game .game-wheel span b,.game-wheel span b{width:clamp(28px,3vw,34px)!important;height:clamp(28px,3vw,34px)!important;line-height:1!important}.showcase-player-game .game-wheel-core,.game-wheel-core{z-index:5!important}.showcase-player-game .game-pointer,.game-pointer{z-index:10!important}.showcase-player.showcase-player-game.showcase-player-kiosk,.showcase-player-game.showcase-player-kiosk{z-index:9999!important;border-radius:0!important;width:100vw!important;max-width:none!important;height:100dvh!important;min-height:100dvh!important;padding:clamp(12px,2vw,24px)!important;position:fixed!important;inset:0!important;overflow:auto!important}.showcase-player.showcase-player-game.showcase-player-kiosk .game-system-stage,.showcase-player-game.showcase-player-kiosk .game-system-stage{width:min(100%,1320px)!important;min-height:calc(100dvh - 48px)!important;margin:0 auto!important}.showcase-player.showcase-player-game.showcase-player-kiosk .game-system-main,.showcase-player-game.showcase-player-kiosk .game-system-main{grid-template-columns:minmax(560px,1.05fr) minmax(360px,.7fr)!important}.showcase-player.showcase-player-game.showcase-player-kiosk .game-wheel-wrap,.showcase-player-game.showcase-player-kiosk .game-wheel-wrap{width:clamp(360px,36vw,520px)!important;max-width:min(100%,520px)!important}@media (width<=980px){.showcase-player-game .game-system-header,.game-system-header{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important}.game-header-actions{order:3!important;grid-column:1/-1!important;justify-content:flex-start!important}.showcase-player.showcase-player-game.showcase-player-kiosk .game-system-main,.showcase-player-game.showcase-player-kiosk .game-system-main{grid-template-columns:1fr!important}}@media (width<=560px){.game-fullscreen-button{width:100%!important}.showcase-player-game .game-wheel span b,.game-wheel span b{width:26px!important;height:26px!important;font-size:.72rem!important}}.scratch-admin-options{border:1px solid var(--line)!important;background:var(--soft)!important;border-radius:20px!important;grid-template-columns:1.4fr .85fr .85fr!important;gap:10px!important;margin-top:10px!important;padding:12px!important;display:grid!important}.game-kind-scratch .game-play-card.game-area-card{justify-items:stretch!important}.game-kind-scratch .game-visual-zone{min-height:0!important}.scratch-single-wrap{gap:10px!important;width:min(100%,620px)!important;margin:0 auto!important;display:grid!important}.scratch-single-card{aspect-ratio:16/9!important;isolation:isolate!important;touch-action:none!important;-webkit-user-select:none!important;user-select:none!important;cursor:not-allowed!important;background:radial-gradient(circle at 50% 20%,#ffffff2e,#0000 34%),linear-gradient(135deg,#fffaf21a,#fffaf209)!important;border:1px solid #fffaf238!important;border-radius:clamp(24px,3vw,36px)!important;width:100%!important;min-height:260px!important;position:relative!important;overflow:hidden!important;box-shadow:0 28px 80px #0000006b,inset 0 1px #ffffff2e!important}.scratch-single-card.is-ready{cursor:grab!important}.scratch-single-card.is-ready:active{cursor:grabbing!important}.scratch-prize-face{z-index:1!important;text-align:center!important;color:#fffaf2!important;background:radial-gradient(circle at 50% 10%,#ffd23f33,#0000 34%),linear-gradient(145deg,#1c150fe6,#08080af0)!important;align-content:center!important;place-items:center!important;gap:8px!important;padding:clamp(18px,4vw,36px)!important;display:grid!important;position:absolute!important;inset:0!important}.scratch-prize-face span{color:#fffaf2bd!important;text-transform:uppercase!important;letter-spacing:.08em!important;background:#fffaf221!important;border:1px solid #fffaf22e!important;border-radius:999px!important;width:fit-content!important;padding:7px 10px!important;font-size:.74rem!important;font-weight:950!important;display:inline-flex!important}.scratch-prize-face strong{color:#fffaf2!important;letter-spacing:-.075em!important;overflow-wrap:anywhere!important;max-width:min(100%,520px)!important;font-size:clamp(2rem,5.2vw,4rem)!important;line-height:.9!important}.scratch-prize-face p{color:#fffaf2c2!important;max-width:480px!important;margin:0!important;font-size:clamp(.9rem,1.4vw,1.05rem)!important;font-weight:750!important;line-height:1.35!important}.scratch-canvas{z-index:3!important;opacity:1!important;touch-action:none!important;width:100%!important;height:100%!important;transition:opacity .25s,transform .25s!important;display:block!important;position:absolute!important;inset:0!important}.scratch-single-card.is-revealed .scratch-canvas{opacity:0!important;pointer-events:none!important;transform:scale(1.02)!important}.scratch-overlay-copy{z-index:4!important;text-align:center!important;pointer-events:none!important;color:#111113!important;text-shadow:0 1px #ffffff73!important;align-content:center!important;place-items:center!important;gap:8px!important;padding:20px!important;display:grid!important;position:absolute!important;inset:0!important}.scratch-overlay-copy b{font-size:clamp(2.2rem,6vw,4rem)!important;line-height:1!important}.scratch-overlay-copy span{color:#111113!important;letter-spacing:-.05em!important;max-width:360px!important;font-size:clamp(1.15rem,2.8vw,2rem)!important;font-weight:1000!important;line-height:1!important}.scratch-overlay-copy small{color:#111113b8!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:.8rem!important;font-weight:950!important}.scratch-single-card.is-locked .scratch-overlay-copy{filter:grayscale(.25)!important;opacity:.86!important}.scratch-progress-row{color:#fffaf2!important;background:#ffffff0e!important;border:1px solid #fffaf221!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;min-height:42px!important;padding:8px 10px!important;display:flex!important}.scratch-progress-row span{color:#fffaf2b8!important;font-size:.78rem!important;font-weight:950!important}.scratch-progress-row button{min-height:34px!important;padding:7px 10px!important;font-size:.72rem!important}.game-kind-scratch .game-wheel-legend span.is-prize,.game-kind-scratch .game-result.win{animation:1.4s ease-in-out scratchWinPulse!important}@keyframes scratchWinPulse{0%{transform:scale(.985);box-shadow:0 0 #ffd23f00}45%{transform:scale(1.015);box-shadow:0 0 38px #ffd23f3d}to{transform:scale(1);box-shadow:0 0 #ffd23f00}}.showcase-player-game.showcase-player-kiosk .game-kind-scratch .scratch-single-wrap,.showcase-player.showcase-player-game.showcase-player-kiosk .game-kind-scratch .scratch-single-wrap{width:min(100%,760px)!important}.showcase-player-game.showcase-player-kiosk .game-kind-scratch .scratch-single-card,.showcase-player.showcase-player-game.showcase-player-kiosk .game-kind-scratch .scratch-single-card{min-height:clamp(320px,36vw,440px)!important}@media (width<=980px){.scratch-admin-options{grid-template-columns:1fr!important}.scratch-single-wrap{width:min(100%,640px)!important}.scratch-single-card{min-height:clamp(240px,42vw,330px)!important}}@media (width<=560px){.scratch-single-card{border-radius:24px!important;min-height:clamp(220px,62vw,300px)!important}.scratch-prize-face strong{font-size:clamp(1.55rem,10vw,2.55rem)!important}.scratch-prize-face p{font-size:.84rem!important}.scratch-progress-row{flex-direction:column!important;align-items:stretch!important}.scratch-progress-row button{width:100%!important}}.surprise-cards-wrap{gap:12px!important;width:min(100%,720px)!important;margin:0 auto!important;display:grid!important}.surprise-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:clamp(10px,2vw,18px)!important;width:100%!important;display:grid!important}.card-count-6 .surprise-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.surprise-card{cursor:pointer!important;color:#fffaf2!important;min-height:clamp(150px,20vw,230px)!important;transform-style:preserve-3d!important;background:radial-gradient(circle at 28% 18%,#ffd23f57,#0000 34%),linear-gradient(145deg,#17171bfa,#08080af0)!important;border:1px solid #fffaf229!important;border-radius:26px!important;place-items:center!important;padding:0!important;transition:transform .38s cubic-bezier(.2,.75,.2,1),box-shadow .38s,border-color .25s!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 20px 50px #00000052,inset 0 0 0 1px #ffffff0d!important}.surprise-card:not(:disabled):hover,.surprise-card:not(:disabled):focus-visible{border-color:#ffd23f80!important;transform:translateY(-5px)rotate(-1deg)!important;box-shadow:0 26px 70px #0000006b,0 0 36px #ffd23f1f!important}.surprise-card:disabled{cursor:default!important}.surprise-card-front,.surprise-card-back{text-align:center!important;backface-visibility:hidden!important;align-content:center!important;place-items:center!important;gap:8px!important;padding:clamp(14px,2.4vw,24px)!important;transition:transform .52s cubic-bezier(.2,.75,.2,1),opacity .28s!important;display:grid!important;position:absolute!important;inset:0!important}.surprise-card-front:before{content:""!important;pointer-events:none!important;border:1px dashed #fffaf242!important;border-radius:20px!important;position:absolute!important;inset:10px!important}.surprise-card-front b{color:#ffd23f!important;background:#fffaf21a!important;border-radius:999px!important;place-items:center!important;width:clamp(52px,9vw,92px)!important;height:clamp(52px,9vw,92px)!important;font-size:clamp(2.2rem,5vw,4rem)!important;font-weight:1000!important;line-height:1!important;display:grid!important;box-shadow:inset 0 0 0 1px #ffffff14!important}.surprise-card-front small,.surprise-card-back small{color:#fffaf2b8!important;text-transform:uppercase!important;letter-spacing:.08em!important;max-width:160px!important;font-size:.74rem!important;font-weight:1000!important;line-height:1.05!important}.surprise-card-back{opacity:0!important;color:#111113!important;background:linear-gradient(145deg,#fffaf2f5,#ffefaff0)!important;transform:rotateY(180deg)!important}.surprise-card-back strong{color:#111113!important;letter-spacing:-.055em!important;overflow-wrap:anywhere!important;font-size:clamp(1.05rem,2.5vw,1.85rem)!important;font-weight:1000!important;line-height:.98!important}.surprise-card.is-revealed .surprise-card-front{opacity:0!important;transform:rotateY(-180deg)!important}.surprise-card.is-revealed .surprise-card-back{opacity:1!important;transform:rotateY(0)!important}.surprise-card.is-revealed.is-prize{border-color:#ffd23fc7!important;box-shadow:0 25px 70px #ffd23f33,0 0 58px #ffd23f38!important}.surprise-card.is-revealed.is-prize .surprise-card-back{background:radial-gradient(circle at 26% 18%,#ffffffd6,#0000 28%),linear-gradient(145deg,#ffe076,#fffaf2 48%,#ffd23f)!important}.cards-progress-row{color:#fffaf2!important;background:#ffffff0e!important;border:1px solid #fffaf221!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;min-height:42px!important;padding:8px 10px!important;display:flex!important}.cards-progress-row span{color:#fffaf2b8!important;font-size:.78rem!important;font-weight:950!important}.cards-progress-row button{min-height:34px!important;padding:7px 10px!important;font-size:.72rem!important}.game-kind-cards .game-result.win{animation:1.4s ease-in-out cardWinPulse!important}@keyframes cardWinPulse{0%{transform:scale(.985);box-shadow:0 0 #ffd23f00}45%{transform:scale(1.015);box-shadow:0 0 42px #ffd23f42}to{transform:scale(1);box-shadow:0 0 #ffd23f00}}.showcase-player-game.showcase-player-kiosk .game-kind-cards .surprise-cards-wrap,.showcase-player.showcase-player-game.showcase-player-kiosk .game-kind-cards .surprise-cards-wrap{width:min(100%,860px)!important}.showcase-player-game.showcase-player-kiosk .game-kind-cards .surprise-card,.showcase-player.showcase-player-game.showcase-player-kiosk .game-kind-cards .surprise-card{min-height:clamp(190px,22vw,270px)!important}@media (width<=980px){.surprise-cards-wrap{width:min(100%,640px)!important}.surprise-card{border-radius:22px!important;min-height:clamp(140px,24vw,210px)!important}}@media (width<=620px){.surprise-card-grid,.card-count-6 .surprise-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.surprise-card{border-radius:18px!important;min-height:clamp(116px,31vw,155px)!important}.surprise-card-front:before{border-radius:14px!important;inset:7px!important}.surprise-card-front b{width:42px!important;height:42px!important;font-size:2rem!important}.surprise-card-front small,.surprise-card-back small{letter-spacing:.04em!important;font-size:.58rem!important}.surprise-card-back strong{letter-spacing:-.04em!important;font-size:clamp(.78rem,4.2vw,1rem)!important}.cards-progress-row{flex-direction:column!important;align-items:stretch!important}.cards-progress-row button{width:100%!important}}.mystery-box-wrap{gap:12px!important;width:min(100%,680px)!important;margin:0 auto!important;display:grid!important}.mystery-box{color:#fffaf2!important;cursor:pointer!important;background:radial-gradient(circle at 50% 18%,#ffd23f38,#0000 36%),linear-gradient(155deg,#19191ef5,#08080bfa)!important;border:1px solid #fffaf22e!important;border-radius:clamp(28px,3vw,38px)!important;place-items:center!important;width:min(100%,560px)!important;min-height:clamp(260px,31vw,410px)!important;margin:0 auto!important;transition:transform .35s cubic-bezier(.2,.75,.2,1),box-shadow .35s,border-color .25s!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 24px 70px #00000061,inset 0 0 0 1px #ffffff0f!important}.mystery-box:not(:disabled):hover,.mystery-box:not(:disabled):focus-visible{border-color:#ffd23f73!important;transform:translateY(-4px)scale(1.01)!important;box-shadow:0 30px 86px #0000007a,0 0 44px #ffd23f26!important}.mystery-box:disabled{cursor:default!important}.mystery-box-shadow{filter:blur(12px)!important;opacity:.82!important;background:#00000057!important;border-radius:999px!important;width:56%!important;height:11%!important;position:absolute!important;bottom:13%!important;left:50%!important;transform:translate(-50%)!important}.mystery-box-body,.mystery-box-lid{background:linear-gradient(135deg,#ffd23f,#fff3a7 42%,#f0a31a)!important;border:1px solid #ffffff59!important;width:min(58%,320px)!important;position:absolute!important;left:50%!important;transform:translate(-50%)!important;box-shadow:inset 0 0 0 1px #00000014,0 16px 40px #00000042!important}.mystery-box-body{border-radius:18px 18px 28px 28px!important;place-items:center!important;height:34%!important;display:grid!important;bottom:18%!important}.mystery-box-body:before{content:""!important;background:#fffaf26b!important;position:absolute!important;inset:0 44%!important}.mystery-box-body b{z-index:2!important;color:#1111139e!important;background:#11111326!important;border-radius:999px!important;place-items:center!important;width:clamp(42px,7vw,70px)!important;height:clamp(42px,7vw,70px)!important;font-size:clamp(1.6rem,3vw,2.5rem)!important;display:grid!important;position:relative!important}.mystery-box-lid{transform-origin:0 100%!important;border-radius:22px 22px 12px 12px!important;height:17%!important;transition:transform .62s cubic-bezier(.2,.88,.2,1),bottom .62s cubic-bezier(.2,.88,.2,1)!important;bottom:50%!important}.mystery-box-lid:before{content:""!important;background:#fffaf26b!important;position:absolute!important;inset:0 45%!important}.mystery-style-bag .mystery-box-lid{border-radius:999px!important;width:min(36%,210px)!important;height:11%!important;bottom:59%!important}.mystery-box-glow{filter:blur(10px)!important;opacity:0!important;pointer-events:none!important;background:radial-gradient(circle,#fff29dcc,#ffd23f40 42%,#0000 70%)!important;border-radius:999px!important;width:40%!important;height:30%!important;transition:opacity .38s,transform .62s cubic-bezier(.2,.88,.2,1)!important;position:absolute!important;top:40%!important;left:50%!important;transform:translate(-50%,-50%)scale(.4)!important}.mystery-box-copy{z-index:4!important;text-align:center!important;pointer-events:none!important;gap:5px!important;display:grid!important;position:absolute!important;bottom:clamp(14px,3vw,26px)!important;left:clamp(16px,4vw,34px)!important;right:clamp(16px,4vw,34px)!important}.mystery-box-copy strong{color:#fffaf2!important;letter-spacing:-.055em!important;text-shadow:0 6px 20px #00000073!important;font-size:clamp(1.1rem,3.2vw,2rem)!important;font-weight:1000!important;line-height:.98!important}.mystery-box-copy small{color:#fffaf2b8!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:.72rem!important;font-weight:950!important}.mystery-box.is-opened .mystery-box-glow{opacity:1!important;transform:translate(-50%,-50%)scale(1.18)!important}.mystery-box.is-opened.is-prize{border-color:#ffd23fc7!important;box-shadow:0 28px 90px #ffd23f29,0 0 62px #ffd23f2e!important}.mystery-progress-row{color:#fffaf2!important;background:#ffffff0e!important;border:1px solid #fffaf221!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;min-height:42px!important;padding:8px 10px!important;display:flex!important}.mystery-progress-row span{color:#fffaf2b8!important;font-size:.78rem!important;font-weight:950!important}.mystery-progress-row button{min-height:34px!important;padding:7px 10px!important;font-size:.72rem!important}@keyframes mysteryWinPulse{0%{transform:scale(.985);box-shadow:0 0 #ffd23f00}45%{transform:scale(1.015);box-shadow:0 0 44px #ffd23f47}to{transform:scale(1);box-shadow:0 0 #ffd23f00}}@media (width<=980px){.mystery-admin-options{grid-template-columns:1fr!important}.mystery-box-wrap{width:min(100%,640px)!important}.mystery-box{min-height:clamp(250px,42vw,360px)!important}}@media (width<=560px){.mystery-box{border-radius:24px!important;min-height:clamp(260px,72vw,360px)!important}.mystery-box-body,.mystery-box-lid{width:68%!important}.mystery-box-copy strong{font-size:clamp(1.05rem,7vw,1.65rem)!important}.mystery-progress-row{flex-direction:column!important;align-items:stretch!important}.mystery-progress-row button{width:100%!important}}.game-kind-mystery .game-visual-zone{align-items:center!important;min-height:clamp(440px,48vw,620px)!important}.mystery-box-wrap{gap:14px!important;width:min(100%,780px)!important}.mystery-box{isolation:isolate!important;background:radial-gradient(circle at 50% 18%,#ffd23f52,#0000 34%),radial-gradient(circle at 18% 88%,#ff4ab329,#0000 34%),radial-gradient(circle at 86% 82%,#52d3ff29,#0000 36%),linear-gradient(155deg,#16161cfa,#040407fc)!important;border-radius:clamp(30px,4vw,48px)!important;width:min(100%,680px)!important;min-height:clamp(390px,42vw,560px)!important}.mystery-box:before,.mystery-box:after{content:""!important;border-radius:inherit!important;pointer-events:none!important;opacity:.32!important;mix-blend-mode:screen!important;z-index:1!important;background:linear-gradient(90deg,#0000,#ffffff47,#0000) 0 0/220% 100%,radial-gradient(circle,#ffd23f38 0 2px,#0000 3px) 0 0/34px 34px!important;animation:4.4s linear infinite mysteryAmbientShine!important;position:absolute!important;inset:10%!important}.mystery-box:after{opacity:.16!important;background:conic-gradient(from 180deg,#0000,#ffd23f42,#0000,#ffffff2e,#0000)!important;animation:7s linear infinite mysteryAmbientSpin!important;inset:0!important}.mystery-box.is-opening{border-color:#ffd23fad!important;animation:.72s cubic-bezier(.35,.02,.2,1) both mysteryBoxShake!important;box-shadow:0 34px 95px #00000085,0 0 58px #ffd23f33!important}.mystery-box-shadow{width:62%!important;height:10%!important;bottom:10%!important}.mystery-box-body,.mystery-box-lid{z-index:3!important;width:min(62%,410px)!important}.mystery-box-body{border-radius:22px 22px 34px 34px!important;height:32%!important;bottom:17%!important}.mystery-box-lid{z-index:5!important;height:16%!important;bottom:49%!important}.mystery-style-gift .mystery-box-body:after,.mystery-style-gift .mystery-box-lid:after,.mystery-box-body:after,.mystery-box-lid:after{content:""!important;pointer-events:none!important;background:linear-gradient(#fffaf29e,#fffaf247)!important;width:20%!important;position:absolute!important;top:0!important;bottom:0!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 0 18px #ffffff2e!important}.mystery-box-body b{width:clamp(54px,8vw,92px)!important;height:clamp(54px,8vw,92px)!important;font-size:clamp(2rem,4vw,3.4rem)!important}.mystery-style-chest .mystery-box-body,.mystery-style-chest .mystery-box-lid{background:linear-gradient(90deg,#fffaf22e 0 8%,#0000 8% 92%,#0003 92%),linear-gradient(135deg,#6a3618,#f1bc63 48%,#41200f)!important}.mystery-style-chest .mystery-box-body:before{background:#20140a57!important}.mystery-style-bag .mystery-box-body,.mystery-style-bag .mystery-box-lid{background:radial-gradient(circle at 50% 18%,#ffffff5c,#0000 42%),linear-gradient(135deg,#fff7df,#dbc8a1 46%,#8d7652)!important}.mystery-style-bag .mystery-box-body{border-radius:44% 44% 34px 34px!important;width:min(52%,330px)!important;height:42%!important}.mystery-box-burst{opacity:0!important;z-index:2!important;pointer-events:none!important;background:radial-gradient(circle, #fff29dbf, transparent 36%), conic-gradient(from 0deg, transparent 0 8%, #ffd23fb8 8% 10%, transparent 10% 18%, #ffffffa6 18% 20%, transparent 20% 100%)!important;filter:blur(.2px)drop-shadow(0 0 26px #ffd23f61)!important;width:54%!important;height:44%!important;position:absolute!important;top:40%!important;left:50%!important;transform:translate(-50%,-50%)scale(.25)!important}.mystery-box.is-opening .mystery-box-burst,.mystery-box.is-opened .mystery-box-burst{animation:.84s cubic-bezier(.2,.8,.2,1) both mysteryBurst!important}.mystery-box.is-opening .mystery-box-glow{opacity:.8!important;transform:translate(-50%,-50%)scale(.94)!important}.mystery-box.is-opened .mystery-box-lid{bottom:66%!important;transform:translate(-50%)rotate(-22deg)translate(-10%,-18%)!important}.mystery-box.is-opened .mystery-box-body{animation:.7s both mysteryBodySettle!important}.mystery-prize-pop{z-index:6!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;color:#fffaf2!important;background:#0a0a0eb8!important;border:1px solid #fffaf247!important;border-radius:24px!important;justify-items:center!important;gap:7px!important;min-width:min(76%,360px)!important;max-width:88%!important;padding:clamp(14px,2.6vw,22px) clamp(16px,3vw,28px)!important;animation:.72s cubic-bezier(.2,.9,.2,1) 80ms both mysteryPrizePop!important;display:grid!important;position:absolute!important;top:38%!important;left:50%!important;transform:translate(-50%,-22%)scale(.65)!important;box-shadow:0 22px 65px #00000061,0 0 42px #ffd23f29!important}.mystery-prize-pop b{font-size:clamp(2.4rem,6vw,4.3rem)!important;line-height:1!important}.mystery-prize-pop strong{letter-spacing:-.045em!important;text-align:center!important;font-size:clamp(1.02rem,2.6vw,1.55rem)!important;font-weight:1000!important;line-height:1!important}.mystery-prize-pop.is-prize{background:linear-gradient(135deg,#2d2305d6,#0a0a0ec7)!important;border-color:#ffd23f7a!important}.mystery-prize-pop.is-try{background:linear-gradient(135deg,#ffffff1f,#0a0a0ec7)!important;border-color:#ffffff2e!important}.mystery-box-copy{z-index:7!important;bottom:clamp(16px,2.5vw,30px)!important}.mystery-box-copy strong{font-size:clamp(1.25rem,2.8vw,2.2rem)!important}.mystery-box.is-opened .mystery-box-copy{opacity:.92!important}.mystery-progress-row{min-height:50px!important;padding:10px 12px!important}.game-kind-mystery .game-result.win{animation:1.4s ease-in-out mysteryWinPulse,2.4s ease-in-out mysteryResultGlow!important}@keyframes mysteryAmbientShine{0%{background-position:-120% 0,0 0}to{background-position:120% 0,34px 34px}}@keyframes mysteryAmbientSpin{to{transform:rotate(360deg)}}@keyframes mysteryBoxShake{0%{transform:translateY(0)rotate(0)scale(1)}12%{transform:translateY(-2px)rotate(-1.4deg)scale(1.006)}24%{transform:translateY(1px)rotate(1.25deg)scale(1.012)}38%{transform:translateY(-2px)rotate(-1deg)scale(1.018)}54%{transform:translateY(1px)rotate(.8deg)scale(1.02)}72%{transform:translateY(-1px)rotate(-.35deg)scale(1.012)}to{transform:translateY(0)rotate(0)scale(1)}}@keyframes mysteryBurst{0%{opacity:0;transform:translate(-50%,-50%)scale(.22)rotate(0)}45%{opacity:.95;transform:translate(-50%,-50%)scale(1.16)rotate(12deg)}to{opacity:.25;transform:translate(-50%,-50%)scale(1.45)rotate(28deg)}}@keyframes mysteryPrizePop{0%{opacity:0;transform:translate(-50%,14%)scale(.55)}70%{opacity:1;transform:translate(-50%,-28%)scale(1.04)}to{opacity:1;transform:translate(-50%,-22%)scale(1)}}@keyframes mysteryBodySettle{0%{transform:translate(-50%)scaleY(1.02)}45%{transform:translate(-50%)scaleY(.96)}to{transform:translate(-50%)scaleY(1)}}@keyframes mysteryResultGlow{0%{filter:brightness()}45%{filter:brightness(1.22)}to{filter:brightness()}}.showcase-player-game.showcase-player-kiosk .game-kind-mystery .game-visual-zone,.showcase-player.showcase-player-game.showcase-player-kiosk .game-kind-mystery .game-visual-zone{min-height:clamp(520px,56vh,760px)!important}.showcase-player-game.showcase-player-kiosk .game-kind-mystery .mystery-box-wrap,.showcase-player.showcase-player-game.showcase-player-kiosk .game-kind-mystery .mystery-box-wrap{width:min(100%,980px)!important}.showcase-player-game.showcase-player-kiosk .game-kind-mystery .mystery-box,.showcase-player.showcase-player-game.showcase-player-kiosk .game-kind-mystery .mystery-box{width:min(100%,880px)!important;min-height:clamp(500px,58vh,720px)!important}@media (width<=980px){.game-kind-mystery .game-visual-zone{min-height:clamp(420px,58vw,560px)!important}.mystery-box{width:min(100%,640px)!important;min-height:clamp(390px,55vw,520px)!important}.mystery-box-body,.mystery-box-lid{width:min(68%,390px)!important}}@media (width<=560px){.game-kind-mystery .game-visual-zone{min-height:clamp(380px,92vw,500px)!important}.mystery-box{border-radius:26px!important;width:100%!important;min-height:clamp(360px,92vw,500px)!important}.mystery-box-body,.mystery-box-lid{width:74%!important}.mystery-prize-pop{min-width:84%!important;top:37%!important}.mystery-box-copy strong{font-size:clamp(1.12rem,7vw,1.7rem)!important}}.showcase-player-game .mystery-box:disabled,.showcase-player-game .surprise-card:disabled,.showcase-player-game .scratch-card:disabled,.showcase-player-game .game-wheel:disabled,.game-kind-mystery .mystery-box:disabled,.game-kind-cards .surprise-card:disabled,.game-kind-scratch .scratch-card:disabled,.showcase-player-game .mystery-box.is-opening,.showcase-player-game .mystery-box.is-opened,.showcase-player-game .surprise-card.is-selected,.showcase-player-game .surprise-card.is-revealed,.showcase-player-game .scratch-card.is-revealed{opacity:1!important;filter:none!important}.showcase-player-game .game-spin-button:disabled,.showcase-player-game .secondary-action:disabled{opacity:.82!important}.showcase-player-game .mystery-prize-pop{-webkit-backdrop-filter:blur(10px)saturate(1.12)!important;backdrop-filter:blur(10px)saturate(1.12)!important;background:linear-gradient(135deg,#fffaf224,#0a0a0e85)!important}.showcase-player-game .mystery-prize-pop.is-prize{background:linear-gradient(135deg,#ffd23f38,#0a0a0e8a)!important}.showcase-player-game .mystery-prize-pop.is-try{background:linear-gradient(135deg,#ffffff21,#0a0a0e80)!important}.free-play-admin-options{margin-top:10px!important}.free-play-info{background:radial-gradient(circle at 18% 12%,#ffd23f2e,#0000 34%),#ffffff14!important;border-color:#ffd23f3d!important}.free-play-info strong{font-size:clamp(2.1rem,6vw,3.4rem)!important;line-height:.9!important}.game-status-pill strong{min-height:1.1em!important}.game-status-pill span{white-space:nowrap!important}.showcase-player-game .game-register-form .game-hint{margin:0 0 8px!important}@media (width<=720px){.free-play-admin-options{grid-template-columns:1fr!important}}.preset-grid{align-items:stretch}.visual-preset-card{text-align:left;grid-template-rows:94px auto;gap:10px;min-height:154px;overflow:hidden;padding:10px!important;display:grid!important}.preset-thumb{background:var(--soft);border:1px solid var(--line);width:100%;height:94px;color:var(--muted);border-radius:16px;place-items:center;font-weight:950;display:grid;overflow:hidden}.preset-thumb img{object-fit:cover;width:100%;height:100%}.preset-meta{gap:4px;min-width:0;display:grid}.preset-meta strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.preset-meta small{color:var(--muted);font-size:.78rem;font-weight:850}.starter-action{min-height:48px}@media (width<=620px){.visual-preset-card{grid-template-rows:82px auto;min-height:142px}.preset-thumb{height:82px}}.reunioon-brand-link{text-decoration:none;transition:transform .18s,background .18s,border-color .18s;pointer-events:auto!important;color:#fffaf2e6!important}.reunioon-brand-link:hover,.reunioon-brand-link:focus-visible{background:#fffaf21f;border-color:#fffaf261;outline:none;transform:translateY(-1px)}.default-logo-preview{background:radial-gradient(circle at 50% 18%, color-mix(in srgb, var(--text) 8%, transparent), transparent 45%), var(--soft)}.default-logo-preview img{object-fit:contain;padding:14px}.default-logo-pill{border:1px solid var(--line);background:color-mix(in srgb, var(--panel) 92%, transparent);min-height:32px;color:var(--text);border-radius:999px;align-items:center;padding:7px 10px;font-size:.74rem;font-weight:950;display:inline-flex;position:absolute;bottom:9px;left:9px;box-shadow:0 10px 26px #0000001f}.analytics-panel{border-style:dashed}.analytics-metrics{margin-top:12px}.compact-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.analytics-footnote{margin:12px 0 0}@media (width<=860px){.compact-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.compact-metrics{grid-template-columns:1fr}}.analytics-recent{border-top:1px solid var(--line);margin-top:14px;padding-top:12px}.analytics-recent>strong{margin-bottom:8px;font-size:.92rem;display:block}.analytics-event-list{gap:7px;display:grid}.analytics-event-list>div{border:1px solid var(--line);background:var(--soft);border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.analytics-event-list span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:850;overflow:hidden}.analytics-event-list small{color:var(--muted);font-size:.76rem;font-weight:800}html[data-owo-feria-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f1ec;--panel:#fffdf9;--panel-strong:#fff;--text:#171719;--muted:#6a6660;--line:#1212141f;--line-strong:#12121438;--brand:#171719;--brand-text:#fff;--soft:#1212140e;--danger:#8b1d1d;--shadow:0 24px 70px #281e141a}html[data-owo-feria-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0d0d0f;--panel:#171719;--panel-strong:#202024;--text:#f7f1e8;--muted:#b3aca3;--line:#fff4e81f;--line-strong:#fff4e838;--brand:#f7f1e8;--brand-text:#101012;--soft:#fff4e812;--danger:#ffb3a6;--shadow:0 24px 70px #00000047}.appearance-switch{border:1px solid var(--line);background:var(--soft);border-radius:999px;align-items:center;gap:4px;min-height:42px;padding:4px;display:inline-flex}.appearance-switch button{min-height:32px;color:var(--muted);background:0 0;border:0;border-radius:999px;padding:0 10px;font-size:.78rem;font-weight:900}.appearance-switch button.active{background:var(--brand);color:var(--brand-text);box-shadow:0 10px 22px #00000029}@media (width<=720px){.appearance-switch{justify-content:center;width:100%}.appearance-switch button{flex:1}}@media (width<=760px){.showcase-player-game:not(.showcase-player-kiosk){cursor:default!important;border-radius:24px!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-stage,.showcase-player-game:not(.showcase-player-kiosk) .game-slide-stage{grid-template-rows:auto auto!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:10px!important;display:grid!important;position:relative!important;inset:auto!important;overflow:visible!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-header{border-radius:18px!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"copy status""actions actions"!important;align-items:start!important;gap:8px!important;padding:11px!important;display:grid!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-header>div:first-child{grid-area:copy!important;min-width:0!important}.showcase-player-game:not(.showcase-player-kiosk) .game-header-actions{grid-area:actions!important;width:100%!important}.showcase-player-game:not(.showcase-player-kiosk) .game-fullscreen-button{width:100%!important;min-height:42px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-status-pill{border-radius:16px!important;grid-area:status!important;min-width:66px!important;padding:7px 8px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-status-pill strong{font-size:1.35rem!important}.showcase-player-game:not(.showcase-player-kiosk) .game-status-pill span{letter-spacing:.04em!important;font-size:.56rem!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-header h2{font-size:clamp(1.45rem,8vw,2.15rem)!important;line-height:.95!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-header p:not(.eyebrow){-webkit-line-clamp:2!important;white-space:normal!important;-webkit-box-orient:vertical!important;font-size:.8rem!important;line-height:1.22!important;display:-webkit-box!important;overflow:hidden!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-main{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;display:grid!important}.showcase-player-game:not(.showcase-player-kiosk) .game-play-card.game-area-card,.showcase-player-game:not(.showcase-player-kiosk) .game-contact-card,.showcase-player-game:not(.showcase-player-kiosk) .game-result-panel,.showcase-player-game:not(.showcase-player-kiosk) .game-prize-panel{box-shadow:none!important;border-radius:20px!important;padding:11px!important;overflow:visible!important}.showcase-player-game:not(.showcase-player-kiosk) .game-play-card.game-area-card{order:1!important;gap:8px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-contact-card{order:2!important;gap:10px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-area-label{align-items:center!important;gap:8px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-area-label span{font-size:1.02rem!important}.showcase-player-game:not(.showcase-player-kiosk) .game-area-label small{font-size:.68rem!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel-wrap{--wheel-marker-radius:clamp(70px, 31vw, 100px)!important;filter:drop-shadow(0 16px 24px #0000006b)!important;width:clamp(210px,66vw,280px)!important;min-width:0!important;max-width:280px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel{border-width:7px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-pointer{font-size:1.25rem!important;top:-5px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel span b{border-width:1px!important;width:1.42rem!important;height:1.42rem!important;font-size:.66rem!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel-core{letter-spacing:-.05em!important;border-width:4px!important;font-size:.66rem!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel-read-hint{margin:0!important;font-size:.66rem!important}.showcase-player-game:not(.showcase-player-kiosk) .game-action-zone{width:100%!important;max-width:none!important}.showcase-player-game:not(.showcase-player-kiosk) .game-spin-button{min-height:44px!important;font-size:.9rem!important}.showcase-player-game:not(.showcase-player-kiosk) .game-mini-fields input,.showcase-player-game:not(.showcase-player-kiosk) .game-form-zone textarea,.showcase-player-game:not(.showcase-player-kiosk) .game-form-zone select{border-radius:14px!important;min-height:42px!important;padding:9px 12px!important;font-size:.92rem!important}.showcase-player-game:not(.showcase-player-kiosk) .game-consent{background:#ffffff0e!important;border:1px solid #fffaf21f!important;border-radius:14px!important;grid-template-columns:auto 1fr!important;align-items:start!important;gap:10px!important;padding:9px!important;font-size:.72rem!important;line-height:1.24!important;display:grid!important}.showcase-player-game:not(.showcase-player-kiosk) .game-consent input{width:20px!important;height:20px!important;margin:0!important}.showcase-player-game:not(.showcase-player-kiosk) .game-result-panel.is-inline{gap:8px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-result,.showcase-player-game:not(.showcase-player-kiosk) .game-saved-card,.showcase-player-game:not(.showcase-player-kiosk) .attempt-card{border-radius:16px!important;padding:10px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-result strong,.showcase-player-game:not(.showcase-player-kiosk) .game-saved-card strong{font-size:.98rem!important}.showcase-player-game:not(.showcase-player-kiosk) .game-result span,.showcase-player-game:not(.showcase-player-kiosk) .game-saved-card b{font-size:.92rem!important}.showcase-player-game:not(.showcase-player-kiosk) .game-prize-panel.is-inline{-webkit-overflow-scrolling:touch!important;max-height:174px!important;overflow-y:auto!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel-legend{grid-template-columns:1fr!important;gap:6px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel-legend span{border-radius:12px!important;min-height:30px!important;padding:6px 8px!important;font-size:.68rem!important}.showcase-player-game:not(.showcase-player-kiosk) .showcase-brand{pointer-events:auto!important;width:fit-content!important;max-width:calc(100% - 20px)!important;margin:10px 10px 0!important;font-size:.62rem!important;display:inline-flex!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important}.showcase-player-game:not(.showcase-player-kiosk) .showcase-dots{display:none!important}}@media (width<=420px){.showcase-player-game:not(.showcase-player-kiosk) .game-system-stage,.showcase-player-game:not(.showcase-player-kiosk) .game-slide-stage{padding:8px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel-wrap{--wheel-marker-radius:clamp(64px, 29vw, 88px)!important;width:clamp(198px,64vw,246px)!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-header h2{font-size:clamp(1.3rem,7.5vw,1.86rem)!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-header p:not(.eyebrow){font-size:.74rem!important}.showcase-player-game:not(.showcase-player-kiosk) .game-area-label span{font-size:.95rem!important}}@media (width<=760px){.showcase-player-game.showcase-player-kiosk{height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;overflow:hidden auto!important}.showcase-player-game.showcase-player-kiosk .game-system-stage,.showcase-player-game.showcase-player-kiosk .game-slide-stage{min-height:100dvh!important;padding:max(10px, env(safe-area-inset-top)) 10px max(76px, env(safe-area-inset-bottom))!important}}.showcase-player.showcase-player-game.showcase-player-kiosk,.showcase-player-game.showcase-player-kiosk{z-index:9999!important;overscroll-behavior:contain!important;touch-action:manipulation!important;contain:layout paint!important;border:0!important;border-radius:0!important;width:100dvw!important;max-width:none!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;padding:0!important;position:fixed!important;inset:0!important;overflow:hidden!important}.showcase-player.showcase-player-game.showcase-player-kiosk .game-system-stage,.showcase-player-game.showcase-player-kiosk .game-system-stage,.showcase-player.showcase-player-game.showcase-player-kiosk .game-slide-stage,.showcase-player-game.showcase-player-kiosk .game-slide-stage{width:100%!important;max-width:none!important;height:100dvh!important;min-height:0!important;max-height:100dvh!important;padding:max(8px, env(safe-area-inset-top)) 10px max(56px, env(safe-area-inset-bottom))!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;grid-template-rows:auto minmax(0,1fr)!important;grid-template-columns:1fr!important;align-content:start!important;gap:10px!important;margin:0!important;display:grid!important;position:absolute!important;inset:0!important;overflow:hidden auto!important}.showcase-player-game.showcase-player-kiosk .game-system-header,.showcase-player-game.showcase-player-kiosk .game-play-card.game-area-card,.showcase-player-game.showcase-player-kiosk .game-contact-card,.showcase-player-game.showcase-player-kiosk .game-result-panel,.showcase-player-game.showcase-player-kiosk .game-prize-panel,.showcase-player-game.showcase-player-kiosk .game-copy-block{-webkit-backdrop-filter:none!important;box-shadow:none!important}.showcase-player.showcase-player-game.showcase-player-kiosk .game-system-main,.showcase-player-game.showcase-player-kiosk .game-system-main{grid-template-columns:1fr!important;align-items:start!important;gap:10px!important;width:100%!important;max-width:760px!important;min-height:0!important;margin:0 auto!important;display:grid!important}.showcase-player-game.showcase-player-kiosk .game-system-header{border-radius:18px!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;width:100%!important;max-width:760px!important;margin:0 auto!important;padding:10px 12px!important}.showcase-player-game.showcase-player-kiosk .game-header-actions{order:3!important;grid-column:1/-1!important;width:100%!important}.showcase-player-game.showcase-player-kiosk .game-fullscreen-button{width:100%!important;min-height:40px!important}.showcase-player-game.showcase-player-kiosk .game-system-header h2{font-size:clamp(1.45rem,6.8vw,2.2rem)!important;line-height:.95!important}.showcase-player-game.showcase-player-kiosk .game-system-header p:not(.eyebrow){-webkit-line-clamp:2!important;white-space:normal!important;-webkit-box-orient:vertical!important;font-size:.78rem!important;line-height:1.18!important;display:-webkit-box!important;overflow:hidden!important}.showcase-player-game.showcase-player-kiosk .game-status-pill{border-radius:16px!important;min-width:64px!important;padding:7px 8px!important}.showcase-player-game.showcase-player-kiosk .game-play-card.game-area-card,.showcase-player-game.showcase-player-kiosk .game-contact-card,.showcase-player-game.showcase-player-kiosk .game-result-panel.is-inline,.showcase-player-game.showcase-player-kiosk .game-prize-panel.is-inline{border-radius:18px!important;gap:8px!important;width:100%!important;max-width:none!important;padding:9px!important;overflow:visible!important}.showcase-player.showcase-player-game.showcase-player-kiosk .game-wheel-wrap,.showcase-player-game.showcase-player-kiosk .game-wheel-wrap{aspect-ratio:1!important;--wheel-marker-radius:min(24vw, 76px)!important;filter:none!important;width:min(64vw,30dvh,240px)!important;min-width:0!important;max-width:240px!important;transform:translateZ(0)!important}.showcase-player-game.showcase-player-kiosk .game-wheel{transform:translateZ(0);will-change:transform!important;border-width:6px!important;transition-duration:1.35s!important}.showcase-player-game.showcase-player-kiosk .game-wheel.is-spinning{filter:none!important;transition-duration:1.42s!important}.showcase-player-game.showcase-player-kiosk .game-wheel:after{border-width:2px!important;animation:none!important}.showcase-player-game.showcase-player-kiosk .game-wheel span b{border-width:1px!important;width:22px!important;height:22px!important;font-size:.62rem!important}.showcase-player-game.showcase-player-kiosk .game-wheel-core{border-width:3px!important;width:28%!important;font-size:.62rem!important}.showcase-player-game.showcase-player-kiosk .game-pointer{font-size:1.15rem!important;top:-4px!important}.showcase-player-game.showcase-player-kiosk .game-wheel-read-hint{margin:0!important;font-size:.62rem!important}.showcase-player-game.showcase-player-kiosk .game-action-zone{width:100%!important;max-width:none!important}.showcase-player-game.showcase-player-kiosk .game-spin-button{min-height:42px!important;font-size:.86rem!important}.showcase-player-game.showcase-player-kiosk .game-mini-fields input,.showcase-player-game.showcase-player-kiosk .game-form-zone textarea,.showcase-player-game.showcase-player-kiosk .game-form-zone select{border-radius:13px!important;min-height:38px!important;padding:8px 10px!important;font-size:.86rem!important}.showcase-player-game.showcase-player-kiosk .game-consent{border-radius:12px!important;padding:7px!important;font-size:.64rem!important;line-height:1.18!important}.showcase-player-game.showcase-player-kiosk .game-result,.showcase-player-game.showcase-player-kiosk .game-saved-card,.showcase-player-game.showcase-player-kiosk .attempt-card{border-radius:15px!important;padding:9px!important}.showcase-player-game.showcase-player-kiosk .game-result strong,.showcase-player-game.showcase-player-kiosk .game-saved-card strong{font-size:.96rem!important}.showcase-player-game.showcase-player-kiosk .game-result span,.showcase-player-game.showcase-player-kiosk .game-saved-card b{font-size:.88rem!important}.showcase-player-game.showcase-player-kiosk .game-prize-panel.is-inline,.showcase-player-game.showcase-player-kiosk .showcase-brand,.showcase-player-game.showcase-player-kiosk .showcase-dots{display:none!important}.showcase-player-game.showcase-player-kiosk .kiosk-exit,.showcase-player-kiosk .kiosk-exit{top:max(8px, env(safe-area-inset-top))!important;right:max(8px, env(safe-area-inset-right))!important;z-index:10001!important;min-height:34px!important;padding:7px 10px!important;position:fixed!important}@media (width<=380px){.showcase-player.showcase-player-game.showcase-player-kiosk .game-wheel-wrap,.showcase-player-game.showcase-player-kiosk .game-wheel-wrap{--wheel-marker-radius:min(21vw, 64px)!important;width:min(58vw,26dvh,205px)!important;max-width:205px!important}.showcase-player-game.showcase-player-kiosk .game-wheel span b{width:20px!important;height:20px!important;font-size:.56rem!important}}@media (orientation:landscape) and (height<=560px){.showcase-player.showcase-player-game.showcase-player-kiosk .game-system-main,.showcase-player-game.showcase-player-kiosk .game-system-main{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important;max-width:none!important}.showcase-player.showcase-player-game.showcase-player-kiosk .game-wheel-wrap,.showcase-player-game.showcase-player-kiosk .game-wheel-wrap{width:min(34vw,56dvh,240px)!important}}:root{--owo-app-max:1180px;--owo-app-pad:18px;--owo-panel-pad:20px;--owo-gap:16px;--owo-nav-safe:104px;--owo-player-normal:clamp(420px, 66dvh, 760px);--owo-game-wheel:min(34vw, 320px)}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}img,svg,video,canvas{max-width:100%}.app-shell,.panel,.screen-grid,.stack,.form-panel,.showcase-player,.game-slide-stage,.game-system-stage,.game-system-header,.game-system-main,.game-play-card,.game-contact-card,.game-result-panel,.game-prize-panel,.cart-panel,.product-grid,.preset-grid,.contact-list,.slide-list,.data-list,.metrics-grid,.export-row,.field-row,.brand-upload-grid,.promo-slot-editor,.game-admin-options,.scratch-admin-options{min-width:0;max-width:100%}.app-shell{width:min(var(--owo-app-max), 100%);padding-left:max(var(--owo-app-pad), env(safe-area-inset-left));padding-right:max(var(--owo-app-pad), env(safe-area-inset-right));padding-bottom:max(var(--owo-nav-safe), env(safe-area-inset-bottom))}.panel{padding:var(--owo-panel-pad)}.screen-grid{gap:var(--owo-gap)}button,.primary-action,.secondary-action,.danger-action,.file-drop,.upload-action,input,textarea,select{max-width:100%}@media (width>=1024px){.app-hero{flex-direction:row;align-items:flex-end;min-height:188px}.tabbar{grid-template-columns:repeat(6,minmax(0,1fr));position:sticky;top:10px;bottom:auto}.screen-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.75fr)}.venta-grid{grid-template-columns:minmax(0,1.28fr) minmax(340px,.78fr)!important}.products-grid-layout{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr)!important}.vitrina-grid,.comunidad-grid{grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr)!important}.ajustes-grid{grid-template-columns:1fr!important}.showcase-player:not(.showcase-player-kiosk){min-height:var(--owo-player-normal)!important}.showcase-player-game:not(.showcase-player-kiosk){min-height:clamp(620px,72dvh,820px)!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-stage{grid-template-columns:minmax(250px,.88fr) minmax(420px,1.12fr)!important;align-items:center!important;gap:clamp(16px,2.4vw,34px)!important;padding:clamp(20px,3.2vw,46px)!important;display:grid!important;position:absolute!important;inset:0!important;overflow:hidden!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-main{grid-template-columns:minmax(0,1fr)!important;gap:14px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel-wrap{width:min(32vw,320px)!important;max-width:320px!important}.product-grid{grid-template-columns:repeat(auto-fill,minmax(158px,1fr))!important}.metrics-grid.wide-metrics,.wide-metrics{grid-template-columns:repeat(5,minmax(0,1fr))!important}}@media (width>=768px) and (width<=1023px){:root{--owo-app-pad:14px;--owo-panel-pad:18px;--owo-gap:14px;--owo-nav-safe:104px;--owo-player-normal:min(620px, 62dvh)}.app-hero{flex-direction:column!important;align-items:flex-start!important;gap:16px!important;min-height:154px!important;padding:22px!important}.hero-status-actions,.header-actions,.pwa-status-actions,.compact-actions-row{flex-wrap:wrap!important;align-items:stretch!important;gap:8px!important;width:100%!important;display:flex!important}.appearance-switch{flex:260px!important;justify-content:center!important}.offline-pill,.install-pill{flex:auto!important;justify-content:center!important}.tabbar{border-radius:22px!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;position:sticky!important;top:8px!important;bottom:auto!important}.tabbar button{min-height:42px!important;padding:9px 6px!important;font-size:.78rem!important}.event-strip,.close-hero{flex-direction:column!important;align-items:stretch!important}.event-strip select{max-width:none!important}.screen-grid,.venta-grid,.products-grid-layout,.vitrina-grid,.comunidad-grid,.ajustes-grid{grid-template-columns:1fr!important}.cart-panel{position:static!important}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.preset-grid,.brand-upload-grid,.promo-slot-editor,.metrics-grid,.wide-metrics,.comunidad-metrics,.analytics-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}.showcase-player:not(.showcase-player-kiosk){min-height:var(--owo-player-normal)!important}.showcase-copy{padding:28px 22px 120px!important}.showcase-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;width:auto!important;display:grid!important;bottom:16px!important;left:16px!important;right:16px!important}.showcase-player-game:not(.showcase-player-kiosk){height:auto!important;min-height:0!important;overflow:visible!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-stage{grid-template-columns:1fr!important;gap:14px!important;height:auto!important;min-height:0!important;max-height:none!important;padding:18px!important;display:grid!important;position:relative!important;inset:auto!important;overflow:visible!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-header,.showcase-player-game:not(.showcase-player-kiosk) .game-system-main,.showcase-player-game:not(.showcase-player-kiosk) .game-play-card,.showcase-player-game:not(.showcase-player-kiosk) .game-contact-card,.showcase-player-game:not(.showcase-player-kiosk) .game-result-panel,.showcase-player-game:not(.showcase-player-kiosk) .game-prize-panel{width:100%!important;max-width:none!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-main{grid-template-columns:minmax(0,1fr) minmax(280px,.86fr)!important;align-items:start!important;gap:14px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel-wrap{width:min(42vw,320px)!important;min-width:0!important;max-width:320px!important}}@media (width<=767px){:root{--owo-app-pad:10px;--owo-panel-pad:14px;--owo-gap:12px;--owo-nav-safe:132px;--owo-player-normal:auto}body{overscroll-behavior-x:none}.app-shell{padding-top:max(10px, env(safe-area-inset-top))!important;padding-left:max(10px, env(safe-area-inset-left))!important;padding-right:max(10px, env(safe-area-inset-right))!important;padding-bottom:max(var(--owo-nav-safe), env(safe-area-inset-bottom))!important}.app-hero{border-radius:22px!important;grid-template-columns:1fr!important;align-items:start!important;gap:12px!important;min-height:0!important;padding:16px!important;display:grid!important}.hero-title-row{gap:10px!important}.hero-logo{width:54px!important;height:54px!important}.app-hero h1{font-size:clamp(2.05rem,13vw,3.25rem)!important;line-height:.88!important}.app-hero p{margin-top:6px!important;font-size:.88rem!important;line-height:1.32!important}.hero-status-actions,.header-actions,.pwa-status-actions,.compact-actions-row{grid-template-columns:1fr!important;gap:8px!important;width:100%!important;display:grid!important}.appearance-switch{justify-content:stretch!important;width:100%!important}.appearance-switch button{flex:1 1 0!important;min-width:0!important;padding-inline:6px!important;font-size:.72rem!important}.offline-pill,.install-pill{justify-content:center!important;width:100%!important}.event-strip{border-radius:18px!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;margin:10px 0!important;padding:12px!important}.event-strip select{max-width:none!important}.tabbar{left:max(8px, env(safe-area-inset-left))!important;right:max(8px, env(safe-area-inset-right))!important;bottom:max(8px, env(safe-area-inset-bottom))!important;z-index:50!important;border-radius:22px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin:0!important;padding:7px!important;display:grid!important;position:fixed!important;top:auto!important;box-shadow:0 16px 46px #0000003d!important}.tabbar button{letter-spacing:-.02em!important;min-height:38px!important;padding:6px 5px!important;font-size:.71rem!important;line-height:1!important}.screen-grid,.venta-grid,.products-grid-layout,.vitrina-grid,.comunidad-grid,.ajustes-grid,.brand-upload-grid,.game-admin-options,.scratch-admin-options,.promo-settings-panel .panel-title-row,.ajustes-grid .promo-settings-panel .panel-title-row,.ajustes-grid .game-admin-options{gap:var(--owo-gap)!important;grid-template-columns:1fr!important;display:grid!important}.panel{padding:var(--owo-panel-pad)!important;border-radius:20px!important}.panel-title-row,.close-hero,.cart-item,.inventory-row,.data-list>div,.sale-card,.contact-card,.slide-row{grid-template-columns:1fr!important;align-items:start!important;gap:8px!important;display:grid!important}.close-total{text-align:left!important}.close-total strong{font-size:clamp(2rem,13vw,3.25rem)!important}.metrics-grid,.wide-metrics,.comunidad-metrics,.analytics-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.metric-card{border-radius:16px!important;padding:12px!important}.metric-card span{font-size:.72rem!important}.metric-card strong{font-size:clamp(1.15rem,7vw,1.75rem)!important}.field-row,.export-row,.payment-grid,.data-list.compact{grid-template-columns:1fr!important}.primary-action,.secondary-action,.danger-action,.file-drop,.upload-action{width:100%!important;min-height:44px!important}input,textarea,select{min-height:42px!important;font-size:16px!important}.cart-panel{position:static!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.product-tile,.product-tile.with-photo{border-radius:18px!important;min-height:178px!important;padding:10px!important}.product-tile strong{font-size:.88rem!important;line-height:1.05!important}.product-tile small,.product-tile em{font-size:.7rem!important;line-height:1.15!important}.product-tile b{font-size:.98rem!important}.preset-grid,.promo-slot-editor{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.preset-card,.visual-preset-card,.promo-slot-edit{border-radius:16px!important;min-height:0!important;padding:10px!important}.preset-thumb{min-height:88px!important}.chip-row{margin-left:calc(var(--owo-panel-pad) * -1)!important;margin-right:calc(var(--owo-panel-pad) * -1)!important;padding-left:var(--owo-panel-pad)!important;padding-right:var(--owo-panel-pad)!important}.showcase-player:not(.showcase-player-game):not(.showcase-player-kiosk){border-radius:22px!important;min-height:70dvh!important}.showcase-copy{width:100%!important;min-height:inherit!important;padding:22px 14px 134px!important}.showcase-copy h2{font-size:clamp(2.6rem,18vw,4.75rem)!important}.showcase-copy p{font-size:.92rem!important;line-height:1.28!important}.showcase-actions{grid-template-columns:1fr!important;gap:7px!important;width:auto!important;display:grid!important;bottom:10px!important;left:10px!important;right:10px!important}.showcase-actions .primary-action,.showcase-actions .secondary-action{min-height:42px!important}.showcase-brand{max-width:calc(100% - 24px)!important;font-size:.64rem!important;top:12px!important;left:12px!important;right:12px!important}.showcase-dots{top:44px!important;left:14px!important}.showcase-player-game:not(.showcase-player-kiosk){border-radius:22px!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-stage,.showcase-player-game:not(.showcase-player-kiosk) .game-slide-stage{grid-template-rows:none!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:10px!important;display:grid!important;position:relative!important;inset:auto!important;overflow:visible!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-header{border-radius:16px!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;padding:10px!important;display:grid!important}.showcase-player-game:not(.showcase-player-kiosk) .game-header-actions{order:3!important;grid-column:1/-1!important}.showcase-player-game:not(.showcase-player-kiosk) .game-fullscreen-button{min-height:38px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-header h2{font-size:clamp(1.45rem,9vw,2.25rem)!important;line-height:.94!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-header p:not(.eyebrow){font-size:.78rem!important;line-height:1.18!important}.showcase-player-game:not(.showcase-player-kiosk) .game-status-pill{border-radius:14px!important;min-width:64px!important;padding:7px 8px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-system-main{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;display:grid!important}.showcase-player-game:not(.showcase-player-kiosk) .game-play-card,.showcase-player-game:not(.showcase-player-kiosk) .game-area-card,.showcase-player-game:not(.showcase-player-kiosk) .game-contact-card,.showcase-player-game:not(.showcase-player-kiosk) .game-result-panel,.showcase-player-game:not(.showcase-player-kiosk) .game-prize-panel{width:100%!important;max-width:none!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;border-radius:16px!important;grid-template-columns:1fr!important;gap:9px!important;padding:10px!important;display:grid!important;overflow:visible!important}.showcase-player-game:not(.showcase-player-kiosk) .game-visual-zone,.showcase-player-game:not(.showcase-player-kiosk) .game-wheel-block,.showcase-player-game:not(.showcase-player-kiosk) .game-action-zone{width:100%!important;min-width:0!important;max-width:100%!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel-wrap{--wheel-marker-radius:min(27vw, 88px)!important;filter:none!important;width:min(70vw,270px)!important;min-width:0!important;max-width:270px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel{border-width:6px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel:after{animation:none!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel span b{width:24px!important;height:24px!important;font-size:.64rem!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel-core{border-width:3px!important;font-size:.62rem!important}.showcase-player-game:not(.showcase-player-kiosk) .game-mini-fields,.showcase-player-game:not(.showcase-player-kiosk) .game-register-form{grid-template-columns:1fr!important;gap:8px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-mini-fields input,.showcase-player-game:not(.showcase-player-kiosk) .game-form-zone textarea,.showcase-player-game:not(.showcase-player-kiosk) .game-form-zone select{min-height:40px!important;padding:8px 10px!important;font-size:16px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-consent{padding:8px!important;font-size:.68rem!important;line-height:1.18!important}.showcase-player-game:not(.showcase-player-kiosk) .game-spin-button{min-height:42px!important;font-size:.86rem!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel-legend{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important}.showcase-player-game:not(.showcase-player-kiosk) .game-wheel-legend span{min-width:0!important;padding:6px!important;font-size:.6rem!important}.showcase-player-game:not(.showcase-player-kiosk) .scratch-single-wrap,.showcase-player-game:not(.showcase-player-kiosk) .surprise-card-grid,.showcase-player-game:not(.showcase-player-kiosk) .mystery-box-wrap{width:100%!important;max-width:100%!important}.showcase-player-game:not(.showcase-player-kiosk) .scratch-single-wrap{min-height:min(72vw,280px)!important}.showcase-player-game:not(.showcase-player-kiosk) .surprise-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.showcase-player-game:not(.showcase-player-kiosk) .mystery-box{border-radius:22px!important;min-height:min(92vw,380px)!important}.showcase-player-game.showcase-player-kiosk{border-radius:0!important;width:100dvw!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;position:fixed!important;inset:0!important;overflow:hidden!important}.showcase-player-game.showcase-player-kiosk .game-system-stage,.showcase-player-game.showcase-player-kiosk .game-slide-stage{height:100dvh!important;max-height:100dvh!important;padding:max(8px, env(safe-area-inset-top)) 10px max(58px, env(safe-area-inset-bottom))!important;overflow:hidden auto!important}.showcase-player-game.showcase-player-kiosk .game-system-main{grid-template-columns:1fr!important;gap:9px!important}.showcase-player-game.showcase-player-kiosk .game-wheel-wrap{--wheel-marker-radius:min(23vw, 72px)!important;width:min(62vw,28dvh,230px)!important;max-width:230px!important}.showcase-player-game.showcase-player-kiosk .game-prize-panel.is-inline,.showcase-player-game.showcase-player-kiosk .showcase-brand,.showcase-player-game.showcase-player-kiosk .showcase-dots{display:none!important}.toast{bottom:max(126px, env(safe-area-inset-bottom))!important;border-radius:18px!important}}.hero-status-actions{flex-wrap:wrap;justify-content:flex-end;min-width:0;max-width:100%}.install-pill,.offline-pill{white-space:normal;overflow-wrap:anywhere;max-width:100%}.install-pill{flex:0 auto}@media (width<=1023px){.hero-status-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr);justify-content:stretch;align-items:stretch;width:100%;display:grid}.hero-status-actions .appearance-switch{grid-column:1/-1;width:100%}.hero-status-actions .offline-pill,.hero-status-actions .install-pill{text-align:center;justify-content:center;width:100%;min-width:0}}@media (width<=767px){.hero-status-actions{grid-template-columns:minmax(0,1fr);gap:8px}.hero-status-actions .appearance-switch,.hero-status-actions .offline-pill,.hero-status-actions .install-pill{grid-column:1/-1;width:100%}.install-pill{min-height:44px;padding-inline:14px}}.ready-card,.install-card,.pwa-card,.panel,.card{min-width:0}.ready-card .install-pill,.install-card .install-pill,.pwa-card .install-pill,.panel .install-pill,.card .install-pill{justify-content:center;width:100%;min-width:0}.vitrina-screen-stable{gap:14px!important}.showcase-toolbar{border:1px solid var(--line);background:var(--panel);width:100%;min-width:0;box-shadow:var(--shadow);border-radius:22px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;display:grid}.showcase-toolbar-copy{gap:2px;min-width:0;display:grid}.showcase-toolbar-copy strong{color:var(--text);font-size:.88rem;line-height:1.05}.showcase-toolbar-copy span{color:var(--muted);font-size:.72rem;font-weight:850;line-height:1.15}.showcase-toolbar-actions{flex-wrap:wrap;justify-content:flex-end;gap:7px;min-width:0;display:flex}.showcase-toolbar-actions .primary-action,.showcase-toolbar-actions .secondary-action{white-space:nowrap;border-radius:999px!important;width:auto!important;min-height:38px!important;padding:7px 12px!important;font-size:.72rem!important}.showcase-player-game-preview{cursor:default!important;background:radial-gradient(circle at 26% 26%,#ffd24824,#0000 32%),radial-gradient(circle at 76% 72%,#4184ff26,#0000 34%),linear-gradient(135deg,#0e0e10f5,#08080afa)!important;height:auto!important;min-height:clamp(420px,56dvh,660px)!important;overflow:hidden!important}.showcase-game-preview{z-index:2;width:100%;min-height:inherit;color:#fffaf2;grid-template-columns:minmax(0,.9fr) minmax(260px,.72fr);align-items:center;gap:clamp(18px,3vw,42px);padding:clamp(22px,3vw,44px);display:grid;position:relative}.showcase-game-preview-bg{z-index:-1;pointer-events:none;opacity:.65;background:linear-gradient(90deg,#fffaf214,#0000 45%),radial-gradient(circle at 74% 48%,#fffaf21f,#0000 20%);position:absolute;inset:0}.showcase-game-preview-copy{align-content:center;gap:10px;min-width:0;display:grid}.showcase-game-preview-copy h2{color:#fffaf2;letter-spacing:-.075em;overflow-wrap:anywhere;max-width:760px;margin:0;font-size:clamp(2.8rem,7.4vw,7rem);line-height:.88}.showcase-game-preview-copy p:not(.eyebrow){color:#fffaf2c7;max-width:640px;margin:0;font-size:clamp(1rem,1.8vw,1.35rem);font-weight:760;line-height:1.22}.showcase-game-preview-pills{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.showcase-game-preview-pills span{color:#fffaf2d1;background:#fffaf214;border:1px solid #fffaf229;border-radius:999px;align-items:center;min-height:34px;padding:7px 10px;font-size:.74rem;font-weight:950;display:inline-flex}.showcase-game-preview-visual{place-items:center;min-width:0;display:grid}.preview-wheel{aspect-ratio:1;opacity:.96;background:conic-gradient(#4ea4ff 0deg 45deg,#66cf8c 45deg 90deg,#ffd75b 90deg 135deg,#ff725b 135deg 180deg,#4ea4ff 180deg 225deg,#66cf8c 225deg 270deg,#ffd75b 270deg 315deg,#ff725b 315deg 360deg);border:10px solid #fffaf2eb;border-radius:50%;width:min(100%,360px);position:relative;box-shadow:0 32px 100px #0000006b}.preview-wheel:before{content:"";border-radius:inherit;border:2px dashed #ffffff59;position:absolute;inset:10%}.preview-wheel strong{color:#fffaf2;letter-spacing:-.05em;background:#08080aeb;border:5px solid #fffaf2e6;border-radius:50%;place-items:center;font-size:clamp(.95rem,2.4vw,1.35rem);display:grid;position:absolute;inset:35%}.preview-wheel span{position:absolute;transform:translate(-50%,-50%)}.preview-wheel span b{color:#141414;background:#fffaf2f0;border-radius:50%;place-items:center;width:clamp(24px,3.2vw,36px);height:clamp(24px,3.2vw,36px);font-weight:1000;display:grid;box-shadow:0 5px 18px #0000003d}.showcase-game-preview-actions{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:10px;display:flex}.showcase-game-preview-actions .primary-action,.showcase-game-preview-actions .secondary-action{border-radius:999px!important;width:auto!important;min-height:44px!important;padding-inline:18px!important}.showcase-player-game.showcase-player-kiosk{z-index:9999!important;width:100dvw!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;box-shadow:none!important;background:#050506!important;border:0!important;border-radius:0!important;padding:0!important;position:fixed!important;inset:0!important;overflow:hidden!important}.showcase-player-game.showcase-player-kiosk .showcase-brand,.showcase-player-game.showcase-player-kiosk .showcase-dots,.showcase-player-game.showcase-player-kiosk .kiosk-exit{pointer-events:none!important;display:none!important}.showcase-player-game.showcase-player-kiosk .game-system-stage,.showcase-player-game.showcase-player-kiosk .game-slide-stage{overscroll-behavior:contain!important;align-content:start!important;width:min(100%,1240px)!important;height:100dvh!important;min-height:0!important;max-height:100dvh!important;margin:0 auto!important;padding:clamp(12px,1.6vw,22px)!important;overflow:hidden auto!important}.showcase-player-game.showcase-player-kiosk .game-system-header{z-index:4!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:10px!important;position:relative!important}.showcase-player-game.showcase-player-kiosk .game-header-actions{justify-content:flex-end!important;min-width:0!important;display:flex!important}.showcase-player-game.showcase-player-kiosk .game-fullscreen-button{min-height:38px!important;padding:8px 12px!important;font-size:.72rem!important}.showcase-player-game.showcase-player-kiosk .game-system-main{grid-template-columns:minmax(420px,1fr) minmax(320px,.72fr)!important;align-items:start!important;gap:clamp(12px,1.6vw,18px)!important}.showcase-player-game.showcase-player-kiosk .game-wheel-wrap{--wheel-marker-radius:min(12.5vw, 15dvh, 150px)!important;width:min(34vw,42dvh,460px)!important;max-width:460px!important}.showcase-player-game.showcase-player-kiosk .game-wheel-legend{max-height:34dvh!important;overflow-y:auto!important}@media (width>=768px) and (width<=1023px){.showcase-toolbar{grid-template-columns:1fr!important;padding:12px!important}.showcase-toolbar-actions{grid-template-columns:repeat(4,minmax(0,1fr))!important;width:100%!important;display:grid!important}.showcase-toolbar-actions .primary-action,.showcase-toolbar-actions .secondary-action{white-space:normal!important;width:100%!important;min-width:0!important;line-height:1.05!important}.showcase-player-game-preview{min-height:clamp(420px,52dvh,560px)!important}.showcase-game-preview{grid-template-columns:minmax(0,1fr) minmax(220px,.62fr)!important;gap:18px!important;padding:24px!important}.showcase-game-preview-copy h2{font-size:clamp(2.4rem,8vw,5.4rem)!important}.preview-wheel{width:min(100%,270px)!important}.showcase-player-game.showcase-player-kiosk .game-system-main{grid-template-columns:1fr!important}.showcase-player-game.showcase-player-kiosk .game-wheel-wrap{--wheel-marker-radius:min(19vw, 12dvh, 116px)!important;width:min(54vw,34dvh,360px)!important}.showcase-player-game.showcase-player-kiosk .game-wheel-legend{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-height:none!important}}@media (width<=767px){.vitrina-screen-stable{gap:10px!important}.showcase-toolbar{border-radius:18px!important;grid-template-columns:1fr!important;gap:8px!important;padding:9px!important}.showcase-toolbar-copy strong{font-size:.84rem!important}.showcase-toolbar-copy span{font-size:.68rem!important}.showcase-toolbar-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;width:100%!important;display:grid!important}.showcase-toolbar-actions .primary-action,.showcase-toolbar-actions .secondary-action{white-space:normal!important;width:100%!important;min-width:0!important;min-height:38px!important;padding:7px 5px!important;font-size:.64rem!important;line-height:1.05!important}.showcase-toolbar-actions button:last-child{grid-column:1/-1!important}.showcase-player-game-preview{border-radius:20px!important;min-height:auto!important}.showcase-game-preview{grid-template-columns:1fr!important;gap:14px!important;min-height:0!important;padding:18px!important}.showcase-game-preview-copy h2{font-size:clamp(2.15rem,14vw,4.2rem)!important}.showcase-game-preview-copy p:not(.eyebrow){font-size:.9rem!important}.showcase-game-preview-pills span{min-height:30px!important;padding:6px 8px!important;font-size:.66rem!important}.preview-wheel{border-width:8px!important;width:min(68vw,245px)!important}.showcase-game-preview-actions{grid-template-columns:1fr!important;display:grid!important}.showcase-game-preview-actions .primary-action,.showcase-game-preview-actions .secondary-action{width:100%!important}.showcase-player-game.showcase-player-kiosk .game-system-stage,.showcase-player-game.showcase-player-kiosk .game-slide-stage{padding:max(8px, env(safe-area-inset-top)) 8px max(8px, env(safe-area-inset-bottom))!important}.showcase-player-game.showcase-player-kiosk .game-system-header{border-radius:16px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;padding:9px!important}.showcase-player-game.showcase-player-kiosk .game-header-actions{grid-column:1/-1!important;justify-content:stretch!important}.showcase-player-game.showcase-player-kiosk .game-fullscreen-button{width:100%!important}.showcase-player-game.showcase-player-kiosk .game-system-header h2{font-size:clamp(1.3rem,8vw,2rem)!important;line-height:.95!important}.showcase-player-game.showcase-player-kiosk .game-system-header p:not(.eyebrow){white-space:normal!important;font-size:.74rem!important;line-height:1.15!important}.showcase-player-game.showcase-player-kiosk .game-status-pill{border-radius:14px!important;min-width:66px!important;padding:7px!important}.showcase-player-game.showcase-player-kiosk .game-status-pill strong{font-size:1.22rem!important}.showcase-player-game.showcase-player-kiosk .game-status-pill span{font-size:.52rem!important}.showcase-player-game.showcase-player-kiosk .game-system-main{grid-template-columns:1fr!important;gap:8px!important}.showcase-player-game.showcase-player-kiosk .game-play-card.game-area-card,.showcase-player-game.showcase-player-kiosk .game-contact-card,.showcase-player-game.showcase-player-kiosk .game-result-panel,.showcase-player-game.showcase-player-kiosk .game-prize-panel{border-radius:15px!important;padding:9px!important}.showcase-player-game.showcase-player-kiosk .game-wheel-wrap{--wheel-marker-radius:min(23vw, 9dvh, 76px)!important;width:min(64vw,25dvh,235px)!important}.showcase-player-game.showcase-player-kiosk .game-wheel-core{font-size:.58rem!important}.showcase-player-game.showcase-player-kiosk .game-wheel-legend{grid-template-columns:1fr!important;gap:5px!important;max-height:30dvh!important;display:grid!important;overflow-y:auto!important}.showcase-player-game.showcase-player-kiosk .game-wheel-legend span{min-height:30px!important;padding:6px 8px!important;font-size:.64rem!important}.showcase-player-game.showcase-player-kiosk .game-mini-fields input{min-height:38px!important;padding:7px 10px!important;font-size:16px!important}.showcase-player-game.showcase-player-kiosk .game-consent{grid-template-columns:auto 1fr!important;align-items:start!important;gap:8px!important;padding:8px!important;font-size:.64rem!important;line-height:1.15!important;display:grid!important}.showcase-player-game.showcase-player-kiosk .game-consent input{width:24px!important;height:24px!important;min-height:24px!important}.showcase-player-game.showcase-player-kiosk{touch-action:pan-y!important;overflow:hidden!important}.showcase-player-game.showcase-player-kiosk .game-system-stage,.showcase-player-game.showcase-player-kiosk .game-slide-stage{width:100%!important;max-width:100%!important;height:100svh!important;min-height:100svh!important;max-height:100svh!important;padding:max(9px, env(safe-area-inset-top)) 10px calc(74px + max(10px, env(safe-area-inset-bottom)))!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;display:block!important;overflow:hidden auto!important}@supports (height:100dvh){.showcase-player-game.showcase-player-kiosk .game-system-stage,.showcase-player-game.showcase-player-kiosk .game-slide-stage{height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important}}.showcase-player-game.showcase-player-kiosk .game-system-header{border-radius:18px!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"copy status"!important;align-items:start!important;gap:8px!important;width:100%!important;min-width:0!important;margin:0 0 9px!important;padding:10px!important;display:grid!important;overflow:visible!important}.showcase-player-game.showcase-player-kiosk .game-system-header>div:first-child{grid-area:copy!important;min-width:0!important;max-width:100%!important}.showcase-player-game.showcase-player-kiosk .game-system-header .eyebrow{letter-spacing:.18em!important;margin:0 0 5px!important;font-size:.58rem!important;line-height:1!important}.showcase-player-game.showcase-player-kiosk .game-system-header h2{letter-spacing:-.07em!important;white-space:normal!important;overflow-wrap:anywhere!important;max-width:calc(100vw - 118px)!important;margin:0!important;font-size:clamp(1.72rem,10.4vw,2.45rem)!important;line-height:.88!important;display:block!important}.showcase-player-game.showcase-player-kiosk .game-system-header p:not(.eyebrow){-webkit-line-clamp:2!important;color:#fffaf2b8!important;white-space:normal!important;-webkit-box-orient:vertical!important;max-width:calc(100vw - 118px)!important;margin:7px 0 0!important;font-size:.72rem!important;line-height:1.12!important;display:-webkit-box!important;overflow:hidden!important}.showcase-player-game.showcase-player-kiosk .game-status-pill{border-radius:16px!important;grid-area:status!important;align-self:start!important;min-width:62px!important;max-width:66px!important;padding:7px 6px!important}.showcase-player-game.showcase-player-kiosk .game-status-pill strong{font-size:1.35rem!important;line-height:.86!important}.showcase-player-game.showcase-player-kiosk .game-status-pill span{letter-spacing:.04em!important;font-size:.48rem!important;line-height:1.05!important}.showcase-player-game.showcase-player-kiosk .game-header-actions{z-index:10060!important;left:max(10px, env(safe-area-inset-left))!important;right:max(10px, env(safe-area-inset-right))!important;bottom:max(10px, env(safe-area-inset-bottom))!important;pointer-events:none!important;grid-template-columns:1fr!important;width:auto!important;min-width:0!important;padding:0!important;display:grid!important;position:fixed!important}.showcase-player-game.showcase-player-kiosk .game-fullscreen-button{color:#111113!important;pointer-events:auto!important;background:#fffaf2f5!important;border:1px solid #fff3!important;border-radius:999px!important;width:100%!important;min-height:52px!important;padding:10px 16px!important;font-size:.9rem!important;font-weight:1000!important;box-shadow:0 18px 48px #0000006b!important}.showcase-player-game.showcase-player-kiosk .game-system-main{flex-direction:column!important;align-items:stretch!important;gap:9px!important;width:100%!important;min-width:0!important;display:flex!important}.showcase-player-game.showcase-player-kiosk .game-contact-card{order:1!important}.showcase-player-game.showcase-player-kiosk .game-play-card.game-area-card{order:2!important}.showcase-player-game.showcase-player-kiosk .game-contact-card,.showcase-player-game.showcase-player-kiosk .game-play-card.game-area-card,.showcase-player-game.showcase-player-kiosk .game-result-panel,.showcase-player-game.showcase-player-kiosk .game-prize-panel{border-radius:18px!important;gap:9px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:10px!important;overflow:visible!important;box-shadow:0 12px 34px #00000042!important}.showcase-player-game.showcase-player-kiosk .game-area-label{grid-template-columns:minmax(0,1fr) auto!important;align-items:baseline!important;gap:8px!important;display:grid!important}.showcase-player-game.showcase-player-kiosk .game-area-label span{overflow-wrap:anywhere!important;min-width:0!important;font-size:1.08rem!important;line-height:1!important}.showcase-player-game.showcase-player-kiosk .game-area-label small{text-align:right!important;max-width:48vw!important;font-size:.62rem!important;line-height:1.08!important}.showcase-player-game.showcase-player-kiosk .game-register-form{gap:9px!important;display:grid!important}.showcase-player-game.showcase-player-kiosk .game-mini-fields{gap:8px!important;display:grid!important}.showcase-player-game.showcase-player-kiosk .game-mini-fields input{border-radius:16px!important;height:auto!important;min-height:44px!important;padding:9px 13px!important;font-size:16px!important;line-height:1.15!important}.showcase-player-game.showcase-player-kiosk .game-consent{border-radius:16px!important;grid-template-columns:28px minmax(0,1fr)!important;align-items:start!important;gap:10px!important;padding:10px!important;font-size:.74rem!important;line-height:1.14!important;display:grid!important}.showcase-player-game.showcase-player-kiosk .game-consent input{align-self:start!important;width:24px!important;height:24px!important;min-height:24px!important;margin:0!important}.showcase-player-game.showcase-player-kiosk .game-spin-button{border-radius:999px!important;min-height:48px!important;font-size:.88rem!important}.showcase-player-game.showcase-player-kiosk .game-visual-zone,.showcase-player-game.showcase-player-kiosk .game-wheel-block{place-items:center!important;gap:7px!important;width:100%!important;display:grid!important}.showcase-player-game.showcase-player-kiosk .game-wheel-wrap{--wheel-marker-radius:min(24vw, 83px)!important;width:min(66vw,255px)!important;min-width:0!important;max-width:255px!important;margin-inline:auto!important}.showcase-player-game.showcase-player-kiosk .game-wheel{border-width:7px!important}.showcase-player-game.showcase-player-kiosk .game-pointer{font-size:1.15rem!important;top:-5px!important}.showcase-player-game.showcase-player-kiosk .game-wheel span b{width:23px!important;height:23px!important;font-size:.62rem!important}.showcase-player-game.showcase-player-kiosk .game-wheel-core{border-width:4px!important;font-size:.6rem!important}.showcase-player-game.showcase-player-kiosk .game-wheel-read-hint{margin:0!important;font-size:.7rem!important;line-height:1.1!important}.showcase-player-game.showcase-player-kiosk .game-action-zone{width:100%!important}.showcase-player-game.showcase-player-kiosk .game-hint{margin:0!important;font-size:.78rem!important;line-height:1.16!important}.showcase-player-game.showcase-player-kiosk .game-result-panel.is-inline{padding:10px!important}.showcase-player-game.showcase-player-kiosk .game-result{border-radius:15px!important;padding:10px!important}.showcase-player-game.showcase-player-kiosk .game-prize-panel.is-inline{margin-top:0!important}.showcase-player-game.showcase-player-kiosk .game-wheel-legend{grid-template-columns:1fr!important;gap:5px!important;max-height:26svh!important;padding-right:2px!important;display:grid!important;overflow-y:auto!important}@supports (height:100dvh){.showcase-player-game.showcase-player-kiosk .game-wheel-legend{max-height:26dvh!important}}.showcase-player-game.showcase-player-kiosk .game-wheel-legend span{border-radius:11px!important;min-height:30px!important;padding:6px 8px!important;font-size:.64rem!important;line-height:1.08!important}.showcase-player-game.showcase-player-kiosk .scratch-single-wrap{min-height:min(62vw,235px)!important}.showcase-player-game.showcase-player-kiosk .surprise-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.showcase-player-game.showcase-player-kiosk .mystery-box{min-height:min(70vw,285px)!important}}@media (width<=767px) and (height<=720px){.showcase-player-game.showcase-player-kiosk .game-system-stage,.showcase-player-game.showcase-player-kiosk .game-slide-stage{padding-top:7px!important}.showcase-player-game.showcase-player-kiosk .game-system-header{margin-bottom:7px!important;padding:8px!important}.showcase-player-game.showcase-player-kiosk .game-system-header h2{font-size:clamp(1.5rem,9.3vw,2rem)!important}.showcase-player-game.showcase-player-kiosk .game-system-header p:not(.eyebrow){-webkit-line-clamp:1!important}.showcase-player-game.showcase-player-kiosk .game-contact-card,.showcase-player-game.showcase-player-kiosk .game-play-card.game-area-card,.showcase-player-game.showcase-player-kiosk .game-result-panel,.showcase-player-game.showcase-player-kiosk .game-prize-panel{gap:7px!important;padding:8px!important}.showcase-player-game.showcase-player-kiosk .game-wheel-wrap{--wheel-marker-radius:min(21vw, 70px)!important;width:min(58vw,220px)!important}}.showcase-game-prestart{align-items:stretch!important}.showcase-game-preform{background:#fffaf214;border:1px solid #fffaf224;border-radius:24px;align-self:center;gap:12px;min-width:0;padding:clamp(14px,2vw,20px);display:grid;box-shadow:0 24px 70px #00000047}.showcase-game-register-form{gap:10px;min-width:0;display:grid}.showcase-game-register-form .game-mini-fields{gap:8px;display:grid}.showcase-game-register-form input{border-radius:16px;min-height:46px;font-size:16px}.showcase-game-ready-card{background:#00000038;border:1px solid #fffaf21f;border-radius:18px;gap:8px;min-width:0;padding:14px;display:grid}.showcase-game-ready-card strong{color:#fffaf2;font-size:1.15rem}.showcase-game-ready-card p{color:#fffaf2b8;margin:0;font-weight:750;line-height:1.2}.showcase-game-preform .game-error{color:#ffb3a6;margin:0;font-weight:850}.showcase-player-game.showcase-player-kiosk .game-contact-card{order:2!important}.showcase-player-game.showcase-player-kiosk .game-play-card.game-area-card{order:1!important}.showcase-player-game.showcase-player-kiosk .game-contact-card .game-register-form{display:none!important}.showcase-player-game.showcase-player-kiosk .game-system-header-clean{grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"copy status"!important;margin-bottom:8px!important;padding:8px 9px!important}.showcase-player-game.showcase-player-kiosk .game-system-header-clean>div:first-child{min-width:0!important}.showcase-player-game.showcase-player-kiosk .game-system-header-clean h2{letter-spacing:-.055em!important;max-width:none!important;font-size:clamp(1.2rem,6.2vw,2rem)!important;line-height:.92!important}.showcase-player-game.showcase-player-kiosk .game-system-header-clean p:not(.eyebrow){display:none!important}.showcase-player-game.showcase-player-kiosk .game-system-header-clean .eyebrow{margin-bottom:4px!important;font-size:.5rem!important}.showcase-player-game.showcase-player-kiosk .game-status-pill{border-radius:14px!important;min-width:54px!important;max-width:58px!important;padding:6px 5px!important}.showcase-player-game.showcase-player-kiosk .game-status-pill strong{font-size:1.1rem!important}.showcase-player-game.showcase-player-kiosk .game-status-pill span{font-size:.44rem!important}.showcase-player-game.showcase-player-kiosk .game-header-actions{z-index:10080!important;left:max(10px, env(safe-area-inset-left))!important;right:max(10px, env(safe-area-inset-right))!important;bottom:max(10px, env(safe-area-inset-bottom))!important;pointer-events:none!important;position:fixed!important}.showcase-player-game.showcase-player-kiosk .game-fullscreen-button{pointer-events:auto!important;border-radius:999px!important;width:100%!important;min-height:50px!important}@media (width<=767px){.showcase-game-prestart{grid-template-columns:1fr!important;gap:12px!important;padding:16px!important}.showcase-game-prestart .showcase-game-preview-copy{order:1!important}.showcase-game-preform{border-radius:18px!important;order:2!important;padding:12px!important}.showcase-game-prestart .showcase-game-preview-visual{order:3!important}.showcase-game-prestart .showcase-game-preview-actions{order:4!important}.showcase-game-prestart .showcase-game-preview-copy h2{font-size:clamp(2rem,13vw,3.8rem)!important}.showcase-game-prestart .showcase-game-preview-copy p:not(.eyebrow){font-size:.84rem!important;line-height:1.15!important}.showcase-game-preform .game-area-label{grid-template-columns:1fr!important;gap:2px!important}.showcase-game-register-form{gap:8px!important}.showcase-game-register-form input{min-height:42px!important;padding:8px 12px!important}.showcase-game-register-form .game-consent{grid-template-columns:26px minmax(0,1fr)!important;gap:9px!important;padding:8px!important;font-size:.66rem!important;line-height:1.13!important;display:grid!important}.showcase-game-register-form .game-consent input{width:22px!important;height:22px!important;min-height:22px!important;margin:0!important}.showcase-game-register-form .primary-action,.showcase-game-ready-card .primary-action{width:100%!important;min-height:44px!important}.showcase-player-game.showcase-player-kiosk .game-system-stage,.showcase-player-game.showcase-player-kiosk .game-slide-stage{padding-top:max(8px, env(safe-area-inset-top))!important;padding-bottom:calc(70px + max(10px, env(safe-area-inset-bottom)))!important}.showcase-player-game.showcase-player-kiosk .game-system-main{flex-direction:column!important;gap:8px!important;display:flex!important}.showcase-player-game.showcase-player-kiosk .game-play-card.game-area-card{order:1!important}.showcase-player-game.showcase-player-kiosk .game-contact-card{order:2!important}.showcase-player-game.showcase-player-kiosk .game-wheel-wrap{--wheel-marker-radius:min(25vw, 10.5svh, 84px)!important;width:min(70vw,30svh,260px)!important;max-width:260px!important}@supports (height:100dvh){.showcase-player-game.showcase-player-kiosk .game-wheel-wrap{--wheel-marker-radius:min(25vw, 10.5dvh, 84px)!important;width:min(70vw,30dvh,260px)!important}}.showcase-player-game.showcase-player-kiosk .game-contact-card{padding:9px!important}.showcase-player-game.showcase-player-kiosk .game-contact-card>.game-area-label{display:none!important}.showcase-player-game.showcase-player-kiosk .attempt-card{min-height:0!important;padding:9px!important}.showcase-player-game.showcase-player-kiosk .attempt-card strong{font-size:1.45rem!important}.showcase-player-game.showcase-player-kiosk .game-prize-panel.is-inline{display:none!important}.showcase-player-game.showcase-player-kiosk .game-result-panel.is-inline{margin-top:8px!important}}@media (width<=767px) and (height<=720px){.showcase-player-game.showcase-player-kiosk .game-system-header-clean{margin-bottom:6px!important;padding:7px 8px!important}.showcase-player-game.showcase-player-kiosk .game-system-header-clean h2{font-size:clamp(1.05rem,5.6vw,1.6rem)!important}.showcase-player-game.showcase-player-kiosk .game-wheel-wrap{--wheel-marker-radius:min(22vw, 9.5svh, 72px)!important;width:min(62vw,27svh,220px)!important}@supports (height:100dvh){.showcase-player-game.showcase-player-kiosk .game-wheel-wrap{--wheel-marker-radius:min(22vw, 9.5dvh, 72px)!important;width:min(62vw,27dvh,220px)!important}}}
