*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", sans-serif;--font-mono:"JetBrains Mono", "Fira Code", Consolas, monospace;--clr-bg:#f0f4ff;--clr-card:#fff;--clr-text:#374151;--clr-text-strong:#111827;--clr-muted:#6b7280;--clr-border:#e5e7eb;--clr-divider:#f3f4f6;--clr-mobile:#7c3aed;--clr-mobile-mid:#8b5cf6;--clr-mobile-light:#ede9fe;--clr-mobile-dark:#5b21b6;--clr-admin:#0369a1;--clr-admin-mid:#0284c7;--clr-admin-light:#e0f2fe;--clr-admin-dark:#075985;--clr-sidebar-bg:#1e293b;--clr-sidebar-text:#94a3b8;--clr-sidebar-hover:#2d3f55;--clr-sidebar-active:#f8fafc;--clr-green:#15803d;--clr-green-bg:#dcfce7;--clr-yellow:#92400e;--clr-yellow-bg:#fef3c7;--clr-red:#b91c1c;--clr-red-bg:#fee2e2;--clr-blue:#1d4ed8;--clr-blue-bg:#dbeafe;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000f;--shadow-md:0 4px 12px #0000001a, 0 2px 4px #0000000f;--shadow-lg:0 10px 24px #0000001f;--radius-sm:6px;--radius-md:10px;--radius-lg:16px}html{font-family:var(--font-sans);color:var(--clr-text);background:var(--clr-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px;line-height:1.65}body{min-height:100vh;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{color:var(--clr-text-strong);font-weight:600;line-height:1.3}p{margin-bottom:.65rem}p:last-child{margin-bottom:0}a{color:var(--clr-mobile);text-decoration:none}a:hover{text-decoration:underline}strong{color:var(--clr-text-strong)}code{font-family:var(--font-mono);background:var(--clr-divider);color:var(--clr-text-strong);border-radius:4px;padding:.1rem .375rem;font-size:.875em}.app{flex-direction:column;min-height:100vh;display:flex}.app-header{background:var(--clr-sidebar-bg);color:#f8fafc;z-index:100;box-shadow:var(--shadow-md);padding:.875rem 1.5rem;position:sticky;top:0}.header-inner{align-items:center;gap:.75rem;max-width:1200px;margin:0 auto;display:flex}.header-logo{flex-shrink:0;font-size:1.5rem}.header-brand{color:#fff;font-size:1rem;font-weight:700}.header-sep{color:#64748b;margin:0 .35rem}.header-subtitle{color:#94a3b8;font-size:.875rem}.tab-hero{color:#f8fafc;background:linear-gradient(135deg,#1e293b 0%,#1e3a5f 50%,#172554 100%);padding:3rem 1.5rem 3.5rem}.tab-hero-inner{text-align:center;max-width:860px;margin:0 auto}.hero-title{color:#fff;letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.25rem;font-weight:800}@media (width<=600px){.hero-title{font-size:1.6rem}}.hero-sub{color:#94a3b8;margin-bottom:2.25rem;font-size:1.05rem}.tab-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.tab-btn{border-radius:var(--radius-lg);color:#f1f5f9;cursor:pointer;text-align:left;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff12;border:2px solid #ffffff26;align-items:center;gap:.875rem;min-width:240px;padding:1rem 1.5rem;transition:all .22s;display:flex}.tab-btn:hover{box-shadow:var(--shadow-lg);background:#ffffff21;border-color:#ffffff4d;transform:translateY(-2px)}@media (width<=540px){.tab-btn{width:100%;min-width:0}}.tab-mobile.active{background:var(--clr-mobile);border-color:var(--clr-mobile-mid);box-shadow:0 6px 20px #7c3aed73}.tab-admin.active{background:var(--clr-admin);border-color:var(--clr-admin-mid);box-shadow:0 6px 20px #0369a173}.tab-btn-icon{flex-shrink:0;font-size:1.75rem}.tab-btn-text{flex-direction:column;gap:.1rem;display:flex}.tab-btn-title{color:#fff;font-size:1rem;font-weight:700}.tab-btn-sub{color:#ffffffb3;font-size:.8rem}.tab-btn-arrow{color:#fff9;flex-shrink:0;margin-left:auto;font-size:1.25rem;transition:transform .22s}.tab-btn-arrow.open{color:#fff;transform:rotate(90deg)}.welcome-section{flex:1;width:100%;max-width:1000px;margin:0 auto;padding:3rem 1.5rem}.welcome-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-top:.5rem;display:grid}.feature-card{background:var(--clr-card);border:1px solid var(--clr-border);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);padding:1.75rem 1.5rem;transition:box-shadow .2s,transform .2s}.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-icon{margin-bottom:.75rem;font-size:2rem;display:block}.feature-card h3{margin-bottom:.4rem;font-size:.95rem;font-weight:700}.feature-card p{color:var(--clr-muted);margin:0;font-size:.875rem}.app-main{flex:1}.manual-header{border-bottom:1px solid var(--clr-border);align-items:center;gap:1rem;padding:1.25rem 2rem;display:flex}.manual-header-mobile{background:linear-gradient(135deg, var(--clr-mobile-light), #f5f3ff);border-bottom-color:#c4b5fd}.manual-header-admin{background:linear-gradient(135deg, var(--clr-admin-light), #f0f9ff);border-bottom-color:#7dd3fc}.manual-header-icon{font-size:2rem}.manual-header-title{margin-bottom:.1rem;font-size:1.25rem;font-weight:700}.manual-mobile .manual-header-title{color:var(--clr-mobile-dark)}.manual-admin .manual-header-title{color:var(--clr-admin-dark)}.manual-header-sub{color:var(--clr-muted);margin:0;font-size:.875rem}.app-footer{background:var(--clr-sidebar-bg);color:#64748b;text-align:center;margin-top:auto;padding:1.25rem 1rem;font-size:.8125rem}.manual-layout{--accent:#7c3aed;align-items:flex-start;min-height:calc(100vh - 200px);display:flex;overflow-x:hidden}@media (width<=900px){.manual-layout{flex-direction:column}}.manual-sidebar{background:var(--clr-sidebar-bg);scrollbar-width:thin;scrollbar-color:#334155 transparent;flex-shrink:0;width:256px;min-height:calc(100vh - 120px);max-height:calc(100vh - 53px);position:sticky;top:53px;overflow-y:auto}@media (width<=900px){.manual-sidebar{z-index:200;width:280px;min-height:0;max-height:100%;box-shadow:var(--shadow-lg);transition:transform .28s;position:fixed;top:53px;bottom:0;left:0;transform:translate(-100%)}}@media (width<=900px){.manual-sidebar.open{transform:translate(0)}}.sidebar-overlay{display:none}@media (width<=900px){.sidebar-overlay{z-index:190;background:#00000073;display:block;position:fixed;inset:0}}.sidebar-heading{text-transform:uppercase;letter-spacing:.1em;color:#475569;padding:1.25rem 1.25rem .5rem;font-size:.6875rem;font-weight:700}.sidebar-nav{flex-direction:column;gap:.125rem;padding:.25rem .625rem 1.5rem;display:flex}.toc-link{border-radius:var(--radius-sm);color:var(--clr-sidebar-text);font-size:.8125rem;font-family:var(--font-sans);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:.5rem .625rem;transition:background .18s,color .18s;display:flex}.toc-link:hover{background:var(--clr-sidebar-hover);color:#e2e8f0}.toc-link.active{color:#f8fafc;border-left:3px solid var(--accent);background:#ffffff14;padding-left:calc(.625rem - 3px);font-weight:600}.toc-icon{flex-shrink:0;font-size:.9rem}.toc-toggle{display:none}@media (width<=900px){.toc-toggle{background:var(--clr-sidebar-bg);color:#e2e8f0;font-family:var(--font-sans);cursor:pointer;border:none;border-bottom:1px solid #334155;align-items:center;gap:.5rem;width:100%;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;display:flex}}.toc-toggle-icon{text-align:center;width:1.25rem;font-size:1rem}.manual-content{flex:1;width:100%;min-width:0;max-width:900px;padding:1.75rem 2rem 3rem;overflow-x:hidden}@media (width<=900px){.manual-content{max-width:100%;padding:1.25rem 1rem 2.5rem}}.manual-section{margin-bottom:2.5rem;scroll-margin-top:72px}.section-header{border-bottom:2px solid var(--accent);align-items:center;gap:.75rem;margin-bottom:.875rem;padding-bottom:.75rem;display:flex}.section-icon{flex-shrink:0;font-size:1.375rem}.section-title{color:var(--clr-text-strong);margin:0;font-size:1.375rem;font-weight:700}.section-intro{color:var(--clr-muted);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.55}.section-divider{border:none;border-top:1px solid var(--clr-border);margin:2rem 0}.subsection{background:var(--clr-card);border:1px solid var(--clr-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:1.125rem;padding:1.25rem 1.5rem}@media (width<=600px){.subsection{padding:1rem}}.subsection-title{color:var(--accent);align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:1rem;font-weight:700;display:flex}.subsection-title:before{content:"";background:var(--accent);border-radius:2px;flex-shrink:0;width:3px;height:1em;display:inline-block}.subsection-body>p:first-child{margin-top:0}.subsection-body>p{color:var(--clr-text);font-size:.9375rem}.table-wrapper{border-radius:var(--radius-sm);border:1px solid var(--clr-border);margin:.875rem 0;overflow-x:auto}.table-caption{text-transform:uppercase;letter-spacing:.06em;color:var(--clr-muted);margin-bottom:.35rem;padding:0 .125rem;font-size:.75rem;font-weight:700}.info-table{border-collapse:collapse;width:100%;font-size:.875rem}.info-table thead tr{background:var(--accent);color:#fff}.info-table thead th{text-align:left;white-space:nowrap;padding:.6rem 1rem;font-size:.8125rem;font-weight:600}.info-table tbody tr{border-bottom:1px solid var(--clr-border);transition:background .15s}.info-table tbody tr:last-child{border-bottom:none}.info-table tbody tr:nth-child(2n){background:#f9fafb}.info-table tbody tr:hover{background:#f3f4f6}.info-table td{vertical-align:top;color:var(--clr-text);padding:.6rem 1rem;line-height:1.55}.info-table td strong{color:var(--clr-text-strong)}.steps-list{flex-direction:column;gap:.625rem;margin:.875rem 0;list-style:none;display:flex}.step-item{align-items:flex-start;gap:.75rem;display:flex}.step-num{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.625rem;height:1.625rem;margin-top:.1rem;font-size:.75rem;font-weight:700;display:flex}.step-text{color:var(--clr-text);padding-top:.125rem;font-size:.9rem;line-height:1.55}.note{border-radius:var(--radius-sm);border-left:4px solid #0000;gap:.6rem;margin:.875rem 0;padding:.75rem 1rem;font-size:.875rem;line-height:1.55;display:flex}.note-icon{flex-shrink:0;margin-top:.05rem;font-size:1rem}.note-label{font-weight:700}.note-info{background:var(--clr-blue-bg);color:#1e40af;border-left-color:#3b82f6}.note-tip{background:var(--clr-green-bg);color:#14532d;border-left-color:#22c55e}.note-warning{background:var(--clr-yellow-bg);color:var(--clr-yellow);border-left-color:#f59e0b}.note-important{background:var(--clr-red-bg);color:var(--clr-red);border-left-color:#ef4444}.note-flow{color:#4c1d95;background:#f5f3ff;border-left-color:#8b5cf6}.flow-diagram{border-radius:var(--radius-md);background:#0f172a;margin:1rem 0;padding:1.25rem 1.5rem;overflow-x:auto}.flow-pre{font-family:var(--font-mono);color:#a5f3fc;white-space:pre;font-size:.8rem;line-height:1.7}.badge{letter-spacing:.02em;border-radius:999px;align-items:center;padding:.2rem .625rem;font-size:.75rem;font-weight:700;display:inline-flex}.badge-green{background:var(--clr-green-bg);color:var(--clr-green)}.badge-yellow{background:var(--clr-yellow-bg);color:var(--clr-yellow)}.badge-red{background:var(--clr-red-bg);color:var(--clr-red)}.badge-blue{background:var(--clr-blue-bg);color:var(--clr-blue)}.status-badges{flex-direction:column;gap:.5rem;margin:.875rem 0;display:flex}.status-badge-row{align-items:center;gap:.75rem;display:flex}.status-badge-meaning{color:var(--clr-text);font-size:.875rem}
