body {
    font-family: 'Roboto', sans-serif;
}

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

.login-card {
    max-width: 400px;
    width: 100%;
    padding: 2rem !important;
}

.login-logo {
    text-align: center;
    margin-bottom: 1.5rem;
}

.login-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.login-icon i {
    font-size: 2.5rem;
    line-height: 1;
}

.login-logo h4 {
    margin-bottom: 0.25rem;
}

.token-area {
    background: var(--surface-variant, #e7e0ec);
    border-radius: 0.75rem;
    padding: 1rem;
    margin-top: 0.5rem;
}

.token-area textarea {
    width: 100%;
    min-height: 5rem;
    font-family: monospace;
    font-size: 0.75rem;
    resize: vertical;
    border: none;
    background: transparent;
}

.token-area textarea:focus {
    outline: none;
}

.token-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.snackbar-msg {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.empty-row td {
    text-align: center;
    padding: 2rem;
    color: var(--on-surface-variant, #49454f);
}

dialog article h5 {
    margin-bottom: 0.5rem;
}

dialog article nav {
    margin-top: 1rem;
}

.user-actions {
    display: flex;
    gap: 0.25rem;
    justify-content: flex-end;
}
