/* Hack 模式专属样式 — 自闭环，不依赖 cyber.css 任何已有规则 */
/* 仅在 .terminal.hack-active 命名空间下生效 */

.terminal.hack-active .hack-echo {
    color: var(--fg);
    white-space: pre-wrap;
}
.terminal.hack-active .hack-echo .ts {
    color: rgba(255, 255, 255, 0.28);
    margin-right: 8px;
}
.terminal.hack-active .hack-echo .head {
    color: rgba(255, 255, 255, 0.50);
    margin-right: 8px;
}
.terminal.hack-active .hack-echo .dollar {
    color: rgba(255, 255, 255, 0.50);
    margin-right: 6px;
}
.terminal.hack-active .hack-echo .cmd {
    color: var(--fg);
}

.terminal.hack-active .hack-prompt {
    color: var(--fg);
    white-space: pre-wrap;
}
.terminal.hack-active .hack-prompt .ts {
    color: rgba(255, 255, 255, 0.28);
    margin-right: 8px;
}
.terminal.hack-active .hack-prompt .head {
    color: rgba(255, 255, 255, 0.50);
    margin-right: 8px;
}
.terminal.hack-active .hack-prompt .cmd {
    color: var(--fg);
}