.osn2 {
  --osn-ink: #f6f0e6;
  --osn-muted: #c8c3ca;
  --osn-gold: #e7c779;
  --osn-gold-strong: #ffd98b;
  --osn-blue: #a7cfff;
  --osn-deep: #080a14;
  width: 100%;
  margin: 1.35rem auto 2.2rem;
  color: var(--osn-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.osn2 [hidden] { display: none !important; }
.osn2 *, .osn2 *::before, .osn2 *::after { box-sizing: border-box; }
.osn2 button, .osn2 input { font: inherit; }
.osn2 button { cursor: pointer; }
.osn2-scene {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  min-height: clamp(610px, 66vw, 760px);
  overflow: hidden;
  border: 1px solid rgba(231, 199, 121, .42);
  border-radius: 28px;
  background: #060810;
  box-shadow: 0 32px 75px rgba(0, 0, 0, .45), inset 0 0 0 1px rgba(255, 255, 255, .03);
}
.osn2-background {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.4s cubic-bezier(.2, .8, .2, 1), filter 1s ease;
}
.osn2-vignette {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 4, 10, .08) 22%, rgba(2, 3, 9, .32) 57%, rgba(2, 3, 9, .94) 100%),
    radial-gradient(circle at 50% 42%, transparent 20%, rgba(2, 3, 8, .16) 60%, rgba(2, 3, 8, .62) 100%);
}
.osn2-start {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 2.4rem));
  margin: 0 auto 1.3rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(231, 199, 121, .28);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(8, 9, 18, .88), rgba(12, 15, 29, .78));
  box-shadow: 0 22px 55px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .05);
  backdrop-filter: blur(13px);
}
.osn2-start-copy { max-width: 650px; margin: 0 auto 1.25rem; text-align: center; }
.osn2-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--osn-gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.osn2-kicker::before, .osn2-kicker::after { content: ""; width: 22px; height: 1px; background: currentColor; opacity: .65; }
.osn2-start h2, .osn2-tips h3, .osn2-reading h3 {
  font-family: Cormorant Garamond, Georgia, "Times New Roman", serif;
  font-weight: 600;
}
.osn2-start h2 {
  margin: .35rem 0 .4rem;
  color: #fffaf1;
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: .98;
  letter-spacing: -.025em;
}
.osn2-start-copy p { max-width: 620px; margin: .75rem auto 0; color: #d4d0d4; font-size: .98rem; line-height: 1.65; }
.osn2-form { max-width: 680px; margin: auto; }
.osn2-form label { display: block; margin: 0 0 .45rem .15rem; color: #f8efd9; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.osn2-field { display: flex; gap: .65rem; padding: .38rem; border: 1px solid rgba(231, 199, 121, .3); border-radius: 16px; background: rgba(2, 4, 11, .66); transition: border-color .2s ease, box-shadow .2s ease; }
.osn2-field:focus-within { border-color: rgba(255, 217, 139, .86); box-shadow: 0 0 0 3px rgba(231, 199, 121, .12), 0 0 26px rgba(231, 199, 121, .1); }
.osn2-input { flex: 1 1 auto; min-width: 0; border: 0; outline: 0; padding: .75rem .85rem; color: #fff; background: transparent; }
.osn2-input::placeholder { color: #9897a1; opacity: 1; }
.osn2-submit, .osn2-share, .osn2-again {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  border-radius: 12px;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.osn2-submit { flex: 0 0 auto; padding: .72rem 1.15rem; border: 1px solid #f2d893; color: #14100a; background: linear-gradient(135deg, #f8e2a4, #cfa958); box-shadow: 0 8px 24px rgba(211, 172, 89, .2); }
.osn2-submit:hover, .osn2-share:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(226, 190, 110, .28); }
.osn2-submit:focus-visible, .osn2-share:focus-visible, .osn2-again:focus-visible, .osn2-input:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.osn2-field-meta { display: flex; justify-content: space-between; gap: 1rem; margin: .42rem .2rem 0; color: #a9a6ad; }
.osn2-field-meta small { font-size: .72rem; }
.osn2-error { margin: .6rem 0 0; padding: .55rem .75rem; border: 1px solid rgba(255, 157, 144, .45); border-radius: 10px; color: #ffd5cf; background: rgba(103, 24, 28, .52); font-size: .83rem; text-align: center; }

.osn2-casting {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  padding: 2rem;
  background: radial-gradient(circle at 50% 45%, rgba(5, 8, 19, .04), rgba(3, 5, 13, .68) 72%);
}
.osn2-casting p { margin: 0; padding: .55rem .9rem; border: 1px solid rgba(231, 199, 121, .28); border-radius: 999px; color: #f5eddd; background: rgba(5, 6, 14, .72); font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-align: center; backdrop-filter: blur(8px); }
.osn2-sigil { position: relative; display: grid; place-items: center; width: clamp(170px, 31vw, 270px); aspect-ratio: 1; border-radius: 50%; }
.osn2-sigil::before, .osn2-sigil::after { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(247, 218, 145, .74); border-radius: 50%; box-shadow: 0 0 38px rgba(224, 184, 92, .2), inset 0 0 28px rgba(119, 172, 242, .13); }
.osn2-sigil::after { inset: 28%; border-color: rgba(166, 207, 255, .7); }
.osn2-sigil b { position: relative; z-index: 3; display: grid; place-items: center; width: 62px; aspect-ratio: 1; color: #fff1bd; font-size: 2.1rem; text-shadow: 0 0 22px #e7c779; animation: osn2-crystal 1.15s ease-in-out infinite alternate; }
.osn2-orbit { position: absolute; inset: 0; border: 2px solid transparent; border-top-color: #f0ca72; border-right-color: rgba(159, 202, 255, .9); border-radius: 50%; filter: drop-shadow(0 0 8px rgba(231, 199, 121, .38)); animation: osn2-spin 2.3s linear infinite; }
.osn2-orbit-b { inset: 20%; animation-duration: 1.55s; animation-direction: reverse; opacity: .75; }
.osn2-beam { position: absolute; width: 2px; height: 96%; background: linear-gradient(transparent, #f0cb76, #a9cffc, transparent); box-shadow: 0 0 14px #e7c779; animation: osn2-beam 1.4s ease-in-out infinite; }
.osn2.is-casting .osn2-background { transform: scale(1.045); filter: saturate(1.12) brightness(.82); }

.osn2-result {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  align-items: center;
  gap: .75rem;
  padding: clamp(1rem, 3vw, 2rem);
  background: linear-gradient(180deg, rgba(3, 5, 12, .18), rgba(3, 4, 11, .12) 43%, rgba(3, 4, 10, .88) 100%);
}
.osn2-question { justify-self: center; max-width: 720px; margin: 0; padding: .6rem .9rem; border: 1px solid rgba(231, 199, 121, .25); border-radius: 14px; color: #eee9df; background: rgba(4, 6, 14, .72); text-align: center; backdrop-filter: blur(9px); }
.osn2-question span { display: block; margin-bottom: .15rem; color: var(--osn-gold); font-size: .64rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.osn2-question q { font-family: Cormorant Garamond, Georgia, serif; font-size: clamp(1.05rem, 2.8vw, 1.4rem); font-style: italic; }
.osn2-verdict { align-self: center; justify-self: center; display: flex; flex-direction: column; align-items: center; min-width: 220px; padding: .55rem 1.5rem .7rem; text-align: center; }
.osn2-verdict span { color: #dfd7c9; font-size: .67rem; font-weight: 850; letter-spacing: .22em; text-transform: uppercase; text-shadow: 0 2px 8px #000; }
.osn2-verdict strong { font-family: Cormorant Garamond, Georgia, serif; font-size: clamp(5.3rem, 13vw, 9rem); line-height: .78; letter-spacing: .02em; text-shadow: 0 4px 28px rgba(0, 0, 0, .8); animation: osn2-answer .75s cubic-bezier(.2, .9, .25, 1.25) both; }
.osn2.is-yes .osn2-verdict strong { color: #ffe29b; filter: drop-shadow(0 0 18px rgba(239, 195, 97, .64)); }
.osn2.is-no .osn2-verdict strong { color: #b9d8ff; filter: drop-shadow(0 0 18px rgba(110, 166, 238, .62)); }
.osn2-reading { justify-self: center; display: grid; grid-template-columns: 4px 1fr; gap: 1rem; width: min(820px, 100%); padding: 1.05rem 1.2rem; border: 1px solid rgba(231, 199, 121, .27); border-radius: 18px; background: linear-gradient(135deg, rgba(8, 9, 18, .93), rgba(12, 15, 29, .86)); box-shadow: 0 20px 45px rgba(0, 0, 0, .36); backdrop-filter: blur(12px); }
.osn2-reading-line { width: 4px; border-radius: 9px; background: linear-gradient(#f0ca72, #83b7f6); box-shadow: 0 0 14px rgba(213, 191, 130, .28); }
.osn2-reading h3 { margin: 0 0 .22rem; color: #fff8e8; font-size: clamp(1.65rem, 4vw, 2.3rem); line-height: 1; }
.osn2-message { margin: 0; color: #d7d2d2; font-size: .91rem; line-height: 1.55; }
.osn2-guidance { display: flex; align-items: flex-start; gap: .65rem; margin-top: .65rem; padding-top: .62rem; border-top: 1px solid rgba(255, 255, 255, .09); }
.osn2-guidance > span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border: 1px solid rgba(231, 199, 121, .35); border-radius: 50%; color: var(--osn-gold); }
.osn2-guidance p { margin: 0; }
.osn2-guidance b { display: block; color: #f1dfb5; font-size: .65rem; letter-spacing: .11em; text-transform: uppercase; }
.osn2-guidance em { display: block; margin-top: .12rem; color: #f0ece7; font-size: .82rem; font-style: normal; line-height: 1.45; }
.osn2-actions { justify-self: center; display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; }
.osn2-share, .osn2-again { padding: .72rem 1.05rem; }
.osn2-share { border: 1px solid #f0d18a; color: #171108; background: linear-gradient(135deg, #f7e2a9, #cba452); }
.osn2-again { border: 1px solid rgba(255, 255, 255, .24); color: #f3eee8; background: rgba(7, 9, 18, .78); }
.osn2-again:hover { transform: translateY(-2px); border-color: rgba(231, 199, 121, .6); background: rgba(18, 19, 30, .92); }
.osn2-share-status { min-height: 1.1rem; margin: -.25rem 0 0; color: #d8d0bf; font-size: .72rem; text-align: center; }
.osn2.has-result .osn2-background { transform: scale(1.025); filter: brightness(.72) saturate(1.12); }

.osn2-tips { display: grid; grid-template-columns: minmax(220px, .85fr) minmax(0, 1.7fr); gap: clamp(1.2rem, 4vw, 2.5rem); margin-top: 1.1rem; padding: clamp(1.25rem, 4vw, 2.25rem); border: 1px solid rgba(190, 158, 92, .18); border-radius: 22px; color: #e9e3df; background: linear-gradient(145deg, rgba(21, 18, 31, .8), rgba(10, 14, 29, .8)); }
.osn2-tips-intro h3 { margin: .4rem 0 .55rem; color: #fff7e8; font-size: clamp(1.7rem, 4vw, 2.5rem); line-height: 1; }
.osn2-tips-intro > p { margin: 0; color: #bdb8c0; font-size: .88rem; line-height: 1.55; }
.osn2-tip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }
.osn2-tip { min-width: 0; padding: 1rem; border: 1px solid rgba(231, 199, 121, .15); border-radius: 15px; background: rgba(3, 6, 15, .38); }
.osn2-tip > span { display: inline-block; margin-bottom: .7rem; color: var(--osn-gold); font-family: Cormorant Garamond, Georgia, serif; font-size: 1.35rem; }
.osn2-tip p { margin: 0; }
.osn2-tip b { display: block; margin-bottom: .32rem; color: #fff1d0; font-size: .85rem; }
.osn2-tip small { display: block; color: #aaa8b0; font-size: .75rem; line-height: 1.45; }

@keyframes osn2-spin { to { transform: rotate(360deg); } }
@keyframes osn2-crystal { from { transform: scale(.88) rotate(-6deg); opacity: .75; } to { transform: scale(1.1) rotate(6deg); opacity: 1; } }
@keyframes osn2-beam { 0%, 100% { transform: rotate(-12deg); opacity: .45; } 50% { transform: rotate(12deg); opacity: 1; } }
@keyframes osn2-answer { from { opacity: 0; transform: scale(.42) translateY(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 760px) {
  .osn2-scene { min-height: 735px; border-radius: 20px; }
  .osn2-background { object-position: 50% 50%; }
  .osn2-start { width: calc(100% - 1.2rem); margin-bottom: .6rem; padding: 1rem; border-radius: 17px; }
  .osn2-start-copy { margin-bottom: 1rem; }
  .osn2-start-copy p { font-size: .88rem; line-height: 1.5; }
  .osn2-field { flex-direction: column; }
  .osn2-submit { width: 100%; }
  .osn2-result { grid-template-rows: auto minmax(120px, .55fr) auto auto; gap: .55rem; padding: .75rem; }
  .osn2-question { max-width: 94%; padding: .5rem .7rem; }
  .osn2-verdict strong { font-size: clamp(4.8rem, 25vw, 6.5rem); }
  .osn2-reading { gap: .7rem; padding: .85rem; border-radius: 15px; }
  .osn2-message { font-size: .83rem; line-height: 1.45; }
  .osn2-guidance { margin-top: .5rem; padding-top: .5rem; }
  .osn2-guidance em { font-size: .76rem; }
  .osn2-actions { width: 100%; gap: .45rem; }
  .osn2-share, .osn2-again { flex: 1 1 145px; min-height: 44px; padding: .6rem .7rem; font-size: .78rem; }
  .osn2-tips { grid-template-columns: 1fr; }
  .osn2-tip-grid { grid-template-columns: 1fr; }
  .osn2-tip { display: grid; grid-template-columns: 34px 1fr; gap: .6rem; padding: .75rem; }
  .osn2-tip > span { margin: 0; }
}

@media (max-width: 390px) {
  .osn2 { margin-top: .8rem; }
  .osn2-scene { min-height: 760px; }
  .osn2-start h2 { font-size: 2rem; }
  .osn2-kicker { font-size: .62rem; letter-spacing: .15em; }
  .osn2-field-meta { gap: .35rem; }
  .osn2-field-meta small { font-size: .64rem; }
  .osn2-result { padding: .55rem; }
  .osn2-question q { font-size: 1rem; }
  .osn2-reading h3 { font-size: 1.5rem; }
}

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