.aide-shell{background:var(--wz-bg);min-height:100dvh;color:var(--wz-text-1);display:flex}.aide-sidebar{background:var(--wz-surface-1);border-right:1px solid var(--wz-border);z-index:20;flex-direction:column;flex:0 0 260px;width:260px;height:100dvh;padding:1.5rem 0 1rem;display:flex;position:sticky;top:0;overflow-y:auto}.aide-sidebar-head{border-bottom:1px solid var(--wz-border);margin-bottom:1rem;padding:0 1.25rem 1.25rem}.aide-brand{color:var(--wz-text-1);align-items:center;gap:.5rem;text-decoration:none;display:inline-flex}.aide-brand-mark{background:var(--wz-gradient-brand);width:28px;height:28px;font-family:var(--wz-font-mono);color:#fff;border-radius:8px;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:inline-flex}.aide-brand-name{letter-spacing:-.01em;font-size:1.05rem;font-weight:800}.aide-sidebar-tag{font-family:var(--wz-font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--wz-text-3);margin:.7rem 0 0;font-size:.65rem}.aide-sidebar-section{font-family:var(--wz-font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--wz-text-3);margin:0 1.25rem .5rem;font-size:.6rem}.aide-sidebar-list{flex-direction:column;gap:.1rem;margin:0;padding:0 .5rem;list-style:none;display:flex}.aide-sidebar-link{color:var(--wz-text-2);border-radius:8px;align-items:center;gap:.7rem;padding:.55rem .75rem;font-size:.83rem;text-decoration:none;transition:background .15s,color .15s;display:flex}.aide-sidebar-link:hover{color:var(--wz-text-1);background:#ffffff0a}.aide-sidebar-link.is-active{color:var(--wz-text-1);background:#6b5fff24}.aide-sidebar-num{font-family:var(--wz-font-mono);color:var(--wz-text-3);letter-spacing:.05em;font-size:.65rem}.aide-sidebar-link.is-active .aide-sidebar-num{color:var(--wz-violet-300)}.aide-sidebar-label{font-weight:600}.aide-sidebar-foot{border-top:1px solid var(--wz-border);flex-direction:column;gap:.6rem;margin-top:auto;padding:1rem 1.25rem 0;display:flex}.aide-cta{background:var(--wz-gradient-brand);color:#fff;border-radius:8px;justify-content:center;align-items:center;padding:.55rem 1rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:opacity .15s,transform .15s;display:inline-flex}.aide-cta:hover{opacity:.92;transform:translateY(-1px)}.aide-sidebar-meta{font-family:var(--wz-font-mono);color:var(--wz-text-3);letter-spacing:.1em;margin:0;font-size:.6rem}.aide-burger{z-index:30;background:var(--wz-surface-2);border:1px solid var(--wz-border-2);color:var(--wz-text-1);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.55rem .85rem;font-size:.78rem;font-weight:600;display:none;position:fixed;top:1rem;left:1rem}.aide-sidebar-veil{z-index:15;background:#00000080;display:none;position:fixed;inset:0}@media (max-width:880px){.aide-sidebar{transition:transform .22s;position:fixed;top:0;left:0;transform:translate(-100%)}.aide-sidebar.is-open{transform:translate(0)}.aide-burger{display:inline-flex}.aide-sidebar.is-open~.aide-sidebar-veil{display:block}.aide-sidebar-veil{display:none}.aide-sidebar.is-open+.aide-sidebar-veil{display:block}body:has(.aide-sidebar.is-open) .aide-sidebar-veil{display:block}}.aide-main{flex:1;min-width:0;max-width:880px;padding:3rem 3rem 5rem}@media (max-width:880px){.aide-main{padding:4.5rem 1.25rem 4rem}}.aide-chapter-head{border-bottom:1px solid var(--wz-border);margin-bottom:2.5rem;padding-bottom:2rem}.aide-chapter-num{font-family:var(--wz-font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--wz-violet-300);margin:0 0 .5rem;font-size:.7rem}.aide-chapter-title{letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.1}.aide-chapter-subtitle{color:var(--wz-text-2);margin:0;font-size:1.05rem;line-height:1.6}.aide-section{margin:2.5rem 0;scroll-margin-top:2rem}.aide-section-title{letter-spacing:-.01em;align-items:baseline;gap:.5rem;margin:0 0 1rem;font-size:1.35rem;font-weight:700;display:flex}.aide-anchor{color:var(--wz-text-3);opacity:0;font-size:.95rem;font-weight:400;text-decoration:none;transition:opacity .15s,color .15s}.aide-section:hover .aide-anchor,.aide-anchor:focus{opacity:1}.aide-anchor:hover{color:var(--wz-violet-300)}.aide-section-body{color:var(--wz-text-2);font-size:.95rem;line-height:1.65}.aide-section-body p{margin:0 0 1rem}.aide-section-body ul,.aide-section-body ol{margin:0 0 1rem;padding-left:1.25rem}.aide-section-body li{margin:.3rem 0}.aide-section-body strong{color:var(--wz-text-1);font-weight:700}.aide-section-body code{font-family:var(--wz-font-mono);background:var(--wz-surface-2);color:var(--wz-violet-200);border:1px solid var(--wz-border);border-radius:4px;padding:.12rem .4rem;font-size:.82em}.aide-section-body a{color:var(--wz-violet-300);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.aide-section-body a:hover{color:var(--wz-violet-200)}.aide-callout{border-left:3px solid var(--wz-violet-400);background:#6b5fff0f;border-radius:10px;margin:1.25rem 0;padding:1rem 1.15rem}.aide-callout-warning{border-left-color:var(--wz-warning);background:var(--wz-warning-subtle)}.aide-callout-success{border-left-color:var(--wz-success);background:var(--wz-success-subtle)}.aide-callout-tip{border-left-color:var(--wz-info);background:var(--wz-info-subtle)}.aide-callout-title{font-size:.7rem;font-family:var(--wz-font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--wz-text-1);margin:0 0 .4rem;font-weight:600}.aide-callout-body{color:var(--wz-text-2);font-size:.9rem;line-height:1.6}.aide-callout-body p{margin:0 0 .5rem}.aide-callout-body p:last-child{margin:0}.aide-mockup{margin:1.5rem 0}.aide-mockup-frame{border:1px solid var(--wz-border-2);background:var(--wz-surface-2);border-radius:12px;overflow:hidden;box-shadow:0 24px 60px -20px #00000080}.aide-mockup-bar{background:var(--wz-surface-1);border-bottom:1px solid var(--wz-border);align-items:center;gap:.4rem;padding:.6rem .85rem;display:flex}.aide-mockup-dot{border-radius:50%;width:11px;height:11px}.aide-mockup-url{font-family:var(--wz-font-mono);background:var(--wz-bg);border:1px solid var(--wz-border);color:var(--wz-text-3);border-radius:6px;margin-left:.65rem;padding:.18rem .6rem;font-size:.68rem}.aide-mockup-body{background:var(--wz-bg);min-height:120px;padding:1.25rem}.aide-mockup-caption{font-family:var(--wz-font-mono);color:var(--wz-text-3);text-align:center;letter-spacing:.05em;margin-top:.5rem;font-size:.7rem}.aide-example{border:1px solid var(--wz-border);background:var(--wz-surface-1);border-radius:12px;margin:1.25rem 0;overflow:hidden}.aide-example-title{background:var(--wz-surface-2);border-bottom:1px solid var(--wz-border);color:var(--wz-text-1);margin:0;padding:.85rem 1rem;font-size:.85rem;font-weight:600}.aide-example-prompt,.aide-example-output{padding:1rem}.aide-example-prompt{border-bottom:1px solid var(--wz-border);background:#ffffff05}.aide-example-prompt p,.aide-example-output p{color:var(--wz-text-2);margin:.5rem 0 0;font-size:.88rem;line-height:1.55}.aide-example-tag{font-family:var(--wz-font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--wz-text-3);background:var(--wz-surface-3);border-radius:4px;padding:.18rem .5rem;font-size:.6rem;display:inline-block}.aide-example-tag-out{color:var(--wz-violet-200);background:#6b5fff2e}.aide-grid{gap:.9rem;margin:1.25rem 0;display:grid}.aide-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.aide-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.aide-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:720px){.aide-grid-2,.aide-grid-3,.aide-grid-4{grid-template-columns:1fr}}.aide-feature-card{background:var(--wz-surface-1);border:1px solid var(--wz-border);border-radius:12px;padding:1.1rem;transition:border-color .15s,transform .15s}.aide-feature-card:hover{border-color:var(--wz-border-2)}.aide-feature-icon{width:32px;height:32px;color:var(--wz-violet-300);background:#6b5fff24;border-radius:8px;justify-content:center;align-items:center;margin-bottom:.65rem;display:inline-flex}.aide-feature-title{color:var(--wz-text-1);margin:0 0 .4rem;font-size:.95rem;font-weight:700}.aide-feature-body{color:var(--wz-text-2);font-size:.82rem;line-height:1.55}.aide-feature-body p{margin:0}.aide-steps{flex-direction:column;gap:.85rem;margin:1.5rem 0;padding:0;list-style:none;display:flex}.aide-steps li{background:var(--wz-surface-1);border:1px solid var(--wz-border);border-radius:10px;gap:.85rem;padding:.85rem 1rem;display:flex}.aide-steps-num{background:var(--wz-gradient-brand);width:28px;height:28px;font-family:var(--wz-font-mono);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:inline-flex}.aide-steps-title{color:var(--wz-text-1);margin:0 0 .2rem;font-size:.92rem;font-weight:700}.aide-steps-body{color:var(--wz-text-2);margin:0;font-size:.85rem;line-height:1.55}.aide-kv{border:1px solid var(--wz-border);border-radius:10px;margin:1.25rem 0;overflow:hidden}.aide-kv-row{border-bottom:1px solid var(--wz-border);grid-template-columns:200px 1fr;display:grid}.aide-kv-row:last-child{border-bottom:0}.aide-kv dt{background:var(--wz-surface-2);font-family:var(--wz-font-mono);letter-spacing:.04em;color:var(--wz-text-3);border-right:1px solid var(--wz-border);padding:.75rem 1rem;font-size:.72rem}.aide-kv dd{color:var(--wz-text-2);margin:0;padding:.75rem 1rem;font-size:.88rem;line-height:1.5}@media (max-width:600px){.aide-kv-row{grid-template-columns:1fr}.aide-kv dt{border-right:0;border-bottom:1px solid var(--wz-border)}}.aide-chapter-nav{border-top:1px solid var(--wz-border);grid-template-columns:1fr 1fr;gap:1rem;margin-top:3.5rem;padding-top:2rem;display:grid}.aide-chapter-nav-link{border:1px solid var(--wz-border);background:var(--wz-surface-1);border-radius:10px;align-items:center;gap:.85rem;padding:1rem 1.15rem;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.aide-chapter-nav-link:hover{border-color:var(--wz-violet-400);background:#6b5fff0f}.aide-chapter-nav-next{text-align:right;justify-content:flex-end}.aide-chapter-nav-arrow{color:var(--wz-violet-300);font-size:1.1rem}.aide-chapter-nav-dir{font-family:var(--wz-font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--wz-text-3);margin-bottom:.2rem;font-size:.62rem;display:block}.aide-chapter-nav-title{color:var(--wz-text-1);font-size:.92rem;font-weight:700;display:block}.aide-mk-deal-card{border:1px solid var(--wz-border);background:var(--wz-surface-1);border-radius:10px;flex-direction:column;gap:.5rem;padding:.85rem;display:flex}.aide-mk-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.aide-mk-name{color:var(--wz-text-1);font-size:.92rem;font-weight:700}.aide-mk-company{color:var(--wz-text-3);font-size:.75rem}.aide-mk-badge{font-family:var(--wz-font-mono);letter-spacing:.08em;text-transform:uppercase;border-radius:4px;padding:.15rem .5rem;font-size:.6rem;font-weight:600}.aide-mk-badge-silence{background:var(--wz-danger-subtle);color:var(--wz-danger-text)}.aide-mk-badge-snoozed{background:var(--wz-surface-3);color:var(--wz-text-3)}.aide-mk-badge-active{color:var(--wz-violet-300);background:#6b5fff2e}.aide-mk-pill-next{background:var(--wz-warning-subtle);color:var(--wz-warning-text);border-left:2px solid var(--wz-warning);border-radius:6px;padding:.3rem .55rem;font-size:.72rem}.aide-mk-meta{font-family:var(--wz-font-mono);color:var(--wz-text-3);align-items:center;gap:.6rem;font-size:.7rem;display:flex}.aide-mk-score-bar{background:var(--wz-surface-3);border-radius:3px;flex:1;height:6px;overflow:hidden}.aide-mk-score-fill{background:var(--wz-gradient-brand);height:100%}.aide-radar{margin:1rem auto;display:block}
