.body-column { min-height: 2710px; background: var(--page); }

.hero { --hero-scene-opacity:1; --hero-logo-opacity:1; position: sticky; z-index: 0; top: 0; width: 1328px; height: 540px; overflow: hidden; isolation: isolate; background: #101823; }
.hero::before { content: ""; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; width: 0; pointer-events: none; background: linear-gradient(90deg,rgba(18,19,26,0),var(--page)); }
.hero::after { content: ""; position: absolute; z-index: 3; inset: auto 0 0; height: 120px; pointer-events: none; background: linear-gradient(transparent,var(--page)); }
.hero__bg { position: absolute; z-index: 0; width: max(1515px,calc(100% + 187px)); max-width: none; height: 625px; top: 0; left: 50%; transform: translateX(-50%); object-fit: cover; object-position: center top; }
.hero__bg--dark { opacity:var(--hero-scene-opacity); }
.hero__lights { position: absolute; z-index: 0; inset: 0; opacity:var(--hero-scene-opacity); pointer-events: none; }
.hero__light { animation: cargo-broken-light var(--light-cycle) linear infinite; animation-delay: var(--light-delay); will-change: opacity; }
.hero__light--left { --light-cycle:19.4s; --light-delay:-7.1s; transform:translateX(-49.7475%); -webkit-mask-image:radial-gradient(ellipse 30% 62% at 9% 39%,#000 0%,#000 32%,rgba(0,0,0,.72) 52%,transparent 78%); mask-image:radial-gradient(ellipse 30% 62% at 9% 39%,#000 0%,#000 32%,rgba(0,0,0,.72) 52%,transparent 78%); }
.hero__light--main { --light-cycle:27.8s; --light-delay:-18.6s; -webkit-mask-image:radial-gradient(ellipse 58% 112% at 63% -4%,#000 0%,#000 52%,rgba(0,0,0,.8) 69%,transparent 90%); mask-image:radial-gradient(ellipse 58% 112% at 63% -4%,#000 0%,#000 52%,rgba(0,0,0,.8) 69%,transparent 90%); }
.hero__light.is-forced-flicker,
.hero__beam-rain.is-forced-flicker { animation:cargo-forced-light-flicker .92s linear 1!important; }
.hero__fire { position:absolute; z-index:1; top:0; left:50%; width:max(1515px,calc(100% + 187px)); max-width:none; height:625px; overflow:visible; opacity:var(--hero-scene-opacity); transform:translateX(-50%); pointer-events:none; mix-blend-mode:screen; }
.hero__fire-cycle--upper { opacity:.5; filter:blur(1.1px); }
.hero__beam-rain-field { position:absolute; z-index:1; inset:0; overflow:hidden; opacity:var(--hero-scene-opacity); pointer-events:none; }
.hero__beam-rain { --light-cycle:27.8s; --light-delay:-18.6s; position:absolute; inset:0; overflow:hidden; animation:cargo-broken-light var(--light-cycle) linear infinite; animation-delay:var(--light-delay); -webkit-mask-image:radial-gradient(ellipse 31% 104% at 62% -8%,#000 0%,#000 36%,rgba(0,0,0,.76) 50%,rgba(0,0,0,.28) 62%,transparent 74%); mask-image:radial-gradient(ellipse 31% 104% at 62% -8%,#000 0%,#000 36%,rgba(0,0,0,.76) 50%,rgba(0,0,0,.28) 62%,transparent 74%); will-change:opacity; }
.hero__beam-rain-layer { position:absolute; top:-72px; left:-72px; right:calc(-72px - var(--rain-step-x,0px) * 1.2); bottom:calc(-72px - var(--rain-step-y,0px) * 1.2); display:block; background-image:url("../../media/figma-night-raid/rain-pattern-beam.svg?v=20260723-2"); background-repeat:repeat; animation:cargo-rain-layer var(--rain-duration) linear infinite; animation-delay:var(--rain-delay); transform:translate3d(var(--rain-parallax-x,0px),var(--rain-parallax-y,0px),0) scale(var(--rain-depth-scale,1)); transform-origin:50% 42%; backface-visibility:hidden; will-change:transform; }
.hero__beam-rain-layer--mid { --rain-duration:3.4s; --rain-delay:-1.35s; --rain-step-x:252px; --rain-step-y:2016px; --rain-depth-scale:1.07; --rain-parallax-x:var(--rain-mid-x,0px); --rain-parallax-y:var(--rain-mid-y,0px); opacity:.42; background-size:252px 336px; }
.hero__beam-rain-layer--near { --rain-duration:1.72s; --rain-delay:-.7s; --rain-step-x:156px; --rain-step-y:1248px; --rain-depth-scale:1.14; --rain-parallax-x:var(--rain-near-x,0px); --rain-parallax-y:var(--rain-near-y,0px); opacity:.27; background-size:156px 208px; filter:blur(.12px); }
.hero__rain { position: absolute; z-index: 1; inset: 0; overflow: hidden; opacity:var(--hero-scene-opacity); pointer-events: none; mix-blend-mode: screen; }
.hero__rain-layer { position: absolute; top:-72px; left:-72px; right:calc(-72px - var(--rain-step-x,0px) * 1.2); bottom:calc(-72px - var(--rain-step-y,0px) * 1.2); display: block; background-image: url("../../media/figma-night-raid/rain-pattern.svg"); background-repeat: repeat; animation: cargo-rain-layer var(--rain-duration) linear infinite; animation-delay: var(--rain-delay); transform: translate3d(var(--rain-parallax-x,0px),var(--rain-parallax-y,0px),0) scale(var(--rain-depth-scale,1)); transform-origin: 50% 42%; backface-visibility: hidden; will-change: transform; }
.hero__rain-layer--far { --rain-duration:6.8s; --rain-delay:-2.1s; --rain-step-x:420px; --rain-step-y:3360px; --rain-depth-scale:1.02; --rain-parallax-x:var(--rain-far-x,0px); --rain-parallax-y:var(--rain-far-y,0px); opacity:.08; background-size:420px 560px; filter:blur(.55px); }
.hero__rain-layer--mid { --rain-duration:3.4s; --rain-delay:-1.35s; --rain-step-x:252px; --rain-step-y:2016px; --rain-depth-scale:1.07; --rain-parallax-x:var(--rain-mid-x,0px); --rain-parallax-y:var(--rain-mid-y,0px); opacity:.15; background-size:252px 336px; }
.hero__rain-layer--near { --rain-duration:1.72s; --rain-delay:-.7s; --rain-step-x:156px; --rain-step-y:1248px; --rain-depth-scale:1.14; --rain-parallax-x:var(--rain-near-x,0px); --rain-parallax-y:var(--rain-near-y,0px); opacity:.17; background-size:156px 208px; filter:blur(.12px); }
.hero__logo { position: absolute; z-index: 2; top: 48px; left: calc((100% - 1140px)/2); width: 456px; height: 445px; opacity:var(--hero-logo-opacity); object-fit: contain; filter: drop-shadow(0 18px 28px rgba(0,0,0,.55)); transform-origin: 50% 9%; transform-style: preserve-3d; backface-visibility: hidden; animation: cargo-logo-suspended 9.6s cubic-bezier(.45,0,.55,1) infinite; will-change: transform,opacity; }
.hero-fund-slot { position:absolute; z-index:4; top:56px; right:max(20px,calc((100% - 1140px)/2)); width:243px; height:88px; opacity:0; pointer-events:none; transform-origin:100% 0; transition:opacity 180ms cubic-bezier(.23,1,.32,1); }
.hero-fund-slot.is-active { opacity:var(--hero-logo-opacity); }
.hero-fund-slot.is-relocating { opacity:1; }
.hero-fund-slot.is-relocating::before { content:""; position:absolute; z-index:6; inset:0; border-radius:8px; pointer-events:none; background:repeating-linear-gradient(180deg,rgba(103,224,255,.22) 0 1px,transparent 1px 8px); mix-blend-mode:screen; animation:cargo-fund-glitch-scan 460ms steps(1,end) both; }
.hero-fund-slot .fund-card { width:243px; height:88px; }
.hero-fund-slot.is-relocating .fund-card { animation:cargo-fund-glitch-in 460ms steps(1,end) both; }

@keyframes cargo-logo-suspended {
  0%,100% { transform: perspective(1100px) translate3d(-3px,1px,0) rotateX(.8deg) rotateY(-6deg) rotateZ(-.9deg); }
  50% { transform: perspective(1100px) translate3d(4px,-7px,10px) rotateX(-1.1deg) rotateY(6deg) rotateZ(.9deg); }
}

@keyframes cargo-rain-layer {
  from { transform: translate3d(var(--rain-parallax-x,0px),var(--rain-parallax-y,0px),0) scale(var(--rain-depth-scale,1)) translate3d(calc(-1 * var(--rain-step-x)),calc(-1 * var(--rain-step-y)),0); }
  to { transform: translate3d(var(--rain-parallax-x,0px),var(--rain-parallax-y,0px),0) scale(var(--rain-depth-scale,1)) translate3d(0,0,0); }
}

.hero.is-offscreen .hero__logo, .hero.is-offscreen .hero__light, .hero.is-offscreen .hero__beam-rain, .hero.is-offscreen .hero__beam-rain-layer, .hero.is-offscreen .hero__rain-layer { animation-play-state: paused; }
.hero.is-offscreen .hero__fire { visibility: hidden; }

@keyframes cargo-broken-light {
  0%,68.8%,71.4%,100% { opacity:1; }
  68.95% { opacity:.16; }
  69.12% { opacity:.88; }
  69.28%,69.82% { opacity:.04; }
  69.96% { opacity:.74; }
  70.11% { opacity:.1; }
  70.3% { opacity:.92; }
  70.48% { opacity:.24; }
  70.72% { opacity:1; }
  71.02% { opacity:.62; }
  71.16% { opacity:1; }
}

@keyframes cargo-forced-light-flicker {
  0%,8%,21%,39%,58%,76%,100% { opacity:1; }
  5%,17%,34%,54%,71% { opacity:.06; }
  11%,43%,61% { opacity:.42; }
}

.page-wrapper { position:relative; z-index:4; background:transparent; }
.page-wrapper::before { content:""; position:absolute; z-index:0; top:-96px; bottom:0; left:50%; width:100vw; transform:translateX(-50%); pointer-events:none; background:linear-gradient(180deg,transparent 0,var(--page) 96px); }
.main-content { position:relative; z-index:1; width: 1140px; height: 1819px; margin-left: 94px; padding-top: 29px; }

.login-strip { position: relative; z-index:1; width: 1140px; height: 88px; overflow: visible; }
.login-strip__state { position: absolute; inset: 0; display: flex; gap: 8px; transition:opacity 180ms cubic-bezier(.23,1,.32,1),transform 220ms cubic-bezier(.23,1,.32,1),filter 180ms cubic-bezier(.23,1,.32,1); transform-origin:50% 50%; backface-visibility:hidden; }
.login-strip__state--guest { z-index: 1; opacity: 1; transform: translate3d(0,0,0) scale(1); }
.login-strip__state--authenticated { z-index: 2; opacity:0; filter:blur(1.5px); transform:translate3d(0,4px,0) scale(.997); pointer-events:none; }
.login-strip.is-authenticated .login-strip__state--guest { opacity:0; filter:blur(1.5px); transform:translate3d(0,-3px,0) scale(.997); pointer-events:none; }
.login-strip.is-authenticated .login-strip__state--authenticated { opacity: 1; transform: translate3d(0,0,0) scale(1); pointer-events: auto; }
.login-strip.is-authenticated .login-strip__state--authenticated { filter:blur(0); }
.login-strip::after { display:none; }
.login-strip.is-auth-transitioning .login-button { transform:scale(.97); background:#4a91cc; }
.login-card { min-width: 0; height: 88px; padding: 24px 24px 24px 32px; display: flex; flex: 1 1 auto; align-items: center; gap: 8px; overflow: visible; border-radius: 8px; background: linear-gradient(90deg,rgba(88,178,216,.1),rgba(32,37,51,.1)),#202533; }

.login-strip__copy {
  min-width: 0;
  height: 40px;
  padding: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}

.login-strip__copy strong { font-size: 16px; line-height: 20px; font-weight: 600; white-space: nowrap; }

.login-button { position: static; z-index: 2; width: 106px; height: 40px; padding: 8px 16px; display: flex; flex: 0 0 106px; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 8px; background: #3680be; color: #fff; text-transform: uppercase; font-family: "Inter Display",sans-serif; font-size: 12px; line-height: 16px; font-weight: 700; letter-spacing: 0; white-space: nowrap; transition:transform 180ms cubic-bezier(.22,1,.36,1),background-color 180ms ease; }
.login-button img { width: 20px; height: 20px; flex: 0 0 20px; display: block; }
.countdown-pill { position: absolute; z-index: 3; top: -27px; left: 29px; transform: rotate(-4.74deg); padding: 8px 12px; border: 3px solid #191c29; border-radius: 38px; background: #9cd858; color: #12131a; font-size: 14px; line-height: 16px; font-weight: 700; display: flex; align-items: center; gap: 4px; }
.countdown-pill img { width: 16px; height: 16px; display: block; }

.fund-card { position: relative; width: 243px; height: 88px; flex: 0 0 243px; overflow: visible; border-radius: 8px; background: linear-gradient(90deg,#b96a15,#e59204); }
.fund-card::after { content:""; position:absolute; z-index:3; inset:0; border-radius:8px; pointer-events:none; opacity:0; background:linear-gradient(108deg,transparent 0 38%,rgba(255,229,167,.22) 48%,transparent 58% 100%) -60% 0/34% 100% no-repeat; mix-blend-mode:screen; }
.fund-card__art { position: absolute; z-index: 1; top: -9px; left: 0; width: 98px; height: 106px; overflow: visible; }
.fund-card__cup-position { position: absolute; top: calc(50% - 1.68px); left: calc(50% + .12px); width: 115.912px; height: 124.751px; display: flex; align-items: center; justify-content: center; transform: translate(-50%,-50%); }
.fund-card__cup-rotation { width: 98.454px; height: 109.345px; flex: 0 0 auto; transform: rotate(-9.98deg); }
.fund-card__cup { width: 100%; height: 100%; max-width: none; display: block; object-position: bottom; }
.fund-card > .fund-card__copy { position: absolute; z-index: 2; top: 23px; left: 106px; width: 113px; display: flex; flex-direction: column; gap: 4px; }
.fund-card span { color: #ffd381; font-size: 12px; line-height: 14px; font-weight: 400; white-space: nowrap; }
.fund-card strong { display: flex; align-items: center; gap: 6px; font-size: 24px; line-height: 24px; font-weight: 700; white-space: nowrap; }
.fund-card strong img { width: 24px; height: 24px; object-fit: contain; }
.fund-card--hero { position:relative; margin:0; box-shadow:0 10px 28px rgba(10,12,18,.14); }
.fund-card--hero::after { animation:cargo-fund-ambient-sheen 8.6s cubic-bezier(.23,1,.32,1) 1.8s infinite; }
.fund-card--hero .fund-card__art { animation:cargo-fund-cup-idle 6.8s cubic-bezier(.45,0,.55,1) infinite; transform-origin:50% 74%; }

@keyframes cargo-fund-glitch-in {
  0% { opacity:0; clip-path:inset(0 0 100% 0); filter:saturate(.8) brightness(.7); transform:translate3d(0,0,0); }
  12% { opacity:.78; clip-path:inset(8% 0 66% 0); filter:saturate(1.35) brightness(1.22) hue-rotate(-8deg); transform:translate3d(5px,0,0); }
  20% { opacity:.24; clip-path:inset(58% 0 18% 0); filter:saturate(1.5) brightness(1.3) hue-rotate(10deg); transform:translate3d(-4px,0,0); }
  31% { opacity:.92; clip-path:inset(0 0 0 0); filter:saturate(1.12) brightness(1.08); transform:translate3d(2px,0,0); }
  39% { opacity:.38; clip-path:inset(28% 0 49% 0); filter:saturate(1.4) brightness(1.22); transform:translate3d(-2px,0,0); }
  54% { opacity:1; clip-path:inset(0 0 0 0); filter:saturate(1.04) brightness(1.03); transform:translate3d(1px,0,0); }
  66% { opacity:.78; clip-path:inset(0 0 0 0); filter:brightness(.94); transform:translate3d(0,0,0); }
  100% { opacity:1; clip-path:inset(0 0 0 0); filter:none; transform:translate3d(0,0,0); }
}

@keyframes cargo-fund-glitch-scan {
  0%,18% { opacity:0; transform:translateY(-5px); }
  20%,31% { opacity:.7; transform:translateY(2px); }
  32%,45% { opacity:0; }
  46%,55% { opacity:.35; transform:translateY(-1px); }
  56%,100% { opacity:0; }
}

@keyframes cargo-fund-ambient-sheen {
  0%,78% { background-position:-60% 0; opacity:0; }
  81% { opacity:0; }
  86% { opacity:.72; }
  92%,100% { background-position:160% 0; opacity:0; }
}

@keyframes cargo-fund-cup-idle {
  0%,100% { transform:translate3d(0,0,0) rotate(-.25deg); filter:brightness(1); }
  50% { transform:translate3d(0,-2px,0) rotate(.35deg); filter:brightness(1.055); }
}

.auth-ticket-card,.auth-progress-card { position:relative; width:566px; height:88px; flex:0 0 566px; border-radius:8px; transform:none; }
.auth-ticket-card { padding:24px 24px 24px 32px; display:flex; align-items:center; justify-content:space-between; overflow:visible; background:linear-gradient(90deg,rgba(156,216,88,.1),rgba(156,216,88,0)),#202533; }
.auth-ticket-info { position:relative; z-index:2; display:flex; align-items:center; gap:16px; }
.auth-ticket-count { display:flex; align-items:center; justify-content:center; gap:4px; color:#9cd858; }
.auth-ticket-count strong { font-size:28px; line-height:28px; font-weight:700; }
.auth-ticket-count img { width:28px; height:28px; display:block; object-fit:contain; }
.auth-ticket-label { color:#8c95ae; font-size:10px; line-height:12px; font-weight:400; }
.auth-countdown-pill { position:absolute; z-index:5; top:-27px; left:31px; padding:8px 12px; display:flex; align-items:center; justify-content:center; gap:4px; border:3px solid #191c29; border-radius:38px; background:#9cd858; color:#12131a; font-size:14px; line-height:16px; font-weight:700; white-space:nowrap; transform:rotate(-4.74deg); }
.auth-countdown-pill img { width:16px; height:16px; display:block; object-fit:contain; }
.auth-ticket-art { position:absolute; z-index:3; top:0; left:199px; width:182px; height:88px; overflow:hidden; display:block; pointer-events:none; }
.auth-ticket-glow { position:absolute; z-index:0; top:24px; left:50%; width:118px; height:71px; opacity:0; transform:translateX(-50%) scale(.94); transform-origin:50% 58%; transition:opacity 200ms ease 35ms,transform 240ms cubic-bezier(.23,1,.32,1) 35ms; }
.auth-ticket-glow img { position:absolute; top:-47.89%; right:-28.81%; bottom:-47.89%; left:-28.81%; width:157.62%; height:195.78%; max-width:none; display:block; }
.auth-ticket-art__crop { position:absolute; z-index:1; bottom:-90px; left:50%; width:202px; height:150px; opacity:0; transform:translate(-50%,5px) scaleY(-1); transition:opacity 180ms ease 25ms,transform 240ms cubic-bezier(.23,1,.32,1) 25ms; }
.auth-ticket-art__crop img { position:absolute; inset:0; width:100%; height:100%; max-width:none; display:block; object-fit:cover; }
.auth-tickets-button { position:relative; z-index:4; width:141px; height:40px; padding:8px 16px; display:flex; align-items:center; justify-content:center; gap:8px; border:0; border-radius:8px; background:#2c3243; color:#8c95ae; font-family:"Inter Display",sans-serif; font-size:12px; line-height:16px; font-weight:700; text-transform:uppercase; white-space:nowrap; cursor:pointer; transition:background-color 160ms ease,color 160ms ease,transform 180ms cubic-bezier(.22,1,.36,1); }
.auth-tickets-button img { width:20px; height:20px; flex:0 0 20px; display:block; object-fit:contain; }
.auth-tickets-button:hover { background:#353c50; color:#fff; transform:translateY(-1px); }
.auth-progress-card { padding:24px 24px 24px 32px; overflow:hidden; background:#202533; }
.auth-progress-head { width:100%; height:20px; display:flex; align-items:flex-start; justify-content:space-between; }
.auth-progress-head > strong { color:#fff; font-size:16px; line-height:20px; font-weight:600; white-space:nowrap; }
.auth-progress-value { height:20px; display:flex; align-items:center; gap:4px; font-size:14px; line-height:18px; white-space:nowrap; }
.auth-progress-value b { color:#ffb937; font-weight:600; }
.auth-progress-value i { color:rgba(140,149,174,.6); font-style:normal; font-weight:500; }
.auth-progress-value em { color:rgba(140,149,174,.6); font-style:normal; font-weight:500; }
.auth-progress-value img { width:20px; height:14px; flex:0 0 20px; display:block; object-fit:contain; }
.auth-progress-track { position:absolute; left:32px; right:24px; bottom:24px; height:4px; overflow:hidden; display:block; border-radius:32px; background:#3b4152; }
.auth-progress-fill { position:absolute; inset:0 auto 0 0; width:50%; border-radius:inherit; background:linear-gradient(90deg,#007cff 0%,#00ffb7 50.078%,#fffb00 100.16%,#ff9d00 150.23%,#ff5100 200.31%); transform:scaleX(0); transform-origin:0 50%; transition:transform 360ms cubic-bezier(.23,1,.32,1) 70ms; }
.login-strip.is-authenticated .auth-progress-fill { transform:scaleX(1); }
.auth-ticket-info,.auth-countdown-pill,.auth-tickets-button,.auth-progress-head,.auth-progress-track { opacity:0; filter:blur(1.5px); transition:opacity 180ms cubic-bezier(.23,1,.32,1),transform 220ms cubic-bezier(.23,1,.32,1),filter 180ms cubic-bezier(.23,1,.32,1); }
.auth-ticket-info,.auth-tickets-button,.auth-progress-head,.auth-progress-track { transform:translateY(4px); }
.auth-countdown-pill { transform:translateY(4px) rotate(-4.74deg); }
.login-strip.is-authenticated .auth-ticket-info,.login-strip.is-authenticated .auth-countdown-pill,.login-strip.is-authenticated .auth-tickets-button,.login-strip.is-authenticated .auth-progress-head,.login-strip.is-authenticated .auth-progress-track { opacity:1; transform:translate3d(0,0,0); }
.login-strip.is-authenticated .auth-ticket-info,.login-strip.is-authenticated .auth-countdown-pill,.login-strip.is-authenticated .auth-tickets-button,.login-strip.is-authenticated .auth-progress-head,.login-strip.is-authenticated .auth-progress-track { filter:blur(0); }
.login-strip.is-authenticated .auth-countdown-pill { transform:rotate(-4.74deg); }
.login-strip.is-authenticated .auth-ticket-glow { opacity:1; transform:translateX(-50%) scale(1); }
.login-strip.is-authenticated .auth-ticket-art__crop { opacity:1; transform:translate(-50%,0) scaleY(-1); }
.login-strip.is-authenticated .auth-tickets-button { transition-delay:30ms; }
.login-strip.is-authenticated .auth-progress-track { transition-delay:45ms; }

.calendar-section { position:relative; z-index:20; width:1140px; height:644px; margin-top:32px; }
.section-heading { height: 36px; display: flex; align-items: center; justify-content: space-between; }
.section-heading h1,
.prizes-section h2 { margin: 0; font-size: 32px; line-height: 36px; font-weight: 600; letter-spacing: -.7px; }
.section-heading > button { height: 34px; padding: 0 12px; border: 0; border-radius: 8px; background: var(--surface); color: var(--muted); font-size: 14px; display: flex; align-items: center; gap: 8px; }
.section-heading > button img { width: 16px; height: 16px; display: block; }

.event-view-tabs { height: 36px; display: flex; align-items: center; gap: 24px; }
.event-view-tab { height: 36px; padding: 0; border: 0; background: transparent; color: #8c95ae; font-family: "Inter Display", sans-serif; font-size: 32px; line-height: 36px; font-weight: 600; letter-spacing: -.7px; cursor: pointer; display: flex; align-items: center; gap: 8px; transition:color 160ms cubic-bezier(.23,1,.32,1); }
.event-view-tab__label { position:relative; display:inline-flex; align-items:center; }
.event-new-badge { position:absolute; z-index:2; top:-3.691px; left:88.257px; width:40px; min-width:40px; height:20px; padding:0; display:flex; align-items:center; justify-content:center; overflow:visible; border:0; border-radius:38px; background:#eb6b97; color:#fff; font-family:"Inter Display",sans-serif; font-size:10px; line-height:12px; font-weight:700; letter-spacing:0; transform:rotate(4.744deg); box-shadow:0 0 0 3px #191c29,0 2px 8px rgba(235,107,151,.18); pointer-events:none; }
.event-view-tab:focus-visible { outline: 2px solid rgba(229,146,4,.82); outline-offset: 4px; border-radius: 4px; }
.event-view-tab.is-active { color: #fff; }
.runs-summary-shell { width: 45px; height: 30px; padding-top: 8px; flex: 0 0 45px; display: flex; align-items: flex-start; }
#runs-summary { width: 45px; height: 22px; padding: 4px 8px; border-radius: 8px; background: #2c3243; color: #8c95ae; font-family: "Inter Display", sans-serif; font-size: 12px; line-height: 14px; font-weight: 600; letter-spacing: 0; white-space: nowrap; }
.event-view-panel { opacity:1; transform:translate3d(0,0,0); filter:blur(0); }
#calendar-panel { position:relative; }
.event-view-panel.is-leaving { opacity:0; transform:translate3d(0,-6px,0); filter:blur(2px); pointer-events:none; transition:opacity 120ms cubic-bezier(.23,1,.32,1),transform 120ms cubic-bezier(.23,1,.32,1),filter 120ms cubic-bezier(.23,1,.32,1); }
.event-view-panel.is-entering { opacity:0; transform:translate3d(0,6px,0); filter:blur(2px); }
.event-view-panel.is-entering.is-active { opacity:1; transform:translate3d(0,0,0); filter:blur(0); transition:opacity 200ms cubic-bezier(.23,1,.32,1),transform 200ms cubic-bezier(.23,1,.32,1),filter 200ms cubic-bezier(.23,1,.32,1); }
.event-view-panel[hidden] { display: none; }

.runs-content { width: 100%; margin-top: 24px; display: flex; flex-direction: column; gap: 4px; }
.runs-intro { position: relative; width: 100%; height: 88px; padding: 24px 24px 24px 32px; overflow: visible; border: 0; border-radius: 16px; background: #202533; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.runs-intro__copy { position: relative; z-index: 2; min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.runs-intro__copy strong { color: #fff; font-family: "Inter Display",sans-serif; font-size: 16px; line-height: 20px; font-weight: 600; letter-spacing: 0; white-space: nowrap; }
.runs-intro__copy span { color: rgba(140,149,174,.6); font-family: "Inter Display",sans-serif; font-size: 12px; line-height: 14px; font-weight: 500; white-space: nowrap; }
.runs-intro__art { position: absolute; z-index: 1; top: -5px; left: calc(50% + 114px); width: 288px; height: 93px; overflow: clip; pointer-events: none; transform: translateX(-50%); -webkit-mask-image: url("../../media/figma-night-raid/content-redesign/cargo-keycard-fade-mask.svg"); mask-image: url("../../media/figma-night-raid/content-redesign/cargo-keycard-fade-mask.svg"); -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 288px 93px; mask-size: 288px 93px; mask-mode: alpha; mask-clip: no-clip; }
.runs-intro__art > img { position: absolute; top: 0; left: -.18%; width: 100.36%; height: 138.71%; max-width: none; object-fit: fill; transform: none; }
.runs-intro__limit { position: relative; z-index: 2; min-height: 30px; padding: 8px 12px; flex: 0 0 auto; border-radius: 8px; background: rgba(255,185,55,.2); color: #ffb937; font-family: "Inter Display",sans-serif; font-size: 12px; line-height: 14px; font-weight: 600; letter-spacing: 0; white-space: nowrap; }
.runs-intro__actions { position:relative; z-index:4; flex:0 0 auto; display:flex; align-items:flex-start; gap:8px; }
.runs-info-button { width:32px; height:32px; padding:0; flex:0 0 32px; border:0; border-radius:8px; background:#3b4152; display:grid; place-items:center; cursor:pointer; transition:background-color 160ms ease,transform 100ms ease; }
.runs-info-button img { width:16px; height:16px; display:block; object-fit:contain; }
.runs-info-button:hover,.runs-info-button[aria-expanded="true"] { background:#484f63; }
.runs-info-button:active { transform:scale(.96); }
.runs-info-button:focus-visible { outline:2px solid #8c95ae; outline-offset:3px; }
.runs-info-popover { position:absolute; z-index:10; right:0; bottom:calc(100% + 10px); width:320px; padding:16px; border:1px solid #2e3346; border-radius:12px; background:radial-gradient(ellipse 50% 50% at 50% 100%,rgba(140,149,174,.05),transparent 100%),linear-gradient(180deg,rgba(32,37,51,.2) 0%,rgba(38,44,59,.1) 50%,rgba(44,50,67,.5) 100%),#202533; box-shadow:0 16px 42px rgba(0,0,0,.42),inset 0 0 24px rgba(110,120,153,.2); opacity:0; visibility:hidden; pointer-events:none; transform:translate3d(0,6px,0) scale(.98); transform-origin:100% 100%; transition:opacity 160ms ease,visibility 160ms ease,transform 180ms cubic-bezier(.23,1,.32,1); }
.runs-info-popover::before { content:""; position:absolute; right:11px; bottom:-8px; width:18px; height:9px; background:#2e3346; clip-path:polygon(0 0,100% 0,50% 100%); }
.runs-info-popover::after { content:""; position:absolute; right:12px; bottom:-7px; width:16px; height:8px; border:0; background:#293041; clip-path:polygon(0 0,100% 0,50% 100%); transform:none; }
.runs-info-popover strong { display:block; margin-bottom:6px; color:#fff; font-family:"Inter Display",sans-serif; font-size:14px; line-height:18px; font-weight:600; }
.runs-info-popover p { margin:0; color:#8c95ae; font-family:"Inter Display",sans-serif; font-size:12px; line-height:17px; font-weight:400; }
.runs-info-popover p img { width:17px; height:17px; display:inline-block; object-fit:contain; vertical-align:-4px; }
.runs-info-rarities { margin-top:12px; padding-top:12px; border-top:1px solid rgba(140,149,174,.14); display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; }
.runs-info-rarities > span { min-width:0; padding:8px 5px 7px; border:1px solid rgba(140,149,174,.1); border-radius:8px; background:rgba(44,50,67,.7); display:grid; grid-template-columns:16px minmax(0,1fr); grid-template-rows:auto auto; column-gap:5px; align-items:center; }
.runs-info-rarities img { width:16px; height:16px; grid-row:1 / 3; display:block; object-fit:contain; }
.runs-info-rarities b,.runs-info-rarities em { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-family:"Inter Display",sans-serif; font-style:normal; }
.runs-info-rarities b { color:#fff; font-size:10px; line-height:12px; font-weight:600; }
.runs-info-rarities em { color:#8c95ae; font-size:9px; line-height:11px; font-weight:500; }
.runs-info-button[aria-expanded="true"] + .runs-info-popover,.runs-info-button:hover + .runs-info-popover,.runs-info-button:focus-visible + .runs-info-popover { opacity:1; visibility:visible; pointer-events:auto; transform:translate3d(0,0,0) scale(1); }
.runs-grid { padding: 8px; border-radius: 16px; background: #202533; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.run-card { position: relative; width: 100%; height: 214px; padding: 24px; overflow: hidden; border: 1px solid #2e3346; border-radius: 12px; background: radial-gradient(ellipse 50% 50% at 50% 100%,rgba(140,149,174,.05),transparent 100%),linear-gradient(180deg,rgba(32,37,51,.2) 0%,rgba(38,44,59,.1) 50%,rgba(44,50,67,.5) 100%); box-shadow: inset 0 0 24px rgba(110,120,153,.2); display: flex; flex-direction: column; gap: 16px; transform: translateY(0); transition: opacity 180ms ease,transform 180ms cubic-bezier(.23,1,.32,1),border-color 180ms ease,background 180ms ease,box-shadow 180ms ease; }
.run-card__top { position: relative; z-index: 1; width: 100%; height: 46px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.run-card__copy { min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.run-card__title { min-width:0; display:flex; align-items:center; gap:8px; }
.run-card__rarity-icon { width:20px; height:20px; flex:0 0 20px; display:block; object-fit:contain; }
.run-card__copy strong { display: block; overflow: hidden; color: #fff; font-family: "Inter Display",sans-serif; font-size: 20px; line-height: 24px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.run-card__copy > span { display: block; overflow: hidden; color: rgba(140,149,174,.6); font-family: "Inter Display",sans-serif; font-size: 12px; line-height: 14px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.run-card__sulfur-icon { width:16px; height:16px; display:inline-block; object-fit:contain; vertical-align:-4px; }
.run-card__state { height: 22px; padding: 4px 8px; flex: 0 0 auto; border: 0; border-radius: 8px; background: #2c3243; color: #8c95ae; font-family: "Inter Display",sans-serif; font-size: 12px; line-height: 14px; font-weight: 600; white-space: nowrap; }
.run-card--done .run-card__state { background: rgba(156,216,88,.2); color: #9cd858; }
.run-card--claimed { opacity: .5; }
.run-card__stats { position:relative; z-index:1; width:100%; display:flex; flex-direction:column; gap:4px; }
.run-card__progress { position: relative; z-index: 1; width: 100%; height: 60px; margin: 0; padding: 16px; border-radius: 8px; background: #2c3243; display: flex; flex-direction: column; gap: 8px; }
.run-card__progress-row { height: 16px; color: #8c95ae; font-family: "Inter Display",sans-serif; font-size: 12px; line-height: 16px; font-weight: 500; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.run-card__progress-row > span { color: rgba(140,149,174,.6); }
.run-card__progress-row strong { display: flex; align-items: center; gap: 4px; font: inherit; white-space: nowrap; }
.run-card__progress-row strong b { color: #fff; font-weight: 500; }
.run-card__progress-row strong i,.run-card__progress-row strong span { color: #8c95ae; font: inherit; font-style: normal; }
.run-card__progress-row strong span { display:inline-flex; align-items:center; gap:4px; }
.run-card__track { position: relative; width: 100%; height: 4px; overflow: hidden; border-radius: 32px; background: #3b4152; }
.run-card__fill { position:relative; width: var(--run-progress); height: 100%; overflow:hidden; border-radius: inherit; background: linear-gradient(90deg,#007cff 0%,#00ffb7 50.078%,#fffb00 100.16%,#ff9d00 150.23%,#ff5100 200.31%); transition: width 260ms cubic-bezier(.23,1,.32,1); }
.run-card--done .run-card__fill { background: linear-gradient(90deg,#007cff 0%,#00ffb7 25%,#fffb00 50%,#ff9d00 75%,#ff5100 100%); }
.run-card__action { position:relative; width:100%; height:40px; padding:8px 16px; overflow:hidden; border:0; border-radius:8px; background:#2c3243; color:#8c95ae; font-family:"Inter Display",sans-serif; font-size:12px; line-height:16px; font-weight:700; letter-spacing:0; text-transform:uppercase; display:flex; align-items:center; justify-content:center; cursor:default; transition:color 160ms ease,background-color 160ms ease,box-shadow 180ms ease,transform 100ms ease; }
.run-card__action--available { background:#3680be; color:#fff; cursor:pointer; }
.run-card__action--claim { background:rgba(156,216,88,.2); color:#9cd858; cursor:pointer; }
.run-card__action--claimed { background:rgba(156,216,88,.14); color:#9cd858; }
.run-card__action--available:hover { background:#4095d7; box-shadow:0 6px 18px rgba(54,128,190,.22); }
.run-card__action--claim:hover { background:rgba(156,216,88,.28); box-shadow:0 6px 18px rgba(156,216,88,.12); }
.run-card__action--available:active,.run-card__action--claim:active { transform:scale(.985); }
.run-card__action:focus-visible { outline:2px solid #fff; outline-offset:2px; }
.run-card__action:disabled { cursor:default; }
.run-card--activating { border-color:rgba(74,161,222,.54); box-shadow:inset 0 0 28px rgba(54,128,190,.18),0 0 16px rgba(54,128,190,.08); }
.run-card--activating .run-card__rarity-icon { animation:cargo-run-activation-icon 320ms cubic-bezier(.22,1,.36,1) both; }
.run-card--activating .run-card__track::after { content:""; position:absolute; z-index:2; top:-3px; bottom:-3px; left:0; width:30%; border-radius:inherit; background:linear-gradient(90deg,transparent,rgba(151,224,255,.96),rgba(77,174,239,.54),transparent); opacity:0; filter:blur(.5px); transform:translate3d(-120%,0,0) skewX(-16deg); animation:cargo-run-activation-track 320ms cubic-bezier(.22,1,.36,1) both; }
.run-card--activating .run-card__action--available { color:transparent; background:#2f78b6; }
.run-card--activating .run-card__action--available::before { content:""; position:absolute; inset:0; background:linear-gradient(108deg,transparent 18%,rgba(151,224,255,.08) 38%,rgba(151,224,255,.32) 50%,rgba(151,224,255,.08) 62%,transparent 82%); transform:translate3d(-72%,0,0); animation:cargo-run-activation-button 320ms cubic-bezier(.22,1,.36,1) both; }
.run-card--activating .run-card__action--available::after { content:"Активируем…"; position:absolute; inset:0; color:#fff; display:grid; place-items:center; animation:cargo-run-activation-label 320ms ease both; }
.run-card--activation-resolved { animation:cargo-run-activation-resolved 440ms cubic-bezier(.22,1,.36,1) both; }
.run-card--activation-resolved .run-card__state,.run-card--activation-resolved .run-card__action--active { animation:cargo-run-activation-settle 360ms cubic-bezier(.22,1,.36,1) both; }
.run-card__claim-fx { position:absolute; z-index:5; left:50%; bottom:18px; width:190px; height:86px; opacity:0; pointer-events:none; transform:translate3d(-50%,18px,0) scale(.92); transform-origin:50% 70%; }
.run-card__claim-glow { position:absolute; z-index:0; inset:-42px -54px; border-radius:50%; background:radial-gradient(ellipse at 50% 66%,rgba(220,255,180,.58) 0 7%,rgba(156,216,88,.28) 21%,rgba(61,166,214,.12) 39%,transparent 68%); opacity:0; transform:scale(.7); }
.run-card__claim-key { position:absolute; z-index:1; top:4px; left:50%; width:176px; height:79px; max-width:none; display:block; object-fit:contain; filter:drop-shadow(0 12px 14px rgba(0,0,0,.45)) drop-shadow(0 0 10px rgba(151,224,255,.24)); transform:translateX(-50%); }
.run-card__claim-reward { position:absolute; z-index:2; top:3px; right:-8px; height:24px; padding:4px 7px; border:1px solid rgba(255,255,255,.12); border-radius:8px; background:rgba(32,37,51,.88); color:#fff; font-family:"Inter Display",sans-serif; font-size:12px; line-height:14px; font-weight:700; display:flex; align-items:center; gap:3px; opacity:0; transform:translate3d(-5px,5px,0) scale(.94); box-shadow:0 8px 20px rgba(0,0,0,.28); }
.run-card__claim-reward img { width:15px; height:15px; display:block; object-fit:contain; }
.run-card--claiming { border-color:rgba(156,216,88,.52); box-shadow:inset 0 0 28px rgba(86,169,107,.2),0 0 18px rgba(86,169,107,.1); }
.run-card--claiming::after { content:""; position:absolute; z-index:4; inset:0; pointer-events:none; background:linear-gradient(112deg,transparent 28%,rgba(151,224,255,.08) 43%,rgba(220,255,180,.14) 50%,rgba(151,224,255,.06) 57%,transparent 72%); opacity:0; transform:translateX(-45%); animation:cargo-run-claim-sweep 840ms cubic-bezier(.23,1,.32,1) both; }
.run-card--claiming .run-card__claim-fx { animation:cargo-run-keycard-release 840ms cubic-bezier(.23,1,.32,1) both; }
.run-card--claiming .run-card__claim-glow { animation:cargo-run-claim-glow 720ms cubic-bezier(.23,1,.32,1) 60ms both; }
.run-card--claiming .run-card__claim-reward { animation:cargo-run-claim-reward 460ms cubic-bezier(.23,1,.32,1) 260ms both; }
.run-card--claiming .run-card__action--claim { color:transparent; }
.run-card--claiming .run-card__action--claim::after { content:"Получаем ключ…"; position:absolute; inset:0; color:#9cd858; display:grid; place-items:center; animation:cargo-run-claim-label 840ms ease both; }
.run-card--claim-resolved { animation:cargo-run-claim-resolved 520ms cubic-bezier(.23,1,.32,1) both; }
.run-card--completing { animation:cargo-run-complete-card 560ms cubic-bezier(.23,1,.32,1) both; }
.run-card--completing .run-card__fill { transition-duration:420ms; }
.run-card--completing .run-card__fill::after { content:""; position:absolute; top:-5px; bottom:-5px; left:0; width:32%; pointer-events:none; opacity:0; transform:translate3d(-220%,0,0) skewX(-18deg); background:linear-gradient(90deg,transparent,rgba(255,255,255,.82),rgba(210,255,228,.46),transparent); filter:blur(1px); animation:cargo-run-complete-sheen 520ms cubic-bezier(.23,1,.32,1) 80ms both; }
.run-card--completing .run-card__state { animation:cargo-run-complete-state 420ms cubic-bezier(.34,1.36,.64,1) 80ms both; }

@keyframes cargo-run-complete-card { 0% { opacity:.72; border-color:#2e3346; box-shadow:inset 0 0 24px rgba(110,120,153,.2),0 0 0 rgba(86,169,107,0); } 44% { opacity:1; border-color:rgba(111,204,135,.66); box-shadow:inset 0 0 28px rgba(86,169,107,.28),0 0 18px rgba(86,169,107,.16); } 100% { opacity:1; border-color:#2e3346; box-shadow:inset 0 0 24px rgba(110,120,153,.2),0 0 0 rgba(86,169,107,0); } }
@keyframes cargo-run-complete-sheen { 0% { opacity:0; transform:translate3d(-220%,0,0) skewX(-18deg); } 20% { opacity:.95; } 100% { opacity:0; transform:translate3d(420%,0,0) skewX(-18deg); } }
@keyframes cargo-run-complete-state { 0% { opacity:0; transform:translate3d(0,5px,0) scale(.94); filter:blur(3px); } 70% { opacity:1; transform:translate3d(0,-1px,0) scale(1.04); filter:blur(0); } 100% { opacity:1; transform:translate3d(0,0,0) scale(1); filter:blur(0); } }
@keyframes cargo-run-activation-icon { 0% { opacity:.72; transform:scale(.94); filter:brightness(.9); } 58% { opacity:1; transform:scale(1.08); filter:brightness(1.38); } 100% { opacity:1; transform:scale(1); filter:brightness(1); } }
@keyframes cargo-run-activation-track { 0% { opacity:0; transform:translate3d(-120%,0,0) skewX(-16deg); } 18% { opacity:1; } 100% { opacity:0; transform:translate3d(430%,0,0) skewX(-16deg); } }
@keyframes cargo-run-activation-button { 0% { opacity:0; transform:translate3d(-72%,0,0); } 24% { opacity:1; } 100% { opacity:0; transform:translate3d(72%,0,0); } }
@keyframes cargo-run-activation-label { 0% { opacity:0; transform:translateY(2px); } 24%,84% { opacity:1; transform:translateY(0); } 100% { opacity:0; transform:translateY(-1px); } }
@keyframes cargo-run-activation-resolved { 0% { border-color:rgba(74,161,222,.54); box-shadow:inset 0 0 28px rgba(54,128,190,.18),0 0 16px rgba(54,128,190,.08); } 100% { border-color:#2e3346; box-shadow:inset 0 0 24px rgba(110,120,153,.2),0 0 0 rgba(54,128,190,0); } }
@keyframes cargo-run-activation-settle { 0% { opacity:0; transform:translateY(3px); } 100% { opacity:1; transform:translateY(0); } }
@keyframes cargo-run-claim-sweep { 0% { opacity:0; transform:translateX(-45%); } 20% { opacity:.8; } 100% { opacity:0; transform:translateX(48%); } }
@keyframes cargo-run-keycard-release { 0% { opacity:0; transform:translate3d(-50%,18px,0) scale(.92); filter:blur(5px); } 18% { opacity:1; filter:blur(0); } 58% { opacity:1; transform:translate3d(-50%,-34px,0) scale(1.03); filter:blur(0); } 78% { opacity:1; } 100% { opacity:0; transform:translate3d(-50%,-62px,0) scale(.98); filter:blur(3px); } }
@keyframes cargo-run-claim-glow { 0% { opacity:0; transform:scale(.7); } 30% { opacity:1; } 100% { opacity:0; transform:scale(1.12); } }
@keyframes cargo-run-claim-reward { 0% { opacity:0; transform:translate3d(-5px,5px,0) scale(.94); } 55% { opacity:1; transform:translate3d(0,0,0) scale(1); } 100% { opacity:0; transform:translate3d(0,-7px,0) scale(.98); } }
@keyframes cargo-run-claim-label { 0%,20% { opacity:0; transform:translateY(3px); } 35%,82% { opacity:1; transform:translateY(0); } 100% { opacity:0; transform:translateY(-2px); } }
@keyframes cargo-run-claim-resolved { 0% { opacity:.9; transform:scale(.985); } 55% { opacity:.62; transform:scale(1.008); border-color:rgba(156,216,88,.56); } 100% { opacity:.5; transform:scale(1); border-color:#2e3346; } }

.run-toast { position: fixed; z-index: 50; right: 24px; bottom: 24px; width: 280px; min-height: 68px; padding: 14px 16px; border: 1px solid rgba(86,169,107,.45); border-radius: 8px; background: #202533; box-shadow: 0 14px 40px rgba(0,0,0,.4); transform: translateY(24px); opacity: 0; pointer-events: none; transition: transform .2s ease,opacity .2s ease; display: flex; align-items: center; gap: 12px; }
.run-toast.is-visible { transform: translateY(0); opacity: 1; }
.run-toast > img { width: 28px; height: 28px; padding: 6px; border-radius: 50%; background: #56a96b; }
.run-toast strong,.run-toast span { display: block; }
.run-toast strong { font-family: "Roboto Condensed", sans-serif; font-size: 14px; line-height: 18px; text-transform: uppercase; }
.run-toast span { margin-top: 2px; color: #f2b705; font-size: 12px; line-height: 16px; }

.calendar-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); grid-auto-rows: 140px; gap: 8px; transition: opacity 200ms cubic-bezier(.23,1,.32,1),filter 220ms cubic-bezier(.23,1,.32,1); }
#calendar-panel.is-calendar-locked .calendar-grid { opacity:.68; filter:grayscale(.22) saturate(.64) brightness(.74) blur(1px); }

.calendar-gate {
  position: absolute;
  z-index: 20;
  inset: 0;
  overflow: visible;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  display: grid;
  place-items: center;
  transition: opacity 180ms cubic-bezier(.23,1,.32,1);
}

.calendar-gate::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -40px;
  pointer-events: none;
  background: radial-gradient(ellipse 42% 36% at 50% 50%,rgba(9,12,21,.58) 0%,rgba(9,12,21,.28) 43%,rgba(9,12,21,.08) 63%,transparent 78%);
}

.calendar-gate__dialog {
  position: relative;
  z-index: 1;
  width: min(420px,100%);
  min-height: 164px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #2e3346;
  border-radius: 12px;
  background:
    radial-gradient(ellipse 50% 50% at 50% 100%,rgba(140,149,174,.05),transparent 100%),
    linear-gradient(180deg,rgba(32,37,51,.2) 0%,rgba(38,44,59,.1) 50%,rgba(44,50,67,.5) 100%),
    #202533;
  box-shadow: 0 24px 70px rgba(0,0,0,.42),inset 0 0 24px rgba(110,120,153,.2);
  text-align: center;
  opacity: 0;
  transform: translate3d(0,10px,0) scale(.97);
  transition: opacity 220ms cubic-bezier(.23,1,.32,1),transform 240ms cubic-bezier(.23,1,.32,1);
}

.calendar-gate__dialog h2 {
  margin: 0;
  color: #fff;
  font-family: "Inter Display",sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: -.3px;
}

.calendar-gate__amount {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ffb937;
  white-space: nowrap;
}

.calendar-gate__amount img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.calendar-gate__dialog p {
  margin: 8px 0 20px;
  color: rgba(140,149,174,.78);
  font-family: "Inter Display",sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.calendar-gate__button {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: #398fcf;
  color: #fff;
  font-family: "Inter Display",sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(23,104,165,.2),inset 0 1px rgba(255,255,255,.12);
  transition: background-color 160ms ease,box-shadow 160ms ease,transform 100ms ease;
}

.calendar-gate__button:focus-visible { outline: 2px solid #8fd4ff; outline-offset: 3px; }
.calendar-gate__button:active { transform: scale(.97); }
.calendar-gate.is-visible { opacity: 1; pointer-events: auto; }
.calendar-gate.is-visible .calendar-gate__dialog { opacity: 1; transform: translate3d(0,0,0) scale(1); }
.calendar-gate.is-unlocking { opacity: 0; transition-duration: 190ms; }
.calendar-gate.is-unlocking .calendar-gate__dialog { opacity: 0; transform: translate3d(0,-6px,0) scale(.985); transition-duration: 190ms; }

@media (hover: hover) and (pointer: fine) {
  .calendar-gate__button:hover { background: #45a0df; box-shadow: 0 10px 28px rgba(23,104,165,.28),inset 0 1px rgba(255,255,255,.16); }
}

.day-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #2e3346;
  border-radius: 16px;
  background: radial-gradient(ellipse 50% 50% at 50% 100%,rgba(140,149,174,.05),rgba(140,149,174,0) 100%),linear-gradient(180deg,rgba(32,37,51,.2) 0%,rgba(38,44,59,.1) 50%,rgba(44,50,67,.5) 100%);
  box-shadow: inset 0 0 24px rgba(110,120,153,.2);
  transition: border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease;
}

.day-card::before { content: none; }
.day-card:not(.day-card--missed):not(.day-card--current):not(.day-card--received):not(.day-card--timed):hover { border-color: #42485f; background: radial-gradient(ellipse 50% 50% at 50% 100%,rgba(140,149,174,.2),rgba(140,149,174,0) 100%),linear-gradient(180deg,rgba(32,37,51,.28) 0%,rgba(38,44,59,.14) 50%,rgba(44,50,67,.7) 100%); box-shadow: inset 0 0 24px rgba(110,120,153,.5); transform: translateY(-1px); }

.day-card__number { color: #8c95ae; font-family: "Inter Display", sans-serif; font-size: 48px; line-height: 48px; font-weight: 800; font-style: normal; }
.day-card__label { color: rgba(140,149,174,.6); text-transform: uppercase; font-size: 12px; line-height: 14px; font-weight: 600; }
.day-card--missed { gap: 12px; border-color: #262b38; background: radial-gradient(ellipse 50% 50% at 50% 100%,rgba(140,149,174,.1),rgba(140,149,174,0) 100%),linear-gradient(180deg,rgba(32,37,51,.08) 0%,rgba(38,44,59,.04) 50%,rgba(44,50,67,.2) 100%); box-shadow: inset 0 0 24px rgba(110,120,153,.05); }
.day-card--missed .day-card__number { width: 24px; height: 24px; display: grid; place-items: center; color: #3b4152; font-size: 13px; font-style: normal; transform: none; }
.day-card--missed .day-card__number img { width: 24px; height: 24px; display: block; }
.day-card--missed .day-card__label { color: #3b4152; }

.day-card--current { padding: 0; justify-content: space-between; border: 0; border-radius: 16px; background: linear-gradient(164.7718188822deg,#000 4.9381%,#e59204 89.604%); box-shadow: none; }
.day-card--current:hover { border-color: transparent; background: linear-gradient(164.7718188822deg,#000 4.9381%,#ffae00 89.604%); box-shadow: none; }
.day-card--current::before { content: ""; position: absolute; z-index: 4; inset: 0; padding: 2px; border-radius: inherit; pointer-events: none; background: linear-gradient(180deg,#ca9c4d 0%,#e59408 50%,#e59408 100%); -webkit-mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.day-card--current:hover::before { background: linear-gradient(180deg,#cfa648 0%,#ffb106 50%,#ffb106 100%); }
.day-card--current::after { content: ""; position: absolute; z-index: 1; inset: 0; border-radius: inherit; pointer-events: none; box-shadow: inset 0 3px 35px #e59204,inset 0 24px 54px rgba(255,255,255,.1); transition: box-shadow 180ms ease; }
.day-card--current:hover::after { box-shadow: inset 0 3px 35px #ffb508,inset 0 24px 54px rgba(255,255,255,.1); }
.day-card--current .day-card__number { position: absolute; z-index: 2; top: 35px; left: 50%; margin: 0; transform: translateX(-50%) scale(1); color: #fff; font-weight: 900; opacity:1; filter:blur(0); transition: opacity 180ms ease,transform 220ms cubic-bezier(.22,1,.36,1),filter 220ms ease; }
.day-card__tickets { position: absolute; z-index: 1; bottom: 113px; left: calc(50% - .5px); width: 140px; height: 103px; max-width: none; transform: translate3d(-50%,0,0) scale(1); object-fit: cover; image-rendering: auto; opacity:1; filter:brightness(1); transition: bottom 320ms cubic-bezier(.22,1,.36,1),transform 220ms cubic-bezier(.22,1,.36,1),opacity 180ms ease,filter 220ms ease; }
.day-card--current:hover .day-card__tickets { transform: translate3d(-50%,8px,0); }
.day-card__claim { position: absolute; z-index: 3; right: 8px; bottom: 8px; left: 8px; width: auto; height: 32px; box-sizing: border-box; padding: 8px 12px; border: 0; border-radius: 10px; background: #efce19; color: #12131a; text-transform: uppercase; font-family: "Inter Display", sans-serif; font-size: 12px; line-height: 16px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 4px; opacity:1; transform:translate3d(0,0,0) scale(1); transition: background-color 160ms ease,opacity 160ms ease,transform 220ms cubic-bezier(.22,1,.36,1); }
.day-card__claim img { width: 16px; height: 16px; flex: 0 0 16px; display: block; }
.day-card--current:hover .day-card__claim { background: #ffeE00; }
.day-card__claim:disabled { opacity: .8; cursor: default; }

/* BorderBeam md/dark/sunset: original React layer geometry with a calmer cycle. */
@property --cargo-card-beam-angle { syntax: "<angle>"; inherits: true; initial-value: 0deg; }
@property --cargo-card-beam-opacity { syntax: "<number>"; inherits: true; initial-value: 0; }

.day-card__beam {
  --beam-strength: 1;
  --beam-stroke-opacity: 1;
  --beam-inner-opacity: 1;
  --beam-bloom-opacity: 1;
  position: absolute;
  z-index: 5;
  inset: 0;
  overflow: hidden;
  border-radius: 16px;
  pointer-events: none;
  animation: cargo-card-beam-spin 2.4s linear infinite,cargo-card-beam-fade-in .6s ease forwards;
  will-change: --cargo-card-beam-angle,--cargo-card-beam-opacity;
}

.day-card__beam::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  padding: 1px;
  border-radius: 15px;
  clip-path: inset(0 round 16px);
  pointer-events: none;
  background:
    conic-gradient(from var(--cargo-card-beam-angle),transparent 0%,transparent 54%,rgba(255,255,255,.1) 57%,rgba(255,255,255,.3) 60%,rgba(255,255,255,.6) 63%,rgba(255,255,255,.75) 66%,rgba(255,255,255,.6) 69%,rgba(255,255,255,.3) 72%,rgba(255,255,255,.1) 75%,transparent 78%,transparent 100%),
    radial-gradient(ellipse 70px 40px at 33% -7.4%,rgb(255,80,50),transparent),
    radial-gradient(ellipse 60px 35px at 12% -5%,rgb(255,160,40),transparent),
    radial-gradient(ellipse 40px 70px at 2.1% 68.3%,rgb(255,120,60),transparent),
    radial-gradient(ellipse 20px 35px at 2.1% 68.3%,rgb(255,200,50),transparent),
    radial-gradient(ellipse 180px 32px at 74.4% 100%,rgb(255,100,80),transparent),
    radial-gradient(ellipse 85px 26px at 55% 100%,rgb(255,180,60),transparent),
    radial-gradient(ellipse 74px 32px at 93.9% 0%,rgb(255,60,60),transparent),
    radial-gradient(ellipse 26px 42px at 100% 27.1%,rgb(255,140,50),transparent),
    radial-gradient(ellipse 52px 48px at 100% 27.1%,rgb(255,90,70),transparent);
  -webkit-mask: conic-gradient(from var(--cargo-card-beam-angle),transparent 0%,transparent 30%,rgba(255,255,255,.1) 36%,rgba(255,255,255,.35) 44%,#fff 52%,#fff 80%,rgba(255,255,255,.35) 86%,rgba(255,255,255,.1) 92%,transparent 95%,transparent 100%),linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: source-in,xor;
  mask: conic-gradient(from var(--cargo-card-beam-angle),transparent 0%,transparent 30%,rgba(255,255,255,.1) 36%,rgba(255,255,255,.35) 44%,#fff 52%,#fff 80%,rgba(255,255,255,.35) 86%,rgba(255,255,255,.1) 92%,transparent 95%,transparent 100%),linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  mask-composite: intersect,exclude;
  opacity: calc(var(--cargo-card-beam-opacity) * .26 * var(--beam-stroke-opacity) * var(--beam-strength));
  animation: cargo-card-beam-hue 12s ease-in-out infinite;
}

.day-card__beam::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 16px;
  clip-path: inset(0 round 16px);
  pointer-events: none;
  background:
    radial-gradient(ellipse 63px 36px at 33% -7.4%,rgba(255,80,50,.45),transparent),
    radial-gradient(ellipse 54px 32px at 12% -5%,rgba(255,160,40,.45),transparent),
    radial-gradient(ellipse 36px 63px at 2.1% 68.3%,rgba(255,120,60,.45),transparent),
    radial-gradient(ellipse 18px 32px at 2.1% 68.3%,rgba(255,200,50,.45),transparent),
    radial-gradient(ellipse 162px 29px at 74.4% 100%,rgba(255,100,80,.45),transparent),
    radial-gradient(ellipse 77px 23px at 55% 100%,rgba(255,180,60,.45),transparent),
    radial-gradient(ellipse 67px 29px at 93.9% 0%,rgba(255,60,60,.45),transparent),
    radial-gradient(ellipse 23px 38px at 100% 27.1%,rgba(255,140,50,.45),transparent),
    radial-gradient(ellipse 47px 43px at 100% 27.1%,rgba(255,90,70,.45),transparent);
  box-shadow: inset 0 0 9px 1px rgba(255,255,255,.27);
  -webkit-mask-image: conic-gradient(from var(--cargo-card-beam-angle),transparent 0%,transparent 30%,rgba(255,255,255,.1) 36%,rgba(255,255,255,.35) 44%,#fff 52%,#fff 80%,rgba(255,255,255,.35) 86%,rgba(255,255,255,.1) 92%,transparent 95%,transparent 100%),linear-gradient(#fff,transparent 28px,transparent calc(100% - 28px),#fff),linear-gradient(to right,#fff,transparent 28px,transparent calc(100% - 28px),#fff);
  -webkit-mask-composite: source-in,source-over;
  mask-image: conic-gradient(from var(--cargo-card-beam-angle),transparent 0%,transparent 30%,rgba(255,255,255,.1) 36%,rgba(255,255,255,.35) 44%,#fff 52%,#fff 80%,rgba(255,255,255,.35) 86%,rgba(255,255,255,.1) 92%,transparent 95%,transparent 100%),linear-gradient(#fff,transparent 28px,transparent calc(100% - 28px),#fff),linear-gradient(to right,#fff,transparent 28px,transparent calc(100% - 28px),#fff);
  mask-composite: intersect,add;
  opacity: calc(var(--cargo-card-beam-opacity) * .42 * var(--beam-inner-opacity) * var(--beam-strength));
  animation: cargo-card-beam-hue 12s ease-in-out infinite;
}

.day-card__beam-bloom {
  position: absolute;
  z-index: 3;
  inset: 0;
  padding: 1px;
  border-radius: 15px;
  clip-path: inset(0 round 16px);
  pointer-events: none;
  background: conic-gradient(from var(--cargo-card-beam-angle),transparent 0%,transparent 58%,rgba(255,255,255,.03) 62%,rgba(255,255,255,.08) 65%,rgba(255,255,255,.2) 67%,rgba(255,255,255,.45) 69%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 70.5%,rgba(255,255,255,.45) 71.5%,rgba(255,255,255,.2) 73%,rgba(255,255,255,.08) 75%,rgba(255,255,255,.03) 78%,transparent 82%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  mask-composite: exclude;
  filter: blur(8px) brightness(1.3) saturate(1.2);
  opacity: calc(var(--cargo-card-beam-opacity) * .24 * var(--beam-bloom-opacity) * var(--beam-strength));
}

.day-card--claiming .day-card__beam { --beam-strength: 1.8; --beam-stroke-opacity: 1.3; --beam-inner-opacity: 1.25; --beam-bloom-opacity: 1.6; animation: cargo-card-beam-spin .42s linear infinite,cargo-card-beam-fade-in .16s ease forwards; }
.day-card--claiming { animation: cargo-claim-card-charge 660ms cubic-bezier(.22,1,.36,1) both; }
.day-card--claiming .day-card__number { opacity: 0; transform: translateX(-50%) translateY(-10px) scale(.68); filter: blur(5px); }
.day-card--claiming .day-card__claim { opacity: 0; transform: translate3d(0,10px,0) scale(.9); }
.day-card--claiming .day-card__tickets,.day-card--claiming:hover .day-card__tickets { filter: brightness(1.34) saturate(1.12) drop-shadow(0 0 8px rgba(255,218,90,.72)); transform: translate3d(-50%,-7px,0) scale(1.04); }
.day-card--claim-burst .day-card__tickets,.day-card--claim-burst:hover .day-card__tickets { opacity: .12; filter: brightness(2) saturate(1.25) blur(1px) drop-shadow(0 0 14px rgba(255,230,133,1)); transform: translate3d(-50%,-19px,0) scale(1.16); }

.day-card__claim-fx { position: absolute; z-index: 6; inset: 0; overflow: hidden; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity 120ms ease; }
.day-card--claiming .day-card__claim-fx,.day-card--claim-resolved .day-card__claim-fx { opacity: 1; }
.day-card__claim-fx::before { content: ""; position: absolute; inset: -35%; border-radius: 50%; background: radial-gradient(circle at 50% 48%,rgba(255,251,210,.96) 0 3%,rgba(255,211,72,.72) 8%,rgba(255,153,0,.3) 23%,transparent 52%); opacity: 0; transform: scale(.16); mix-blend-mode: screen; }
.day-card__claim-fx::after { content: ""; position: absolute; top: 46%; left: 50%; width: 28px; height: 28px; border: 2px solid rgba(255,244,183,.92); border-radius: 50%; opacity: 0; transform: translate(-50%,-50%) scale(.2); box-shadow: 0 0 12px rgba(255,206,57,.7),inset 0 0 12px rgba(255,206,57,.55); }
.day-card--claim-burst .day-card__claim-fx::before { animation: cargo-claim-flash 500ms cubic-bezier(.22,1,.36,1) both; }
.day-card--claim-burst .day-card__claim-fx::after { animation: cargo-claim-shockwave 620ms cubic-bezier(.22,1,.36,1) both; }

.day-card__claim-sweep { position: absolute; inset: -45% -20%; transform: translate3d(0,78%,0) rotate(-18deg); background: linear-gradient(180deg,transparent 40%,rgba(255,246,190,.05) 45%,rgba(255,247,198,.92) 49%,rgba(255,186,29,.42) 52%,transparent 58%); opacity: 0; mix-blend-mode: screen; }
.day-card--claiming .day-card__claim-sweep { animation: cargo-claim-sweep 560ms cubic-bezier(.22,1,.36,1) 70ms both; }
.day-card__claim-ring { position: absolute; top: 50%; left: 50%; width: 84px; height: 84px; border-radius: 50%; background: conic-gradient(from 0deg,transparent 0 12%,#fff0a6 16%,transparent 20% 45%,#ffb719 50%,transparent 56% 76%,#fff7ca 81%,transparent 86%); opacity: 0; transform: translate(-50%,-50%) scale(.55) rotate(0); filter: blur(.35px) drop-shadow(0 0 5px rgba(255,191,36,.7)); -webkit-mask: radial-gradient(circle,transparent 58%,#000 61% 67%,transparent 70%); mask: radial-gradient(circle,transparent 58%,#000 61% 67%,transparent 70%); }
.day-card--claim-burst .day-card__claim-ring { animation: cargo-claim-ring 620ms cubic-bezier(.22,1,.36,1) both; }

.day-card__claim-particles { position: absolute; inset: 0; }
.day-card__claim-particles i { --dx: 0px; --dy: -48px; --rot: 0deg; --delay: 0ms; position: absolute; top: 52%; left: 50%; width: 3px; height: 8px; border-radius: 999px; background: linear-gradient(#fffbd9,#ffc52b 55%,rgba(255,136,0,0)); box-shadow: 0 0 5px rgba(255,205,56,.9); opacity: 0; transform: translate(-50%,-50%) rotate(var(--rot)) scaleY(.35); }
.day-card__claim-particles i:nth-child(1) { --dx:-58px;--dy:-38px;--rot:-58deg;--delay:0ms; }
.day-card__claim-particles i:nth-child(2) { --dx:-43px;--dy:-62px;--rot:-36deg;--delay:30ms; }
.day-card__claim-particles i:nth-child(3) { --dx:-18px;--dy:-72px;--rot:-14deg;--delay:12ms; }
.day-card__claim-particles i:nth-child(4) { --dx:12px;--dy:-76px;--rot:11deg;--delay:44ms; }
.day-card__claim-particles i:nth-child(5) { --dx:42px;--dy:-61px;--rot:34deg;--delay:18ms; }
.day-card__claim-particles i:nth-child(6) { --dx:61px;--dy:-35px;--rot:59deg;--delay:52ms; }
.day-card__claim-particles i:nth-child(7) { --dx:60px;--dy:20px;--rot:112deg;--delay:24ms; }
.day-card__claim-particles i:nth-child(8) { --dx:37px;--dy:47px;--rot:145deg;--delay:58ms; }
.day-card__claim-particles i:nth-child(9) { --dx:7px;--dy:58px;--rot:174deg;--delay:9ms; }
.day-card__claim-particles i:nth-child(10) { --dx:-26px;--dy:51px;--rot:207deg;--delay:42ms; }
.day-card__claim-particles i:nth-child(11) { --dx:-52px;--dy:32px;--rot:238deg;--delay:21ms; }
.day-card__claim-particles i:nth-child(12) { --dx:-64px;--dy:-4px;--rot:268deg;--delay:62ms; }
.day-card--claim-burst .day-card__claim-particles i { animation: cargo-claim-particle 580ms cubic-bezier(.17,.84,.44,1) var(--delay) both; }

.day-card__ticket-ghost { position: absolute; z-index: 5; bottom: 113px; left: calc(50% - .5px); width: 140px; height: 103px; max-width: none; object-fit: cover; pointer-events: none; opacity: 0; transform: translate3d(-50%,0,0) scale(1); filter: brightness(1.65) saturate(1.2) drop-shadow(0 0 8px rgba(255,218,90,.9)); }
.day-card--claim-burst .day-card__ticket-ghost { animation: cargo-ticket-ghost 560ms cubic-bezier(.22,1,.36,1) both; }

@keyframes cargo-card-beam-spin { to { --cargo-card-beam-angle: 360deg; } }
@keyframes cargo-card-beam-fade-in { to { --cargo-card-beam-opacity: 1; } }
@keyframes cargo-card-beam-hue { 0%,100% { filter: hue-rotate(-30deg) brightness(1.3) saturate(1.2); } 50% { filter: hue-rotate(30deg) brightness(1.3) saturate(1.2); } }
@keyframes cargo-claim-card-charge { 0% { transform: scale(1); } 42% { transform: scale(.975); } 72% { transform: scale(1.018); } 100% { transform: scale(1); } }
@keyframes cargo-claim-sweep { 0% { opacity: 0; transform: translate3d(0,80%,0) rotate(-18deg); } 20% { opacity: .38; } 55% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0,-68%,0) rotate(-18deg); } }
@keyframes cargo-claim-flash { 0% { opacity: 0; transform: scale(.16); } 25% { opacity: 1; } 100% { opacity: 0; transform: scale(1.05); } }
@keyframes cargo-claim-shockwave { 0% { opacity: .95; transform: translate(-50%,-50%) scale(.2); } 100% { opacity: 0; transform: translate(-50%,-50%) scale(5.4); } }
@keyframes cargo-claim-ring { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.45) rotate(0); } 25% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.5) rotate(170deg); } }
@keyframes cargo-claim-particle { 0% { opacity: 0; transform: translate(-50%,-50%) rotate(var(--rot)) scaleY(.25); } 18% { opacity: 1; } 100% { opacity: 0; transform: translate(calc(-50% + var(--dx)),calc(-50% + var(--dy))) rotate(var(--rot)) scaleY(1.15); } }
@keyframes cargo-ticket-ghost { 0% { opacity: .5; transform: translate3d(-50%,-7px,0) scale(1.04); } 100% { opacity: 0; transform: translate3d(-50%,-36px,0) scale(1.28); filter: brightness(2.1) saturate(1.25) blur(3px) drop-shadow(0 0 14px rgba(255,235,144,.95)); } }

.day-card--received { padding: 8px; gap: 12px; border-color: #3f4a33; background: radial-gradient(ellipse 50% 50% at 50% 100%,rgba(156,216,88,.05),rgba(156,216,88,0) 100%),linear-gradient(180deg,rgba(156,216,88,.05) 0%,rgba(156,216,88,.05) 50%,rgba(156,216,88,.1) 100%); box-shadow: inset 0 0 24px rgba(156,216,88,.2); transform: none; }
.day-card--received:hover { border-color: #3f4a33; background: radial-gradient(ellipse 50% 50% at 50% 100%,rgba(156,216,88,.05),rgba(156,216,88,0) 100%),linear-gradient(180deg,rgba(156,216,88,.05) 0%,rgba(156,216,88,.05) 50%,rgba(156,216,88,.1) 100%); box-shadow: inset 0 0 24px rgba(156,216,88,.2); transform: none; }
.day-card__received-icon { position: relative; z-index: 2; width: 24px; height: 24px; flex: 0 0 24px; display: block; opacity:1; transform:translate3d(0,0,0) scale(1); transition:opacity 220ms ease,transform 360ms cubic-bezier(.22,1,.36,1); }
.day-card__received-label { position: relative; z-index: 2; color: #9cd858; font-family: "Inter Display",sans-serif; font-size: 12px; line-height: 14px; font-weight: 600; text-transform: uppercase; white-space: nowrap; opacity:1; transform:translate3d(0,0,0); transition:opacity 220ms ease 60ms,transform 320ms cubic-bezier(.22,1,.36,1) 60ms; }
.day-card--received-entering .day-card__received-icon { opacity:0; transform:translate3d(0,8px,0) scale(.35); }
.day-card--received-entering .day-card__received-label { opacity:0; transform:translate3d(0,6px,0); }
.day-card--claim-resolved { animation: cargo-received-card 760ms cubic-bezier(.22,1,.36,1) both; }
.day-card--claim-resolved .day-card__received-icon { animation: cargo-received-icon 620ms cubic-bezier(.34,1.36,.64,1) both; will-change: transform,opacity,filter; }
.day-card--claim-resolved .day-card__received-label { animation: cargo-received-label 480ms cubic-bezier(.22,1,.36,1) 90ms both; will-change: transform,opacity,filter; }
.day-card--claim-resolved .day-card__claim-fx::before { background: radial-gradient(circle at 50% 50%,rgba(240,255,218,.92) 0 3%,rgba(156,216,88,.64) 10%,rgba(86,169,107,.24) 28%,transparent 56%); animation: cargo-success-aura 720ms cubic-bezier(.22,1,.36,1) both; }
.day-card--claim-resolved .day-card__claim-fx::after { border-color: rgba(202,255,139,.92); box-shadow: 0 0 16px rgba(156,216,88,.72),inset 0 0 12px rgba(156,216,88,.55); animation: cargo-success-wave 720ms cubic-bezier(.22,1,.36,1) both; }
.day-card--received .day-card__tickets { bottom: 106px; }
.day-card--received:hover .day-card__tickets { transform: translate3d(-50%,0,0); }

@keyframes cargo-received-card { 0% { transform: scale(.965); box-shadow: inset 0 0 38px rgba(255,211,71,.38),0 0 0 rgba(156,216,88,0); } 38% { transform: scale(1.025); box-shadow: inset 0 0 34px rgba(156,216,88,.55),0 0 22px rgba(156,216,88,.28); } 100% { transform: scale(1); box-shadow: inset 0 0 24px rgba(156,216,88,.2),0 0 0 rgba(156,216,88,0); } }
@keyframes cargo-received-icon { 0% { opacity:0; transform:translate3d(0,18px,0) rotate(80deg) scale(.2); filter:blur(8px) brightness(1.8); } 62% { opacity:1; transform:translate3d(0,-3px,0) rotate(-5deg) scale(1.18); filter:blur(0) brightness(1.25); } 100% { opacity:1; transform:translate3d(0,0,0) rotate(0) scale(1); filter:blur(0) brightness(1); } }
@keyframes cargo-received-label { 0% { opacity:0; transform:translate3d(0,9px,0); filter:blur(5px); } 100% { opacity:1; transform:translate3d(0,0,0); filter:blur(0); } }
@keyframes cargo-success-aura { 0% { opacity:0; transform:scale(.12); } 22% { opacity:1; } 100% { opacity:0; transform:scale(1.08); } }
@keyframes cargo-success-wave { 0% { opacity:.9; transform:translate(-50%,-50%) scale(.2); } 100% { opacity:0; transform:translate(-50%,-50%) scale(5.1); } }

.day-card--timed { justify-content: center; border-color: #2f3446; }
.day-card--timed:hover { border-color: #42485f; background: radial-gradient(ellipse 50% 50% at 50% 100%,rgba(140,149,174,.2),rgba(140,149,174,0) 100%),linear-gradient(180deg,rgba(32,37,51,.28) 0%,rgba(38,44,59,.14) 50%,rgba(44,50,67,.7) 100%); box-shadow: inset 0 0 24px rgba(110,120,153,.5); transform: translateY(-1px); }
.day-card__timer { position: absolute; z-index: 2; top: 4px; left: calc(50% - .24px); width: 146.376px; height: 44.024px; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; }
.day-card__timer-inner { position: relative; width: 144.21px; height: 32.207px; padding: 8px 32px; overflow: hidden; border: 0; color: #ffb937; font-family: "Inter Display",sans-serif; font-size: 14px; line-height: 16px; font-weight: 700; transform: rotate(-4.74deg); box-shadow: inset 0 0 8px 4px rgba(255,185,55,.1); display: flex; align-items: center; justify-content: center; gap: 4px; }
.day-card__timer-inner::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .4; background: radial-gradient(ellipse 50% 256% at 50% 50%,#ffb937 0%,#c48f30 25%,#896628 50%,#6b5125 62.5%,#4d3c21 75%,#30281e 87.5%,#12131a 100%); }
.day-card__timer img { width: 16px; height: 16px; flex: 0 0 16px; display: block; }
.day-card__timer b { font-weight: 700; }

.prizes-section { width: 1140px; height: 994px; margin-top: 32px; }
.prize-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: 306px; gap: 8px; }

.prize-card { --accent:#38d6a3; position: relative; overflow: hidden; border: 0; border-radius: 16px; background-color: rgba(32,37,51,.5); transition: transform 180ms cubic-bezier(.23,1,.32,1),background-color 180ms ease,box-shadow 180ms ease; }
.prize-media { position: absolute; inset: 0 auto auto 0; width: 100%; height: 232px; }
.prize-flow { position: absolute; z-index: 0; top: -235px; left: 50%; width: 512px; height: 544px; max-width: none; transform: translateX(-50%); object-fit: fill; opacity: 1; transition: filter 180ms ease,opacity 180ms ease; }
.prize-card:nth-child(2) .prize-flow { top: -243px; transform: translateX(-50%) scaleY(-1); }
.prize-union { position: absolute; z-index: 1; top: 13px; left: 50%; width: 217.233px; height: 235px; max-width: none; transform: translateX(-50%); object-fit: fill; opacity: 1; transition: filter 180ms ease,opacity 180ms ease; }
.prize-item-frame { position: absolute; z-index: 3; top: 24px; left: 50%; width: 200px; height: 200px; overflow: hidden; transform: translateX(-50%); }
.prize-item { position: absolute; top: -4.43%; left: -8%; width: 116%; height: 116%; max-width: none; object-fit: cover; transform: translate3d(0,0,0) scale(1); transform-origin: 50% 68%; transition: transform 220ms cubic-bezier(.23,1,.32,1),filter 180ms ease; }
.prize-qty { position: absolute; z-index: 5; top: 16px; left: 16px; min-width: 30px; height: 20px; padding: 0 6px; display: grid; place-items: center; color: #fff; font-family: "Inter Display", sans-serif; font-size: 12px; line-height: 14px; font-weight: 800; font-style: italic; }
.prize-qty__bg { position: absolute; z-index: -1; inset: 0; width: 100%; height: 20px; max-width: none; object-fit: fill; }
.prize-qty b { font: inherit; }
.prize-eye { position: absolute; z-index: 5; top: 16px; right: 15.667px; width: 20px; height: 20px; opacity: .5; display: grid; place-items: center; transition: opacity 160ms ease,transform 160ms cubic-bezier(.23,1,.32,1); }
.prize-eye img { width: 16.667px; height: 13.333px; display: block; }
.prize-name { position: absolute; top: 232px; left: 12px; right: 12px; height: 18px; overflow: hidden; display: block; color: #fff; text-align: center; text-overflow: ellipsis; white-space: nowrap; text-transform: uppercase; font-family: "Inter Display",sans-serif; font-size: 14px; line-height: 18px; font-weight: 700; }
.prize-price { position: absolute; top: 258px; left: 24px; width: calc(100% - 48px); height: 24px; display: flex; align-items: center; justify-content: center; gap: 4px; color: #fff; font-family: "Inter Display", sans-serif; font-size: 20px; line-height: 24px; font-weight: 700; }
.prize-price img { width: 24px; height: 24px; object-fit: contain; }

@media (hover: hover) and (pointer: fine) {
  .run-card:hover { transform: translateY(-1px); border-color: #42485f; background: radial-gradient(ellipse 50% 50% at 50% 100%,rgba(140,149,174,.2),rgba(140,149,174,0) 100%),linear-gradient(180deg,rgba(32,37,51,.28) 0%,rgba(38,44,59,.14) 50%,rgba(44,50,67,.7) 100%); box-shadow: inset 0 0 24px rgba(110,120,153,.5); }
  .prize-card:hover { transform: translateY(-2px); background-color: rgba(38,44,59,.66); box-shadow: 0 14px 34px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.035); }
  .prize-card:hover .prize-flow { opacity: 1; filter: saturate(1.08) brightness(1.08); }
  .prize-card:hover .prize-union { filter: brightness(1.08); }
  .prize-card:hover .prize-item { transform: translate3d(0,-2px,0) scale(1.025); filter: saturate(1.035); }
  .prize-card:hover .prize-eye { opacity: .82; transform: scale(1.04); }
}

@media (max-width: 1919px) {
  .hero__bg,
  .hero__fire { width: calc(100% + 187px); }
  .hero__logo { left: max(20px,calc((100% - min(1140px,100% - 40px))/2)); }
  .login-strip { width:100%; }
  .calendar-section,
  .prizes-section { width: 100%; height: auto; }
  .prizes-section { margin-bottom: 48px; }
}

@media (min-width: 1921px) {
  .hero::before { width: max(0px,calc(100% - 1328px)); }
}

@media (max-width: 1023px) {
  .hero { height: 470px; }
  .hero__bg,
  .hero__fire { width: calc(100% + 140px); height: 530px; }
  .hero__logo { top: 38px; left: 20px; width: min(42vw,400px); height: 390px; }
  .hero-fund-slot { top:auto; right:20px; bottom:28px; transform-origin:100% 100%; }
}

@media (max-width: 799px) {
  .hero { height: 310px; }
  .hero__bg { width: 177%; height: 360px; object-position: center; }
  .hero__fire { width:177%; height:360px; }
  .hero__logo { top: 28px; left: 18px; width: 230px; height: 248px; }
  .hero-fund-slot { top:auto; right:12px; bottom:18px; transform:scale(.66); transform-origin:100% 100%; }
  .is-event-authenticated .hero__logo { left:12px; width:42vw; }
  .calendar-section,
  .prizes-section { margin-top: 28px; }
  .event-view-tab { font-size: 20px; line-height: 28px; }
  .event-view-tabs { gap: 8px; }
  .runs-summary-shell { width: 34px; height: 26px; padding-top: 8px; flex-basis: 34px; }
  #runs-summary { width: 34px; height: 18px; padding: 2px 5px; font-size: 10px; line-height: 14px; }
  .runs-intro { padding-inline: 24px 20px; gap: 12px; }
  .runs-intro__art { left: 50%; opacity: .45; }
  .run-card { height: 214px; min-height: 214px; padding: 24px; }
}

@media (max-width: 390px) {
  .hero__bg,
  .hero__fire { width: 210%; }
  .hero__logo { left: 8px; width: 215px; }
  .hero-fund-slot { top:auto; right:8px; bottom:12px; transform:scale(.6); transform-origin:100% 100%; }
  .is-event-authenticated .hero__logo { left:8px; width:40vw; }
}

@container (max-width: 1099px) {
  .calendar-grid { grid-template-columns: repeat(6,minmax(0,1fr)); }
  .prize-grid { grid-template-columns: repeat(3,minmax(0,279px)); justify-content: center; }
}

@container (max-width: 899px) {
  .calendar-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .prize-grid { grid-template-columns: repeat(2,minmax(0,279px)); }
  .runs-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@container (max-width: 679px) {
  .login-strip { height: 184px; }
  .login-strip__state { display:grid; grid-template-columns:1fr; grid-template-rows:88px 88px; gap:8px; }
  .login-card { position: relative; width: 100%; height: 88px; padding: 24px 16px; }
  .fund-card,.auth-ticket-card,.auth-progress-card { width:100%; min-width:0; flex-basis:auto; }
  .auth-ticket-card,.auth-progress-card { padding-inline:16px; }
  .auth-ticket-art { left:50%; transform:translateX(-50%); }
  .auth-countdown-pill { left:16px; }
  .auth-progress-track { left:16px; right:16px; }
  .login-strip__copy { height: 40px; }
  .login-strip__copy strong { font-size: 15px; line-height: 20px; white-space: normal; }
  .countdown-pill { top: -18px; left: 18px; padding: 6px 9px; font-size: 12px; }
  .fund-card { width: 100%; height: 88px; }
  .calendar-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .runs-grid { grid-template-columns: 1fr; }
  .runs-intro { height: auto; min-height: 116px; padding: 20px; flex-direction: column; align-items: flex-start; gap: 12px; }
  .runs-intro__copy span { white-space: normal; }
  .runs-intro__art { display: none; }
  .runs-info-popover { right:0; width:min(320px,calc(100vw - 56px)); }
}

@container (max-width: 519px) {
  .event-view-tab { font-size: 18px; line-height: 24px; }
  .event-view-tabs { gap: 8px; }
  .event-new-badge { top:-4px; right:-5px; left:auto; width:34px; min-width:34px; height:17px; padding:0; font-size:9px; line-height:11px; box-shadow:0 0 0 2px #191c29,0 2px 6px rgba(235,107,151,.16); }
  .calendar-grid { margin-top: 16px; grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 112px; gap: 6px; }
  .calendar-gate { inset:0; padding:12px; }
  .calendar-gate::before { inset:-20px; background:radial-gradient(ellipse 70% 30% at 50% 50%,rgba(9,12,21,.58) 0%,rgba(9,12,21,.24) 48%,transparent 78%); }
  .calendar-gate__dialog { min-height:160px; padding:24px 20px 20px; border-radius:12px; }
  .calendar-gate__dialog h2 { font-size:20px; line-height:24px; }
  .day-card__number { font-size: 40px; line-height: 42px; }
  .day-card--current .day-card__number { top: 25px; }
  .day-card__tickets { top: auto; bottom: 90px; width: 112px; height: 82px; }
  .day-card--received .day-card__tickets { bottom: 90px; }
  .prize-grid { margin-top: 16px; grid-template-columns: minmax(0,279px); gap: 8px; }
}

@container (max-width: 399px) {
  .login-card { padding-inline: 12px; }
  .login-button { width: 90px; flex-basis: 90px; padding-inline: 10px; }
  .login-strip__copy strong { font-size: 13px; line-height: 17px; }
  .auth-ticket-info { gap:8px; }
  .auth-ticket-label { display:none; }
  .auth-ticket-art { opacity:.72; }
  .auth-tickets-button { width:112px; padding-inline:10px; }
  .auth-progress-head > strong { font-size:14px; }
}

@container (max-width: 299px) {
  .prize-grid { grid-template-columns: minmax(0,1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .hero__logo { animation: none; will-change: auto; transform: none; }
  .hero__light { animation: none; opacity:1; will-change:auto; }
  .hero__fire { display:none; }
  .hero__beam-rain { animation:none; opacity:1; will-change:auto; }
  .hero__beam-rain-layer { animation:none; opacity:.16; transform:none; will-change:auto; }
  .hero__rain-layer { animation: none; opacity:.06; transform:none; will-change:auto; }
  .hero-fund-slot.is-relocating::before,.hero-fund-slot.is-relocating .fund-card,.fund-card--hero::after,.fund-card--hero .fund-card__art { animation:none!important; }
  .day-card__beam,.day-card__beam::before,.day-card__beam::after,.day-card__beam-bloom,.day-card--claiming,.day-card--claim-resolved,.day-card--claim-resolved .day-card__received-icon,.day-card--claim-resolved .day-card__received-label { animation:none!important; will-change:auto; }
  .day-card__claim-fx,.day-card__ticket-ghost { display:none!important; }
  .day-card__number,.day-card__claim,.day-card__tickets,.day-card__received-icon,.day-card__received-label { transition:none!important; }
  .event-view-panel,.event-view-panel.is-leaving,.event-view-panel.is-entering,.event-view-panel.is-entering.is-active { opacity:1; transform:none; filter:none; transition:none!important; }
  .calendar-grid,.calendar-gate,.calendar-gate__dialog,.calendar-gate__button,.runs-info-popover { transition:none!important; transform:none!important; }
  .run-card--completing,.run-card--completing .run-card__state,.run-card--completing .run-card__fill::after,.run-card--activating .run-card__rarity-icon,.run-card--activating .run-card__track::after,.run-card--activating .run-card__action--available::before,.run-card--activating .run-card__action--available::after,.run-card--activation-resolved,.run-card--activation-resolved .run-card__state,.run-card--activation-resolved .run-card__action--active,.run-card--claiming::after,.run-card--claiming .run-card__claim-fx,.run-card--claiming .run-card__action--claim::after,.run-card--claim-resolved { animation:none!important; }
  .run-card--completing .run-card__fill { transition:none!important; }
  .run-card--claiming .run-card__claim-fx { display:none!important; }
}
