/* Estilos da gestao_universitaria/index.html */
body {
    background-color: #F8F9FA;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-weight: 400;
}
.navbar-brand {
    font-weight: 700;
    color: #FF7A00 !important;
}
.navbar {
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    background: white;
}
/* Hero Section - Made square with retro style */
.hero-section {
    background: linear-gradient(135deg, #FFF5F0 0%, #FFFFFF 100%);
    padding: 60px 0;
    margin-bottom: 40px;
    text-align: center;
    border: 1px solid #eee; /* Retro border */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Subtle retro shadow */
    border-radius: 0; /* Square corners */
}
.hero-title {
    font-weight: 700;
    font-size: 2.5rem;
    color: #202124;
    margin-bottom: 15px;
    text-transform: uppercase; /* Retro uppercase */
}
.hero-subtitle {
    font-size: 1.2rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 30px;
}
/* Buttons - Square corners */
.btn-primary {
    background-color: #FF7A00;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 0; /* Square */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Retro shadow */
}
.btn-primary:hover {
    background-color: #E56C00;
}
/* Breadcrumb - Retro style with straight lines */
.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
    font-size: 0.95rem;
    border-bottom: 1px solid #eee; /* Retro underline */
    padding-bottom: 10px;
}
.breadcrumb .breadcrumb-item a {
    color: #666;
    text-decoration: none;
}
.breadcrumb .breadcrumb-item.active {
    color: #FF7A00;
    font-weight: 600;
}
/* KPI Cards - Square with retro borders */
.kpi-card {
    background: white;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    transition: all 0.3s ease;
    border-radius: 0; /* Square */
}
.kpi-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.kpi-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #FF7A00;
    margin: 10px 0;
}
.kpi-label {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}
/* Module Cards - Square with retro style */
.module-card {
    background: #FFFFFF;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    border-radius: 0; /* Square */
}
.module-card:hover {
    transform: translateY(-6px);
    border-color: #FF7A00;
    box-shadow: 0 8px 20px rgba(255, 122, 0, 0.12);
}
.module-icon {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #FF7A00;
    transition: color 0.3s ease;
}
.module-card:hover .module-icon {
    color: #D96700;
}
.module-title {
    font-weight: 600;
    margin: 10px 0 8px;
    font-size: 1.15rem;
    color: #202124;
    transition: color 0.3s ease;
}
.module-card:hover .module-title {
    color: #D96700;
}
.module-desc {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
}
.badge-status {
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 0; /* Square badge */
}
.badge-active {
    background-color: #E8F5E9;
    color: #2E7D32;
}
.badge-soon {
    background-color: #FFF8E1;
    color: #FF8F00;
}
.module-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}
/* Floating Action Button - Square variant for retro */
.fab {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #FF7A00;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(255, 122, 0, 0.3);
    font-size: 1.5rem;
    transition: all 0.3s ease;
    z-index: 1000;
    text-decoration: none;
    border-radius: 0; /* Square corners for retro */
}
.fab:hover {
    background-color: #E56C00;
    transform: scale(1.05);
}
/* Filter Tabs - Straight borders */
.filter-tabs .nav-link {
    color: #555;
    font-weight: 500;
    border: none;
    border-bottom: 3px solid transparent;
    margin-right: 15px;
    padding: 8px 16px;
    border-radius: 0;
}
.filter-tabs .nav-link.active {
    color: #FF7A00;
    border-bottom: 3px solid #FF7A00;
    background: none;
}
/* Responsiveness - Retro adjustments */
@media (max-width: 768px) {
    .hero-title { font-size: 2rem; }
    .hero-subtitle { font-size: 1rem; padding: 0 20px; }
    .module-card { padding: 25px 15px; }
    .module-icon { font-size: 2.5rem; }
    .module-title { font-size: 1.05rem; }
    .module-desc { font-size: 0.85rem; }
    .fab { width: 50px; height: 50px; font-size: 1.3rem; border-radius: 0; }
}
.btn-back {
    background-color: #F5F5F5;
    color: #555;
    border: none;
    padding: 8px 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 0; /* Square */
}
.btn-back:hover {
    background-color: #E0E0E0;
    color: #333;
}

/* Estilos existentes mantidos (adicionar ao final do arquivo) */
.password-container { position: relative; }
.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    font-size: 1.2rem;
}
.password-toggle:hover {
    color: #FF7A00;
}