@charset "UTF-8";

body {
    background-color: #f8f9fa;
}

.header {
    background: linear-gradient(135deg, #B2945E, #D18048);
    color: white;
    padding: 40px 0;
    text-align: center;
}

.tab-content {
    background: white;
    padding: 25px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.nav-tabs .nav-link {
    font-weight: 500;
}

.nav-tabs .nav-link.active {
    background-color: #D18048;
    color: white;
    border-color: #D18048 #D18048 #fff;
}