@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Lora:ital,wght@0,400;0,500;1,400&display=swap";:root{--bg: #0a0a0a;--bg-surface: #111111;--bg-elevated: #181818;--bg-code: #0d1a13;--border: #222222;--border-dim: #1a1a1a;--text: #e0e0e0;--text-muted: #666666;--text-dim: #999999;--text-inv: #0a0a0a;--accent: #00d4aa;--accent-dim: #009978;--accent-glow: rgba(0, 212, 170, .12);--red: #ff6b6b;--yellow: #ffd166;--blue: #74b9e8;--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", ui-monospace, "Courier New", monospace;--font-prose: "Lora", Georgia, "Times New Roman", serif;--radius: 2px;--max-w: 72rem;--col-w: 48rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-mono);font-size:.875rem;line-height:1.6;min-height:100dvh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:var(--font-mono);font-weight:600;line-height:1.2;letter-spacing:-.01em}h1{font-size:1.5rem}h2{font-size:1.125rem}h3{font-size:.9375rem}p{font-family:var(--font-prose);font-size:.9375rem;line-height:1.75;color:var(--text)}a{color:var(--accent);text-decoration:none;transition:color .15s}a:hover{color:#fff}code{font-family:var(--font-mono);font-size:.8125em;background:var(--bg-code);border:1px solid var(--border);padding:.1em .35em;border-radius:var(--radius);color:var(--accent)}pre{font-family:var(--font-mono);font-size:.8125rem;background:var(--bg-code);border:1px solid var(--border);border-left:3px solid var(--accent-dim);padding:1rem 1.25rem;overflow-x:auto;line-height:1.6;border-radius:var(--radius)}pre code{background:none;border:none;padding:0;font-size:inherit;color:#a8d8c8}ul,ol{padding-left:1.25rem}li{font-family:var(--font-prose);font-size:.9375rem;line-height:1.7;margin-bottom:.25rem}hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 2rem}.col{max-width:var(--col-w)}main{flex:1;padding:3rem 0 5rem}.site-header{border-bottom:1px solid var(--border);padding:1.25rem 0;position:sticky;top:0;background:#0a0a0af2;backdrop-filter:blur(8px);z-index:100}.site-header .container{display:flex;align-items:center;gap:1rem}.site-logo{font-family:var(--font-mono);font-weight:700;font-size:1rem;letter-spacing:.08em;color:var(--accent);text-decoration:none}.site-logo:hover{color:var(--accent);opacity:.8}.site-tagline{color:var(--text-muted);font-size:.75rem;letter-spacing:.04em}.site-header nav{margin-left:auto;display:flex;gap:1.5rem}.site-header nav a{font-size:.75rem;color:var(--text-muted);letter-spacing:.04em}.site-header nav a:hover{color:var(--text)}.site-footer{border-top:1px solid var(--border);padding:1.5rem 0}.site-footer .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-footer p{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted)}.site-footer a{color:var(--text-muted)}.site-footer a:hover{color:var(--accent)}.page-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.page-header .label{font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-dim);margin-bottom:.75rem}.page-header h1{color:var(--text);margin-bottom:.75rem}.page-header .description{font-family:var(--font-prose);font-size:.9375rem;color:var(--text-dim);max-width:40rem}.checklist-index{display:flex;flex-direction:column;gap:0}.checklist-card{display:block;padding:1.5rem 0;border-bottom:1px solid var(--border-dim);text-decoration:none;transition:background .1s}.checklist-card:hover{background:none}.checklist-card:hover .card-title{color:var(--accent)}.card-meta{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.card-phase{font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-dim)}.card-slug{font-size:.6875rem;color:var(--text-muted);letter-spacing:.04em}.card-title{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.4rem;transition:color .15s}.card-description{font-family:var(--font-prose);font-size:.875rem;color:var(--text-dim);margin-bottom:.75rem;max-width:36rem}.card-footer{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.04em;padding:.2em .55em;border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);background:var(--bg-surface)}.badge-accent{color:var(--accent);border-color:var(--accent-dim);background:var(--accent-glow)}.difficulty{display:inline-flex;align-items:center;gap:.3rem;font-size:.6875rem;color:var(--text-muted)}.difficulty .pips{display:inline-flex;gap:2px}.difficulty .pip{width:7px;height:7px;border:1px solid var(--border);border-radius:1px}.difficulty.low .pip:nth-child(1){background:var(--accent);border-color:var(--accent)}.difficulty.medium .pip:nth-child(-n+2){background:var(--yellow);border-color:var(--yellow)}.difficulty.high .pip{background:var(--red);border-color:var(--red)}.tag-list{display:flex;flex-wrap:wrap;gap:.375rem}.checklist-header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.checklist-header .breadcrumb{font-size:.6875rem;color:var(--text-muted);letter-spacing:.04em;margin-bottom:1rem}.checklist-header .breadcrumb a{color:var(--text-muted)}.checklist-header .breadcrumb a:hover{color:var(--accent)}.checklist-header h1{font-size:1.625rem;margin-bottom:.75rem}.checklist-meta-bar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.checklist-description{font-family:var(--font-prose);font-size:1rem;line-height:1.75;color:var(--text-dim);max-width:42rem;margin-bottom:1.25rem}.checklist-tools{margin-bottom:0}.checklist-tools .label{font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.steps-section{margin-bottom:3rem}.steps-section>h2{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.5rem}.step{margin-bottom:2rem;padding-left:1.25rem;border-left:2px solid var(--border);transition:border-color .15s}.step:hover{border-color:var(--accent-dim)}.step-id{font-size:.6875rem;letter-spacing:.08em;color:var(--accent-dim);margin-bottom:.35rem}.step h3{font-size:.9375rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.step-description{font-family:var(--font-prose);font-size:.875rem;color:var(--text-dim);margin-bottom:.75rem}.step-commands{margin-bottom:.75rem}.step-note{font-family:var(--font-prose);font-size:.8125rem;color:var(--text-muted);border-left:2px solid var(--border);padding-left:.75rem;margin-top:.5rem;font-style:italic}.references-section h2{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.references-section ol{padding-left:1.25rem}.references-section li{font-family:var(--font-mono);font-size:.8125rem;margin-bottom:.5rem;word-break:break-all}.prose{margin-bottom:2.5rem}.prose h2{font-size:1rem;font-weight:600;color:var(--text);margin:2rem 0 .75rem}.prose p,.prose ul,.prose ol{margin-bottom:1rem}.api-notice{background:var(--bg-surface);border:1px solid var(--border);border-left:3px solid var(--accent-dim);padding:.75rem 1rem;margin-bottom:2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.api-notice p{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted)}.api-notice .api-url{font-family:var(--font-mono);font-size:.75rem;color:var(--accent);letter-spacing:.02em}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.text-muted{color:var(--text-muted)}.text-accent{color:var(--accent)}.mono{font-family:var(--font-mono)}@media(max-width:640px){.container{padding:0 1rem}main{padding:2rem 0 3rem}.checklist-header h1{font-size:1.25rem}.site-header nav{display:none}}
