:root{--bg-top:#1b1a3c;--bg-bottom:#0e0d24;--ink:#f1e8d6;--ink-soft:#ccc0a6;--muted:#a9a2c8;--gold:#e6bd6a;--gold-bright:#f6d68d;--gold-deep:#c69a45;--rose:#ee8090;--emerald:#66c98d;--sky:#74b4e2;--amethyst:#b596ea;--card:#ffffff0e;--card-2:#ffffff17;--line:#e6bd6a38;--glow:0 0 26px #e6bd6a38;--shadow:0 16px 36px -16px #000000b3;--serif:"Gentium Book Plus", "Noto Serif Malayalam", Georgia, serif;--display:"Fraunces", "Noto Serif Malayalam", Georgia, serif;--ml:"Noto Serif Malayalam", "Gentium Book Plus", serif;--ta:"Noto Serif Tamil", "Gentium Book Plus", serif;--hi:"Noto Serif Devanagari", "Gentium Book Plus", serif}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;background:var(--bg-bottom)}body{font-family:var(--serif);color:var(--ink);background:radial-gradient(135% 80% at 50% -12%, #e6bd6a2b, transparent 55%), radial-gradient(120% 90% at 50% 118%, #74b4e212, transparent 60%), linear-gradient(180deg, var(--bg-top), var(--bg-bottom));background-attachment:fixed;min-height:100vh;line-height:1.55}body:before{content:"";z-index:0;pointer-events:none;background-image:radial-gradient(1.5px 1.5px at 12% 18%,#ffffff8c,#0000),radial-gradient(1px 1px at 82% 12%,#ffffff73,#0000),radial-gradient(1.5px 1.5px at 68% 34%,#e6bd6a99,#0000),radial-gradient(1px 1px at 28% 46%,#fff6,#0000),radial-gradient(1px 1px at 92% 58%,#e6bd6a73,#0000),radial-gradient(1.5px 1.5px at 8% 72%,#fff6,#0000),radial-gradient(1px 1px at 54% 82%,#ffffff59,#0000),radial-gradient(1px 1px at 40% 8%,#fff6,#0000),radial-gradient(1.5px 1.5px at 76% 76%,#e6bd6a66,#0000);animation:6s ease-in-out infinite twinkle;position:fixed;inset:0}@keyframes twinkle{0%,to{opacity:.55}50%{opacity:.85}}#root{z-index:1;flex-direction:column;max-width:640px;min-height:100vh;margin:0 auto;display:flex;position:relative}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}input,select,textarea{font:inherit;color:var(--ink)}.header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 12px;padding:18px 20px 10px;display:flex}.brand{font-family:var(--display);letter-spacing:.01em;color:var(--gold-bright);text-shadow:0 0 18px #e6bd6a59;font-size:1.35rem;font-weight:700}.brand .ml{font-family:var(--ml);color:var(--gold);margin-left:6px;font-size:1.05rem;font-weight:600}.header-stats{color:var(--ink-soft);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;margin-left:auto;font-size:.85rem;display:flex}.stat-chip{background:var(--card);border:1px solid var(--line);white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 10px;display:inline-flex}.stat-chip b{color:var(--gold-bright)}.chip-icon{flex:none}.chip-flame{color:#f0a35e}.chip-spark{color:var(--gold-bright)}.lang-toggle-wrap{border-radius:14px;flex-wrap:wrap}.lang-toggle{border:1px solid var(--line);background:var(--card);border-radius:999px;display:inline-flex;overflow:hidden}.lang-toggle button{letter-spacing:.06em;color:var(--muted);padding:4px 12px;font-size:.8rem}.lang-toggle button.active{background:linear-gradient(160deg, var(--gold-bright), var(--gold-deep));color:#241c07;font-weight:700}.screen{flex:1;padding:8px 20px 96px;overflow-y:auto}.card{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;margin-bottom:14px;padding:16px;animation:.5s both rise}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.section-title{font-family:var(--display);text-transform:uppercase;letter-spacing:.16em;color:var(--gold);margin:18px 0 8px;font-size:.8rem;font-weight:600}.btn{border:1px solid var(--line);background:var(--card-2);color:var(--ink);border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:9px 18px;font-size:.95rem;transition:transform .12s cubic-bezier(.34,1.56,.64,1),box-shadow .2s,filter .2s;display:inline-flex}.btn:active{transform:scale(.95)}.btn.primary{background:linear-gradient(155deg, var(--gold-bright), var(--gold-deep));color:#241c07;box-shadow:0 6px 18px -6px #e6bd6a99, var(--glow);border-color:#0000;font-weight:700}.btn.primary:active{filter:brightness(1.08)}.btn.danger{color:var(--rose)}.btn.small{padding:5px 12px;font-size:.85rem}.btn:disabled{opacity:.4;cursor:default;box-shadow:none}.ref-input{border:1.5px solid var(--line);width:100%;color:var(--ink);background:#0003;border-radius:12px;padding:13px 16px;font-size:1.05rem}.ref-input::placeholder{color:var(--muted)}.ref-input:focus{border-color:var(--gold);box-shadow:var(--glow);outline:none}.ref-input-wrap{flex:1;min-width:0;position:relative}.ref-input-wrap .ref-input{width:100%;padding-right:40px}.ref-clear{background:var(--card-2);width:26px;height:26px;color:var(--ink-soft);border-radius:50%;justify-content:center;align-items:center;font-size:1.05rem;line-height:1;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.ref-suggest{z-index:20;border:1px solid var(--line);box-shadow:var(--shadow);background:#201f42;border-radius:12px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden}.ref-suggest-item{text-align:left;width:100%;font-family:var(--serif);color:var(--ink);border-bottom:1px solid var(--line);padding:10px 14px;font-size:1rem;display:block}.ref-suggest-item:last-child{border-bottom:none}.ref-suggest-item:active{background:var(--card-2)}.icon-chip{padding:3px 8px;font-size:1rem;line-height:1}.icon-chip.active{background:linear-gradient(160deg, var(--gold-bright), var(--gold-deep));border-color:#0000}.text-link{color:var(--gold-bright);text-underline-offset:2px;text-decoration:underline}.feedback-chip{cursor:pointer;color:var(--ink-soft);font-weight:600}.feedback-chip.active{background:linear-gradient(160deg, var(--gold-bright), var(--gold-deep));color:#241c07;border-color:#0000}.input-row{gap:8px;margin-bottom:10px;display:flex}select.picker{border:1px solid var(--line);color:var(--ink);background:#0003;border-radius:10px;padding:7px 10px}select.picker option{color:#201f42}.passage-ref{font-family:var(--display);color:var(--gold-bright);text-shadow:0 0 16px #e6bd6a4d;margin-bottom:8px;font-size:1.25rem;font-weight:700}.passage-text{color:var(--ink);font-size:1.14rem;line-height:1.8}.passage-text.ml-text{font-family:var(--ml);font-size:1.08rem;line-height:2}.passage-text.ta-text{font-family:var(--ta);font-size:1.06rem;line-height:2}.passage-text.hi-text{font-family:var(--hi);font-size:1.1rem;line-height:1.95}.vnum{color:var(--gold);vertical-align:super;margin:0 3px 0 6px;font-size:.68em;font-weight:700}.verse-current{background:linear-gradient(#0000 55%,#e6bd6a52 55%);border-radius:2px}.hint{color:var(--muted);font-size:.88rem;font-style:italic}.copyright-note{color:var(--muted);opacity:.75;margin:.75rem 0 0;font-size:.72rem;line-height:1.45}.chip-row{flex-wrap:wrap;gap:7px;display:flex}.pick-chip{background:var(--card);border:1px solid var(--line);color:var(--ink-soft);border-radius:999px;padding:6px 13px;font-size:.86rem;transition:background .15s,color .15s}.pick-chip:active{background:var(--card-2);color:var(--gold-bright)}.pick-chip.ml-text{font-family:var(--ml)}.pick-chip.ta-text{font-family:var(--ta)}.pick-chip.hi-text{font-family:var(--hi)}.testament-title{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:12px 0 7px;font-size:.74rem}.browse-head{text-transform:none;letter-spacing:normal;color:var(--ink);align-items:center;gap:10px;font-size:1rem;display:flex}.chapter-grid{grid-template-columns:repeat(auto-fill,minmax(46px,1fr));gap:7px;display:grid}.chapter-btn{aspect-ratio:1;background:var(--card);border:1px solid var(--line);min-height:44px;font-family:var(--display);color:var(--ink-soft);border-radius:10px;justify-content:center;align-items:center;font-size:.95rem;display:flex}.chapter-btn:active{background:var(--card-2);color:var(--gold-bright)}.context-btn{margin-top:10px}.error-note{color:var(--rose);background:#ee80901a;border:1px solid #ee809047;border-radius:10px;margin:10px 0;padding:10px 14px;font-size:.95rem}.audio-bar{border-top:1px dashed var(--line);flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;padding-top:12px;display:flex}.list-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding:10px 0;display:flex}.list-row:last-child{border-bottom:none}.list-row .name{font-weight:700;font-family:var(--display);color:var(--ink)}.list-row .meta{color:var(--muted);font-size:.82rem}.item-ref{font-family:var(--ml);color:var(--ink);font-weight:600}.icon-btn{color:var(--gold);padding:5px 10px}.sortable-row{background:0 0}.drag-handle{touch-action:none;cursor:grab;color:var(--muted);-webkit-user-select:none;user-select:none;padding:4px 10px 4px 2px;font-size:1.15rem;line-height:1}.drag-handle:active{cursor:grabbing;color:var(--gold)}.flashcard{text-align:center;background:radial-gradient(150% 100% at 50% 0%, #e6bd6a1f, transparent 55%), var(--card);border:1.5px solid var(--line);min-height:240px;box-shadow:var(--shadow), var(--glow);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:16px;margin-bottom:14px;padding:28px 20px;animation:.5s both rise;display:flex}.flashcard .front{font-family:var(--display);color:var(--gold-bright);font-size:1.6rem;font-weight:700}.flip{perspective:1400px;cursor:pointer;margin-bottom:14px}.flip-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.45,.05,.25,1);position:relative}.flip-inner.flipped{transform:rotateY(180deg)}.flip-face{backface-visibility:hidden;text-align:center;border:1.5px solid var(--line);box-shadow:var(--shadow), var(--glow);background:radial-gradient(150% 100% at 50% 0%, #e6bd6a24, transparent 55%), var(--card);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:26px 22px;display:flex;position:absolute;inset:0;overflow:auto}.flip-back{background:radial-gradient(150% 100% at 50% 0%, #74b4e21f, transparent 55%), var(--card);transform:rotateY(180deg)}.flip-ref{font-family:var(--display);color:var(--gold-bright);text-shadow:0 0 18px #e6bd6a59;font-size:1.7rem;font-weight:700}.grade-row{justify-content:center;gap:8px;display:flex}.grade-row .btn.again{color:var(--rose)}.grade-row .btn.good{color:var(--emerald)}.grade-row .btn.easy{background:linear-gradient(155deg, var(--gold-bright), var(--gold-deep));color:#241c07;border-color:#0000;font-weight:700}.grade-row .btn.hard{color:var(--gold)}.grade-btn{flex-direction:column;flex:1;gap:1px;padding:8px 10px;line-height:1.15}.grade-when{opacity:.7;font-size:.68rem;font-weight:400}.grade-points{opacity:.85;letter-spacing:.02em;font-size:.66rem;font-weight:700}.grade-lead{text-align:center;margin-bottom:8px}.grade-explain{text-align:center;max-width:26rem;margin-top:10px;margin-left:auto;margin-right:auto;line-height:1.5}.earn-note{text-align:center;color:var(--gold);margin-top:6px;font-size:.82rem}.earn-table{flex-direction:column;gap:2px;display:flex}.earn-row{border-bottom:1px solid #ffffff0f;align-items:baseline;gap:10px;padding:7px 0;display:flex}.earn-row:last-child{border-bottom:none}.earn-icon{width:1.4rem;color:var(--gold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.earn-what{color:var(--ink-soft);flex:1;font-size:.88rem;line-height:1.35}.earn-worth{color:var(--gold);white-space:nowrap;font-size:.82rem;font-weight:700}.today-hero{text-align:center;background:radial-gradient(120% 90% at 50% -10%, #e6bd6a33, transparent 60%), var(--card);border-color:#e6bd6a4d;padding:24px 18px 22px}.today-count{font-family:var(--display);color:var(--gold-bright);text-shadow:0 0 30px #e6bd6a73;font-size:3.4rem;font-weight:700;line-height:1}.today-sub{font-family:var(--display);color:var(--ink);margin-top:4px;font-size:1.05rem}.today-split{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:10px;display:flex}.due-pill{border:1px solid var(--line);letter-spacing:.02em;border-radius:999px;padding:3px 10px;font-size:.74rem;font-weight:700}.due-pill.new{color:var(--gold-bright);background:#e6bd6a24}.due-pill.back{color:var(--sky);background:#74b4e224;border-color:#74b4e24d}.today-start{margin-top:16px;padding:11px 26px;font-size:1.05rem}.today-why{max-width:24rem;margin-top:12px;margin-left:auto;margin-right:auto;line-height:1.5}.review-card{text-align:left;align-items:stretch;min-height:200px}.review-card .front{text-align:center;margin-bottom:6px}.review-text{font-size:1.1rem;line-height:1.9}.review-text.ml-text,.review-text.ta-text,.review-text.hi-text{line-height:2.1}.rword{cursor:default}.rword.masked{cursor:pointer;color:var(--gold);letter-spacing:.02em;font-variant-ligatures:none;border-bottom:1px dashed var(--line)}.rword.masked:active{color:var(--gold-bright)}.chip-pool,.chip-answer{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.word-chip{border:1px solid var(--line);background:var(--card-2);color:var(--ink);border-radius:10px;padding:7px 12px;font-size:1rem;transition:transform .1s cubic-bezier(.34,1.56,.64,1),box-shadow .15s}.chip-pool .word-chip:active{transform:scale(.92)}.word-chip.wrong{border-color:var(--rose);color:var(--rose);animation:.3s shake}.chip-answer{border:1.5px dashed var(--line);background:#e6bd6a0f;border-radius:12px;min-height:44px;padding:8px}.chip-answer .word-chip{border-color:var(--gold);color:var(--gold-bright);pointer-events:none;background:linear-gradient(155deg,#e6bd6a40,#e6bd6a1a)}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.celebrate{text-align:center;font-family:var(--display);color:var(--emerald);font-size:1.15rem;animation:.4s pop}@keyframes pop{0%{opacity:0;transform:scale(.6)}60%{transform:scale(1.12)}to{opacity:1;transform:scale(1)}}.mode-toggle{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.mode-toggle button{border:1px solid var(--line);background:var(--card);min-width:74px;color:var(--muted);white-space:nowrap;border-radius:10px;flex:22%;padding:8px 4px;font-size:.82rem}.mode-toggle button.active{background:linear-gradient(155deg, var(--gold-bright), var(--gold-deep));color:#241c07;border-color:#0000;font-weight:700}.mode-toggle button:disabled{opacity:.35}.answer-input{border:1.5px solid var(--line);width:100%;font-family:var(--serif);color:var(--ink);resize:vertical;background:#0003;border-radius:12px;margin-bottom:12px;padding:12px 14px;font-size:1.05rem;line-height:1.6}.answer-input::placeholder{color:var(--muted)}.answer-input:focus{border-color:var(--gold);box-shadow:var(--glow);outline:none}.btn.mic{align-self:center;padding:12px 24px;font-size:1.05rem}.btn.mic.listening{background:linear-gradient(155deg, var(--rose), #c94f60);color:#fff;border-color:#0000;animation:1.2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #ee809066}50%{opacity:.85;box-shadow:0 0 0 10px #ee809000}}.score-big{font-family:var(--display);text-align:center;margin:4px 0;font-size:2.8rem;font-weight:700;line-height:1;animation:.45s pop}.score-big.good{color:var(--emerald);text-shadow:0 0 24px #66c98d66}.score-big.ok{color:var(--gold-bright);text-shadow:0 0 24px #e6bd6a66}.score-big.low{color:var(--rose)}.score-diff{margin:6px 0 4px}.score-correct{color:var(--ink)}.score-missed{color:var(--rose);opacity:.8;-webkit-text-decoration:line-through #ee809080;text-decoration:line-through #ee809080}.score-neutral{color:var(--muted)}.identify-options{flex-direction:column;gap:8px;margin:6px 0 12px;display:flex}.identify-opt{font-family:var(--display);justify-content:center;padding:12px;font-weight:600}.identify-opt.correct{background:linear-gradient(155deg, var(--emerald), #3f9c63);color:#06210f;border-color:#0000;animation:.4s pop}.identify-opt.wrong{background:linear-gradient(155deg, var(--rose), #c94f60);color:#fff;border-color:#0000}.identify-opt:disabled{opacity:1}.big-stats{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px;display:grid}.big-stat{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);text-align:center;border-radius:16px;padding:14px;animation:.5s both rise}.big-stat:nth-child(2){animation-delay:60ms}.big-stat:nth-child(3){animation-delay:.12s}.big-stat:nth-child(4){animation-delay:.18s}.big-stat .value{font-family:var(--display);color:var(--gold-bright);justify-content:center;align-items:center;gap:7px;font-size:1.9rem;font-weight:700;display:flex}.mode-toggle button,.btn.mic{justify-content:center;align-items:center;gap:5px;display:inline-flex}.big-stat .label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.78rem}.level-bar{border:1px solid var(--line);background:#00000040;border-radius:999px;height:10px;margin-top:8px;overflow:hidden}.level-bar .fill{background:linear-gradient(90deg, var(--gold-deep), var(--gold-bright));height:100%;box-shadow:var(--glow);border-radius:999px;transition:width .5s}.week-dots{justify-content:space-between;gap:10px;margin-top:10px;display:flex}.week-dot{text-align:center;color:var(--muted);flex:1;font-size:.72rem}.week-dot .dot{border:1.5px solid var(--line);background:var(--card);border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;margin:0 auto 4px;font-size:.85rem;display:flex}.week-dot .dot.active{background:linear-gradient(155deg, var(--gold-bright), var(--gold-deep));color:#241c07;box-shadow:var(--glow);border-color:#0000}.tabbar{z-index:5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line);width:100%;max-width:640px;padding:6px 8px calc(8px + env(safe-area-inset-bottom));background:#100f28d1;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.tabbar button{letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;min-width:0;color:var(--muted);border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:2px;padding:7px 0 5px;font-size:.64rem;transition:color .2s;display:flex}.tabbar button .icon{justify-content:center;align-items:center;height:22px;transition:transform .2s cubic-bezier(.34,1.56,.64,1);display:flex}.tabbar button.active .icon svg{filter:drop-shadow(0 0 6px #f6d68d8c)}.tabbar button.active{color:var(--gold-bright);font-weight:700}.tabbar button.active .icon{transform:translateY(-2px)scale(1.12)}fieldset{border:none}label.field-label{color:var(--muted);margin:10px 0 4px;font-size:.82rem;display:block}.celebration{z-index:60;pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.celebration-inner{animation:1.3s forwards rewardPop;position:relative}@keyframes rewardPop{0%{opacity:0;transform:scale(.4)}18%{opacity:1;transform:scale(1.12)}30%{transform:scale(1)}78%{opacity:1}to{opacity:0;transform:scale(1.02)}}.c-spark{background:radial-gradient(circle, #fff6d8 30%, var(--gold) 70%, transparent);width:9px;height:9px;transform:rotate(var(--a)) translateY(0) scale(1);border-radius:50%;margin:-4.5px;animation:.95s cubic-bezier(.2,.7,.3,1) forwards fly;position:absolute;top:46%;left:50%}@keyframes fly{0%{opacity:0;transform:rotate(var(--a)) translateY(-6px) scale(.6)}25%{opacity:1}to{opacity:0;transform:rotate(var(--a)) translateY(-78px) scale(.35)}}.c-points{font-family:var(--display);color:var(--gold-bright);text-shadow:0 0 16px #e6bd6a99;white-space:nowrap;font-size:1.4rem;font-weight:700;animation:1.3s forwards floatUp;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}@keyframes floatUp{0%{opacity:0;transform:translate(-50%,14px)}25%{opacity:1}75%{opacity:1}to{opacity:0;transform:translate(-50%,-18px)}}.celebration-inner.streak5{animation:2.2s forwards rewardPop}.streak-ring{border:2px solid var(--gold-bright);opacity:0;border-radius:50%;width:60px;height:60px;margin:-30px;animation:2.2s ease-out forwards streakRing;position:absolute;top:50%;left:50%}@keyframes streakRing{0%{opacity:.9;transform:scale(.4)}70%{opacity:0;transform:scale(3.4)}to{opacity:0}}.c-star{background:radial-gradient(circle, #fff6d8 30%, var(--gold-bright) 70%, transparent);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);width:11px;height:11px;transform:rotate(var(--a)) translateY(0) scale(1);margin:-5.5px;animation:1.5s cubic-bezier(.2,.7,.3,1) forwards starFly;position:absolute;top:46%;left:50%}@keyframes starFly{0%{opacity:0;transform:rotate(var(--a)) translateY(-8px) scale(.5)}25%{opacity:1}to{opacity:0;transform:rotate(var(--a)) translateY(-118px) scale(.4)}}.streak-banner{white-space:nowrap;font-family:var(--display);color:var(--gold-bright);text-shadow:0 0 18px #e6bd6ab3;font-size:1.35rem;font-weight:700;animation:2.2s forwards floatUp;position:absolute;top:-34px;left:50%;transform:translate(-50%)}.scene-text{text-align:center;margin-top:6px}.scene-title{font-family:var(--display);color:var(--gold-bright);text-shadow:0 0 22px #e6bd6ab3;font-size:1.9rem;font-weight:700}.scene-sub{color:var(--ink-soft);margin-top:2px;font-size:.95rem}.g-label,.scene-label{fill:#ccc0a6d9;font-family:var(--serif);letter-spacing:.12em;text-transform:uppercase;text-anchor:middle;opacity:0;font-size:9px;animation:5s forwards labelIn}@keyframes labelIn{0%,6%{opacity:0}13%{opacity:1}90%{opacity:1}to{opacity:0}}@keyframes sceneBackdrop{0%{background:#09081800}10%{background:#090818b8}86%{background:#090818b8}to{background:#09081800}}@keyframes sceneHold{0%{opacity:0;transform:scale(.92)}7%{opacity:1;transform:scale(1)}90%{opacity:1}to{opacity:0}}.celebration.goliath{z-index:70;flex-direction:column;animation:5s forwards sceneBackdrop}.goliath-scene{width:min(92vw,460px);padding:0 12px;animation:5s forwards sceneHold;position:relative}.goliath-svg{width:100%;height:auto;animation:5s linear forwards sceneShake;overflow:visible}@keyframes sceneShake{0%,33.5%{transform:translate(0)}34%{transform:translate(-3px,2px)}34.5%{transform:translate(3px,-2px)}35%{transform:translate(-2px)}35.5%{transform:translate(2px,1px)}36%,to{transform:translate(0)}}.g-ground{fill:#e6bd6a1f}.g-armor{fill:#4b4668;stroke:var(--gold-deep);stroke-width:2px}.g-armor-seg{stroke:#e6bd6a8c;stroke-width:1.4px;fill:none}.g-belt{fill:var(--gold-deep)}.g-leg{stroke:#3f3a58;stroke-width:9px;stroke-linecap:round}.g-boot{fill:#2f2b45}.g-arm-g{stroke:#4b4668;stroke-width:7px;stroke-linecap:round}.g-shield{fill:#5d5680;stroke:var(--gold-deep);stroke-width:2px}.g-boss{fill:var(--gold)}.g-skin{fill:#caa46a}.g-beard{fill:#3a2f2f}.g-brow{stroke:#2b2020;stroke-width:2px;stroke-linecap:round;fill:none}.g-eye{fill:#2b2020}.g-helm{fill:var(--gold);stroke:var(--gold-deep);stroke-width:1.4px}.g-crest{fill:#a03d3d}.g-noseguard{stroke:var(--gold-deep);stroke-width:2.4px;stroke-linecap:round}.g-spear{stroke:#8a6128;stroke-width:3px;stroke-linecap:round}.g-spearhead{fill:#9aa0b5}.g-xeye{stroke:#2b2020;stroke-width:1.8px;stroke-linecap:round;fill:none}.g-face-angry{animation:5s linear forwards faceAngry}@keyframes faceAngry{0%,34%{opacity:1}35%,to{opacity:0}}.g-face-dazed{opacity:0;animation:5s linear forwards faceDazed}@keyframes faceDazed{0%,35%{opacity:0}36%,to{opacity:1}}.g-goliath{transform-box:fill-box;transform-origin:50% 100%;animation:5s ease-in forwards goliathFall}@keyframes goliathFall{0%,33%{transform:rotate(0)}36%{transform:rotate(4deg)}42%{transform:rotate(-2.5deg)}48%{transform:rotate(4.5deg)}54%{transform:rotate(-3deg)}58%{transform:rotate(2deg)translateY(3px)}66%{transform:rotate(-34deg)}74%{transform:rotate(-93deg)}79%{transform:rotate(-84deg)}84%,to{transform:rotate(-89deg)}}.g-helmet{animation:5s ease-out forwards helmetPop}@keyframes helmetPop{0%,34%{transform:translate(0)rotate(0)}38%{transform:translate(9px,-22px)rotate(30deg)}44%{transform:translate(22px,-10px)rotate(85deg)}50%{transform:translate(28px,100px)rotate(140deg)}53%{transform:translate(28px,94px)rotate(148deg)}56%,to{transform:translate(28px,98px)rotate(150deg)}}.g-shield-grp{animation:5s ease-in forwards shieldDrop}@keyframes shieldDrop{0%,44%{transform:translate(0)rotate(0)}48%{transform:translate(-1px,10px)rotate(-5deg)}53%{transform:translate(-3px,44px)rotate(-13deg)}56%{transform:translate(-3px,40px)rotate(-11deg)}59%,to{transform:translate(-3px,43px)rotate(-12deg)}}.g-dizzy{opacity:0;fill:var(--gold-bright);animation:5s linear forwards dizzyA}.g-dizzy.d2{animation-name:dizzyB}.g-dizzy.d3{animation-name:dizzyC}@keyframes dizzyA{0%,35%{opacity:0}38%{opacity:1}44%{opacity:.3}50%{opacity:1}58%,to{opacity:0}}@keyframes dizzyB{0%,37%{opacity:0}41%{opacity:1}47%{opacity:.3}53%{opacity:1}58%,to{opacity:0}}@keyframes dizzyC{0%,39%{opacity:0}44%{opacity:1}50%{opacity:.3}56%{opacity:1}60%,to{opacity:0}}.g-staff{stroke:#8a6128;stroke-width:2.6px;stroke-linecap:round}.g-leg2{stroke:#b58756;stroke-width:4px;stroke-linecap:round}.g-sandal{fill:#8a6128}.g-tunic{fill:var(--gold);stroke:var(--gold-deep);stroke-width:1.4px}.g-sash{stroke:#a03d3d;stroke-width:2.2px}.g-arm-d{stroke:#e9c98f;stroke-width:4px;stroke-linecap:round}.g-skin2{fill:#e9c98f}.g-hair{fill:#6d4320}.g-eye2{fill:#4a2f10}.g-smile{stroke:#7a4a16;stroke-width:1.4px;fill:none;stroke-linecap:round}.g-cord{stroke:#8a6128;stroke-width:1.6px}.g-pouch{fill:#8a6128}.g-stone-held{fill:#fff3d0}.g-david{transform-box:fill-box;transform-origin:50% 100%;animation:5s ease-in-out forwards davidThrow}@keyframes davidThrow{0%,5%{transform:rotate(0)translate(0)}12%{transform:rotate(-8deg)translate(0)}24%{transform:rotate(-8deg)translate(0)}28%{transform:rotate(6deg)translate(3px)}36%{transform:rotate(2deg)translate(3px)}46%,to{transform:rotate(0)translate(0)}}.g-whirl{transform-box:fill-box;transform-origin:50% 100%;animation:5s linear forwards slingWhirl}@keyframes slingWhirl{0%,5%{opacity:1;transform:rotate(0)}26%{opacity:1;transform:rotate(-1079deg)}27%,to{opacity:0;transform:rotate(-1080deg)}}.g-arm-hold{animation:5s linear forwards armHold}@keyframes armHold{0%,26%{opacity:1}27%,to{opacity:0}}.g-arm-throw{opacity:0;animation:5s linear forwards armThrow}@keyframes armThrow{0%,26%{opacity:0}28%,to{opacity:1}}.g-stone{fill:#fff3d0;opacity:0;animation:5s linear forwards stoneFly}@keyframes stoneFly{0%,26%{opacity:0;transform:translate(0)}27%{opacity:1}30%{transform:translate(105px,-62px)}33.5%{opacity:1;transform:translate(190px,-40px)}34.5%,to{opacity:0;transform:translate(190px,-40px)}}.g-stone-ghost{fill:#fff3d059;opacity:0;animation:5s linear forwards stoneGhost}@keyframes stoneGhost{0%,27%{opacity:0;transform:translate(0)}28%{opacity:.35}31%{transform:translate(105px,-62px)}34.5%{opacity:.35;transform:translate(190px,-40px)}35.5%,to{opacity:0;transform:translate(190px,-40px)}}.g-flash{fill:#f6d68de6;transform-box:fill-box;transform-origin:50%;opacity:0;animation:5s ease-out forwards flashPop}@keyframes flashPop{0%,33%{opacity:0;transform:scale(.2)}35.5%{opacity:1;transform:scale(1)}44%{opacity:0;transform:scale(1.9)}to{opacity:0}}.g-shard{stroke:var(--gold-bright);stroke-width:2.4px;stroke-linecap:round;transform-box:fill-box;transform-origin:50% 100%;opacity:0;transform:rotate(var(--r));animation:5s ease-out forwards shardPop}@keyframes shardPop{0%,34%{opacity:0;transform:rotate(var(--r)) scaleY(.2)}37%{opacity:1;transform:rotate(var(--r)) scaleY(1)}48%{opacity:0;transform:rotate(var(--r)) scaleY(1.6)}to{opacity:0;transform:rotate(var(--r)) scaleY(1.6)}}.g-dust{fill:#e6bd6a4d;transform-box:fill-box;transform-origin:50%;opacity:0;animation:5s ease-out forwards dustPuffA}.g-dust.small{animation-name:dustPuffB}@keyframes dustPuffA{0%,70%{opacity:0;transform:scale(.2)}77%{opacity:.85;transform:scale(1.2)}90%,to{opacity:0;transform:scale(1.8)}}@keyframes dustPuffB{0%,72%{opacity:0;transform:scale(.2)}79%{opacity:.7;transform:scale(1.1)}92%,to{opacity:0;transform:scale(1.6)}}.goliath-scene .scene-text{animation:5s ease-out forwards textInG}@keyframes textInG{0%,56%{opacity:0;transform:translateY(10px)scale(.9)}66%{opacity:1;transform:translateY(0)scale(1)}92%{opacity:1}to{opacity:0}}.celebration.loaves{z-index:70;flex-direction:column;animation:3.2s forwards sceneBackdrop}.loaves-scene{width:min(92vw,440px);padding:0 12px;animation:3.2s forwards sceneHold;position:relative}.loaves-scene .g-label,.loaves-scene .scene-label{animation-duration:3.2s}.lf-svg{width:100%;height:auto;overflow:visible}.lf-basket{fill:#a5743a;stroke:#7c5426;stroke-width:1.6px}.lf-weave{stroke:#7c5426;stroke-width:1.1px;fill:none;opacity:.7}.lf-loaf-body{fill:#e8c07a;stroke:#b07f36;stroke-width:1.4px}.lf-score{stroke:#b07f36;stroke-width:1.1px;fill:none;opacity:.8}.lf-fish-body{fill:#7fa8c9;stroke:#55799a;stroke-width:1.2px}.lf-fish-eye{fill:#24384c}.lf-loaf{opacity:0;animation:1.5s cubic-bezier(.2,.7,.3,1.15) forwards loafOut}@keyframes loafOut{0%{opacity:0;transform:translate(0)scale(.35)}18%{opacity:1}to{transform:translate(var(--lx), var(--ly)) scale(1);opacity:1}}.lf-fish{opacity:0;animation:1.7s cubic-bezier(.2,.7,.3,1.1) forwards fishOut}@keyframes fishOut{0%{opacity:0;transform:translate(0)rotate(0)scale(.4)}20%{opacity:1}45%{transform:translate(calc(var(--lx) * .5), calc(var(--ly) * .7)) rotate(var(--wig)) scale(.85)}75%{transform:translate(calc(var(--lx) * .85), var(--ly)) rotate(calc(var(--wig) * -1)) scale(1)}to{transform:translate(var(--lx), var(--ly)) rotate(0) scale(1);opacity:1}}.lf-pop{opacity:0;transform-box:fill-box;transform-origin:50%;animation:.55s ease-out forwards lfPop}@keyframes lfPop{0%{opacity:0;transform:scale(.2)}60%{opacity:1;transform:scale(1.14)}to{opacity:1;transform:scale(1)}}.lf-glow{opacity:0;animation:3.2s forwards lfGlow}@keyframes lfGlow{0%,10%{opacity:0}35%{opacity:.9}80%{opacity:.75}to{opacity:0}}.lf-sparkle{fill:var(--gold-bright);opacity:0;transform-box:fill-box;transform-origin:50%;animation:.9s ease-out forwards lfSparkle}@keyframes lfSparkle{0%{opacity:0;transform:scale(.2)}40%{opacity:1;transform:scale(1.15)}to{opacity:0;transform:scale(.5)}}.loaves-scene .scene-text{animation:3.2s ease-out forwards textInLf}@keyframes textInLf{0%,40%{opacity:0;transform:translateY(10px)scale(.9)}52%{opacity:1;transform:translateY(0)scale(1)}88%{opacity:1}to{opacity:0}}.celebration.elijah{z-index:70;flex-direction:column;animation:3.6s forwards sceneBackdrop}.elijah-scene{width:min(92vw,440px);padding:0 12px;animation:3.6s forwards sceneHold;position:relative}.elijah-scene .g-label,.elijah-scene .scene-label{animation-duration:3.6s}.el-svg{width:100%;height:auto;overflow:visible}.el-stone{fill:#6b6478;stroke:#524c63;stroke-width:1.4px}.el-wood{stroke:#8a6128;stroke-width:3px;stroke-linecap:round}.el-bull-body{fill:#caa46a;stroke:#8a6128;stroke-width:1.2px}.el-horn{stroke:#ddd5c2;stroke-width:1.5px;stroke-linecap:round;fill:none}.el-fold{stroke:#8a6128;stroke-width:1px;fill:none;opacity:.7}.el-offering{animation:3.6s linear forwards elConsumed}@keyframes elConsumed{0%,40%{opacity:1}70%{opacity:.75}88%,to{opacity:0}}.el-column{transform-box:fill-box;transform-origin:50% 0;opacity:0;animation:3.6s ease-in forwards elColumn}@keyframes elColumn{0%,14%{opacity:0;transform:scaleY(0)}18%{opacity:1}28%{opacity:1;transform:scaleY(1)}34%{opacity:.9;transform:scaleY(1)}42%,to{opacity:0;transform:scaleY(1)}}.el-burst{fill:#fff4d6f2;transform-box:fill-box;transform-origin:50%;opacity:0;animation:3.6s ease-out forwards elBurst}@keyframes elBurst{0%,27%{opacity:0;transform:scale(.2)}31%{opacity:1;transform:scale(1)}42%{opacity:0;transform:scale(2.1)}to{opacity:0}}.el-flame{transform-box:fill-box;transform-origin:50% 100%;opacity:0;animation:3.6s ease-out forwards elFlameA}.el-flame.f2{animation-name:elFlameB}.el-flame.f3{animation-name:elFlameC}@keyframes elFlameA{0%,30%{opacity:0;transform:scaleY(.1)scaleX(.5)}36%{opacity:1;transform:scale(1)}48%{transform:scaleY(.92)}58%{transform:scaleY(1.06)}68%{transform:scaleY(.95)}78%{opacity:1;transform:scaleY(1.03)}94%,to{opacity:0;transform:scaleY(1)}}@keyframes elFlameB{0%,33%{opacity:0;transform:scaleY(.1)scaleX(.5)}39%{opacity:1;transform:scale(1)}50%{transform:scaleY(1.08)}62%{transform:scaleY(.93)}74%{opacity:1;transform:scaleY(1.05)}94%,to{opacity:0;transform:scaleY(1)}}@keyframes elFlameC{0%,35%{opacity:0;transform:scaleY(.1)scaleX(.5)}41%{opacity:1;transform:scale(1)}53%{transform:scaleY(.9)}66%{transform:scaleY(1.07)}80%{opacity:1;transform:scaleY(.96)}94%,to{opacity:0;transform:scaleY(1)}}.el-glow{opacity:0;animation:3.6s forwards elGlow}@keyframes elGlow{0%,28%{opacity:0}40%{opacity:1}60%{opacity:.8}78%{opacity:.95}94%,to{opacity:0}}.el-spark{fill:var(--gold-bright);opacity:0;animation:1.2s ease-out forwards elSpark}@keyframes elSpark{0%{opacity:0;transform:translate(0)scale(.5)}25%{opacity:1}to{opacity:0;transform:translate(var(--sx), var(--sy)) scale(.3)}}.elijah-scene .scene-text{animation:3.6s ease-out forwards textInEl}@keyframes textInEl{0%,44%{opacity:0;transform:translateY(10px)scale(.9)}56%{opacity:1;transform:translateY(0)scale(1)}90%{opacity:1}to{opacity:0}}.pocket-overlay{z-index:200;touch-action:none;overscroll-behavior:none;cursor:default;background:#000;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.pocket-hint{color:#ccc0a642;text-align:center;max-width:20rem;padding:0 24px calc(30px + env(safe-area-inset-bottom));font-size:.8rem;line-height:1.6}.pocket-hint b{color:#ccc0a673;margin-top:4px;display:block}.pocket-icon{opacity:.45;margin-bottom:6px;font-size:1.4rem;display:block}.bol-rays{transform-origin:64px 60px;animation:4s ease-in-out infinite rayBreathe}.bol-flame{transform-origin:64px 62px;animation:3.2s ease-in-out infinite flicker}@keyframes rayBreathe{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.bol-halo{transform-box:fill-box;transform-origin:50%;animation:3.4s ease-in-out infinite haloBreathe}@keyframes haloBreathe{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.18)}}.empty-art{text-align:center;padding:12px 0 6px}.seals{grid-template-columns:repeat(3,1fr);gap:14px 8px;display:grid}.seal{text-align:center}.seal-disc{background:radial-gradient(circle at 50% 32%,#f6d68d,#b07f36);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto;display:flex;position:relative;box-shadow:inset 0 0 0 2px #ffffff38,inset 0 -6px 12px #00000038}.seal-disc:before{content:"";background:repeating-conic-gradient(from 0deg, var(--gold) 0 9deg, transparent 9deg 20deg);z-index:-1;border-radius:50%;position:absolute;inset:-4px;-webkit-mask:radial-gradient(circle,#0000 26px,#000 27px 30px,#0000 31px);mask:radial-gradient(circle,#0000 26px,#000 27px 30px,#0000 31px)}.seal-emoji{font-size:1.5rem;line-height:1}.seal-label{font-family:var(--display);color:var(--ink-soft);margin-top:6px;font-size:.68rem;line-height:1.2}.seal.earned .seal-disc{filter:drop-shadow(0 0 10px #e6bd6a80);animation:.5s both sealPop}.seal.locked{opacity:.42;filter:grayscale(.75)}.seal.locked .seal-label{color:var(--muted)}@keyframes sealPop{0%{transform:scale(.6)}60%{transform:scale(1.1)}to{transform:scale(1)}}.mascot{filter:drop-shadow(0 0 18px #f6d68d66);margin:0 auto}.mascot .m-flame{transform-origin:60px 90px;animation:2.6s ease-in-out infinite flicker}.mascot .m-halo{transform-origin:60px 52px;animation:3.4s ease-in-out infinite breathe}@keyframes flicker{0%,to{transform:rotate(-1.2deg)scaleY(1)}50%{transform:rotate(1.2deg)scaleY(1.04)}}@keyframes breathe{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.mascot-cheer .m-flame{animation:.7s ease-in-out infinite cheerBounce}@keyframes cheerBounce{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-5px)scale(1.06)}}.mascot-cheer .m-spark{animation:1.1s ease-in-out infinite sparkle}.mascot-cheer .s2{animation-delay:.35s}.mascot-cheer .s3{animation-delay:.7s}@keyframes sparkle{0%,to{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1.1)}}.mascot-sleep{filter:drop-shadow(0 0 10px #f6d68d38)}.mascot-sleep .m-flame{opacity:.8;animation:4.5s ease-in-out infinite flickerLow}@keyframes flickerLow{0%,to{transform:rotate(-1deg)scale(.82)}50%{transform:rotate(1deg)scale(.84)scaleY(1.03)}}.welcome{min-height:100vh;padding:16px 22px calc(28px + env(safe-area-inset-bottom));flex-direction:column;animation:.6s both rise;display:flex}.welcome-top{justify-content:flex-end;display:flex}.welcome-hero{text-align:center;padding:14px 0 8px;position:relative}.welcome-title{font-family:var(--display);color:var(--gold-bright);text-shadow:0 0 26px #e6bd6a66;margin-top:6px;font-size:2.4rem;font-weight:700}.welcome-title .ml{font-family:var(--ml);color:var(--gold);margin-left:6px;font-size:1.5rem}.welcome-tag{font-family:var(--display);color:var(--ink);margin-top:2px;font-size:1.05rem}.welcome-verse{color:var(--ink-soft);max-width:22rem;margin:10px auto 0;font-size:.9rem;font-style:italic;line-height:1.5}.welcome-features{flex-direction:column;gap:12px;margin:20px 0 6px;display:flex}.welcome-feature{background:var(--card);border:1px solid var(--line);border-radius:14px;align-items:flex-start;gap:12px;padding:12px 14px;animation:.5s both rise;display:flex}.welcome-feature:nth-child(2){animation-delay:70ms}.welcome-feature:nth-child(3){animation-delay:.14s}.welcome-feature:nth-child(4){animation-delay:.21s}.wf-icon{background:var(--card);border:1px solid var(--line);width:34px;height:34px;color:var(--gold);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.wf-title{font-family:var(--display);color:var(--gold-bright);font-weight:700}.wf-body{color:var(--ink-soft);font-size:.88rem;line-height:1.45}.welcome-begin{align-self:center;margin-top:18px;padding:13px 40px;font-size:1.1rem}.who-title{font-family:var(--display);color:var(--gold-bright);text-align:center;margin-top:22px;font-size:1.15rem}.who-hint{text-align:center;margin-top:6px}.share-row{flex-wrap:wrap;gap:8px;margin-bottom:6px;display:flex}.share-row a.btn,.share-row button.btn{align-items:center;gap:6px;text-decoration:none;display:inline-flex}.share-row svg{flex-shrink:0}.who-single{flex-direction:column;align-items:center;gap:12px;margin-top:16px;display:flex}.who-continue{box-shadow:var(--glow);align-items:center;gap:10px;max-width:calc(100% - 24px);padding:13px 26px;font-size:1.05rem;display:inline-flex}.who-continue-label{white-space:nowrap;align-items:baseline;gap:.3em;min-width:0;display:inline-flex}.who-continue-name{text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom;max-width:9em;display:inline-block;overflow:hidden}.who-grid{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:14px;display:flex}.who-tile.removing{border-color:#ee809073;position:relative}.who-tile-x{background:var(--rose);color:#2a0d12;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.8rem;font-weight:700;display:flex;position:absolute;top:-7px;right:-7px;box-shadow:0 2px 8px #00000073}.who-remove-toggle{color:var(--muted)}.who-tile{background:var(--card);border:1px solid var(--line);width:96px;color:var(--ink);cursor:pointer;border-radius:16px;flex-direction:column;align-items:center;gap:7px;padding:14px 6px 12px;transition:transform .15s,background .15s,box-shadow .15s;animation:.45s both rise;display:flex}.who-tile:active{transform:scale(.95)}@media (hover:hover){.who-tile:hover{background:var(--card-2);box-shadow:var(--glow)}}.who-tile.add{color:var(--muted);border-style:dashed}.who-tile-face{font-size:2rem;line-height:1}.who-tile-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.86rem;font-weight:600;overflow:hidden}.who-new{background:var(--card);border:1px solid var(--line);border-radius:16px;margin-top:22px;padding:16px}.who-name-input{resize:none;width:100%;height:46px;min-height:0}.avatar-grid{grid-template-columns:repeat(6,1fr);gap:6px;margin-top:4px;display:grid}.avatar-pick{aspect-ratio:1;background:var(--card);border:1px solid var(--line);cursor:pointer;border-radius:12px;font-size:1.35rem;transition:transform .12s,background .12s}.avatar-pick.active{background:linear-gradient(155deg, var(--gold-bright), var(--gold-deep));border-color:#0000;transform:scale(1.06)}.who-new-actions{align-items:center;gap:10px;margin-top:14px;display:flex}.who-chip{cursor:pointer;max-width:7rem;color:var(--ink-soft);align-items:center;gap:5px;display:inline-flex}.who-face{font-size:1rem}.who-name{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.who-current{align-items:center;gap:10px;margin-bottom:12px;display:flex}.who-current-face{font-size:1.9rem}.who-current-name{font-family:var(--display);color:var(--gold-bright);font-size:1.2rem;font-weight:700}.welcome-foot{text-align:center;margin-top:12px}.welcome .ml-text{font-family:var(--ml)}.ta-text{font-family:var(--ta)}.hi-text{font-family:var(--hi)}.welcome-tag.ml-text,.welcome-verse.ml-text,.wf-title.ml-text,.wf-body.ml-text,.welcome-foot.ml-text,.welcome-tag.ta-text,.welcome-verse.ta-text,.wf-title.ta-text,.wf-body.ta-text,.welcome-foot.ta-text,.welcome-tag.hi-text,.welcome-verse.hi-text,.wf-title.hi-text,.wf-body.hi-text,.welcome-foot.hi-text{line-height:1.75}.welcome-title.ml-text,.welcome-title.ta-text,.welcome-title.hi-text{font-size:2.6rem}.tour-overlay{z-index:40;padding:24px 20px calc(24px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:radial-gradient(120% 70% at 50% -10%,#e6bd6a24,#0000 55%),linear-gradient(#161534f7,#0b0a1efa);display:flex;position:fixed;inset:0;overflow-y:auto}.tour-inner{flex-direction:column;align-items:center;gap:18px;width:100%;margin:auto;display:flex}.tour-card{text-align:center;background:var(--card);border:1px solid var(--line);width:100%;max-width:420px;min-height:320px;box-shadow:var(--shadow);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:28px 22px;animation:.45s cubic-bezier(.22,1,.36,1) both tourIn;display:flex}@keyframes tourIn{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:none}}.tour-visual{color:var(--gold);justify-content:center;align-items:center;min-height:110px;display:flex}.tour-title{font-family:var(--display);color:var(--gold-bright);text-wrap:balance;font-size:1.35rem;font-weight:700}.tour-body{color:var(--ink-soft);max-width:34ch;font-size:.98rem;line-height:1.65}.tour-grades{flex-direction:column;gap:7px;width:100%;display:flex}.tour-grade{text-align:left;border:1px solid var(--line);border-radius:10px;align-items:baseline;gap:10px;padding:7px 12px;font-size:.85rem;display:flex}.tour-grade b{flex:none;width:3.4rem}.tour-grade span{color:var(--muted);font-size:.8rem}.tour-grade.again b{color:var(--rose)}.tour-grade.hard b{color:#f0a35e}.tour-grade.good b{color:var(--emerald)}.tour-grade.easy b{color:var(--sky)}.tour-dots{gap:8px;display:flex}.tour-dot{background:var(--card-2);border:1px solid var(--line);border-radius:50%;width:9px;height:9px;padding:0;transition:background .2s,transform .2s}.tour-dot.active{background:var(--gold-bright);transform:scale(1.25)}.tour-nav{justify-content:space-between;gap:10px;width:100%;max-width:420px;display:flex}.tour-next{flex:1;max-width:220px}.tour-link{color:var(--gold)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.picker-static{color:var(--text);margin:0;padding:.55rem .1rem;font-size:.98rem}.credits{gap:15px;display:grid}.credit-group{gap:5px;display:grid}.credit-heading{font-family:var(--display);text-transform:uppercase;letter-spacing:.15em;color:var(--gold-deep);margin:0;font-size:.67rem;font-weight:600}.credit-list{color:var(--ink-soft);flex-wrap:wrap;margin:0;padding:0;font-size:.85rem;line-height:1.6;list-style:none;display:flex}.credit-list li:not(:last-child):after{content:"·";color:var(--gold-deep);opacity:.55;margin:0 .5em}.credit-note{color:var(--muted);margin:1px 0 0;font-size:.76rem;font-style:italic;line-height:1.5}.credit-source{border-top:1px solid var(--line);color:var(--muted);letter-spacing:.01em;margin:0;padding-top:11px;font-size:.74rem}.excerpt-note{color:var(--muted);margin:8px 0 0;font-size:.82rem}.excerpt-quote{color:var(--gold);font-style:italic}.item-excerpt{color:var(--muted);margin-top:2px;font-size:.8rem;font-style:italic;line-height:1.4;display:block}.share-manual{border:1px solid var(--line);background:var(--card);width:100%;color:var(--ink-soft);resize:vertical;border-radius:10px;margin-top:8px;padding:8px 10px;font-family:inherit;font-size:.84rem;line-height:1.5}.chapter-btn.selected{border-color:var(--gold);color:var(--gold-bright);background:#e6bd6a2e}.chapter-btn.pending{border-color:var(--gold-bright);box-shadow:var(--glow)}.chapter-btn.wide{aspect-ratio:auto;grid-column:1/-1;height:44px;min-height:0;padding-inline:14px;font-size:.88rem}.update-chip{left:50%;bottom:calc(72px + env(safe-area-inset-bottom));z-index:6;border:1px solid var(--gold);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--glow);color:var(--gold-bright);font-family:var(--display);white-space:nowrap;background:#100f28eb;border-radius:999px;padding:8px 16px;font-size:.84rem;animation:.32s ease-out both chip-rise;position:fixed;transform:translate(-50%)}@keyframes chip-rise{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.update-chip{animation:none}}.ladder-dots{align-items:center;gap:4px;display:inline-flex}.ldot{border:1px solid var(--line);background:#ffffff24;border-radius:50%;width:8px;height:8px}.ldot.done{background:var(--gold-deep);border-color:var(--gold-deep)}.ldot.here{background:var(--gold-bright);border-color:var(--gold-bright);box-shadow:0 0 8px #f6d68db3}.ladder-crown{margin-left:4px;font-size:.8rem}.ladder-dots.compact .ldot{width:7px;height:7px}.ladder-header{align-items:center;gap:10px;margin:4px 0 10px;display:flex}.ladder-celebrate{border:1px solid var(--line);background:var(--card);color:var(--gold);font-family:var(--display);border-radius:12px;align-items:flex-start;gap:8px;margin-bottom:10px;padding:8px 12px;font-size:.92rem;line-height:1.45;animation:.32s ease-out both banner-rise;display:flex}@keyframes banner-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.ladder-celebrate{animation:none}}.ladder-emoji{font-size:1.15rem}.ladder-row{border-bottom:1px dashed var(--line);align-items:center;gap:10px;padding:6px 0;display:flex}.ladder-row:last-of-type{border-bottom:none}.ladder-row-ref{font-family:var(--display);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.95rem;overflow:hidden}.ladder-row-phase{font-size:.78rem}.due-pill.wait{color:var(--muted);background:#ffffff14}.recite-input{border:1px solid var(--line);background:var(--card);width:100%;color:var(--ink);font-family:var(--serif);resize:vertical;border-radius:12px;padding:10px 12px;font-size:1rem;line-height:1.55}.pack-offer{border-color:var(--gold);box-shadow:var(--glow)}.celebration.noah{z-index:70;flex-direction:column;animation:4.6s forwards sceneBackdrop}.noah-scene{width:min(92vw,440px);padding:0 12px;animation:4.6s forwards sceneHold;position:relative}.noah-scene svg{width:100%;height:auto;overflow:visible}.noah-scene .g-label,.noah-scene .scene-label{animation-duration:4.6s}.noah-scene .scene-text{animation:4.6s ease-out forwards textInScene}.celebration.harvest{z-index:70;flex-direction:column;animation:4.2s forwards sceneBackdrop}.harvest-scene{width:min(92vw,440px);padding:0 12px;animation:4.2s forwards sceneHold;position:relative}.harvest-scene svg{width:100%;height:auto;overflow:visible}.harvest-scene .g-label,.harvest-scene .scene-label{animation-duration:4.2s}.harvest-scene .scene-text{animation:4.2s ease-out forwards textInScene}.celebration.sheep{z-index:70;flex-direction:column;animation:4.4s forwards sceneBackdrop}.sheep-scene{width:min(92vw,440px);padding:0 12px;animation:4.4s forwards sceneHold;position:relative}.sheep-scene svg{width:100%;height:auto;overflow:visible}.sheep-scene .g-label,.sheep-scene .scene-label{animation-duration:4.4s}.sheep-scene .scene-text{animation:4.4s ease-out forwards textInScene}.celebration.prodigal{z-index:70;flex-direction:column;animation:5s forwards sceneBackdrop}.prodigal-scene{width:min(92vw,440px);padding:0 12px;animation:5s forwards sceneHold;position:relative}.prodigal-scene svg{width:100%;height:auto;overflow:visible}.prodigal-scene .g-label,.prodigal-scene .scene-label{animation-duration:5s}.prodigal-scene .scene-text{animation:5s ease-out forwards textInScene}.celebration.race{z-index:70;flex-direction:column;animation:4.5s forwards sceneBackdrop}.race-scene{width:min(92vw,440px);padding:0 12px;animation:4.5s forwards sceneHold;position:relative}.race-scene svg{width:100%;height:auto;overflow:visible}.race-scene .g-label,.race-scene .scene-label{animation-duration:4.5s}.race-scene .scene-text{animation:4.5s ease-out forwards textInScene}@keyframes textInScene{0%,50%{opacity:0;transform:translateY(10px)scale(.9)}62%{opacity:1;transform:translateY(0)scale(1)}90%{opacity:1}to{opacity:0}}.race-nocrown .rr-crown,.race-nocrown .rr-burst{display:none}.ls-hill{fill:#66c98d21}.ls-glow{opacity:0;animation:4.4s forwards lsGlow}@keyframes lsGlow{0%,55%{opacity:0}80%{opacity:.8}to{opacity:.55}}.ls-wool{fill:#f8f4ea;stroke:#d9d2c0;stroke-width:1px}circle.ls-wool{stroke:none}.ls-head{fill:#8a6128}.ls-ear2{fill:#6d4320}.ls-eye{fill:#f8f4ea}.ls-leg{stroke:#6d4320;stroke-width:1.4px;stroke-linecap:round}.ls-sheep{transform-box:fill-box;transform-origin:50% 100%;animation:2s ease-in-out infinite alternate lsIdle,.5s ease-out 2.75s lsHop}@keyframes lsIdle{0%{transform:translateY(0)}to{transform:translateY(-1.6px)}}@keyframes lsHop{0%{transform:translateY(0)}45%{transform:translateY(-5px)}to{transform:translateY(0)}}.ls-shepherd{animation:2.2s linear .35s forwards lsWalk;transform:translate(-40px,172px)}@keyframes lsWalk{0%{transform:translate(-40px,172px)}to{transform:translate(152px,172px)}}.ls-bob{transform-box:fill-box;transform-origin:50% 100%;animation:.3s ease-in-out .35s 7 alternate lsBobK}@keyframes lsBobK{0%{transform:translateY(0)}to{transform:translateY(-2.2px)}}.ls-slegA,.ls-slegB{stroke:#b58756;stroke-width:3.6px;stroke-linecap:round;transform-box:fill-box;transform-origin:50% 0}.ls-slegA{animation:.55s ease-in-out .35s 4 alternate lsSwing}.ls-slegB{animation:.55s ease-in-out .35s 4 alternate-reverse lsSwing}@keyframes lsSwing{0%{transform:rotate(-16deg)}to{transform:rotate(16deg)}}.ls-sandal{fill:#8a6128}.ls-drape{fill:none;stroke:#f2ecdc;stroke-width:3px;opacity:.9}.ls-carried{transform-box:fill-box;transform-origin:50% 40%;animation:1.1s ease-in-out .4s 4 alternate lsCarrySway}@keyframes lsCarrySway{0%{transform:rotate(-2.6deg)}to{transform:rotate(2.6deg)}}.ls-kick{transform-box:fill-box;transform-origin:50% 0;animation:.38s ease-in-out 2.75s 4 alternate lsKick}.ls-kick.late{animation-delay:2.95s}@keyframes lsKick{0%{transform:rotate(-11deg)}to{transform:rotate(11deg)}}.ls-chead{transform-box:fill-box;transform-origin:15% 60%;animation:1.2s ease-in-out 2.7s forwards lsHeadLift;transform:rotate(24deg)}@keyframes lsHeadLift{0%{transform:rotate(24deg)}45%{transform:rotate(-6deg)}70%{transform:rotate(-6deg)}to{transform:rotate(10deg)}}.ls-staff{stroke:#8a6128;stroke-width:2.4px;stroke-linecap:round}.ls-crook{fill:none;stroke:#8a6128;stroke-width:2.4px;stroke-linecap:round;display:none}.ls-tunic{fill:var(--gold);stroke:var(--gold-deep);stroke-width:1.3px}.ls-sash{stroke:#a03d3d;stroke-width:2.2px}.ls-arm{stroke:#e9c98f;stroke-width:3.6px;stroke-linecap:round}.ls-skin{fill:#e9c98f}.ls-hair{fill:#6d4320}.ls-smile{stroke:#7a4a16;stroke-width:1.2px;fill:none;stroke-linecap:round}.ls-heart{fill:var(--gold-bright);opacity:0;transform-box:fill-box;transform-origin:50%;animation:1.1s ease-out forwards lsHeart}@keyframes lsHeart{0%{opacity:0;transform:translateY(6px)scale(.3)}30%{opacity:1;transform:translateY(-2px)scale(1.1)}to{opacity:0;transform:translateY(-16px)scale(.9)}}.rr-track{stroke:#e6bd6a4d;stroke-width:1.6px;stroke-dasharray:7 6}.rr-post{stroke:#8a6128;stroke-width:2.6px;stroke-linecap:round}.rr-pennant{fill:var(--rose)}.rr-glow{opacity:0;animation:4.5s forwards rrGlow}@keyframes rrGlow{0%,50%{opacity:0}72%{opacity:.9}to{opacity:.65}}.rr-ribbon{stroke:var(--gold-bright);stroke-width:2.6px;animation:4.5s linear forwards rrRibbonGone}@keyframes rrRibbonGone{0%,43%{opacity:1}44%,to{opacity:0}}.rr-ribbon-bit{fill:none;stroke:var(--gold-bright);stroke-width:2.6px;stroke-linecap:round}.rr-ribbon-l,.rr-ribbon-r{opacity:0;transform-box:fill-box}.rr-ribbon-l{transform-origin:0%}.rr-ribbon-r{transform-origin:100%}.rr-ribbon-l{animation:4.5s ease-out forwards rrSnapL}.rr-ribbon-r{animation:4.5s ease-out forwards rrSnapR}@keyframes rrSnapL{0%,43%{opacity:0;transform:rotate(0)}44%{opacity:1}54%{opacity:1;transform:rotate(64deg)}64%,to{opacity:0;transform:rotate(80deg)}}@keyframes rrSnapR{0%,43%{opacity:0;transform:rotate(0)}44%{opacity:1}54%{opacity:1;transform:rotate(-64deg)}64%,to{opacity:0;transform:rotate(-80deg)}}.rr-dust{fill:#e6bd6a66;opacity:0;transform-box:fill-box;transform-origin:50%;animation:.55s ease-out forwards rrDust}@keyframes rrDust{0%{opacity:0;transform:scale(.3)}35%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.7)}}.rr-runner{animation:4.5s linear forwards rrRun;transform:translate(-40px,178px)}@keyframes rrRun{0%,5%{transform:translate(-40px,178px)}42%{transform:translate(210px,178px)}50%{transform:translate(252px,178px)}56%{transform:translate(268px,178px)}60%,to{transform:translate(272px,178px)}}.rr-chaser{transform:translate(-70px,178px)scale(.85)}.rr-chaser.two{transform:translate(-105px,178px)scale(.78)}.rr-chaser.one{animation:4.5s linear forwards rrChase1}.rr-chaser.two{animation:4.5s linear forwards rrChase2}@keyframes rrChase1{0%,7%{transform:translate(-70px,178px)scale(.85)}to{transform:translate(150px,178px)scale(.85)}}@keyframes rrChase2{0%,9%{transform:translate(-105px,178px)scale(.78)}to{transform:translate(92px,178px)scale(.78)}}.rr-bob{transform-box:fill-box;transform-origin:50% 100%;animation:.26s ease-in-out .23s 9 alternate rrBobK}.rr-chaser .rr-bob{animation:.3s ease-in-out .32s 13 alternate rrBobK}@keyframes rrBobK{0%{transform:translateY(0)}to{transform:translateY(-2.4px)}}.rr-legA,.rr-legB{stroke:#b58756;stroke-width:3.4px;stroke-linecap:round;transform-box:fill-box;transform-origin:50% 0}.rr-legA{animation:.26s ease-in-out .23s 9 alternate rrSwing}.rr-legB{animation:.26s ease-in-out .23s 9 alternate-reverse rrSwing}.rr-chaser .rr-legA{animation:.3s ease-in-out .32s 13 alternate rrSwing}.rr-chaser .rr-legB{animation:.3s ease-in-out .32s 13 alternate-reverse rrSwing}@keyframes rrSwing{0%{transform:rotate(-30deg)}to{transform:rotate(30deg)}}.rr-sandal{fill:#8a6128}.rr-tunic{fill:var(--sky);stroke:#55799a;stroke-width:1.3px}.rr-tunic-b{fill:var(--amethyst);stroke:#8b6cbf;stroke-width:1.3px}.rr-tunic-c{fill:var(--rose);stroke:#bb5f6e;stroke-width:1.3px}.rr-sash{stroke:#a03d3d;stroke-width:2px}.rr-arm{stroke:#e9c98f;stroke-width:3.4px;stroke-linecap:round}.rr-skin{fill:#e9c98f}.rr-hair{fill:#4a2f10}.rr-smile{stroke:#7a4a16;stroke-width:1.2px;fill:none;stroke-linecap:round}.rr-runner .rr-arms-run{animation:4.5s linear forwards rrArmsRunK}@keyframes rrArmsRunK{0%,58%{opacity:1}60%,to{opacity:0}}.rr-arms-win{opacity:0;animation:4.5s linear forwards rrArmsWinK}@keyframes rrArmsWinK{0%,58%{opacity:0}60%,to{opacity:1}}.rr-crown-body{fill:var(--gold-bright);stroke:var(--gold-deep);stroke-width:1px}.rr-crown-band{fill:var(--gold);stroke:var(--gold-deep);stroke-width:1px}.rr-gem{fill:var(--rose)}.rr-ray{stroke:var(--gold-bright);stroke-width:1.8px;stroke-linecap:round}.rr-crown{opacity:0;transform-box:fill-box;transform-origin:50%;animation:4.5s forwards rrCrown}@keyframes rrCrown{0%,64%{opacity:0;transform:translateY(-44px)rotate(-6deg)}68%{opacity:1}78%{transform:translateY(2px)rotate(3deg)}82%{transform:translateY(0)rotate(0)}to{opacity:1;transform:translateY(0)rotate(0)}}.rr-crown-rays{opacity:0;animation:4.5s linear forwards rrRaysK}@keyframes rrRaysK{0%,80%{opacity:0}86%{opacity:1}to{opacity:.85}}.rr-burst{fill:#f6d68dd9;opacity:0;transform-box:fill-box;transform-origin:50%;animation:4.5s ease-out forwards rrBurst}@keyframes rrBurst{0%,78%{opacity:0;transform:scale(.2)}81%{opacity:1;transform:scale(1)}88%{opacity:0;transform:scale(2)}to{opacity:0}}.rr-sparkle{fill:var(--gold-bright);opacity:0;transform-box:fill-box;transform-origin:50%;animation:.9s ease-out forwards popSparkle}.rr-fw-rise{stroke:#f6d68dbf;stroke-width:1.4px;stroke-linecap:round;opacity:0;animation:.4s ease-out forwards rrFwRise}@keyframes rrFwRise{0%{opacity:0;transform:translateY(26px)}25%{opacity:1}to{opacity:0;transform:translateY(0)}}.rr-fw line{stroke:var(--gold-bright);stroke-width:1.7px;stroke-linecap:round}.rr-fw-core{fill:#fff3c4}.rr-fw{opacity:0;transform-box:fill-box;transform-origin:50%;animation:1s ease-out forwards rrFwPop}@keyframes rrFwPop{0%{opacity:0;transform:scale(.15)}18%{opacity:1;transform:scale(.85)}55%{opacity:.9;transform:scale(1.1)}to{opacity:0;transform:scale(1.28)}}.pc-1{animation:.5s ease-out .15s forwards wbPiece}.pc-2{animation:.5s ease-out .45s forwards wbPiece}.pc-3{animation:.45s ease-out .75s forwards wbPiece}.pc-4{animation:.45s ease-out .95s forwards wbPiece}@keyframes wbPiece{0%{opacity:0;transform:translateY(-14px)}45%{opacity:1}to{opacity:1;transform:translateY(0)}}@keyframes wbWinGlow{0%,30%{fill:var(--gold-bright)}45%,70%{fill:#fff3c4}to{fill:var(--gold-bright)}}@keyframes wbDark{0%,24%{opacity:0}34%{opacity:1}64%{opacity:1}78%,to{opacity:0}}@keyframes wbRainK{0%{opacity:0;transform:translate(6px,-16px)}20%{opacity:.95}80%{opacity:.85}to{opacity:0;transform:translate(-8px,20px)}}@keyframes wbWindK{0%{opacity:0;stroke-dashoffset:60px}15%{opacity:1}85%{opacity:1}to{opacity:0;stroke-dashoffset:-200px}}@keyframes wbWavesIn{0%,26%{opacity:0}34%{opacity:1}62%{opacity:1}76%,to{opacity:0}}@keyframes wbSlosh{0%{transform:translateY(0)scaleX(1)}to{transform:translateY(-7px)scaleX(1.06)}}@keyframes wbFlashK{0%,44%{opacity:0}45%{opacity:1}46.5%{opacity:0}48%{opacity:.7}49.5%,to{opacity:0}}@keyframes wbSunK{0%,74%{opacity:0}88%{opacity:.95}to{opacity:.7}}.nr-mtn{fill:#6b5a3e}.nr-mtn.small{fill:#57492f}.nr-sun-disc{fill:#f6d68d80}.nr-sun-core{fill:#ffeebee6}.nr-ray{stroke:#f6d68d80;stroke-width:2.5px;stroke-linecap:round}.nr-sunrise{opacity:0;animation:4.6s forwards nrSunrise}@keyframes nrSunrise{0%,36%{opacity:0;transform:translateY(46px)}44%{opacity:1}56%{transform:translateY(0)}to{opacity:1;transform:translateY(0)}}.nr-rays{transform-box:fill-box;transform-origin:50%;animation:4.6s linear forwards nrRaySpin}@keyframes nrRaySpin{0%{transform:rotate(0)}to{transform:rotate(24deg)}}.nr-deep{fill:#609ecd8c}.nr-wave{fill:#74b4e26b}.nr-wave.w2{fill:#74b4e280}.nr-wave.w3{fill:#609ecd9e}.nr-crest{fill:none;stroke:#dcf0ff8c;stroke-width:1.6px;stroke-linecap:round}.nr-water{transform-box:fill-box;transform-origin:50% 100%;animation:4.6s forwards nrWater}@keyframes nrWater{0%{opacity:1;transform:translateY(0)}8%{transform:translateY(-2px)}16%{transform:translateY(0)}24%{opacity:1;transform:translateY(-2px)}52%{opacity:0;transform:translateY(52px)}to{opacity:0;transform:translateY(52px)}}.nr-ark-settle{transform-box:fill-box;transform-origin:50% 100%;animation:4.6s forwards nrSettle;transform:translateY(-8px)}@keyframes nrSettle{0%{transform:translateY(-8px)rotate(-1.5deg)}9%{transform:translateY(-10px)rotate(1.5deg)}18%{transform:translateY(-8px)rotate(-1.2deg)}26%{transform:translateY(-9px)rotate(1deg)}48%{transform:translateY(0)rotate(0)}54%{transform:translateY(0)rotate(.6deg)}58%,to{transform:translateY(0)rotate(0)}}.nr-glow{opacity:0;animation:4.6s forwards nrGlow}@keyframes nrGlow{0%,40%{opacity:0}70%{opacity:.8}to{opacity:.55}}.nr-hull{fill:#a5743a;stroke:#7c5426;stroke-width:1.6px}.nr-plank{stroke:#7c5426;stroke-width:1px;fill:none;opacity:.7}.nr-cabin{fill:#8a6128;stroke:#7c5426;stroke-width:1.3px}.nr-roof{fill:var(--gold-deep);stroke:#8a6128;stroke-width:1px}.nr-window{fill:var(--gold-bright)}.nr-noah-robe{fill:var(--gold);stroke:var(--gold-deep);stroke-width:1.2px}.nr-noah-arm{stroke:#e9c98f;stroke-width:3px;stroke-linecap:round}.nr-skin{fill:#e9c98f}.nr-noah-hair{fill:#ddd5c2}.nr-rain{stroke:#74b4e2bf;stroke-width:1.6px;stroke-linecap:round;opacity:0;animation:1.15s linear forwards nrRain}@keyframes nrRain{0%{opacity:0;transform:translateY(0)}15%{opacity:.95}80%{opacity:.8}to{opacity:0;transform:translateY(48px)}}.nr-cloud ellipse{fill:#565d78}.nr-cloud.left{animation:2.3s forwards nrCloudL}.nr-cloud.right{animation:2.3s forwards nrCloudR}@keyframes nrCloudL{0%,55%{opacity:1;transform:none}to{opacity:0;transform:translate(-52px)}}@keyframes nrCloudR{0%,55%{opacity:1;transform:none}to{opacity:0;transform:translate(52px)}}.nr-bow{fill:none;stroke-width:7.5px;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100px;opacity:0;animation:1.35s ease-out forwards nrBow}@keyframes nrBow{0%{stroke-dashoffset:100px;opacity:.9}to{stroke-dashoffset:0;opacity:.9}}.nr-dove{opacity:0;animation:4.6s linear forwards nrFly;transform:translate(170px,92px)}@keyframes nrFly{0%,30%{opacity:0;transform:translate(170px,92px)}34%{opacity:1}48%{transform:translate(220px,60px)}64%{transform:translate(244px,30px)}78%{transform:translate(196px,18px)}90%{transform:translate(148px,30px)}to{opacity:1;transform:translate(120px,24px)}}.nr-dove-body{fill:#f2ecdc}.nr-beak{fill:var(--gold-deep)}.nr-leaf ellipse{fill:var(--emerald)}.nr-leaf{opacity:0;animation:.35s ease-out 2.95s forwards nrLeaf}@keyframes nrLeaf{0%{opacity:0}to{opacity:1}}.nr-wing{fill:#ddd4bd;transform-box:fill-box;transform-origin:90% 90%;animation:.3s ease-in-out 1.35s 11 alternate nrFlap}@keyframes nrFlap{0%{transform:rotate(4deg)}to{transform:rotate(46deg)}}.nr-sparkle{fill:var(--gold-bright);opacity:0;transform-box:fill-box;transform-origin:50%;animation:.9s ease-out forwards popSparkle}@keyframes popSparkle{0%{opacity:0;scale:.2}40%{opacity:1;scale:1.15}to{opacity:0;scale:.5}}.hh-soil{fill:#5f4a2a;opacity:.85}.hh-glow{opacity:0;animation:4.2s forwards hhGlow}@keyframes hhGlow{0%,45%{opacity:0}75%{opacity:.85}to{opacity:.6}}.hh-seed{fill:var(--gold-bright);opacity:0;animation:.6s ease-in forwards hhSeed}@keyframes hhSeed{0%{opacity:0;transform:translateY(-95px)}20%{opacity:1}85%{opacity:1}to{opacity:0;transform:translateY(0)}}.hh-stem{stroke:var(--gold-deep);stroke-width:2px;stroke-linecap:round}.hh-leaf{fill:#9b8a4a}.hh-grain{fill:#e8c07a;stroke:#b07f36;stroke-width:.8px}.hh-whisker{stroke:#c69a45;stroke-width:.9px;fill:none}.hh-stalk{opacity:0;transform-box:fill-box;transform-origin:50% 100%;animation:.85s cubic-bezier(.2,.7,.3,1.18) forwards hhGrow;transform:scaleY(.06)}@keyframes hhGrow{0%{opacity:0;transform:scaleY(.06)}25%{opacity:1}to{opacity:1;transform:scaleY(1)}}.hh-sway{transform-box:fill-box;transform-origin:50% 100%;animation:1.9s ease-in-out infinite alternate hhSway}@keyframes hhSway{0%{transform:rotate(-1.8deg)}to{transform:rotate(1.8deg)}}.hh-sparkle{fill:var(--gold-bright);opacity:0;transform-box:fill-box;transform-origin:50%;animation:.9s ease-out forwards popSparkle}.pr-wall{fill:#a68a4a;stroke:#8a6128;stroke-width:1.4px}.pr-wall2{fill:#96793c;stroke:#8a6128;stroke-width:1.3px}.pr-storyline{stroke:#8a6128;stroke-width:1.2px;opacity:.65}.pr-col{stroke:#d9c690;stroke-width:3.4px;stroke-linecap:round}.pr-cap{fill:#d9c690}.pr-step{fill:#8a6128}.pr-finial{fill:var(--gold-bright)}.pr-roof{fill:#a03d3d}.pr-door{fill:#3a2f1e}.pr-win{fill:var(--gold-bright);opacity:.9}.pr-glow{opacity:0;animation:5s forwards prGlow}@keyframes prGlow{0%,52%{opacity:0}70%{opacity:.9}to{opacity:.6}}.pr-sandal{fill:#8a6128}.pr-skin{fill:#e9c98f}.pr-son-tunic{fill:#6b6478;stroke:#524c63;stroke-width:1.2px}.pr-patch{fill:var(--gold-deep);opacity:.65}.pr-son-arm{stroke:#e9c98f;stroke-width:3.4px;stroke-linecap:round}.pr-stick{stroke:#8a6128;stroke-width:2.2px;stroke-linecap:round}.pr-bundle{fill:#8a6128}.pr-son-hair{fill:#4a2f10}.pr-dad-hair,.pr-beard{fill:#b7ac97}.pr-dad-robe{fill:var(--gold);stroke:var(--gold-deep);stroke-width:1.4px}.pr-dad-trim{stroke:#a03d3d;stroke-width:2px}.pr-dad-arm{stroke:#e9c98f;stroke-width:3.6px;stroke-linecap:round}.pr-cape{fill:var(--gold-deep);opacity:.85;transform-box:fill-box;transform-origin:100% 0}.pr-slegA,.pr-slegB{stroke:#b58756;stroke-width:3.4px;stroke-linecap:round;transform-box:fill-box;transform-origin:50% 0}.pr-dlegA,.pr-dlegB{stroke:#b58756;stroke-width:3.6px;stroke-linecap:round;transform-box:fill-box;transform-origin:50% 0}.pr-son{animation:5s linear forwards prSonGo;transform:translate(310px,176px)}@keyframes prSonGo{0%{opacity:1;transform:translate(310px,176px)}46%{opacity:1;transform:translate(191px,176px)}52%{opacity:1;transform:translate(186px,176px)}54%,to{opacity:0;transform:translate(186px,176px)}}.pr-slegA{animation:.8s ease-in-out 3 alternate prSwingSlow}.pr-slegB{animation:.8s ease-in-out 3 alternate-reverse prSwingSlow}@keyframes prSwingSlow{0%{transform:rotate(-13deg)}to{transform:rotate(13deg)}}.pr-son-bob{transform-box:fill-box;transform-origin:50% 100%;animation:.4s ease-in-out 6 alternate prBobS}@keyframes prBobS{0%{transform:translateY(0)}to{transform:translateY(-1.6px)}}.pr-dad{opacity:0;animation:5s linear forwards prDadGo;transform:translate(62px,176px)}@keyframes prDadGo{0%,24%{opacity:0;transform:translate(62px,176px)}27%{opacity:1}30%{transform:translate(70px,176px)}50%{opacity:1;transform:translate(160px,176px)}54%,to{opacity:0;transform:translate(160px,176px)}}.pr-lean{transform-box:fill-box;transform-origin:50% 100%;animation:5s linear forwards prLean}@keyframes prLean{0%,26%{transform:rotate(0)}32%{transform:rotate(9deg)}48%{transform:rotate(9deg)}53%,to{transform:rotate(0)}}.pr-dlegA{animation:.3s ease-in-out 1.35s 4 alternate prSwingFast}.pr-dlegB{animation:.3s ease-in-out 1.35s 4 alternate-reverse prSwingFast}@keyframes prSwingFast{0%{transform:rotate(-26deg)}to{transform:rotate(26deg)}}.pr-cape{animation:.3s ease-in-out 1.35s 4 alternate prFlutter}@keyframes prFlutter{0%{transform:rotate(-7deg)}to{transform:rotate(7deg)}}.pr-embrace{opacity:0;transform-box:fill-box;transform-origin:50% 100%;animation:5s forwards prEmbrace;transform:translate(172px,176px)scale(.96)}@keyframes prEmbrace{0%,52%{opacity:0;transform:translate(172px,176px)scale(.96)}56%{opacity:1;transform:translate(172px,176px)scale(1)}62%{transform:translate(172px,176px)scale(1.04)}68%{transform:translate(172px,176px)scale(1)}74%{transform:translate(172px,176px)scale(1.035)}80%,to{opacity:1;transform:translate(172px,176px)scale(1)}}.pr-hug-arm{fill:none;stroke:#e9c98f;stroke-width:4px;stroke-linecap:round}.pr-hug-arm.thin{stroke-width:3.2px}.pr-heart{fill:var(--gold-bright);opacity:0;transform-box:fill-box;transform-origin:50%;animation:1.15s ease-out forwards lsHeart}.pr-ring{opacity:0;animation:1s ease-out 3.8s forwards prRing}@keyframes prRing{0%{opacity:0}30%{opacity:1}to{opacity:0}}.pr-ring-c{fill:none;stroke:var(--gold-bright);stroke-width:1.6px}.pr-ring-s{fill:var(--gold-bright)}.stage.nocrown .rr-crown,.stage.nocrown .rr-burst{display:none}
