:root { color-scheme: light; font-family: system-ui, -apple-system, "Segoe UI", sans-serif; color: #17202a; background: #f7f9fb; }
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.5; }
.environment-banner { padding: .55rem 1rem; background: #8a3b00; color: white; text-align: center; font-weight: 750; letter-spacing: .025em; }
a { color: #075b97; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #f2a900; outline-offset: 2px; }
.site-header { display: flex; gap: 1rem; justify-content: space-between; align-items: center; padding: .85rem max(1rem, calc((100% - 72rem) / 2)); background: #063b64; color: white; }
.site-header a { color: white; text-decoration: none; font-weight: 650; }
.site-header nav { display: flex; align-items: center; flex-wrap: wrap; gap: .9rem; }
.session-summary { display: flex; align-items: center; flex-wrap: wrap; gap: .7rem; font-size: .9rem; }
.brand { font-size: 1.2rem; }
.page-shell { width: min(72rem, calc(100% - 2rem)); margin: 2rem auto 3rem; }
.narrow { max-width: 32rem; margin-inline: auto; }
.card, .stat { background: white; border: 1px solid #d7e0e8; border-radius: .5rem; padding: 1.25rem; box-shadow: 0 1px 2px rgb(0 0 0 / 4%); }
.form-grid { display: grid; gap: 1rem; }
label { font-weight: 650; }
input, select, button { font: inherit; }
input, select, textarea { width: 100%; padding: .6rem; border: 1px solid #8191a0; border-radius: .25rem; }
button, .button { display: inline-block; padding: .55rem .85rem; border: 1px solid #064b7d; border-radius: .25rem; background: #075b97; color: white; cursor: pointer; text-decoration: none; }
button:hover, .button:hover { background: #064b7d; }
.secondary { background: #526574; border-color: #526574; }.danger { background: #8b1e1e; border-color: #8b1e1e; }.notice { border-left: 4px solid #a56c00; padding: .75rem; background: #fff9df; }.form-actions { display: flex; gap: .75rem; flex-wrap: wrap; }.shipment-row > fieldset, .goods-row { margin: 1rem 0; padding: 1rem; border: 1px solid #b6c4cf; }
.inline-form { display: inline; margin: 0; }.inline-form button { background: transparent; border: 0; padding: 0; font-weight: 650; }
.error { padding: .75rem; border-left: 4px solid #a31a1a; background: #fff1f1; color: #681010; }.success { padding: .75rem; background: #e9f8ef; color: #164c2a; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }.stat strong { display: block; font-size: 2rem; }
.table-wrap { overflow-x: auto; }.data-table { width: 100%; border-collapse: collapse; background: white; }.data-table th, .data-table td { padding: .7rem; text-align: left; border-bottom: 1px solid #d7e0e8; white-space: nowrap; }
.toolbar { display: flex; gap: .75rem; flex-wrap: wrap; align-items: center; margin: 1rem 0; }.mutations { display: flex; gap: .4rem; flex-wrap: wrap; }.mutations form { display: inline; }.secret-once { overflow-wrap: anywhere; user-select: all; }
.site-footer { width: min(72rem, calc(100% - 2rem)); margin: 2rem auto; color: #455462; }.culture-picker { display: flex; align-items: center; gap: .5rem; }.culture-picker select { width: auto; }.culture-picker label { font-weight: 500; }
.skip-link { position: absolute; left: -10000px; }.skip-link:focus { left: 1rem; top: 1rem; z-index: 2; background: white; color: #111; padding: .5rem; }
.mfa-qr { display: block; width: min(16rem, 100%); height: auto; margin: 1rem auto; border: .5rem solid white; }
.recovery-codes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem 1rem; padding-left: 1.5rem; }
@media (max-width: 42rem) { .site-header { align-items: flex-start; flex-direction: column; }.stats { grid-template-columns: 1fr; }.page-shell { margin-top: 1rem; }.culture-picker { flex-wrap: wrap; }.recovery-codes { grid-template-columns: 1fr; } }
