.mobile-nav.svelte-v4r81b{display:none}@media(max-width:640px){.mobile-nav.svelte-v4r81b{display:block}}.mobile-nav__toggle.svelte-v4r81b{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:1px solid var(--border-colour, #343a52);border-radius:6px;color:var(--text-secondary, #a9b1d6);cursor:pointer;transition:background-color .15s ease,color .15s ease}.mobile-nav__toggle.svelte-v4r81b:hover,.mobile-nav__toggle.svelte-v4r81b:focus-visible{background-color:var(--bg-surface, #292e42);color:var(--text-primary, #c0caf5)}.mobile-nav__icon.svelte-v4r81b{display:block}.mobile-nav__panel.svelte-v4r81b{position:absolute;top:100%;left:0;right:0;background-color:var(--bg-secondary, #24283b);border-block-end:1px solid var(--border-colour, #343a52);padding:.5rem 0;z-index:99}.mobile-nav__list.svelte-v4r81b{list-style:none;padding:0;margin:0}.mobile-nav__link.svelte-v4r81b{display:block;padding:.75rem 1.5rem;color:var(--text-secondary, #a9b1d6);text-decoration:none;font-size:1rem;transition:background-color .15s ease,color .15s ease}.mobile-nav__link.svelte-v4r81b:hover,.mobile-nav__link.svelte-v4r81b:focus-visible{background-color:var(--bg-surface, #292e42);color:var(--text-primary, #c0caf5)}.mobile-nav__link.is-active.svelte-v4r81b{color:var(--accent-blue, #7aa2f7)}.theme-toggle.svelte-1n4ohpu{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:1px solid var(--border-colour, #343a52);border-radius:6px;color:var(--text-secondary, #a9b1d6);cursor:pointer;transition:background-color .15s ease,color .15s ease;flex-shrink:0}.theme-toggle.svelte-1n4ohpu:hover,.theme-toggle.svelte-1n4ohpu:focus-visible{background-color:var(--bg-surface, #292e42);color:var(--text-primary, #c0caf5)}:root{--bg-primary: #1a1b26;--bg-secondary: #24283b;--bg-surface: #292e42;--bg-elevated: #343a52;--text-primary: #c0caf5;--text-secondary: #a9b1d6;--text-muted: #565f89;--text-accent: #7aa2f7;--text-heading: #c0caf5;--accent-blue: #7aa2f7;--accent-cyan: #7dcfff;--accent-green: #9ece6a;--accent-magenta: #bb9af7;--accent-orange: #ff9e64;--accent-red: #f7768e;--accent-yellow: #e0af68;--accent-teal: #73daca;--link-colour: var(--accent-blue);--link-hover: var(--accent-cyan);--border-colour: var(--bg-elevated);--code-bg: var(--bg-secondary);--colour-cantrip: var(--accent-green);--colour-apprentice: var(--accent-cyan);--colour-journeyman: var(--accent-orange);--colour-archmage: var(--accent-magenta);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--content-width: 72ch;--wide-width: 90ch;--header-height: 4rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--transition-fast: .15s ease;--transition-base: .25s ease}[data-theme=light]{--bg-primary: #d5d6db;--bg-secondary: #e9e9ec;--bg-surface: #dcdce0;--bg-elevated: #c8c8ce;--text-primary: #343b58;--text-secondary: #4c505e;--text-muted: #8990a6;--text-accent: #34548a;--text-heading: #343b58;--accent-blue: #34548a;--accent-cyan: #166775;--accent-green: #485e30;--accent-magenta: #5a4a78;--accent-orange: #8c4c2f;--accent-red: #8c4351;--accent-yellow: #8f5e15;--accent-teal: #33635c;--link-colour: var(--accent-blue);--link-hover: var(--accent-cyan);--border-colour: #c8c8ce;--code-bg: #e9e9ec}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body),Georgia,"Times New Roman",serif;font-size:1.125rem;line-height:1.7;color:var(--text-primary);background-color:var(--bg-primary);min-height:100dvh}h1,h2,h3,h4,h5,h6{font-family:var(--font-display),"Palatino Linotype",Palatino,serif;color:var(--text-heading);line-height:1.2;text-wrap:balance}h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-block-end:var(--space-lg)}h2{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:600;margin-block-start:var(--space-2xl);margin-block-end:var(--space-md)}h3{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;margin-block-start:var(--space-xl);margin-block-end:var(--space-sm)}p{margin-block-end:var(--space-md)}a{color:var(--link-colour);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color var(--transition-fast)}a:hover,a:focus-visible{color:var(--link-hover)}:not(pre)>code{font-family:var(--font-mono),"Fira Code","Cascadia Code",monospace;font-size:.875em;background-color:var(--code-bg);padding:.15em .4em;border-radius:var(--radius-sm)}img{max-width:100%;height:auto;display:block}ul,ol{padding-inline-start:var(--space-lg);margin-block-end:var(--space-md)}li{margin-block-end:var(--space-xs)}blockquote{border-inline-start:3px solid var(--accent-magenta);padding-inline-start:var(--space-md);margin-inline:0;margin-block-end:var(--space-md);color:var(--text-secondary);font-style:italic}hr{border:none;border-block-start:1px solid var(--border-colour);margin-block:var(--space-2xl)}table{width:100%;border-collapse:collapse;margin-block-end:var(--space-md)}th,td{padding:var(--space-sm) var(--space-md);border:1px solid var(--border-colour);text-align:start}th{background-color:var(--bg-secondary);font-weight:600}.container{width:min(var(--content-width),100% - var(--space-xl) * 2);margin-inline:auto}.wide-container{width:min(var(--wide-width),100% - var(--space-xl) * 2);margin-inline:auto}.skip-link{position:absolute;top:-100%;left:var(--space-md);z-index:1000;padding:var(--space-sm) var(--space-md);background:var(--accent-blue);color:var(--bg-primary);border-radius:var(--radius-sm);font-weight:600;text-decoration:none}.skip-link:focus{top:var(--space-md)}::selection{background-color:var(--accent-blue);color:var(--bg-primary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-elevated);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.site-header[data-astro-cid-37fxchfa]{position:sticky;top:0;z-index:100;background-color:var(--bg-secondary);border-block-end:1px solid var(--border-colour);height:var(--header-height)}.site-header__inner[data-astro-cid-37fxchfa]{display:flex;align-items:center;justify-content:space-between;height:100%;position:relative}.site-header__logo[data-astro-cid-37fxchfa]{font-family:var(--font-display),serif;font-size:1.25rem;font-weight:700;color:var(--text-heading);text-decoration:none;letter-spacing:.02em}.site-header__logo[data-astro-cid-37fxchfa]:hover{color:var(--accent-magenta)}.site-header__right[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:var(--space-md)}.site-header__feed[data-astro-cid-37fxchfa]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border-colour);border-radius:6px;color:var(--text-secondary);text-decoration:none;transition:background-color var(--transition-fast),color var(--transition-fast)}.site-header__feed[data-astro-cid-37fxchfa]:hover,.site-header__feed[data-astro-cid-37fxchfa]:focus-visible{background-color:var(--bg-surface);color:var(--accent-orange)}.site-header__nav[data-astro-cid-37fxchfa]{display:flex;gap:var(--space-md);list-style:none;padding:0;margin:0}.site-header__link[data-astro-cid-37fxchfa]{color:var(--text-secondary);text-decoration:none;font-size:.95rem;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);transition:color var(--transition-fast),background-color var(--transition-fast)}.site-header__link[data-astro-cid-37fxchfa]:hover,.site-header__link[data-astro-cid-37fxchfa]:focus-visible{color:var(--text-primary);background-color:var(--bg-surface)}.site-header__link[data-astro-cid-37fxchfa].is-active{color:var(--accent-blue)}@media(max-width:640px){.site-header__desktop-nav[data-astro-cid-37fxchfa]{display:none}}.site-footer[data-astro-cid-37fxchfa]{margin-block-start:var(--space-3xl);padding-block:var(--space-xl);border-block-start:1px solid var(--border-colour);color:var(--text-muted);font-size:.875rem}.site-footer__inner[data-astro-cid-37fxchfa]{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:var(--space-sm)}.site-footer__built[data-astro-cid-37fxchfa]{font-style:italic}.site-footer__links[data-astro-cid-37fxchfa]{display:flex;gap:var(--space-md);list-style:none;padding:0;margin:0}.site-footer__links[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{color:var(--text-muted);text-decoration:none}.site-footer__links[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{color:var(--link-hover)}@media(max-width:640px){.site-footer__inner[data-astro-cid-37fxchfa]{flex-direction:column;text-align:center}}
