/* ΕΛ/ΛΑΚ Theme - Greek Open Source */
body {
    background: linear-gradient(135deg, #1a4d80 0%, #2e86c1 50%, #1abc9c 100%);
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
}

.bandana {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.3);
}

.title {
    color: #1a4d80;
    font-size: 2.5em;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.btn-success {
    background: linear-gradient(135deg, #1a4d80 0%, #2e86c1 100%);
    border: none;
    padding: 12px 30px;
    font-size: 1.1em;
    transition: all 0.3s;
    border-radius: 50px;
    margin: 5px;
}

.btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(26, 77, 128, 0.4);
    background: linear-gradient(135deg, #2e86c1 0%, #1a4d80 100%);
}

.lead a {
    display: inline-block;
    margin: 10px;
}

.lead .btn {
    min-width: 250px;
    text-align: left;
    padding-left: 20px;
}

.lead .btn i, .lead .btn .fas {
    margin-right: 10px;
    font-size: 1.2em;
}

/* Χρώματα ανάλογα με το theme της ερώτησης */
.question-theme-code { border-left: 8px solid #1a4d80; }
.question-theme-translate { border-left: 8px solid #27ae60; }
.question-theme-design { border-left: 8px solid #8e44ad; }
.question-theme-community { border-left: 8px solid #e67e22; }
.question-theme-docs { border-left: 8px solid #3498db; }

/* Footer */
.mastfoot {
    background: rgba(0,0,0,0.5);
    color: white;
    padding: 15px;
    border-radius: 50px 50px 0 0;
    margin-top: 50px;
}

.mastfoot a {
    color: #1abc9c;
}
