:root {
  --paper: #f2eee5;
  --paper-deep: #e6dfd2;
  --ink: #171916;
  --ink-soft: #55574f;
  --line: #bdb7aa;
  --accent: #e6502d;
  --acid: #d9f23f;
  --dark: #1a1c19;
  --dark-soft: #252823;
  --cream: #fffaf0;
  --positive: #326d56;
  --negative: #a83a2a;
  --display: "Gowun Batang", "Batang", serif;
  --sans: "Noto Sans KR", system-ui, sans-serif;
  --mono: "DM Mono", "Consolas", monospace;
  --radius: 2px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
button, select { font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.paper-grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.23'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 16px;
  background: var(--acid);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 18;
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(20px, 4vw, 72px);
  border-bottom: 1px solid rgba(23, 25, 22, 0.42);
  background: rgba(242, 238, 229, 0.9);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font: 500 12px var(--mono); letter-spacing: 0.07em; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--cream);
  background: var(--ink);
  font: 500 10px var(--mono);
}
.site-header nav { display: flex; gap: clamp(20px, 3vw, 42px); font-size: 13px; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--ink); transition: right 220ms var(--ease); }
.site-header nav a:hover::after { right: 0; }
.sync-button {
  justify-self: end;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  border: 1px solid var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  transition: background 180ms ease, color 180ms ease;
}
.sync-button:hover { color: var(--cream); background: var(--ink); }
.sync-button:disabled { cursor: wait; opacity: 0.65; }
.sync-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--positive); box-shadow: 0 0 0 3px rgba(50,109,86,.12); }
.sync-button.is-syncing .sync-dot { animation: pulse 0.8s infinite alternate; }

main { overflow: hidden; }
.hero, .workspace, .numbers-section, .recent-section, .method-section { padding-inline: clamp(20px, 6vw, 110px); }
.hero { min-height: calc(100vh - 72px); padding-top: clamp(44px, 8vh, 100px); display: flex; flex-direction: column; }
.hero-kicker, .section-index, .eyebrow, .card-coordinate { font: 500 11px var(--mono); letter-spacing: 0.09em; text-transform: uppercase; }
.hero-kicker { display: flex; align-items: center; gap: 14px; }
.hero-kicker::before { content: ""; width: 42px; height: 8px; background: var(--accent); }
.hero-grid { flex: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: clamp(36px, 8vw, 130px); align-items: center; padding: 38px 0 64px; }
.hero-copy h1 { margin: 0; max-width: 950px; font: 400 clamp(48px, 6.4vw, 104px)/1.08 var(--display); letter-spacing: -0.055em; }
.hero-copy h1 em { color: var(--accent); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 40px 0 32px; color: var(--ink-soft); font-size: clamp(15px, 1.35vw, 19px); line-height: 1.85; word-break: keep-all; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 9px 24px; font: 11px var(--mono); color: var(--ink-soft); }
.hero-meta span { display: inline-flex; align-items: center; gap: 5px; }
.hero-meta span::before { content: ""; width: 4px; height: 4px; background: var(--accent); }
.hero-meta b { color: var(--ink); font-weight: 500; }

