.user-guide-shell{min-height:100vh;color:var(--ink);background:#fff}.guide-brand{display:flex;align-items:center;width:100%;margin:0;min-width:0}.guide-brand-link{display:contents}.guide-brand-link:focus-visible .brand-lockup{outline:3px solid var(--color-terracotta-action);outline-offset:4px}.guide-sidebar-header{display:contents}.user-guide-sidebar{position:sticky;top:0;display:flex;flex-direction:column;gap:2rem;height:100vh;min-width:0;padding:clamp(1.25rem,3vw,2.5rem) clamp(1rem,2.2vw,2rem);overflow-y:auto;color:var(--color-slate);background:#fff;border-right:1px solid var(--border)}.guide-brand .brand-lockup{display:inline-grid;gap:.3rem;justify-items:start;max-width:100%;padding:0}.guide-brand .brand-lockup-assets{display:block;max-width:100%;min-width:0}.guide-brand .brand-lockup-wordmark{width:var(--brand-lockup-wordmark-width);height:var(--brand-lockup-wordmark-height);max-width:100%;min-width:0;object-fit:contain;object-position:left center}.guide-brand .brand-lockup-supporting{margin:0;color:var(--color-slate);font-size:var(--brand-lockup-supporting-size);font-weight:800;line-height:1.35}.user-guide-nav{min-width:0}.guide-mobile-menu{display:contents}.guide-menu-toggle{display:none}.guide-nav-title,.guide-section-label{margin:0;font-size:.74rem;font-weight:400;letter-spacing:.08em}.guide-section-label{color:var(--color-terracotta-text);font-family:var(--font-heading);font-size:14px;text-transform:uppercase}.guide-nav-title{margin-bottom:.75rem;color:var(--color-terracotta-text);font-size:.9rem;font-weight:800;letter-spacing:0}.guide-nav-list{display:grid;gap:.35rem;margin:0;padding:0;list-style:none}.guide-nav-link{display:flex;align-items:center;justify-content:space-between;min-width:0;padding:.75rem .85rem;border-left:.2rem solid transparent;border-radius:.2rem;color:var(--color-slate);font-family:var(--font-heading);font-size:.9rem;font-weight:400;line-height:1.3;overflow-wrap:anywhere;transition:color .16s ease,background-color .16s ease,border-color .16s ease}.guide-nav-link:hover{color:var(--color-slate);background:var(--color-surface-soft)}.guide-nav-link--current{border-left-color:var(--color-terracotta-action);color:var(--color-slate);background:var(--color-surface-soft)}.guide-menu-toggle:focus-visible,.guide-nav-link:focus-visible,.guide-sign-in:focus-visible{outline:3px solid var(--color-terracotta-action);outline-offset:3px}.guide-sidebar-action{margin-top:auto}.guide-sign-in{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:3rem;padding:.8rem .95rem;border:1px solid rgb(var(--color-white-rgb) / .18);border-radius:.35rem;color:var(--color-sand);background:var(--color-terracotta-action);box-shadow:0 .8rem 1.8rem #00000026;font-family:var(--font-heading);font-weight:800;line-height:1.2;transition:background-color .16s ease,transform .16s ease}.guide-sign-in:hover{background:var(--color-terracotta-action-hover);transform:translateY(-1px)}.user-guide-main{min-width:0;background:#fff}.user-guide-body{display:grid;grid-template-columns:minmax(15rem,16rem) minmax(0,1fr);width:100%;min-height:100vh;margin:0}.user-guide-content{width:min(calc(100% - 4rem),64rem);min-width:0;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) 0 clamp(3rem,8vw,7rem)}.guide-page-header{display:grid;gap:1.1rem;max-width:54rem;margin-bottom:clamp(3rem,7vw,5.5rem)}.guide-page-header h1,.guide-section h2,.guide-section h3{margin:0;color:var(--heading);font-family:var(--font-heading);font-weight:800;letter-spacing:-.03em}.guide-page-header h1{font-size:38px;line-height:.98}.guide-lede,.guide-journey,.guide-section>p,.guide-subsection>p,.guide-section li{max-width:52rem;color:var(--muted);font-size:16px;line-height:1.65}.guide-lede,.guide-journey,.guide-section>p,.guide-subsection>p{margin:0}.guide-lede{max-width:45rem}.guide-journey{max-width:49rem;padding:1rem 1.1rem;border-left:.25rem solid var(--color-terracotta);border-radius:0 .35rem .35rem 0;background:var(--color-surface-soft);color:var(--color-dark-grey)}.guide-journey strong{color:var(--color-terracotta-action)}.guide-section{display:grid;gap:1rem;padding-top:clamp(2rem,4vw,3.5rem);border-top:1px solid var(--border-slate-soft)}.guide-section h2{max-width:22ch;font-size:30px;line-height:1}.guide-section h3{margin-top:1rem;font-size:21px;line-height:1.15}.guide-section>ol,.guide-section>ul{margin:0}.guide-list{padding-left:1.45rem}.guide-list li{padding-left:.25rem}.guide-practice-loop{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;max-width:54rem;margin:.6rem 0 0;padding:0;list-style:none}.guide-practice-loop li{display:grid;align-content:start;gap:.65rem;min-height:9.5rem;padding:1.25rem;border:1px solid var(--border-slate-soft);border-radius:var(--radius-card);background:var(--color-surface)}.guide-practice-loop strong{color:var(--color-terracotta-action);font-family:var(--font-heading);font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}.guide-practice-loop span{color:var(--heading);font-size:16px;line-height:1.55}.guide-subsection{display:grid;gap:.75rem;margin-top:.85rem}.guide-section+.guide-section{margin-top:clamp(3rem,6vw,5rem)}.guide-tip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:.75rem}.guide-tip{padding:1.1rem;border:1px solid var(--border-slate-soft);border-radius:var(--radius-card);background:var(--color-surface)}.guide-tip h3{margin:0 0 .55rem;font-size:21px}.guide-tip p{margin:0;color:var(--muted);font-size:16px;line-height:1.65}.guide-support-callout{display:grid;gap:.4rem;width:fit-content;max-width:100%;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--color-surface-soft);color:var(--color-dark-grey)}.guide-support-callout strong{color:var(--color-terracotta-action)}.guide-support-link{color:var(--color-terracotta-text);font-weight:800;overflow-wrap:anywhere;text-decoration:underline;text-decoration-thickness:.1em;text-underline-offset:.2em}.guide-support-link:focus-visible{outline:3px solid var(--color-terracotta-action);outline-offset:3px}.guide-screenshot{width:100%;margin:1.1rem 0 .75rem;overflow:hidden;border:1px solid var(--border-slate-subtle);border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-visual)}.guide-screenshot-media{overflow:hidden;background:var(--color-surface-soft)}.guide-screenshot-picture{display:block;width:100%}.guide-screenshot-picture img{display:block;width:100%;height:auto;max-width:100%}.guide-screenshot--sign-in .guide-screenshot-media{aspect-ratio:1.25 / 1}.guide-screenshot--onboarding-introduction .guide-screenshot-media{aspect-ratio:1.26 / 1}.guide-screenshot--onboarding-terms .guide-screenshot-media{aspect-ratio:1.04 / 1}.guide-screenshot--onboarding-display .guide-screenshot-media{aspect-ratio:1.45 / 1}.guide-screenshot--dashboard .guide-screenshot-media{aspect-ratio:1 / 1}.guide-screenshot--onboarding-baseline .guide-screenshot-media{aspect-ratio:1.02 / 1}.guide-screenshot--square .guide-screenshot-media{aspect-ratio:1 / 1}.guide-screenshot--report-detail .guide-screenshot-media{aspect-ratio:1.04 / 1}.guide-screenshot--recent-sessions .guide-screenshot-media{aspect-ratio:1.65 / 1}.guide-screenshot--progress .guide-screenshot-media{aspect-ratio:1.06 / 1}.guide-screenshot--profile .guide-screenshot-media{aspect-ratio:1.9 / 1}.guide-screenshot--sign-in .guide-screenshot-picture img,.guide-screenshot--onboarding-introduction .guide-screenshot-picture img,.guide-screenshot--onboarding-terms .guide-screenshot-picture img,.guide-screenshot--onboarding-display .guide-screenshot-picture img,.guide-screenshot--onboarding-baseline .guide-screenshot-picture img,.guide-screenshot--dashboard .guide-screenshot-picture img,.guide-screenshot--square .guide-screenshot-picture img,.guide-screenshot--report-detail .guide-screenshot-picture img,.guide-screenshot--recent-sessions .guide-screenshot-picture img,.guide-screenshot--progress .guide-screenshot-picture img,.guide-screenshot--profile .guide-screenshot-picture img{height:100%;object-fit:cover}.guide-screenshot--sign-in .guide-screenshot-picture img{object-position:center 48%}.guide-screenshot--onboarding-introduction .guide-screenshot-picture img{object-position:center 40%}.guide-screenshot--dashboard .guide-screenshot-picture img,.guide-screenshot--square .guide-screenshot-picture img,.guide-screenshot--report-detail .guide-screenshot-picture img{object-position:center 12%}.guide-screenshot--recent-sessions .guide-screenshot-picture img{object-position:center 6%}.guide-screenshot--profile .guide-screenshot-picture img{object-position:center 3%}.guide-screenshot--sign-in .guide-screenshot-picture,.guide-screenshot--onboarding-introduction .guide-screenshot-picture,.guide-screenshot--onboarding-terms .guide-screenshot-picture,.guide-screenshot--onboarding-display .guide-screenshot-picture,.guide-screenshot--onboarding-baseline .guide-screenshot-picture,.guide-screenshot--dashboard .guide-screenshot-picture,.guide-screenshot--square .guide-screenshot-picture,.guide-screenshot--report-detail .guide-screenshot-picture,.guide-screenshot--recent-sessions .guide-screenshot-picture,.guide-screenshot--progress .guide-screenshot-picture,.guide-screenshot--profile .guide-screenshot-picture{height:100%}.guide-screenshot figcaption{padding:.75rem 1rem;border-top:1px solid var(--border-slate-soft);color:var(--muted);background:var(--color-surface);font-size:.88rem;line-height:1.5}.guide-footer{margin-top:clamp(3rem,7vw,6rem);padding-top:1.25rem;border-top:1px solid var(--border-slate-soft);color:var(--muted);font-size:.8rem;line-height:1.55}@media(max-width:800px){.user-guide-body{display:block;width:100%;min-height:0}.user-guide-sidebar{position:relative;height:auto;min-height:0;padding:1.15rem 1rem .625rem;overflow:visible}.guide-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.guide-brand{flex:1;width:auto}.guide-brand .brand-lockup-wordmark{width:min(var(--brand-lockup-wordmark-width),100%)}.guide-brand .brand-lockup-supporting{font-size:.78rem}.user-guide-sidebar{gap:1.15rem}.guide-menu-toggle{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.75rem;height:2.75rem;min-height:0;padding:.7rem;border:0;border-radius:.35rem;color:var(--color-slate);background:transparent;cursor:pointer}.guide-menu-toggle:hover{background:var(--color-surface-soft)}.guide-menu-toggle-icon{display:grid;gap:.2rem;width:1.15rem}.guide-menu-toggle-icon span{display:block;width:100%;height:.1rem;background:var(--color-slate)}.guide-mobile-menu{display:none}.guide-mobile-menu--open{display:grid;position:absolute;top:100%;right:0;left:0;z-index:2;gap:1.15rem;padding:1rem;border-top:1px solid var(--border-slate-subtle);border-bottom:1px solid var(--border-slate-subtle);background:#fff;box-shadow:0 1rem 2rem #0000001f}.guide-nav-list{grid-template-columns:1fr;gap:.4rem}.guide-nav-link{height:100%;padding:.65rem .7rem;font-size:.88rem}.guide-sidebar-action{margin-top:.1rem}.guide-sign-in{min-height:2.85rem}.user-guide-content{width:100%;padding:1.25rem 1rem 3rem}.guide-page-header{margin-bottom:3rem}.guide-practice-loop{grid-template-columns:1fr}.guide-practice-loop li{min-height:auto}.guide-tip-grid{grid-template-columns:1fr}}
