:root{--ink:#2b1c2e;--muted:#66566f;--paper:#fbf6fb;--card:#f2e6f2;--moss:#493d51;--lime:#c2359b;--coral:#c2359b;--accent-ink:#fff;--sky:#f7d3ec;--line:#2b1c2e;--shadow:none;--radius:0}:root[data-theme=modernist]{--ink:#201e1d;--muted:#635f5c;--paper:#f3f2f2;--card:#fff;--moss:#201e1d;--lime:#ec3013;--coral:#ec3013;--accent-ink:#fff;--sky:#e6e3e1;--line:#201e1d}:root[data-theme=fairy]{--ink:#2b1c2e;--muted:#66566f;--paper:#fbf6fb;--card:#f2e6f2;--moss:#493d51;--lime:#c2359b;--coral:#c2359b;--accent-ink:#fff;--sky:#f7d3ec;--line:#2b1c2e}:root[data-theme=future]{--ink:#e9f1f8;--muted:#9aa6b3;--paper:#151a20;--card:#1e252e;--moss:#0f333f;--lime:#00d5ff;--coral:#00d5ff;--accent-ink:#05202b;--sky:#14485a;--line:#e9f1f8}:root[data-theme=artistic]{--ink:#221f19;--muted:#63594a;--paper:#f7f2e7;--card:#ece3d2;--moss:#463f34;--lime:#c2611f;--coral:#c2611f;--sky:#f5d9bb;--line:#221f19}:root[data-theme=monster]{--ink:#1b241a;--muted:#5b6857;--paper:#f2f7ef;--card:#e4ecdf;--moss:#1f6b2c;--lime:#3fae52;--coral:#3fae52;--accent-ink:#07240f;--sky:#c9ebcd;--line:#1b241a}
*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);font-family:Archivo,Arial,Helvetica,sans-serif}body{background:var(--paper);min-width:320px;margin:0}a{color:inherit}button,input,textarea{font:inherit}button,.button{min-height:44px}:focus-visible{outline:3px solid var(--coral);outline-offset:3px}.siteHeader{border-bottom:2px solid var(--ink);background:var(--ink);min-height:56px;color:var(--paper);z-index:10;justify-content:space-between;align-items:center;gap:20px;padding:0 clamp(18px,4vw,48px);display:flex;position:sticky;top:0}.siteHeader nav,.brand{align-items:center;gap:18px;display:flex}.siteHeader nav a,.brand{font-weight:800;text-decoration:none}.headerSignOut{min-height:44px;color:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:800}.brandMark{color:var(--paper);background:0 0;place-items:center;width:44px;height:44px;font-size:1.15rem;display:grid}.avatarButton{border:2px solid var(--paper);color:#fff;background:var(--coral);place-items:center;width:36px;height:36px;font-weight:900;text-decoration:none;display:grid}.themeSwitcher{grid-template-columns:repeat(5,minmax(100px,1fr));gap:8px;display:grid}.themeSwitcher button{border:2px solid var(--ink);background:var(--card);min-height:74px;color:var(--ink);cursor:pointer;padding:8px;font-weight:800}.themeSwitcher button[aria-pressed=true]{background:var(--ink);color:var(--paper)}.themeSwitcher span{background:var(--theme-swatch);border:1px solid;width:100%;height:28px;margin-bottom:7px;display:block}.page{width:min(1180px,100% - 36px);margin:0 auto;padding:32px 0 80px}.breadcrumbs{width:min(1180px,100% - 36px);color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;margin:0 auto;padding-top:22px;font-size:.82rem;font-weight:800;display:flex}.breadcrumbItem{align-items:center;gap:10px;display:inline-flex}.breadcrumbs a{color:var(--ink);text-underline-offset:3px}.breadcrumbs [aria-current=page]{color:var(--moss)}.eyebrow{color:var(--moss);letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:.78rem;font-weight:900}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.05em;max-width:760px;margin-bottom:14px;font-family:Archivo,Arial,sans-serif;font-size:clamp(2.4rem,7vw,4rem);font-weight:900;line-height:.98}.lede{max-width:640px;color:var(--muted);font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.pageHeading{justify-content:space-between;align-items:end;gap:28px;margin-bottom:38px;display:flex}.button{border:2px solid var(--ink);background:var(--card);color:var(--ink);cursor:pointer;box-shadow:none;border-radius:0;justify-content:flex-start;align-items:center;gap:8px;padding:0 18px;font-weight:800;text-decoration:none;display:inline-flex}.button:hover{background:#dedad7}.buttonPrimary{background:var(--lime);color:var(--accent-ink)}.buttonGhost{box-shadow:none;background:0 0;border-color:#0000;text-decoration:underline}.worldGrid{border-left:2px solid var(--ink);border-top:2px solid var(--ink);grid-template-columns:1fr;gap:0;display:grid}.worldCard{border:0;border-right:2px solid var(--line);border-bottom:2px solid var(--line);background:var(--card);min-height:360px;box-shadow:none;border-radius:0;grid-template-columns:minmax(0,1.35fr) minmax(320px,1fr);display:grid;position:relative;overflow:hidden}.worldCard:after{display:none}.worldCardIllustration{border-right:2px solid var(--ink);background:var(--sky);min-height:360px;overflow:hidden}.worldCardIllustration img{object-fit:contain;width:100%;height:100%;display:block}.worldCardBody{flex-direction:column;min-width:0;padding:clamp(24px,4vw,42px);display:flex}.worldCardLink{z-index:1;color:#0000;text-decoration:none;position:absolute;inset:0}.worldCardLink span{color:var(--accent-ink);background:var(--coral);border:2px solid var(--ink);padding:12px 18px;font-weight:900;position:absolute;bottom:clamp(24px,4vw,42px);right:clamp(24px,4vw,42px)}.worldCard:focus-within{outline:3px solid var(--coral);outline-offset:4px}.worldCard .worldMeta{margin-top:auto;padding-top:24px;padding-right:160px}.worldActions{z-index:2;position:relative}.worldCard h2{max-width:80%;font:900 2.4rem/.98 Archivo,Arial,sans-serif}.worldCard p{color:var(--muted);line-height:1.5}.worldMeta{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.worldActions{align-items:center;gap:8px;display:flex}.emptyState{text-align:left;border:2px solid var(--ink);background:var(--card);border-radius:0;padding:clamp(34px,8vw,82px)}.emptyState h2{font:900 clamp(1.8rem,5vw,3.2rem)/1 Archivo,Arial,sans-serif}.emptyState p{color:var(--muted);max-width:520px;margin-inline:auto;line-height:1.6}.dialogBackdrop{z-index:60;background:#17231dad;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.dialog{border:2px solid var(--ink);background:var(--card);width:min(520px,100%);box-shadow:12px 12px 0 var(--ink);border-radius:0;padding:30px}.dialog h2{font:900 2rem/1 Archivo,Arial,sans-serif}.field{gap:8px;margin:20px 0;font-weight:800;display:grid}.field input,.field textarea{border:2px solid var(--ink);width:100%;color:var(--ink);background:#fff;border-radius:0;padding:13px 14px}.field textarea{resize:vertical;min-height:100px}.dialogActions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.error{color:#9e251b;font-weight:800}.worldArtTiming{color:var(--muted);margin:9px 0 0;font-size:.8rem;line-height:1.4}.worldHeroEditButton{z-index:4;min-height:34px;color:var(--ink);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd1;border:1px solid #201e1d73;padding:6px 10px;font-size:.75rem;font-weight:800;position:absolute;top:16px;right:16px}.worldHeroEditButton:hover{background:#fff}.worldHeroEditButton span{font-size:1rem}.worldArtDialogBackdrop{z-index:70;color:var(--ink)}.worldArtDialog{width:min(620px,100%)}.worldArtDialogHeading{align-items:flex-start;gap:18px;display:flex}.worldArtDialogHeading>div{flex:1}.worldArtDialogHeading h2{margin-bottom:8px}.worldArtDialog .field{margin-bottom:12px}.worldArtDialog .field small{color:var(--muted);font-weight:500}.worldArtDialog form .button{justify-content:center;width:100%}.worldArtDivider{color:var(--muted);text-transform:uppercase;align-items:center;gap:12px;margin:24px 0;font-size:.75rem;font-weight:900;display:flex}.worldArtDivider:before,.worldArtDivider:after{content:"";background:var(--line);flex:1;height:1px}.worldArtUpload{border:2px solid var(--line);background:var(--paper);justify-content:space-between;align-items:center;gap:20px;padding:16px;display:flex}.worldArtUpload p{color:var(--muted);margin:5px 0 0;font-size:.85rem}.worldArtUpload label{cursor:pointer;flex:none}.worldHeroArtStatus{z-index:4;border:2px solid var(--ink);max-width:min(520px,100% - 36px);color:var(--ink);background:#fffffff0;margin:0;padding:9px 12px;font-size:.82rem;font-weight:800;position:absolute;bottom:18px;right:18px}.worldHeroGenerating{z-index:2;background:var(--ink);color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.worldHeroGenerating span{font:900 clamp(2rem,7vw,5rem)/1 Archivo,Arial,sans-serif}.worldHeroGenerating small{font-weight:800}.worldBuilderGuide{border:2px solid var(--ink);background:var(--paper)}.worldBuilderGuidePrompt{border-bottom:2px solid var(--ink);background:var(--card);align-items:center;gap:18px;padding:22px 26px;display:flex}.worldBuilderGuidePrompt img{border:2px solid var(--ink);background:var(--coral);object-fit:cover;flex:none}.worldBuilderGuidePrompt h2{margin:0 0 7px;font:900 clamp(1.7rem,4vw,2.4rem)/1 Archivo,Arial,sans-serif}.worldBuilderGuidePrompt p:last-child{color:var(--muted);margin:0;line-height:1.45}.worldBuilderGuideChoices{grid-template-columns:repeat(2,1fr);display:grid}.worldBuilderGuideChoices a{border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);min-height:132px;color:var(--ink);flex-direction:column;gap:8px;padding:24px;text-decoration:none;display:flex}.worldBuilderGuideChoices a:nth-child(2n){border-right:0}.worldBuilderGuideChoices a:nth-last-child(-n+2){border-bottom:0}.worldBuilderGuideChoices strong{font:900 clamp(1.35rem,3vw,1.75rem)/1 Archivo,Arial,sans-serif}.worldBuilderGuideChoices span{color:var(--muted);line-height:1.45}.worldBuilderGuideChoices .worldBuilderChoicePrimary{background:var(--coral);color:var(--accent-ink)}.worldBuilderGuideChoices .worldBuilderChoicePrimary span{color:inherit}.worldMakerProgress{grid-template-columns:repeat(3,1fr);gap:8px;padding:14px 24px 0;display:grid}.worldMakerProgress span{background:var(--line);height:5px}.worldMakerProgress span.active{background:var(--coral)}.worldMakerError{margin:0;padding:0 24px 12px}.worldMakerDialog .worldMakerStream{justify-content:center;min-height:330px}.worldMakerDialog{width:min(720px,100%);max-height:calc(100vh - 36px);padding:0;overflow:auto}.worldMakerHeader{z-index:2;border-bottom:2px solid var(--ink);background:var(--card);align-items:center;gap:14px;padding:18px 22px;display:flex;position:sticky;top:0}.worldMakerHeader img{border:2px solid var(--ink);background:var(--coral);object-fit:cover;flex:none}.worldMakerHeader .eyebrow{margin-bottom:4px}.worldMakerHeader h2{margin:0}.worldMakerClose{border:2px solid var(--ink);width:44px;height:44px;color:var(--ink);cursor:pointer;background:0 0;margin-left:auto;font-size:1.7rem}.worldMakerStream{background:var(--paper);flex-direction:column;gap:14px;padding:24px;display:flex}.worldMakerMessage{border:2px solid var(--ink);border-left:8px solid var(--coral);background:#fff;width:min(84%,560px);padding:14px 17px}.worldMakerMessage p{margin:5px 0 0;line-height:1.5}.worldMakerReply{background:var(--ink);width:min(88%,580px);color:var(--paper);align-self:flex-end;gap:7px;padding:14px 16px;font-weight:800;display:grid}.worldMakerReply>span{letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.worldMakerReply small{text-transform:none;letter-spacing:0;font-weight:500}.worldMakerReply input,.worldMakerReply textarea{border:2px solid var(--paper);width:100%;color:var(--ink);background:#fff;padding:12px 13px}.worldMakerReply textarea{resize:vertical;min-height:82px}.worldMakerChoices{border:0;grid-template-columns:repeat(3,1fr);align-self:flex-end;gap:8px;width:min(94%,620px);margin:0;padding:0;display:grid}.worldMakerChoices button{border:2px solid var(--ink);background:var(--card);min-height:106px;color:var(--ink);text-align:left;cursor:pointer;padding:13px}.worldMakerChoices button[aria-pressed=true]{background:var(--coral);box-shadow:4px 4px 0 var(--ink)}.worldMakerChoices strong,.worldMakerChoices span{display:block}.worldMakerChoices span{color:var(--muted);margin-top:6px;font-size:.8rem;line-height:1.35}.worldMakerActions{border-top:2px solid var(--ink);background:var(--card);padding:16px 22px;position:sticky;bottom:0}.worldHero{border:2px solid var(--ink);background:var(--ink);color:#fff;min-height:370px;box-shadow:none;border-radius:0;position:relative;overflow:hidden}.worldHero:after{content:"";background:linear-gradient(90deg,var(--ink) 0%,var(--ink) 34%,#201e1db8 43%,#201e1d2e 54%,transparent 63%);pointer-events:none;position:absolute;inset:0}.worldHeroContent{z-index:2;width:min(58%,680px);padding:clamp(28px,6vw,62px);position:relative}.worldHeroArt{background:var(--ink);position:absolute;inset:0 0 0 34%;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#0000002e 8%,#000000b8 18%,#000 30%);mask-image:linear-gradient(90deg,#0000 0%,#0000002e 8%,#000000b8 18%,#000 30%)}.worldHeroArt img{object-fit:cover;object-position:center}.worldHero h1{max-width:720px}.worldHero p{color:#e5f0e9;max-width:620px;font-size:1.1rem;line-height:1.65}.gameHub{margin-top:22px}.gameLaunchGrid{border:2px solid var(--ink);grid-template-columns:1fr 1fr;display:grid}.gameLaunch{background:var(--card);min-height:150px;color:var(--ink);flex-direction:column;gap:8px;padding:26px;text-decoration:none;display:flex}.gameLaunch:first-child{border-right:2px solid var(--ink)}.gameLaunch strong{font-size:clamp(1.7rem,4vw,2.3rem);line-height:1}.gameLaunch span{color:var(--muted);line-height:1.45}.gameLaunchPrimary{background:var(--coral);color:var(--accent-ink)}.gameLaunchPrimary span{color:inherit;opacity:.9}.gameListHeading{border-bottom:2px solid var(--ink);justify-content:space-between;align-items:end;gap:20px;margin-top:30px;padding-bottom:10px;display:flex}.gameListHeading h2{margin:0}.gameList{flex-direction:column;display:flex}.gameListItem{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:16px 0;display:flex}.gameListItem h3{margin:0 0 5px}.gameListItem p,.gameListEmpty{color:var(--muted);text-transform:capitalize;margin:0}.gameListEmpty{border-bottom:1px solid var(--line);padding:18px 0}:root[data-theme=fairy] .characterPortrait,:root[data-theme=fairy] .placeGrid img,:root[data-theme=fairy] .narratorHeading img,:root[data-theme=fairy] .scoreIdentity img,:root[data-theme=fairy] .siteChatLauncher img{filter:none}.sectionGrid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px;display:grid}.panel{border:2px solid var(--line);background:var(--card);border-radius:0;min-height:190px;padding:24px}.panel p{color:var(--muted);line-height:1.5}.characterDialog{width:min(840px,100%);max-height:calc(100vh - 36px);overflow:auto}.characterMakerDialog{width:min(900px,100%);max-height:calc(100vh - 36px);padding:0;overflow:auto}.characterMakerStream{background:var(--paper);flex-direction:column;gap:18px;padding:24px;display:flex}.characterDraft{border:2px solid var(--ink);background:var(--card)}.characterDraftHeading{border-bottom:2px solid var(--ink);align-items:center;gap:14px;padding:14px;display:flex}.characterDraftHeading>div{flex:1}.characterDraftHeading .eyebrow{margin-bottom:3px}.characterDraftHeading>div>strong{font-size:1.3rem}.characterDraftAvatar{border:2px solid var(--ink);background:var(--sky);flex:none;place-items:center;width:72px;height:72px;font-size:2rem;display:grid;position:relative;overflow:hidden}.characterDraftAvatar img{object-fit:cover}.characterDraftFields{grid-template-columns:repeat(3,1fr);gap:14px;padding:18px;display:grid}.characterDraftFields label{align-content:start;gap:7px;font-weight:800;display:grid}.characterDraftFields input,.characterDraftFields textarea,.avatarConversation input{border:2px solid var(--ink);width:100%;color:var(--ink);background:#fff;padding:11px 12px}.characterDraftFields textarea{resize:vertical;min-height:82px}.characterDraftFields .wideField{grid-column:span 3}.avatarConversation{border-top:2px solid var(--ink);background:#fff2ef;align-items:end;gap:16px;padding:16px 18px;display:flex}.avatarConversation>div{flex:1;min-width:0}.avatarConversation p{color:var(--muted);margin:4px 0 9px;font-size:.86rem}.avatarConversation .button{flex:none}.addCharacterDraft{border:2px dashed var(--ink);min-height:72px;color:var(--ink);cursor:pointer;background:0 0;font-weight:900}.characterMakerError{margin:0;padding:0 24px 14px}.formGrid{grid-template-columns:1fr 1fr;gap:0 18px;display:grid}.searchField{gap:8px;max-width:520px;margin-bottom:24px;font-weight:800;display:grid}.searchField input{border:2px solid var(--ink);background:#fff;border-radius:0;padding:14px 16px}.characterGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,350px),1fr));gap:18px;display:grid}.characterCard{border:2px solid var(--line);background:var(--card);box-shadow:none;border-radius:0;grid-template-columns:70px 1fr;gap:18px;padding:22px;display:grid}.characterInitial{background:var(--ink);color:#fff;border-radius:0;place-items:center;width:68px;height:68px;font:900 2rem Archivo,Arial,sans-serif;display:grid}.characterPortrait{aspect-ratio:1;border:2px solid var(--ink);background:var(--sky);filter:grayscale();width:100%;max-width:150px;overflow:hidden}.characterPortrait img{object-fit:cover;width:100%;height:100%}.characterCard h2{margin-bottom:6px;font:800 1.7rem Georgia,serif}.characterCard p{color:var(--muted);line-height:1.45}.ruleTag{background:#fbd1ca;border-radius:0;padding:9px 12px;font-weight:800;color:var(--ink)!important}.traitList{flex-wrap:wrap;gap:4px;margin:10px 0;display:flex}.traitList span{background:var(--ink);color:var(--paper);letter-spacing:.04em;text-transform:uppercase;padding:3px 7px;font-size:.72rem;font-weight:800}.loreSection{margin-top:42px}.loreSection>.eyebrow{border-bottom:2px solid var(--ink);padding-bottom:8px}.loreTimeline article{border-bottom:1px solid var(--line);grid-template-columns:100px 1fr;gap:18px;padding:14px 0;display:grid}.loreTimeline article>strong{color:var(--coral);text-transform:uppercase}.loreTimeline h3,.placeGrid h3{margin-bottom:4px}.loreTimeline p,.placeGrid p{color:var(--muted);margin:0;line-height:1.45}.placeGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.placeGrid article{border:2px solid var(--ink);background:var(--card)}.placeGrid img{object-fit:cover;border-bottom:2px solid var(--ink);filter:grayscale();width:100%;height:160px;display:block}.placeGrid article>div{padding:12px}.worldStats{border:2px solid var(--ink);grid-template-columns:repeat(4,1fr);margin-top:36px;display:grid}.worldStats div{border-right:2px solid var(--ink);gap:6px;padding:16px;display:grid}.worldStats div:last-child{border-right:0}.worldStats span{letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:800}.worldStats strong{font-size:2rem}.selectGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:14px;display:grid}.selectCard{border:2px solid var(--line);background:var(--card);cursor:pointer;border-radius:0;grid-template-columns:auto 56px 1fr;align-items:center;gap:12px;padding:16px;display:grid}.selectCard.selected{border-color:var(--coral);background:#fbd1ca}.selectCard .characterInitial{width:54px;height:54px}.selectCard span:last-child{color:var(--muted);grid-column:3}.stickyActions{border:2px solid var(--line);box-shadow:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-radius:0;justify-content:flex-end;align-items:center;gap:16px;margin-top:28px;padding:14px;display:flex;position:sticky;bottom:16px}.playLayout{border:2px solid var(--ink);grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr);gap:0;margin-bottom:24px;display:grid}.storyPanel,.gameBoard{background:var(--card);box-shadow:none;border-radius:0;padding:28px}.storyPanel{border-right:2px solid var(--ink);min-height:420px}.storyPanel p{font-size:1.1rem;line-height:1.7}.gameBoard{background:var(--moss);color:#fff}.scoreRow{border-bottom:1px solid #fff3;justify-content:space-between;gap:12px;padding:12px 0;display:flex}.narratorHeading{border-bottom:2px solid var(--ink);align-items:center;gap:14px;padding-bottom:14px;display:flex}.narratorHeading img{border:2px solid var(--ink);background:var(--sky);object-fit:cover;filter:grayscale()}.narratorHeading h2{margin-bottom:0}.storyStream{min-height:240px;padding:18px 0}.chatMessage{border:2px solid var(--ink);max-width:78ch;margin:0 0 16px;padding:12px 14px}.chatMessage p{border:0;margin:5px 0 0;padding:0;font-size:1rem}.playerMessage{background:var(--ink);color:#fff;margin-left:12%}.narratorMessage{background:#fff;margin-right:12%}.chatComposer{border-top:2px solid var(--ink);padding-top:14px}.chatComposer>div{align-items:stretch;display:flex}.chatComposer input{border:2px solid var(--ink);min-width:0;min-height:48px;font:inherit;border-right:0;flex:1;padding:10px 14px}.playActions{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.scoreIdentity{align-items:center;gap:9px;display:flex}.scoreIdentity img,.miniInitial{object-fit:cover;filter:grayscale();border:2px solid #fff;width:42px;height:42px}.miniInitial{place-items:center;font-weight:900;display:grid}.srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.siteChat{z-index:50;background:var(--paper);flex-direction:column;align-items:center;display:flex;position:fixed;inset:auto 0 0}.siteChatPanel{border:2px solid var(--ink);background:var(--paper);width:min(1180px,100% - 36px);height:min(58vh,560px);box-shadow:none;border-bottom:0;grid-template-rows:auto 1fr auto;display:grid}.siteChatPanel>header{border-bottom:2px solid var(--ink);border-left:8px solid var(--coral);background:var(--card);align-items:center;gap:10px;padding:14px 20px;display:flex}.siteChatPanel>header div{flex:1;display:grid}.siteChatPanel>header .eyebrow{margin-bottom:3px}.siteChatPanel>header strong{font-size:1.35rem}.siteChatPanel>header button{border:2px solid var(--ink);background:var(--card);cursor:pointer;width:44px;height:44px;font-size:1.6rem}.siteChatPanel>header .clearChat{text-transform:uppercase;letter-spacing:.08em;width:auto;padding:0 14px;font-size:.78rem;font-weight:800}.siteChatPanel>header .clearChat:disabled{opacity:.45;cursor:not-allowed}.siteChatStream{flex-direction:column;gap:18px;padding:26px;display:flex;overflow:auto}.siteChatWelcome,.siteChatBubble{border:2px solid var(--ink);color:#201e1d;background:#fff;width:min(78ch,88%);margin:0;padding:14px 18px}.siteChatWelcome{border-left:8px solid var(--coral)}.siteChatBubble.user{background:var(--ink);color:var(--paper);align-self:flex-end}.siteChatBubble.assistant{border-left:8px solid var(--coral);align-self:flex-start}.siteChatBubble p,.siteChatWelcome p{margin:4px 0 0;line-height:1.55}.siteChatThinking{color:var(--muted);font-style:italic}.siteChatError{color:#8b1e12;border:2px solid var(--coral);background:#fff2ef;border-bottom:0;width:min(1180px,100% - 36px);margin:0;padding:8px 12px}.siteChatDock{border-top:2px solid var(--ink);background:var(--paper);width:100%;padding:10px 0 12px}.siteChatDockInner{align-items:stretch;gap:12px;width:min(1180px,100% - 36px);margin:auto;display:flex}.siteChatLauncher{border:2px solid var(--ink);background:var(--card);min-width:190px;color:var(--ink);box-shadow:none;cursor:pointer;align-items:center;gap:9px;padding:4px 12px 4px 4px;font-family:Archivo,Arial,sans-serif;display:flex}.siteChatLauncher img{background:var(--coral);object-fit:cover;filter:grayscale();border:0;width:52px;height:52px}.siteChatLauncher>span{flex-direction:column;align-items:flex-start;line-height:1.15;display:flex}.siteChatLauncher strong{font-size:.9rem}.siteChatLauncher small{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:.64rem;font-weight:800}.siteChatDock form{flex:1;display:flex}.siteChatDock form input{border:2px solid var(--ink);background:var(--card);min-width:0;color:var(--ink);font:inherit;border-right:0;flex:1;padding:0 18px;font-size:1rem}.siteChatDock form .button{padding-inline:26px;font-size:1rem}@media (max-width:700px){.siteChatPanel{border-inline:0;width:100%;height:calc(100vh - 78px)}.siteChatDock{padding:8px}.siteChatDockInner{gap:8px;width:100%}.siteChatLauncher{width:58px;min-width:58px;padding:2px}.siteChatLauncher img{width:50px;height:50px}.siteChatLauncher span{display:none}.siteChatDock form input{padding-inline:10px}.siteChatDock form .button{padding-inline:14px}}.recap{border:2px solid var(--ink);background:#fbd1ca;border-radius:0;margin-bottom:18px;padding:14px 18px}.lifecycleActions{gap:10px;margin-top:24px;display:grid}.lifecycleActions .button{width:100%}.proposal{border:2px solid var(--line);background:#fff;border-radius:0;margin:14px 0;padding:14px}.proposal small{color:var(--muted)}.recoveryPanel{border:2px solid var(--coral);background:#fff2ef;border-radius:0;margin:18px 0;padding:16px}.recoveryPanel p{font-size:1rem}.modeGrid{border-left:2px solid var(--ink);border-top:2px solid var(--ink);grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:0;margin-bottom:36px;display:grid}.modeCard{text-align:left;border:0;border-right:2px solid var(--line);border-bottom:2px solid var(--line);background:var(--card);cursor:pointer;border-radius:0;flex-direction:column;align-items:flex-start;gap:8px;min-height:150px;padding:18px;display:flex}.modeCard.selected{background:var(--coral);color:#fff}.modeCard.selected span{color:#fff}.modeCard strong{font:800 1.35rem Archivo,Arial,sans-serif}.modeCard span{color:var(--muted);line-height:1.4}.modeCard small{margin-top:auto;font-weight:800}.modeState div{border-bottom:1px solid #ffffff2e;padding:8px 0}.modeState dt{text-transform:capitalize;font-weight:800}.modeState dd{color:#eee;margin:4px 0 0}.settingsPanel{border:2px solid var(--line);background:var(--card);box-shadow:none;border-radius:0;margin:22px 0;padding:24px}.toggleRow{align-items:center;gap:12px;min-height:44px;font-weight:800;display:flex}.toggleRow input{width:22px;height:22px}.inlineForm{flex-wrap:wrap;gap:12px;margin:18px 0;display:flex}.inlineForm input{border:2px solid var(--ink);border-radius:0;flex:1;min-width:220px;min-height:44px;padding:10px 14px}.reviewCard{border:2px solid var(--line);border-radius:0;grid-template-columns:1fr auto;align-items:center;gap:16px;margin-top:14px;padding:16px;display:grid}.reviewCard p{margin:6px 0 0}.reviewActions{flex-wrap:wrap;gap:8px;display:flex}.reviewActions button{border:2px solid var(--ink);cursor:pointer;background:#fff;border-radius:0;padding:8px 12px}.mediaPreview{background:var(--coral);color:#fff;border-radius:0;grid-row:span 2;place-items:center;width:72px;height:72px;font-size:2rem;display:grid}.narratorSettingsGrid{grid-template-columns:320px 1fr;gap:26px;display:grid}.narratorSettingsGrid img{border:2px solid var(--ink);width:100%;height:auto;display:block}.narratorSettings fieldset{border:0;margin:20px 0;padding:0}.narratorSettings legend{border-bottom:2px solid var(--ink);text-transform:uppercase;letter-spacing:.1em;width:100%;padding:0 0 8px;font-size:.75rem;font-weight:900}.choiceRow{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.choiceRow .button[aria-pressed=true]{background:var(--coral);color:var(--accent-ink)}.narratorSettings blockquote{border-left:8px solid var(--coral);background:var(--paper);margin:14px 0;padding:16px}.narratorSettings blockquote strong{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}.narratorSettings blockquote p{margin:8px 0 0;font-size:1.15rem;font-weight:700;line-height:1.45}.narratorPrompt{border:2px solid var(--ink);border-top:0;padding:10px;font-size:.82rem}.lockedRule{border:2px solid var(--ink);justify-content:space-between;gap:12px;margin-top:8px;padding:10px 12px;font-weight:700;display:flex}.lockedRule small{text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.authPage{grid-template-columns:1.1fr .9fr;min-height:calc(100vh - 144px);display:grid}.authIntro{background:var(--ink);color:var(--paper);flex-direction:column;justify-content:center;padding:clamp(40px,8vw,110px);display:flex}.authIntro h1{font-size:clamp(3rem,7vw,6.5rem)}.authIntro p:last-child{max-width:48ch;font-size:1.15rem;line-height:1.6}.authCard{border:2px solid var(--ink);background:var(--card);align-self:center;margin:36px;padding:clamp(24px,5vw,52px)}.authTabs{grid-template-columns:1fr 1fr;margin-bottom:30px;display:grid}.authTabs button{border:2px solid var(--ink);color:var(--ink);background:0 0;font-weight:900}.authTabs button+button{border-left:0}.authTabs button[aria-pressed=true]{background:var(--ink);color:var(--paper)}.authCard .buttonPrimary{justify-content:center;width:100%}.authNote{color:var(--muted);margin:22px 0 0;font-size:.78rem;line-height:1.45}.confirmationState{flex-direction:column;align-items:flex-start;display:flex}.confirmationMark{border:2px solid var(--ink);background:var(--coral);width:72px;height:72px;color:var(--accent-ink);place-items:center;margin-bottom:22px;font-size:2rem;display:grid}.confirmationState h2{margin-bottom:12px;font-size:clamp(2rem,5vw,3.5rem)}.confirmationEmail{border:2px solid var(--ink);overflow-wrap:anywhere;width:100%;margin:4px 0 18px;padding:14px;display:block}.confirmationState ol{padding-left:24px;line-height:1.8}.confirmationState .button{margin-top:8px}.worldStorySection{border-bottom:2px solid var(--ink);padding:40px 0}.worldStoryHeading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:20px;display:flex}.worldStoryHeading h2{margin:0}.worldStoryActions{gap:8px;display:flex}.worldStoryActions button{border:2px solid var(--ink);background:var(--card);color:var(--ink);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;padding:8px 13px;font:800 .75rem Archivo,Arial,sans-serif}.worldStoryActions button:disabled{opacity:.45;cursor:not-allowed}.worldStoryProse{max-width:82ch}.worldStoryProse p{font-size:1.05rem;line-height:1.75}.worldStoryEmpty{max-width:68ch;color:var(--muted);font-style:italic}.worldStorySection textarea{border:2px solid var(--ink);background:var(--card);width:100%;color:var(--ink);font:inherit;resize:vertical;padding:16px;line-height:1.6}.worldStoryStatus{color:var(--muted);font-weight:700}.worldEditorial{flex-direction:column;gap:22px;display:flex}.worldEditorialHeader{border-bottom:2px solid var(--ink);padding-bottom:14px}.worldEditorialHeader h1{margin:6px 0 8px}.worldEditorialHeader>p:last-child{max-width:42ch;margin:0;font:800 clamp(1.1rem,2.5vw,1.35rem)/1.35 Archivo,Arial,sans-serif}.worldEditorialHero{border:2px solid var(--ink);background:var(--line);width:100%;height:300px;position:relative;overflow:hidden}.worldEditorialHero img{object-fit:cover;filter:grayscale()}.worldEditorialHero>span{place-items:center;height:100%;font:900 4rem Archivo,Arial,sans-serif;display:grid}.worldIntroGrid{grid-template-columns:1.5fr 1fr;gap:26px;display:grid}.worldEditorial .worldStorySection{border:0;padding:0}.worldSectionHeading,.worldRuleHeading{border-bottom:2px solid var(--ink);letter-spacing:.14em;text-transform:uppercase;justify-content:space-between;align-items:center;margin:0 0 12px;padding-bottom:8px;font:800 .72rem Archivo,Arial,sans-serif;display:flex}.worldStoryLead{color:var(--ink)!important;font-size:1.2rem!important}.worldStoryProse p{color:var(--muted);text-wrap:pretty;margin:0 0 12px;font-size:1rem;line-height:1.55}.worldNumbers,.worldRecap{border:2px solid var(--ink);background:var(--card);padding:20px}.worldNumbers>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:12px;padding:8px 0;display:flex}.worldNumbers span{letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:800}.worldNumbers strong{font:900 1.8rem Archivo,Arial,sans-serif}.worldLeadGrid{border-left:2px solid var(--ink);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.worldLeadGrid article{border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);background:var(--card)}.worldLeadGrid article>img,.worldLeadInitial{object-fit:cover;border-bottom:2px solid var(--ink);filter:grayscale();width:100%;height:190px;display:block}.worldLeadInitial{background:var(--line);place-items:center;font:900 4rem Archivo,Arial,sans-serif;display:grid}.worldLeadGrid article>div:last-child{padding:14px}.worldLeadGrid h3{margin:0 0 6px;font-size:1.5rem}.worldLeadGrid article p:not(.eyebrow){min-height:4.2em;color:var(--muted);margin:8px 0;line-height:1.45}.worldLoreGrid{grid-template-columns:1fr 1fr;gap:26px;display:grid}.worldEditorial .placeGrid img,.placeInitial{height:110px}.placeInitial{border-bottom:2px solid var(--ink);background:var(--line);place-items:center;font:900 2rem Archivo,Arial,sans-serif;display:grid}.worldActionPair{border:2px solid var(--ink);grid-template-columns:1fr 1fr;display:grid}.worldActionPair a{min-height:140px;color:var(--ink);flex-direction:column;gap:8px;padding:26px;text-decoration:none;display:flex}.worldActionPair a:first-child{border-right:2px solid var(--ink)}.worldActionPair strong{font:900 clamp(1.7rem,4vw,2rem) Archivo,Arial,sans-serif}.worldActionPair span{line-height:1.45}.worldActionPair .worldActionPrimary{background:var(--coral);color:var(--accent-ink)}.worldActivityGrid{grid-template-columns:1.3fr 1fr;gap:24px;display:grid}.worldGameList article{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:14px 0;display:flex}.worldGameList h3,.worldGameList p{margin:0}.worldGameList p{color:var(--muted);text-transform:capitalize}.worldCastHeading{margin-top:24px}.worldCastStrip{flex-wrap:wrap;gap:10px;display:flex}.worldCastStrip span{border:2px solid var(--ink);align-items:center;gap:8px;padding:6px 10px 6px 6px;font-weight:700;display:flex}.worldCastStrip b{background:var(--ink);width:32px;height:32px;color:var(--paper);place-items:center;display:grid}.worldRecap{flex-direction:column;gap:10px;display:flex}.worldRecap>div{border-top:2px solid var(--ink);margin-top:6px;padding-top:10px}.worldRecap>div p{margin:5px 0}.worldRecap .button{margin-top:auto}.worldEditorial{position:relative}.worldEditorialHeader{z-index:2;color:#fff;border:0;width:min(58%,680px);height:370px;padding:clamp(28px,6vw,62px);position:absolute;top:0;left:0}.worldEditorialHeader h1{color:#fff}.worldEditorialHeader>p:last-child{color:#e5f0e9;font:400 1.1rem/1.65 Arial,sans-serif}.worldEditorialHero{background:var(--ink);height:370px}.worldEditorialHero:after{content:"";z-index:1;background:linear-gradient(90deg,var(--ink) 0%,var(--ink) 34%,#201e1db8 43%,#201e1d2e 54%,transparent 63%);pointer-events:none;position:absolute;inset:0}.worldEditorialHero img{filter:none;object-position:center;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#0000002e 8%,#000000b8 18%,#000 30%);mask-image:linear-gradient(90deg,#0000 0%,#0000002e 8%,#000000b8 18%,#000 30%);width:66%!important;left:34%!important}@media (max-width:720px){.worldBuilderGuidePrompt{align-items:flex-start;padding:18px}.worldBuilderGuidePrompt img{width:58px;height:58px}.worldBuilderGuideChoices{grid-template-columns:1fr}.worldBuilderGuideChoices a,.worldBuilderGuideChoices a:nth-child(2n),.worldBuilderGuideChoices a:nth-last-child(-n+2){border-right:0;border-bottom:2px solid var(--ink);min-height:0}.worldBuilderGuideChoices a:last-child{border-bottom:0}.siteHeader nav>a{display:none}.themeSwitcher{grid-template-columns:1fr 1fr}.narratorSettingsGrid,.authPage{grid-template-columns:1fr}.authCard{margin:18px}.page{padding-top:34px}.pageHeading{flex-direction:column;align-items:flex-start}.sectionGrid,.worldCard{grid-template-columns:1fr}.worldCardIllustration{border-right:0;border-bottom:2px solid var(--ink);height:auto;min-height:0}.worldCardIllustration img{height:auto}.worldCard .worldMeta{padding-bottom:64px;padding-right:0}.worldCardLink span{bottom:24px;right:24px}.gameLaunchGrid{grid-template-columns:1fr}.gameLaunch:first-child{border-right:0;border-bottom:2px solid var(--ink)}.gameListItem{align-items:flex-start}.gameListItem .button{flex:none}.worldHero{min-height:620px}.worldHero:after{background:linear-gradient(180deg,var(--ink) 0%,#201e1df2 42%,#201e1d66 72%,transparent 100%)}.worldHeroContent{width:100%;padding-bottom:220px}.worldHeroArt{inset:0;-webkit-mask-image:none;mask-image:none}.worldHeroArt img{object-fit:cover}.worldIntroGrid,.worldLoreGrid,.worldActivityGrid,.worldActionPair{grid-template-columns:1fr}.worldActionPair a:first-child{border-right:0;border-bottom:2px solid var(--ink)}.worldSectionHeading{align-items:flex-start;gap:12px}.worldLeadGrid{grid-template-columns:repeat(2,1fr)}.placeGrid,.worldStats{grid-template-columns:1fr}.worldStats div{border-right:0;border-bottom:2px solid var(--ink)}.worldStats div:last-child{border-bottom:0}.formGrid{grid-template-columns:1fr}.characterMakerDialog{max-height:calc(100vh - 20px)}.characterMakerStream{padding:14px}.characterDraftFields{grid-template-columns:1fr}.characterDraftFields .wideField{grid-column:auto}.avatarConversation{flex-direction:column;align-items:stretch}.characterDraftHeading .buttonGhost{padding:0}.playLayout{grid-template-columns:1fr}.worldMakerDialog{max-height:calc(100vh - 20px)}.worldMakerHeader{padding:12px}.worldMakerHeader img{width:56px;height:56px}.worldMakerHeader h2{font-size:1.55rem}.worldMakerStream{padding:16px}.worldMakerMessage,.worldMakerReply{width:94%}.worldMakerChoices{grid-template-columns:1fr;width:100%}.worldMakerChoices button{min-height:72px}.worldMakerActions .buttonPrimary{flex:1}.worldMeta{flex-direction:column;align-items:flex-start}.worldEditorialHeader{width:100%;height:620px;padding:34px 28px 220px}.worldEditorialHero{height:620px}.worldEditorialHero:after{background:linear-gradient(180deg,var(--ink) 0%,#201e1df2 42%,#201e1d66 72%,transparent 100%)}.worldEditorialHero img{-webkit-mask-image:none;mask-image:none;width:100%!important;left:0!important}}@media (prefers-reduced-motion:no-preference){.button{transition:transform .15s,box-shadow .15s}}@media (max-width:720px){.worldHeroEditButton{top:auto;bottom:12px;right:12px}.worldArtUpload{flex-direction:column;align-items:stretch}.worldArtUpload .button{justify-content:center}.worldHeroArtStatus{max-width:calc(100% - 24px);bottom:58px;right:12px}}
