:root {
  --blue: #0335fc;
  --blue-dark: #0225c4;
  --blue-tint: #e7ebff;
  --blue-tint-text: #3d4a86;
  --yellow: #fce952;
  --ink: #151515;
  --secondary: #6a6a6e;
  --tertiary: #8a8a8e;
  --canvas: #f5f5f7;
  --card: #fff;
  --dark: #1c1c1e;
  --border: rgba(0, 0, 0, 0.1);
  --shadow: 0 18px 50px rgba(16, 22, 48, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Bricolage Grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}
button, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
svg { width: 1em; height: 1em; stroke-width: 2; }

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 68px;
  padding: 10px clamp(22px, 5vw, 76px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(22px) saturate(160%);
}
.wordmark { display: inline-flex; align-items: baseline; font-size: 21px; width: fit-content; }
.wordmark strong { font-weight: 800; }
.wordmark span { font-weight: 400; }
.nav-links { display: flex; gap: 34px; color: var(--secondary); font-size: 14px; font-weight: 600; }
.nav-links a:hover { color: var(--blue); }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.sound-pill {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 36px;
  padding: 0 8px 0 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
}
.sound-pill svg { width: 15px; }
.toggle-dot { position: relative; width: 30px; height: 18px; border-radius: 99px; background: #d5d5da; transition: .2s ease; }
.toggle-dot::after { content: ""; position: absolute; width: 14px; height: 14px; top: 2px; left: 2px; border-radius: 50%; background: white; box-shadow: 0 1px 3px rgba(0,0,0,.2); transition: .2s ease; }
.sound-pill[aria-pressed="true"] .toggle-dot { background: var(--blue); }
.sound-pill[aria-pressed="true"] .toggle-dot::after { transform: translateX(12px); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.apple-logo { width: 18px; font: 500 21px/1 -apple-system, BlinkMacSystemFont, sans-serif; text-align: center; transform: translateY(-1px); }
.button-blue { background: var(--blue); color: white; box-shadow: 0 8px 20px rgba(3, 53, 252, .2); }
.button-blue:hover { background: var(--blue-dark); }
.button-white { background: white; border-color: var(--border); box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.button-disabled { cursor: default; opacity: .82; box-shadow: none; }
.button-disabled:hover { transform: none; }
.button-small { min-height: 36px; padding: 0 14px; font-size: 12px; }
.button-large { min-height: 58px; padding: 0 25px; font-size: 17px; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 68px);
  max-height: 900px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
  padding: clamp(54px, 8vh, 100px) clamp(28px, 7vw, 110px) 72px;
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 3; max-width: 720px; }
.eyebrow, .mono-hint, .cta-note, .echo-note, .footer h3 {
  margin: 0 0 14px;
  color: var(--tertiary);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(56px, 6.4vw, 94px);
  line-height: .94;
  font-weight: 800;
  letter-spacing: -1.8px;
}
.hero h1 .hero-word { display: inline-block; white-space: nowrap; }
.hero h1 .hero-letter { display: inline-block; transition: color .13s ease, transform .13s ease; cursor: default; }
.hero h1 .hero-letter:hover, .hero h1 .hero-letter.is-pressed { color: var(--blue); transform: translateY(7px); }
.hero h1 .alive-letter { color: var(--blue); }
.hero-sub { max-width: 600px; margin: 30px 0 0; color: var(--secondary); font-size: clamp(18px, 2vw, 23px); line-height: 1.48; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { display: flex; align-items: center; gap: 7px; margin: 22px 0 0; color: var(--tertiary); font-size: 12px; line-height: 1.5; }
.live-dot { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(3,53,252,.12); }

.hero-stage {
  position: relative;
  z-index: 2;
  min-height: min(61vh, 610px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: var(--dark);
  box-shadow: 0 35px 75px rgba(5, 8, 18, .24);
}
.stage-tag { position: absolute; z-index: 3; top: 18px; left: 18px; padding: 8px 11px; background: var(--yellow); border-radius: 6px; font: 800 10px/1 ui-monospace, monospace; letter-spacing: 1px; }
.stage-tag span { color: var(--blue); }
.keyboard-scene { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; }
.keyboard-scene::before { content: ""; position: absolute; inset: 25% 5% -25%; background: #29292d; border: 1px solid rgba(255,255,255,.09); border-radius: 42px; transform: perspective(700px) rotateX(56deg) rotateZ(-8deg); box-shadow: inset 0 0 0 18px #232326; }
.scene-grid { position: absolute; width: 130%; height: 70%; bottom: -9%; opacity: .45; background-size: 72px 72px; background-image: linear-gradient(#4a4a4f 1px, transparent 1px), linear-gradient(90deg, #4a4a4f 1px, transparent 1px); transform: perspective(650px) rotateX(57deg) rotateZ(-8deg); }
.keyboard-scene img { position: relative; z-index: 2; width: min(72%, 480px); filter: drop-shadow(0 28px 24px rgba(0,0,0,.5)); transition: transform .25s ease; }
.hero-stage:hover .keyboard-scene img { transform: translateY(5px) scale(.98); }
.resonance, .feature-ring { position: absolute; border: 2px solid var(--yellow); border-radius: 50%; opacity: .25; }
.resonance-one { width: 300px; height: 300px; }
.resonance-two { width: 440px; height: 440px; }
.live-status { position: absolute; z-index: 4; left: 18px; right: 18px; bottom: 18px; display: flex; flex-wrap: wrap; gap: 6px 13px; align-items: center; padding: 11px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; background: rgba(20,20,22,.78); color: rgba(255,255,255,.66); backdrop-filter: blur(12px); font: 600 9px/1.4 ui-monospace, monospace; letter-spacing: .7px; }
.live-status b { color: white; }.live-status strong { margin-left: auto; color: var(--yellow); }.live-status .live-dot { display: inline-block; background: var(--yellow); box-shadow: none; margin-right: 5px; }
.hero-switch-field { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .09; }
.hero-switch { position: absolute; width: 250px; filter: grayscale(1); }
.hero-switch-a { top: 3%; left: -80px; transform: rotate(-18deg); }.hero-switch-b { bottom: -90px; left: 42%; transform: rotate(12deg); }.hero-switch-c { top: 11%; right: -90px; transform: rotate(19deg); }

.ticker { overflow: hidden; background: var(--dark); color: white; border-block: 1px solid #333; }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 26px; height: 48px; animation: ticker 26s linear infinite; font: 700 10px ui-monospace, monospace; letter-spacing: 1.5px; }
.ticker-track b { color: var(--yellow); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section, .section-band, .privacy-section, .cta-section, .wordecho-section { padding: 100px clamp(28px, 7vw, 110px); }
.section-band { background: var(--blue-tint); }
.press-lab { position: relative; display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr auto; align-items: center; gap: clamp(36px, 6vw, 90px); }
.section-copy { max-width: 480px; }
h2 { margin: 0; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.02; font-weight: 800; letter-spacing: -1px; }
.section-copy > p:last-child, .section-header > p, .playground-info > p, .privacy-copy > p, .wordecho-copy > p { color: var(--secondary); font-size: 17px; line-height: 1.55; }
.keycaps { display: flex; align-items: flex-end; justify-content: center; gap: 18px; }
.keycap { position: relative; min-width: 82px; height: 78px; border: 1px solid rgba(0,0,0,.12); border-radius: 14px; background: white; box-shadow: 0 5px 0 rgba(0,0,0,.12), 0 15px 25px rgba(21,31,74,.1); cursor: pointer; font-size: 26px; font-weight: 750; transition: transform .08s ease, box-shadow .08s ease; }
.keycap-wide { min-width: 160px; font-size: 15px; }.keycap:active, .keycap.is-pressed { transform: translateY(4px); box-shadow: 0 1px 0 rgba(0,0,0,.12); }
.ripple { position: absolute; inset: -1px; border: 2px solid var(--blue); border-radius: inherit; pointer-events: none; animation: ripple .62s ease-out forwards; }.ripple.delay { animation-delay: .1s; }
@keyframes ripple { from { transform: scale(.85); opacity: .7; } to { transform: scale(1.55); opacity: 0; } }
.press-count { text-align: right; }.press-count strong { display: block; color: var(--blue); font-size: 52px; font-variant-numeric: tabular-nums; }.press-count span { font: 700 9px ui-monospace, monospace; letter-spacing: 1.2px; color: var(--blue-tint-text); }

.section-header { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 42px; }.section-header > p { max-width: 540px; margin: 0; }
.feel-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.feel-card { min-height: 186px; grid-column: span 2; display: flex; flex-direction: column; align-items: flex-start; padding: 22px; border: 1px solid var(--border); border-radius: 12px; background: white; cursor: pointer; text-align: left; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.feel-card:nth-child(4), .feel-card:nth-child(5) { grid-column: span 3; }.feel-card:hover { transform: translateY(-3px); border-color: rgba(3,53,252,.35); box-shadow: var(--shadow); }.feel-card.active { background: var(--blue); color: white; border-color: var(--blue); }.feel-card svg { width: 24px; height: 24px; color: var(--blue); margin-bottom: 24px; }.feel-card.active svg { color: white; }.feel-card h3 { margin: 0 0 7px; font-size: 20px; }.feel-card p { min-height: 42px; margin: 0; color: var(--secondary); line-height: 1.35; }.feel-card.active p { color: rgba(255,255,255,.76); }.feel-card footer { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 18px; color: var(--tertiary); font: 700 8.5px ui-monospace, monospace; letter-spacing: .8px; }.feel-card.active footer { color: rgba(255,255,255,.8); }.active-tag { display: none; padding: 5px 7px; border-radius: 4px; background: var(--yellow); color: var(--ink); }.feel-card.active .active-tag { display: inline-flex; }

.switches-section { background: white; }
.featured-switch { display: grid; grid-template-columns: 1fr 1fr; min-height: 360px; margin-bottom: 22px; overflow: hidden; border: 1px solid var(--border); border-radius: 14px; background: var(--dark); color: white; }
.featured-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: #242427; }.featured-visual img { position: relative; z-index: 2; width: min(62%, 330px); filter: drop-shadow(0 24px 22px rgba(0,0,0,.45)); }.feature-ring { inset: 50%; translate: -50% -50%; }.ring-a { width: 260px; height: 260px; }.ring-b { width: 390px; height: 390px; opacity: .1; }.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px; }.featured-copy .eyebrow { color: var(--yellow); }.featured-copy h3 { margin: 0; font-size: clamp(38px, 4vw, 58px); }.featured-copy > p:not(.eyebrow) { max-width: 420px; color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.5; }.sound-meter { display: flex; align-items: flex-end; gap: 5px; height: 34px; margin-top: 18px; }.sound-meter i { display: block; width: 4px; height: 12px; background: var(--yellow); animation: meter 1s ease-in-out infinite alternate; }.sound-meter i:nth-child(2n) { height: 28px; animation-delay: -.4s; }.sound-meter i:nth-child(3n) { height: 18px; animation-delay: -.7s; }@keyframes meter { to { height: 6px; opacity: .45; } }
.switch-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }.switch-card { position: relative; min-height: 185px; display: flex; flex-direction: column; align-items: flex-start; padding: 16px; overflow: hidden; border: 1px solid var(--border); border-radius: 12px; background: var(--canvas); cursor: pointer; text-align: left; transition: .2s ease; }.switch-card:hover { border-color: var(--blue); transform: translateY(-2px); }.switch-card.active { background: var(--blue); color: white; border-color: var(--blue); }.switch-card img { position: absolute; right: -12px; bottom: -20px; width: 125px; opacity: .34; transition: transform .25s ease, opacity .25s ease; }.switch-card:hover img, .switch-card.active img { opacity: .72; transform: rotate(-5deg) scale(1.06); }.switch-card .switch-index { color: var(--tertiary); font: 700 9px ui-monospace, monospace; }.switch-card.active .switch-index { color: rgba(255,255,255,.72); }.switch-card h3 { margin: 24px 0 4px; font-size: 27px; }.switch-card h4 { margin: 0; font-size: 11px; font-weight: 700; text-transform: uppercase; }.switch-card p { max-width: 62%; margin: 10px 0 0; color: var(--secondary); font-size: 11px; line-height: 1.35; }.switch-card.active p { color: rgba(255,255,255,.76); }.switch-check { position: absolute; top: 14px; right: 14px; display: none; }.switch-card.active .switch-check { display: block; }.mono-hint { margin: 18px 0 0; text-align: center; }

.wordecho-section { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 120px); background: var(--dark); color: white; }.we-lockup { display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.58); font: 700 10px ui-monospace, monospace; letter-spacing: 1.4px; }.we-mark { display: grid; place-items: center; width: 52px; height: 42px; border: 1.5px solid var(--blue); border-radius: 8px; color: white; font-size: 22px; font-style: italic; font-weight: 900; letter-spacing: -2px; }.wordecho-copy h2 { margin-top: 27px; }.wordecho-copy > p { color: rgba(255,255,255,.6); }.echo-segments { display: flex; gap: 4px; margin-top: 30px; padding: 4px; border-radius: 10px; background: rgba(255,255,255,.08); }.echo-segments button { flex: 1; height: 39px; border: 0; border-radius: 7px; background: transparent; color: rgba(255,255,255,.65); cursor: pointer; font-weight: 700; }.echo-segments button.active { background: var(--yellow); color: var(--ink); }.readback-card { align-self: center; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: #252528; }.readback-title, .readback-status { display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.42); font: 700 8.5px ui-monospace, monospace; letter-spacing: 1px; }.readback-card > p { min-height: 160px; margin: 50px 0 28px; color: rgba(255,255,255,.94); font-size: clamp(26px, 3vw, 41px); line-height: 1.2; }.caret { display: inline-block; width: 3px; height: .9em; margin-left: 5px; background: var(--yellow); animation: blink .8s steps(1) infinite; }@keyframes blink { 50% { opacity: 0; } }.readback-status button { display: inline-flex; align-items: center; gap: 5px; min-height: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 99px; background: transparent; color: white; cursor: pointer; }.echo-note { position: absolute; right: clamp(28px, 7vw, 110px); bottom: 35px; color: rgba(255,255,255,.38); }

.playground-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 120px); align-items: center; }.stats { margin: 40px 0 0; border-top: 1px solid var(--border); }.stats div { display: flex; justify-content: space-between; gap: 30px; padding: 13px 0; border-bottom: 1px solid var(--border); }.stats dt { color: var(--tertiary); font: 700 9px ui-monospace, monospace; letter-spacing: 1px; text-transform: uppercase; }.stats dd { margin: 0; font-weight: 700; }.blue-text { color: var(--blue); }.playground-card { overflow: hidden; border: 1px solid var(--border); border-radius: 14px; background: white; box-shadow: var(--shadow); }.playground-label, .playground-footer { display: flex; justify-content: space-between; align-items: center; padding: 13px 16px; color: var(--tertiary); font: 700 8.5px ui-monospace, monospace; letter-spacing: .8px; }.playground-label { border-bottom: 1px solid var(--border); }.playground-footer { border-top: 1px solid var(--border); }.playground-footer button { min-width: 64px; height: 29px; border: 1px solid var(--border); border-radius: 99px; background: var(--canvas); cursor: pointer; }.playground-card textarea { display: block; width: 100%; min-height: 280px; padding: 30px; resize: vertical; border: 0; outline: 0; color: var(--ink); background: white; font-size: clamp(23px, 3vw, 38px); line-height: 1.4; }

.privacy-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; background: white; }.privacy-copy { max-width: 630px; }.privacy-pill { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; padding: 8px 11px; border: 1px solid rgba(3,53,252,.22); border-radius: 99px; color: var(--blue); background: var(--blue-tint); font: 700 9px ui-monospace, monospace; letter-spacing: 1px; }.privacy-visual { position: relative; min-height: 400px; display: grid; place-items: center; overflow: hidden; border-radius: 14px; background: var(--dark); }.privacy-keyboard { display: grid; grid-template-columns: repeat(5, 54px); gap: 8px; transform: rotate(-8deg); }.privacy-keyboard span { display: grid; place-items: center; aspect-ratio: 1; border: 1px solid #4b4b50; border-radius: 8px; color: rgba(255,255,255,.7); background: #29292d; box-shadow: 0 5px 0 #0e0e0f; font-weight: 700; }.privacy-lock { position: absolute; display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; color: var(--yellow); background: var(--blue); box-shadow: 0 0 0 13px rgba(3,53,252,.18); }.privacy-lock svg { width: 35px; height: 35px; }

.cta-section { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; background: var(--blue); color: white; }.cta-section .eyebrow { color: rgba(255,255,255,.62); }.cta-section h2 { max-width: 850px; font-size: clamp(43px, 5.3vw, 76px); }.inverse-wordmark strong { font-weight: 800; }.cta-section .button { margin-top: 35px; color: var(--ink); }.cta-note { margin-top: 14px; color: rgba(255,255,255,.55); }.cta-key-wrap { text-align: center; }.cta-key { width: 150px; height: 130px; font-size: 57px; color: var(--ink); }.cta-key-wrap p { font: 700 9px ui-monospace, monospace; letter-spacing: 1px; }

.footer { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; padding: 70px clamp(28px, 7vw, 110px) 32px; background: var(--dark); color: white; }.wordmark-inverse { font-size: 27px; }.footer-brand p { max-width: 270px; color: rgba(255,255,255,.4); font: 700 9px/1.5 ui-monospace, monospace; letter-spacing: 1px; }.footer h3 { color: rgba(255,255,255,.42); }.footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }.footer > div a { color: rgba(255,255,255,.72); font-size: 13px; }.footer > div a:hover { color: var(--yellow); }.copyright { grid-column: 1 / -1; margin: 35px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font: 700 9px ui-monospace, monospace; letter-spacing: 1px; }

.flash-letter { display: inline-block; color: var(--blue) !important; transform: translateY(.14em); transition: .15s ease; }

@media (max-width: 1050px) {
  .nav { grid-template-columns: 1fr auto; }.nav-links { display: none; }
  .hero { grid-template-columns: 1fr; max-height: none; }.hero-copy { max-width: 780px; }.hero-stage { min-height: 520px; }
  .press-lab { grid-template-columns: 1fr; }.keycaps { justify-content: flex-start; }.press-count { text-align: left; }
  .section-header { grid-template-columns: 1fr; gap: 18px; }.switch-grid { grid-template-columns: repeat(2, 1fr); }
  .wordecho-section, .playground-section, .privacy-section { grid-template-columns: 1fr; }.echo-note { position: static; grid-column: 1 / -1; }.privacy-visual { min-height: 360px; }
}

@media (max-width: 700px) {
  .nav { min-height: 60px; padding-inline: 16px; }.nav-actions .button { display: none; }.sound-pill > span { display: none; }
  .hero { min-height: auto; padding: 54px 20px 62px; }.hero h1 { font-size: clamp(48px, 16vw, 72px); }.hero-stage { min-height: 390px; }.hero-switch { width: 170px; }
  .section, .section-band, .privacy-section, .cta-section, .wordecho-section { padding: 72px 20px; }
  h2 { font-size: 38px; }.keycaps { display: grid; grid-template-columns: repeat(2, 1fr); }.keycap, .keycap-wide { width: 100%; min-width: 0; }
  .feel-grid { grid-template-columns: 1fr; }.feel-card, .feel-card:nth-child(4), .feel-card:nth-child(5) { grid-column: auto; min-height: 165px; }
  .featured-switch { grid-template-columns: 1fr; }.featured-visual { min-height: 280px; }.featured-copy { padding: 32px 24px; }.switch-grid { grid-template-columns: 1fr; }.switch-card { min-height: 170px; }
  .readback-card > p { min-height: 120px; margin-block: 36px 24px; }.readback-status { align-items: flex-start; gap: 14px; }.readback-status span { line-height: 1.5; }
  .playground-card textarea { min-height: 230px; padding: 22px; }.playground-label span { max-width: 80%; line-height: 1.4; }
  .privacy-keyboard { grid-template-columns: repeat(5, 44px); }.cta-section { grid-template-columns: 1fr; }.cta-key-wrap { display: none; }
  .footer { grid-template-columns: 1fr 1fr; gap: 42px 25px; }.footer-brand { grid-column: 1 / -1; }
}

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