.oen {
  --oen-ink: #07080d;
  --oen-panel: #0d1019;
  --oen-panel-2: #121725;
  --oen-line: rgba(191, 201, 219, .19);
  --oen-silver: #d8dfeb;
  --oen-muted: #a9b0c0;
  --oen-gold: #d8b768;
  --oen-blue: #829ac8;
  color: #f7f4ed;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(50, 70, 111, .13), transparent 28rem),
    radial-gradient(circle at 88% 64%, rgba(80, 55, 112, .1), transparent 28rem),
    var(--oen-ink);
  border: 1px solid rgba(218, 224, 236, .12);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
  font-family: inherit;
}

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

.oen-hero {
  position: relative;
  min-height: clamp(430px, 55vw, 680px);
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(218, 224, 236, .14);
}

.oen-hero > img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(.82) contrast(1.06);
}

.oen-hero-veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(4, 5, 9, .08) 6%, rgba(4, 5, 9, .42) 52%, #07080d 100%),
    linear-gradient(90deg, rgba(4, 5, 9, .83) 0, rgba(4, 5, 9, .28) 54%, rgba(4, 5, 9, .22));
}

.oen-hero-copy {
  width: min(660px, 88%);
  padding: clamp(34px, 6vw, 72px);
  text-shadow: 0 2px 22px #000;
}

.oen-kicker {
  display: block;
  color: var(--oen-gold);
  font-size: .71rem;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.oen h2, .oen h3, .oen p { margin-top: 0; }
.oen-hero h2, .oen-intro h2, .oen-gaze h2, .oen-result-head h2, .oen-guide h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  letter-spacing: -.025em;
}

.oen-hero h2 {
  max-width: 580px;
  margin: 12px 0 16px;
  font-size: clamp(2.65rem, 6vw, 5rem);
  line-height: .96;
}

.oen-hero-copy > p {
  max-width: 560px;
  margin-bottom: 24px;
  color: #e6e7ec;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.65;
}

.oen-hero-points { display: flex; flex-wrap: wrap; gap: 8px; }
.oen-hero-points span {
  padding: 7px 11px;
  border: 1px solid rgba(224, 228, 238, .22);
  border-radius: 999px;
  background: rgba(7, 8, 13, .58);
  color: #ecebf0;
  font-size: .76rem;
  letter-spacing: .04em;
  backdrop-filter: blur(8px);
}

.oen-body { padding: clamp(34px, 6vw, 76px) clamp(18px, 5vw, 68px); }
.oen-start, .oen-gaze, .oen-result { width: min(920px, 100%); margin: 0 auto; }
.oen-intro, .oen-gaze > header, .oen-result-head { max-width: 680px; margin: 0 auto 30px; text-align: center; }
.oen-intro h2, .oen-gaze h2, .oen-result-head h2 {
  margin: 9px 0 12px;
  color: #f7f4ed;
  font-size: clamp(2rem, 4.8vw, 3.45rem);
  line-height: 1.06;
}
.oen-intro p, .oen-gaze header p, .oen-result-head p { color: var(--oen-muted); line-height: 1.65; }

