﻿.page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: 1rem;
}

.page-head .title {
    margin: 0;
    font-weight: 600;
}

.card-elev {
    border: 1px solid rgba(0,0,0,.06) !important;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
    border-radius: .75rem;
}

.table thead th {
    white-space: nowrap;
    font-weight: 600;
}

.table td {
    vertical-align: middle;
}

.btn-icon {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.badge-soft {
    background: #f5f7fb;
    color: #334155;
    border: 1px solid #e5e7eb;
}

.secret-mask {
    letter-spacing: .15em;
    opacity: .8;
}

.form-hint {
    font-size: .875rem;
    color: #6c757d;
}

.danger-zone {
    border-left: 4px solid #dc3545;
    padding-left: 1rem;
}
