body { background: #f6f7f9; }
.container-narrow { max-width: 920px; }
.secret-box {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    word-break: break-all;
    background: #1e1e1e;
    color: #e6e6e6;
    padding: .75rem 1rem;
    border-radius: .5rem;
}
.login-card { max-width: 380px; margin: 8vh auto; }
.scope-pill { font-size: .8rem; }
code.token { word-break: break-all; }
