/* Helve Hosting Panel - Custom Styles (supplements Bootstrap dark theme) */

body {
    background-color: #121318;
    min-height: 100vh;
}

/* Console */
.console-output {
    background: #000;
    color: #0f0;
    font-family: 'Cascadia Code', 'Fira Code', 'SF Mono', 'Consolas', monospace;
    font-size: 12px;
    line-height: 1.5;
    padding: 12px;
    height: 420px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-all;
}

/* Ad Containers */
.ad-container {
    border-radius: 6px;
    padding: 8px 0;
    text-align: center;
    background: transparent;
    min-height: 90px;
    overflow: hidden;
}

.ad-container ins {
    background: transparent;
}

/* Scrollbar for console */
.console-output::-webkit-scrollbar {
    width: 6px;
}

.console-output::-webkit-scrollbar-track {
    background: #111;
}

.console-output::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 3px;
}

.console-output::-webkit-scrollbar-thumb:hover {
    background: #666;
}
