.site-shell{--site-shell-top-offset:0px;--site-shell-sidebar-width:200px;grid-template-columns:var(--site-shell-sidebar-width) minmax(0, 1fr);background:var(--app-bg);min-height:100vh;transition:grid-template-columns .32s;display:grid;overflow-x:clip}.site-shell.is-collapsed{grid-template-columns:0 minmax(0,1fr)}.site-shell__sidebar{height:100vh;width:var(--site-shell-sidebar-width);border-right:.5px solid var(--border);background-color:var(--surface-elevated);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);z-index:10;opacity:1;transform-origin:0;flex-direction:column;gap:18px;padding:14px 10px;transition:transform .32s,opacity .24s,border-color .24s,box-shadow .24s;display:flex;position:sticky;top:0;overflow:hidden;transform:translate(0);box-shadow:0 0 #0000}.site-shell__sidebar.is-collapsed{opacity:0;pointer-events:none;box-shadow:none;border-color:#0000;transform:translate(calc(-100% - 22px))}.site-shell__sidebar-top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.site-shell__collapse-button{border:.5px solid var(--border);background:var(--surface-soft);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;box-shadow:none;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);border-radius:14px;flex:none;justify-content:center;align-items:center;transition:transform .18s,color .18s,border-color .18s,background .18s,box-shadow .18s;display:inline-flex}.site-shell__collapse-button:hover{color:var(--accent);border-color:var(--border-strong);background:var(--surface-hover);box-shadow:none;transform:translateY(-1px)}.site-shell__collapse-icon{stroke:currentColor;stroke-width:1.9px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.site-shell__brand{gap:8px;min-width:0;padding:4px 2px;display:grid}.site-shell__mobile-brand{color:var(--text-primary);letter-spacing:-.05em;font-size:24px;font-weight:800;line-height:.92}.site-shell__brand-name{color:var(--text-primary);letter-spacing:-.05em;align-items:baseline;gap:6px;font-size:22px;font-weight:760;line-height:1;display:flex}.site-shell__brand-name span:last-child{color:var(--text-muted);letter-spacing:-.03em;font-size:.76em;font-weight:650}.site-shell__brand-note{max-width:148px;color:var(--text-muted);letter-spacing:-.01em;margin:0;font-size:11px;line-height:1.42}.site-shell__brand-note--drawer{max-width:240px;font-size:12px;line-height:1.6}.site-shell__section-label{color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:800}.site-shell__nav,.site-shell__resources{gap:6px;display:grid}.site-shell__resources{border-top:1px solid var(--border-subtle);margin-top:auto;padding-top:12px}.site-shell__resources .site-shell__section-label{margin-bottom:8px}.site-shell__nav-link,.site-shell__external-link{min-height:46px;color:var(--text-secondary);border:1px solid #0000;border-radius:16px;align-items:center;gap:8px;padding:9px 10px 9px 11px;font-size:13px;font-weight:650;text-decoration:none;transition:background .18s,color .18s,transform .18s,box-shadow .18s,border-color .18s;display:flex}.site-shell__nav-glyph{border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .18s,transform .18s;display:inline-flex}.site-shell__nav-glyph-icon{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.site-shell__link-index{color:var(--text-muted);letter-spacing:.1em;flex:none;font-size:9px;font-weight:900}.site-shell__link-copy{flex:1;gap:1px;min-width:0;display:grid}.site-shell__link-title{color:inherit;letter-spacing:-.02em;font-size:14px;font-weight:720;line-height:1.1}.site-shell__link-description,.site-shell__link-meta{color:var(--text-muted);font-size:10px;font-weight:650;line-height:1.28}.site-shell__external-arrow{color:var(--text-muted);flex:none;font-size:12px;font-weight:900}.site-shell__nav-link:hover,.site-shell__external-link:hover{background:var(--surface-hover);color:var(--text-primary);border-color:var(--border-strong);box-shadow:none;transform:translate(1px)}.site-shell__nav-link.active{background:var(--surface-soft);color:var(--accent);border-color:var(--border);box-shadow:none}.site-shell__nav-link.active .site-shell__link-index,.site-shell__nav-link.active .site-shell__link-description{color:var(--text-soft)}.site-shell__nav-link.active .site-shell__nav-glyph{background:0 0}.site-shell__main{min-width:0;min-height:100vh}.site-shell__desktop-toggle{border:.5px solid var(--border);background:var(--surface-soft);width:36px;height:36px;color:var(--text-secondary);box-shadow:none;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);cursor:pointer;border-radius:12px;flex:none;justify-content:center;align-items:center;padding:0;transition:transform .18s,box-shadow .18s,border-color .18s,color .18s,background .18s;display:inline-flex}.site-shell__desktop-toggle:hover{color:var(--accent);border-color:var(--border-strong);background:var(--surface-hover);box-shadow:none;transform:translateY(-1px)}.site-shell__desktop-toggle-icon{justify-content:center;align-items:center;display:inline-flex}.site-shell__desktop-toggle-svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.site-shell__desktop-toggle:focus-visible,.site-shell__collapse-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.site-shell__theme-panel{border:.5px solid var(--border);background:var(--surface);box-shadow:none;border-radius:18px;gap:8px;padding:10px;display:grid}.site-shell__theme-panel--drawer{margin-top:-2px}.site-shell__theme-panel .site-shell__section-label{margin-bottom:0}.site-shell__theme-copy{color:var(--text-muted);margin:0;font-size:11px;line-height:1.5}.site-shell__theme-switch{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.site-shell__theme-option{min-width:0;display:block;position:relative}.site-shell__theme-option input{opacity:0;pointer-events:none;position:absolute;inset:0}.site-shell__theme-option span{border:.5px solid var(--border);background:var(--surface-soft);min-height:38px;color:var(--text-secondary);letter-spacing:-.01em;cursor:pointer;border-radius:14px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:700;transition:border-color .18s,background .18s,color .18s,transform .18s,box-shadow .18s;display:flex}.site-shell__theme-option span:hover{border-color:var(--border-strong);color:var(--text-primary);transform:translateY(-1px)}.site-shell__theme-option input:focus-visible+span{outline:2px solid var(--focus-ring);outline-offset:2px}.site-shell__theme-option input:checked+span{background:var(--surface-soft);border-color:var(--border);color:var(--accent);box-shadow:none}.site-shell__page{min-width:0;min-height:100vh}.site-shell__mobile-bar{display:none}.site-shell__menu-button{border:.5px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text-primary);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;font-size:16px;font-weight:700;transition:transform .18s,border-color .18s,color .18s,background .18s;display:inline-flex}.site-shell__menu-button:hover{color:var(--accent);border-color:var(--border-strong);background:var(--surface-hover);transform:translateY(-1px)}.site-shell__drawer,.site-shell__drawer-backdrop{display:none}@media (width<=979px){.site-shell{display:block}.site-shell__desktop-toggle,.site-shell__sidebar{display:none}.site-shell__mobile-bar{z-index:1100;border-bottom:.5px solid var(--border);background:var(--surface-elevated);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);align-items:center;gap:12px;padding:14px 16px;display:flex;position:sticky;top:0}.site-shell__mobile-brand{font-size:22px}.site-shell__page{--site-shell-top-offset:69px;min-height:calc(100vh - 69px)}.site-shell__drawer-backdrop{background:var(--overlay-backdrop);z-index:1200;position:fixed;inset:0}.site-shell__drawer{background-color:var(--surface-elevated);width:min(320px,86vw);box-shadow:var(--shadow-float);border-right:.5px solid var(--border);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);z-index:1300;padding:22px 18px 28px;transition:transform .24s;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.site-shell__drawer.open{align-content:start;gap:18px;display:grid;transform:translate(0)}.site-shell__drawer-backdrop.open{display:block}.site-shell__drawer-head{justify-content:space-between;align-items:flex-start;gap:12px;padding:8px 4px 4px;display:flex}.site-shell__drawer-brand{gap:10px;display:grid}.drawer-nav{gap:8px}.site-shell__drawer .site-shell__section-label{margin-bottom:4px}.site-shell__drawer .site-shell__nav-link,.site-shell__drawer .site-shell__external-link{border-radius:24px;align-items:flex-start;min-height:64px;padding:14px 14px 14px 16px}.site-shell__drawer .site-shell__link-title{font-size:17px}.site-shell__drawer .site-shell__link-description,.site-shell__drawer .site-shell__link-meta{font-size:12px}.site-shell__drawer .site-shell__menu-button.close{width:52px;height:52px;color:var(--text-secondary);font-size:22px}.site-shell__drawer .site-shell__resources{border-top:0;gap:8px;margin-top:0;padding-top:0}}
