.landing-root{--bg: #0c0b08;--bg-2: #17140e;--band: #14180f;--panel: rgba(24, 20, 14, .82);--panel-solid: #1b1710;--text: #f5ead4;--muted: #c7b895;--soft: #8d8066;--cyan: #55745a;--cyan-2: #d8ad67;--gold: #b47a33;--gold-2: #e2b46c;--green: #8aa36f;--red: #b3483d;--line: rgba(217, 181, 112, .22);--line-strong: rgba(226, 180, 108, .42);--gold-line: rgba(226, 180, 108, .46);--shadow: rgba(0, 0, 0, .45);--max: 1240px;--radius: 8px;color-scheme:dark;color:var(--text);font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,sans-serif;font-size:16px;line-height:1.8;letter-spacing:.03em;-webkit-font-smoothing:antialiased;min-width:320px;min-height:100vh;background:radial-gradient(circle at 16% 12%,rgba(226,180,108,.08),transparent 28rem),radial-gradient(circle at 82% 24%,rgba(85,116,90,.12),transparent 24rem),linear-gradient(180deg,var(--bg),var(--bg-2) 48%,var(--bg))}.landing-root *,.landing-root *:before,.landing-root *:after{box-sizing:border-box}.landing-root.no-scroll{overflow:hidden}.landing-root a{color:inherit;text-decoration:none}.landing-root button,.landing-root input{font:inherit}.landing-root button{cursor:pointer}.landing-root img{max-width:100%;height:auto;display:block}.landing-root p{margin:0 0 1em}.landing-root h1,.landing-root h2,.landing-root h3{margin:0;color:var(--text);font-weight:900;line-height:1.25;letter-spacing:.05em}.landing-root h1{font-size:clamp(2.4rem,5.5vw,5rem);line-height:1.1;text-shadow:0 4px 28px rgba(0,0,0,.64),0 0 22px rgba(226,180,108,.22)}.landing-root h2{font-size:clamp(1.7rem,3.5vw,3rem);margin-bottom:12px}.landing-root h3{font-size:clamp(1.18rem,2vw,1.5rem)}.landing-root .skip-link{position:fixed;left:16px;top:12px;z-index:300;padding:8px 12px;color:#21170c;background:var(--gold-2);border-radius:6px;transform:translateY(-160%);transition:transform .2s ease}.landing-root .skip-link:focus{transform:translateY(0)}.landing-root .site-nav{position:fixed;inset:0 0 auto;z-index:100;border-bottom:1px solid var(--line);background:#0e0b07c7;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.landing-root .nav-inner{width:min(var(--max),calc(100% - 32px));min-height:66px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.landing-root .brand{display:flex;align-items:center;gap:12px;min-width:0}.landing-root .brand-mark{width:38px;height:38px;flex-shrink:0;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:8px;color:var(--gold-2);background:#e2b46c1f;box-shadow:0 0 22px #e2b46c29;font-weight:900}.landing-root .brand-text{display:flex;flex-direction:column;min-width:0}.landing-root .brand-title{display:block;color:var(--text);font-size:1rem;font-weight:900;line-height:1.12;white-space:nowrap}.landing-root .brand-sub{display:block;color:var(--muted);font-size:.74rem;line-height:1.2;white-space:nowrap}.landing-root .nav-links{display:flex;align-items:center;gap:2px}.landing-root .nav-links a{padding:8px 10px;border-radius:6px;color:var(--muted);font-size:.9rem;white-space:nowrap}.landing-root .nav-links a:hover,.landing-root .nav-links a:focus-visible{color:var(--text);background:#e2b46c1f;outline:none}.landing-root .nav-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.landing-root .nav-cta{padding:10px 16px;font-size:.9rem;white-space:nowrap}.landing-root .nav-secondary{padding:8px 12px;border-radius:6px;color:var(--muted);font-size:.88rem;white-space:nowrap}.landing-root .nav-secondary:hover{color:var(--text);background:#e2b46c1f}.landing-root .nav-burger{display:none;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:#0000002e;color:var(--text);flex-shrink:0}.landing-root .nav-burger:hover{border-color:var(--line-strong)}.landing-root .nav-burger-bars,.landing-root .nav-burger-bars:before,.landing-root .nav-burger-bars:after{display:block;width:18px;height:2px;background:currentColor;border-radius:2px;transition:transform .25s ease,opacity .25s ease,top .25s ease}.landing-root .nav-burger-bars{position:relative}.landing-root .nav-burger-bars:before,.landing-root .nav-burger-bars:after{content:"";position:absolute;left:0}.landing-root .nav-burger-bars:before{top:-6px}.landing-root .nav-burger-bars:after{top:6px}.landing-root .nav-burger.open .nav-burger-bars{background:transparent}.landing-root .nav-burger.open .nav-burger-bars:before{top:0;transform:rotate(45deg)}.landing-root .nav-burger.open .nav-burger-bars:after{top:0;transform:rotate(-45deg)}.landing-root .nav-drawer{position:fixed;top:66px;right:0;bottom:0;left:0;z-index:99;display:none;flex-direction:column;gap:6px;padding:22px 22px 36px;overflow-y:auto;background:#0c0a07f5;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.landing-root .nav-drawer.open{display:flex}.landing-root .nav-drawer a{display:flex;align-items:center;padding:14px 12px;border-radius:8px;color:var(--text);font-weight:700;font-size:1rem;border:1px solid transparent}.landing-root .nav-drawer a:hover,.landing-root .nav-drawer a:focus-visible{background:#e2b46c1a;border-color:var(--line);outline:none}.landing-root .nav-drawer .nav-drawer-divider{height:1px;margin:8px 0;background:var(--line)}.landing-root .nav-drawer .nav-drawer-cta{margin-top:4px;justify-content:center;border:1px solid var(--gold-2);color:#241608;background:linear-gradient(180deg,#f0c67b,var(--gold))}.landing-root .nav-drawer .nav-drawer-cta:hover{background:linear-gradient(180deg,#f3cf8b,#c0863a)}.landing-root .btn-primary,.landing-root .btn-secondary,.landing-root .nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:6px;font-weight:900;line-height:1.15;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.landing-root .btn-primary,.landing-root .nav-cta{border:1px solid var(--gold-2);color:#241608;background:linear-gradient(180deg,#f0c67b,var(--gold));box-shadow:0 14px 32px #b47a3342}.landing-root .btn-primary,.landing-root .btn-secondary{min-width:196px;padding:14px 22px}.landing-root .btn-secondary{border:1px solid var(--line-strong);color:var(--text);background:#0000002e}.landing-root .btn-primary:hover,.landing-root .btn-secondary:hover,.landing-root .nav-cta:hover{transform:translateY(-2px)}.landing-root .btn-secondary:hover{border-color:var(--gold-2);background:#e2b46c1f}.landing-root .container{width:min(var(--max),calc(100% - 40px));margin:0 auto}.landing-root .section{padding:102px 0;scroll-margin-top:80px}.landing-root .section.band{background:linear-gradient(180deg,rgba(226,180,108,.06),transparent 35%),var(--band)}.landing-root .section-head{max-width:820px;margin-bottom:42px}.landing-root .section-head.center{margin-right:auto;margin-left:auto;text-align:center}.landing-root .eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:12px;color:var(--gold-2);font-size:.82rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.landing-root .eyebrow:before,.landing-root .section-head.center .eyebrow:after{content:"";width:28px;height:1px;background:currentColor}.landing-root .lead{color:var(--muted);font-size:clamp(1.02rem,1.8vw,1.24rem)}.landing-root .hero{position:relative;min-height:92svh;padding:96px 0 48px;display:grid;align-items:center;overflow:hidden;isolation:isolate;background:linear-gradient(90deg,#0a0805eb,#0a0805c7 42%,#0a08056b 74%,#0a0805d6),linear-gradient(180deg,#0a08052e,#0a0805f0),url(/landing/guild-hero-bg.png) center center / cover no-repeat,#090806}.landing-root .hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at 78% 22%,rgba(226,180,108,.16),transparent 18rem),radial-gradient(circle at 40% 80%,rgba(85,116,90,.16),transparent 22rem)}.landing-root .hero-layout{min-height:calc(92svh - 144px);display:flex;align-items:center}.landing-root .hero-copy{max-width:760px;position:relative;z-index:2}.landing-root .hero-summary{max-width:680px;margin-top:24px;color:var(--muted);font-size:clamp(1rem,1.8vw,1.26rem);margin-bottom:0}.landing-root .hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.landing-root .hero-points span{display:inline-flex;align-items:center;min-height:34px;padding:6px 11px;border:1px solid var(--line);border-radius:999px;color:var(--gold-2);background:#18120a6b;font-size:.88rem;font-weight:900}.landing-root .hero-position{max-width:700px;margin:22px 0 0;padding:16px 18px;border:1px solid var(--line);border-left:4px solid var(--gold-2);background:#e2b46c1a;color:var(--text);font-weight:900}.landing-root .hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.landing-root .hero-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:30px}.landing-root .hero-card{min-height:116px;padding:14px 12px;border:1px solid var(--line);border-radius:var(--radius);background:#15100ac2;box-shadow:inset 0 0 18px #e2b46c14,0 12px 28px #0003}.landing-root .hero-card b{display:block;margin-bottom:8px;color:var(--gold-2);font-size:1rem}.landing-root .hero-card span{color:var(--muted);font-size:.86rem}.landing-root .breathing-dot{display:block;width:8px;height:8px;border-radius:50%;background:var(--green)}.landing-root .pain-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.landing-root .pain-card{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--panel);box-shadow:0 24px 58px var(--shadow);display:flex;flex-direction:column}.landing-root .pain-img-wrapper{position:relative;width:100%;border-bottom:1px solid var(--line)}.landing-root .pain-card img{width:100%;aspect-ratio:16 / 9;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.landing-root .fail-stamp{position:absolute;top:18px;right:18px;transform:rotate(12deg);border:3px solid #d34a41;color:#d34a41;font-size:clamp(.92rem,1.8vw,1.3rem);font-weight:900;letter-spacing:.15em;padding:6px 14px;border-radius:6px;text-transform:uppercase;pointer-events:none;opacity:.95;box-shadow:inset 0 0 12px #d34a4140,0 0 12px #d34a4140;text-shadow:0 0 8px rgba(211,74,65,.5);background:#0f0c0aa6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.landing-root .pain-card-body{padding:18px}.landing-root .pain-card h3{margin-bottom:8px;color:var(--gold-2)}.landing-root .pain-card p{color:var(--muted);font-size:.95rem;margin-bottom:0;line-height:1.6}.landing-root .closing-line{margin-top:28px;padding:18px 20px;border:1px solid var(--line);border-radius:var(--radius);background:#e2b46c1a;color:var(--text);text-align:center;font-weight:900}.landing-root .table-section{display:grid;grid-template-columns:minmax(0,.72fr) minmax(360px,1.28fr);gap:34px;align-items:center}.landing-root .table-copy{display:grid;gap:16px;color:var(--muted)}.landing-root .table-image{overflow:hidden;border:1px solid var(--gold-line);border-radius:10px;background:#090a08;box-shadow:0 28px 72px var(--shadow)}.landing-root .table-image img{width:100%;aspect-ratio:1672 / 941;-o-object-fit:cover;object-fit:cover}.landing-root .text-blocks{display:grid;gap:14px}.landing-root .text-blocks p{margin:0}.landing-root .screens-grid{display:grid;gap:22px}.landing-root .screen-card{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,1fr);gap:20px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:10px;background:var(--panel);box-shadow:0 24px 58px var(--shadow)}.landing-root .screen-copy{padding:10px}.landing-root .screen-index{display:inline-grid;place-items:center;width:36px;height:36px;margin-bottom:14px;border:1px solid var(--line-strong);border-radius:8px;color:var(--gold-2);background:#e2b46c1a;font-weight:900}.landing-root .screen-copy h3{margin-bottom:12px}.landing-root .screen-copy p{color:var(--muted);margin-bottom:0;line-height:1.6}.landing-root .screen-shot{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#03070d}.landing-root .screen-shot img{width:100%;aspect-ratio:1672 / 941;-o-object-fit:cover;object-fit:cover}.landing-root .experience-closing{max-width:900px;margin:28px auto 0;padding:20px 24px;border:1px solid var(--line-strong);border-radius:var(--radius);background:#e2b46c1a;color:var(--text);text-align:center;font-weight:900}.landing-root .beta-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);gap:34px;align-items:center}.landing-root .rich-copy{display:grid;gap:16px;color:var(--muted)}.landing-root .reward-display{padding:28px;border:1px solid var(--gold-line);border-radius:10px;background:linear-gradient(160deg,rgba(217,166,90,.16),transparent 44%),var(--panel);box-shadow:0 28px 70px var(--shadow)}.landing-root .medal-wrap{display:grid;grid-template-columns:minmax(220px,280px) 1fr;gap:24px;align-items:center}.landing-root .medal-image{width:min(280px,100%);height:auto;filter:drop-shadow(0 20px 38px rgba(0,0,0,.38)) drop-shadow(0 0 28px rgba(226,180,108,.16))}.landing-root .reward-text{display:grid;gap:12px;color:var(--muted)}.landing-root .reward-text h3{color:var(--text)}.landing-root .condition{margin-top:18px;padding:15px 16px;border:1px solid var(--gold-line);border-radius:var(--radius);background:#d9a65a1a;color:var(--text);font-size:.95rem;font-weight:900}.landing-root .world-layout{display:grid;grid-template-columns:minmax(340px,1fr) minmax(0,.82fr);gap:34px;align-items:stretch}.landing-root .ledger{padding:30px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--panel);color:var(--text);box-shadow:0 24px 60px var(--shadow)}.landing-root .ledger h3{margin-bottom:22px;color:var(--gold-2)}.landing-root .ledger-row{display:grid;grid-template-columns:86px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px dashed var(--line)}.landing-root .ledger-row span{color:var(--muted)}.landing-root .ledger-row strong{color:var(--text)}.landing-root .world-copy{display:flex;flex-direction:column;justify-content:center;gap:16px;color:var(--muted)}.landing-root .register-layout{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(320px,1.1fr);gap:26px;align-items:stretch}.landing-root .register-layout--single{grid-template-columns:minmax(0,560px);justify-content:center}.landing-root .qr-card{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:0 22px 55px var(--shadow);display:flex;flex-direction:column}.landing-root .qr-card h3{margin-bottom:8px}.landing-root .card-intro{margin-bottom:22px;color:var(--muted)}.landing-root .qr-frame{padding:10px;border:1px solid var(--line);border-radius:var(--radius);background:#00000038}.landing-root .qr-frame img{width:100%;max-height:360px;-o-object-fit:contain;object-fit:contain;border-radius:6px;background:#1c1c1c}.landing-root .group-number{display:inline-flex;margin:14px 0;padding:7px 11px;border:1px solid var(--line);border-radius:999px;color:var(--gold-2);font-weight:900}.landing-root .qr-card p{color:var(--muted)}.landing-root .qr-card p+p{margin-top:12px}.landing-root .site-footer{padding:32px 0 44px;border-top:1px solid var(--line);color:var(--soft);text-align:center;font-size:.9rem}.landing-root .site-footer p{margin:0}.landing-root .lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:#000000eb;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);cursor:zoom-out}.landing-root .lightbox-overlay img{max-width:92vw;max-height:88vh;-o-object-fit:contain;object-fit:contain;border-radius:8px;box-shadow:0 18px 56px #0009}.landing-root .pain-img-wrapper img,.landing-root .screen-shot img,.landing-root .table-image img{cursor:zoom-in}.landing-root .reveal-up{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1)}.landing-root .reveal-up.is-visible{opacity:1;transform:translateY(0)}.landing-root .pain-card:nth-child(1){transition-delay:.1s}.landing-root .pain-card:nth-child(2){transition-delay:.2s}.landing-root .pain-card:nth-child(3){transition-delay:.3s}.landing-root .pain-card:nth-child(4){transition-delay:.4s}.landing-root .hero-copy>h1{transition-delay:.1s}.landing-root .hero-copy>div:nth-of-type(1){transition-delay:.2s}.landing-root .hero-summary{transition-delay:.3s}.landing-root .hero-points{transition-delay:.4s}.landing-root .hero-copy>div:nth-of-type(3){transition-delay:.5s}.landing-root .hero-actions{transition-delay:.6s}.landing-root .hero-card:nth-child(1){transition-delay:.7s}.landing-root .hero-card:nth-child(2){transition-delay:.8s}.landing-root .hero-card:nth-child(3){transition-delay:.9s}.landing-root .reveal-stamp{opacity:0;transform:scale(2) rotate(12deg);transition:opacity .3s ease-out,transform .4s cubic-bezier(.175,.885,.32,1.275)}.landing-root .reveal-stamp.is-visible{opacity:.95;transform:scale(1) rotate(12deg)}@keyframes ktb-pulse-glow{0%{opacity:.5;box-shadow:0 0 6px var(--green)}50%{opacity:1;box-shadow:0 0 16px var(--green)}to{opacity:.5;box-shadow:0 0 6px var(--green)}}.landing-root .breathing-dot{animation:ktb-pulse-glow 3s infinite ease-in-out}.landing-root .hero-card,.landing-root .pain-card,.landing-root .screen-card{transition:transform .3s ease,box-shadow .3s ease}.landing-root .hero-card:hover,.landing-root .pain-card:hover,.landing-root .screen-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0009,inset 0 0 20px #e2b46c26}@media(max-width:1023px){.landing-root .nav-links,.landing-root .nav-secondary{display:none}.landing-root .nav-burger{display:inline-flex}.landing-root .hero{min-height:auto;background-position:68% center}.landing-root .hero-layout,.landing-root .beta-layout,.landing-root .table-section,.landing-root .world-layout,.landing-root .register-layout{grid-template-columns:1fr}.landing-root .hero-layout{min-height:auto}.landing-root .pain-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-root .screen-card{grid-template-columns:1fr}.landing-root .nav-cta{padding:8px 14px;font-size:.84rem;min-height:38px}}@media(max-width:767px){.landing-root{font-size:15px}.landing-root .container{width:min(100% - 28px,var(--max))}.landing-root .section{padding:72px 0;scroll-margin-top:70px}.landing-root .nav-inner{width:min(100% - 24px,var(--max));min-height:58px;gap:8px}.landing-root .nav-drawer{top:58px;right:0;bottom:0;left:0}.landing-root .brand-mark{width:32px;height:32px}.landing-root .brand-sub{display:none}.landing-root .hero{padding:88px 0 52px;background:linear-gradient(180deg,#0a0805b8,#0a0805f5),url(/landing/guild-hero-bg.png) center top / cover no-repeat,#090806}.landing-root h1{font-size:clamp(2rem,9vw,3.2rem)}.landing-root .hero-actions{flex-direction:column}.landing-root .btn-primary,.landing-root .btn-secondary{width:100%;min-width:0}.landing-root .hero-cards,.landing-root .pain-grid{grid-template-columns:1fr}.landing-root .medal-wrap{grid-template-columns:1fr;justify-items:center;text-align:center}.landing-root .reward-display,.landing-root .qr-card,.landing-root .ledger{padding:22px}.landing-root .ledger-row{grid-template-columns:78px 1fr}.landing-root .ledger-row strong{grid-column:1 / -1}.landing-root .fail-stamp{top:12px;right:12px;padding:4px 10px;font-size:.82rem}}@media(max-width:480px){.landing-root .nav-cta{padding:7px 11px;font-size:.78rem;min-height:34px}.landing-root .brand-title{font-size:.92rem}.landing-root .nav-actions{gap:6px}.landing-root .nav-burger{width:38px;height:38px}}@media(prefers-reduced-motion:reduce){.landing-root .reveal-up,.landing-root .reveal-stamp{transition:none;opacity:1;transform:none}.landing-root .breathing-dot{animation:none}.landing-root .hero-card,.landing-root .pain-card,.landing-root .screen-card{transition:none}}.dice-animation-host{position:absolute;top:0;right:0;bottom:0;left:0;z-index:35;display:grid;place-items:center;pointer-events:none;background:radial-gradient(circle at 50% 46%,rgba(14,23,46,.8),rgba(18,11,31,.42) 44%,transparent 76%),linear-gradient(180deg,#04080f38,#04080f8f);animation:dice-host-fade 5s ease-in-out both}.dice-animation-settings-button{position:absolute;top:10px;right:12px;z-index:34;min-width:28px;height:24px;border:1px solid rgba(212,165,116,.26);border-radius:999px;color:#d4a574b8;background:#0f0a1ab8;font-size:10px;font-weight:800;line-height:1;opacity:.58;transition:opacity .16s ease,border-color .16s ease,color .16s ease}.dice-animation-settings-button:hover{border-color:#d4a5749e;color:var(--gold, #d4a574);opacity:1}.burn-luck-feedback-host{position:absolute;top:0;right:0;bottom:0;left:0;z-index:36;display:grid;place-items:center;pointer-events:none}.burn-luck-card{min-width:210px;border:1px solid rgba(212,165,116,.44);border-radius:18px;padding:12px 16px;color:#f8e7bc;background:radial-gradient(circle at 20% 0%,rgba(212,165,116,.18),transparent 42%),#0f0a1aeb;box-shadow:0 18px 40px #0000006b,0 0 30px #d4a5741f;text-align:center;animation:burn-luck-card-in 1.05s ease both}.burn-luck-title{margin-bottom:6px;color:var(--gold, #d4a574);font-size:11px;font-weight:800;letter-spacing:.04em}.burn-luck-values{display:flex;align-items:center;justify-content:center;gap:10px;font-family:Georgia,serif;font-size:26px;font-weight:900}.burn-luck-values .is-success{color:#7ee6a0}.burn-luck-arrow{color:#d4a574d1;font-size:18px}.burn-luck-meta{margin-top:5px;color:#f8e7bcad;font-size:11px}.rule-dice-animation{--dice-gold: var(--gold, #d4a574);--dice-ivory: #fff2d2;--dice-blue: #0b2944;--dice-violet: #35214f;--dice-ink: #080911;position:relative;display:grid;width:min(360px,calc(100vw - 40px));min-height:430px;place-items:center;pointer-events:auto;cursor:pointer;outline:none;transform:translateY(8px) scale(.96);opacity:0;animation:dice-card-enter .34s ease-out forwards}.rule-dice-animation:focus-visible .rule-dice-card{box-shadow:0 0 0 2px #fff2d257,0 26px 70px #00000094,0 0 46px #d4a5742e}.rule-dice-card{position:relative;width:100%;min-height:410px;overflow:hidden;border:1px solid rgba(239,201,139,.74);border-radius:32px;color:var(--dice-ivory);background:linear-gradient(90deg,transparent 0 47%,rgba(255,255,255,.12) 49%,transparent 51% 100%),radial-gradient(circle at 50% 52%,#8858b785,#1f264fe0 42%,#080c18f0 70%),linear-gradient(135deg,#0d334a,#15142a 45%,#361f4b);box-shadow:inset 0 0 0 2px #09080f94,inset 0 0 34px #ffffff14,0 26px 70px #00000094,0 0 46px #d4a5742e}.rule-dice-card:before{position:absolute;top:22px;right:16px;bottom:22px;left:16px;border:1px solid rgba(239,201,139,.58);border-radius:26px;content:"";pointer-events:none}.rule-dice-card:after{position:absolute;top:92px;right:22px;bottom:92px;left:22px;border-top:3px double rgba(239,201,139,.82);border-bottom:1px solid rgba(239,201,139,.22);content:"";pointer-events:none}.rule-dice-frame-corner{position:absolute;z-index:2;width:48px;height:48px;border-color:#ffdea3e6;pointer-events:none}.rule-dice-frame-corner-tl{top:12px;left:12px;border-top:2px solid;border-left:2px solid;border-top-left-radius:20px}.rule-dice-frame-corner-tr{top:12px;right:12px;border-top:2px solid;border-right:2px solid;border-top-right-radius:20px}.rule-dice-frame-corner-bl{bottom:12px;left:12px;border-bottom:2px solid;border-left:2px solid;border-bottom-left-radius:20px}.rule-dice-frame-corner-br{right:12px;bottom:12px;border-right:2px solid;border-bottom:2px solid;border-bottom-right-radius:20px}.rule-dice-difficulty{position:absolute;top:30px;left:50%;z-index:3;display:grid;min-width:88px;transform:translate(-50%);place-items:center;gap:2px;text-shadow:0 3px 12px rgba(0,0,0,.72)}.rule-dice-difficulty span{color:#fff2d2e6;font-size:13px;font-weight:900;letter-spacing:.08em}.rule-dice-difficulty strong{color:var(--dice-ivory);font-family:Georgia,serif;font-size:38px;font-weight:900;line-height:1}.rule-dice-label{position:absolute;top:103px;left:50%;z-index:3;max-width:258px;transform:translate(-50%);border:1px solid rgba(239,201,139,.4);border-radius:999px;padding:6px 14px;overflow:hidden;color:#ffe8b6f0;background:#090a1494;box-shadow:0 0 24px #0000003d;font-size:11px;font-weight:900;letter-spacing:.06em;text-overflow:ellipsis;white-space:nowrap}.rule-dice-orbit{position:absolute;top:136px;left:50%;z-index:2;display:grid;width:230px;height:170px;transform:translate(-50%);place-items:center}.rule-dice-orbit:before,.rule-dice-orbit:after,.rule-dice-crosshair{position:absolute;border:1px solid rgba(244,224,190,.2);border-radius:50%;content:""}.rule-dice-orbit:before{top:3px;right:23px;bottom:3px;left:23px;box-shadow:inset 0 0 34px #efc98b0f,0 0 34px #784db82e}.rule-dice-orbit:after{top:26px;right:48px;bottom:26px;left:48px;border-color:#f4e0be47}.rule-dice-crosshair{top:16px;right:36px;bottom:16px;left:36px;border-color:transparent;background:linear-gradient(90deg,transparent 49%,rgba(244,224,190,.18) 50%,transparent 51%),linear-gradient(0deg,transparent 49%,rgba(244,224,190,.18) 50%,transparent 51%);opacity:.8}.rule-dice-stage{position:relative;z-index:2;display:grid;min-width:150px;min-height:140px;place-items:center}.rule-dice-prompt{position:absolute;right:38px;bottom:82px;left:38px;z-index:3;color:#ffe8b6b8;font-size:12px;font-weight:800;letter-spacing:.08em;text-align:center;text-shadow:0 2px 12px rgba(0,0,0,.7)}.rule-dice-result{position:absolute;right:30px;bottom:30px;left:30px;z-index:3;min-height:44px;display:grid;place-items:center;transform:translateY(8px) scale(.94);border:1px solid rgba(239,201,139,.36);border-radius:999px;color:#fff2d28f;background:#090a14a3;font-size:24px;font-weight:950;letter-spacing:.12em;text-shadow:0 3px 14px rgba(0,0,0,.7);transition:transform .28s ease,color .28s ease,border-color .28s ease,box-shadow .28s ease}.rule-dice-animation.is-revealed .rule-dice-result{transform:translateY(0) scale(1)}.rule-dice-animation.is-success .rule-dice-result{border-color:#7ee6a085;color:#f8fff0;background:linear-gradient(90deg,#1a442ac7,#0e271be0);box-shadow:0 0 34px #7ee6a038,inset 0 0 18px #7ee6a014}.rule-dice-animation.is-failure .rule-dice-result{border-color:#ff5e628f;color:#ffe2df;background:linear-gradient(90deg,#58191fcc,#260b15eb);box-shadow:0 0 34px #ff4d4f38,inset 0 0 18px #ff4d4f14}.rule-dice-animation.is-push-roll .rule-dice-card{border-color:#ffb056db;box-shadow:inset 0 0 0 2px #481d0a6b,0 26px 70px #00000094,0 0 54px #f59e0b33}.rule-d20{position:relative;display:grid;width:112px;height:112px;place-items:center;filter:drop-shadow(0 24px 30px rgba(0,0,0,.48)) drop-shadow(0 0 22px rgba(214,238,255,.2));transform:rotate(-12deg);transition:transform .32s ease}.rule-d20:before{position:absolute;top:0;right:0;bottom:0;left:0;clip-path:polygon(50% 0%,88% 18%,100% 58%,72% 100%,28% 100%,0% 58%,12% 18%);content:"";background:linear-gradient(145deg,rgba(255,255,255,.62),transparent 31%),linear-gradient(30deg,rgba(80,206,255,.48),transparent 34%),linear-gradient(160deg,#f7fbff,#8aa4d7 45%,#353c72 78%,#15152b)}.rule-d20:after{position:absolute;top:14px;right:14px;bottom:14px;left:14px;clip-path:polygon(50% 0%,88% 18%,100% 58%,72% 100%,28% 100%,0% 58%,12% 18%);content:"";background:linear-gradient(58deg,transparent 47%,rgba(255,255,255,.46) 49%,transparent 51%),linear-gradient(-58deg,transparent 47%,rgba(255,255,255,.24) 49%,transparent 51%),linear-gradient(180deg,transparent 47%,rgba(30,40,80,.32) 50%,transparent 53%);opacity:.78}.rule-d20 span,.rule-hidden-die span,.rule-generic-die span{position:relative;z-index:2;color:#fff8de;font-family:Georgia,serif;font-size:37px;font-weight:950;text-shadow:0 3px 14px rgba(0,0,0,.72),0 0 8px rgba(255,255,255,.25)}.rule-percent-die{position:relative;display:grid;width:126px;height:126px;place-items:center;overflow:hidden;clip-path:polygon(50% 0%,86% 17%,100% 50%,83% 84%,50% 100%,17% 84%,0% 50%,14% 17%);background:radial-gradient(circle at 33% 18%,rgba(255,255,255,.86),transparent 22%),linear-gradient(132deg,rgba(255,255,255,.75),rgba(126,207,255,.48) 24%,transparent 25%),linear-gradient(38deg,rgba(54,203,255,.45),transparent 43%),linear-gradient(164deg,#fbfdff,#a9c5ee 31%,#5665a2 61%,#171831);box-shadow:inset 0 0 22px #ffffff5c,inset 0 -22px 34px #0d13347a;filter:drop-shadow(0 24px 30px rgba(0,0,0,.48)) drop-shadow(0 0 24px rgba(131,211,255,.18));transform:rotate(-9deg)}.rule-percent-die:before{position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;content:"";background:conic-gradient(from 24deg,transparent,rgba(255,255,255,.45),transparent 16%,rgba(75,197,255,.28),transparent 35%),radial-gradient(circle,transparent 40%,rgba(255,255,255,.26) 41%,transparent 43%);opacity:.8}.rule-percent-die:after{position:absolute;top:12px;right:12px;bottom:12px;left:12px;content:"";clip-path:polygon(50% 0%,86% 17%,100% 50%,83% 84%,50% 100%,17% 84%,0% 50%,14% 17%);background:linear-gradient(45deg,transparent 48%,rgba(255,255,255,.42) 49%,transparent 51%),linear-gradient(-45deg,transparent 48%,rgba(255,255,255,.24) 49%,transparent 51%),linear-gradient(90deg,transparent 48%,rgba(255,255,255,.22) 49%,transparent 51%),linear-gradient(180deg,transparent 48%,rgba(20,29,70,.34) 50%,transparent 52%),radial-gradient(circle at 50% 50%,transparent 33%,rgba(255,255,255,.18) 34%,transparent 37%);opacity:.88}.rule-percent-divider{position:absolute;z-index:2;width:82px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,244,214,.78),transparent);box-shadow:0 0 10px #fff4d659}.rule-percent-sigil{position:relative;z-index:3;width:46px;height:46px;border:1px solid rgba(255,244,214,.54);transform:rotate(45deg);background:radial-gradient(circle,rgba(255,244,214,.8),rgba(126,207,255,.24) 32%,transparent 58%),linear-gradient(135deg,transparent 47%,rgba(255,255,255,.5) 49%,transparent 51%),linear-gradient(45deg,transparent 47%,rgba(255,255,255,.34) 49%,transparent 51%);box-shadow:0 0 18px #7ecfff52,inset 0 0 14px #ffffff2e}.rule-percent-sigil:before,.rule-percent-sigil:after{position:absolute;content:"";border:1px solid rgba(255,244,214,.32)}.rule-percent-sigil:before{top:8px;right:8px;bottom:8px;left:8px}.rule-percent-sigil:after{top:17px;right:17px;bottom:17px;left:17px;border-radius:50%;background:#fff4d6c7;box-shadow:0 0 12px #fff4d694}.rule-dice-animation.is-rolling .rule-percent-sigil{animation:dice-sigil-pulse .72s ease-in-out infinite alternate}.rule-percent-face{position:relative;z-index:3;display:grid;place-items:center;color:#fff4d6;font-family:Georgia,serif;font-weight:950;line-height:1;text-shadow:0 3px 12px rgba(0,0,0,.72),0 0 10px rgba(255,255,255,.32)}.rule-percent-face-top{transform:translateY(17px);font-size:30px}.rule-percent-face-bottom{transform:translateY(-18px);color:#ff6f58;font-size:38px;text-shadow:0 2px 10px rgba(0,0,0,.74),0 0 12px rgba(255,98,75,.42)}.rule-hidden-die,.rule-generic-die{position:relative;display:grid;width:104px;height:104px;place-items:center;border:1px solid rgba(227,240,255,.32);border-radius:28px;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.22),transparent 34%),linear-gradient(145deg,#405078,#201b36 58%,#080912);box-shadow:0 24px 44px #0000008c,0 0 32px #6b5e9938;transform:rotate(-10deg)}.rule-hidden-die:after,.rule-generic-die:after{position:absolute;top:10px;right:10px;bottom:10px;left:10px;border:1px dashed rgba(255,255,255,.18);border-radius:22px;content:""}.rule-hidden-die span{font-size:46px}.rule-dice-pool{display:flex;align-items:center;justify-content:center;gap:8px;max-width:240px;filter:drop-shadow(0 20px 30px rgba(0,0,0,.38))}.rule-pool-die{position:relative;display:grid;width:52px;height:52px;place-items:center;border:1px solid rgba(227,240,255,.42);border-radius:14px;color:#fff8de;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.22),transparent 34%),linear-gradient(145deg,#50678f,#30234e 58%,#10101e);font-family:Georgia,serif;font-size:16px;font-weight:950}.rule-pool-extra{border-style:dashed;color:var(--dice-gold)}.rule-dice-animation.is-rolling .rule-d20,.rule-dice-animation.is-rolling .rule-dice-pool,.rule-dice-animation.is-rolling .rule-hidden-die,.rule-dice-animation.is-rolling .rule-generic-die{animation:dice-roll-path 3s cubic-bezier(.18,.78,.18,1) both}.rule-dice-animation.is-rolling .rule-d20:before,.rule-dice-animation.is-rolling .rule-percent-die:before,.rule-dice-animation.is-rolling .rule-hidden-die:after,.rule-dice-animation.is-rolling .rule-generic-die:after{animation:dice-surface-spin .44s linear infinite}.rule-dice-animation.is-rolling .rule-percent-die{animation:dice-percent-gem-roll 3s cubic-bezier(.17,.84,.2,1) both}.rule-dice-animation.is-revealed .rule-d20,.rule-dice-animation.is-revealed .rule-percent-die,.rule-dice-animation.is-revealed .rule-dice-pool,.rule-dice-animation.is-revealed .rule-hidden-die,.rule-dice-animation.is-revealed .rule-generic-die{animation:dice-result-pop .36s cubic-bezier(.16,.86,.22,1.08) both}.rule-dice-animation.is-revealed .rule-percent-die:before{animation:dice-gem-settle-shine .72s ease-out both}.is-reduced .rule-d20,.is-reduced .rule-percent-die,.is-reduced .rule-dice-pool,.is-reduced .rule-hidden-die,.is-reduced .rule-generic-die,.is-reduced .rule-dice-card,.is-reduced .rule-dice-result,.is-reduced .rule-pool-die{animation-duration:1ms!important;animation-delay:0ms!important}@keyframes dice-host-fade{0%{opacity:0}5%{opacity:1}88%{opacity:1}to{opacity:0}}@keyframes dice-card-enter{to{opacity:1;transform:translateY(0) scale(1)}}@keyframes dice-roll-path{0%{transform:translate(-66px,-16px) rotate(-40deg) scale(.82);filter:blur(1.8px) drop-shadow(0 18px 24px rgba(0,0,0,.45))}18%{transform:translate(62px,-30px) rotate(122deg) scale(1.06);filter:blur(.8px) drop-shadow(0 24px 30px rgba(0,0,0,.45))}36%{transform:translate(-44px,24px) rotate(248deg) scale(.96);filter:blur(1px) drop-shadow(0 22px 28px rgba(0,0,0,.45))}56%{transform:translate(46px,16px) rotate(416deg) scale(1.02);filter:blur(.55px) drop-shadow(0 24px 30px rgba(0,0,0,.45))}76%{transform:translate(-14px,-10px) rotate(566deg) scale(.98);filter:blur(.25px) drop-shadow(0 24px 30px rgba(0,0,0,.45))}to{transform:translate(0) rotate(720deg) scale(1);filter:blur(0) drop-shadow(0 24px 30px rgba(0,0,0,.48))}}@keyframes dice-percent-gem-roll{0%{transform:translate(-62px,-20px) rotate(-42deg) scale(.78);filter:blur(1.6px) drop-shadow(0 18px 24px rgba(0,0,0,.44))}15%{transform:translate(54px,-36px) rotate(126deg) scale(1.08);filter:blur(.8px) drop-shadow(0 26px 30px rgba(0,0,0,.46))}33%{transform:translate(-42px,24px) rotate(258deg) scale(.96);filter:blur(.7px) drop-shadow(0 22px 28px rgba(0,0,0,.45))}52%{transform:translate(38px,12px) rotate(426deg) scale(1.04);filter:blur(.45px) drop-shadow(0 24px 30px rgba(0,0,0,.45))}72%{transform:translate(-13px,-10px) rotate(572deg) scale(.99);filter:blur(.18px) drop-shadow(0 24px 30px rgba(0,0,0,.46))}87%{transform:translate(5px,4px) rotate(684deg) scale(1.02);filter:blur(0) drop-shadow(0 24px 30px rgba(0,0,0,.47))}to{transform:translate(0) rotate(711deg) scale(1);filter:blur(0) drop-shadow(0 24px 30px rgba(0,0,0,.48))}}@keyframes dice-surface-spin{to{transform:rotate(360deg)}}@keyframes dice-gem-settle-shine{0%{transform:rotate(0) scale(1);opacity:.35}45%{transform:rotate(120deg) scale(1.12);opacity:.95}to{transform:rotate(210deg) scale(1);opacity:.78}}@keyframes dice-sigil-pulse{0%{opacity:.58;transform:rotate(45deg) scale(.9)}to{opacity:.95;transform:rotate(45deg) scale(1.08)}}@keyframes dice-result-pop{0%{transform:translateY(8px) rotate(-8deg) scale(.9)}70%{transform:translateY(-2px) rotate(2deg) scale(1.05)}to{transform:translateY(0) rotate(0) scale(1)}}@keyframes burn-luck-card-in{0%{opacity:0;transform:translateY(18px) scale(.96)}18%{opacity:1;transform:translateY(0) scale(1)}76%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.98)}}@media(max-width:768px){.dice-animation-host{align-items:center;padding-bottom:6.5rem}.rule-dice-animation{width:min(318px,calc(100vw - 28px));min-height:382px;transform-origin:center}.rule-dice-card{min-height:382px}.rule-dice-difficulty strong{font-size:34px}.rule-dice-label{top:96px;max-width:226px}.rule-dice-orbit{top:128px;transform:translate(-50%) scale(.9)}.rule-dice-prompt{bottom:76px}.rule-dice-result{bottom:26px;font-size:22px}}@media(prefers-reduced-motion:reduce){.dice-animation-host,.rule-dice-animation,.rule-dice-animation *,.rule-dice-animation *:before,.rule-dice-animation *:after{animation-duration:1ms!important;animation-iteration-count:1!important}}.burn-luck-feedback-host.is-reduced .burn-luck-card{animation-duration:1ms}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-invert{--tw-prose-body: var(--tw-prose-invert-body);--tw-prose-headings: var(--tw-prose-invert-headings);--tw-prose-lead: var(--tw-prose-invert-lead);--tw-prose-links: var(--tw-prose-invert-links);--tw-prose-bold: var(--tw-prose-invert-bold);--tw-prose-counters: var(--tw-prose-invert-counters);--tw-prose-bullets: var(--tw-prose-invert-bullets);--tw-prose-hr: var(--tw-prose-invert-hr);--tw-prose-quotes: var(--tw-prose-invert-quotes);--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);--tw-prose-captions: var(--tw-prose-invert-captions);--tw-prose-kbd: var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);--tw-prose-code: var(--tw-prose-invert-code);--tw-prose-pre-code: var(--tw-prose-invert-pre-code);--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);--tw-prose-th-borders: var(--tw-prose-invert-th-borders);--tw-prose-td-borders: var(--tw-prose-invert-td-borders)}.btn-gold{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(212 165 116 / var(--tw-bg-opacity, 1));padding:.5rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(15 10 26 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.btn-gold:hover{--tw-bg-opacity: 1;background-color:rgb(232 201 160 / var(--tw-bg-opacity, 1))}.btn-outline{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(74 63 107 / var(--tw-border-opacity, 1));padding:.5rem 1.5rem;--tw-text-opacity: 1;color:rgb(212 165 116 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.btn-outline:hover{background-color:#4a3f6b4d}.card-fantasy{border-radius:.75rem;border-width:1px;border-color:#4a3f6b80;--tw-bg-opacity: 1;background-color:rgb(34 29 51 / var(--tw-bg-opacity, 1));padding:1rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-shadow-color: rgb(45 36 69 / .2);--tw-shadow: var(--tw-shadow-colored)}.input-fantasy{border-radius:.5rem;border-width:1px;border-color:#4a3f6b80;--tw-bg-opacity: 1;background-color:rgb(26 22 37 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.input-fantasy::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.input-fantasy::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.input-fantasy{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.input-fantasy:focus{border-color:#d4a57480;outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(212 165 116 / .3)}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-3{bottom:.75rem}.left-0{left:0}.left-1\/2{left:50%}.right-0{right:0}.right-4{right:1rem}.right-\[calc\(50\%-16px\)\]{right:calc(50% - 16px)}.right-\[calc\(50\%-20px\)\]{right:calc(50% - 20px)}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-4{top:1rem}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.z-\[70\]{z-index:70}.col-span-2{grid-column:span 2 / span 2}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-64{height:16rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[65vh\]{height:65vh}.h-full{height:100%}.h-px{height:1px}.max-h-32{max-height:8rem}.max-h-36{max-height:9rem}.max-h-\[55\%\]{max-height:55%}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100dvh-2rem\)\]{max-height:calc(100dvh - 2rem)}.min-h-0{min-height:0px}.min-h-16{min-height:4rem}.min-h-20{min-height:5rem}.min-h-\[120px\]{min-height:120px}.min-h-\[28rem\]{min-height:28rem}.min-h-screen{min-height:100vh}.w-1\.5{width:.375rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[140px\]{width:140px}.w-\[480px\]{width:480px}.w-\[min\(24rem\,calc\(100vw-2rem\)\)\]{width:min(24rem,calc(100vw - 2rem))}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[3\.5rem\]{min-width:3.5rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.max-w-\[140px\]{max-width:140px}.max-w-\[92vw\]{max-width:92vw}.max-w-\[96px\]{max-width:96px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[1\.02\]{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-col-resize{cursor:col-resize}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-pan-y{--tw-pan-y: pan-y;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-amber-300\/30{border-color:#fcd34d4d}.border-amber-400\/35{border-color:#fbbf2459}.border-amber-400\/40{border-color:#fbbf2466}.border-amber-400\/50{border-color:#fbbf2480}.border-amber-500\/15{border-color:#f59e0b26}.border-amber-500\/20{border-color:#f59e0b33}.border-amber-500\/25{border-color:#f59e0b40}.border-amber-500\/30{border-color:#f59e0b4d}.border-amber-500\/40{border-color:#f59e0b66}.border-blue-300\/30{border-color:#93c5fd4d}.border-blue-400\/30{border-color:#60a5fa4d}.border-blue-400\/40{border-color:#60a5fa66}.border-blue-500\/20{border-color:#3b82f633}.border-blue-500\/30{border-color:#3b82f64d}.border-emerald-400\/30{border-color:#34d3994d}.border-emerald-400\/40{border-color:#34d39966}.border-gold{--tw-border-opacity: 1;border-color:rgb(212 165 116 / var(--tw-border-opacity, 1))}.border-gold\/20{border-color:#d4a57433}.border-gold\/30{border-color:#d4a5744d}.border-gold\/40{border-color:#d4a57466}.border-gold\/50{border-color:#d4a57480}.border-gold\/60{border-color:#d4a57499}.border-gray-600\/40{border-color:#4b556366}.border-gray-600\/50{border-color:#4b556380}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-green-400\/40{border-color:#4ade8066}.border-green-500\/20{border-color:#22c55e33}.border-green-500\/40{border-color:#22c55e66}.border-green-500\/50{border-color:#22c55e80}.border-purple-400\/20{border-color:#c084fc33}.border-purple-400\/30{border-color:#c084fc4d}.border-purple-400\/40{border-color:#c084fc66}.border-purple-accent\/20{border-color:#4a3f6b33}.border-purple-accent\/25{border-color:#4a3f6b40}.border-purple-accent\/30{border-color:#4a3f6b4d}.border-purple-accent\/40{border-color:#4a3f6b66}.border-purple-accent\/50{border-color:#4a3f6b80}.border-purple-accent\/60{border-color:#4a3f6b99}.border-red-400\/30{border-color:#f871714d}.border-red-400\/40{border-color:#f8717166}.border-red-400\/50{border-color:#f8717180}.border-red-500\/20{border-color:#ef444433}.border-red-500\/30{border-color:#ef44444d}.border-red-500\/40{border-color:#ef444466}.border-red-500\/50{border-color:#ef444480}.border-red-500\/60{border-color:#ef444499}.border-red-600\/60{border-color:#dc262699}.border-red-700\/40{border-color:#b91c1c66}.border-red-700\/50{border-color:#b91c1c80}.border-yellow-500\/20{border-color:#eab30833}.border-yellow-500\/50{border-color:#eab30880}.border-t-transparent{border-top-color:transparent}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-700{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.bg-amber-900\/20{background-color:#78350f33}.bg-amber-950\/10{background-color:#451a031a}.bg-amber-950\/20{background-color:#451a0333}.bg-amber-950\/30{background-color:#451a034d}.bg-amber-950\/40{background-color:#451a0366}.bg-amber-950\/80{background-color:#451a03cc}.bg-bg-card{--tw-bg-opacity: 1;background-color:rgb(34 29 51 / var(--tw-bg-opacity, 1))}.bg-bg-card\/40{background-color:#221d3366}.bg-bg-card\/50{background-color:#221d3380}.bg-bg-card\/70{background-color:#221d33b3}.bg-bg-card\/90{background-color:#221d33e6}.bg-bg-hover\/30{background-color:#2a24404d}.bg-bg-hover\/40{background-color:#2a244066}.bg-bg-primary{--tw-bg-opacity: 1;background-color:rgb(15 10 26 / var(--tw-bg-opacity, 1))}.bg-bg-secondary{--tw-bg-opacity: 1;background-color:rgb(26 22 37 / var(--tw-bg-opacity, 1))}.bg-bg-secondary\/70{background-color:#1a1625b3}.bg-bg-secondary\/80{background-color:#1a1625cc}.bg-bg-secondary\/95{background-color:#1a1625f2}.bg-black\/20{background-color:#0003}.bg-black\/60{background-color:#0009}.bg-black\/75{background-color:#000000bf}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-400\/20{background-color:#60a5fa33}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-blue-600\/80{background-color:#2563ebcc}.bg-blue-900\/30{background-color:#1e3a8a4d}.bg-blue-900\/40{background-color:#1e3a8a66}.bg-blue-950\/20{background-color:#17255433}.bg-blue-950\/30{background-color:#1725544d}.bg-blue-950\/80{background-color:#172554cc}.bg-gold{--tw-bg-opacity: 1;background-color:rgb(212 165 116 / var(--tw-bg-opacity, 1))}.bg-gold-dark{--tw-bg-opacity: 1;background-color:rgb(184 134 78 / var(--tw-bg-opacity, 1))}.bg-gold\/10{background-color:#d4a5741a}.bg-gold\/15{background-color:#d4a57426}.bg-gold\/20{background-color:#d4a57433}.bg-gold\/30{background-color:#d4a5744d}.bg-gold\/5{background-color:#d4a5740d}.bg-gold\/60{background-color:#d4a57499}.bg-gold\/70{background-color:#d4a574b3}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-800\/30{background-color:#1f29374d}.bg-gray-800\/60{background-color:#1f293799}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.bg-green-700\/30{background-color:#15803d4d}.bg-green-700\/80{background-color:#15803dcc}.bg-green-900\/30{background-color:#14532d4d}.bg-green-900\/40{background-color:#14532d66}.bg-green-950\/80{background-color:#052e16cc}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.bg-purple-950\/20{background-color:#3b076433}.bg-purple-950\/30{background-color:#3b07644d}.bg-purple-accent{--tw-bg-opacity: 1;background-color:rgb(74 63 107 / var(--tw-bg-opacity, 1))}.bg-purple-accent\/10{background-color:#4a3f6b1a}.bg-purple-accent\/15{background-color:#4a3f6b26}.bg-purple-accent\/20{background-color:#4a3f6b33}.bg-purple-accent\/30{background-color:#4a3f6b4d}.bg-purple-accent\/40{background-color:#4a3f6b66}.bg-purple-accent\/90{background-color:#4a3f6be6}.bg-purple-dark\/50{background-color:#2d244580}.bg-purple-light{--tw-bg-opacity: 1;background-color:rgb(107 94 153 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/60{background-color:#ef444499}.bg-red-600\/80{background-color:#dc2626cc}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.bg-red-700\/40{background-color:#b91c1c66}.bg-red-900\/20{background-color:#7f1d1d33}.bg-red-900\/30{background-color:#7f1d1d4d}.bg-red-900\/40{background-color:#7f1d1d66}.bg-red-900\/60{background-color:#7f1d1d99}.bg-red-950\/10{background-color:#450a0a1a}.bg-red-950\/30{background-color:#450a0a4d}.bg-red-950\/80{background-color:#450a0acc}.bg-transparent{background-color:transparent}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-900\/20{background-color:#713f1233}.bg-yellow-900\/30{background-color:#713f124d}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-amber-900\/30{--tw-gradient-from: rgb(120 53 15 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gold\/20{--tw-gradient-from: rgb(212 165 116 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(212 165 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-dark{--tw-gradient-from: #2D2445 var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 36 69 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/30{--tw-gradient-from: rgb(127 29 29 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-bg-secondary{--tw-gradient-to: rgb(26 22 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1a1625 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gold\/20{--tw-gradient-to: rgb(212 165 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(212 165 116 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-bg-card{--tw-gradient-to: #221d33 var(--tw-gradient-to-position)}.to-gold\/5{--tw-gradient-to: rgb(212 165 116 / .05) var(--tw-gradient-to-position)}.to-purple-accent\/20{--tw-gradient-to: rgb(74 63 107 / .2) var(--tw-gradient-to-position)}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-\[max\(1rem\,env\(safe-area-inset-bottom\)\)\]{padding-bottom:max(1rem,env(safe-area-inset-bottom))}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-1{padding-right:.25rem}.pt-4{padding-top:1rem}.pt-\[max\(1rem\,env\(safe-area-inset-top\)\)\]{padding-top:max(1rem,env(safe-area-inset-top))}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-body{font-family:Inter,sans-serif}.font-display{font-family:Cinzel,serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.normal-case{text-transform:none}.italic{font-style:italic}.not-italic{font-style:normal}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-relaxed{line-height:1.625}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-\[0\.24em\]{letter-spacing:.24em}.tracking-\[0\.28em\]{letter-spacing:.28em}.tracking-\[0\.35em\]{letter-spacing:.35em}.tracking-\[0\.4em\]{letter-spacing:.4em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-amber-100{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity, 1))}.text-amber-100\/70{color:#fef3c7b3}.text-amber-100\/75{color:#fef3c7bf}.text-amber-100\/90{color:#fef3c7e6}.text-amber-200{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.text-amber-200\/80{color:#fde68acc}.text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-50{--tw-text-opacity: 1;color:rgb(255 251 235 / var(--tw-text-opacity, 1))}.text-bg-primary{--tw-text-opacity: 1;color:rgb(15 10 26 / var(--tw-text-opacity, 1))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-blue-100\/75{color:#dbeafebf}.text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.text-blue-50{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity, 1))}.text-emerald-100{--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity, 1))}.text-emerald-200\/85{color:#a7f3d0d9}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-gold{--tw-text-opacity: 1;color:rgb(212 165 116 / var(--tw-text-opacity, 1))}.text-gold-light{--tw-text-opacity: 1;color:rgb(232 201 160 / var(--tw-text-opacity, 1))}.text-gold\/65{color:#d4a574a6}.text-gold\/70{color:#d4a574b3}.text-gold\/80{color:#d4a574cc}.text-gold\/85{color:#d4a574d9}.text-gold\/90{color:#d4a574e6}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-green-300{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-50{--tw-text-opacity: 1;color:rgb(240 253 244 / var(--tw-text-opacity, 1))}.text-msg-action{--tw-text-opacity: 1;color:rgb(105 177 255 / var(--tw-text-opacity, 1))}.text-msg-challenge{--tw-text-opacity: 1;color:rgb(255 120 117 / var(--tw-text-opacity, 1))}.text-msg-dialogue{--tw-text-opacity: 1;color:rgb(232 232 232 / var(--tw-text-opacity, 1))}.text-msg-dice{--tw-text-opacity: 1;color:rgb(255 214 102 / var(--tw-text-opacity, 1))}.text-msg-narration{--tw-text-opacity: 1;color:rgb(196 168 130 / var(--tw-text-opacity, 1))}.text-msg-status{--tw-text-opacity: 1;color:rgb(149 222 100 / var(--tw-text-opacity, 1))}.text-msg-system{--tw-text-opacity: 1;color:rgb(136 136 136 / var(--tw-text-opacity, 1))}.text-orange-200\/85{color:#fed7aad9}.text-purple-100{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity, 1))}.text-purple-300\/70{color:#d8b4feb3}.text-purple-light{--tw-text-opacity: 1;color:rgb(107 94 153 / var(--tw-text-opacity, 1))}.text-red-100{--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity, 1))}.text-red-100\/60{color:#fee2e299}.text-red-100\/75{color:#fee2e2bf}.text-red-100\/85{color:#fee2e2d9}.text-red-200{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-50{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-sky-200\/85{color:#bae6fdd9}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/70{color:#ffffffb3}.text-yellow-300{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.accent-gold{accent-color:#D4A574}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_18px_rgba\(212\,165\,116\,0\.08\)\]{--tw-shadow: 0 0 18px rgba(212,165,116,.08);--tw-shadow-colored: 0 0 18px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_28px_rgba\(0\,0\,0\,0\.2\)\]{--tw-shadow: 0 0 28px rgba(0,0,0,.2);--tw-shadow-colored: 0 0 28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-gold\/30{--tw-ring-color: rgb(212 165 116 / .3)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.\[appearance\:textfield\]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}:root{--bg-primary: #0f0a1a;--bg-secondary: #1a1625;--bg-card: #221d33;--bg-hover: #2a2440;--gold: #D4A574;--gold-light: #E8C9A0;--gold-dark: #B8864E;--purple-accent: #4A3F6B;--purple-light: #6B5E99;--purple-dark: #2D2445;--vv-height: 100dvh;--vv-top: 0px;--keyboard-inset-bottom: 0px;--composer-bottom-padding: calc(.5rem + env(safe-area-inset-bottom, 0px)) }html[data-visual-keyboard-open=true]{--composer-bottom-padding: .5rem}*{scrollbar-width:thin;scrollbar-color:var(--purple-accent) var(--bg-secondary)}*::-webkit-scrollbar{width:6px}*::-webkit-scrollbar-track{background:var(--bg-secondary)}*::-webkit-scrollbar-thumb{background-color:var(--purple-accent);border-radius:3px}body{margin:0;background:var(--bg-primary);color:#e0dce8;min-height:100vh}html,body,#root{height:100%}body.game-room-active{overflow:hidden}.game-room-shell{height:100vh;height:100dvh;overflow:hidden}.mobile-input-bar{padding-bottom:var(--composer-bottom-padding)}.mobile-composer-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;min-width:0;max-width:100%}.mobile-composer-row--with-leading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.5rem;min-width:0;max-width:100%}.mobile-safe-input{min-width:0;width:100%;font-size:1rem;line-height:1.5rem}.mobile-composer-button{flex-shrink:0;white-space:nowrap;font-size:1rem;line-height:1.5rem}.mobile-safe-editor{font-size:1rem;line-height:1.5rem}@media(max-width:767px){.game-room-shell{position:fixed;top:var(--vv-top, 0px);right:0;left:0;width:100%;height:var(--vv-height, 100dvh);min-height:0;max-height:var(--vv-height, 100dvh)}.game-room-shell input,.game-room-shell textarea,.game-room-shell select,.game-room-shell [contenteditable=true],.game-room-shell .ProseMirror,.game-room-shell .tiptap{font-size:16px;line-height:1.5}.game-room-shell input,.game-room-shell textarea,.game-room-shell .ProseMirror{max-width:100%}}@media(min-width:768px){.mobile-safe-input,.mobile-composer-button,.mobile-safe-editor{font-size:.875rem;line-height:1.25rem}.mobile-input-bar{padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px))}.mobile-input-bar--compact{padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0px))}}.snap-x::-webkit-scrollbar{display:none}.tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#555;font-size:12px;pointer-events:none;height:0;white-space:pre-line}.tiptap{font-size:13px;line-height:1.6}.tiptap h3{font-size:14px;font-weight:600;color:var(--gold);margin:8px 0 4px}.tiptap ul,.tiptap ol{padding-left:16px;margin:4px 0}.tiptap li{margin:2px 0}.tiptap strong{color:var(--gold-light)}.tiptap p{margin:4px 0}.dice-result-card-enter{animation:dice-result-card-enter .18s ease-out both}@keyframes dice-result-card-enter{0%{opacity:0;transform:translateY(6px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.dice-result-card-enter{animation-duration:1ms}}@media(min-width:768px){.md\:prose-sm{font-size:.875rem;line-height:1.7142857}.md\:prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.md\:prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.md\:prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.md\:prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.md\:prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.md\:prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.md\:prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.md\:prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.md\:prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.md\:prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.md\:prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.md\:prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.md\:prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.md\:prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.md\:prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.md\:prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.md\:prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.md\:prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.md\:prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.md\:prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.md\:prose-sm :where(.md\:prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.md\:prose-sm :where(.md\:prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.md\:prose-sm :where(.md\:prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.md\:prose-sm :where(.md\:prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.md\:prose-sm :where(.md\:prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.md\:prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.md\:prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.md\:prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.md\:prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.md\:prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.md\:prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.md\:prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.md\:prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md\:prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md\:prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.md\:prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md\:prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md\:prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.md\:prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.md\:prose-sm :where(.md\:prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-sm :where(.md\:prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}.hover\:scale-\[1\.01\]:hover{--tw-scale-x: 1.01;--tw-scale-y: 1.01;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-blue-300\/60:hover{border-color:#93c5fd99}.hover\:border-gold\/40:hover{border-color:#d4a57466}.hover\:border-gold\/50:hover{border-color:#d4a57480}.hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.hover\:bg-amber-500\/10:hover{background-color:#f59e0b1a}.hover\:bg-amber-900\/20:hover{background-color:#78350f33}.hover\:bg-amber-900\/30:hover{background-color:#78350f4d}.hover\:bg-bg-hover\/30:hover{background-color:#2a24404d}.hover\:bg-bg-hover\/60:hover{background-color:#2a244099}.hover\:bg-bg-hover\/70:hover{background-color:#2a2440b3}.hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-900\/30:hover{background-color:#1e3a8a4d}.hover\:bg-gold\/10:hover{background-color:#d4a5741a}.hover\:bg-gold\/20:hover{background-color:#d4a57433}.hover\:bg-gold\/30:hover{background-color:#d4a5744d}.hover\:bg-gold\/80:hover{background-color:#d4a574cc}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-green-900\/20:hover{background-color:#14532d33}.hover\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-900\/30:hover{background-color:#581c874d}.hover\:bg-purple-accent\/20:hover{background-color:#4a3f6b33}.hover\:bg-purple-accent\/30:hover{background-color:#4a3f6b4d}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-900\/20:hover{background-color:#7f1d1d33}.hover\:bg-red-900\/50:hover{background-color:#7f1d1d80}.hover\:bg-red-900\/80:hover{background-color:#7f1d1dcc}.hover\:text-gold:hover{--tw-text-opacity: 1;color:rgb(212 165 116 / var(--tw-text-opacity, 1))}.hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.hover\:text-red-200:hover{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.focus\:border-gold\/50:focus{border-color:#d4a57480}.focus\:border-gold\/60:focus{border-color:#d4a57499}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:text-gray-600:disabled{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.prose-headings\:text-gold :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(212 165 116 / var(--tw-text-opacity, 1))}.prose-p\:my-1 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.25rem;margin-bottom:.25rem}.prose-blockquote\:border-gold\/30 :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){border-color:#d4a5744d}.prose-blockquote\:text-gray-400 :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.prose-strong\:text-gold\/90 :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))){color:#d4a574e6}.prose-hr\:border-purple-accent\/20 :is(:where(hr):not(:where([class~=not-prose],[class~=not-prose] *))){border-color:#4a3f6b33}@media(min-width:640px){.sm\:w-auto{width:auto}.sm\:shrink-0{flex-shrink:0}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:text-left{text-align:left}}@media(min-width:768px){.md\:sticky{position:sticky}.md\:bottom-0{bottom:0}.md\:z-10{z-index:10}.md\:col-span-2{grid-column:span 2 / span 2}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-\[70vh\]{height:70vh}.md\:min-h-14{min-height:3.5rem}.md\:resize-none{resize:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:justify-between{justify-content:space-between}.md\:p-3{padding:.75rem}.md\:p-6{padding:1.5rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}}@media(min-width:1024px){.lg\:sticky{position:sticky}.lg\:top-6{top:1.5rem}.lg\:block{display:block}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-\[calc\(100vh-3rem\)\]{height:calc(100vh - 3rem)}.lg\:max-h-\[calc\(100vh-3rem\)\]{max-height:calc(100vh - 3rem)}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-\[24rem_minmax\(0\,1fr\)\]{grid-template-columns:24rem minmax(0,1fr)}.lg\:items-start{align-items:flex-start}.lg\:gap-4{gap:1rem}.lg\:overflow-y-auto{overflow-y:auto}}@media(min-width:1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}
