.theme-toggle[data-v-736ff43a]{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;background:transparent;color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius);font-size:12px;transition:background 80ms ease,color 80ms ease,border-color 80ms ease}.theme-toggle[data-v-736ff43a]:hover{background:var(--surface-hover);color:var(--text);border-color:var(--border-strong)}.sidebar[data-v-b38f111e]{display:flex;flex-direction:column;flex:1;min-height:0}.sidebar-body[data-v-b38f111e]{flex:1;min-height:0}.sidebar-foot[data-v-b38f111e]{padding:16px 24px 0;border-top:1px solid var(--border);margin-top:16px}:root{--bg: #ffffff;--surface: #fafafa;--surface-hover: #f4f4f5;--border: #e5e5e5;--border-strong: #d4d4d4;--text: #18181b;--text-muted: #71717a;--text-subtle: #a1a1aa;--accent: #0f766e;--accent-soft: #f0fdfa;--accent-border: #99f6e4;--reject: #b91c1c;--reject-soft: #fef2f2;--edge-focus: #9f1239;--edge-focus-soft: #fff1f2;--edge-focus-border: #fecdd3;--graph-grid: #e5e5e5;--radius: 6px;--radius-lg: 10px;--font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace}:root[data-theme=dark]{--bg: #0b0b0e;--surface: #141418;--surface-hover: #1d1d23;--border: #26262c;--border-strong: #3a3a42;--text: #ececf1;--text-muted: #9ca3af;--text-subtle: #6b7280;--accent: #2dd4bf;--accent-soft: rgba(45, 212, 191, .12);--accent-border: rgba(45, 212, 191, .35);--reject: #f87171;--reject-soft: rgba(248, 113, 113, .1);--edge-focus: #fb7185;--edge-focus-soft: rgba(251, 113, 133, .12);--edge-focus-border: rgba(251, 113, 133, .35);--graph-grid: #23232a;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html,body,#app{height:100%;margin:0;padding:0}body{font-family:var(--font-sans);font-size:14px;line-height:1.55;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}.app-shell{display:grid;grid-template-columns:240px 1fr;height:100vh}.app-sidebar{border-right:1px solid var(--border);background:var(--surface);overflow-y:auto;padding:24px 0;display:flex;flex-direction:column}.mobile-stub{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--bg);z-index:100;text-align:center}.mobile-stub__box{max-width:360px}.mobile-stub h1{font-size:18px;margin:0 0 10px}.mobile-stub p{font-size:14px;color:var(--text-muted);line-height:1.5;margin:0}.app-main{overflow-y:auto;padding:20px 28px 24px}.sidebar-brand{padding:0 20px 18px;border-bottom:1px solid var(--border);margin-bottom:14px}.sidebar-brand__title{font-size:13px;font-weight:600;letter-spacing:.02em;color:var(--text);margin:0}.sidebar-brand__subtitle{font-size:12px;color:var(--text-muted);margin-top:2px}.sidebar-empty{padding:0 24px;font-size:13px;color:var(--text-muted)}.sidebar-group{margin-bottom:18px}.sidebar-group__label{display:block;padding:0 20px 6px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-subtle)}.sidebar-group__list{list-style:none;margin:0;padding:0}.sidebar-item{display:block;padding:6px 20px;font-size:13px;color:var(--text);transition:background-color 80ms ease;border-left:2px solid transparent}.sidebar-item:hover{background:var(--surface-hover)}.sidebar-item--active{background:var(--accent-soft);border-left-color:var(--accent);color:var(--text);font-weight:500}.sidebar-item__code{display:block;font-family:var(--font-mono);font-size:11px;color:var(--text-muted);margin-top:1px}h1{font-size:24px;font-weight:600;margin:0 0 8px}h2{font-size:17px;font-weight:600;margin:32px 0 12px;padding-bottom:6px;border-bottom:1px solid var(--border)}p{margin:0 0 12px}code{font-family:var(--font-mono);font-size:.92em;background:var(--surface);padding:1px 5px;border-radius:3px;border:1px solid var(--border)}.home-hero{max-width:720px;margin-bottom:28px}.home-hero__lead{font-size:15px;color:var(--text-muted);line-height:1.6}.home-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.home-card{display:block;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg);transition:border-color 80ms ease,background 80ms ease}.home-card:hover{border-color:var(--border-strong);background:var(--surface)}.home-card__title{font-weight:500;font-size:14px}.home-card__meta{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);margin-top:3px}
