.guide-layout{background-color:var(--bg-main);color:var(--text-main);font-family:var(--font-sans);justify-content:center;min-height:100vh;display:flex}.guide-container{grid-template-columns:240px 1fr 240px;gap:4rem;width:100%;max-width:1400px;margin-top:6rem;padding:0 2rem;display:grid}.guide-content-wrapper{width:100%;max-width:760px;margin:0 auto;padding-bottom:8rem}.guide-content-wrapper h2{letter-spacing:-.02em;color:#fff;margin-top:3.5rem;margin-bottom:1rem;scroll-margin-top:100px;font-size:1.75rem;font-weight:600}.guide-content-wrapper h3{color:#eaeaea;margin-top:2.5rem;margin-bottom:.75rem;scroll-margin-top:100px;font-size:1.25rem;font-weight:600}.guide-content-wrapper p{color:#ffffffbf;margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.7}.guide-article a{color:var(--primary-brand);text-decoration:none;transition:color .2s}.guide-article a:hover{color:#fff;text-decoration:underline}.toc-sidebar{height:calc(100vh - 6rem);padding-bottom:2rem;position:sticky;top:6rem;overflow-y:auto}.toc-title{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:600}.toc-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.toc-item{color:#ffffff80;border-left:2px solid #0000;padding-left:.5rem;font-size:.875rem;line-height:1.4;text-decoration:none;transition:color .2s}.toc-item:hover{color:#fffc}.toc-item.active{color:var(--primary-brand);border-left-color:var(--primary-brand);font-weight:500}.toc-item.level-3{padding-left:1.5rem}.reading-progress-bar{background:var(--primary-brand);z-index:100;height:3px;transition:width .1s ease-out;position:fixed;top:0;left:0}.contextual-progress{color:#ffffff80;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;display:flex}.contextual-progress span{color:#fff}.guide-hero{border-bottom:1px solid #ffffff1a;margin-bottom:4rem;padding-bottom:3rem}.guide-badge{text-transform:uppercase;letter-spacing:.05em;color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.75rem;display:inline-block}.guide-hero h1{letter-spacing:-.03em;color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.1}.guide-description{color:#fff9;max-width:600px;margin-bottom:2rem;font-size:1.25rem;line-height:1.5}.guide-meta{color:#fff6;gap:1.5rem;font-size:.875rem;display:flex}.guide-meta-item{align-items:center;gap:.5rem;display:flex}.content-block{margin:2rem 0}.callout-block{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.callout-icon{flex-shrink:0}.callout-content p:last-child{margin-bottom:0}.callout-info{border-left:3px solid #3b82f6}.callout-info .callout-icon{color:#3b82f6}.callout-tip{border-left:3px solid #10b981}.callout-tip .callout-icon{color:#10b981}.callout-warning{border-left:3px solid #f59e0b}.callout-warning .callout-icon{color:#f59e0b}.timeline-block{margin:3rem 0;position:relative}.timeline-item{gap:1.5rem;padding-bottom:2rem;display:flex;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-marker{flex-direction:column;align-items:center;display:flex;position:relative}.timeline-dot{background:var(--bg-main);border:2px solid var(--primary-brand);z-index:2;color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:600;display:flex}.timeline-item:not(:last-child) .timeline-line{z-index:1;background:#ffffff1a;width:2px;position:absolute;top:24px;bottom:-8px}.timeline-content h4{color:#fff;margin-bottom:.5rem;font-size:1.125rem}.timeline-content p{margin-bottom:0;font-size:.95rem}.checklist-block{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;padding:1.5rem}.checklist-item{align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.checklist-item:last-child{margin-bottom:0}.check-icon{color:#10b981;flex-shrink:0;margin-top:.2rem}.completion-section{text-align:center;border-top:1px solid #ffffff1a;margin-top:6rem;padding-top:4rem}.completion-icon{color:#10b981;background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:inline-flex}.completion-section h3{margin-bottom:2rem;font-size:1.5rem}.completion-actions{justify-content:center;gap:1rem;display:flex}.related-guides{margin-top:6rem}.related-guides h3{margin-bottom:1.5rem;font-size:1.25rem}.related-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.related-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.related-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-2px)}.related-card h4{color:#fff;margin-bottom:.5rem;font-size:1rem}.related-card p{color:#ffffff80;margin-bottom:0;font-size:.875rem}@media print{.guide-layout{color:#000!important;background:#fff!important}.guide-container{margin:0;padding:0;display:block}.toc-sidebar,.reading-progress-bar,.contextual-progress,.completion-section,.related-guides{display:none!important}.guide-content-wrapper{max-width:100%;margin:0;padding:0}.guide-content-wrapper h2,.guide-content-wrapper h3,.guide-hero h1{color:#000!important}.guide-content-wrapper p,.guide-description{color:#333!important}.guide-hero{border-bottom:1px solid #ccc}.callout-block,.checklist-block{background:0 0;border:1px solid #ccc}.timeline-line{background:#ccc!important}.timeline-dot{color:#000!important;border-color:#000!important}}@media (max-width:1024px){.guide-container{grid-template-columns:200px 1fr}.left-sidebar{display:none}}@media (max-width:768px){.guide-container{grid-template-columns:1fr;margin-top:2rem}.toc-sidebar{display:none}.guide-hero h1{font-size:2.5rem}}
