/* Jazz Commerce SSO — CSP-compatible external stylesheet */
body {
    font-family: system-ui;
    background: #0f172a;
    color: #e5e7eb;
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    margin: 0;
}
main {
    width: min(760px, 92vw);
    background: #111827;
    border: 1px solid #334155;
    border-radius: 18px;
    padding: 32px;
    box-sizing: border-box;
    box-shadow: 0 20px 80px rgba(0,0,0,0.5);
}
input, button {
    font: inherit;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #475569;
    margin: 6px 0;
    width: 100%;
    box-sizing: border-box;
}
input {
    background: #0b1220;
    color: #e5e7eb;
}
button {
    background: #2563eb;
    color: white;
    border: 0;
    cursor: pointer;
}
a {
    color: #93c5fd;
}
code, pre {
    background: #020617;
    padding: 2px 6px;
    border-radius: 6px;
}
.muted {
    color: #94a3b8;
}
