:root {
  color-scheme: dark;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #f2fbff;
  --muted: #8da3b8;
  --cyan: #40e8ff;
  --blue: #168cff;
  --green: #56f2b2;
  --purple: #9c6bff;
  --red: #ff5268;
  --line: rgba(131, 211, 255, .16);
  --panel: rgba(5, 15, 27, .82);
  background: #020509;
}

* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body {
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 13% 10%, rgba(15, 112, 190, .18), transparent 32rem),
    radial-gradient(circle at 88% 24%, rgba(113, 48, 196, .09), transparent 30rem),
    linear-gradient(180deg, #020509 0%, #030914 55%, #010409 100%);
}
button, input { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }

.ambient { position: fixed; width: 34rem; height: 34rem; border-radius: 50%; filter: blur(100px); opacity: .13; pointer-events: none; }
.ambient-one { left: -17rem; top: 12rem; background: var(--cyan); }
.ambient-two { right: -18rem; top: 33rem; background: var(--purple); }

.site-header { width: min(1440px, 100%); height: 74px; margin: auto; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { border: 0; padding: 0; background: none; font-weight: 900; letter-spacing: .28em; cursor: pointer; }
.proof-badge { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.proof-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.page-shell { width: min(1340px, 100%); margin: 0 auto; padding: 0 30px 70px; }
.eyebrow { margin: 0 0 9px; color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, p { overflow-wrap: anywhere; }
h1, h2 { margin: 0; letter-spacing: -.04em; }

.experience-home { min-height: calc(100vh - 74px); display: grid; grid-template-rows: auto 1fr; align-items: center; transition: opacity .35s ease, transform .55s cubic-bezier(.2,.8,.2,1); }
.experience-home.leaving { opacity: 0; transform: scale(.92) translateY(-30px); }
.hero-copy { max-width: 780px; margin: 46px auto 24px; text-align: center; }
.hero-copy h1 { font-size: clamp(40px, 6.2vw, 78px); line-height: .98; }
.hero-copy > p:last-child { color: var(--muted); font-size: 17px; }

.experience-wheel { position: relative; min-height: 540px; display: grid; place-items: center; perspective: 1200px; }
.experience-wheel::before { content: ""; position: absolute; width: min(760px, 77vw); aspect-ratio: 1; border: 1px solid rgba(64,232,255,.08); border-radius: 50%; box-shadow: 0 0 100px rgba(22,140,255,.08), inset 0 0 90px rgba(22,140,255,.04); }
.experience-card { position: absolute; width: 300px; min-height: 370px; border: 1px solid var(--line); border-radius: 30px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; text-align: left; overflow: hidden; background: linear-gradient(155deg, rgba(13,40,66,.88), rgba(3,10,18,.96)); box-shadow: 0 35px 90px rgba(0,0,0,.45); }
.experience-card small { color: var(--cyan); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.experience-card strong { margin: 10px 0 8px; font-size: 30px; line-height: 1; }
.experience-card span:last-child { color: var(--muted); line-height: 1.45; }
.build-card { z-index: 2; width: 340px; min-height: 420px; border-color: rgba(64,232,255,.32); cursor: pointer; transform: translateZ(80px); transition: transform .25s ease, border-color .25s ease; }
.build-card:hover { transform: translateZ(80px) translateY(-8px); border-color: var(--cyan); }
.card-orbit { position: absolute; top: 52px; left: 50%; width: 180px; aspect-ratio: 1; margin-left: -90px; border: 1px solid rgba(64,232,255,.34); border-radius: 50%; box-shadow: 0 0 50px rgba(64,232,255,.14), inset 0 0 30px rgba(22,140,255,.12); }
.card-orbit::before, .card-orbit::after { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(156,107,255,.24); border-radius: 50%; transform: rotateX(66deg); }
.card-orbit::after { inset: 48px; border-color: var(--green); box-shadow: 0 0 16px rgba(86,242,178,.3); }
.future-card { opacity: .48; filter: saturate(.5); }
.future-left { transform: translateX(-320px) rotateY(23deg) scale(.84); }
.future-right { transform: translateX(320px) rotateY(-23deg) scale(.84); }

.builder { animation: builder-in .55s cubic-bezier(.2,.8,.2,1); }
.builder-header { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.builder-header h1 { font-size: clamp(30px, 4vw, 54px); }
.exit-builder, .back-button, .selector-add, .stage-controls button, .animation-controls button, .card-slot-controls button, .manifest-actions button {
  min-height: 48px; border: 1px solid var(--line); border-radius: 14px; background: rgba(9,28,49,.72); cursor: pointer;
}
.exit-builder { padding: 10px 16px; color: var(--muted); }
.exit-builder span { color: var(--cyan); font-size: 20px; vertical-align: -1px; }

.wheel-zone { position: relative; min-height: 220px; border: 1px solid var(--line); border-radius: 28px; padding: 22px; overflow: hidden; background: rgba(3,11,20,.68); box-shadow: inset 0 0 80px rgba(22,140,255,.035); }
.wheel-zone::after { content: ""; position: absolute; left: 10%; right: 10%; bottom: -60px; height: 80px; border-radius: 50%; background: rgba(64,232,255,.16); filter: blur(50px); pointer-events: none; }
.content-entrance { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; align-items: center; min-height: 174px; }
.content-choice { position: relative; min-height: 128px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(12,41,70,.76), rgba(4,14,26,.94)); cursor: pointer; overflow: hidden; transition: transform .2s ease, border-color .2s ease; }
.content-choice::after { content: ""; position: absolute; inset: auto 20% -40% 20%; height: 80%; border-radius: 50%; background: rgba(64,232,255,.13); filter: blur(28px); }
.content-choice:hover { transform: translateY(-5px); border-color: rgba(64,232,255,.5); }
.content-choice span { position: relative; z-index: 1; display: block; margin-bottom: 10px; color: var(--cyan); font-size: 28px; }
.content-choice strong { position: relative; z-index: 1; }

.asset-selector { animation: selector-in .38s ease; }
.selector-heading { min-height: 62px; display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; }
.selector-heading h2 { font-size: 24px; }
.back-button { font-size: 21px; }
.selector-add { padding: 10px 17px; }
.selector-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(210px, 1fr); gap: 12px; overflow-x: auto; padding: 16px 1px 8px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.asset-card { position: relative; min-height: 128px; border: 1px solid var(--line); border-radius: 18px; padding: 15px; display: grid; grid-template-columns: 74px 1fr; gap: 13px; align-items: center; text-align: left; background: rgba(7,24,42,.8); cursor: pointer; scroll-snap-align: start; }
.asset-card.selected { border-color: var(--cyan); box-shadow: 0 0 30px rgba(64,232,255,.1); }
.asset-card[data-tone="warning"] { border-color: rgba(255,196,82,.35); }
.asset-card-preview { width: 74px; height: 88px; display: grid; place-items: center; overflow: hidden; border-radius: 12px; background: radial-gradient(circle, rgba(22,140,255,.2), #03101c 68%); }
.asset-card-preview img { width: 100%; height: 100%; object-fit: contain; }
.asset-card-preview span { color: var(--cyan); font-size: 28px; }
.asset-card-copy small, .asset-card-copy em { display: block; color: var(--muted); font-size: 10px; font-style: normal; }
.asset-card-copy strong { display: block; margin: 5px 0; }
.asset-card-copy em[data-tone="ready"] { color: var(--green); }
.asset-card-copy em[data-tone="warning"] { color: #ffc452; }
.selector-feedback { min-height: 22px; padding-top: 10px; color: var(--muted); font-size: 12px; }
.selector-feedback[data-tone="error"] { color: #ff8a99; }

.stage-workspace { margin-top: 22px; border: 1px solid var(--line); border-radius: 30px; padding: 24px; background: var(--panel); box-shadow: 0 38px 120px rgba(0,0,0,.36); }
.stage-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.stage-heading h2 { font-size: clamp(24px, 3vw, 38px); }
.experience-name { margin: 5px 0 0; color: var(--muted); }
.live-state { display: flex; gap: 8px; text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.live-state span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 11px; }
#ready-state[data-tone="ready"] { color: var(--green); }
.live-dot { color: var(--red); }

.stage-shell { position: relative; height: clamp(440px, 56vw, 720px); overflow: hidden; border: 1px solid rgba(64,232,255,.11); border-radius: 24px; background: radial-gradient(ellipse at 50% 75%, rgba(22,140,255,.17), transparent 43%), linear-gradient(180deg, #020711, #041323 75%, #02070c); isolation: isolate; }
.stage-spectrum { position: absolute; inset: 0; background: linear-gradient(110deg, transparent 10%, rgba(64,232,255,.06) 37%, transparent 52%, rgba(156,107,255,.06) 74%, transparent 90%); pointer-events: none; }
.phone-portal { position: absolute; z-index: 2; left: 50%; bottom: 14%; width: 154px; height: 310px; margin-left: -77px; opacity: 0; transform: translateY(55px) scale(.88); transition: opacity .35s ease, transform .6s cubic-bezier(.2,.8,.2,1), filter .45s ease; }
.phone-frame { position: absolute; inset: 0; border: 5px solid #13293c; border-radius: 35px; background: linear-gradient(170deg, rgba(4,14,25,.94), rgba(5,40,64,.7)); box-shadow: 0 28px 60px rgba(0,0,0,.65), 0 0 35px rgba(64,232,255,.12), inset 0 0 28px rgba(64,232,255,.1); }
.phone-island { position: absolute; top: 10px; left: 50%; width: 52px; height: 13px; margin-left: -26px; border-radius: 20px; background: #010307; }
.portal-light { position: absolute; inset: 23% -80% -20%; border-radius: 50%; background: radial-gradient(ellipse, rgba(64,232,255,.46), rgba(22,140,255,.13) 36%, transparent 70%); filter: blur(12px); }
.podium { position: absolute; z-index: 1; left: 50%; bottom: 7%; width: min(500px, 58%); height: 90px; transform: translateX(-50%) translateY(90px); opacity: 0; transition: transform .65s cubic-bezier(.2,.8,.2,1), opacity .5s ease; }
.podium i { position: absolute; inset: auto 0 0; height: 46px; border-radius: 50%; border: 1px solid rgba(64,232,255,.25); background: radial-gradient(ellipse, rgba(34,104,144,.34), rgba(4,18,30,.95) 70%); box-shadow: 0 0 48px rgba(64,232,255,.14); }
.podium i:nth-child(2) { inset: auto 8% 20px; opacity: .72; }
.podium i:nth-child(3) { inset: auto 17% 40px; opacity: .5; }

.model-stage, .media-stage, .card-stage { position: absolute; z-index: 4; inset: 0; display: grid; place-items: center; }
model-viewer { width: 100%; height: 100%; background: transparent; opacity: 1; transform: translateY(145px) scale(.2); transform-origin: 50% 72%; transition: opacity .45s ease, transform .85s cubic-bezier(.16,.9,.25,1); pointer-events: none; }
.stage-shell[data-delivery="PORTAL_OPEN"] .phone-portal,
.stage-shell[data-delivery="EMERGING"] .phone-portal { opacity: 1; transform: translateY(0) scale(1); }
.stage-shell[data-delivery="EMERGING"] model-viewer { opacity: 1; transform: translateY(30px) scale(.67); }
.stage-shell[data-delivery="SETTLING"] model-viewer,
.stage-shell[data-delivery="INTERACTIVE"] model-viewer,
.stage-shell[data-delivery="AR_READY"] model-viewer { opacity: 1; transform: translateY(-2%) scale(1); }
.stage-shell[data-delivery="SETTLING"] .phone-portal { opacity: .24; transform: translateY(50px) scale(.8); filter: blur(4px); }
.stage-shell[data-delivery="INTERACTIVE"] .phone-portal,
.stage-shell[data-delivery="AR_READY"] .phone-portal { opacity: 0; transform: translateY(90px) scale(.68); }
.stage-shell[data-delivery="SETTLING"] .podium,
.stage-shell[data-delivery="INTERACTIVE"] .podium,
.stage-shell[data-delivery="AR_READY"] .podium { opacity: 1; transform: translateX(-50%) translateY(0); }
.stage-shell[data-delivery="INTERACTIVE"] model-viewer,
.stage-shell[data-delivery="AR_READY"] model-viewer { pointer-events: auto; }

.media-stage img, .media-stage video { width: 100%; height: 100%; object-fit: contain; }
.media-stage.transparent img { background: conic-gradient(#173049 25%, #0b2034 0 50%, #173049 0 75%, #0b2034 0) 0 0 / 24px 24px; }
.audio-presentation { width: min(560px, calc(100% - 36px)); text-align: center; }
.audio-disc { width: 150px; aspect-ratio: 1; margin: 0 auto 28px; border-radius: 50%; background: radial-gradient(circle, #02060a 0 11%, var(--cyan) 12% 14%, #0e4d7b 15% 38%, #071827 39% 45%, #168cff 46% 48%, #0a2942 49%); box-shadow: 0 0 80px rgba(64,232,255,.24); }
.audio-presentation audio { width: 100%; }
.card-stage { perspective: 1100px; }
.layer-card-proof { position: relative; width: min(560px, 70%); aspect-ratio: 1.52; border-radius: 14px; overflow: hidden; background: linear-gradient(145deg, #effbff, #b9dbe9); transform: rotateY(-6deg) rotateX(3deg); box-shadow: 28px 38px 90px rgba(0,0,0,.4); }
.card-display { position: absolute; inset: 13% 11%; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(6,42,62,.13); background: #d5edf7; color: #486b7c; font: 26px Georgia, serif; }
.card-display img, .card-display video { width: 100%; height: 100%; object-fit: contain; background: #08131b; }
.card-reflection { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(118deg, transparent 28%, rgba(255,255,255,.4) 45%, transparent 61%); transform: translateX(-115%); animation: card-shine 6s ease-in-out infinite 1s; }
.card-audio { position: absolute; left: 15%; right: 15%; bottom: 3%; }
.card-audio audio { width: 100%; }

.stage-loading { position: absolute; z-index: 8; inset: 0; display: grid; place-content: center; justify-items: center; gap: 9px; text-align: center; background: rgba(2,8,14,.96); backdrop-filter: blur(7px); }
.stage-loading span { color: var(--muted); font-size: 13px; }
.loading-ring { width: 58px; aspect-ratio: 1; margin-bottom: 12px; border: 2px solid rgba(64,232,255,.16); border-top-color: var(--cyan); border-radius: 50%; animation: spin 1s linear infinite; }
.loading-track { width: 190px; height: 3px; margin-top: 12px; overflow: hidden; border-radius: 5px; background: rgba(255,255,255,.1); }
.loading-track i { display: block; width: 5%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--cyan)); transition: width .2s ease; }
.delivery-actions { position: absolute; z-index: 10; right: 16px; top: 16px; display: flex; gap: 8px; }
.delivery-actions button { min-height: 38px; border: 1px solid var(--line); border-radius: 12px; padding: 7px 12px; background: rgba(2,11,20,.72); cursor: pointer; color: var(--muted); }

.stage-controls, .animation-controls, .card-slot-controls, .create-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 14px; }
.stage-status { min-width: 0; display: flex; align-items: center; gap: 10px; }
.stage-status div { min-width: 0; }
.stage-status strong, .stage-status span { display: block; }
.stage-status span:last-child { color: var(--muted); font-size: 12px; margin-top: 4px; }
.status-dot { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: #73879a; }
.status-dot.ready { background: var(--green); box-shadow: 0 0 12px rgba(86,242,178,.55); }
.status-dot.warning { background: #ffc452; }
.status-dot.error { background: #ff7587; }
.status-dot.working { background: var(--cyan); animation: pulse 1s ease alternate infinite; }
.control-actions { display: flex; gap: 8px; }
.stage-controls button, .animation-controls button, .card-slot-controls button { padding: 9px 14px; }
.animation-controls { border: 1px solid var(--line); border-radius: 18px; padding: 12px 14px; background: rgba(6,21,37,.6); }
.animation-controls span { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.animation-controls > div:last-child, .card-slot-controls { display: flex; gap: 8px; }
.card-slot-controls { justify-content: flex-start; }
.create-row { align-items: flex-end; }
#ar-boundary-status { max-width: 620px; margin: 0; color: var(--muted); font-size: 12px; }
#create-experience { min-width: 260px; min-height: 62px; border: 1px solid rgba(64,232,255,.5); border-radius: 17px; background: linear-gradient(135deg, #0d8cc3, #1659bf); cursor: pointer; box-shadow: 0 13px 34px rgba(22,140,255,.2); }
#create-experience:disabled { cursor: not-allowed; opacity: .38; filter: saturate(.4); }
#create-experience strong, #create-experience small { display: block; }
#create-experience small { margin-top: 3px; opacity: .75; }

.record-boundary, .manifest-result { margin-top: 22px; border: 1px solid var(--line); border-radius: 24px; padding: 28px; background: rgba(5,17,30,.8); }
.record-boundary p:last-child, .manifest-result p { color: var(--muted); }
.manifest-result { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.manifest-result pre { max-height: 380px; margin: 0; overflow: auto; border: 1px solid var(--line); border-radius: 15px; padding: 16px; background: #02070d; color: #b8d7e9; font-size: 11px; white-space: pre-wrap; }
.manifest-actions { display: flex; gap: 8px; grid-column: 1 / -1; justify-content: flex-end; }
.manifest-actions button { padding: 10px 16px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@keyframes builder-in { from { opacity: 0; transform: translateY(25px); } }
@keyframes selector-in { from { opacity: 0; transform: translateY(12px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { to { opacity: .35; } }
@keyframes card-shine { 0%,55% { transform: translateX(-115%); } 82%,100% { transform: translateX(115%); } }

@media (max-width: 820px) {
  .site-header, .page-shell { padding-left: 17px; padding-right: 17px; }
  .experience-home { min-height: auto; }
  .hero-copy { margin-top: 38px; }
  .experience-wheel { min-height: 470px; overflow: hidden; }
  .future-card { display: none; }
  .build-card { width: min(330px, 88vw); }
  .builder-header { align-items: flex-start; padding: 20px 0; }
  .exit-builder { font-size: 0; width: 48px; padding: 0; }
  .exit-builder span { font-size: 26px; }
  .content-entrance { grid-template-columns: repeat(3, 1fr); }
  .content-choice { min-height: 108px; }
  .content-choice:last-child { grid-column: 2 / 3; }
  .stage-workspace { padding: 15px; border-radius: 24px; }
  .stage-heading { align-items: flex-start; }
  .live-state { flex-direction: column; }
  .stage-shell { height: min(125vw, 570px); }
  .selector-track { grid-auto-columns: minmax(190px, 74%); }
  .layer-card-proof { width: 86%; }
  .manifest-result { grid-template-columns: 1fr; }
  .manifest-actions { grid-column: auto; }
}

@media (max-width: 480px) {
  .site-header { height: 62px; }
  .proof-badge { font-size: 8px; }
  .page-shell { padding-bottom: 36px; }
  .hero-copy { text-align: left; }
  .hero-copy h1 { font-size: 42px; }
  .experience-wheel { min-height: 430px; }
  .build-card { min-height: 380px; }
  .builder-header h1 { font-size: 32px; }
  .wheel-zone { padding: 13px; border-radius: 22px; }
  .content-entrance { grid-template-columns: 1fr 1fr; gap: 9px; }
  .content-choice { min-height: 92px; }
  .content-choice:last-child { grid-column: 1 / -1; }
  .selector-heading { grid-template-columns: 44px 1fr; }
  .selector-add { grid-column: 1 / -1; width: 100%; }
  .stage-heading h2 { font-size: 25px; }
  .stage-shell { height: 460px; }
  .phone-portal { width: 116px; height: 235px; margin-left: -58px; }
  .podium { width: 82%; }
  .stage-controls, .animation-controls, .create-row { align-items: stretch; flex-direction: column; }
  .control-actions, .animation-controls > div:last-child, .card-slot-controls { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .card-slot-controls button:last-child { grid-column: 1 / -1; }
  #create-experience { width: 100%; min-width: 0; }
  .delivery-actions { top: 10px; right: 10px; }
}

.recipient-package {
  width: min(920px, 100%);
  margin: 4vh auto 22px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(93, 224, 255, .22);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(5, 18, 31, .94), rgba(2, 7, 13, .88));
  box-shadow: 0 28px 90px rgba(0, 0, 0, .32);
}

.recipient-package h1 { margin: 8px 0 10px; font-size: clamp(2rem, 5vw, 4.4rem); }
.recipient-package > p { color: var(--muted); }
.recipient-sender { margin: 8px 0 20px; }
.recipient-open,
.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--cyan), #7ef5ff);
  color: #03101c;
  font-weight: 800;
  text-decoration: none;
}
.recipient-error { color: #ffb6bd !important; }

body[data-mode="recipient"] .builder-header,
body[data-mode="recipient"] .wheel-zone,
body[data-mode="recipient"] .create-row,
body[data-mode="recipient"] .card-slot-controls { display: none; }
body[data-mode="recipient"] .stage-workspace { margin-top: 0; }

.experience-share {
  display: grid;
  grid-template-columns: minmax(180px, 256px) 1fr;
  align-items: center;
  gap: clamp(20px, 4vw, 42px);
  margin: 24px 0;
}

#experience-qr {
  width: min(256px, 100%);
  height: auto;
  padding: 10px;
  border-radius: 20px;
  background: #fff;
}

.experience-links { display: grid; justify-items: start; gap: 12px; min-width: 0; }
.experience-links button { min-height: 48px; padding: 0 20px; }
.mobile-link { color: var(--cyan); overflow-wrap: anywhere; }
#copy-status { min-height: 1.3em; color: var(--muted); }

@media (max-width: 640px) {
  .experience-share { grid-template-columns: 1fr; justify-items: center; }
  .experience-links { justify-items: center; text-align: center; width: 100%; }
  .recipient-package { margin-top: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
