#side-term{height:286px;margin:0 0 20px;border:1px solid #2c3440;border-radius:10px;overflow:hidden;background:#0a0e14;box-shadow:0 8px 24px rgba(0,0,0,.18);font-family:"JetBrains Mono","SFMono-Regular",Consolas,monospace;font-size:12.5px}
#side-term .term-bar{display:flex;align-items:center;gap:7px;padding:9px 14px;background:#1f2733;border-bottom:1px solid #2c3440}
#side-term .dot{width:11px;height:11px;border-radius:50%}
#side-term .dot.r{background:#ff5f57}
#side-term .dot.y{background:#febc2e}
#side-term .dot.g{background:#28c840}
#side-term .term-title{margin-left:8px;color:#8b949e;font-size:12px;letter-spacing:.05em}
#side-term .term-body{padding:14px 16px;line-height:1.85}
#side-term .t-cmd{color:#eef4fb}
#side-term .t-cmd::before{content:"$ ";color:#41b9ff}
#side-term .t-out{color:#9aa4b2}
#side-term .t-out .hl{color:#41b9ff}
#side-term .t-out a{color:#41b9ff;text-decoration:none;border-bottom:1px dashed rgba(65,185,255,.4)}
#side-term .t-out a:hover{border-bottom-style:solid}
#side-term .t-cursor{animation:kterm-blink 1s steps(1) infinite;color:#41b9ff}
@keyframes kterm-blink{50%{opacity:0}}
