@import 'dashboard.css';

/* Verfdoos Specific Overrides */

/* Intro Bar */
.intro-bar {
    background-color: rgba(255, 235, 238, 0.9); /* Very Light Red */
    border: 3px solid #F44336; /* Red */
    border-radius: 20px;
}

.child-name {
    color: #B71C1C; /* Dark Red */
    text-shadow: 1px 1px 0 #FFF;
}

/* Badge Columns */
.badge-col {
    border: 2px solid #FFCDD2;
    background: #FFEBEE;
}

.badge-col h4 {
    color: #C62828; /* Red */
}

/* Settings */
summary {
    background: #FFCDD2; /* Light Red */
    color: #B71C1C;
    border-radius: 10px;
}

details[open] summary {
    border-radius: 10px 10px 0 0;
}

.settings-content {
    background: #FFEBEE;
    border-radius: 0 0 10px 10px;
}

/* Toggle Buttons */
.toggle-btn.active {
    background: #EF9A9A;
    border-color: #E53935;
    color: #B71C1C;
}

/* Game Container Wrapper */
#game-container-wrapper {
    border: 4px solid #F44336;
    border-radius: 15px;
    overflow: hidden;
    background: white;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
