#fortune-result[hidden], #fortune-gate[hidden], #fortune-anticipation[hidden], #reveal-error[hidden] { display: none; }
#fortune-result:focus { outline: none; }
#fortune-anticipation { padding: 15px 0 8px; }
.reveal-orbit { position: relative; width: 148px; height: 148px; margin: 20px auto 28px; display: grid; place-items: center; color: #ad8751; }
.reveal-orbit span { font: 76px Georgia, serif; animation: reveal-breathe 1.5s ease-in-out infinite; }
.reveal-orbit i { position: absolute; inset: 8px; border: 1px solid currentColor; opacity: .55; border-radius: 50%; animation: reveal-orbit 3s linear infinite; }
.reveal-orbit i::after { content: ''; position: absolute; top: 13px; left: 13px; width: 9px; height: 9px; border-radius: 50%; background: currentColor; box-shadow: 0 0 16px currentColor; }
.reveal-orbit i:last-child { inset: 23px; animation-direction: reverse; animation-duration: 2s; }
.rarity-reel { position: relative; height: 40px; margin: 14px auto; }
.rarity-reel .rarity { position: absolute; left: 50%; top: 0; transform: translate(-50%, 8px); opacity: 0; transition: opacity .18s ease, transform .18s ease; white-space: nowrap; }
.rarity-reel .rarity.is-current { opacity: 1; transform: translate(-50%, 0); }
button.skip-reveal, [data-theme="blossom"] button.skip-reveal { background: transparent; color: var(--muted); box-shadow: none; padding: 12px 16px; min-height: 44px; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
#daily-fortune.is-opening { box-shadow: 0 12px 55px #b48bc52a; }
#daily-fortune.just-revealed #fortune-result { animation: fortune-arrive .6s ease-out both; }
[data-theme="blossom"] .reveal-orbit { color: #b26f93; }
.confetti-canvas { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1000; }
.experience-nav { display: flex; justify-content: center; gap: 24px; padding: 24px 16px 0; }
.experience-nav a, .angel-details a { color: var(--ink); text-underline-offset: 5px; }
.experience-nav [aria-current] { font-weight: bold; }
.angel-number { font: 72px/1.2 Georgia, serif; letter-spacing: 8px; margin: 12px 0; color: var(--ink); }
.angel-details { margin: 22px auto; }
.angel-details[hidden] { display: none; }
.reset-countdown { max-width: 350px; margin: 20px auto 0; padding: 18px 14px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(140deg, #ffffffd9, #e8eddfaa); box-shadow: 0 10px 32px #263e370a; }
.reset-countdown[hidden], .reset-countdown [hidden] { display: none; }
.countdown-heading { margin: 0 0 12px; font-size: 12px; color: var(--muted); }
.countdown-digits { display: flex; align-items: center; justify-content: center; gap: 10px; }
.countdown-digits div { display: grid; gap: 5px; width: 56px; flex: 0 0 56px; }
.countdown-digits strong { font: 500 32px/1.2 Georgia, serif; font-variant-numeric: tabular-nums; color: var(--ink); }
.countdown-digits span { font-size: 9px; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); }
.countdown-digits b { color: var(--muted); font-size: 21px; font-weight: 400; padding-bottom: 16px; }
[data-theme="blossom"] .reset-countdown { background: linear-gradient(140deg, #fffdfbd9, #f5dcebaa); box-shadow: 0 10px 32px #963e6810; }
#countdown-ready { line-height: 1.8; margin: 0; }
#countdown-ready a { color: var(--ink); }
.fortune-card, .testing-panel { position: relative; }
.gentle-effect { position: absolute; inset: 0; border-radius: inherit; pointer-events: none; overflow: hidden; }
.gentle-common { animation: gentle-glow 2.2s ease-in-out both; }
.gentle-rare { animation: rare-glow 2.2s ease-in-out both; }
.gentle-rare::after { content: ''; position: absolute; inset: -50%; background: linear-gradient(110deg, transparent 40%, #bfe6ff80 49%, #ffffff99 50%, transparent 60%); animation: rare-shimmer 2s ease-in-out both; }
.homepage-testing { max-width: 620px; margin: 20px auto; padding: 18px; border: 1px solid var(--muted); border-radius: 16px; text-align: left; }
.homepage-testing summary { cursor: pointer; font-weight: 600; }
.homepage-testing p { font-size: 13px; line-height: 1.6; }
.homepage-testing form { display: grid; gap: 12px; }
.homepage-testing select { width: 100%; padding: 12px; font: inherit; border-radius: 8px; }
#preview-notice[hidden] { display: none; }
@keyframes gentle-glow { 0%, 100% { box-shadow: inset 0 0 0 transparent; } 45% { box-shadow: inset 0 0 65px #b6cda780; } }
@keyframes rare-glow { 0%, 100% { box-shadow: inset 0 0 0 transparent; } 45% { box-shadow: inset 0 0 75px #8ac8f380; } }
@keyframes rare-shimmer { from { transform: translateX(-70%); opacity: 0; } 30% { opacity: 1; } to { transform: translateX(70%); opacity: 0; } }
.celebration-previews { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.celebration-previews button { cursor: pointer; min-height: 44px; padding: 10px 14px; }
@keyframes reveal-orbit { to { transform: rotate(360deg); } }
@keyframes reveal-breathe { 50% { transform: scale(1.14) rotate(12deg); opacity: .7; } }
@keyframes fortune-arrive { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
    .gentle-effect { display: none; }
    .reveal-orbit span, .reveal-orbit i, #daily-fortune.just-revealed #fortune-result { animation: none; }
    .rarity-reel .rarity { transition: none; }
}