.oen-focuses {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.oen-focus { position: relative; cursor: pointer; }
.oen-focus input { position: absolute; opacity: 0; pointer-events: none; }
.oen-focus > span:last-child {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 17px 12px 16px;
  border: 1px solid var(--oen-line);
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(18, 23, 37, .88), rgba(10, 12, 20, .92));
  text-align: center;
  transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.oen-focus:hover > span:last-child { border-color: rgba(216, 183, 104, .45); transform: translateY(-2px); }
.oen-focus input:focus-visible ~ span:last-child { outline: 2px solid var(--oen-gold); outline-offset: 3px; }
.oen-focus input:checked ~ span:last-child {
  border-color: var(--oen-gold);
  background: linear-gradient(180deg, rgba(50, 46, 43, .94), rgba(17, 19, 29, .96));
  box-shadow: 0 0 0 1px rgba(216, 183, 104, .13), 0 14px 35px rgba(0, 0, 0, .22);
}
.oen-focus-mark {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 50%;
  translate: -50% 0;
  color: var(--oen-blue);
  font-family: Georgia, serif;
  font-size: 1.25rem;
  pointer-events: none;
}
.oen-focus input:checked + .oen-focus-mark { color: var(--oen-gold); }
.oen-focus strong { margin-top: 26px; color: #f5f2eb; font-family: Georgia, serif; font-size: 1.04rem; font-weight: 500; }
.oen-focus small { margin-top: 6px; color: #979faf; font-size: .72rem; line-height: 1.35; }

.oen-primary, .oen-stop {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 25px auto 0;
  padding: 13px 25px;
  border: 1px solid #e3c675;
  border-radius: 999px;
  background: linear-gradient(135deg, #e6c977, #b98c3f);
  color: #12100b;
  box-shadow: 0 12px 30px rgba(173, 126, 48, .18);
  cursor: pointer;
  font-weight: 800;
  transition: filter .2s ease, transform .2s ease, opacity .2s ease;
}
.oen-form { text-align: center; }
.oen-primary:hover:not(:disabled), .oen-stop:hover:not(:disabled) { filter: brightness(1.08); transform: translateY(-1px); }
.oen-primary:focus-visible, .oen-stop:focus-visible, .oen-actions button:focus-visible, .oen-mirror-button:focus-visible { outline: 2px solid #f3d782; outline-offset: 4px; }
.oen-primary:disabled, .oen-stop:disabled { opacity: .42; cursor: not-allowed; box-shadow: none; }

.oen-gaze { text-align: center; }
.oen-mirror-button {
  width: min(440px, 92vw);
  display: block;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}
.oen-mirror-button:disabled { cursor: wait; }
.oen-mirror-frame { position: relative; display: block; padding: 27px 37px 46px; }
.oen-mirror-frame::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 9px 17px 27px;
  border: 1px solid rgba(229, 230, 235, .5);
  border-radius: 50% 50% 46% 46%;
  background:
    linear-gradient(90deg, rgba(255,255,255,.13), transparent 13%, transparent 84%, rgba(255,255,255,.1)),
    linear-gradient(160deg, #383c47 0, #11141c 22%, #716346 52%, #171a22 73%, #3b404d 100%);
  box-shadow: inset 0 0 0 5px #090b11, inset 0 0 0 7px rgba(225, 228, 237, .28), 0 30px 60px rgba(0,0,0,.55);
}
.oen-mirror-glass {
  position: relative;
  z-index: 1;
  aspect-ratio: .77;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(176, 191, 220, .22);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 38% 32%, rgba(65, 80, 112, .21), transparent 34%),
    radial-gradient(ellipse at 65% 68%, rgba(74, 52, 91, .16), transparent 42%),
    #020306;
  box-shadow: inset 0 0 42px #000, inset 0 0 90px rgba(24, 34, 57, .46);
}
.oen-mirror-crown {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: 54px;
  height: 36px;
  translate: -50% 0;
  border: 1px solid rgba(229, 220, 190, .5);
  background: #171921;
  clip-path: polygon(50% 0, 64% 34%, 100% 23%, 77% 62%, 82% 100%, 50% 78%, 18% 100%, 23% 62%, 0 23%, 36% 34%);
}
.oen-mirror-foot {
  position: absolute;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  width: 54%;
  height: 35px;
  translate: -50% 0;
  border: 1px solid rgba(220, 218, 210, .38);
  border-radius: 50% 50% 20% 20%;
  background: linear-gradient(#333844, #11131a);
  box-shadow: 0 14px 20px rgba(0,0,0,.45);
}
.oen-live-glyph {
  z-index: 3;
  width: 76%;
  opacity: .18;
  filter: drop-shadow(0 0 14px rgba(180, 201, 240, .7));
  transition: opacity .38s ease, transform .55s ease;
}
.oen-live-glyph path { fill: none; stroke: #dbe6fb; stroke-width: 3.1; stroke-linecap: round; stroke-linejoin: round; }
.oen-mirror-button.is-ready .oen-live-glyph { opacity: .72; }
.oen-mirror-button.is-shifting .oen-live-glyph { opacity: .12; transform: scale(.94) rotate(-2deg); }
.oen-smoke { position: absolute; border-radius: 50%; filter: blur(25px); opacity: .32; mix-blend-mode: screen; }
.oen-smoke-a { width: 66%; height: 35%; left: -8%; top: 22%; background: rgba(87, 108, 149, .25); animation: oen-drift-a 7s ease-in-out infinite alternate; }
.oen-smoke-b { width: 72%; height: 31%; right: -18%; bottom: 20%; background: rgba(90, 66, 115, .23); animation: oen-drift-b 8.5s ease-in-out infinite alternate; }
.oen-glint { position: absolute; top: 8%; right: 14%; width: 8%; height: 42%; border-radius: 50%; background: linear-gradient(90deg, transparent, rgba(220, 231, 248, .2), transparent); rotate: 23deg; filter: blur(3px); }
@keyframes oen-drift-a { to { translate: 38% 45%; scale: 1.2; } }
@keyframes oen-drift-b { to { translate: -34% -42%; scale: .85; } }
.oen-gaze-status { min-height: 1.5em; margin: 20px 0 0; color: var(--oen-muted); }
.oen-stop { margin-top: 13px; }

.oen-result-head { margin-bottom: 18px; }
.oen-result-focus { margin-bottom: 0; color: var(--oen-gold) !important; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.oen-result-vision { display: grid; place-items: center; margin: 22px 0 30px; }
.oen-result-mirror {
  width: min(238px, 62vw);
  aspect-ratio: .77;
  display: grid;
  place-items: center;
  border: 7px double rgba(193, 198, 211, .48);
  border-radius: 50%;
  background: radial-gradient(ellipse at 42% 35%, #1a2131, #030408 66%);
  box-shadow: inset 0 0 42px #000, 0 16px 50px rgba(0,0,0,.42), 0 0 0 1px #151923;
}
.oen-result-mirror svg { width: 78%; filter: drop-shadow(0 0 12px rgba(177, 198, 238, .5)); }
.oen-result-mirror path { fill: none; stroke: #d9e4f6; stroke-width: 3.1; stroke-linecap: round; stroke-linejoin: round; }

.oen-reading-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.oen-reading {
  position: relative;
  min-height: 190px;
  padding: 25px 21px 22px;
  border: 1px solid var(--oen-line);
  border-radius: 15px;
  background: linear-gradient(155deg, rgba(19, 24, 39, .94), rgba(10, 12, 19, .96));
}
.oen-reading > span { position: absolute; top: 17px; right: 18px; color: rgba(220, 226, 239, .24); font: 500 1.4rem Georgia, serif; }
.oen-reading small, .oen-gesture small, .oen-question small { display: block; margin-bottom: 12px; color: var(--oen-gold); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.oen-reading p, .oen-gesture p { margin: 0; color: #d8dbe4; line-height: 1.65; }
.oen-reflects { border-color: rgba(216, 183, 104, .4); background: linear-gradient(155deg, rgba(39, 33, 29, .94), rgba(14, 15, 23, .97)); }

.oen-gesture {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 17px;
  align-items: center;
  margin-top: 12px;
  padding: 22px 24px;
  border: 1px solid rgba(130, 154, 200, .35);
  border-radius: 15px;
  background: rgba(23, 30, 47, .7);
}
.oen-gesture > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(216, 183, 104, .55); border-radius: 50%; color: var(--oen-gold); font-size: 1.4rem; }
.oen-gesture small { margin-bottom: 5px; }
.oen-question { margin-top: 12px; padding: 23px 25px; border-left: 2px solid var(--oen-gold); border-radius: 0 15px 15px 0; background: rgba(12, 14, 23, .88); }
.oen-question blockquote { margin: 0; color: #f4efe3; font: italic clamp(1.15rem, 2.3vw, 1.45rem)/1.55 Georgia, serif; }

.oen-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 24px; }
.oen-actions button {
  min-height: 45px;
  padding: 10px 16px;
  border: 1px solid rgba(207, 215, 231, .24);
  border-radius: 999px;
  background: #121622;
  color: #eeedf0;
  cursor: pointer;
  font-size: .84rem;
  font-weight: 700;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.oen-actions button:hover { border-color: rgba(216, 183, 104, .58); background: #1a1d29; transform: translateY(-1px); }
.oen-share { border-color: rgba(216, 183, 104, .55) !important; }
.oen-change { color: var(--oen-muted) !important; }
.oen-share-status { min-height: 1.35em; margin: 15px 0 0; color: var(--oen-gold); text-align: center; font-size: .82rem; }
.oen-disclaimer { margin: 8px 0 0; color: #777f8f; text-align: center; font-size: .7rem; }

.oen-guide {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(25px, 5vw, 70px);
  align-items: center;
  padding: clamp(34px, 6vw, 70px);
  border-top: 1px solid var(--oen-line);
  background: linear-gradient(145deg, rgba(17, 22, 35, .88), rgba(7, 8, 13, .96));
}
.oen-guide h3 { margin: 8px 0 12px; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.oen-guide-copy p { margin-bottom: 0; color: var(--oen-muted); line-height: 1.7; }
.oen-guide ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.oen-guide li { display: grid; grid-template-columns: 39px 1fr; gap: 13px; align-items: center; padding: 14px; border: 1px solid rgba(206, 213, 227, .14); border-radius: 13px; background: rgba(8, 10, 16, .54); }
.oen-guide li b { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(216, 183, 104, .48); border-radius: 50%; color: var(--oen-gold); font-family: Georgia, serif; font-weight: 400; }
.oen-guide li strong, .oen-guide li small { display: block; }
.oen-guide li strong { color: #edebec; font-family: Georgia, serif; font-weight: 500; }
.oen-guide li small { margin-top: 3px; color: #9199a9; line-height: 1.4; }

@media (max-width: 800px) {
  .oen-focuses { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .oen-focus:last-child { grid-column: 1 / -1; width: calc(50% - 5px); justify-self: center; }
  .oen-reading-grid { grid-template-columns: 1fr; }
  .oen-reading { min-height: 0; }
  .oen-guide { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .oen { border-right: 0; border-left: 0; border-radius: 0; }
  .oen-hero { min-height: 500px; }
  .oen-hero > img { object-position: 53% center; }
  .oen-hero-veil { background: linear-gradient(180deg, rgba(4,5,9,.16), rgba(4,5,9,.46) 42%, #07080d 100%); }
  .oen-hero-copy { width: 100%; padding: 32px 22px; text-align: center; }
  .oen-hero h2 { margin-right: auto; margin-left: auto; font-size: clamp(2.5rem, 13vw, 3.7rem); }
  .oen-hero-points { justify-content: center; }
  .oen-body { padding: 38px 15px 46px; }
  .oen-focuses { gap: 8px; }
  .oen-focus > span:last-child { min-height: 122px; padding-right: 8px; padding-left: 8px; }
  .oen-focus strong { font-size: .97rem; }
  .oen-mirror-frame { padding: 25px 30px 43px; }
  .oen-reading, .oen-gesture, .oen-question { padding-right: 18px; padding-left: 18px; }
  .oen-gesture { grid-template-columns: 1fr; text-align: center; }
  .oen-gesture > span { margin: 0 auto; }
  .oen-question { border-top: 1px solid rgba(216,183,104,.45); border-left: 0; border-radius: 15px; text-align: center; }
  .oen-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .oen-actions button { width: 100%; }
  .oen-guide { padding: 38px 18px; }
}

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