/* StripZap V29 — immersive site-wide visual system */
body.stripzap-v29{
  --sz-v29-red:#942229;
  --sz-v29-red-bright:#b92f3b;
  --sz-v29-ink:#07080b;
  --sz-v29-panel:#0e1117;
  --sz-v29-panel-2:#131720;
  --sz-v29-line:rgba(255,255,255,.105);
  --sz-v29-soft:rgba(255,255,255,.055);
  --sz-v29-text:#f7f5f4;
  --sz-v29-muted:#9ca2ad;
  --sz-v29-shadow:0 28px 90px rgba(0,0,0,.42);
  background:
    radial-gradient(circle at 12% 8%,rgba(148,34,41,.11),transparent 26rem),
    radial-gradient(circle at 90% 24%,rgba(90,21,26,.09),transparent 30rem),
    #07080b;
  color:var(--sz-v29-text);
}
body.stripzap-v29 .sz-main{overflow:clip}
body.stripzap-v29 .sz-container{width:min(100% - 36px,1480px)}
body.stripzap-v29 a{transition:color .22s ease,border-color .22s ease,background .22s ease,transform .22s ease,opacity .22s ease}

/* Minimal glass header */
body.stripzap-v29 .sz-site-header-v29{
  position:sticky;top:0;z-index:1000;
  border-bottom:1px solid rgba(255,255,255,.075);
  background:rgba(7,8,11,.76);
  -webkit-backdrop-filter:blur(20px) saturate(135%);
  backdrop-filter:blur(20px) saturate(135%);
  transition:background .25s ease,box-shadow .25s ease,border-color .25s ease;
}
body.stripzap-v29 .sz-site-header-v29.is-scrolled{background:rgba(7,8,11,.93);border-color:rgba(255,255,255,.12);box-shadow:0 16px 40px rgba(0,0,0,.24)}
body.stripzap-v29 .sz-site-header-v29 .sz-header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
body.stripzap-v29 .sz-header-brand-wrap{display:flex;align-items:center;gap:14px;min-width:0}
body.stripzap-v29 .sz-brand-text{font-size:27px;letter-spacing:-1.3px;font-weight:850}
body.stripzap-v29 .sz-brand-text>span{color:var(--sz-v29-red-bright)}
body.stripzap-v29 .sz-v29-brand-tag{padding-left:14px;border-left:1px solid rgba(255,255,255,.12);font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.16em;color:#777e89;white-space:nowrap}
body.stripzap-v29 .sz-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}
body.stripzap-v29 .sz-live-count-v29{display:inline-flex;align-items:center;gap:7px;height:40px;padding:0 13px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.035);text-decoration:none;color:#eef0f4}
body.stripzap-v29 .sz-live-count-v29 b{font-size:10px;letter-spacing:.14em;color:#fff}
body.stripzap-v29 .sz-live-count-v29 em{font-size:12px;font-style:normal;color:#9fa5af}
body.stripzap-v29 .sz-live-pulse{width:7px;height:7px;border-radius:50%;background:#d73d49;box-shadow:0 0 0 5px rgba(215,61,73,.12);animation:szV29Pulse 2s infinite}
@keyframes szV29Pulse{0%,100%{box-shadow:0 0 0 4px rgba(215,61,73,.12)}50%{box-shadow:0 0 0 8px rgba(215,61,73,0)}}
body.stripzap-v29 .sz-header-zap{display:inline-flex;align-items:center;gap:12px;height:42px;padding:0 17px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:linear-gradient(135deg,#a72834,#7f1822);color:#fff;font:inherit;font-size:12px;font-weight:800;cursor:pointer;box-shadow:0 10px 24px rgba(148,34,41,.2)}
body.stripzap-v29 .sz-header-zap:hover{transform:translateY(-1px);background:linear-gradient(135deg,#bd3340,#8c1c27)}
body.stripzap-v29 .sz-language-premium{height:42px}
body.stripzap-v29 .sz-language-premium button{height:42px;border-radius:12px!important;background:rgba(255,255,255,.035)!important;border-color:rgba(255,255,255,.1)!important}

/* Cinematic hero */
body.stripzap-v29 .sz-home-hero-v29,body.stripzap-v29 .sz-home-hero-v29>.sz-container{min-height:min(68vh,calc(var(--sz-hero-height) - 60px))}body.stripzap-v29 .sz-home-hero-v29{position:relative;display:grid;align-items:center;border-bottom:1px solid rgba(255,255,255,.07);isolation:isolate;background:#07080b}
body.stripzap-v29 .sz-home-hero-v29:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(7,8,11,.96) 0%,rgba(7,8,11,.82) 34%,rgba(7,8,11,.24) 68%,rgba(7,8,11,.7) 100%),linear-gradient(0deg,#07080b 0%,transparent 35%);pointer-events:none}body.stripzap-v29 .sz-home-hero-v29 .sz-home-hero-picture{z-index:0;opacity:1!important;visibility:visible!important;display:block!important}body.stripzap-v29 .sz-home-hero-v29>.sz-container{position:relative;z-index:3}body.stripzap-v29 .sz-home-hero-v29 .sz-home-hero-image{display:block!important;opacity:1!important;visibility:visible!important}
body.stripzap-v29 .sz-home-hero-v29 .sz-home-hero-image{filter:saturate(.82) contrast(1.04);transform:scale(1.018)}
body.stripzap-v29 .sz-v29-hero-grain{position:absolute;inset:0;z-index:2;pointer-events:none;opacity:.13;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E")}
body.stripzap-v29 .sz-hero-inner-v29{max-width:820px;padding:62px 0 70px}
body.stripzap-v29 .sz-v29-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:20px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.18em;color:#d5d8de}
body.stripzap-v29 .sz-v29-kicker i{width:24px;height:1px;background:#cf3946;box-shadow:0 0 18px rgba(207,57,70,.65)}
body.stripzap-v29 .sz-home-hero-v29 h1{max-width:900px;font-size:clamp(48px,6.3vw,96px);line-height:.96;letter-spacing:-.061em;margin:0}
body.stripzap-v29 .sz-home-hero-v29 .sz-hero-line-two{margin-top:3px}
body.stripzap-v29 .sz-home-hero-v29 .accent-word{color:#fff;position:relative}
body.stripzap-v29 .sz-home-hero-v29 .accent-word:after{content:"";position:absolute;left:0;right:0;bottom:.02em;height:.08em;border-radius:999px;background:linear-gradient(90deg,#942229,#d5414d);box-shadow:0 0 26px rgba(181,43,55,.34)}
body.stripzap-v29 .sz-home-hero-v29 .sz-hero-subtitle{max-width:660px;margin:26px 0 0;font-size:clamp(16px,1.5vw,20px);line-height:1.7;color:#aeb3bd}
body.stripzap-v29 .sz-v29-enter{display:inline-flex;align-items:center;gap:17px;margin-top:34px;padding:13px 16px 13px 18px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.035);color:#fff;text-decoration:none;font-size:12px;font-weight:750}
body.stripzap-v29 .sz-v29-enter b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#942229;font-size:14px}
body.stripzap-v29 .sz-v29-enter:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.065)}

/* Zap Chamber */
body.stripzap-v29 .sz-v29-chamber{position:relative;padding:26px 0 48px;isolation:isolate;overflow:hidden;scroll-margin-top:0}
body.stripzap-v29 .sz-v29-ambient{position:absolute;inset:-12%;z-index:-3;opacity:.2;background-image:var(--sz-v29-ambient-url);background-size:cover;background-position:center;filter:blur(95px) saturate(1.25) brightness(.5);transform:scale(1.18);transition:background-image .65s ease,opacity .35s ease}
body.stripzap-v29 .sz-v29-chamber:before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at center,rgba(148,34,41,.11),transparent 48%),linear-gradient(180deg,#07080b 0%,rgba(7,8,11,.84) 42%,#07080b 100%)}
body.stripzap-v29 .sz-v29-chamber:after{content:"";position:absolute;inset:0 4% auto;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent)}
body.stripzap-v29 .sz-v29-chamber-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin:0 0 26px}
body.stripzap-v29 .sz-v29-chamber-label{display:flex;align-items:center;gap:9px;margin-bottom:8px;font-size:10px;font-weight:850;letter-spacing:.18em;text-transform:uppercase;color:#c4c8d0}
body.stripzap-v29 .sz-v29-chamber-label i{width:7px;height:7px;border-radius:50%;background:#d43c48;box-shadow:0 0 0 6px rgba(212,60,72,.1)}
body.stripzap-v29 .sz-v29-chamber-head h2{margin:0;font-size:clamp(28px,3.2vw,48px);line-height:1.03;letter-spacing:-.04em}
body.stripzap-v29 .sz-v29-shortcuts{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}
body.stripzap-v29 .sz-v29-shortcuts span{display:flex;align-items:center;gap:7px;font-size:10px;color:#858b96}
body.stripzap-v29 .sz-v29-shortcuts kbd{min-width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.11);border-bottom-color:rgba(255,255,255,.19);border-radius:8px;background:rgba(255,255,255,.045);box-shadow:inset 0 -2px 0 rgba(255,255,255,.04);color:#dfe2e7;font:700 11px/1 inherit}
body.stripzap-v29 .sz-experience-v29{position:relative}
body.stripzap-v29 .sz-player-frame-v29{position:relative;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:linear-gradient(160deg,rgba(18,21,28,.98),rgba(8,9,13,.98));box-shadow:0 40px 110px rgba(0,0,0,.5),0 0 0 1px rgba(148,34,41,.06);overflow:hidden}
body.stripzap-v29 .sz-player-frame-v29:before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
body.stripzap-v29 .sz-v29-player-head{min-height:67px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 22px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.018)}
body.stripzap-v29 .sz-v29-player-identity{display:flex;align-items:center;gap:11px;min-width:0}
body.stripzap-v29 .sz-v29-live-chip{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:rgba(255,255,255,.035);font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:.12em;color:#dfe1e5;white-space:nowrap}
body.stripzap-v29 .sz-v29-live-chip i{width:6px;height:6px;border-radius:50%;background:#df3d4a;box-shadow:0 0 0 4px rgba(223,61,74,.11)}
body.stripzap-v29 .sz-v29-player-name{max-width:38vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:800;color:#fff}
body.stripzap-v29 .sz-v29-player-service{padding-left:11px;border-left:1px solid rgba(255,255,255,.09);font-size:11px;color:#7f8590;white-space:nowrap}
body.stripzap-v29 .sz-v29-profile-link{font-size:11px;font-weight:700;color:#aeb3bc;text-decoration:none;white-space:nowrap}
body.stripzap-v29 .sz-v29-profile-link:hover{color:#fff}
body.stripzap-v29 .sz-player-frame-v29 .sz-player-stage{position:relative;aspect-ratio:16/8.8;min-height:560px;background:#030406}
body.stripzap-v29 .sz-player-frame-v29 .sz-player-media{position:absolute;inset:0;overflow:hidden;background:#030406}
body.stripzap-v29 .sz-player-frame-v29 .sz-player-poster{width:100%;height:100%;object-fit:cover;filter:brightness(.48) saturate(.84);transform:scale(1.015)}
body.stripzap-v29 .sz-player-frame-v29 .sz-embed-layer,body.stripzap-v29 .sz-player-frame-v29 .sz-embed-layer>div{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important}
body.stripzap-v29 .sz-player-frame-v29 iframe,body.stripzap-v29 .sz-player-frame-v29 video,body.stripzap-v29 .sz-v29-sinparty-frame{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:100%!important;border:0!important;object-fit:cover}
body.stripzap-v29 .sz-player-side{width:52px;height:64px;border-radius:16px;background:rgba(7,8,11,.68);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(16px);box-shadow:0 14px 34px rgba(0,0,0,.26)}
body.stripzap-v29 .sz-player-side.prev{left:18px}
body.stripzap-v29 .sz-player-side.next{right:18px}
body.stripzap-v29 .sz-player-side:hover{background:rgba(148,34,41,.85);border-color:rgba(255,255,255,.18);transform:translateY(-50%) scale(1.04)}
body.stripzap-v29 .sz-player-loading{background:rgba(6,7,10,.88);backdrop-filter:blur(14px)}
body.stripzap-v29 .sz-v29-player-transition{position:absolute;inset:0;z-index:16;display:grid;place-content:center;justify-items:center;gap:13px;background:radial-gradient(circle,rgba(148,34,41,.18),rgba(7,8,11,.94) 54%);opacity:0;visibility:hidden;transition:opacity .24s ease,visibility .24s ease;pointer-events:none}
body.stripzap-v29 .sz-v29-player-transition i{width:34px;height:34px;border:2px solid rgba(255,255,255,.13);border-top-color:#d4424e;border-radius:50%;animation:szV29Spin .8s linear infinite}
body.stripzap-v29 .sz-v29-player-transition span{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#d8dbe0}
body.stripzap-v29 .sz-experience-v29.sz-loading .sz-v29-player-transition{opacity:1;visibility:visible}
@keyframes szV29Spin{to{transform:rotate(360deg)}}
body.stripzap-v29 .sz-player-controls-v29{padding:18px 20px 20px;border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(16,18,24,.98),rgba(10,11,15,.99))}
body.stripzap-v29 .sz-player-actions-v29{display:grid;grid-template-columns:minmax(150px,.65fr) minmax(260px,1.35fr) minmax(200px,.9fr);gap:12px;align-items:stretch}
body.stripzap-v29 .sz-player-actions-v29>*{min-height:56px;border-radius:16px!important}
body.stripzap-v29 .sz-v29-control{display:inline-flex;align-items:center;justify-content:center;gap:11px;padding:0 18px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.035);color:#d9dce2;font:700 12px/1 inherit;cursor:pointer}
body.stripzap-v29 .sz-v29-control:hover:not(:disabled){background:rgba(255,255,255,.075);border-color:rgba(255,255,255,.17);transform:translateY(-1px)}
body.stripzap-v29 .sz-v29-control:disabled{opacity:.32;cursor:not-allowed}
body.stripzap-v29 .sz-join-main-v29{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid rgba(255,255,255,.12)!important;background:linear-gradient(135deg,#a92a36,#7d1822)!important;box-shadow:0 16px 36px rgba(148,34,41,.24);font-size:13px;font-weight:850;color:#fff!important;text-decoration:none}
body.stripzap-v29 .sz-join-main-v29:hover{transform:translateY(-2px);background:linear-gradient(135deg,#c03441,#8d1d28)!important;box-shadow:0 20px 42px rgba(148,34,41,.31)}
body.stripzap-v29 .sz-next-main-v29{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid rgba(255,255,255,.13)!important;background:#f4f3f2!important;color:#090a0d!important;font:850 12px/1 inherit;cursor:pointer}
body.stripzap-v29 .sz-next-main-v29:hover{transform:translateY(-2px);background:#fff!important}
body.stripzap-v29 .sz-v29-mobile-hint{display:none}

/* Profile card */
body.stripzap-v29 .sz-model-card{margin-top:12px;padding:26px;border-radius:24px;border-color:rgba(255,255,255,.1);background:linear-gradient(145deg,rgba(17,20,27,.94),rgba(11,13,18,.94));box-shadow:0 24px 70px rgba(0,0,0,.22)}
body.stripzap-v29 .sz-model-label{font-size:9px;letter-spacing:.18em;color:#ca3542}
body.stripzap-v29 .sz-model-primary{gap:22px}
body.stripzap-v29 .sz-avatar{border-radius:18px}
body.stripzap-v29 .sz-model-copy h2{font-size:clamp(25px,2.4vw,38px);letter-spacing:-.035em}
body.stripzap-v29 .sz-model-bio{max-width:820px;color:#9da3ad;line-height:1.75}
body.stripzap-v29 .sz-model-meta{border-top-color:rgba(255,255,255,.08)}
body.stripzap-v29 .sz-meta-item{border-color:rgba(255,255,255,.075);background:rgba(255,255,255,.025);border-radius:14px}

/* Site-wide editorial blocks */
body.stripzap-v29 .sz-section{padding-top:60px;padding-bottom:60px}
body.stripzap-v29 .sz-section-heading h2,body.stripzap-v29 .sz-editorial-heading h2,body.stripzap-v29 .sz-seo-editorial h2{letter-spacing:-.045em}
body.stripzap-v29 .sz-card{border-color:rgba(255,255,255,.09);background:linear-gradient(145deg,rgba(18,21,28,.9),rgba(10,12,17,.92));box-shadow:0 22px 70px rgba(0,0,0,.18)}
body.stripzap-v29 .sz-editorial-grid article{border-radius:22px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.022);padding:28px}
body.stripzap-v29 .sz-editorial-grid article:hover{transform:translateY(-4px);border-color:rgba(148,34,41,.36);background:rgba(148,34,41,.055)}
body.stripzap-v29 .sz-steps{border-radius:24px}
body.stripzap-v29 .sz-seo-editorial{border-radius:28px}
body.stripzap-v29 .sz-home-seo-depth-card{border-radius:28px}

/* Blog V3 magazine */
body.stripzap-v29 .sz-blog-hero{min-height:560px;display:grid;align-items:end;padding:130px 0 74px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,rgba(7,8,11,.98),rgba(7,8,11,.64)),var(--sz-blog-hero-image);background-size:cover;background-position:center}
body.stripzap-v29 .sz-blog-hero-inner{align-items:end}
body.stripzap-v29 .sz-blog-hero h1{font-size:clamp(48px,6vw,88px);line-height:.98;letter-spacing:-.06em;max-width:920px}
body.stripzap-v29 .sz-blog-kicker{color:#e04652;letter-spacing:.17em}
body.stripzap-v29 .sz-blog-shell{padding-top:32px;padding-bottom:72px}
body.stripzap-v29 .sz-blog-topics{position:sticky;top:86px;z-index:10;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(11,13,18,.88);backdrop-filter:blur(18px)}
body.stripzap-v29 .sz-blog-topics a{border-radius:11px}
body.stripzap-v29 .sz-blog-grid{gap:22px}
body.stripzap-v29 .sz-blog-card{border-radius:24px;overflow:hidden;border-color:rgba(255,255,255,.09);background:linear-gradient(145deg,#11141b,#0b0d12);box-shadow:0 20px 60px rgba(0,0,0,.18)}
body.stripzap-v29 .sz-blog-card:hover{transform:translateY(-7px);border-color:rgba(148,34,41,.36);box-shadow:0 28px 75px rgba(0,0,0,.28)}
body.stripzap-v29 .sz-blog-featured{border-radius:30px;overflow:hidden;box-shadow:0 34px 90px rgba(0,0,0,.3)}
body.stripzap-v29 .sz-blog-cta{border-radius:28px}
body.stripzap-v29 .sz-article-header{padding-top:96px;background:radial-gradient(circle at 80% 10%,rgba(148,34,41,.12),transparent 24rem)}
body.stripzap-v29 .sz-article-header h1{font-size:clamp(48px,6.5vw,92px);line-height:.98;letter-spacing:-.06em}
body.stripzap-v29 .sz-article-cover{border-radius:30px;overflow:hidden;box-shadow:0 35px 90px rgba(0,0,0,.35)}
body.stripzap-v29 .sz-article-content{border-radius:26px;padding:clamp(28px,4.5vw,66px)}
body.stripzap-v29 .sz-article-content h2{font-size:clamp(28px,3vw,44px);letter-spacing:-.035em}
body.stripzap-v29 .sz-article-aside{top:104px}
body.stripzap-v29 .sz-v29-blog-cta{margin-top:46px;padding:34px;border:1px solid rgba(148,34,41,.34);border-radius:22px;background:radial-gradient(circle at right top,rgba(148,34,41,.22),transparent 40%),#0c0e13}
body.stripzap-v29 .sz-v29-blog-cta>span{display:block;margin-bottom:8px;font-size:9px;font-weight:850;letter-spacing:.18em;text-transform:uppercase;color:#d83e4a}
body.stripzap-v29 .sz-v29-blog-cta h2{margin:0 0 10px;font-size:clamp(25px,3vw,40px)}
body.stripzap-v29 .sz-v29-blog-cta p{color:#9ea4ae}
body.stripzap-v29 .sz-v29-blog-cta a{display:inline-flex;align-items:center;gap:12px;margin-top:12px;padding:14px 18px;border-radius:13px;background:#f4f3f2;color:#08090c;text-decoration:none;font-weight:850}

body.stripzap-v29 .sz-home-ranking-premium{padding:40px 0 8px}
body.stripzap-v29 .sz-home-ranking-premium .sz-home-ranking-head{margin-bottom:14px}
body.stripzap-v29 .sz-home-seo-depth{padding-top:8px;padding-bottom:52px}

/* Model and content pages */
body.stripzap-v29.single-webcam .sz-main,body.stripzap-v29.page .sz-main{background:radial-gradient(circle at 80% 10%,rgba(148,34,41,.08),transparent 30rem)}
body.stripzap-v29 .sz-profile-hero,body.stripzap-v29 .sz-page-hero{border-bottom-color:rgba(255,255,255,.08)}
body.stripzap-v29 .sz-profile-shell,body.stripzap-v29 .sz-page-content{padding-top:48px;padding-bottom:72px}
body.stripzap-v29 .sz-profile-player,body.stripzap-v29 .sz-profile-card,body.stripzap-v29 .sz-legal-card{border-radius:24px;border-color:rgba(255,255,255,.09);background:linear-gradient(145deg,#11141b,#0b0d12)}

/* Footer */
body.stripzap-v29 .sz-site-footer{position:relative;margin-top:0;padding-top:60px;border-top:1px solid rgba(255,255,255,.085);background:radial-gradient(circle at 12% 10%,rgba(148,34,41,.1),transparent 25rem),#06070a}
body.stripzap-v29 .sz-footer-main{grid-template-columns:1.55fr repeat(3,.72fr);gap:48px}
body.stripzap-v29 .sz-footer-brand p{max-width:420px;color:#8d939d;line-height:1.75}
body.stripzap-v29 .sz-footer-random{display:inline-flex;align-items:center;gap:14px;margin-top:18px;padding:12px 15px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.03)}
body.stripzap-v29 .sz-footer-col h2{font-size:10px;letter-spacing:.17em;text-transform:uppercase;color:#e4e5e8}
body.stripzap-v29 .sz-footer-col a{color:#8f959f}
body.stripzap-v29 .sz-footer-col a:hover{color:#fff;transform:translateX(3px)}
body.stripzap-v29 .sz-footer-adult{grid-column:1/-1;border-radius:18px;background:rgba(255,255,255,.022)}
body.stripzap-v29 .sz-footer-bottom{border-top-color:rgba(255,255,255,.07)}

@media(max-width:1100px){
  body.stripzap-v29 .sz-v29-brand-tag{display:none}
  body.stripzap-v29 .sz-player-frame-v29 .sz-player-stage{min-height:460px}
  body.stripzap-v29 .sz-player-actions-v29{grid-template-columns:1fr 1.5fr 1fr}
  body.stripzap-v29 .sz-footer-main{grid-template-columns:1.5fr repeat(2,1fr)}
}
@media(max-width:820px){
  body.stripzap-v29 .sz-container{width:min(100% - 24px,1480px)}
  body.stripzap-v29 .sz-site-header-v29 .sz-header-inner{min-height:66px;gap:10px}
  body.stripzap-v29 .sz-brand-text{font-size:23px}
  body.stripzap-v29 .sz-live-count-v29{display:none}
  body.stripzap-v29 .sz-header-zap{height:39px;padding:0 13px}
  body.stripzap-v29 .sz-header-zap span{display:none}
  body.stripzap-v29 .sz-home-hero-v29,body.stripzap-v29 .sz-home-hero-v29>.sz-container{min-height:560px}
  body.stripzap-v29 .sz-home-hero-v29:before{background:linear-gradient(0deg,#07080b 0%,rgba(7,8,11,.75) 42%,rgba(7,8,11,.35) 100%),linear-gradient(90deg,rgba(7,8,11,.7),rgba(7,8,11,.2))}
  body.stripzap-v29 .sz-hero-inner-v29{padding:82px 0 58px;align-self:end}
  body.stripzap-v29 .sz-home-hero-v29 h1{font-size:clamp(46px,14vw,72px)}
  body.stripzap-v29 .sz-v29-chamber{padding:22px 0 42px}
  body.stripzap-v29 .sz-v29-chamber-head{display:block}
  body.stripzap-v29 .sz-v29-shortcuts{display:none}
  body.stripzap-v29 .sz-player-frame-v29{border-radius:20px}
  body.stripzap-v29 .sz-v29-player-head{padding:0 14px;min-height:58px}
  body.stripzap-v29 .sz-v29-player-service,body.stripzap-v29 .sz-v29-profile-link{display:none}
  body.stripzap-v29 .sz-v29-player-name{max-width:58vw}
  body.stripzap-v29 .sz-player-frame-v29 .sz-player-stage{aspect-ratio:9/13;min-height:620px}
  body.stripzap-v29 .sz-player-side{display:none}
  body.stripzap-v29 .sz-player-controls-v29{padding:12px}
  body.stripzap-v29 .sz-player-actions-v29{grid-template-columns:56px 1fr 72px;gap:8px}
  body.stripzap-v29 .sz-player-actions-v29>*{min-height:52px;border-radius:13px!important}
  body.stripzap-v29 .sz-v29-control-prev span:last-child,body.stripzap-v29 .sz-next-main-v29 span{display:none}
  body.stripzap-v29 .sz-join-main-v29{font-size:11px;padding:0 12px;text-align:center}
  body.stripzap-v29 .sz-v29-mobile-hint{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#656b75}
  body.stripzap-v29 .sz-model-card{padding:18px;border-radius:19px}
  body.stripzap-v29 .sz-section{padding-top:48px;padding-bottom:48px}
  body.stripzap-v29 .sz-blog-hero{min-height:520px;padding-top:110px}
  body.stripzap-v29 .sz-blog-hero h1,body.stripzap-v29 .sz-article-header h1{font-size:clamp(42px,13vw,68px)}
  body.stripzap-v29 .sz-blog-topics{top:73px;overflow:auto;white-space:nowrap}
  body.stripzap-v29 .sz-footer-main{grid-template-columns:1fr 1fr;gap:34px 24px}
  body.stripzap-v29 .sz-footer-brand{grid-column:1/-1}
}
@media(max-width:520px){
  body.stripzap-v29 .sz-language-premium{max-width:118px}
  body.stripzap-v29 .sz-home-hero-v29,body.stripzap-v29 .sz-home-hero-v29>.sz-container{min-height:520px}
  body.stripzap-v29 .sz-home-hero-v29 .sz-hero-subtitle{font-size:15px}
  body.stripzap-v29 .sz-v29-chamber-head h2{font-size:34px}
  body.stripzap-v29 .sz-player-frame-v29 .sz-player-stage{min-height:540px}
  body.stripzap-v29 .sz-v29-live-chip{padding:5px 7px;font-size:8px}
  body.stripzap-v29 .sz-v29-player-name{font-size:13px}
  body.stripzap-v29 .sz-footer-main{grid-template-columns:1fr}
  body.stripzap-v29 .sz-footer-brand{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){
  body.stripzap-v29 *,body.stripzap-v29 *:before,body.stripzap-v29 *:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}
