.manual-page{background:var(--background);color:var(--text-primary);font-family:var(--font-body);min-height:100vh;line-height:1.65}.manual-hero{background:radial-gradient(circle at 20% 0%, #be00ff14 0%, transparent 50%), radial-gradient(circle at 80% 100%, #fa64000f 0%, transparent 50%), linear-gradient(180deg, #fff 0%, var(--background) 100%);border-bottom:1px solid var(--border-color);text-align:center;padding:4rem 1.5rem 3rem}.manual-hero__eyebrow{color:var(--primary-color);font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;background:#be00ff1a;border-radius:999px;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.manual-hero__title{font-family:var(--font-heading);max-width:780px;color:var(--text-primary);margin:0 auto 1rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15}.manual-hero__subtitle{color:var(--text-secondary);max-width:680px;margin:0 auto 2rem;font-size:clamp(1rem,2vw,1.2rem)}.manual-hero__meta{color:var(--text-muted);flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;font-size:.9rem;display:inline-flex}.manual-hero__meta strong{color:var(--text-secondary);font-weight:600}.manual-layout{grid-template-columns:280px minmax(0,1fr);gap:3rem;max-width:1280px;margin:0 auto;padding:2.5rem 1.5rem 4rem;display:grid}.manual-sidebar{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--border-radius);max-height:calc(100vh - 3rem);box-shadow:var(--shadow);align-self:start;padding:1.25rem;position:sticky;top:1.5rem;overflow-y:auto}.manual-sidebar__title{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 .75rem;font-size:.8rem;font-weight:700}.manual-toc{margin:0;padding:0;list-style:none}.manual-toc li{margin:0}.manual-toc a{border-radius:var(--border-radius-sm);color:var(--text-secondary);transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);border-left:2px solid #0000;padding:.45rem .75rem;font-size:.92rem;line-height:1.4;text-decoration:none;display:block}.manual-toc a:hover{color:var(--primary-color);background:#be00ff0f}.manual-toc a.is-active{color:var(--primary-color);border-left-color:var(--primary-color);background:#be00ff14;font-weight:600}.manual-toc__group{border-top:1px solid var(--border-color);margin-top:1rem;padding-top:.75rem}.manual-toc__group-title{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 .4rem;padding:0 .75rem;font-size:.72rem;font-weight:700}.manual-content{min-width:0}.manual-section{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow);margin-bottom:2rem;padding:2.25rem 2.5rem;scroll-margin-top:1.5rem}.manual-section:first-child{border-top:4px solid var(--primary-color)}.manual-section h2{font-family:var(--font-heading);color:var(--text-primary);margin:0 0 .5rem;font-size:1.85rem;font-weight:700;line-height:1.25}.manual-section h3{font-family:var(--font-heading);color:var(--text-primary);margin:2rem 0 .85rem;font-size:1.35rem;font-weight:700;line-height:1.3}.manual-section h4{font-family:var(--font-heading);color:var(--text-primary);margin:1.5rem 0 .6rem;font-size:1.1rem;font-weight:700}.manual-section p,.manual-section li{color:var(--text-secondary);font-size:1rem;line-height:1.7}.manual-section p{margin:0 0 1rem}.manual-section strong{color:var(--text-primary);font-weight:700}.manual-section code{color:var(--primary-dark);background:#be00ff14;border-radius:4px;padding:.15em .45em;font-family:ui-monospace,SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace;font-size:.9em}.manual-section ul,.manual-section ol{margin:0 0 1rem;padding-left:1.5rem}.manual-section ul li{margin-bottom:.4rem}.manual-section ol li{margin-bottom:.6rem}.manual-section__lead{color:var(--text-secondary);border-left:3px solid var(--primary-color);margin-bottom:1.5rem;padding-left:.85rem;font-size:1.1rem}.manual-section__pretitle{color:var(--primary-color);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.08em;background:#be00ff1a;border-radius:999px;margin-bottom:.75rem;padding:.25rem .65rem;font-size:.7rem;font-weight:700;display:inline-block}.manual-figure{text-align:center;margin:1.5rem 0}.manual-figure img{border-radius:var(--border-radius-sm);border:1px solid var(--border-color);max-width:100%;height:auto;box-shadow:var(--shadow-md);background:#fff}.manual-figure figcaption{color:var(--text-muted);margin-top:.65rem;font-size:.88rem;font-style:italic}.manual-figure--small img{max-width:480px}.manual-figure--medium img{max-width:720px}.manual-screenshot-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin:1.5rem 0;display:grid}.manual-screenshot-grid figure{margin:0}.manual-screenshot-grid img{border-radius:var(--border-radius-sm);border:1px solid var(--border-color);width:100%;box-shadow:var(--shadow)}.manual-screenshot-grid figcaption{color:var(--text-muted);text-align:center;margin-top:.4rem;font-size:.82rem}.manual-callout{border-radius:var(--border-radius-sm);box-shadow:var(--shadow);background:#fff;border-left:4px solid;grid-template-columns:2.25rem 1fr;gap:.85rem;margin:1.5rem 0;padding:1rem 1.15rem;display:grid}.manual-callout__icon{font-size:1.4rem;line-height:1}.manual-callout__body{color:var(--text-secondary)}.manual-callout__body p:last-child{margin-bottom:0}.manual-callout__body strong{color:var(--text-primary)}.manual-callout--tip{border-left-color:var(--primary-color);background:linear-gradient(135deg,#be00ff0d,#be00ff05)}.manual-callout--info{background:#3b82f60f;border-left-color:#3b82f6}.manual-callout--warning{border-left-color:var(--warning-color);background:#f59e0b12}.manual-callout--success{border-left-color:var(--success-color);background:#10b98112}.manual-callout--danger{border-left-color:var(--danger-color);background:#ef444412}.manual-steps{counter-reset:step-counter;margin:1.5rem 0;padding:0;list-style:none}.manual-steps>li{counter-increment:step-counter;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);background:#fff;margin-bottom:.85rem;padding:1rem 1.25rem 1rem 3.75rem;position:relative}.manual-steps>li:before{content:counter(step-counter);background:var(--primary-color);color:#fff;width:2rem;height:2rem;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex;position:absolute;top:1rem;left:1rem}.manual-steps strong{color:var(--text-primary);margin-bottom:.25rem;font-size:1.02rem;display:block}.manual-table{border-collapse:collapse;border-radius:var(--border-radius-sm);width:100%;box-shadow:var(--shadow);background:#fff;margin:1.25rem 0 1.5rem;font-size:.95rem;overflow:hidden}.manual-table thead{background:linear-gradient(135deg,#be00ff0d,#be00ff05)}.manual-table th{text-align:left;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.04em;color:var(--primary-dark);border-bottom:2px solid var(--border-color);white-space:nowrap;padding:.85rem 1rem;font-size:.82rem;font-weight:700}.manual-table td{border-bottom:1px solid var(--border-color);color:var(--text-secondary);vertical-align:top;padding:.75rem 1rem}.manual-table tbody tr:last-child td{border-bottom:none}.manual-table tbody tr:hover{background:#be00ff05}.manual-table code{font-size:.85em}.manual-badge{font-size:.78rem;font-weight:600;font-family:var(--font-heading);vertical-align:middle;border-radius:999px;padding:.18rem .55rem;line-height:1.4;display:inline-block}.manual-badge--required{color:var(--danger-color);background:#ef44441a}.manual-badge--optional{color:var(--secondary-color);background:#6b72801f}.manual-badge--new{color:var(--success-color);background:#10b9811f}.manual-badge--primary{color:var(--primary-color);background:#be00ff1a}.manual-feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0;display:grid}.manual-feature{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);transition:transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);background:#fff;padding:1.1rem}.manual-feature:hover{border-color:var(--primary-color);box-shadow:var(--shadow-md);transform:translateY(-2px)}.manual-feature__icon{margin-bottom:.5rem;font-size:1.65rem;line-height:1}.manual-feature__title{font-family:var(--font-heading);color:var(--text-primary);margin:0 0 .35rem;font-size:1rem;font-weight:700}.manual-feature__desc{color:var(--text-secondary);margin:0;font-size:.9rem}.manual-faq{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);box-shadow:var(--shadow);background:#fff;margin-bottom:.75rem;overflow:hidden}.manual-faq summary{cursor:pointer;font-family:var(--font-heading);color:var(--text-primary);transition:background var(--transition-fast);justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-weight:600;list-style:none;display:flex}.manual-faq summary::-webkit-details-marker{display:none}.manual-faq summary:after{content:"+";color:var(--primary-color);transition:transform var(--transition-normal);margin-left:1rem;font-size:1.5rem;line-height:1}.manual-faq[open] summary:after{transform:rotate(45deg)}.manual-faq summary:hover{background:#be00ff0a}.manual-faq__body{color:var(--text-secondary);border-top:1px solid var(--border-color);padding:0 1.25rem 1.15rem}.manual-faq__body p:first-child{margin-top:1rem}.manual-faq__body p:last-child{margin-bottom:0}.manual-glossary{gap:.85rem;display:grid}.manual-glossary dt{font-family:var(--font-heading);color:var(--primary-color);font-size:1rem;font-weight:700}.manual-glossary dd{color:var(--text-secondary);margin:.25rem 0 0;font-size:.95rem}.manual-flow{align-items:stretch;gap:.65rem;margin:1.25rem 0;padding-bottom:.5rem;display:flex;overflow-x:auto}.manual-flow__step{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);text-align:center;min-width:150px;box-shadow:var(--shadow);background:#fff;flex:1 1 0;padding:.85rem .95rem;position:relative}.manual-flow__step:not(:last-child):after{content:"→";color:var(--primary-color);z-index:1;font-size:1.2rem;position:absolute;top:50%;right:-.85rem;transform:translateY(-50%)}.manual-flow__step-num{font-family:var(--font-heading);color:var(--primary-color);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem;font-size:.78rem;font-weight:700;display:block}.manual-flow__step-title{font-family:var(--font-heading);color:var(--text-primary);font-size:.92rem;font-weight:600;line-height:1.3}.manual-back-to-top{background:var(--primary-color);color:#fff;cursor:pointer;width:3rem;height:3rem;box-shadow:var(--shadow-lg);opacity:0;transition:opacity var(--transition-normal), transform var(--transition-normal);z-index:var(--z-tooltip);border:none;border-radius:50%;font-size:1.25rem;position:fixed;bottom:1.5rem;right:1.5rem;transform:translateY(.5rem)}.manual-back-to-top.is-visible{opacity:1;transform:translateY(0)}.manual-back-to-top:hover{background:var(--primary-dark)}@media (width<=960px){.manual-layout{grid-template-columns:1fr;gap:1.25rem;padding:1.25rem 1rem 3rem}.manual-sidebar{max-height:none;position:relative;top:auto}.manual-section{padding:1.5rem 1.25rem}.manual-flow{flex-direction:column}.manual-flow__step:not(:last-child):after{content:"↓";inset:auto auto -.85rem 50%;transform:translate(-50%)}}@media (width<=600px){.manual-hero{padding:2.5rem 1rem 2rem}.manual-section h2{font-size:1.5rem}.manual-section h3{font-size:1.15rem}.manual-table{font-size:.85rem}.manual-table th,.manual-table td{padding:.55rem .6rem}.manual-back-to-top{width:2.5rem;height:2.5rem;bottom:1rem;right:1rem}}@media print{.manual-sidebar,.full-width-header,.full-width-footer,.manual-back-to-top{display:none}.manual-layout{grid-template-columns:1fr;max-width:none;padding:0}.manual-section{box-shadow:none;page-break-inside:avoid;border:none;padding:1rem 0}.manual-figure{page-break-inside:avoid}}
