/* asset-info admin — small additions on top of Bootstrap 5. */

.auth-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.auth-card {
    width: 100%;
    max-width: 26rem;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: .5rem;
    padding: 2rem;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .06);
}

.auth-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
    background: var(--bs-dark);
    color: #fff;
    font-size: 1.5rem;
}

/* One-time token reveal: must read as "copy this now, it will not be shown again". */
.token-reveal {
    font-family: var(--bs-font-monospace);
    font-size: .95rem;
    word-break: break-all;
    background: var(--bs-tertiary-bg);
    border: 1px dashed var(--bs-border-color);
    border-radius: .375rem;
    padding: .75rem;
}

.permission-key {
    font-family: var(--bs-font-monospace);
    font-size: .85rem;
}

.table-tokens td {
    vertical-align: middle;
}
