.hmv2 {
  --hm-bg: #050716;
  --hm-panel: #0a1023;
  --hm-panel-2: #0d1730;
  --hm-ink: #f7f0e4;
  --hm-muted: #abb5cc;
  --hm-gold: #dfc27a;
  --hm-gold-2: #a98138;
  --hm-cyan: #6fd8ed;
  --hm-violet: #a78bdf;
  --hm-line: rgba(223, 194, 122, .24);
  position: relative;
  isolation: isolate;
  width: min(1120px, 100%);
  margin: 1.5rem auto 2.5rem;
  color: var(--hm-ink);
  background:
    radial-gradient(circle at 50% 12%, rgba(58, 99, 170, .18), transparent 32rem),
    linear-gradient(180deg, #070a18, #03050f 72%);
  border: 1px solid rgba(223, 194, 122, .28);
  border-radius: 32px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .42), inset 0 1px rgba(255, 255, 255, .04);
  overflow: hidden;
}

.hmv2 *, .hmv2 *::before, .hmv2 *::after { box-sizing: border-box; }
.hmv2 button, .hmv2 input { font: inherit; }
.hmv2 button, .hmv2 a { -webkit-tap-highlight-color: transparent; }
.hmv2 button { color: inherit; }
.hmv2 [hidden] { display: none !important; }

.hmv2-hero {
  position: relative;
  min-height: clamp(520px, 65vw, 690px);
  overflow: hidden;
  background: #020816;
}

.hmv2-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.92) contrast(1.04);
}

.hmv2-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(1, 5, 16, .18), transparent 32%, rgba(2, 5, 15, .2) 64%, #050716 100%),
    linear-gradient(90deg, rgba(2, 6, 18, .45), transparent 27%, transparent 73%, rgba(2, 6, 18, .45));
}

.hmv2-brand {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #e9d9a7;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px #000;
}

.hmv2-brand i {
  display: block;
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, var(--hm-gold), transparent);
}

.hmv2-hero-caption {
  position: absolute;
  z-index: 3;
  right: 34px;
  bottom: 98px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 260px;
  color: rgba(240, 245, 255, .72);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: right;
}

.hmv2-hero-caption span { color: var(--hm-cyan); }
.hmv2-hero-caption p { margin: 0; }

.hmv2-clock {
  position: absolute;
  z-index: 2;
  top: 45.2%;
  left: 50%;
  width: clamp(270px, 42%, 470px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.hmv2-orbit {
  position: absolute;
  inset: 4%;
  border: 1px solid rgba(223, 194, 122, .32);
  border-radius: 50%;
  filter: drop-shadow(0 0 12px rgba(92, 206, 232, .1));
}

.hmv2-orbit::before,
.hmv2-orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: var(--hm-gold);
  box-shadow: 0 0 18px rgba(223, 194, 122, .85);
}

.hmv2-orbit::after { left: auto; right: -4px; }
.hmv2-orbit-a { animation: hmv2-spin 28s linear infinite; }
.hmv2-orbit-b { inset: 12%; transform: rotate(40deg); animation: hmv2-spin-reverse 21s linear infinite; border-color: rgba(111, 216, 237, .32); }
.hmv2-orbit-b::before, .hmv2-orbit-b::after { background: var(--hm-cyan); box-shadow: 0 0 18px rgba(111, 216, 237, .8); }
.hmv2-orbit-c { inset: 21%; transform: rotate(90deg); animation: hmv2-spin 17s linear infinite; border-style: dashed; border-color: rgba(167, 139, 223, .28); }
.hmv2-orbit-c::before, .hmv2-orbit-c::after { background: var(--hm-violet); }

.hmv2-time {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fff9eb;
  font-family: Georgia, "Times New Roman", serif;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 3px 25px rgba(0, 0, 0, .95), 0 0 36px rgba(111, 216, 237, .22);
}

.hmv2-time strong {
  min-width: 1.65em;
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  font-weight: 500;
  line-height: .9;
  text-align: center;
}

.hmv2-time b {
  margin: -.12em .03em 0;
  color: var(--hm-gold);
  font-size: clamp(2.5rem, 6vw, 5.1rem);
  font-weight: 400;
  animation: hmv2-pulse 2.2s ease-in-out infinite;
}

.hmv2-clock > small {
  position: absolute;
  top: 68%;
  left: 50%;
  min-width: 180px;
  transform: translateX(-50%);
  color: var(--hm-cyan);
  font-size: clamp(.62rem, 1.2vw, .78rem);
  font-weight: 800;
  letter-spacing: .2em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 15px #000;
}

.hmv2.is-casting .hmv2-orbit-a { animation-duration: 1.15s; }
.hmv2.is-casting .hmv2-orbit-b { animation-duration: .82s; }
.hmv2.is-casting .hmv2-orbit-c { animation-duration: .58s; }
.hmv2.is-casting .hmv2-time { animation: hmv2-time-flicker .25s linear infinite; }

.hmv2-body {
  position: relative;
  z-index: 5;
  width: calc(100% - 56px);
  margin: -74px auto 0;
  background: linear-gradient(155deg, rgba(12, 20, 43, .98), rgba(5, 9, 23, .99));
  border: 1px solid rgba(223, 194, 122, .28);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .5), inset 0 1px rgba(255, 255, 255, .04);
  overflow: hidden;
}

