:root{--app-nav-h: 56px}nav.navbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:0 1.5rem;height:var(--app-nav-h);background:#fff;border-bottom:1px solid #e3e3e0;position:sticky;top:0;z-index:50}nav.navbar .brand img{height:28px}nav.navbar .nav-right{display:flex;align-items:center;gap:.75rem}nav.navbar .nav-right>a{font-size:.8125rem;color:#706f6c;text-decoration:none;padding:.375rem .75rem;border:1px solid #e3e3e0;border-radius:.375rem;transition:all .15s}nav.navbar .nav-right>a:hover{border-color:#1b1b18;color:#1b1b18}nav.navbar .nav-user{font-size:.8125rem;color:#706f6c}.app-hamburger{display:none;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;background:transparent;border:1px solid #e3e3e0;border-radius:.375rem;cursor:pointer;flex-direction:column;gap:4px;flex-shrink:0}.app-hamburger span{display:block;width:18px;height:2px;background:#1b1b18;border-radius:1px}.app-hamburger:hover{border-color:#1b1b18}.app-backdrop{position:fixed;inset:var(--app-nav-h) 0 0 0;background:#00000073;z-index:38}.sidebar-mobile-top,.sidebar-mobile-only{display:none}nav.navbar .brand{display:flex;justify-content:flex-start;align-content:center;align-items:center;font-size:1rem;font-weight:600;color:#1b1b18;text-decoration:none}.app-wrapper{position:relative;min-height:calc(100vh - var(--app-nav-h))}.sidebar{position:fixed;top:var(--app-nav-h);left:0;bottom:0;width:220px;background:#fff;border-right:1px solid #e3e3e0;padding-top:.5rem;overflow-y:auto;transition:width .2s ease;z-index:40;display:flex;flex-direction:column}.sidebar.collapsed{width:48px}.sidebar.collapsed .sidebar-nav{opacity:0;pointer-events:none}.sidebar-toggle{display:flex;align-items:center;justify-content:center;width:100%;padding:.625rem;background:transparent;border:none;cursor:pointer;color:#706f6c;margin-bottom:.25rem}.sidebar-toggle:hover{color:#1b1b18}.sidebar-toggle svg{width:20px;height:20px;transition:transform .2s ease}.sidebar.collapsed .sidebar-toggle svg{transform:rotate(180deg)}.sidebar-nav{transition:opacity .15s ease}.sidebar-btn{display:block;width:100%;padding:.5rem 1rem;font-size:.875rem;font-family:inherit;color:#1b1b18;text-decoration:none;text-align:left;background:transparent;border:none;border-left:3px solid transparent;cursor:pointer;transition:all .15s}.sidebar-btn:hover{background:#f5f5f4;border-left-color:#1b1b18}.sidebar-btn.active{background:#f5f5f4;border-left-color:#1b1b18;font-weight:500}.sidebar-sep{height:1px;background:#e3e3e0;margin:.5rem .75rem}.docs-sidebar-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#a1a09a;padding:.5rem 1.25rem}.docs-sidebar-sep{height:1px;background:#e3e3e0;margin:.75rem 1rem}.docs-sidebar-nav{display:flex;flex-direction:column;padding:0 .5rem .5rem}.docs-side-link{display:block;padding:.4375rem .75rem;font-size:.8125rem;color:#1b1b18;text-decoration:none;border-radius:.25rem;transition:background-color .12s,color .12s;background:transparent;border:none;cursor:pointer;font-family:inherit;text-align:left;width:100%}.docs-side-link:hover{background:#f5f5f4}.docs-side-link.active{font-weight:600;background:#f0f0ee}.docs-side-logout-form{margin-top:.25rem}.docs-side-logout{color:#991b1b}.docs-side-logout:hover{background:#fef2f2;color:#991b1b}.lang-toggle{display:flex;align-items:center;gap:.25rem}.lang-btn{font-size:.8rem;color:#706f6c;text-decoration:none;padding:.125rem .375rem;border-radius:.25rem;transition:all .15s}.lang-btn:hover{color:#1b1b18}.lang-btn.active{color:#1b1b18;font-weight:600}.lang-sep{font-size:.75rem;color:#c5c5c2}.content-col{margin-left:220px;min-width:0;flex:1;display:flex;flex-direction:column}.sidebar.collapsed~.content-col{margin-left:48px}.content-header{position:sticky;top:var(--app-nav-h);z-index:49;background:#fff;border-bottom:1px solid #e3e3e0;padding:.75rem 2rem}.content{max-width:70rem;width:100%;margin:0 auto;min-width:0}.content-body{padding:2rem;min-width:0}html[data-theme=dark] .content-header{background:#161615;border-bottom-color:#3e3e3a}html[data-theme=dark] nav.navbar{background:#161615;border-bottom-color:#3e3e3a}html[data-theme=dark] nav.navbar .brand{color:#ededec}html[data-theme=dark] nav.navbar .nav-user{color:#a1a09a}html[data-theme=dark] nav.navbar .nav-right>a{color:#a1a09a;border-color:#3e3e3a}html[data-theme=dark] nav.navbar .nav-right>a:hover{border-color:#ededec;color:#ededec}html[data-theme=dark] .sidebar{background:#161615;border-right-color:#3e3e3a}html[data-theme=dark] .sidebar-toggle{color:#a1a09a}html[data-theme=dark] .sidebar-toggle:hover,html[data-theme=dark] .sidebar-btn{color:#ededec}html[data-theme=dark] .sidebar-btn:hover,html[data-theme=dark] .sidebar-btn.active{background:#1b1b18;border-left-color:#ededec}html[data-theme=dark] .sidebar-sep{background:#3e3e3a}html[data-theme=dark] .lang-btn{color:#a1a09a}html[data-theme=dark] .lang-btn:hover,html[data-theme=dark] .lang-btn.active{color:#ededec}html[data-theme=dark] .lang-sep{color:#3e3e3a}html[data-theme=dark] .app-hamburger{border-color:#3e3e3a}html[data-theme=dark] .app-hamburger span{background:#ededec}html[data-theme=dark] .app-hamburger:hover{border-color:#ededec}html[data-theme=dark] .sidebar-mobile-top{border-bottom-color:#3e3e3a}html[data-theme=dark] .sidebar-mobile-top .nav-user{color:#a1a09a}html[data-theme=dark] .sidebar-logout-btn{color:#fca5a5}html[data-theme=dark] .sidebar-logout-btn:hover{background:#450a0a;border-left-color:#fca5a5}html[data-theme=dark] .docs-sidebar-sep{background:#3e3e3a}html[data-theme=dark] .docs-side-link{color:#ededec}html[data-theme=dark] .docs-side-link:hover{background:#1b1b18}html[data-theme=dark] .docs-side-link.active{background:#252520;color:#fff}html[data-theme=dark] .docs-side-logout{color:#fca5a5}html[data-theme=dark] .docs-side-logout:hover{background:#450a0a;color:#fca5a5}@media(max-width:768px){nav.navbar{padding:.75rem 1rem;gap:.5rem}.app-hamburger{display:flex}nav.navbar .brand{flex:1;min-width:0}nav.navbar .nav-right{display:none}.sidebar{position:fixed;top:var(--app-nav-h);left:0;bottom:0;width:86%;max-width:320px;transform:translate(-100%);transition:transform .22s ease;z-index:39;overflow-y:auto;box-shadow:0 10px 30px #00000040}.sidebar.collapsed{width:86%;max-width:320px}.sidebar.collapsed .sidebar-nav{opacity:1;pointer-events:auto}.sidebar.open{transform:translate(0)}.sidebar-toggle{display:none}.sidebar-mobile-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding:.75rem 1rem;border-bottom:1px solid #e3e3e0;margin-bottom:.25rem}.sidebar-mobile-top .lang-toggle{gap:.25rem}.sidebar-mobile-top .nav-user{font-size:.8125rem;color:#706f6c}.sidebar-mobile-only{display:block}.sidebar-logout-form{margin:0;padding:0}.sidebar-logout-btn{color:#991b1b}.sidebar-logout-btn:hover{background:#fef2f2;border-left-color:#991b1b}.content-col{margin-left:0}.sidebar.collapsed~.content-col{margin-left:0}.content{max-width:100%}.content-header{padding:.5rem 1rem}.content-body{padding:1rem}}