.latest-card { position: relative; border: 1px solid var(--ink); padding: 26px; background: rgba(255,250,240,.48); box-shadow: 12px 12px 0 var(--ink); }
.latest-card::before, .latest-card::after { content: ""; position: absolute; width: 11px; height: 11px; border-color: var(--accent); }
.latest-card::before { left: -6px; top: -6px; border-left: 2px solid var(--accent); border-top: 2px solid var(--accent); }
.latest-card::after { right: -6px; bottom: -6px; border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent); }
.card-coordinate { color: var(--ink-soft); padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.latest-heading { display: flex; align-items: end; justify-content: space-between; padding: 24px 0; }
.latest-heading .eyebrow { display: block; margin-bottom: 6px; color: var(--ink-soft); }
.latest-heading h2 { margin: 0; font: 400 42px var(--display); letter-spacing: -0.05em; }
.latest-heading h2 b { font-weight: 700; }
.latest-heading time { margin-bottom: 7px; font: 11px var(--mono); color: var(--ink-soft); }
.ball-row { display: flex; flex-wrap: wrap; gap: 9px; }
.lotto-ball {
  flex: 0 0 auto;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--cream);
  font: 600 13px var(--mono);
  box-shadow: inset -3px -3px 0 rgba(23,25,22,.08);
}
.lotto-ball.yellow { background: #f1d04b; }
.lotto-ball.blue { color: white; background: #3f76ae; }
.lotto-ball.red { color: white; background: #d85b48; }
.lotto-ball.gray { color: white; background: #686b68; }
.lotto-ball.green { color: white; background: #4f8d65; }
.bonus-row { display: flex; align-items: center; gap: 12px; margin-top: 22px; font: 10px var(--mono); letter-spacing: .08em; }
.bonus-row .lotto-ball { width: 34px; height: 34px; font-size: 11px; }
.source-note { margin: 24px 0 0; padding-top: 14px; border-top: 1px solid var(--line); font: 9px var(--mono); color: var(--ink-soft); }
.hero-rule { display: flex; align-items: center; gap: 18px; padding-bottom: 20px; font: 11px var(--mono); }
.hero-rule span { flex: 1; height: 1px; background: var(--ink); }

.workspace, .numbers-section { padding-top: 125px; padding-bottom: 130px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 50px; align-items: end; margin-bottom: 48px; }
.section-index { display: block; margin-bottom: 17px; color: var(--accent); }
.section-heading h2 { margin: 0; font: 400 clamp(38px, 4.6vw, 68px)/1.12 var(--display); letter-spacing: -0.045em; }
.section-heading > p { justify-self: end; max-width: 470px; margin: 0; color: var(--ink-soft); line-height: 1.75; font-size: 14px; word-break: keep-all; }

.control-deck { display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)) minmax(180px, .75fr); border: 1px solid var(--ink); background: rgba(255,250,240,.45); }
.control-deck label { position: relative; padding: 15px 18px 12px; border-right: 1px solid var(--line); }
.control-deck label > span { display: block; margin-bottom: 6px; color: var(--ink-soft); font: 9px var(--mono); letter-spacing: .09em; }
.control-deck select { width: 100%; border: 0; padding: 0 22px 0 0; background: transparent; color: var(--ink); font-size: 13px; cursor: pointer; outline: none; }
.generate-button { display: flex; justify-content: center; align-items: center; gap: 12px; min-height: 68px; border: 0; background: var(--ink); color: var(--cream); cursor: pointer; font-size: 13px; transition: color 180ms ease, background 180ms ease; }
.generate-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.generate-button:hover { color: var(--ink); background: var(--acid); }
.generate-button.is-spinning svg { animation: spin .7s linear infinite; }

.loading-panel { min-height: 310px; display: flex; justify-content: center; align-items: center; gap: 7px; }
.loading-panel span { width: 9px; height: 9px; background: var(--accent); border-radius: 50%; animation: bounce .85s infinite alternate; }
.loading-panel span:nth-child(2) { animation-delay: .15s; }
.loading-panel span:nth-child(3) { animation-delay: .3s; }
.loading-panel p { margin-left: 12px; font: 11px var(--mono); }
.ticket-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 28px; border: 1px solid var(--ink); background: var(--ink); }
.ticket-card { min-height: 174px; padding: 22px 24px 20px; background: var(--paper); animation: ticketIn 420ms var(--ease) both; }
.ticket-card:first-child { grid-column: 1 / -1; background: var(--cream); }
.ticket-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.ticket-line { font: 500 10px var(--mono); letter-spacing: .1em; }
.ticket-score { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-soft); font: 10px var(--mono); }
.ticket-score::before { content: ""; width: 28px; height: 3px; background: var(--accent); }
.ticket-card .ball-row { gap: clamp(7px, 1vw, 13px); }
.ticket-card .lotto-ball { width: clamp(39px, 4vw, 52px); height: clamp(39px, 4vw, 52px); font-size: clamp(12px, 1.1vw, 15px); }
.ticket-meta { display: flex; gap: 18px; margin-top: 18px; color: var(--ink-soft); font: 9px var(--mono); }
.forecast-footnote { display: flex; gap: 14px; max-width: 820px; margin: 25px 0 0 auto; color: var(--ink-soft); font-size: 12px; line-height: 1.8; }
.forecast-footnote p { margin: 0; }
.note-symbol { color: var(--accent); font-weight: 700; }

.validation-section { padding: 125px clamp(20px, 6vw, 110px) 135px; color: var(--cream); background: var(--dark); }
.section-heading.light .section-index { color: var(--acid); }
.section-heading.light > p { color: #aeb0a9; font: 11px var(--mono); }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid #484a44; background: #484a44; }
.metric-card { min-height: 255px; padding: 28px; background: var(--dark); }
.metric-card.primary { background: var(--acid); color: var(--ink); }
.metric-label { display: block; min-height: 42px; font: 10px var(--mono); letter-spacing: .06em; }
.metric-card strong { display: block; margin: 14px 0 23px; font: 400 clamp(52px, 6vw, 84px)/1 var(--display); letter-spacing: -.06em; }
.metric-card strong small { font: 12px var(--mono); letter-spacing: 0; }
.metric-baseline { display: flex; justify-content: space-between; padding-top: 12px; border-top: 1px solid currentColor; font: 10px var(--mono); opacity: .72; }
.metric-card p { margin: 18px 0 0; color: #aeb0a9; font-size: 11px; }
.metric-card.primary p { color: var(--ink); opacity: .68; }
.analysis-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr); gap: 1px; margin-top: 1px; background: #484a44; }
.chart-card, .weights-card { min-height: 430px; padding: 30px; background: var(--dark-soft); }
.card-title-row { display: flex; justify-content: space-between; align-items: start; gap: 25px; }
.card-title-row .eyebrow { color: #8e9188; }
.card-title-row h3 { margin: 8px 0 0; font: 400 25px var(--display); }
.legend { display: flex; gap: 18px; font: 9px var(--mono); }
.legend span { display: flex; align-items: center; gap: 7px; }
.legend span::before { content: ""; width: 19px; height: 2px; background: var(--acid); }
.legend .random-key::before { background: #6e716a; border-top: 1px dashed #a4a79f; }
.chart-wrap { height: 270px; margin-top: 30px; }
.chart-wrap svg { width: 100%; height: 100%; overflow: visible; }
.chart-grid-line { stroke: #3e413b; stroke-width: 1; }
.chart-label { fill: #8e9188; font: 9px var(--mono); }
.chart-model { fill: none; stroke: var(--acid); stroke-width: 2.5; vector-effect: non-scaling-stroke; }
.chart-area { fill: rgba(217,242,63,.08); }
.chart-random { fill: none; stroke: #85887f; stroke-width: 1.2; stroke-dasharray: 5 5; vector-effect: non-scaling-stroke; }
.chart-dot { fill: var(--dark-soft); stroke: var(--acid); stroke-width: 2; }
.chart-caption { margin: 14px 0 0; color: #8e9188; font-size: 10px; line-height: 1.7; }
.live-tag { padding: 6px 9px; color: var(--ink); background: var(--acid); font: 9px var(--mono); }
.weight-list { display: grid; gap: 18px; margin-top: 34px; }
.weight-row-top { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: 11px; }
.weight-row-top b { font: 10px var(--mono); font-weight: 400; }
.weight-track { position: relative; height: 6px; background: #3b3e38; }
.weight-track::after { content: ""; position: absolute; left: 50%; top: -3px; width: 1px; height: 12px; background: #666960; }
.weight-fill { position: absolute; top: 0; height: 100%; background: var(--acid); }
.weight-fill.negative { background: var(--accent); }

.number-lab { display: grid; grid-template-columns: minmax(0, 1fr) 250px; border: 1px solid var(--ink); }
.heat-legend { grid-column: 1 / -1; display: flex; justify-content: flex-end; align-items: center; gap: 10px; padding: 13px 18px; border-bottom: 1px solid var(--line); font: 9px var(--mono); color: var(--ink-soft); }
.heat-legend i { width: 100px; height: 7px; background: linear-gradient(90deg, var(--paper-deep), var(--accent)); }
.number-map { display: grid; grid-template-columns: repeat(9, minmax(44px, 1fr)); gap: 14px; padding: 30px; border-right: 1px solid var(--ink); }
.number-node { aspect-ratio: 1; min-width: 42px; max-width: 74px; border: 1px solid var(--ink); border-radius: 50%; background: color-mix(in srgb, var(--accent) var(--heat), var(--paper)); cursor: pointer; font: 500 13px var(--mono); transition: transform 180ms var(--ease), box-shadow 180ms ease; }
.number-node:hover, .number-node.active { transform: translateY(-3px); box-shadow: 4px 4px 0 var(--ink); }
.number-node.active { color: var(--cream); background: var(--ink); }
.number-detail { padding: 28px; background: var(--cream); }
.number-detail .eyebrow { color: var(--ink-soft); }
.detail-number { margin: 22px 0 25px; font: 400 88px/1 var(--display); color: var(--accent); letter-spacing: -.08em; }
.number-detail > p { color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.detail-stats { display: grid; gap: 0; border-top: 1px solid var(--line); }
.detail-stats div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.detail-stats b { font: 500 11px var(--mono); }
.pattern-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 28px; background: var(--ink); border: 1px solid var(--ink); }
.pattern-card { position: relative; min-height: 220px; padding: 26px; background: var(--paper); }
.pattern-card h3 { margin: 0 0 32px; font: 400 18px var(--display); }
.pattern-card strong { font: 400 36px var(--display); color: var(--accent); }
.pattern-card p { margin: 15px 0 0; color: var(--ink-soft); font-size: 10px; }
.pattern-number { position: absolute; right: 20px; top: 18px; color: var(--line); font: 28px var(--display); }
.pair-card { grid-column: 1 / -1; min-height: 160px; }
.pair-card h3 { margin-bottom: 18px; }
.pair-list { display: flex; flex-wrap: wrap; gap: 9px; }
.pair-chip { display: flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid var(--line); font: 10px var(--mono); }
.pair-chip b { color: var(--accent); }

.recent-section { padding-bottom: 130px; }
.section-heading.compact { grid-template-columns: 1fr; margin-bottom: 34px; }
.section-heading.compact h2 { font-size: clamp(34px, 4vw, 52px); }
.draw-table-wrap { overflow-x: auto; border-top: 2px solid var(--ink); }
.draw-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.draw-table th, .draw-table td { padding: 17px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.draw-table th { color: var(--ink-soft); font: 9px var(--mono); letter-spacing: .08em; }
.draw-table td { font-size: 12px; }
.draw-table td:first-child { font: 500 12px var(--mono); }
.draw-table .ball-row { gap: 6px; }
.draw-table .lotto-ball { width: 29px; height: 29px; font-size: 9px; }

.method-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 130px); padding-top: 120px; padding-bottom: 120px; color: var(--cream); background: var(--accent); }
.method-intro { position: sticky; top: 110px; align-self: start; }
.method-intro .section-index { color: var(--ink); }
.method-intro h2 { margin: 20px 0 28px; font: 400 clamp(40px, 4.5vw, 66px)/1.16 var(--display); letter-spacing: -.05em; }
.method-intro p { max-width: 430px; color: rgba(255,250,240,.78); line-height: 1.8; font-size: 14px; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,250,240,.55); }
.method-steps li { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 29px 0; border-bottom: 1px solid rgba(255,250,240,.55); }
.method-steps li > b { font: 500 12px var(--mono); }
.method-steps h3 { margin: 0 0 9px; font: 400 22px var(--display); }
.method-steps p { margin: 0; color: rgba(255,250,240,.76); font-size: 12px; line-height: 1.7; }
.disclaimer { grid-column: 1 / -1; display: grid; grid-template-columns: .35fr 1.65fr; gap: 40px; margin-top: 20px; padding: 28px; color: var(--cream); background: var(--ink); }
.disclaimer span { font: 500 10px var(--mono); color: var(--acid); }
.disclaimer p { margin: 0; font-size: 12px; line-height: 1.85; }

footer { min-height: 130px; display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 30px clamp(20px, 6vw, 110px); color: var(--cream); background: var(--ink); }
footer p, footer > a:last-child { font: 9px var(--mono); color: #9a9c95; }
.footer-brand .brand-mark { color: var(--ink); background: var(--acid); }

.toast { position: fixed; right: 22px; bottom: 22px; z-index: 40; max-width: min(420px, calc(100vw - 44px)); padding: 14px 18px; color: var(--cream); background: var(--ink); box-shadow: 6px 6px 0 var(--accent); font-size: 12px; transform: translateY(140%); transition: transform 280ms var(--ease); }
.toast.show { transform: translateY(0); }
.toast.error { box-shadow: 6px 6px 0 #ffb4a4; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 560ms var(--ease), transform 560ms var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { to { opacity: .2; transform: scale(.75); } }
@keyframes bounce { to { transform: translateY(-9px); opacity: .35; } }
@keyframes ticketIn { from { opacity: 0; transform: translateY(10px); } }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; align-items: start; }
  .latest-card { max-width: 550px; }
  .control-deck { grid-template-columns: repeat(3, 1fr); }
  .generate-button { grid-column: 1 / -1; }
  .analysis-grid { grid-template-columns: 1fr; }
  .number-lab { grid-template-columns: 1fr; }
  .number-map { border-right: 0; border-bottom: 1px solid var(--ink); }
  .number-detail { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start; }
  .number-detail .eyebrow { grid-column: 1 / -1; }
  .detail-number { margin: 0; }
}

@media (max-width: 760px) {
  .site-header { height: 64px; padding-inline: 18px; }
  .sync-button span:last-child { display: none; }
  .sync-button { min-width: 42px; padding: 0; justify-content: center; }
  .hero { min-height: auto; padding-top: 50px; }
  .hero-grid { gap: 44px; padding-bottom: 54px; }
  .hero-copy h1 { font-size: clamp(43px, 13vw, 64px); }
  .hero-copy > p { margin-top: 28px; }
  .latest-card { margin-right: 10px; padding: 20px; }
  .workspace, .numbers-section, .validation-section { padding-top: 82px; padding-bottom: 88px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 34px; }
  .section-heading > p { justify-self: start; }
  .control-deck { grid-template-columns: 1fr; }
  .control-deck label { border-right: 0; border-bottom: 1px solid var(--line); }
  .generate-button { grid-column: auto; }
  .ticket-grid { grid-template-columns: 1fr; }
  .ticket-card:first-child { grid-column: auto; }
  .ticket-card { padding-inline: 17px; }
  .ticket-card .ball-row { gap: 6px; }
  .ticket-card .lotto-ball { width: 39px; height: 39px; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric-card { min-height: 220px; }
  .chart-card, .weights-card { padding: 22px 18px; }
  .chart-wrap { height: 230px; }
  .number-map { grid-template-columns: repeat(5, 1fr); gap: 11px; padding: 20px; }
  .number-node { min-width: 40px; }
  .number-detail { grid-template-columns: 82px 1fr; padding: 22px; }
  .detail-number { font-size: 68px; }
  .pattern-grid { grid-template-columns: 1fr; }
  .pair-card { grid-column: auto; }
  .method-section { grid-template-columns: 1fr; padding-top: 82px; padding-bottom: 82px; }
  .method-intro { position: static; }
  .disclaimer { grid-column: auto; grid-template-columns: 1fr; gap: 14px; }
  footer { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 420px) {
  .hero, .workspace, .numbers-section, .recent-section, .method-section, .validation-section { padding-inline: 16px; }
  .latest-balls { gap: 5px; }
  .latest-card .lotto-ball { width: 37px; height: 37px; }
  .ticket-card .lotto-ball { width: 35px; height: 35px; font-size: 11px; }
  .ticket-meta { gap: 9px; font-size: 8px; }
  .number-map { padding: 15px; gap: 8px; }
  .number-node { min-width: 37px; }
}

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