.terminal-page *{box-sizing:border-box}body.type-terminal .wrapper{display:block;padding:0}body.type-terminal #sidebar-toggler{display:none}.terminal-page{padding:86px 1rem 3rem;min-height:100vh;display:flex;flex-direction:column;align-items:center;background-color:#070d18;background-size:cover;background-position:50%;background-attachment:fixed;background-repeat:no-repeat}.term-window{width:100%;max-width:1e3px;margin:1rem auto 0;border-radius:12px;overflow:hidden;background:#000;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 60px rgba(0,0,0,.55)}.term-titlebar{display:flex;align-items:center;gap:.5rem;padding:.55rem .85rem;background:linear-gradient(#2a2f3a,#20242e);border-bottom:1px solid rgba(255,255,255,8%)}.term-dot{width:12px;height:12px;border-radius:50%;display:inline-block}.term-dot.red{background:#ff5f56}.term-dot.yellow{background:#ffbd2e}.term-dot.green{background:#27c93f}.term-title{margin-left:.6rem;color:#aab4c2;font-size:.85rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.term-frame{display:block;width:100%;height:72vh;min-height:460px;border:0;background:#000}.term-hint{margin:1rem 0 0;color:#cdd7e3;font-size:.95rem;text-shadow:0 1px 3px rgba(0,0,0,.6)}.term-hint a{color:#7fb2ff}.term-hint code{background:rgba(255,255,255,.12);padding:.05rem .35rem;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}@media(max-width:720px){.terminal-page{padding:76px .6rem 2.5rem}.term-frame{height:68vh;min-height:380px}}