.hmv2-start { padding: clamp(28px, 4vw, 52px); }

.hmv2-intro {
  width: min(760px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.hmv2-kicker {
  display: inline-block;
  color: var(--hm-cyan);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hmv2-intro h2,
.hmv2-path-random h3,
.hmv2-explorer h3,
.hmv2-result h2,
.hmv2-guide h3 {
  margin: .42rem 0 .7rem;
  color: var(--hm-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.025em;
}

.hmv2-intro h2 { font-size: clamp(2rem, 4.8vw, 3.55rem); line-height: 1.05; }
.hmv2-intro p { margin: 0 auto; max-width: 680px; color: var(--hm-muted); font-size: 1rem; line-height: 1.7; }

.hmv2-paths {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 46px minmax(0, .9fr);
  gap: 14px;
  align-items: stretch;
}

.hmv2-path {
  position: relative;
  min-width: 0;
  padding: clamp(23px, 3vw, 34px);
  border: 1px solid rgba(223, 194, 122, .18);
  border-radius: 20px;
  background: rgba(3, 8, 23, .62);
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

.hmv2-path::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at 100% 0, rgba(111, 216, 237, .08), transparent 44%);
}

.hmv2-step {
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgba(223, 194, 122, .45);
  font-family: Georgia, serif;
  font-size: 1.15rem;
}

.hmv2-path-input > label {
  display: block;
  margin: 0 0 10px;
  color: #f2e5c4;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hmv2-input-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 0 18px;
  border: 1px solid rgba(111, 216, 237, .34);
  border-radius: 14px;
  background: rgba(1, 5, 17, .86);
  box-shadow: inset 0 0 32px rgba(50, 105, 158, .08), 0 0 0 4px rgba(111, 216, 237, .025);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.hmv2-input-wrap:focus-within {
  border-color: rgba(111, 216, 237, .75);
  box-shadow: inset 0 0 32px rgba(50, 105, 158, .1), 0 0 0 4px rgba(111, 216, 237, .09);
}

.hmv2-input-wrap > span { color: var(--hm-gold); font-size: 1.45rem; }
.hmv2-time-input {
  width: 100%;
  min-width: 0;
  color: #fff9ed;
  background: transparent;
  border: 0;
  outline: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: .06em;
  text-align: center;
}

.hmv2-time-input::placeholder { color: rgba(219, 226, 241, .3); }
.hmv2-path-input > small { display: block; margin: 9px 2px 0; color: #8793aa; font-size: .76rem; line-height: 1.45; }

.hmv2-error {
  margin: 12px 0 0;
  padding: 10px 12px;
  color: #ffd3c8;
  background: rgba(137, 47, 38, .2);
  border: 1px solid rgba(255, 148, 125, .22);
  border-radius: 10px;
  font-size: .82rem;
  line-height: 1.45;
}

.hmv2-primary,
.hmv2-share,
.hmv2-again {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid rgba(238, 209, 142, .66);
  cursor: pointer;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .06em;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.hmv2-primary {
  width: 100%;
  margin-top: 17px;
  color: #17110a;
  background: linear-gradient(135deg, #f0d999, #c99d4f);
  box-shadow: 0 12px 25px rgba(190, 140, 48, .16), inset 0 1px rgba(255, 255, 255, .45);
}

.hmv2-primary:hover,
.hmv2-share:hover,
.hmv2-again:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 0 24px rgba(111, 216, 237, .08); }
.hmv2-primary:focus-visible,
.hmv2-share:focus-visible,
.hmv2-again:focus-visible,
.hmv2-common button:focus-visible,
.hmv2-filters button:focus-visible,
.hmv2-time-grid button:focus-visible,
.hmv2-article-link:focus-visible { outline: 3px solid rgba(111, 216, 237, .74); outline-offset: 3px; }

.hmv2-common { margin-top: 20px; }
.hmv2-common > span { display: block; margin-bottom: 9px; color: #8590a7; font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.hmv2-common > div { display: flex; flex-wrap: wrap; gap: 7px; }
.hmv2-common button {
  padding: 7px 10px;
  color: #cad7e9;
  background: rgba(111, 216, 237, .045);
  border: 1px solid rgba(111, 216, 237, .2);
  border-radius: 999px;
  cursor: pointer;
  font-size: .75rem;
  font-variant-numeric: tabular-nums;
}
.hmv2-common button:hover { color: #fff; border-color: rgba(111, 216, 237, .55); }

.hmv2-or { display: flex; align-items: center; justify-content: center; color: #738096; }
.hmv2-or::before, .hmv2-or::after { content: ""; width: 1px; height: 36%; background: linear-gradient(transparent, var(--hm-line), transparent); }
.hmv2-or span { display: grid; place-items: center; width: 34px; height: 34px; margin: 8px 0; border: 1px solid var(--hm-line); border-radius: 50%; font-family: Georgia, serif; font-style: italic; }

.hmv2-path-random { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.hmv2-path-random h3 { max-width: 330px; font-size: clamp(1.55rem, 3vw, 2.15rem); line-height: 1.08; }
.hmv2-path-random > p { max-width: 360px; margin: 0; color: var(--hm-muted); font-size: .87rem; line-height: 1.6; }
.hmv2-path-random .hmv2-primary { max-width: 300px; }

.hmv2-mini-clock {
  position: relative;
  width: 86px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 17px;
  border: 1px solid rgba(223, 194, 122, .34);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(91, 198, 226, .08);
}
.hmv2-mini-clock i { position: absolute; inset: 10px; border: 1px dashed rgba(111, 216, 237, .35); border-radius: 50%; animation: hmv2-spin 12s linear infinite; }
.hmv2-mini-clock i:nth-child(2) { inset: 21px; border-style: solid; border-color: rgba(167, 139, 223, .35); animation: hmv2-spin-reverse 8s linear infinite; }
.hmv2-mini-clock b { color: var(--hm-gold); font-size: 1.2rem; }

.hmv2-explorer {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(223, 194, 122, .13);
}
.hmv2-explorer > header { display: grid; grid-template-columns: minmax(0, .8fr) minmax(260px, 1.2fr); gap: 30px; align-items: end; margin-bottom: 20px; }
.hmv2-explorer h3 { font-size: clamp(1.55rem, 3vw, 2.15rem); }
.hmv2-explorer header p { margin: 0; color: var(--hm-muted); font-size: .86rem; line-height: 1.6; }

.hmv2-filters { display: flex; gap: 8px; overflow-x: auto; padding: 2px 2px 10px; scrollbar-width: thin; }
.hmv2-filters button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 13px;
  color: #aab6ca;
  background: rgba(255, 255, 255, .025);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  cursor: pointer;
  font-size: .76rem;
  font-weight: 750;
}
.hmv2-filters button small { display: grid; place-items: center; min-width: 23px; height: 23px; color: #dce5f3; background: rgba(111, 216, 237, .09); border-radius: 50%; font-size: .63rem; }
.hmv2-filters button.is-active { color: #151009; background: linear-gradient(135deg, #ead598, #c99d50); border-color: transparent; }
.hmv2-filters button.is-active small { color: #17110a; background: rgba(255, 255, 255, .32); }

.hmv2-time-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  max-height: 410px;
  overflow: auto;
  padding: 3px 6px 3px 3px;
  scrollbar-color: rgba(223, 194, 122, .35) rgba(255, 255, 255, .03);
}

.hmv2-time-grid button {
  min-width: 0;
  min-height: 68px;
  padding: 11px 12px;
  color: #e8edf7;
  background: linear-gradient(145deg, rgba(14, 27, 55, .72), rgba(5, 10, 25, .82));
  border: 1px solid rgba(111, 216, 237, .12);
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.hmv2-time-grid button:hover { transform: translateY(-2px); border-color: rgba(223, 194, 122, .46); background: linear-gradient(145deg, rgba(25, 43, 78, .85), rgba(8, 14, 32, .9)); }
.hmv2-time-grid button[hidden] { display: none; }
.hmv2-time-grid strong { display: block; color: var(--hm-gold); font-family: Georgia, serif; font-size: 1.1rem; font-weight: 500; font-variant-numeric: tabular-nums; }
.hmv2-time-grid span { display: block; margin-top: 3px; overflow: hidden; color: #8f9bb1; font-size: .68rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }

.hmv2-casting { min-height: 440px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 45px 24px; text-align: center; }
.hmv2-casting p { margin: 25px 0 0; color: #d5deec; font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hmv2-casting-orbits { position: relative; width: 230px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(223, 194, 122, .3); border-radius: 50%; }
.hmv2-casting-orbits i { position: absolute; inset: 10px; border: 1px solid rgba(111, 216, 237, .35); border-radius: 50%; animation: hmv2-spin 1.2s linear infinite; }
.hmv2-casting-orbits i:nth-child(2) { inset: 30px; border-style: dashed; border-color: rgba(167, 139, 223, .45); animation: hmv2-spin-reverse .82s linear infinite; }
.hmv2-casting-orbits i:nth-child(3) { inset: 52px; border-color: rgba(223, 194, 122, .43); animation-duration: .58s; }
.hmv2-casting-orbits strong { color: #fff8e8; font-family: Georgia, serif; font-size: 2.7rem; font-weight: 500; text-shadow: 0 0 25px rgba(111, 216, 237, .35); }

.hmv2-result { padding: clamp(28px, 5vw, 58px); }
.hmv2-result-header { display: grid; grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr); gap: clamp(28px, 5vw, 64px); align-items: center; padding-bottom: 34px; border-bottom: 1px solid rgba(223, 194, 122, .16); }
.hmv2-result-time-block { position: relative; display: flex; min-height: 235px; flex-direction: column; align-items: center; justify-content: center; padding: 28px; background: radial-gradient(circle, rgba(42, 82, 128, .34), rgba(3, 8, 22, .2) 65%); border: 1px solid rgba(223, 194, 122, .32); border-radius: 50%; text-align: center; box-shadow: inset 0 0 45px rgba(25, 76, 124, .16), 0 0 40px rgba(0, 0, 0, .25); }
.hmv2-result-time-block::before, .hmv2-result-time-block::after { content: ""; position: absolute; inset: 11px; border: 1px dashed rgba(111, 216, 237, .25); border-radius: 50%; }
.hmv2-result-time-block::after { inset: 21px; border-style: solid; border-color: rgba(167, 139, 223, .16); }
.hmv2-result-type { position: relative; z-index: 1; color: var(--hm-cyan); font-size: .65rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hmv2-result-time { position: relative; z-index: 1; margin: 8px 0 5px; color: #fff8e8; font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 5rem); font-weight: 500; line-height: 1; font-variant-numeric: tabular-nums; }
.hmv2-result-type-desc { position: relative; z-index: 1; max-width: 190px; color: #8f9cb2; font-size: .67rem; line-height: 1.45; }
.hmv2-result-title h2 { font-size: clamp(2.2rem, 5.3vw, 4.4rem); line-height: .98; }
.hmv2-root-calc { display: inline-flex; flex-wrap: wrap; gap: 7px 12px; margin-top: 10px; padding: 9px 13px; background: rgba(111, 216, 237, .055); border: 1px solid rgba(111, 216, 237, .15); border-radius: 10px; color: #94a2b8; font-size: .72rem; }
.hmv2-root-calc b { color: #dce9f3; font-weight: 650; }

.hmv2-reading { padding: 25px 0; }
.hmv2-reading h3 { margin: 0 0 10px; color: var(--hm-gold); font-size: .69rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hmv2-reading p { margin: 0; color: #c7d0de; font-size: .95rem; line-height: 1.75; }
.hmv2-meaning { padding-top: 34px; }
.hmv2-meaning p { max-width: 900px; color: #e7ebf1; font-family: Georgia, serif; font-size: clamp(1.1rem, 2vw, 1.3rem); line-height: 1.72; }
.hmv2-reading-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.hmv2-reading-grid .hmv2-reading { position: relative; padding: 25px 25px 24px; background: rgba(11, 23, 47, .55); border: 1px solid rgba(111, 216, 237, .11); border-radius: 16px; }
.hmv2-reading-grid .hmv2-reading > span { position: absolute; right: 19px; top: 17px; color: rgba(223, 194, 122, .5); font-size: 1.25rem; }
.hmv2-watch { margin-top: 14px; padding: 21px 23px; border-left: 2px solid rgba(167, 139, 223, .58); background: linear-gradient(90deg, rgba(167, 139, 223, .08), transparent 76%); }

.hmv2-action { display: flex; gap: 16px; margin-top: 12px; padding: 22px 24px; background: linear-gradient(135deg, rgba(184, 137, 53, .17), rgba(111, 216, 237, .06)); border: 1px solid rgba(223, 194, 122, .26); border-radius: 15px; }
.hmv2-action > span { display: grid; place-items: center; flex: 0 0 38px; height: 38px; color: #191109; background: linear-gradient(135deg, #ead49b, #bd8c39); border-radius: 50%; font-size: 1.2rem; }
.hmv2-action b { color: var(--hm-gold); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.hmv2-action p { margin: 6px 0 0; color: #f2eee5; line-height: 1.65; }

.hmv2-result-links { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 28px; }
.hmv2-article-link { display: inline-flex; align-items: center; gap: 9px; color: #9eddef; font-size: .8rem; font-weight: 750; text-decoration: none; }
.hmv2-article-link > span:first-child { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(111, 216, 237, .26); border-radius: 50%; }
.hmv2-article-link:hover { color: #fff; }
.hmv2-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.hmv2-share, .hmv2-again { min-height: 44px; padding: 9px 15px; font-size: .72rem; }
.hmv2-share { color: #161007; background: linear-gradient(135deg, #ead599, #c79846); }
.hmv2-again { color: #dce4f1; background: rgba(111, 216, 237, .05); border-color: rgba(111, 216, 237, .24); }
.hmv2-share-status { min-height: 1.35em; margin: 12px 0 0; color: #9bd7e7; font-size: .76rem; text-align: right; }

.hmv2-guide { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.6fr); gap: 38px; padding: clamp(32px, 5vw, 58px); }
.hmv2-guide h3 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.hmv2-guide-intro > p { margin: 0; color: var(--hm-muted); font-size: .86rem; line-height: 1.7; }
.hmv2-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.hmv2-guide-grid > div { padding: 18px; background: rgba(10, 20, 41, .47); border: 1px solid rgba(223, 194, 122, .11); border-radius: 14px; }
.hmv2-guide-grid > div > span { color: rgba(223, 194, 122, .5); font-family: Georgia, serif; font-size: 1.08rem; }
.hmv2-guide-grid p { margin: 13px 0 0; }
.hmv2-guide-grid b { display: block; color: #ebe6dd; font-size: .78rem; }
.hmv2-guide-grid small { display: block; margin-top: 6px; color: #8f9aae; font-size: .7rem; line-height: 1.5; }

@keyframes hmv2-spin { to { transform: rotate(360deg); } }
@keyframes hmv2-spin-reverse { to { transform: rotate(-360deg); } }
@keyframes hmv2-pulse { 0%, 46%, 100% { opacity: .95; } 52%, 94% { opacity: .28; } }
@keyframes hmv2-time-flicker { 50% { opacity: .56; filter: blur(.4px); } }

@media (max-width: 850px) {
  .hmv2 { border-radius: 24px; }
  .hmv2-hero { min-height: 560px; }
  .hmv2-clock { top: 44%; width: clamp(290px, 58%, 430px); }
  .hmv2-body { width: calc(100% - 28px); margin-top: -58px; border-radius: 22px; }
  .hmv2-paths { grid-template-columns: 1fr; }
  .hmv2-or { min-height: 34px; }
  .hmv2-or::before, .hmv2-or::after { width: 36%; height: 1px; }
  .hmv2-or span { margin: 0 8px; }
  .hmv2-path-random { min-height: 330px; }
  .hmv2-time-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hmv2-result-header { grid-template-columns: 1fr; text-align: center; }
  .hmv2-result-time-block { width: 260px; min-height: 260px; margin: auto; }
  .hmv2-root-calc { justify-content: center; }
  .hmv2-guide { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .hmv2 { width: calc(100% + 10px); margin-left: -5px; border-radius: 19px; }
  .hmv2-hero { min-height: 500px; }
  .hmv2-hero-image { object-position: center center; }
  .hmv2-brand { top: 20px; left: 18px; font-size: .58rem; }
  .hmv2-brand i { width: 28px; }
  .hmv2-hero-caption { display: none; }
  .hmv2-clock { top: 43%; width: 76%; }
  .hmv2-time strong { font-size: clamp(3rem, 17vw, 4.7rem); }
  .hmv2-time b { font-size: clamp(2.4rem, 13vw, 3.7rem); }
  .hmv2-clock > small { top: 70%; font-size: .56rem; }
  .hmv2-body { width: calc(100% - 16px); margin-top: -48px; border-radius: 18px; }
  .hmv2-start, .hmv2-result { padding: 25px 16px; }
  .hmv2-intro { margin-bottom: 24px; }
  .hmv2-intro h2 { font-size: clamp(1.85rem, 10vw, 2.55rem); }
  .hmv2-intro p { font-size: .9rem; line-height: 1.6; }
  .hmv2-path { padding: 24px 17px; border-radius: 16px; }
  .hmv2-input-wrap { min-height: 68px; }
  .hmv2-time-input { font-size: 2.2rem; }
  .hmv2-path-random { min-height: 305px; }
  .hmv2-explorer > header { grid-template-columns: 1fr; gap: 5px; }
  .hmv2-time-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: 440px; }
  .hmv2-time-grid button { min-height: 63px; }
  .hmv2-result-header { gap: 25px; }
  .hmv2-result-time-block { width: 220px; min-height: 220px; }
  .hmv2-result-title h2 { font-size: 2.55rem; }
  .hmv2-reading-grid { grid-template-columns: 1fr; }
  .hmv2-reading-grid .hmv2-reading { padding: 22px 19px; }
  .hmv2-action { padding: 18px 16px; }
  .hmv2-result-links { align-items: stretch; flex-direction: column; }
  .hmv2-article-link { align-self: flex-start; }
  .hmv2-actions { display: grid; grid-template-columns: 1fr; }
  .hmv2-share, .hmv2-again { width: 100%; }
  .hmv2-share-status { text-align: left; }
  .hmv2-guide { padding: 34px 20px; gap: 24px; }
  .hmv2-guide-grid { grid-template-columns: 1fr; }
}

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