:root { color-scheme: light; font-family: "Segoe UI", system-ui, sans-serif; color: #203a35; background: #f4f2eb; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: flex; flex-direction: column; }
[hidden] { display: none !important; }
.brand { display: flex; align-items: center; gap: 13px; padding: 32px 6vw; font-weight: 650; font-size: 23px; letter-spacing: -.6px; }
.brand-mark { display: grid; place-items: center; background: #244c42; color: white; width: 35px; height: 38px; border-radius: 7px; font: italic 26px Georgia, serif; }
.brand-caption { font-size: 13px; font-weight: 400; color: #526660; margin-left: 14px; padding-left: 24px; border-left: 1px solid #c9d0c6; letter-spacing: 0; }
main { width: min(1100px, 88vw); flex: 1; margin: 45px auto 64px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; align-items: center; }
.eyebrow { font-size: 11px; font-weight: 650; letter-spacing: 2.1px; color: #65786d; margin: 0 0 25px; }
h1 { font: 400 clamp(40px, 4.8vw, 66px)/1.07 Georgia, "Times New Roman", serif; letter-spacing: -1.6px; margin: 0 0 24px; }
.lead { color: #5b6a63; font-size: 15px; line-height: 1.75; max-width: 420px; }
.notebook { position: relative; margin-top: 35px; width: 255px; height: 155px; padding: 23px 32px; background: #e2e6d9; border-radius: 4px 12px 12px 4px; border-left: 5px solid #85967e; transform: rotate(-4deg); color: #63785d; }
.notebook span { font-size: 8px; letter-spacing: 2px; }
.notebook i { display: block; width: 120px; border-bottom: 1px solid #becbb5; margin-top: 12px; }
.notebook b { position: absolute; right: 23px; bottom: 20px; font: italic 34px Georgia, serif; }
.card { background: #fffefa; border: 1px solid #e0e3d8; border-radius: 18px; padding: 38px; box-shadow: 0 14px 45px #203a3508; min-height: 400px; }
.card .eyebrow { margin-bottom: 28px; }
.status-mark { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: #e9efe4; color: #39634a; font: italic 24px Georgia, serif; margin-bottom: 18px; }
h2 { font-size: 25px; font-weight: 550; letter-spacing: -.5px; margin: 0 0 12px; }
#status-detail { font-size: 14px; line-height: 1.65; color: #596b63; min-height: 47px; margin-bottom: 25px; }
dl { margin: 22px 0; padding: 16px 0; border-block: 1px solid #e4e7dd; }
dl div { display: flex; justify-content: space-between; gap: 18px; margin: 9px 0; font-size: 13px; }
dt { color: #6b776f; } dd { margin: 0; text-align: right; overflow-wrap: anywhere; max-width: 70%; }
.actions { display: grid; gap: 10px; }
button, a.primary { min-height: 47px; width: 100%; border-radius: 7px; padding: 12px 17px; font: 550 14px "Segoe UI", system-ui, sans-serif; cursor: pointer; text-align: center; text-decoration: none; }
.primary { border: 1px solid #254e40; background: #254e40; color: #fff; }
a.primary { display: flex; justify-content: space-between; align-items: center; }
.primary:hover { background: #193c30; }
.secondary { border: 1px solid #ccd6c8; background: transparent; color: #315542; }
.secondary:hover { background: #f0f3e9; }
button:disabled { cursor: wait; opacity: .6; }
a:focus-visible, button:focus-visible { outline: 3px solid #c38a36; outline-offset: 4px; }
.note { font-size: 12px; line-height: 1.65; color: #768076; margin: 19px 0 0; }
footer { margin: 0 6vw; padding: 24px 0; border-top: 1px solid #dbdfd3; display: flex; justify-content: space-between; gap: 15px; color: #758073; font-size: 11px; }
@media (max-width: 750px) { .brand { padding: 24px 6vw; } main { grid-template-columns: 1fr; gap: 25px; margin-top: 20px; max-width: 490px; } h1 { font-size: 42px; } .intro .eyebrow, .notebook { display: none; } .lead { font-size: 14px; } .card { padding: 28px; min-height: 350px; } footer { flex-direction: column; font-size: 10px; } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }
