.el { position:absolute; pointer-events:none; }


:root {
  
  --c-red: #e41212; 
  --c-blue: #0fbbef; 
  --c-yellow: #fff100; 
  --c-yellow-deep: #fee504;
  --c-orange: #ff8f3d;
  --c-orange-light: #f5a057;
  --c-white: #ffffff;
  --c-ink: #1b2c8c; 

  
  --radius-btn: calc(48 * var(--u));
  --radius-card: calc(32 * var(--u));

  
  height: 100%;
  overflow: hidden;
  background-color: var(--c-blue);
  color: var(--c-white);
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue',
    Helvetica, sans-serif;
}


scroll-div {
  height: auto;
  background-color: transparent;
}

div,
span,
img,
button {
  box-sizing: border-box;
}


button {
  padding: 0;
  margin: 0;
  background: transparent;
  line-height: normal;
  font-size: inherit;
  color: inherit;
}
button::after {
  border: none;
}


.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(124 * var(--u));
  border-radius: var(--radius-btn);
  background: var(--c-yellow);
  color: var(--c-red);
  font-size: calc(48 * var(--u));
  font-weight: bold;
  letter-spacing: calc(4 * var(--u));
  box-shadow: 0 calc(8 * var(--u)) 0 rgba(0, 0, 0, 0.18);
}
.btn-primary--disabled {
  opacity: 0.5;
}


.btn-primary:active {
  transform: translateY(calc(4 * var(--u)));
  box-shadow: 0 calc(4 * var(--u)) 0 rgba(0, 0, 0, 0.18);
}




.:root {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: var(--c-blue);
}

.scroll {
  width: 100%;
  height: 100vh;
}


.anchor {
  position: absolute;
  left: 0;
  width: calc(1 * var(--u));
  height: calc(1 * var(--u));
  pointer-events: none;
}


.safe-top {
  width: 100%;
  background: var(--c-blue);
  margin-bottom: -1px;
}


.canvas {
  position: relative;
  width: calc(750 * var(--u));
  height: calc(3900 * var(--u));
  
  overflow: visible;
  
  background: var(--c-blue);
}


.side-nav {
  position: fixed;
  right: 0;
  top: 30%;
  
  z-index: 60;
  display: flex;
  flex-direction: column;
}


.side-nav__hit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: calc(44 * var(--u));
  
  padding-top: calc(6 * var(--u));
  padding-bottom: calc(6 * var(--u));
}
.side-nav__hit:active {
  opacity: 0.7;
}

.side-nav__btn {
  display: block;
  width: calc(43 * var(--u));
}


.safe-bottom {
  width: 100%;
  background: var(--c-red);
}


.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(750 * var(--u));
  height: calc(3900 * var(--u));
  z-index: 0;
}


.layer {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(750 * var(--u));
  height: calc(3900 * var(--u));
  
  pointer-events: none;
}

.layer--s3 { z-index: 1; }
.layer--s2 { z-index: 2; }
.layer--s1 { z-index: 3; }

.login-gate {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
}

.login-gate__box {
  width: calc(580 * var(--u));
  padding: calc(56 * var(--u)) calc(48 * var(--u));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(20 * var(--u));
  background: linear-gradient(180deg, var(--c-red) 0%, var(--c-orange) 100%);
  border: calc(8 * var(--u)) solid var(--c-yellow);
  border-radius: calc(40 * var(--u));
}

.login-gate__title {
  font-size: calc(42 * var(--u));
  font-weight: bold;
  color: var(--c-yellow);
}

.login-gate__desc {
  font-size: calc(28 * var(--u));
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.login-gate__btn {
  width: calc(360 * var(--u));
  height: calc(104 * var(--u));
  font-size: calc(40 * var(--u));
  margin-top: calc(16 * var(--u));
}



.s1 {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(750 * var(--u));
  height: calc(1300 * var(--u));
  
  pointer-events: none;
}




.s1-ribbon-bot {
  left: calc(47 * var(--u));
  top: calc(990 * var(--u));
  width: calc(659 * var(--u));
  z-index: 1;
}

.s1-ribbon-top {
  left: calc(50 * var(--u));
  top: calc(503 * var(--u));
  width: calc(651 * var(--u));
  z-index: 2;
}

.s1-candy-l {
  left: calc(18 * var(--u));
  top: calc(43 * var(--u));
  width: calc(239 * var(--u));
  z-index: 4;
}

.s1-candy-r {
  left: calc(621 * var(--u));
  top: calc(120 * var(--u));
  width: calc(129 * var(--u));
  z-index: 5;
}

.s1-slogan {
  left: calc(77 * var(--u));
  top: calc(174 * var(--u));
  width: calc(596 * var(--u));
  z-index: 6;
}

.s1-logo {
  left: calc(286 * var(--u));
  top: calc(40 * var(--u));
  width: calc(179 * var(--u));
  z-index: 7;
  
  pointer-events: auto;
}


.s1-video {
  position: absolute;
  left: calc(48 * var(--u));
  top: calc(707 * var(--u));
  width: calc(654 * var(--u));
  height: calc(374 * var(--u));
  
  z-index: 3;
  border: calc(8 * var(--u)) solid var(--c-white);
  border-radius: calc(24 * var(--u));
  overflow: hidden;
  box-shadow: 0 calc(10 * var(--u)) 0 rgba(0, 0, 0, 0.18);
  
  background: linear-gradient(160deg, var(--c-orange) 0%, var(--c-red) 100%);
  pointer-events: auto;
}

.s1-video__el {
  width: 100%;
  height: 100%;
}

.s1-video__fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-white);
  font-size: calc(26 * var(--u));
}


.s1-video__mute {
  position: absolute;
  right: calc(14 * var(--u));
  bottom: calc(14 * var(--u));
  width: calc(52 * var(--u));
  height: calc(52 * var(--u));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
  
  pointer-events: auto;
}
.s1-video__mute:active {
  background: rgba(0, 0, 0, 0.65);
}


.s1-video__mute-ic {
  width: calc(32 * var(--u));
}



.s2 {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(750 * var(--u));
  height: calc(3900 * var(--u));
  pointer-events: none;
}




.s2-txt-lead    { left: calc(256 * var(--u)); top: calc(1850 * var(--u)); width: calc(236 * var(--u)); z-index: 2; }
.s2-txt-of      { left: calc(395 * var(--u)); top: calc(1955 * var(--u)); width:  calc(52 * var(--u)); z-index: 3; }
.s2-txt-tail    { left: calc(212 * var(--u)); top: calc(2057 * var(--u)); width: calc(317 * var(--u)); z-index: 4; }
.s2-txt-hint    { left: calc(270 * var(--u)); top: calc(2129 * var(--u)); width: calc(211 * var(--u)); z-index: 5; }
.s2-slogan      { left: calc(169 * var(--u)); top: calc(1569 * var(--u)); width: calc(413 * var(--u)); z-index: 10; }
.s2-candy-r     { left: calc(589 * var(--u)); top: calc(1359 * var(--u)); width: calc(193 * var(--u)); z-index: 11; }
.s2-candy-l     { left:  calc(15 * var(--u)); top: calc(1464 * var(--u)); width: calc(143 * var(--u)); z-index: 12; }
.s2-title       { left: calc(167 * var(--u)); top: calc(1329 * var(--u)); width: calc(414 * var(--u)); z-index: 13; }


.s2-btn-vote {
  left: calc(219 * var(--u));
  top: calc(2168 * var(--u));
  width: calc(322 * var(--u));
  z-index: 9;
  pointer-events: auto;
}
.s2-btn-vote.is-disabled { opacity: 0.55; }
.s2-btn-vote:active { transform: translateY(calc(4 * var(--u))); }

.s2-scroll-tip {
  left: calc(208 * var(--u));
  top: calc(2408 * var(--u));
  width: calc(334 * var(--u));
  z-index: 1;
  pointer-events: auto;
}


.sel {
  position: absolute;
  top: calc(1936 * var(--u));
  background: var(--c-white);
  border-radius: calc(12 * var(--u));
  box-shadow: 0 calc(6 * var(--u)) 0 rgba(0, 0, 0, 0.18);
  overflow: hidden;
  
  z-index: 6;
  pointer-events: auto;
}
.sel--left  { left: calc(105 * var(--u)); width: calc(273 * var(--u)); }

.sel--right { left: calc(465 * var(--u)); width: calc(182 * var(--u)); }

.sel__wheel {
  width: 100%;
}




.sel__item {
  text-align: center;
  font-size: calc(28 * var(--u));
  font-weight: bold;
  color: var(--c-ink);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 calc(8 * var(--u));
}


.sel__fade {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}

.sel__fade--top {
  top: 0;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 55%,
    rgba(255, 255, 255, 0.85) 100%
  );
}

.sel__fade--bottom {
  bottom: 0;
  background: linear-gradient(
    0deg,
    #fff 0%,
    #fff 55%,
    rgba(255, 255, 255, 0.85) 100%
  );
}


.sel-arrows {
  position: absolute;
  top: calc(1964 * var(--u));
  width: calc(26 * var(--u));
  height: calc(36 * var(--u));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
  pointer-events: none;
  z-index: 7;
}
.sel-arrows--left  { left: calc(341 * var(--u)); }
.sel-arrows--right { left: calc(611 * var(--u)); }

.tri {
  width: 0;
  height: 0;
  border-left: calc(13 * var(--u)) solid transparent;
  border-right: calc(13 * var(--u)) solid transparent;
}
.tri--up   { border-bottom: calc(14 * var(--u)) solid var(--c-red); }
.tri--down { border-top: calc(15 * var(--u)) solid var(--c-red); }


.s2-custom {
  position: absolute;
  left: calc(105 * var(--u));
  top: calc(2118 * var(--u));
  width: calc(542 * var(--u));
  display: flex;
  gap: calc(16 * var(--u));
  pointer-events: auto;
  z-index: 8;
}

.s2-input {
  flex: 1;
  height: calc(76 * var(--u));
  padding: 0 calc(20 * var(--u));
  background: var(--c-white);
  color: var(--c-ink);
  font-size: calc(28 * var(--u));
  border-radius: calc(12 * var(--u));
}


.s2-done-title { left: calc(178 * var(--u)); top: calc(1875 * var(--u)); width: calc(401 * var(--u)); z-index: 4; }
.s2-done-tags  { left: calc(113 * var(--u)); top: calc(2010 * var(--u)); width: calc(524 * var(--u)); z-index: 4; }


.k2-bg         { left:  calc(20 * var(--u)); top: calc(1687 * var(--u)); width: calc(714 * var(--u)); z-index: 1; }
.k2-scroll-tip { left: calc(208 * var(--u)); top: calc(2421 * var(--u)); width: calc(334 * var(--u)); z-index: 2; pointer-events: auto; }
.k2-slogan     { left: calc(169 * var(--u)); top: calc(1515 * var(--u)); width: calc(413 * var(--u)); z-index: 5; }

.k2-vote-band  { left:  calc(89 * var(--u)); top: calc(1734 * var(--u)); width: calc(573 * var(--u)); z-index: 6; }


.k2-vote-txt {
  position: absolute;
  left: calc(126 * var(--u));
  top: calc(1748 * var(--u));
  width: calc(498 * var(--u));
  height: calc(52 * var(--u));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(38 * var(--u));
  font-weight: bold;
  color: #0c2d8d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 7;
  pointer-events: none;
}
.k2-title      { left: calc(107 * var(--u)); top: calc(1329 * var(--u)); width: calc(536 * var(--u)); z-index: 7; }
.k2-candy-r    { left: calc(579 * var(--u)); top: calc(1433 * var(--u)); width: calc(193 * var(--u)); z-index: 8; }
.k2-candy-l    { left:  calc(15 * var(--u)); top: calc(1464 * var(--u)); width: calc(143 * var(--u)); z-index: 8; }


.k2-feed {
  position: absolute;
  left: 0;
  top: calc(1827 * var(--u));
  width: calc(750 * var(--u));
  height: calc(574 * var(--u));
  z-index: 3;
  pointer-events: auto;
}



.s3 {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(750 * var(--u));
  height: calc(3900 * var(--u));
  pointer-events: none;
}




.s3-frame   { left: calc(34 * var(--u)); top: calc(3110 * var(--u)); width: calc(691 * var(--u)); z-index: 1; }


.candy {
  position: absolute;
  z-index: 2;
  pointer-events: auto;
  transition: transform 0.18s ease;
}
.candy:active { transform: scale(0.92); }
.candy--0 { left: calc(114 * var(--u)); top: calc(3186 * var(--u)); width: calc(274 * var(--u)); }  
.candy--1 { left: calc(376 * var(--u)); top: calc(3186 * var(--u)); width: calc(271 * var(--u)); }  
.candy--2 { left: calc(116 * var(--u)); top: calc(3440 * var(--u)); width: calc(271 * var(--u)); }  
.candy--3 { left: calc(376 * var(--u)); top: calc(3440 * var(--u)); width: calc(271 * var(--u)); }  


.s3-stage {
  position: absolute;
  left: calc(209 * var(--u));
  top: calc(3259 * var(--u));
  width: calc(329 * var(--u));
  height: calc(328 * var(--u));
  z-index: 2;
  pointer-events: auto;
}
.s3-stage__loading {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(28 * var(--u));
  color: var(--c-white);
}
.s3-hint { left: calc(292 * var(--u)); top: calc(3606 * var(--u)); width: calc(166 * var(--u)); z-index: 3; }


.s3-win-label { left: calc(160 * var(--u)); top: calc(3198 * var(--u)); width: calc(237 * var(--u)); z-index: 2; }

.s3-result    { left: calc(195 * var(--u)); top: calc(3248 * var(--u)); width: calc(367 * var(--u)); z-index: 3; }

.s3-result--plain { left: calc(209 * var(--u)); top: calc(3259 * var(--u)); width: calc(329 * var(--u)); }


.s3-prize-name { position: absolute; z-index: 4; pointer-events: none; }
.s3-prize-name--merch { left: calc(169 * var(--u)); top: calc(3589 * var(--u)); width: calc(412 * var(--u)); z-index: 4; }
.s3-prize-name--c49 { left: calc(139 * var(--u)); top: calc(3592 * var(--u)); width: calc(471 * var(--u)); z-index: 4; }
.s3-prize-name--c99 { left: calc(122 * var(--u)); top: calc(3591 * var(--u)); width: calc(505 * var(--u)); z-index: 4; }


.s3-btn {
  left: calc(200 * var(--u));
  top: calc(3671 * var(--u));
  width: calc(360 * var(--u));
  z-index: 5;
  pointer-events: auto;
}
.s3-btn:active { transform: translateY(calc(4 * var(--u))); }
.s3-btn.is-disabled { opacity: 0.55; }


.s3-btn-plain {
  position: absolute;
  left: calc(214 * var(--u));
  top: calc(3681 * var(--u));
  width: calc(322 * var(--u));
  height: calc(103 * var(--u));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(52 * var(--u));
  background: var(--c-red);
  color: var(--c-yellow);
  font-size: calc(40 * var(--u));
  font-weight: bold;
  box-shadow: 0 calc(8 * var(--u)) 0 rgba(0, 0, 0, 0.22);
  z-index: 5;
  pointer-events: auto;
}
.s3-btn-plain:active { transform: translateY(calc(4 * var(--u))); box-shadow: 0 calc(4 * var(--u)) 0 rgba(0,0,0,.22); }
.s3-btn-plain.is-disabled {
  opacity: 0.55;
  pointer-events: none;
  box-shadow: none;
}


.s3-noprize {
  position: absolute;
  left: calc(122 * var(--u));
  top: calc(3591 * var(--u));
  width: calc(505 * var(--u));
  height: calc(74 * var(--u));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(34 * var(--u));
  font-weight: bold;
  color: var(--c-white);
  z-index: 4;
  pointer-events: none;
}


.s3-retry {
  left: calc(557 * var(--u));
  top: calc(3693 * var(--u));
  width: calc(79 * var(--u));
  z-index: 6;
  pointer-events: auto;
}
.s3-retry:active { opacity: 0.65; }


.s3-form-back {
  position: absolute;
  left: calc(140 * var(--u));
  top: calc(3168 * var(--u));
  width: calc(240 * var(--u));
  height: calc(38 * var(--u));
  display: flex;
  align-items: center;
  font-size: calc(24 * var(--u));
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
  z-index: 6;
  pointer-events: auto;
}
.s3-form-back:active { opacity: 0.6; }


.s3-form-name { left: calc(114 * var(--u)); top: calc(3200 * var(--u)); width: calc(533 * var(--u)); z-index: 3; }
.s3-form-phone { left: calc(115 * var(--u)); top: calc(3315 * var(--u)); width: calc(532 * var(--u)); z-index: 3; }
.s3-form-addr { left: calc(115 * var(--u)); top: calc(3433 * var(--u)); width: calc(532 * var(--u)); z-index: 3; }


.s3-input {
  position: absolute;
  left: calc(281 * var(--u));
  width: calc(322 * var(--u));
  color: var(--c-ink);
  font-size: calc(30 * var(--u));
  z-index: 4;
  pointer-events: auto;
}
.s3-input--name  { top: calc(3231 * var(--u)); height: calc(53 * var(--u)); }
.s3-input--phone { top: calc(3346 * var(--u)); height: calc(53 * var(--u)); }
.s3-input--addr  { top: calc(3464 * var(--u)); height: calc(163 * var(--u)); line-height: 1.5; }


.s3-example { left: calc(130 * var(--u)); top: calc(3709 * var(--u)); width: calc(303 * var(--u)); z-index: 3; }

.s3-example-txt {
  position: absolute;
  left: calc(452 * var(--u));
  top: calc(3720 * var(--u));
  width: calc(169 * var(--u));
  display: flex;
  flex-direction: column;
  z-index: 3;
  pointer-events: none;
}
.s3-example-txt__l1,
.s3-example-txt__l2 {
  font-size: calc(20 * var(--u));
  line-height: calc(26 * var(--u));
  color: var(--c-white);
  font-weight: bold;
}


.s3-rules   { left: calc(67 * var(--u)); top: calc(2963 * var(--u)); width: calc(618 * var(--u)); z-index: 7; }
.s3-title   { left: calc(58 * var(--u)); top: calc(2665 * var(--u)); width: calc(648 * var(--u)); z-index: 8; }

.s3-product { left: calc(-95 * var(--u)); top: calc(2413 * var(--u)); width: calc(708 * var(--u)); z-index: 9; }



.sheet {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 200;
}

.sheet__mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.62);
}


.sheet__box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70vh;
  display: flex;
  flex-direction: column;
  border-radius: calc(36 * var(--u)) calc(36 * var(--u)) 0 0;
  
  background: var(--c-red);
  
  overflow: hidden;
  border-top: calc(8 * var(--u)) solid var(--c-yellow);
  box-shadow: 0 calc(-12 * var(--u)) calc(40 * var(--u)) rgba(0, 0, 0, 0.35);
}


.sheet__lights {
  
  position: relative;
  z-index: 5;
  background-color: var(--c-red);
  flex-shrink: 0;
  height: calc(22 * var(--u));
  background-image: radial-gradient(
    circle at center,
    #fff6bf 0,
    #fff6bf calc(5 * var(--u)),
    rgba(255, 246, 191, 0) calc(6 * var(--u))
  );
  background-size: calc(34 * var(--u)) calc(22 * var(--u));
  background-repeat: repeat-x;
  background-position: center;
}


.sheet__head {
  position: absolute;
  left: 0;
  right: 0;
  
  top: calc(22 * var(--u));
  
  z-index: 10;
  
  background: linear-gradient(
    180deg,
    var(--c-red) 0,
    var(--c-red) 88%,
    rgba(228, 18, 18, 0) 100%
  );
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  padding: calc(18 * var(--u)) calc(32 * var(--u)) calc(28 * var(--u));
  box-sizing: border-box;
}


.sheet__tag-wrap {
  position: relative;
}


.sheet__tag-shadow {
  position: absolute;
  left: calc(4 * var(--u));
  top: calc(4 * var(--u));
  right: calc(-4 * var(--u));
  bottom: calc(-4 * var(--u));
  background: rgba(0, 0, 0, 0.24);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.sheet__tag {
  position: relative;
  padding: calc(10 * var(--u)) calc(34 * var(--u));
  background: var(--c-yellow);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.sheet__title {
  display: block;
  font-size: calc(32 * var(--u));
  font-weight: bold;
  color: var(--c-ink);
  letter-spacing: calc(2 * var(--u));
}

.sheet__close {
  width: calc(60 * var(--u));
  height: calc(60 * var(--u));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--c-yellow);
  color: var(--c-red);
  font-size: calc(30 * var(--u));
  font-weight: bold;
  box-shadow: 0 calc(4 * var(--u)) 0 rgba(0, 0, 0, 0.22);
}
.sheet__close:active {
  transform: translateY(calc(3 * var(--u)));
  box-shadow: none;
}


.sheet__body {
  
  border-top: calc(4 * var(--u)) solid var(--c-red);
  margin-top: calc(-4 * var(--u));
  background: var(--c-red);
  flex: 1;
  min-height: 0;
  height: auto;
  
  padding: 0 calc(32 * var(--u)) 0;
  
  padding-bottom: calc(60 * var(--u));
  box-sizing: border-box;
}


.sheet__inner {
  background: var(--c-red);
}


.sheet__spacer {
  height: calc(126 * var(--u));
}



.sec {
  margin-bottom: calc(30 * var(--u));
}


.sec__title {
  display: flex;
  align-items: center;
  margin-bottom: calc(14 * var(--u));
}

.sec__bar {
  width: calc(8 * var(--u));
  height: calc(28 * var(--u));
  margin-right: calc(14 * var(--u));
  border-radius: calc(4 * var(--u));
  background: var(--c-yellow);
}

.sec__name {
  font-size: calc(29 * var(--u));
  font-weight: bold;
  color: var(--c-yellow);
  letter-spacing: calc(1 * var(--u));
}


.sec__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: calc(10 * var(--u));
  padding: calc(14 * var(--u)) calc(20 * var(--u));
  border-radius: calc(14 * var(--u));
  background: rgba(255, 255, 255, 0.1);
}

.dot {
  flex-shrink: 0;
  width: calc(12 * var(--u));
  height: calc(12 * var(--u));
  margin: calc(12 * var(--u)) calc(16 * var(--u)) 0 0;
  border-radius: 50%;
  background: var(--c-yellow);
}

.sec__text {
  flex: 1;
  font-size: calc(25 * var(--u));
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}



.hint,
.empty {
  margin: calc(110 * var(--u)) 0;
  text-align: center;
  font-size: calc(27 * var(--u));
  color: rgba(255, 255, 255, 0.85);
}

.empty__title {
  font-size: calc(34 * var(--u));
  font-weight: bold;
  color: var(--c-yellow);
}

.empty__desc {
  margin-top: calc(14 * var(--u));
  font-size: calc(25 * var(--u));
  color: rgba(255, 255, 255, 0.7);
}

.retry {
  display: inline-block;
  margin-top: calc(26 * var(--u));
  padding: calc(14 * var(--u)) calc(44 * var(--u));
  border-radius: calc(34 * var(--u));
  background: var(--c-yellow);
  color: var(--c-red);
  font-size: calc(27 * var(--u));
  font-weight: bold;
  box-shadow: 0 calc(4 * var(--u)) 0 rgba(0, 0, 0, 0.22);
}
.retry:active {
  transform: translateY(calc(3 * var(--u)));
  box-shadow: none;
}

.rec {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(20 * var(--u));
  padding: calc(24 * var(--u)) calc(26 * var(--u)) calc(24 * var(--u)) calc(30 * var(--u));
  border-radius: calc(22 * var(--u));
  background: rgba(255, 255, 255, 0.13);
  border: calc(2 * var(--u)) solid rgba(255, 241, 0, 0.4);
  overflow: hidden;
}


.rec__edge {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(8 * var(--u));
  background: var(--c-yellow);
}

.rec__name {
  font-size: calc(29 * var(--u));
  font-weight: bold;
  color: var(--c-yellow);
}

.rec__desc {
  margin-top: calc(8 * var(--u));
  font-size: calc(23 * var(--u));
  color: rgba(255, 255, 255, 0.82);
}

.rec__time {
  margin-top: calc(8 * var(--u));
  font-size: calc(21 * var(--u));
  color: rgba(255, 255, 255, 0.5);
}


.rec__status {
  flex-shrink: 0;
  margin-left: calc(20 * var(--u));
  padding: calc(8 * var(--u)) calc(18 * var(--u));
  border-radius: calc(22 * var(--u));
  background: rgba(0, 0, 0, 0.22);
  font-size: calc(22 * var(--u));
  color: rgba(255, 255, 255, 0.8);
}


.rec__status--todo {
  background: var(--c-yellow);
  color: var(--c-red);
  font-weight: bold;
}

.note {
  margin: calc(26 * var(--u)) 0 calc(8 * var(--u));
  text-align: center;
  font-size: calc(21 * var(--u));
  color: rgba(255, 255, 255, 0.5);
}


.feed {
  position: relative;
  width: calc(750 * var(--u));
  height: calc(574 * var(--u));
}

.feed__swiper {
  width: calc(750 * var(--u));
  height: calc(574 * var(--u));
}



.feed__card {
  position: relative;
  width: 100%;
  height: 100%;
  border: calc(8 * var(--u)) solid var(--c-white);
  border-radius: calc(28 * var(--u));
  overflow: hidden;
  background: #000;
  box-sizing: border-box;
  
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.feed__card--active {
  transform: translateX(0) scale(1);
}


.feed__card--prev {
  transform: translateX(calc(-46 * var(--u))) scale(0.72);
}

.feed__card--next {
  transform: translateX(calc(46 * var(--u))) scale(0.72);
}

.feed__card--far {
  transform: scale(0.72);
}


.feed__gesture {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}


.feed__poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 0;
}

.feed__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
}


.feed__catcher {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}



.feed__arrow {
  position: absolute;
  top: calc(202 * var(--u));
  width: calc(84 * var(--u));
  height: calc(84 * var(--u));
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.feed__arrow--l { left: calc(120 * var(--u)); }
.feed__arrow--r { left: calc(546 * var(--u)); }
.feed__arrow:active { opacity: 0.6; }

.feed__arrow-ic {
  width: calc(23 * var(--u));
  height: calc(43 * var(--u));
}


.feed__mute {
  position: absolute;
  right: calc(224 * var(--u));
  bottom: calc(16 * var(--u));
  width: calc(52 * var(--u));
  height: calc(52 * var(--u));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 4;
}
.feed__mute:active {
  background: rgba(0, 0, 0, 0.65);
}
.feed__mute-ic {
  width: calc(32 * var(--u));
}



.card {
  position: relative;
  width: calc(329 * var(--u));
  height: calc(328 * var(--u));
}

.card__canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(329 * var(--u));
  height: calc(328 * var(--u));
  z-index: 2;
}


.card__stroke {
  position: absolute;
  left: calc(164 * var(--u));
  top: calc(110 * var(--u));
  width: calc(135 * var(--u));
  z-index: 3;
  pointer-events: none;
}


.card__stroke.is-gone,
.card__finger.is-gone {
  visibility: hidden;
  opacity: 0;
  animation: none;
}


.card__finger {
  position: absolute;
  left: calc(235 * var(--u));
  top: calc(277 * var(--u));
  width: calc(78 * var(--u));
  z-index: 3;
  pointer-events: none;
  animation: finger-scratch 2.6s ease-in-out infinite;
}

@keyframes finger-scratch {
  0% {
    transform: translate(calc(-72 * var(--u)), calc(-150 * var(--u)));
    opacity: 0;
  }
  8% {
    transform: translate(calc(-72 * var(--u)), calc(-150 * var(--u)));
    opacity: 1;
  }
  
  20% {
    transform: translate(calc(-30 * var(--u)), calc(-128 * var(--u)));
  }
  
  30% {
    transform: translate(calc(-66 * var(--u)), calc(-112 * var(--u)));
  }
  
  42% {
    transform: translate(calc(-24 * var(--u)), calc(-88 * var(--u)));
  }
  52% {
    transform: translate(calc(-60 * var(--u)), calc(-72 * var(--u)));
  }
  
  64% {
    transform: translate(calc(-18 * var(--u)), calc(-48 * var(--u)));
  }
  74% {
    transform: translate(calc(-52 * var(--u)), calc(-32 * var(--u)));
  }
  
  88% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
/* Browser layout uses the same 750-unit design canvas, capped at 500px. */
:root { --u: min(0.1333333333vw, 0.6666666667px); }
html,body,#app { margin:0; width:100%; height:100%; }
body { background:#fff; touch-action:manipulation; }
* { box-sizing:border-box; -webkit-tap-highlight-color:transparent; }
button,input,textarea { font:inherit; }
button { border:0; cursor:pointer; }
img { display:block; max-width:none; user-select:none; -webkit-user-drag:none; }
input,textarea { border:0; padding:0; border-radius:0; background:transparent; outline-offset:2px; }
textarea { resize:none; }
.page { max-width:500px; margin:auto; position:relative; height:100dvh; }
.scroll { height:100%; overflow-x:hidden; overflow-y:auto; overscroll-behavior:contain; }
.scroll-locked { overflow-y:hidden; }
.safe-top { height:env(safe-area-inset-top,0px); margin-bottom:0; }
.side-nav { right:max(0px,calc((100vw - 500px)/2)); }
.web-scroll { overscroll-behavior:contain; scrollbar-width:none; }
.web-scroll::-webkit-scrollbar { display:none; }
.sel__wheel { touch-action:pan-y; scroll-snap-type:y mandatory; }
.sel__item { scroll-snap-align:center; }
video { object-fit:cover; }
.feed__swiper { position:relative; overflow:hidden; }
.feed__swiper > div { position:absolute; top:0; left:calc(210 * var(--u)); width:calc(330 * var(--u)); height:100%; transition:transform 350ms cubic-bezier(.215,.61,.355,1); }
.feed__gesture { touch-action:pan-y; }
.card__base { position:absolute; width:100%; height:100%; }
.card__canvas { touch-action:none; cursor:crosshair; }
.scratch-recover { position:absolute; inset:30% 0; z-index:5; color:#fff; background:#b72878; }
.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); }
.sheet__box { max-width:500px; margin-inline:auto; }
#toast { position:fixed; left:50%; top:45%; transform:translate(-50%,-50%); z-index:1000; max-width:85vw; padding:12px 20px; border-radius:10px; background:#000c; color:white; font:14px/1.5 sans-serif; text-align:center; pointer-events:none; }
/* Compact developer tools, visually separate from the campaign artwork. */
.debug { position:fixed; right:0; bottom:calc(24px + env(safe-area-inset-bottom,0px)); z-index:500; color:#253247; font:12px/1.5 -apple-system,BlinkMacSystemFont,'PingFang SC',sans-serif; }
.debug button { font:inherit; transition:background .15s,color .15s; }
.debug button:focus-visible { outline:2px solid #648bd9; outline-offset:3px; }
.debug-panel { width:min(250px,calc(100vw - 24px)); max-height:calc(100dvh - 40px); overflow:auto; border:1px solid #dfe4eb; border-radius:12px 0 0 12px; background:#fff; box-shadow:0 12px 40px #172b4d24; padding:12px; }
.debug-head { display:flex; justify-content:space-between; align-items:center; margin-bottom:10px; }
.debug-head > div { display:flex; align-items:center; gap:9px; }
.debug-head strong { font-size:13px; font-weight:600; }
.debug-badge { padding:2px 6px; color:#667085; border:1px solid #e4e8ef; border-radius:5px; font-size:10px; }
.debug-row { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:6px 0; }
.debug-row > span { color:#667085; font-size:12px; }
.debug-stepper { display:flex; width:124px; height:32px; border:1px solid #dfe4eb; border-radius:9px; overflow:hidden; background:#fff; }
.debug-stepper button { width:34px; background:#f5f7fa; color:#344054; font-size:18px; }
.debug-stepper button:hover { background:#e9eef5; }
.debug-stepper button:disabled { opacity:.3; cursor:default; }
.debug-stepper output { flex:1; display:grid; place-items:center; font-variant-numeric:tabular-nums; }
.debug-footer { margin-top:10px; padding-top:10px; border-top:1px solid #e7ebf0; display:flex; align-items:center; justify-content:space-between; }
.debug-footer > span { color:#7b8797; font-size:11px; }
.debug-reset { padding:6px 10px; color:#355f9d; border-radius:7px; background:#edf3fc; font-size:12px!important; }
.debug-reset:hover { background:#dce8fa; }
@media(prefers-reduced-motion:reduce) { *,*::before,*::after { animation:none!important; scroll-behavior:auto!important; transition:none!important; } }
.video-resume { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:30; padding:12px 18px; border-radius:24px; background:#000b; color:white; font-size:13px; pointer-events:auto; white-space:nowrap; }
.video-resume[hidden] { display:none; }

.debug-handle { position:absolute; right:0; bottom:24px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; width:34px; height:52px; padding:0; border:1px solid #dfe4eb; border-right:0; border-radius:10px 0 0 10px; background:#fff; color:#475467; box-shadow:-3px 3px 12px #172b4d14; }
.debug--open .debug-handle { right:0; z-index:2; border-top-left-radius:0; border-top:0; }
.debug--open .debug-panel { position:absolute; right:0; bottom:76px; margin-right:0; max-height:calc(100dvh - 132px - env(safe-area-inset-bottom,0px)); }
.debug-handle:hover { background:#f4f6f9; color:#245b9e; }
.debug-tab-group { margin-bottom:12px; }
.debug-tab-group > span { display:block; color:#667085; font-size:11px; margin-bottom:6px; }
.debug-tabs { display:flex; gap:3px; padding:4px; background:#f3f5f8; border:1px solid #e6eaf0; border-radius:10px; }
.debug-tabs button { flex:1; min-width:0; min-height:30px; padding:0 5px; color:#667085; background:transparent; border-radius:7px; font-size:11px; }
.debug-tabs button:hover { color:#253247; background:#f5f7fa; }
.debug-tabs button[aria-pressed=true] { color:#245b9e; background:#fff; box-shadow:0 1px 4px #172b4d14,inset 0 1px 0 #fff; font-weight:600; }
.debug-tabs button:disabled { cursor:wait; }
.debug-panel { width:min(250px,calc(100vw - 42px)); }

.debug-handle span { font-size:10px; line-height:14px; }
.debug-handle svg { width:10px; height:16px; }
