:root{--background:220 7% 7%;--foreground:38 18% 88%;--card:220 6% 10%;--card-foreground:38 16% 88%;--muted:220 5% 15%;--muted-foreground:35 8% 62%;--border:25 9% 22%;--primary:8 58% 52%;--primary-foreground:36 20% 96%;--accent:35 35% 46%;--accent-foreground:38 20% 96%;--nav-theme:8 58% 52%;--nav-theme-light:8 64% 62%;--ink:hsl(var(--background));--panel:hsl(var(--card));--panel-strong:#1f2023;--line:hsl(var(--border));--gold:hsl(var(--accent));--mint:hsl(var(--primary));--text:hsl(var(--foreground));--muted-text:hsl(var(--muted-foreground));--serif:Georgia, "Times New Roman", serif;--sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--wide:min(1120px, calc(100% - 48px));--reading:min(800px, calc(100% - 48px));--shadow:0 18px 48px #00000042, 0 0 32px hsl(var(--primary) / 12%);--edge:.17s ease}*{box-sizing:border-box}html{background:var(--ink);scroll-behavior:smooth}body{background:radial-gradient(ellipse 48% 22% at 50% 6%, hsl(var(--nav-theme) / 12%), transparent 74%), var(--ink);min-width:320px;color:var(--text);font-family:var(--sans);margin:0;font-size:15px;line-height:1.72;overflow-x:hidden}img{max-width:100%;display:block}a{color:var(--gold);text-decoration-color:hsl(var(--accent) / 58%);text-underline-offset:.17em;transition:color var(--edge), border-color var(--edge), background-color var(--edge), transform var(--edge)}a:hover{color:var(--mint);text-decoration-color:currentColor}:focus-visible{outline:2px solid var(--mint);outline-offset:3px;border-radius:2px}main{overflow:clip}.site-header,body>header{border-block:1px solid hsl(var(--border) / 70%);background:hsl(var(--background) / 94%);z-index:2;grid-template-columns:auto minmax(0,1fr) auto;width:100%;min-height:91px;display:grid;position:relative;box-shadow:0 8px 24px #0000002e}.site-header__brand,body>header>.site-header__brand{color:hsl(var(--foreground));font:600 clamp(1.4rem, 2vw, 1.85rem)/.9 var(--serif);letter-spacing:.025em;white-space:nowrap;align-self:center;margin-left:max(24px,50vw - 560px);margin-right:24px;text-decoration:none}.site-header nav,body>header nav{min-width:0}.site-header nav:first-of-type,body>header nav:first-of-type{justify-content:flex-end;align-items:center;min-height:55px;padding-right:18px;display:flex}.site-header__cta,body>header>.site-header__cta{border:1px solid hsl(var(--primary) / 62%);background:hsl(var(--primary) / 8%);color:var(--gold);letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;place-self:center end;margin-right:max(24px,50vw - 560px);padding:.48rem .72rem;font-size:.61rem;font-weight:700;line-height:1;text-decoration:none}.site-header details,body>header details{width:100%}.site-header__mobile-menu,body>header .site-header__mobile-menu,.site-header summary,body>header summary{display:none}.site-header nav ul,body>header nav ul{align-items:center;gap:clamp(.75rem,1.45vw,1.45rem);margin:0;padding:0;list-style:none;display:flex}.site-header nav:first-of-type ul,body>header nav:first-of-type ul{justify-content:flex-end}.site-header nav:first-of-type a,body>header nav:first-of-type a{color:hsl(var(--muted-foreground));letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;font-size:.69rem;font-weight:700;text-decoration:none}.site-header nav:last-of-type,body>header nav:last-of-type{border-top:1px solid hsl(var(--border) / 65%);scrollbar-width:thin;grid-column:1/-1;min-height:35px;display:flex;overflow-x:auto}.site-header nav:last-of-type ul,body>header nav:last-of-type ul{justify-content:center;width:max-content;min-width:100%;padding-inline:24px}.site-header nav:last-of-type a,body>header nav:last-of-type a{color:hsl(var(--muted-foreground));letter-spacing:.13em;text-transform:uppercase;white-space:nowrap;font-size:.61rem;font-weight:700;text-decoration:none}.site-header nav a:hover,body>header nav a:hover{color:var(--gold)}.hero{width:var(--wide);text-align:center;justify-items:center;min-height:360px;margin:0 auto;padding:clamp(4rem,7vw,6.5rem) 24px 4.6rem;display:grid;position:relative;overflow:hidden}.hero:before{z-index:-1;aspect-ratio:1.7;background:radial-gradient(ellipse, hsl(var(--nav-theme) / 30%) 0%, hsl(var(--nav-theme) / 12%) 40%, transparent 72%);content:"";filter:blur(8px);border-radius:50%;width:min(710px,92vw);position:absolute;inset:2rem auto auto}.hero:after{background:linear-gradient(90deg, transparent, var(--line) 15%, var(--line) 85%, transparent);width:min(470px,88%);height:1px;box-shadow:0 0 13px hsl(var(--accent) / 18%);content:"◆";color:var(--gold);text-align:center;margin-top:2.25rem;font-size:.65rem;line-height:1px}.hero>img{aspect-ratio:1;border:1px solid hsl(var(--accent) / 70%);width:clamp(74px,8vw,104px);box-shadow:0 0 0 3px hsl(var(--accent) / 11%), 0 0 24px hsl(var(--primary) / 45%);object-fit:cover;border-radius:5px;margin-bottom:1.45rem}.hero>p:first-of-type{color:var(--gold);letter-spacing:.38em;text-transform:uppercase;margin:0 0 .55rem;font-size:.61rem;font-weight:700}.hero__title,.hero h1{max-width:10ch;color:var(--gold);font:700 clamp(3rem, 8vw, 6.6rem)/.78 var(--serif);letter-spacing:-.045em;text-wrap:balance;margin:0}.hero__gold,.hero h1 span:first-child{color:var(--gold)}.hero__mint,.hero h1 span:last-child{color:var(--mint)}.hero__description{max-width:590px;color:hsl(var(--muted-foreground));margin:1.35rem 0 0;font-size:.92rem;line-height:1.6}.info-strip{width:var(--reading);border:1px solid hsl(var(--accent) / 33%);background:hsl(var(--card) / 45%);margin:0 auto clamp(3rem,7vw,5.5rem)}.info-strip dl{grid-template-columns:repeat(var(--info-columns), minmax(0, 1fr));margin:0;display:grid}.info-strip dl>div{text-align:center;min-width:0;padding:1rem 1.15rem}.info-strip dl>div+div{border-left:1px solid hsl(var(--accent) / 22%)}.info-strip dt{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;margin-bottom:.2rem;font-size:.58rem;font-weight:700}.info-strip dd{color:hsl(var(--foreground));font:600 clamp(1.05rem, 2vw, 1.28rem)/1.1 var(--serif);margin:0}.page-content{width:var(--reading);color:hsl(var(--card-foreground));margin:0 auto;font-size:.96rem}.page-content>:first-child{margin-top:0}.page-content h2{color:hsl(var(--foreground));font:600 clamp(1.8rem, 3.3vw, 2.35rem)/1 var(--serif);letter-spacing:-.015em;margin:clamp(2.8rem,6vw,4.5rem) 0 1.05rem;padding-left:1.1rem;position:relative}.page-content h2:before{background:var(--gold);width:.43rem;height:.43rem;box-shadow:0 0 10px hsl(var(--accent) / 70%);content:"";position:absolute;top:.35em;left:0;transform:rotate(45deg)}.page-content p{margin:0 0 1.1rem}.page-content strong{color:hsl(var(--foreground))}.page-content ul,.page-content ol{padding-left:1.35rem}.page-content li::marker{color:var(--gold)}.guide-grid{width:var(--wide);gap:12px;margin:clamp(3.8rem,8vw,6.75rem) auto;display:grid}.guide-grid--feature{grid-template-columns:repeat(4,minmax(0,1fr))}.guide-grid--entry{width:var(--reading);grid-template-columns:minmax(0,1fr)}.guide-grid--related{grid-template-columns:repeat(3,minmax(0,1fr))}.guide-card{border:1px solid hsl(var(--border) / 67%);background:linear-gradient(145deg, hsl(var(--card) / 72%), hsl(var(--background) / 93%)), var(--panel);min-width:0;box-shadow:inset 0 1px #ffffff08}.guide-card a{min-height:176px;color:var(--text);flex-direction:column;padding:1.15rem;text-decoration:none;display:flex}.guide-card p{margin:0}.guide-card p:first-child{color:hsl(var(--primary));letter-spacing:.17em;text-transform:uppercase;font-size:.57rem;font-weight:700}.guide-card h3{color:hsl(var(--foreground));font:600 1.45rem/1 var(--serif);margin:.45rem 0 .55rem}.guide-card p:nth-of-type(2){color:hsl(var(--muted-foreground));font-size:.76rem;line-height:1.56}.guide-card span{color:var(--gold);letter-spacing:.16em;text-transform:uppercase;margin-top:auto;padding-top:1rem;font-size:.58rem;font-weight:700}.guide-card:hover a{transform:translateY(-2px)}.table-wrap,.loot-table{width:var(--reading);border:1px solid hsl(var(--border) / 88%);background:hsl(var(--card) / 70%);scrollbar-color:var(--line) var(--ink);margin:clamp(2.8rem,6vw,4.5rem) auto;overflow-x:auto}.table-wrap:focus-visible,.loot-table:focus-visible{outline-offset:4px}.table-wrap table,.loot-table table{border-collapse:collapse;width:100%;min-width:640px;font-size:.76rem}.table-wrap th,.table-wrap td,.loot-table th,.loot-table td{border-bottom:1px solid hsl(var(--border) / 70%);text-align:left;vertical-align:top;padding:.85rem .95rem}.table-wrap thead,.loot-table thead{background:linear-gradient(90deg, hsl(var(--card)), hsl(var(--background)))}.table-wrap thead th,.loot-table thead th{color:var(--gold);letter-spacing:.13em;text-transform:uppercase;font-size:.6rem}.table-wrap tbody th,.loot-table tbody th{color:var(--gold);font-weight:600}.table-wrap tbody tr:last-child>*,.loot-table tbody tr:last-child>*{border-bottom:0}.faq-list{width:var(--reading);border-top:1px solid hsl(var(--border) / 85%);margin:clamp(3.8rem,8vw,6.75rem) auto}.faq-list details{border-bottom:1px solid hsl(var(--border) / 85%)}.faq-list summary{color:hsl(var(--foreground));cursor:pointer;font:600 1.22rem/1.2 var(--serif);padding:1rem 2rem 1rem 0}.faq-list summary::marker{color:var(--gold)}.faq-list p{color:hsl(var(--muted-foreground));margin:0;padding:0 1.2rem 1rem 0;font-size:.86rem}.site-footer,body>footer{border-top:1px solid hsl(var(--border) / 80%);background:hsl(var(--background));grid-template-columns:1.45fr repeat(4,minmax(0,1fr));gap:2rem;width:100%;margin-top:clamp(5rem,11vw,9rem);padding:3.25rem max(24px,50vw - 560px) 1.8rem;display:grid}.site-footer section,body>footer section{min-width:0}.site-footer section:first-child>a,body>footer section:first-child>a{color:var(--gold);font:600 1.45rem/1 var(--serif);letter-spacing:.025em;text-decoration:none}.site-footer section:first-child p,body>footer section:first-child p{max-width:19ch;color:hsl(var(--muted-foreground));margin:.8rem 0 0;font-size:.69rem;line-height:1.55}.site-footer h2,body>footer h2{color:var(--gold);font:700 .61rem/1 var(--sans);letter-spacing:.17em;text-transform:uppercase;margin:0 0 .65rem}.site-footer ul,body>footer ul{margin:0;padding:0;list-style:none}.site-footer li,body>footer li{margin:.31rem 0}.site-footer li a,body>footer li a{color:hsl(var(--muted-foreground));font-size:.7rem;line-height:1.35;text-decoration:none}.site-footer section:nth-of-type(6),body>footer section:nth-of-type(6){border-top:1px solid hsl(var(--border) / 65%);grid-column:1/-1;padding-top:1.8rem}.site-footer section:nth-of-type(6) ul,body>footer section:nth-of-type(6) ul{flex-wrap:wrap;gap:.45rem 1rem;display:flex}.site-footer>p,body>footer>p{color:hsl(var(--muted-foreground));letter-spacing:.14em;text-transform:uppercase;grid-column:1/span 3;margin:0;font-size:.58rem;font-weight:700}.site-footer>a,body>footer>a{color:var(--gold);letter-spacing:.13em;text-transform:uppercase;grid-column:5;justify-self:end;font-size:.61rem;font-weight:700;text-decoration:none}.site-header,body>header{border-color:hsl(var(--border) / 75%);background:hsl(var(--background) / 94%)}.site-header__cta,body>header>.site-header__cta{border-color:hsl(var(--primary) / 72%);background:hsl(var(--primary) / 14%);color:hsl(var(--primary-foreground))}.site-header__cta:hover,body>header>.site-header__cta:hover{border-color:hsl(var(--nav-theme-light));color:hsl(var(--nav-theme-light))}.guide-card{border-color:hsl(var(--border) / 88%);background:linear-gradient(145deg, hsl(var(--card) / 94%), hsl(var(--background) / 98%)), var(--panel)}.guide-card a,.guide-card__content{min-height:176px;color:var(--text);flex-direction:column;padding:1.15rem;text-decoration:none;display:flex}.guide-card__content{cursor:default}.guide-card p:first-child{color:hsl(var(--primary))}.guide-card p:nth-of-type(2){color:hsl(var(--muted-foreground))}.guide-card:hover,.guide-card:focus-within{border-color:hsl(var(--primary) / 80%);box-shadow:inset 0 0 0 1px hsl(var(--primary) / 16%), 0 18px 48px #00000042}.home-start{width:var(--wide);text-align:center;margin:clamp(3.8rem,8vw,6.75rem) auto}.home-start>p{color:hsl(var(--primary));letter-spacing:.24em;text-transform:uppercase;margin:0 0 .5rem;font-size:.62rem;font-weight:700}.home-start>h2{color:hsl(var(--foreground));font:600 clamp(2rem, 4vw, 3rem)/.95 var(--serif);margin:0}.home-start .guide-grid{margin:2rem auto 0}.home-content-layout{width:var(--wide);grid-template-columns:minmax(0,1fr) minmax(220px,280px);align-items:start;gap:clamp(2rem,5vw,4.5rem);margin:0 auto;display:grid}.home-content-layout .page-content{width:auto}.site-sidebar{border:1px solid hsl(var(--border));background:hsl(var(--card));gap:1.1rem;padding:1.25rem;display:grid}.site-sidebar section+section{border-top:1px solid hsl(var(--border) / 80%);padding-top:1.1rem}.site-sidebar__eyebrow{color:hsl(var(--primary));letter-spacing:.17em;text-transform:uppercase;margin:0 0 .4rem;font-size:.59rem;font-weight:700}.site-sidebar h2{color:hsl(var(--foreground));font:600 1.55rem/1 var(--serif);margin:0}.site-sidebar__status{color:hsl(var(--accent));font:700 1.35rem/1 var(--serif);margin:.7rem 0 .15rem}.site-sidebar p:not(.site-sidebar__eyebrow,.site-sidebar__status){color:hsl(var(--muted-foreground));margin:.55rem 0 0;font-size:.78rem;line-height:1.55}.site-sidebar ul{margin:0;padding:0;list-style:none}.site-sidebar li+li{margin-top:.45rem}.site-sidebar a{color:hsl(var(--accent));font-size:.78rem}.game-facts{border-top:1px solid hsl(var(--border));margin:2.6rem 0 0}.game-facts dl{grid-template-columns:repeat(2,minmax(0,1fr));margin:0;display:grid}.game-facts div{border-bottom:1px solid hsl(var(--border) / 72%);padding:.85rem 0}.game-facts div:nth-child(odd){padding-right:1.1rem}.game-facts div:nth-child(2n){border-left:1px solid hsl(var(--border) / 72%);padding-left:1.1rem}.game-facts dt{color:hsl(var(--primary));letter-spacing:.14em;text-transform:uppercase;font-size:.59rem;font-weight:700}.game-facts dd{color:hsl(var(--foreground));font:600 1.06rem/1.1 var(--serif);margin:.2rem 0 0}.button-link{border:1px solid hsl(var(--accent) / 65%);min-height:2.65rem;color:hsl(var(--accent-foreground));letter-spacing:.1em;text-transform:uppercase;justify-content:center;align-items:center;padding:.68rem .95rem;font-size:.67rem;font-weight:700;text-decoration:none;display:inline-flex}.button-link--primary{border-color:hsl(var(--primary));background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.button-link:hover{border-color:hsl(var(--nav-theme-light));color:hsl(var(--primary-foreground));transform:translateY(-2px)}.button-link--primary:hover{background:hsl(var(--nav-theme-light))}.hero__actions,.final-cta__actions{flex-wrap:wrap;justify-content:center;gap:.7rem;margin:1.65rem 0 0;display:flex}.final-cta{width:var(--reading);border:1px solid hsl(var(--border));background:linear-gradient(135deg, hsl(var(--card)), hsl(var(--background)));text-align:center;margin:clamp(4rem,9vw,7rem) auto;padding:clamp(2rem,5vw,3.5rem)}.final-cta h2{color:hsl(var(--foreground));font:600 clamp(2rem, 4vw, 3rem)/.95 var(--serif);margin:0}.final-cta>p:not(.final-cta__actions){max-width:60ch;color:hsl(var(--muted-foreground));margin:1rem auto 0}.site-footer,body>footer{border-color:hsl(var(--border));background:hsl(var(--background))}.site-footer section:nth-of-type(5),body>footer section:nth-of-type(5){border-top:1px solid hsl(var(--border) / 78%);grid-column:1/-1;padding-top:1.8rem}@media (width<=1040px){.site-header,body>header{grid-template-columns:minmax(0,1fr) auto auto;min-height:87px}.site-header__brand,body>header>.site-header__brand{text-overflow:ellipsis;min-width:0;margin-left:16px;margin-right:8px;font-size:1.37rem;overflow:hidden}.site-header nav:first-of-type,body>header nav:first-of-type{grid-area:1/3;padding-right:16px}.site-header__cta,body>header>.site-header__cta{grid-area:1/2;margin-right:8px}.site-header details,body>header details{width:auto;position:relative}.site-header__desktop-links{display:none!important}.site-header__mobile-menu,body>header .site-header__mobile-menu{display:block}.site-header details:not([open])>ul,body>header details:not([open])>ul{display:none!important}.site-header details[open]>ul,body>header details[open]>ul{display:grid!important}.site-header summary,body>header summary{border:1px solid hsl(var(--primary) / 42%);color:var(--gold);cursor:pointer;letter-spacing:.12em;text-transform:uppercase;padding:.45rem .6rem;font-size:.63rem;font-weight:700;list-style:none;display:block}.site-header summary::-webkit-details-marker,body>header summary::-webkit-details-marker{display:none}.site-header nav:first-of-type ul,body>header nav:first-of-type ul{border:1px solid var(--line);background:var(--panel-strong);width:min(230px,100vw - 32px);box-shadow:var(--shadow);z-index:3;gap:0;padding:.5rem;display:grid;position:absolute;top:calc(100% + 9px);right:0}.site-header nav:first-of-type li,body>header nav:first-of-type li{border-bottom:1px solid hsl(var(--border) / 68%)}.site-header nav:first-of-type li:last-child,body>header nav:first-of-type li:last-child{border-bottom:0}.site-header nav:first-of-type a,body>header nav:first-of-type a{padding:.68rem;display:block}.site-header nav:last-of-type ul,body>header nav:last-of-type ul{justify-content:flex-start;gap:1.1rem;padding-inline:16px}}@media (width<=760px){:root{--wide:min(100% - 32px, 1120px);--reading:min(100% - 32px, 800px)}.site-header__brand,body>header>.site-header__brand{font-size:1.2rem}.site-header__cta,body>header>.site-header__cta{padding:.42rem .55rem;font-size:.56rem}.hero{min-height:320px;padding:3.3rem 0 3.5rem}.hero>img{width:76px;margin-bottom:1.1rem}.hero>p:first-of-type{letter-spacing:.29em;font-size:.55rem}.hero h1{font-size:clamp(3.25rem,16vw,4.85rem)}.hero__description{max-width:32ch;font-size:.84rem}.hero:after{margin-top:1.8rem}.info-strip dl{grid-template-columns:1fr}.info-strip dl>div+div{border-top:1px solid hsl(var(--accent) / 22%);border-left:0}.info-strip dl>div{padding:.9rem 1rem}.page-content{font-size:.91rem}.page-content h2{margin-top:3rem;font-size:1.75rem}.guide-grid,.guide-grid--feature,.guide-grid--entry,.guide-grid--related{grid-template-columns:1fr;gap:10px;margin-block:3.6rem}.guide-card a,.guide-card__content{min-height:152px;padding:1rem}.table-wrap,.loot-table{width:var(--wide)}.home-content-layout{width:var(--wide);grid-template-columns:1fr}.site-sidebar{order:2}.game-facts dl{grid-template-columns:1fr}.game-facts div:nth-child(odd),.game-facts div:nth-child(2n){border-left:0;padding-inline:0}.hero__actions,.final-cta__actions{flex-direction:column;align-items:stretch}.button-link{width:100%}.site-footer,body>footer{grid-template-columns:1fr;gap:1.65rem;padding:2.7rem 16px 1.5rem}.site-footer section:nth-of-type(6),body>footer section:nth-of-type(6),.site-footer>p,body>footer>p,.site-footer>a,body>footer>a{grid-column:auto;justify-self:start}.site-footer section:nth-of-type(6),body>footer section:nth-of-type(6){padding-top:1.5rem}.site-footer>p,body>footer>p{border-top:1px solid hsl(var(--border) / 65%);padding-top:1rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
