:root { color-scheme: light; font-family: system-ui, -apple-system, "Segoe UI", sans-serif; background: #f7f9fc; color: #242d3c; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100dvh; overflow-x: hidden; }
main { min-height: 100dvh; display: grid; place-items: center; padding: calc(env(safe-area-inset-top) + 16px) calc(env(safe-area-inset-right) + 16px) calc(env(safe-area-inset-bottom) + 16px) calc(env(safe-area-inset-left) + 16px); }
.panel { width: min(100%, 358px); padding: 16px; border: 1px solid #d8e0eb; border-radius: 10px; background: #fff; box-shadow: 0 10px 30px rgb(30 50 80 / 8%); }
.eyebrow { margin: 0; color: #315f9f; font-weight: 700; }
.version { margin: 4px 0 0; color: #5d6878; font-size: 14px; line-height: 20px; }
h1 { margin: 8px 0 16px; font-size: 22px; line-height: 30px; }
p, li, label, dt, dd { font-size: 16px; line-height: 24px; }
dl { margin: 12px 0; }
dl div { display: flex; justify-content: space-between; gap: 12px; }
dt { color: #5d6878; } dd { margin: 0; text-align: right; }
fieldset { display: grid; gap: 8px; margin: 12px 0; padding: 16px; border: 1px solid #d8e0eb; border-radius: 10px; }
legend { padding: 0 6px; font-size: 18px; line-height: 26px; font-weight: 700; }
label { min-height: 48px; display: flex; gap: 12px; align-items: flex-start; padding-block: 4px; }
label.nested { margin-inline-start: 32px; color: #5d6878; }
input { inline-size: 20px; block-size: 20px; margin-top: 6px; flex: 0 0 auto; }
button { min-height: 48px; width: 100%; border: 0; border-radius: 6px; padding: 10px 18px; background: #2468c8; color: #fff; font: inherit; font-weight: 700; }
button:disabled { background: #d6dae0; color: #5d6878; cursor: not-allowed; }
button:focus-visible, input:focus-visible { outline: 2px solid #237ed0; outline-offset: 2px; }
button.quiet { min-height: 44px; background: #ebf1f9; color: #242d3c; }
.flow-action { margin-top: 12px; }
.summary, .readiness, .privacy { color: #5d6878; }
.task { position: fixed; inset: 0; display: block; background: #f7f9fc; }
.task[hidden], [hidden] { display: none !important; }
iframe { display: block; width: 100%; height: 100%; border: 0; background: #fff; }
.orientation { display: none; }
@media (max-width: 374px) { main { padding-inline: calc(env(safe-area-inset-left) + 12px) calc(env(safe-area-inset-right) + 12px); } .panel { max-width: 336px; padding: 12px; } h1 { font-size: 20px; line-height: 28px; } fieldset { padding: 12px; margin-block: 8px; } }
@media (orientation: landscape) { .orientation { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: #f7f9fc; color: #242d3c; font-size: 20px; font-weight: 700; text-align: center; } }
