/* theme-2011.css - Dark Matrix Aesthetic */
body {
    background-color: #0d0f12;
    color: #c5c9db;
    font-family: "Courier New", Courier, monospace;
}
header {
    border-bottom: 2px dashed #3a3f50;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
h1 { color: #00ff66; }
.subtitle { color: #8a90a6; }
.theme-selector-box {
    background: #14171f;
    border: 1px solid #2d313f;
    color: #c5c9db;
}
.warning-text { color: #ff3b30; }
.panel {
    background: #14171f;
    border: 1px solid #2d313f;
}
.panel-title {
    color: #00e1ff;
    border-bottom: 1px solid #2d313f;
}
.stream-entry {
    background: #1a1e29;
    border-left: 3px solid #00ff66;
}
.stream-entry.full-room {
    border-left-color: #3a3f50;
}
.stream-tag { color: #ff0077; font-weight: bold; }
.meta-text { color: #8a90a6; }
.alert-text { color: #ff0077; }
.view-btn {
    background: #00ff66;
    color: #000;
}
.view-btn.full { background: #3a3f50; color: #8a90a6; }
.forum-link {
    color: #c5c9db;
    border-bottom: 1px dotted #2d313f;
}
.forum-link:hover { background: #1a1e29; color: #00e1ff; }
.timer-badge.vault { color: #00ff66; font-weight: bold; }
.timer-badge.ticking { color: #ffcc00; }
.xat-chat-box {
    background: #090b0e;
    border: 1px solid #2d313f;
}
.xat-screen { background: #050608; }
.xat-bubble { color: #c5c9db; }
.xat-user { color: #00e1ff; }
.xat-input-area { background: #14171f; border-top: 1px solid #2d313f; }
.xat-input { background: #1a1e29; color: #fff; border: 1px solid #2d313f; }
.xat-btn { background: #3a3f50; color: #00ff66; }
