@import url("fontawesome-all.min.css");

/* EXODUS TERMINAL v2.0 - Clean & Compact 
*/

body, input, textarea, select {
    font-family: 'Consolas', 'Monaco', monospace !important;
    font-size: 13pt; /* Намален шрифт за по-сериозен вид */
    line-height: 1.6;
    background-color: #0a0a0a !important;
    color: #00ff41 !important;
}

/* Sidebar - Намаляваме ширината за по-добър баланс */
#header {
    background: #000 !important;
    width: 300px; /* По-тесен сайдбар */
    height: 100%;
    position: fixed;
    left: 0; top: 0;
    border-right: 1px solid rgba(0, 255, 65, 0.2);
    z-index: 100;
}

#logo { padding: 1.5em 1em; text-align: center; }
#logo h1 { font-size: 1.2em; letter-spacing: 2px; }
#logo p { font-size: 0.7em; color: rgba(0, 255, 65, 0.5); }

#nav ul { list-style: none; }
#nav ul li a {
    display: block;
    padding: 0.8em 1.2em;
    color: rgba(0, 255, 65, 0.6) !important;
    text-decoration: none;
    font-size: 0.85em;
    border: 0;
}

#nav ul li a:hover { color: #fff !important; background: rgba(0, 255, 65, 0.05); }
#nav ul li a.active { color: #00ff41 !important; background: rgba(0, 255, 65, 0.1); }

/* Иконите - оправяме "въпросчетата" */
#nav ul li a .icon {
    margin-right: 10px;
    width: 1.2em;
    text-align: center;
    color: #00ff41 !important;
}

/* Main Content Area */
#main { margin-left: 300px; }
#main > section {
    padding: 3em 2em; /* По-малко разстояние между секциите */
    background: #0a0a0a !important;
    border-bottom: 1px solid rgba(0, 255, 65, 0.1);
}

h2 { font-size: 1.4em; margin-bottom: 1em; letter-spacing: 3px; }
h3 { font-size: 1.1em; }

/* Бутони */
.button {
    font-size: 0.8em;
    padding: 0.6em 1.5em;
    background: transparent;
    border: 1px solid #00ff41;
    color: #00ff41 !important;
    cursor: pointer;
    text-decoration: none;
}

.button:hover { background: #00ff41 !important; color: #000 !important; }

/* Responsive за мобилни устройства */
@media screen and (max-width: 960px) {
    #header { width: 100%; height: auto; position: relative; border-right: 0; }
    #main { margin-left: 0; }
    body { font-size: 12pt; }
}

/* Изчистване на излишни графики */
.image.avatar48 img { width: 48px; height: 48px; border-radius: 0; border: 1px solid #00ff41; }