.department-header{

    margin-bottom:30px;
}

.hr-card{

    border:2px solid #00ffff;

    padding:20px;

    margin-bottom:25px;

    background:rgba(0,20,30,0.8);

    box-shadow:0 0 10px #00ffff33;
}

.rule-list{

    padding-left:25px;
}

.rule-list li{

    margin-bottom:12px;
}

.rank-tree{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(200px,1fr));

    gap:15px;
}

.rank-box{

    border:2px solid #00ffff;

    padding:15px;

    text-align:center;
}

.rank-box span{

    display:block;

    margin-top:8px;

    font-size:12px;

    opacity:0.8;
}

.restricted-box{

    border:2px solid #ff4444;

    color:#ff4444;

    padding:15px;
}

.restricted-box span{

    display:block;

    margin-top:10px;
}

.promotion-table{

    width:100%;

    border-collapse:collapse;
}

.promotion-table td,
.promotion-table th{

    border:1px solid #00ffff;

    padding:10px;
}
.contact-panel{

    display:flex;
    flex-direction:column;

    gap:12px;
}

.contact-panel textarea{

    resize:vertical;

    min-height:150px;

    background:#00131a;

    border:1px solid #00ffff;

    color:#00ffff;

    padding:10px;
}

#sharonResponse{

    min-height:120px;

    padding:15px;

    border:1px solid #00ffff;

    background:#00131a;

    white-space:pre-wrap;
}
.classified-entry{

    margin-top:40px;

    border:2px solid #aa0000;

    background:rgba(80,0,0,0.3);

    padding:15px;
}

#crimsonCultBtn{

    width:100%;

    background:#550000;

    color:#ff4444;

    border:2px solid #ff0000;

    padding:15px;

    cursor:pointer;

    font-weight:bold;

    letter-spacing:2px;
}

#crimsonCultBtn:hover{

    box-shadow:0 0 15px #ff0000;
}

.cult-modal{

    border:2px solid #ff0000;
}