:root{--bg: #fcfbf9;--surface: #ffffff;--surface-dim: #f5f5f4;--text: #1c1917;--muted: #57534e;--accent: #9a3412;--accent-hover: #7c2d12;--accent-dim: #ffedd5;--border: #e7e5e4;--border-hover: #d6d3d1;--code-text: #b91c1c;--btn-bg: #1c1917;--btn-text: #ffffff;--btn-hover: #000000;--font: "Source Serif 4", "Georgia", serif;--font-sans: "DM Sans", system-ui, sans-serif;--scrollbar-track: #ebe9e6;--scrollbar-thumb: #b9b4ae;--scrollbar-thumb-hover: var(--accent)}[data-theme=dark]{--bg: #111111;--surface: #1c1917;--surface-dim: #292524;--text: #fcfbf9;--muted: #a8a29e;--accent: #ea580c;--accent-hover: #f97316;--accent-dim: rgba(234, 88, 12, .15);--border: #292524;--border-hover: #44403c;--code-text: #fca5a5;--btn-bg: #fcfbf9;--btn-text: #111111;--btn-hover: #e7e5e4;--scrollbar-track: #1a1816;--scrollbar-thumb: #3f3a36;--scrollbar-thumb-hover: #ea580c}::selection{background-color:var(--accent);color:#fff}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}*::-webkit-scrollbar{width:9px;height:9px}*::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:100px}*::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:100px;border:2px solid var(--scrollbar-track)}*::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}*::-webkit-scrollbar-corner{background:var(--scrollbar-track)}body{margin:0;min-height:100vh;font-family:var(--font-sans);font-size:1.05rem;line-height:1.65;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{max-width:56rem;margin:0 auto;padding:1.5rem 1.25rem 3rem}@media (min-width: 640px){main{padding:2.5rem 1.75rem 5rem}}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:3px;text-decoration-color:#9a34124d;transition:text-decoration-color .2s ease}a:hover{text-decoration-color:var(--accent)}h1,h2,h3{font-family:var(--font);color:var(--text);line-height:1.25;margin-top:2.5rem;margin-bottom:1rem;font-weight:600}h1{font-size:clamp(2rem,5vw,2.75rem);margin-top:0;letter-spacing:-.02em;font-weight:500}h2{font-size:1.5rem;letter-spacing:-.01em;border-bottom:1px solid var(--border);padding-bottom:.5rem}h3{font-size:1.2rem;margin-top:1.75rem}p{margin:.85rem 0 1.25rem}ul,ol{padding-left:1.25rem;margin-bottom:1.5rem}li{margin:.45rem 0}blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:3px solid var(--accent);background:var(--surface);color:var(--text);font-family:var(--font);font-size:1.1rem;font-style:italic;box-shadow:0 1px 3px #00000005}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85em;padding:.2em .4em;border-radius:4px;background:var(--surface-dim);border:1px solid var(--border);color:var(--code-text)}table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem;background:var(--surface);box-shadow:0 1px 3px #00000005;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}th,td{border:1px solid var(--border);padding:.75rem 1rem;text-align:left}th{background:var(--surface-dim);color:var(--text);font-weight:600;font-family:var(--font-sans)}.site-header{border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:10}.site-header__inner{max-width:64rem;margin:0 auto;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}@media (min-width: 640px){.site-header__inner{padding:1rem 1.75rem}}.site-title{font-family:var(--font);font-weight:600;font-size:1.15rem;color:var(--text);text-decoration:none;letter-spacing:-.01em}.site-title:hover{color:var(--accent)}.nav{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.nav a{color:var(--muted);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s ease}.nav a:hover,.nav a[aria-current=page]{color:var(--text)}.site-footer{border-top:1px solid var(--border);padding:2rem 1.25rem;color:var(--muted);font-size:.9rem;text-align:center;background:var(--bg)}@media (min-width: 640px){.site-footer{padding:3rem 1.75rem}}.card-grid{display:grid;gap:1.25rem;margin:1.5rem 0 2.5rem}@media (min-width: 640px){.card-grid{grid-template-columns:repeat(2,1fr)}}.card{display:block;padding:1.25rem 1.5rem;border-radius:6px;border:1px solid var(--border);background:var(--surface);text-decoration:none;color:inherit;box-shadow:0 2px 4px #00000005;transition:all .2s ease}.card:hover{border-color:var(--border-hover);transform:translateY(-2px);box-shadow:0 6px 12px #0000000d}.card h2,.card h3{margin:0 0 .5rem;font-size:1.15rem;color:var(--text);border:none;padding:0}.card p{margin:0;font-size:.95rem;color:var(--muted);line-height:1.5}.pill{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .6rem;border-radius:4px;background:var(--surface-dim);border:1px solid var(--border);color:var(--muted);margin-bottom:.75rem}.meta{font-size:.9rem;color:var(--muted);margin-bottom:2rem;font-family:var(--font-sans)}.skip-link{position:absolute;left:-999px;top:.5rem;padding:.5rem 1rem;background:var(--text);color:var(--surface);z-index:100;border-radius:4px}.skip-link:focus{left:.5rem}.guide-form{display:grid;gap:1.25rem;margin:2rem 0;padding:1.5rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);box-shadow:0 2px 8px #00000005}.guide-form label{display:grid;gap:.4rem;font-size:.9rem;font-weight:500;color:var(--text)}.guide-form select{font:inherit;padding:.6rem 2.5rem .6rem .75rem;border-radius:4px;border:1px solid var(--border);background-color:var(--surface);background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2357534e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.2em;color:var(--text);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;min-height:44px;appearance:none;-webkit-appearance:none}[data-theme=dark] .guide-form select{background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23a8a29e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.guide-form select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.guide-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.guide-actions button,.guide-actions .button{width:100%}@media (min-width: 480px){.guide-actions{flex-direction:row;flex-wrap:wrap}.guide-actions button,.guide-actions .button{width:auto}}button,.button{font:inherit;cursor:pointer;border:1px solid transparent;border-radius:4px;padding:.6rem 1.25rem;background:var(--btn-bg);color:var(--btn-text);font-weight:500;text-decoration:none;display:inline-block;transition:all .15s ease;text-align:center;min-height:44px}button:hover,.button:hover{background:var(--btn-hover);transform:translateY(-1px);box-shadow:0 4px 6px #00000014}button.secondary,.button.secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}button.secondary:hover,.button.secondary:hover{background:var(--surface-dim);border-color:var(--border-hover);box-shadow:0 2px 4px #00000005}.guide-output{margin-top:2rem;padding:1.5rem 1.25rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);box-shadow:0 4px 12px #00000008}@media (min-width: 640px){.guide-output{margin-top:3rem;padding:2rem 2.5rem}}.guide-output section{margin-bottom:2rem}.guide-output section:last-child{margin-bottom:0}.guide-output h2{margin-top:0;font-size:1.25rem;color:var(--text);border-bottom:2px solid var(--border);padding-bottom:.5rem;margin-bottom:1rem}.guide-output ul{margin:.5rem 0 0}.checklist{list-style:none;padding-left:0}.checklist li{padding-left:1.75rem;position:relative;margin-bottom:.75rem}.checklist li:before{content:"";position:absolute;left:0;top:.35rem;width:14px;height:14px;border:1px solid var(--muted);border-radius:2px;background:var(--surface)}@media print{.site-header,.site-footer,.guide-form,.guide-actions,.skip-link,.no-print{display:none!important}body{background:#fff;color:#000;font-size:11pt}main{max-width:100%;padding:0;margin:0}a{color:#000;text-decoration:none}.guide-output{border:none;padding:0;box-shadow:none;margin-top:0}.guide-output h2{color:#000;border-bottom:1px solid #ccc}.checklist li:before{border-color:#000}article h2,article h3{page-break-after:avoid}article p,article li,article blockquote{page-break-inside:avoid}}.site-header__brand[data-astro-cid-ctg3m53h]{margin-right:auto}.header-actions[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:.25rem;margin-left:1rem}.icon-btn[data-astro-cid-ctg3m53h]{background:transparent;border:none;padding:.5rem;color:var(--muted);cursor:pointer;min-height:auto;width:40px;height:40px;display:flex;align-items:center;justify-content:center;position:relative;border-radius:4px;transition:color .2s ease,background-color .2s ease}.icon-btn[data-astro-cid-ctg3m53h]:hover{color:var(--text);background:var(--surface-dim);box-shadow:none;transform:none}.mobile-menu-toggle[data-astro-cid-ctg3m53h]{display:none}.icon-menu[data-astro-cid-ctg3m53h],.icon-close[data-astro-cid-ctg3m53h],.sun-icon[data-astro-cid-ctg3m53h],.moon-icon[data-astro-cid-ctg3m53h]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity .2s ease,transform .2s ease}[data-theme=dark] .sun-icon[data-astro-cid-ctg3m53h]{opacity:1;transform:translate(-50%,-50%) rotate(0)}[data-theme=dark] .moon-icon[data-astro-cid-ctg3m53h]{opacity:0;transform:translate(-50%,-50%) rotate(90deg)}[data-theme=light] .sun-icon[data-astro-cid-ctg3m53h]{opacity:0;transform:translate(-50%,-50%) rotate(-90deg)}[data-theme=light] .moon-icon[data-astro-cid-ctg3m53h]{opacity:1;transform:translate(-50%,-50%) rotate(0)}.icon-close[data-astro-cid-ctg3m53h]{opacity:0;transform:translate(-50%,-50%) scale(.8) rotate(-90deg)}.mobile-menu-toggle[data-astro-cid-ctg3m53h][aria-expanded=true] .icon-menu[data-astro-cid-ctg3m53h]{opacity:0;transform:translate(-50%,-50%) scale(.8) rotate(90deg)}.mobile-menu-toggle[data-astro-cid-ctg3m53h][aria-expanded=true] .icon-close[data-astro-cid-ctg3m53h]{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}@media (max-width: 768px){.site-header__inner[data-astro-cid-ctg3m53h]{justify-content:space-between}.site-header__brand[data-astro-cid-ctg3m53h]{flex:none}.header-actions[data-astro-cid-ctg3m53h]{order:2}.mobile-menu-toggle[data-astro-cid-ctg3m53h]{display:flex}.nav[data-astro-cid-ctg3m53h]{width:100%;order:3;flex-direction:column;gap:0;max-height:0;opacity:0;overflow:hidden;visibility:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s cubic-bezier(.4,0,.2,1),margin-top .3s cubic-bezier(.4,0,.2,1)}.nav[data-astro-cid-ctg3m53h].is-open{max-height:400px;opacity:1;visibility:visible;margin-top:1rem}.nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{padding:.85rem 0;font-size:1.05rem;border-top:1px solid var(--border);opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease}.nav[data-astro-cid-ctg3m53h].is-open a[data-astro-cid-ctg3m53h]{opacity:1;transform:translateY(0)}.nav[data-astro-cid-ctg3m53h].is-open a[data-astro-cid-ctg3m53h]:nth-child(1){transition-delay:.05s}.nav[data-astro-cid-ctg3m53h].is-open a[data-astro-cid-ctg3m53h]:nth-child(2){transition-delay:.1s}.nav[data-astro-cid-ctg3m53h].is-open a[data-astro-cid-ctg3m53h]:nth-child(3){transition-delay:.15s}.nav[data-astro-cid-ctg3m53h].is-open a[data-astro-cid-ctg3m53h]:nth-child(4){transition-delay:.2s}.nav[data-astro-cid-ctg3m53h].is-open a[data-astro-cid-ctg3m53h]:nth-child(5){transition-delay:.25s}.nav[data-astro-cid-ctg3m53h].is-open a[data-astro-cid-ctg3m53h]:nth-child(6){transition-delay:.3s}}
