.CharacterSearch-module__DvgnhG__searchWrapper{width:100%;max-width:480px;margin:0 auto;position:relative}.CharacterSearch-module__DvgnhG__inputRow{align-items:center;display:flex;position:relative}.CharacterSearch-module__DvgnhG__input{width:100%;font-family:var(--font-body,"Source Sans 3",sans-serif);color:var(--navy,#0f1a2e);border:2px solid var(--navy,#0f1a2e);box-sizing:border-box;background:#fff;border-radius:10px;outline:none;min-height:48px;padding:.75rem 2.5rem .75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.CharacterSearch-module__DvgnhG__input:focus{border-color:var(--gold,#c9a84c);box-shadow:0 0 0 3px #c9a84c40}.CharacterSearch-module__DvgnhG__input:disabled{opacity:.6;cursor:not-allowed}.CharacterSearch-module__DvgnhG__input::placeholder{color:#9ca3af}.CharacterSearch-module__DvgnhG__spinner{align-items:center;display:flex;position:absolute;right:.75rem}@keyframes CharacterSearch-module__DvgnhG__spin{to{transform:rotate(360deg)}}.CharacterSearch-module__DvgnhG__spinnerDot{border:2px solid var(--gold-dim,#a8882e);border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite CharacterSearch-module__DvgnhG__spin;display:block}.CharacterSearch-module__DvgnhG__results{border:2px solid var(--navy,#0f1a2e);z-index:50;background:#fff;border-radius:10px;max-height:280px;margin:0;padding:.25rem 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0f1a2e26}.CharacterSearch-module__DvgnhG__resultItem{cursor:pointer;border-bottom:1px solid #f3f4f6;flex-direction:column;justify-content:center;min-height:44px;padding:.65rem 1rem;transition:background .1s;display:flex}.CharacterSearch-module__DvgnhG__resultItem:last-child{border-bottom:none}.CharacterSearch-module__DvgnhG__resultItemActive,.CharacterSearch-module__DvgnhG__resultItem:hover{background:var(--bg-alt,#f4f0e8)}.CharacterSearch-module__DvgnhG__resultName{font-family:var(--font-display,"Cormorant Garamond",serif);color:var(--navy,#0f1a2e);font-size:1rem;font-weight:700}.CharacterSearch-module__DvgnhG__resultBook{color:#6b7280;margin-top:.1rem;font-size:.75rem}.CharacterSearch-module__DvgnhG__resultAlternate{color:#9ca3af;margin-top:.1rem;font-size:.7rem;font-style:italic}.CharacterSearch-module__DvgnhG__noResults{color:#6b7280;text-align:center;background:var(--bg-alt,#f4f0e8);border:1.5px solid #e5e7eb;border-radius:8px;margin-top:4px;padding:.75rem 1rem;font-size:.9rem}.CharacterSearch-module__DvgnhG__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.ChainVisualization-module__Hw_cxW__chainWrapper{margin-bottom:1rem;position:relative}.ChainVisualization-module__Hw_cxW__chainScroll{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--gold-dim,#a8882e)transparent;padding:.25rem 0 .5rem;overflow:auto visible}.ChainVisualization-module__Hw_cxW__chainScroll::-webkit-scrollbar{height:4px}.ChainVisualization-module__Hw_cxW__chainScroll::-webkit-scrollbar-thumb{background:var(--gold-dim,#a8882e);border-radius:2px}.ChainVisualization-module__Hw_cxW__chainInner{align-items:center;gap:0;min-width:max-content;padding:.5rem .25rem;display:flex}.ChainVisualization-module__Hw_cxW__chainStep{align-items:center;display:flex}.ChainVisualization-module__Hw_cxW__charCard{background:var(--navy,#0f1a2e);color:var(--cream,#faf8f4);text-align:center;border:2px solid #0000;border-radius:10px;min-width:100px;max-width:140px;padding:.65rem .9rem;transition:transform .2s,box-shadow .2s}.ChainVisualization-module__Hw_cxW__charCardEnd{background:var(--gold,#c9a84c);color:var(--navy,#0f1a2e);border-color:var(--gold-bright,#d9b84c)}.ChainVisualization-module__Hw_cxW__charCardPlaceholder{background:var(--bg-alt,#f4f0e8);border:2px dashed var(--gold-dim,#a8882e);text-align:center;border-radius:10px;justify-content:center;align-items:center;min-width:60px;padding:.65rem .9rem;display:flex}.ChainVisualization-module__Hw_cxW__charCardTarget{background:var(--bg-alt,#f4f0e8);border:2px solid var(--gold,#c9a84c);text-align:center;opacity:.65;border-radius:10px;min-width:100px;max-width:140px;padding:.65rem .9rem}.ChainVisualization-module__Hw_cxW__charName{font-family:var(--font-display,"Cormorant Garamond",serif);font-size:.95rem;font-weight:700;line-height:1.2}.ChainVisualization-module__Hw_cxW__charBook{opacity:.7;margin-top:.2rem;font-size:.7rem}.ChainVisualization-module__Hw_cxW__placeholder{color:var(--gold-dim,#a8882e);font-size:1.5rem;font-weight:700}.ChainVisualization-module__Hw_cxW__connector{color:var(--gold-dim,#a8882e);flex-shrink:0;align-items:center;padding:0 2px;display:flex}@keyframes ChainVisualization-module__Hw_cxW__popIn{0%{opacity:.5;transform:scale(.75)}70%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes ChainVisualization-module__Hw_cxW__shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.ChainVisualization-module__Hw_cxW__popAnimation{animation:.35s ease-out forwards ChainVisualization-module__Hw_cxW__popIn}.ChainVisualization-module__Hw_cxW__shakeAnimation .ChainVisualization-module__Hw_cxW__chainInner{animation:.5s ease-in-out ChainVisualization-module__Hw_cxW__shake}.ChainVisualization-module__Hw_cxW__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.ChainVisualization-module__Hw_cxW__popAnimation,.ChainVisualization-module__Hw_cxW__shakeAnimation .ChainVisualization-module__Hw_cxW__chainInner{animation:none}}
.CompletionScreen-module__I0lsta__completionWrapper{animation:.4s ease-out CompletionScreen-module__I0lsta__fadeIn}@keyframes CompletionScreen-module__I0lsta__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.CompletionScreen-module__I0lsta__completionHeader{text-align:center;margin-bottom:1.5rem}.CompletionScreen-module__I0lsta__completionTitle{font-family:var(--font-display,"Cormorant Garamond",serif);color:var(--navy,#0f1a2e);outline:none;margin:0 0 .25rem;font-size:2rem;font-weight:700}.CompletionScreen-module__I0lsta__puzzleNum{color:#6b7280;margin:0 0 .25rem;font-size:.9rem}.CompletionScreen-module__I0lsta__streakLine{color:var(--navy,#0f1a2e);margin:0;font-size:1rem;font-weight:700}.CompletionScreen-module__I0lsta__statsGrid{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.75rem;margin-bottom:1.25rem;display:grid}.CompletionScreen-module__I0lsta__statBox{background:var(--bg-alt,#f4f0e8);text-align:center;border-radius:10px;flex-direction:column;gap:.2rem;padding:.85rem .5rem;display:flex}.CompletionScreen-module__I0lsta__statValue{font-family:var(--font-display,"Cormorant Garamond",serif);color:var(--navy,#0f1a2e);font-size:1.5rem;font-weight:700}.CompletionScreen-module__I0lsta__statLabel{text-transform:uppercase;letter-spacing:.06em;color:#6b7280;font-size:.72rem}.CompletionScreen-module__I0lsta__scoreCard{background:var(--navy,#0f1a2e);color:var(--cream,#faf8f4);border-radius:12px;margin-bottom:1.25rem;padding:1.25rem}.CompletionScreen-module__I0lsta__scoreTitle{font-family:var(--font-display,"Cormorant Garamond",serif);color:var(--gold,#c9a84c);margin:0 0 .75rem;font-size:1.15rem;font-weight:700}.CompletionScreen-module__I0lsta__scoreRow{border-bottom:1px solid #ffffff14;justify-content:space-between;padding:.3rem 0;font-size:.9rem;display:flex}.CompletionScreen-module__I0lsta__scoreRow:last-of-type{border-bottom:none}.CompletionScreen-module__I0lsta__scorePoints{color:var(--gold-bright,#d9b84c);font-weight:700}.CompletionScreen-module__I0lsta__scoreTotal{color:var(--gold,#c9a84c);margin-top:.25rem;padding-top:.5rem;font-size:1rem;font-weight:700;border-top:1px solid #fff3!important}.CompletionScreen-module__I0lsta__scoreLoginNote{color:#faf8f4a6;text-align:center;margin:.75rem 0 0;font-size:.8rem}.CompletionScreen-module__I0lsta__scoreLoginNote a{color:var(--gold,#c9a84c);text-decoration:underline}.CompletionScreen-module__I0lsta__shareRow{justify-content:center;margin-bottom:1.5rem;display:flex}.CompletionScreen-module__I0lsta__shareBtn{background:var(--gold,#c9a84c);color:var(--navy,#0f1a2e);font-family:var(--font-body,sans-serif);cursor:pointer;border:none;border-radius:10px;min-height:48px;padding:.75rem 1.75rem;font-size:1rem;font-weight:700;transition:background .2s}.CompletionScreen-module__I0lsta__shareBtn:hover{background:var(--gold-bright,#d9b84c)}.CompletionScreen-module__I0lsta__shareBtn:focus-visible{outline:2px solid var(--navy,#0f1a2e);outline-offset:2px}.CompletionScreen-module__I0lsta__chainDisplay{background:var(--bg-alt,#f4f0e8);border-radius:12px;margin-bottom:1.5rem;padding:1rem 1.25rem}.CompletionScreen-module__I0lsta__completedChainScroll{white-space:nowrap;padding-bottom:.25rem;overflow-x:auto}.CompletionScreen-module__I0lsta__completedChainStep{display:inline}.CompletionScreen-module__I0lsta__completedChainChar{font-family:var(--font-display,"Cormorant Garamond",serif);color:var(--navy,#0f1a2e);font-size:1rem;font-weight:700}.CompletionScreen-module__I0lsta__chainArrow{color:var(--gold-dim,#a8882e)}.CompletionScreen-module__I0lsta__sectionTitle{font-family:var(--font-display,"Cormorant Garamond",serif);color:var(--navy,#0f1a2e);margin:0 0 .75rem;font-size:1.15rem;font-weight:700}.CompletionScreen-module__I0lsta__explanationSection{margin-bottom:1.5rem}.CompletionScreen-module__I0lsta__explanationCard{border:1.5px solid #e5e7eb;border-left:4px solid var(--gold,#c9a84c);background:#fff;border-radius:10px;margin-bottom:.75rem;padding:.9rem 1rem}.CompletionScreen-module__I0lsta__explanationPair{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.CompletionScreen-module__I0lsta__explanationCharA,.CompletionScreen-module__I0lsta__explanationCharB{font-family:var(--font-display,"Cormorant Garamond",serif);color:var(--navy,#0f1a2e);font-size:1rem;font-weight:700}.CompletionScreen-module__I0lsta__explanationArrow{color:var(--gold-dim,#a8882e);font-weight:700}.CompletionScreen-module__I0lsta__explanationText{color:#374151;margin:0 0 .4rem;font-size:.9rem;line-height:1.5}.CompletionScreen-module__I0lsta__scriptureRefs{flex-wrap:wrap;gap:.4rem;display:flex}.CompletionScreen-module__I0lsta__scriptureRef{background:var(--bg-alt,#f4f0e8);color:var(--navy-mid,#1a2e4a);border-radius:4px;padding:.15rem .5rem;font-size:.78rem;font-weight:600}.CompletionScreen-module__I0lsta__ctaRow{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1rem;display:flex}.CompletionScreen-module__I0lsta__ctaSecondary{color:var(--navy,#0f1a2e);border:2px solid var(--navy,#0f1a2e);font-family:var(--font-body,sans-serif);cursor:pointer;background:0 0;border-radius:8px;align-items:center;min-height:44px;padding:.65rem 1.1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.CompletionScreen-module__I0lsta__ctaSecondary:hover{background:var(--navy,#0f1a2e);color:var(--gold,#c9a84c)}.CompletionScreen-module__I0lsta__ctaQuiz{background:var(--navy,#0f1a2e);color:var(--gold,#c9a84c);border:2px solid var(--navy,#0f1a2e);font-family:var(--font-body,sans-serif);cursor:pointer;border-radius:8px;align-items:center;min-height:44px;padding:.65rem 1.1rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.CompletionScreen-module__I0lsta__ctaQuiz:hover{background:var(--navy-mid,#1a2e4a)}@media (prefers-reduced-motion:reduce){.CompletionScreen-module__I0lsta__completionWrapper{animation:none}}
.GameControls-module__kEEWDq__controls{flex-wrap:wrap;justify-content:center;gap:.75rem;margin:1rem 0;display:flex}.GameControls-module__kEEWDq__controlBtn{border:2px solid var(--navy,#0f1a2e);font-family:var(--font-body,sans-serif);cursor:pointer;min-width:76px;min-height:56px;color:var(--navy,#0f1a2e);background:#fff;border-radius:10px;flex-direction:column;align-items:center;gap:.2rem;padding:.6rem 1.1rem;transition:background .15s,color .15s,opacity .15s;display:flex}.GameControls-module__kEEWDq__controlBtn:disabled{opacity:.35;cursor:not-allowed}.GameControls-module__kEEWDq__controlBtn:not(:disabled):hover{background:var(--navy,#0f1a2e);color:var(--cream,#faf8f4)}.GameControls-module__kEEWDq__controlBtn:focus-visible{outline:2px solid var(--gold,#c9a84c);outline-offset:2px}.GameControls-module__kEEWDq__controlBtn span:first-child{font-size:1.3rem;line-height:1}.GameControls-module__kEEWDq__btnLabel{font-size:.75rem;font-weight:600}.GameControls-module__kEEWDq__hintBtn{border-color:var(--gold,#c9a84c);color:var(--gold-dim,#a8882e)}.GameControls-module__kEEWDq__hintBtn:not(:disabled):hover{background:var(--gold,#c9a84c);color:var(--navy,#0f1a2e);border-color:var(--gold,#c9a84c)}
.StreakBadge-module__u74_sW__badge{background:var(--navy,#0f1a2e);color:var(--gold,#c9a84c);border-radius:999px;align-items:center;gap:.3rem;padding:.3rem .85rem;font-size:.85rem;font-weight:700;display:inline-flex}.StreakBadge-module__u74_sW__fire{font-size:1rem}.StreakBadge-module__u74_sW__count{color:var(--gold-bright,#d9b84c);font-size:1.05rem}.StreakBadge-module__u74_sW__label{opacity:.8;font-size:.75rem}
@keyframes BibleChainSkeleton-module__lBfG-W__shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.BibleChainSkeleton-module__lBfG-W__container{max-width:720px;margin:0 auto;padding:1.5rem 1rem}.BibleChainSkeleton-module__lBfG-W__shimmer{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/800px 100%;border-radius:6px;animation:1.4s linear infinite BibleChainSkeleton-module__lBfG-W__shimmer}.BibleChainSkeleton-module__lBfG-W__titleBar{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.BibleChainSkeleton-module__lBfG-W__endpointRow{justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.BibleChainSkeleton-module__lBfG-W__card{border-radius:12px;width:160px;height:90px}.BibleChainSkeleton-module__lBfG-W__chainRow{justify-content:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 0;display:flex;overflow-x:auto}.BibleChainSkeleton-module__lBfG-W__chainCard{border-radius:10px;flex-shrink:0;width:110px;height:70px}.BibleChainSkeleton-module__lBfG-W__controlRow{justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.BibleChainSkeleton-module__lBfG-W__controlBtn{border-radius:10px;width:80px;height:56px}@media (prefers-reduced-motion:reduce){.BibleChainSkeleton-module__lBfG-W__shimmer{background:#e5e7eb;animation:none}}
.BibleChainGame-module__FffAIa__container{max-width:720px;color:var(--navy,#0f1a2e);font-family:var(--font-body,"Source Sans 3",sans-serif);margin:0 auto;padding:1.5rem 1rem 2rem}.BibleChainGame-module__FffAIa__header{text-align:center;margin-bottom:1.5rem}.BibleChainGame-module__FffAIa__breadcrumb{color:#6b7280;margin-bottom:.75rem;font-size:.8rem}.BibleChainGame-module__FffAIa__breadcrumb a{color:var(--gold-dim,#a8882e);text-decoration:none}.BibleChainGame-module__FffAIa__breadcrumb a:hover{text-decoration:underline}.BibleChainGame-module__FffAIa__gameTitle{font-family:var(--font-display,"Cormorant Garamond",serif);color:var(--navy,#0f1a2e);justify-content:center;align-items:center;gap:.5rem;margin:0 0 .25rem;font-size:2.25rem;font-weight:700;display:flex}.BibleChainGame-module__FffAIa__titleIcon{font-size:1.75rem}.BibleChainGame-module__FffAIa__gameSubtitle{color:#4b5563;margin:0 0 1rem;font-size:.95rem}.BibleChainGame-module__FffAIa__modeToggle{border:2px solid var(--navy,#0f1a2e);border-radius:8px;margin-top:.25rem;display:inline-flex;overflow:hidden}.BibleChainGame-module__FffAIa__modeBtn{font-family:var(--font-body,sans-serif);color:var(--navy,#0f1a2e);cursor:pointer;background:0 0;border:none;min-height:44px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .2s,color .2s}.BibleChainGame-module__FffAIa__modeBtn:focus-visible{outline:2px solid var(--gold,#c9a84c);outline-offset:-2px}.BibleChainGame-module__FffAIa__modeBtnActive{background:var(--navy,#0f1a2e);color:var(--gold,#c9a84c)}.BibleChainGame-module__FffAIa__metaBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;min-height:2rem;margin-bottom:1.25rem;display:flex}.BibleChainGame-module__FffAIa__puzzleMeta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.BibleChainGame-module__FffAIa__metaItem{color:#4b5563;font-size:.9rem}.BibleChainGame-module__FffAIa__timer{font-variant-numeric:tabular-nums;color:var(--navy-mid,#1a2e4a);min-width:4rem;font-size:.9rem;font-weight:600}.BibleChainGame-module__FffAIa__diffBadge{letter-spacing:.05em;text-transform:uppercase;border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:700}.BibleChainGame-module__FffAIa__diff_easy{color:#065f46;background:#d1fae5}.BibleChainGame-module__FffAIa__diff_medium{color:#92400e;background:#fef3c7}.BibleChainGame-module__FffAIa__diff_hard{color:#991b1b;background:#fee2e2}.BibleChainGame-module__FffAIa__alreadyComplete{background:var(--bg-alt,#f4f0e8);border:2px solid var(--gold,#c9a84c);text-align:center;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.BibleChainGame-module__FffAIa__alreadyCompleteTitle{color:var(--navy,#0f1a2e);margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.BibleChainGame-module__FffAIa__alreadyCompleteDetail{color:#4b5563;margin:0 0 1rem;font-size:.9rem}.BibleChainGame-module__FffAIa__endpointRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.BibleChainGame-module__FffAIa__endpointCard{background:var(--navy,#0f1a2e);color:var(--cream,#faf8f4);text-align:center;border-radius:12px;flex:1;min-width:130px;max-width:200px;padding:1rem 1.25rem}.BibleChainGame-module__FffAIa__endpointTarget{background:var(--gold,#c9a84c);color:var(--navy,#0f1a2e)}.BibleChainGame-module__FffAIa__endpointLabel{text-transform:uppercase;letter-spacing:.08em;opacity:.75;margin-bottom:.3rem;font-size:.7rem;font-weight:700}.BibleChainGame-module__FffAIa__endpointName{font-family:var(--font-display,"Cormorant Garamond",serif);font-size:1.15rem;font-weight:700;line-height:1.2}.BibleChainGame-module__FffAIa__endpointBook{opacity:.7;margin-top:.2rem;font-size:.75rem}.BibleChainGame-module__FffAIa__endpointArrow{color:var(--gold,#c9a84c);flex-shrink:0;font-size:1.5rem}.BibleChainGame-module__FffAIa__linkBar{color:#4b5563;justify-content:center;align-items:center;gap:1rem;margin-bottom:.75rem;font-size:.9rem;display:flex}.BibleChainGame-module__FffAIa__linkCount strong{color:var(--navy,#0f1a2e);font-size:1.1rem}.BibleChainGame-module__FffAIa__parCount{color:var(--gold-dim,#a8882e);font-weight:600}.BibleChainGame-module__FffAIa__errorBanner{color:#991b1b;text-align:center;background:#fef2f2;border:1.5px solid #fca5a5;border-radius:8px;margin-bottom:.75rem;padding:.6rem 1rem;font-size:.9rem}.BibleChainGame-module__FffAIa__hintBanner{border:1.5px solid var(--gold,#c9a84c);color:#78350f;text-align:center;background:#fffbeb;border-radius:8px;margin-bottom:.75rem;padding:.6rem 1rem;font-size:.9rem}.BibleChainGame-module__FffAIa__adSlotInstructions{min-height:0;margin-bottom:0}.BibleChainGame-module__FffAIa__adSlotCompletion{min-height:1px;margin:1.5rem 0}.BibleChainGame-module__FffAIa__searchSection{margin-bottom:1rem}.BibleChainGame-module__FffAIa__searchLabel{color:#4b5563;text-align:center;margin-bottom:.5rem;font-size:.9rem}.BibleChainGame-module__FffAIa__btnPrimary{background:var(--navy,#0f1a2e);color:var(--gold,#c9a84c);font-family:var(--font-body,sans-serif);cursor:pointer;border:none;border-radius:8px;min-height:44px;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;transition:background .2s}.BibleChainGame-module__FffAIa__btnPrimary:hover{background:var(--navy-mid,#1a2e4a)}.BibleChainGame-module__FffAIa__btnPrimary:focus-visible{outline:2px solid var(--gold,#c9a84c);outline-offset:2px}.BibleChainGame-module__FffAIa__btnSecondary{color:var(--navy,#0f1a2e);border:2px solid var(--navy,#0f1a2e);font-family:var(--font-body,sans-serif);cursor:pointer;background:0 0;border-radius:8px;min-height:44px;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .2s,color .2s}.BibleChainGame-module__FffAIa__btnSecondary:hover{background:var(--navy,#0f1a2e);color:var(--gold,#c9a84c)}.BibleChainGame-module__FffAIa__errorState{text-align:center;padding:3rem 1rem}.BibleChainGame-module__FffAIa__errorText{color:#6b7280;margin-bottom:1.5rem}.BibleChainGame-module__FffAIa__guestNudge{text-align:center;color:#6b7280;background:var(--bg-alt,#f4f0e8);border-radius:8px;margin-top:1.25rem;padding:.75rem 1rem;font-size:.85rem}.BibleChainGame-module__FffAIa__guestNudgeLink{color:var(--gold-dim,#a8882e);font-weight:600;text-decoration:underline}@media (max-width:480px){.BibleChainGame-module__FffAIa__gameTitle{font-size:1.75rem}.BibleChainGame-module__FffAIa__endpointRow{gap:.5rem}.BibleChainGame-module__FffAIa__endpointCard{min-width:110px;padding:.75rem}.BibleChainGame-module__FffAIa__endpointName{font-size:1rem}}@media (prefers-reduced-motion:reduce){.BibleChainGame-module__FffAIa__container,.BibleChainGame-module__FffAIa__container *{transition-duration:.01ms!important;animation-duration:.01ms!important}}
