body {
    background: #f4f6f9;
}
.login-page-custom {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1f2937, #334155);
}
.login-box-custom {
    width: 420px;
    max-width: 92%;
}
.info-bar {
    border-left: 4px solid #17a2b8;
}
.flash-floating {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
    min-width: 280px;
}
.card-tools form,
.inline-form {
    display: inline-block;
}
.table-responsive td,
.table-responsive th {
    vertical-align: middle;
}
.status-badge {
    font-size: 0.85rem;
    padding: 0.45rem 0.6rem;
}
.task-meta {
    font-size: 0.9rem;
    color: #6c757d;
}
.attachment-list a {
    display: inline-block;
    margin: 0 8px 8px 0;
}
