/* AUTO-GENERATED. DO NOT EDIT. Source: /assets/css */
body.terminal-page{background:var(--bg-body);color:var(--text-white);font-family:var(--font-main);font-size:var(--font-size-base);line-height:var(--line-height-normal);overflow-x:hidden}body.terminal-page nav.sidebar{width:180px;border-right:1px solid var(--border-color);display:flex;flex-direction:column;padding:0;background:var(--bg-sidebar);position:sticky;top:var(--header-height);height:calc(100vh - var(--header-height));align-self:flex-start;}body.terminal-page nav.sidebar::after{content:'•••';position:absolute;left:50%;bottom:12px;transform:translateX(-50%);color:var(--text-muted);font-size:10px;letter-spacing:3px;opacity:0.55;pointer-events:none;z-index:2;}body.terminal-page .sidebar-sticky{position:sticky;top:80px;}body.terminal-page .sidebar-toggle__button{display:none;align-items:center;justify-content:space-between;gap:10px;padding:12px var(--section-gutter) 12px 140px;width:100%;border:0;background:var(--bg-sidebar);color:var(--text-white);cursor:pointer;list-style:none;font-family:var(--font-mono);font-size:var(--font-size-xs);letter-spacing:.2em;text-transform:uppercase;min-width:0;}body.terminal-page .sidebar-toggle__button:focus-visible{outline:2px solid var(--text-white);outline-offset:-2px;}body.terminal-page .sidebar-toggle__icon{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease;}body.terminal-page .sidebar-toggle__button[aria-expanded="true"] .sidebar-toggle__icon{transform:rotate(180deg);}body.terminal-page .sidebar-shell{display:flex;flex-direction:column;gap:12px;padding:12px 0;height:100%;min-width:0;}body.terminal-page .sidebar-sections{display:flex;flex-direction:column;gap:14px;min-height:0;overflow-y:auto;scrollbar-width:none;}body.terminal-page .sidebar-sections::-webkit-scrollbar{width:0;height:0;}body.terminal-page .sidebar-notice{margin-top:auto;padding:12px 14px;border-top:1px solid var(--border-color);color:var(--text-muted);font-size:var(--font-size-sm);line-height:1.5;max-height:30vh;overflow-y:auto;}body.terminal-page .sidebar-notice--show{animation:sidebar-notice-in 220ms ease-out;}body.terminal-page .sidebar-notice__message{margin-top:6px;color:var(--text-white);font-size:var(--font-size-sm);line-height:1.4;}body.terminal-page .sidebar-notice__message--success{color:var(--accent-purple);}body.terminal-page .sidebar-notice__message--error{color:var(--color-error);}@keyframes sidebar-notice-in{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}@media (prefers-reduced-motion:reduce){body.terminal-page .sidebar-notice--show{animation:none;}}body.terminal-page .contact-sidebar{position:fixed;right:0;width:50%;min-width:320px;max-width:540px;height:calc(100% - var(--header-height));background:var(--bg-sidebar);border-left:1px solid var(--border-color);transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);visibility:hidden;z-index:1000;overflow-y:auto}body.terminal-page .contact-sidebar.is-open{transform:translateX(0);visibility:visible}@media (min-width:768px){body.terminal-page .sidebar-shell{display:flex;}}@media (max-width:767px){body.terminal-page{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px));}body.terminal-page nav.sidebar{position:fixed;left:0;right:0;bottom:0;top:auto;width:100%;border-right:none;border-top:1px solid var(--border-color);z-index:200;height:auto;min-height:calc(56px + env(safe-area-inset-bottom,0px));max-height:100svh;max-height:100dvh;background:var(--bg-sidebar);padding-bottom:env(safe-area-inset-bottom,0px);overflow:hidden;}body.terminal-page .sidebar-toggle__button{display:flex;width:100%;min-height:56px;padding:12px var(--section-gutter-mobile) 12px calc(116px + var(--section-gutter-mobile));border-right:1px solid var(--border-color);}body.terminal-page .sidebar-shell{display:flex;height:auto;max-height:0;padding-top:0;padding-bottom:0;opacity:0;visibility:hidden;transform:translateY(12px);transition:max-height 220ms ease,opacity 180ms ease,transform 220ms ease,visibility 0s linear 220ms,padding 220ms ease;overflow:hidden;}body.terminal-page .sidebar-toggle__button[aria-expanded="true"] + .sidebar-shell{max-height:calc(100svh - 56px - env(safe-area-inset-bottom,0px));max-height:calc(100dvh - 56px - env(safe-area-inset-bottom,0px));padding-top:12px;padding-bottom:16px;opacity:1;visibility:visible;transform:translateY(0);transition:max-height 260ms ease,opacity 180ms ease,transform 260ms ease,visibility 0s,padding 260ms ease;}body.terminal-page .sidebar-sections{max-height:calc(100svh - 96px - env(safe-area-inset-bottom,0px));max-height:calc(100dvh - 96px - env(safe-area-inset-bottom,0px));min-width:0;}}@media (max-width:767px) and (prefers-reduced-motion:reduce){body.terminal-page .sidebar-shell,body.terminal-page .sidebar-toggle__button[aria-expanded="true"] + .sidebar-shell{transition:none;}}