body { background: #0a0e0d; }
.bg-near-black { background-color: #0a0e0d; }
.green { color: #2ee6a6; }
.bg-green { background-color: #2ee6a6; color: #0a0e0d !important; }
.border-green { border-color: #2ee6a6; }
.bg-panel { background-color: #12181a; }
.b--panel { border-color: #1e2a2b; }
.terminal {
    background: #0e1414;
    border: 1px solid #1e2a2b;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: left;
}
.terminal .prompt { color: #2ee6a6; }
.terminal .cmt { color: #5a6b6b; }
.tier {
    background: #12181a;
    border: 1px solid #1e2a2b;
    border-radius: 10px;
    transition: border-color 150ms ease, transform 150ms ease;
}
.tier:hover { border-color: #2ee6a6; transform: translateY(-2px); }
.tier.featured { border-color: #2ee6a6; }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 100%; background: #2ee6a6; margin-right: 8px; }
input.vpai-input {
    background: #12181a;
    border: 1px solid #2a3a3b;
    color: #fff;
}
input.vpai-input::placeholder { color: #5a6b6b; }
input.vpai-input:focus { outline: none; border-color: #2ee6a6; }
