:root{--paper:#111917;--ink:#e4eae2;--muted:#a6b4ab;--line:#33433b;--accent:#e7a67e;--card:#1b2722;--green:#a8c8ac;--serif:Georgia,'Times New Roman',serif;--sans:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--header:#111917f2;--soft:#25342d;--sage:#afc4a2;--button-bg:#a8c8ac;--button-text:#15241c;--button-hover:#bedac2;--shadow:#0b110e;--icon-filter:brightness(0) saturate(100%) invert(85%) sepia(9%) saturate(383%) hue-rotate(53deg);color-scheme:dark}
:root[data-theme="light"]{--paper:#f5f3ec;--ink:#253d38;--muted:#5d6c65;--line:#d7dcd2;--accent:#b9653e;--card:#fffefa;--green:#254c40;--serif:Georgia,'Times New Roman',serif;--sans:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color-scheme:light;--header:#f5f3ecf2;--soft:#e8e6dc;--sage:#6c7c60;--button-bg:#254c40;--button-text:#fffefa;--button-hover:#34634f;--shadow:#d7dcd2;--icon-filter:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper) url('/assets/ui/paper.svg');color:var(--ink);font-family:var(--sans);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--accent);outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;text-wrap:balance}p{color:var(--muted)}.shell{width:min(1280px,100% - 96px);margin-inline:auto}.header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:var(--header);backdrop-filter:blur(16px)}.header-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:800;letter-spacing:.13em;white-space:nowrap}.brand-mark{font-family:var(--serif);letter-spacing:-.08em;font-size:32px;color:var(--paper);background:var(--green);width:44px;height:44px;display:grid;place-content:center;border-radius:12px 12px 12px 2px;padding:0 7px 6px 0}.brand-note{font-size:8px;letter-spacing:.16em;max-width:72px;white-space:normal;line-height:1.5;border-left:1px solid var(--line);padding-left:10px;margin-left:4px}.header nav{display:flex;gap:25px;align-items:center}.header nav a{font-size:13px;padding:14px 0;font-weight:600;color:var(--muted);position:relative}.header nav a:hover,.header nav a[aria-current]{color:var(--ink)}.header nav a[aria-current]:after{content:'';position:absolute;left:0;right:0;bottom:4px;height:2px;background:var(--accent)}.skip{position:absolute;top:-90px;left:16px;padding:12px;background:var(--card);z-index:50}.skip:focus{top:10px}.eyebrow{font-size:10px;font-weight:750;letter-spacing:.18em;color:var(--accent);line-height:1.5;margin:0 0 18px;text-transform:uppercase}.home-hero{padding:74px 0 78px;display:grid;grid-template-columns:1.1fr 1fr;gap:55px;align-items:center}.home-hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(40px,4.35vw,68px);letter-spacing:-.045em;margin-bottom:26px;line-height:1.09}.home-hero h1 em{font-weight:400;color:var(--sage)}.lede{font-size:17px;line-height:1.8;max-width:650px}.text-link{display:inline-flex;align-items:center;gap:22px;font-size:13px;font-weight:650;padding:10px 0;border-bottom:1px solid var(--ink)}.text-link:hover{color:var(--accent);border-color:var(--accent)}.hero-feature{border-radius:8px;overflow:hidden;position:relative;background:var(--soft);box-shadow:0 18px 42px #253d3812;transform:rotate(1deg);border:1px solid var(--line);transition:transform .2s}.hero-feature:hover{transform:rotate(0)}.hero-feature>img{width:100%;aspect-ratio:1.6;object-fit:cover}.hero-feature>div{padding:21px 26px;display:flex;flex-direction:column;background:var(--card)}.hero-feature .eyebrow{font-size:8px;margin-bottom:8px}.hero-feature strong{font-family:var(--serif);font-size:27px;font-weight:400}.hero-feature>div>span:last-child{font-size:12px;color:var(--muted);margin-top:6px;display:flex;justify-content:space-between}.section-title{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:30px}.section-title h2{font-family:var(--serif);font-size:36px;font-weight:400;margin:0;letter-spacing:-.025em}.section-title .eyebrow{margin-bottom:12px}.section-note{color:var(--muted);font-size:12px;margin-bottom:5px}.collection{padding:40px 0 0;border-top:1px solid var(--line)}.crossroads{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:26px}.card{border:1px solid var(--line);background:var(--card);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;height:100%;transition:box-shadow .2s,transform .2s}.card:hover{transform:translateY(-4px);box-shadow:0 12px 26px #253d3812}.crossroads>.card{grid-column:span 2}.crossroads>.featured{grid-column:span 3}.card-art{position:relative;overflow:hidden;background:var(--soft)}.card-art>img{width:100%;height:210px;object-fit:cover;transition:transform .35s}.featured .card-art>img{height:260px}.card:hover .card-art>img{transform:scale(1.035)}.card-arrow{position:absolute;bottom:15px;right:15px;border-radius:50%;background:var(--card);color:var(--ink);width:36px;height:36px;display:grid;place-content:center;font-size:19px;box-shadow:0 3px 10px #0001}.card-copy{padding:25px 27px 28px}.card-copy .eyebrow{font-size:9px;margin-bottom:12px}.card h2{font-family:var(--serif);font-size:29px;font-weight:400;margin-bottom:12px;letter-spacing:-.025em}.card p:not(.eyebrow){font-size:13px;line-height:1.75;margin-bottom:0}.footer{display:grid;grid-template-columns:1fr 1.2fr 1fr auto;align-items:start;gap:30px;padding:40px 0 35px;border-top:1px solid var(--line);margin-top:80px}.footer .brand{font-family:var(--serif);font-size:32px;letter-spacing:-.06em;font-weight:400;gap:0}.accent{color:var(--accent)}.footer p,.footer nav,.footer small{font-size:11px;color:var(--muted)}.footer nav{display:flex;gap:20px;padding-top:5px}.footer small{padding-top:5px}.page-heading{padding:62px 0 38px}.page-heading h1{font-family:var(--serif);font-size:clamp(38px,4.5vw,64px);font-weight:400;letter-spacing:-.035em;margin-bottom:22px}.page-heading .lede{margin-bottom:0}.breadcrumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px;font-size:11px;color:var(--muted)}.breadcrumbs a{padding-block:4px}.breadcrumbs a:hover{text-decoration:underline}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.section-end{margin-top:40px}.button{min-height:48px;padding:12px 21px;border:1px solid var(--green);border-radius:5px;background:var(--button-bg);color:var(--button-text);display:inline-flex;align-items:center;justify-content:center;gap:24px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 3px 0 #173429;transition:transform .15s,background .15s}.button:hover{background:var(--button-hover)}.button:active{transform:translateY(2px);box-shadow:0 1px 0 #173429}.button.secondary{background:var(--card);color:var(--ink);border-color:var(--line);box-shadow:0 3px 0 var(--shadow)}.button.secondary:hover{background:var(--soft)}.small-note{font-size:12px;margin-top:21px}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;padding:25px 0 50px}.product-hero .page-heading{padding-top:30px}.product-hero>img{border-radius:8px;border:1px solid var(--line);width:100%;height:auto}.rules{max-width:760px;border-top:1px solid var(--line);padding-top:40px;margin-top:20px}.rules h2{font-family:var(--serif);font-weight:400;font-size:38px}.rules li{padding:8px 0}.rules ol{padding-left:20px;margin-bottom:30px}.profile-links{display:flex;align-items:center;gap:25px;flex-wrap:wrap;border-block:1px solid var(--line);padding:18px 0;font-size:12px;margin-bottom:30px}.profile-links>span{color:var(--muted);margin-right:auto}.profile-links a{padding:8px 0;font-weight:600}.search-form{margin:26px 0 36px;max-width:700px}.search-form label{display:block;font-size:12px;font-weight:650;margin-bottom:12px}.search-form>div{display:flex;gap:12px}.search-form input{background:var(--card);border:1px solid var(--line);border-radius:5px;padding:12px 16px;color:var(--ink);min-width:0;flex:1;font-size:14px}.print-cards .card-art>img{object-fit:contain;background:var(--soft);height:235px}.print-cards .card h2{font-size:25px}.print-cards .card p:not(.eyebrow){display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.print-product{grid-template-columns:1.1fr 1fr;margin-top:30px}.print-product .page-heading h1{font-size:clamp(30px,3vw,44px)}.print-product .lede{font-size:14px}.print-product .print-hero-art{object-fit:contain;max-height:650px;background:var(--soft)}.listing-links{display:flex;flex-wrap:wrap;gap:12px}.related{border-top:1px solid var(--line);margin-top:55px;padding-top:40px}.related .card-art img{object-fit:contain}.related .card h2{font-size:24px}.channel{display:flex;align-items:center;gap:30px;background:var(--card);border:1px solid var(--line);border-radius:8px;padding:40px;margin-bottom:24px}.channel>div{flex:1}.channel .eyebrow{margin-bottom:8px}.channel h2{font-family:var(--serif);font-size:32px;font-weight:400;margin-bottom:12px}.channel p{margin-bottom:0;font-size:14px}.art-placeholder{height:235px;display:grid;place-content:center;background:var(--soft)}.art-placeholder img{width:60px;height:60px;opacity:.45}[hidden]{display:none!important}
@media(min-width:1500px){.home-hero{padding-block:95px}.card-art>img{height:230px}.featured .card-art>img{height:285px}}
@media(max-width:1100px){.shell{width:calc(100% - 56px)}.brand-note{display:none}.header nav{gap:17px}.home-hero{gap:30px}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.crossroads{gap:18px}.card-copy{padding:20px}.card h2{font-size:26px}.crossroads .card-art>img{height:175px}.crossroads .featured .card-art>img{height:230px}.product-hero{gap:30px}.footer{grid-template-columns:1fr 1.5fr 1fr}.footer small{grid-column:1/-1}}
@media(max-width:760px){.shell{width:calc(100% - 36px)}.header-inner{min-height:0;display:block;padding-top:14px}.brand{font-size:14px}.brand-mark{width:32px;height:32px;font-size:24px}.header nav{justify-content:space-between;gap:12px;overflow-x:auto;padding-top:8px}.header nav a{white-space:nowrap;font-size:11px;min-height:44px}.home-hero{grid-template-columns:1fr;padding:45px 0;gap:35px}.home-hero h1{font-size:45px}.home-hero .lede{font-size:15px}.hero-feature{transform:none}.hero-feature>img{aspect-ratio:1.8}.section-title{align-items:start}.section-title h2{font-size:30px}.section-note{display:none}.crossroads{grid-template-columns:repeat(2,minmax(0,1fr))}.crossroads>.card,.crossroads>.featured{grid-column:span 1}.crossroads>.card:last-child{grid-column:span 2;display:grid;grid-template-columns:1fr 1.4fr}.crossroads .card-art>img,.crossroads .featured .card-art>img{height:175px}.card-copy{padding:19px}.card h2{font-size:25px}.cards{gap:18px}.footer{grid-template-columns:1fr 1fr;margin-top:55px;gap:24px}.footer nav{grid-column:1/-1}.page-heading{padding:40px 0 30px}.page-heading h1{font-size:40px}.lede{font-size:15px}.product-hero,.print-product{grid-template-columns:1fr;gap:25px}.product-hero>img{grid-row:1}.product-hero .page-heading{padding-top:5px}.print-product{margin-top:15px}.print-product .page-heading h1{font-size:35px}.print-product .print-hero-art{max-height:400px}.related .section-title{flex-wrap:wrap}.channel{flex-wrap:wrap;padding:25px;gap:20px}.channel .button{width:100%}.channel>div{flex-basis:calc(100% - 84px)}.print-cards .card-art>img{height:180px}}
@media(max-width:430px){.home-hero h1{font-size:38px}.crossroads,.cards{grid-template-columns:1fr}.crossroads>.card:last-child{grid-column:span 1;display:flex}.crossroads .card-art>img,.crossroads .featured .card-art>img{height:220px}.card-copy{padding:23px}.card h2{font-size:28px}.search-form>div{flex-direction:column}.profile-links{gap:14px}.profile-links>span{width:100%}.header nav{gap:14px}.header nav a{font-size:10px}.print-cards .card-art>img{height:235px}.footer{grid-template-columns:1fr}.footer p{margin:0}.home-hero .lede br{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.hero-feature{transform:none}.card:hover{transform:none}.card:hover .card-art>img{transform:none}}
.hero-feature>img{height:auto;aspect-ratio:1.6;object-fit:contain}.crossroads>.featured:nth-child(2) .card-art>img{object-fit:contain;background:var(--soft)}

/* The hub defaults to dark; an explicit choice is restored before CSS loads. */
.ui-icon{filter:var(--icon-filter)}
.header-inner{position:relative;gap:22px}
.theme-toggle{flex:none;min-width:94px;min-height:44px;border:1px solid var(--line);border-radius:6px;padding:8px 12px;background:var(--card);color:var(--ink);font-size:12px;cursor:pointer}
.theme-toggle:hover{border-color:var(--accent)}
@media(max-width:1100px){.header nav{gap:13px}.header-inner{gap:16px}}
@media(max-width:760px){.theme-toggle{position:absolute;right:0;top:8px;min-height:40px}.header nav{padding-top:12px}}

.home-crossroads{border-top:0;padding-top:42px}.home-crossroads h1{font-family:var(--serif);font-size:36px;font-weight:400;margin:0;letter-spacing:-.025em}
@media(max-width:760px){.home-crossroads{padding-top:28px}.home-crossroads h1{font-size:30px}}
/* A quiet fantasy treatment: book typography, brass details and engraved edges. */
@font-face{font-family:'Morass Garamond';src:url('/assets/ui/garamond.ttf') format('truetype');font-display:swap;font-style:normal;font-weight:400 800}
:root{--serif:'Morass Garamond',Georgia,serif;--paper:#101713;--ink:#eee7d6;--muted:#aeb6a5;--accent:#d2b27b;--line:#3b4536;--card:#19251f;--header:#101713f2;--green:#c5b17c;--button-bg:#c5b17c;--button-hover:#dcc997;--engraving:#b99b6055}
:root[data-theme="light"]{--serif:'Morass Garamond',Georgia,serif;--paper:#f5f0e4;--ink:#303b2c;--muted:#64705c;--accent:#8d6934;--line:#d3c9ae;--card:#fffaf0;--header:#f5f0e4f2;--green:#405437;--button-bg:#405437;--button-hover:#526947;--engraving:#a1895355}
.header{box-shadow:0 3px 0 var(--paper),0 4px 0 var(--engraving)}
.brand-mark{border-radius:14px 14px 4px 4px;outline:1px solid var(--engraving);outline-offset:3px;font-family:var(--serif)}
.brand{letter-spacing:.16em}.brand-note{font-weight:500}
.card,.channel,.feature{border-radius:3px;box-shadow:inset 0 0 0 4px var(--card),inset 0 0 0 5px var(--engraving)}
.card:hover{border-color:var(--accent);box-shadow:inset 0 0 0 4px var(--card),inset 0 0 0 5px var(--engraving),0 12px 26px #0002}
.card-art{border-bottom:1px solid var(--engraving)}
.card-copy{position:relative}.card-copy:after{content:'';position:absolute;right:13px;bottom:13px;width:12px;height:12px;border-right:1px solid var(--engraving);border-bottom:1px solid var(--engraving);pointer-events:none}
.card h2{font-size:32px}.print-cards .card h2,.related .card h2{font-size:28px}
.card-arrow{border:1px solid var(--engraving);border-radius:3px;width:34px;height:34px}
.home-crossroads .section-title{position:relative;padding-bottom:20px;border-bottom:1px solid var(--engraving)}
.home-crossroads .section-title:after{content:'✧';position:absolute;bottom:-15px;left:50%;padding:0 15px;background:var(--paper);color:var(--accent);font-size:22px;line-height:28px}
.home-crossroads h1{font-size:44px}.page-heading h1{color:var(--ink)}
.page-heading>.eyebrow:before{content:'✧';margin-right:10px;color:var(--accent);font-size:15px}
.theme-toggle,.button{border-radius:3px}
.button.secondary:hover{border-color:var(--accent)}
@media(max-width:760px){.home-crossroads h1{font-size:36px}.card h2{font-size:30px}.print-cards .card h2{font-size:28px}}
/* Authored game pages use the same site shell and theme tokens as the catalogue. */
:root{--bg-deep:var(--paper);--bg-card:var(--card);--bg-elev:var(--soft);--gold:var(--accent);--gold-glow:var(--ink);--text:var(--ink);--text-dim:var(--muted);--border:var(--line)}
.game-site .container{width:min(1280px,100% - 96px);max-width:none;padding:0;margin-inline:auto}
.game-detail>.breadcrumbs{margin-bottom:28px}.game-detail .game-hero{width:min(1280px,100% - 96px);margin-inline:auto;border:1px solid var(--line);border-radius:3px}
.game-detail .hero-overlay{background:linear-gradient(180deg,#10171322,#10171355 50%,#101713ee)}
.game-detail .hero-content h1{font-family:var(--serif)!important;color:#eee7d6!important;font-weight:400;letter-spacing:.04em!important;text-shadow:0 2px 20px #000!important}
.game-detail .game-section h2{font-family:var(--serif);font-size:38px;font-weight:400;text-align:left;letter-spacing:0;color:var(--ink)}
.game-detail .feature h4{font-family:var(--serif);font-size:27px;font-weight:400;line-height:1.15;margin:0 0 12px;color:var(--ink)}
.game-detail .feature{padding:28px}.game-detail .cta{font-family:var(--sans);font-size:13px;letter-spacing:0;text-transform:none;border-radius:3px;min-height:48px}
.game-detail .cta-primary{background:var(--button-bg);color:var(--button-text);box-shadow:0 3px 0 var(--shadow);border:1px solid var(--accent)}
.game-detail .cta-secondary{background:var(--card);color:var(--ink);border:1px solid var(--line)}
.game-detail .cta:hover{transform:translateY(-2px);border-color:var(--accent)}
.game-detail .screenshots-grid img,.game-detail .trailer-wrap{border-radius:3px}
.game-detail .about-text{max-width:none}.game-detail .about-text p{max-width:850px}
.legal-page{max-width:850px;padding-top:50px}.legal-page h1{font:400 54px/1.1 var(--serif);margin-bottom:24px}.legal-page h2{font:400 32px/1.2 var(--serif);margin:34px 0 16px}.legal-page p{margin-bottom:20px}.legal-page ul{padding-left:24px}.legal-page a{text-decoration:underline;color:var(--accent)}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1100px){.game-site .container,.game-detail .game-hero{width:calc(100% - 56px)}}
@media(max-width:760px){.game-site .container,.game-detail .game-hero{width:calc(100% - 36px)}.game-detail .game-section h2{font-size:34px}.game-detail .game-hero{min-height:360px}.legal-page{padding-top:35px}.legal-page h1{font-size:42px}}
/* YouTube: each channel's own avatar, set in a brass ring. */
.channel-marks{height:210px;display:flex;align-items:center;justify-content:center;gap:28px;background:var(--soft)}
.channel-mark{flex:none;width:96px;height:96px;border-radius:50%;box-shadow:0 0 0 3px var(--card),0 0 0 4px var(--engraving),0 8px 18px #0003;transition:transform .35s}
.card:hover .channel-mark{transform:translateY(-3px)}.card:hover .channel-mark+.channel-mark{transform:translateY(3px)}
.channel>.channel-mark{width:88px;height:88px}
@media(min-width:1500px){.channel-marks{height:230px}}
@media(max-width:1100px){.channel-marks{height:175px;gap:20px}.channel-marks .channel-mark{width:80px;height:80px}}
@media(max-width:760px){.channel>.channel-mark{width:64px;height:64px}}
@media(max-width:430px){.channel-marks{height:180px}.channel-marks .channel-mark{width:92px;height:92px}}
@media(prefers-reduced-motion:reduce){.card:hover .channel-mark,.card:hover .channel-mark+.channel-mark{transform:none}}

/* Fantasy pass: book type throughout, brass-cornered frames, lamplit parchment. */
:root{--corner-tl:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cg transform='matrix(1 0 0 1 0 0)'%3E%3Cpath d='M0 0H38V1.8H0Z'/%3E%3Cpath d='M0 0H1.8V38H0Z'/%3E%3Cpath fill-rule='evenodd' d='M0 0H18C16.5 5.5 13.5 9.5 9.5 9.5 9.5 13.5 5.5 16.5 0 18ZM3.2 5a1.8 1.8 0 1 0 3.6 0a1.8 1.8 0 1 0-3.6 0Z'/%3E%3Cpath d='M14.5 11.2l2.3 2.3-2.3 2.3-2.3-2.3Z'/%3E%3C/g%3E%3C/svg%3E");--corner-tr:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cg transform='matrix(-1 0 0 1 38 0)'%3E%3Cpath d='M0 0H38V1.8H0Z'/%3E%3Cpath d='M0 0H1.8V38H0Z'/%3E%3Cpath fill-rule='evenodd' d='M0 0H18C16.5 5.5 13.5 9.5 9.5 9.5 9.5 13.5 5.5 16.5 0 18ZM3.2 5a1.8 1.8 0 1 0 3.6 0a1.8 1.8 0 1 0-3.6 0Z'/%3E%3Cpath d='M14.5 11.2l2.3 2.3-2.3 2.3-2.3-2.3Z'/%3E%3C/g%3E%3C/svg%3E");--corner-bl:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cg transform='matrix(1 0 0 -1 0 38)'%3E%3Cpath d='M0 0H38V1.8H0Z'/%3E%3Cpath d='M0 0H1.8V38H0Z'/%3E%3Cpath fill-rule='evenodd' d='M0 0H18C16.5 5.5 13.5 9.5 9.5 9.5 9.5 13.5 5.5 16.5 0 18ZM3.2 5a1.8 1.8 0 1 0 3.6 0a1.8 1.8 0 1 0-3.6 0Z'/%3E%3Cpath d='M14.5 11.2l2.3 2.3-2.3 2.3-2.3-2.3Z'/%3E%3C/g%3E%3C/svg%3E");--corner-br:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cg transform='matrix(-1 0 0 -1 38 38)'%3E%3Cpath d='M0 0H38V1.8H0Z'/%3E%3Cpath d='M0 0H1.8V38H0Z'/%3E%3Cpath fill-rule='evenodd' d='M0 0H18C16.5 5.5 13.5 9.5 9.5 9.5 9.5 13.5 5.5 16.5 0 18ZM3.2 5a1.8 1.8 0 1 0 3.6 0a1.8 1.8 0 1 0-3.6 0Z'/%3E%3Cpath d='M14.5 11.2l2.3 2.3-2.3 2.3-2.3-2.3Z'/%3E%3C/g%3E%3C/svg%3E");--flourish:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 24'%3E%3Cg id='h'%3E%3Cpath d='M131 11.4L236 12 131 12.6Z'/%3E%3Cpath fill='none' stroke='black' stroke-width='1.3' stroke-linecap='round' d='M129 12c7 0 9-6.5 15.5-6.5 5 0 7 4.2 4.3 6.4-2.4 2-5.3-.2-4-2.3M150 12c6 0 7.5 4.5 13 4.5 3.6 0 4.6-2.8 2.8-4'/%3E%3Ccircle cx='175' cy='12' r='1.6'/%3E%3Ccircle cx='197' cy='12' r='1.1'/%3E%3C/g%3E%3Cuse href='%23h' transform='matrix(-1 0 0 1 240 0)'/%3E%3Cpath d='M120 3.5l8.5 8.5-8.5 8.5-8.5-8.5Zm0 4.3L115.8 12l4.2 4.2 4.2-4.2Z' fill-rule='evenodd'/%3E%3Cpath d='M120 10.2l1.8 1.8-1.8 1.8-1.8-1.8Z'/%3E%3C/svg%3E");--seal:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M47.32 24.00L48.13 26.54L48.19 29.14L47.31 31.57L45.67 33.65L43.71 35.38L41.86 36.98L40.33 38.71L39.03 40.69L37.64 42.77L35.88 44.58L33.68 45.74L31.18 46.11L28.65 45.88L26.26 45.49L24.00 45.37L21.72 45.69L19.27 46.25L16.65 46.61L14.07 46.30L11.80 45.13L10.00 43.26L8.63 41.08L7.39 38.96L5.98 37.09L4.29 35.38L2.51 33.57L1.05 31.46L0.32 29.03L0.48 26.47L1.32 24.00L2.38 21.73L3.19 19.58L3.56 17.36L3.65 14.94L3.87 12.38L4.65 9.94L6.15 7.93L8.25 6.50L10.60 5.55L12.88 4.74L14.97 3.72L16.97 2.36L19.09 0.89L21.45 -0.26L24.00 -0.63L26.53 -0.06L28.83 1.26L30.87 2.86L32.78 4.28L34.80 5.30L37.04 6.05L39.41 6.89L41.57 8.18L43.19 10.05L44.13 12.38L44.53 14.86L44.80 17.24L45.32 19.47L46.23 21.66Z'/%3E%3C/svg%3E");--speck:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .78 0 0 0 0 .66 0 0 0 0 .45 .5 0 0 0 -.18'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");--mottle:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1000'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.009' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .05 0 0 0 0 .04 0 0 0 0 .02 0 0 .9 0 -.38'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
:root{--sans:'Morass Garamond',Georgia,serif;--frame:#b99b6070;--brass-hi:#f3dca4;--brass-lo:#8a6b37;--glow:#e0b46a2e;--lamplight:#e9c27c14;--vignette:#000000b0;--mottle-opacity:1;--band:#0a0f0c70}
:root[data-theme="light"]{--sans:'Morass Garamond',Georgia,serif;--frame:#a1895390;--brass-hi:#c8a35c;--brass-lo:#5c4420;--glow:#a0772f24;--lamplight:#fffaeb99;--vignette:#6b4b1c38;--mottle-opacity:.18;--band:#fffaf080}
body{background-image:var(--speck),url('/assets/ui/paper.svg');font-size:17px}
body:before{content:'';position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(110% 60% at 50% -8%,var(--lamplight),transparent 70%),radial-gradient(150% 115% at 50% 40%,transparent 50%,var(--vignette))}
body:after{content:'';position:fixed;inset:0;z-index:-1;pointer-events:none;background:var(--mottle) center/cover no-repeat;opacity:var(--mottle-opacity)}

.header nav a{font-size:17px;font-weight:500;font-variant-caps:small-caps;letter-spacing:.05em}
.brand{font-size:21px;font-weight:600;letter-spacing:.2em}
.brand-note{font-size:10px;font-weight:500}
.brand-mark{width:48px;height:48px;padding:0 0 5px;border-radius:0;outline:0;font-size:30px;letter-spacing:-.04em;color:#f1d79c;text-shadow:0 1px 0 #3a0d09,0 -1px 0 #ffffff26;background:radial-gradient(circle,transparent 0 16px,#0000002e 16.5px 17.5px,#ffffff1c 18px,transparent 18.5px),radial-gradient(circle at 36% 30%,#b4463b,#86281f 52%,#551510);-webkit-mask:var(--seal) center/contain no-repeat;mask:var(--seal) center/contain no-repeat;filter:drop-shadow(0 2px 3px #0006)}
.eyebrow{font-size:17px;font-weight:600;letter-spacing:.14em;font-variant-caps:all-small-caps}
.card-copy .eyebrow{font-size:15px}
.section-note{font-size:16px;font-style:italic}
.card p:not(.eyebrow){font-size:16.5px;line-height:1.6}
.lede{font-size:20px;line-height:1.65}
.text-link,.button,.game-detail .cta{font-size:16px;font-variant-caps:small-caps;letter-spacing:.05em;font-weight:600}
.breadcrumbs{font-size:14px}
.footer p,.footer nav,.footer small{font-size:14px}
.small-note{font-size:15px}
.small-note a{text-decoration:underline;text-decoration-color:var(--line);text-underline-offset:3px}.small-note a:hover{color:var(--accent);text-decoration-color:var(--accent)}
.profile-links{font-size:15px}
.search-form label{font-size:15px}
.search-form input{font-size:17px}
.channel p{font-size:17px}

/* Frames: gilt border, engraved inner rule, image set in a matte, brass corners. */
.card,.channel,.game-detail .feature{position:relative;border-color:var(--frame)}
.card{padding:8px}
.card,.channel,.game-detail .feature{box-shadow:inset 0 0 0 3px var(--card),inset 0 0 0 4px var(--engraving)}
.card-art{border:1px solid var(--engraving);border-radius:1px}
.card-copy:after{display:none}
.card:after,.channel:after,.game-detail .feature:after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,var(--brass-hi),var(--accent) 45%,var(--brass-lo));-webkit-mask:var(--corner-tl) top left/38px no-repeat,var(--corner-tr) top right/38px no-repeat,var(--corner-bl) bottom left/38px no-repeat,var(--corner-br) bottom right/38px no-repeat;mask:var(--corner-tl) top left/38px no-repeat,var(--corner-tr) top right/38px no-repeat,var(--corner-bl) bottom left/38px no-repeat,var(--corner-br) bottom right/38px no-repeat}
.card:hover{border-color:var(--accent);box-shadow:inset 0 0 0 3px var(--card),inset 0 0 0 4px var(--engraving),0 14px 30px #0004,0 0 42px var(--glow)}

/* Dividers: an engraved scroll instead of a lone star. */
.home-crossroads .section-title{border-bottom:0}
.home-crossroads .section-title:before{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--engraving) 6%,var(--engraving) calc(50% - 104px),transparent calc(50% - 100px),transparent calc(50% + 100px),var(--engraving) calc(50% + 104px),var(--engraving) 94%,transparent)}
.home-crossroads .section-title:after,.page-heading:after{content:'';position:absolute;width:240px;height:24px;background:var(--accent);-webkit-mask:var(--flourish) center/contain no-repeat;mask:var(--flourish) center/contain no-repeat}
.home-crossroads .section-title:after{bottom:-12px;left:calc(50% - 120px);padding:0}
.page-heading{position:relative}
.page-heading:after{position:static;display:block;margin-top:30px;width:180px;height:18px}
.page-heading>.eyebrow:before{content:'◆';font-size:11px;vertical-align:2px}
.game-detail .game-section[style]{background:var(--band)!important;border-color:var(--engraving)!important}

/* Theme toggle: a sun or a moon. */
.theme-toggle{min-width:44px;width:44px;padding:0;display:grid;place-content:center;color:var(--accent)}
.theme-toggle svg{width:22px;height:22px}
:root[data-theme="light"] .theme-toggle .icon-sun,:root:not([data-theme="light"]) .theme-toggle .icon-moon{display:none}

@media(max-width:760px){.header nav a{font-size:15px}
.brand{font-size:17px}
.brand-mark{width:38px;height:38px;font-size:24px;padding-bottom:4px}
.lede{font-size:18px}
.card{padding:6px}
.card:after,.channel:after,.game-detail .feature:after{-webkit-mask-size:30px;mask-size:30px}
.theme-toggle{min-width:40px;width:40px}
}
@media(max-width:430px){.header nav a{font-size:14px}
}

/* Free tools: a quiet band under the home crossroads and a compact list page. */
.home-tools{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:40px;padding:26px 30px;border:1px solid var(--line);border-radius:8px;background:var(--card)}
.home-tools .eyebrow{margin-bottom:8px}.home-tools h2{font-family:var(--serif);font-weight:400;font-size:26px;margin:0 0 6px;letter-spacing:-.02em}.home-tools p:not(.eyebrow){margin:0;font-size:13px}.home-tools .button{flex:none}
.channel.tool{padding:24px 32px;margin-bottom:14px}.channel.tool h2{font-size:26px;margin-bottom:6px}
@media(max-width:760px){.home-tools{flex-direction:column;align-items:stretch;padding:22px}.home-tools .button{width:100%}.channel.tool{padding:22px}}
/* Free tools, groups: a monospace seal in place of artwork. */
.tool-mark-art{height:210px;display:grid;place-items:center;background:var(--soft)}
.tool-mark{display:grid;place-items:center;width:112px;height:112px;border-radius:50%;background:var(--card);color:var(--accent);font:600 30px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:-.04em;box-shadow:0 0 0 3px var(--card),0 0 0 4px var(--engraving),0 8px 18px #0003;transition:transform .35s}
.card:hover .tool-mark{transform:translateY(-3px)}
.channel>.tool-mark-inline{flex:none}.tool-mark-inline .tool-mark{width:64px;height:64px;font-size:17px}
.tool-app-icon{display:block;width:64px;height:64px;object-fit:contain}
@media(min-width:1500px){.tool-mark-art{height:230px}}
@media(max-width:1100px){.tool-mark-art{height:175px}.tool-mark{width:92px;height:92px;font-size:26px}}
@media(max-width:760px){.channel.tool>div:not(.tool-mark-inline){flex-basis:calc(100% - 84px)}.tool-mark-inline .tool-mark,.tool-app-icon{width:52px;height:52px;font-size:14px}}
@media(prefers-reduced-motion:reduce){.card:hover .tool-mark{transform:none}}
.tag-list{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:22px;font-size:12px}.tag-list>span{color:var(--muted);font-weight:650;letter-spacing:.08em;text-transform:uppercase;margin-right:6px}.tag{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:4px 12px;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--ink);font-size:13px;font-weight:600;transition:background .15s,border-color .15s}.tag:hover{background:var(--soft);border-color:var(--sage)}.tag-count{color:var(--muted);font-weight:500;font-size:12px}.tag-note{margin-top:10px}
