:root { font-family: Tahoma, "MS UI Gothic", "Segoe UI", sans-serif; color: #111; background: #edf0f2; }
* { box-sizing: border-box; }
body { margin: 0; font-size: 14px; line-height: 1.45; }
button, input { font: inherit; }
.desktop { min-height: 100vh; padding: 0 16px 42px; background: linear-gradient(135deg, #f6f8f8, #e9eeee); }
.site { width: min(960px, 100%); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 22px 2px; color: #566064; font-size: 13px; }.brand { color: #000080; font-weight: 700; font-size: 17px; text-decoration: none; }.brand span { color: #df5a44; }
.site-body { padding: 0; }
.hero { padding: 30px 26px 32px; background: #fff; border-bottom: 3px solid #000080; }
.eyebrow { margin: 0; color: #555; font-size: 12px; }
h1 { margin: 3px 0; font-size: clamp(25px, 5vw, 42px); letter-spacing: -.05em; }
.lead { margin: 4px 0; color: #000080; font-size: 18px; }
.win-button { display: inline-block; min-height: 32px; padding: 5px 14px; border: 1px solid #788186; border-radius: 2px; background: linear-gradient(#f7f8f8, #dadddc); color: #000; box-shadow: inset 1px 1px #fff, 0 1px 1px rgb(0 0 0 / .16); text-align: center; text-decoration: none; cursor: pointer; }
.win-button:hover, .plan:hover { background: #0b438d; color: #fff; }
.win-button:active { box-shadow: inset 1px 1px 2px rgb(0 0 0 / .35); transform: translate(0, 1px); }
.win-button:focus-visible, a:focus-visible, input:focus-visible { outline: 2px dotted #000; outline-offset: 2px; }
.primary-button { min-width: 170px; margin-top: 8px; font-weight: 700; }
.alert { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 12px; margin: 14px 0; padding: 8px; background: #ffffcc; border: 1px solid #000; }
.alert-icon, .info-icon { display: grid; place-items: center; flex: 0 0 auto; width: 22px; height: 22px; border: 1px solid #000; border-radius: 50%; background: #ffea00; font-weight: 700; }
.campaign-periods { display: flex; flex-wrap: wrap; gap: 10px; margin-left: auto; font-size: 12px; }
.group-box { min-width: 0; margin: 22px 0 0; padding: 0; border: 0; background: transparent; }.group-box legend { padding: 0; margin-bottom: 9px; font-weight: 700; font-size: 16px; }
.list-view { border-top: 1px solid #bec6c8; background: #fff; }
.plan { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; padding: 10px; border-bottom: 1px solid #c4c9ca; background: #f5f6f6; transition: background .12s ease; }
.plan:last-child { border-bottom: 0; }
.plan-icon { font-size: 24px; color: #000080; }.plan h2 { margin: 0; font-size: 15px; }.plan em { margin-left: 7px; font-style: normal; color: #8b0000; }.plan p { margin: 2px 0 0; font-size: 12px; }.plan:hover .plan-icon, .plan:hover em { color: #fff; }
.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 38px; padding: 8px 0 20px; }.info-grid .group-box { border-top: 1px solid #bfc7ca; padding-top: 13px; }.info-grid p { margin: 0; }dt { margin-top: 4px; font-weight: 700; }dd { margin: 0 0 6px; }
.final-cta { margin-top: 14px; padding: 28px; border-top: 1px solid #b7bec1; border-bottom: 1px solid #b7bec1; text-align: center; background: transparent; }.final-cta p { margin: 0 0 7px; }.final-cta strong { font-size: 18px; }footer { padding: 20px 2px 2px; text-align: center; }footer a { color: #000080; }
.modal-backdrop { position: fixed; inset: 0; z-index: 10; display: grid; place-items: center; padding: 18px; background: rgb(16 27 36 / .45); }.modal-backdrop[hidden] { display: none; }.dialog { width: min(500px, 100%); background: #fff; border: 0; border-radius: 4px; box-shadow: 0 18px 45px rgb(0 0 0 / .25); overflow: hidden; }.dialog-header { display: flex; align-items: center; padding: 15px 18px; border-bottom: 1px solid #d5dcde; color: #000080; font-weight: 700; }.close-button { width: 26px; height: 26px; margin-left: auto; border: 0; background: transparent; color: #465157; cursor: pointer; font-size: 21px; line-height: 1; }.dialog-body { padding: 22px; background: #fff; }.dialog-intro { display: flex; gap: 12px; align-items: flex-start; }.info-icon { background: #000080; color: #fff; border: 0; border-radius: 50%; font-family: serif; font-size: 17px; }.dialog-intro p { margin: 0; }.selected-plan { margin: 16px 0 7px; }.copy-row { display: flex; gap: 8px; margin-top: 4px; }#application-id { width: 100%; min-width: 0; padding: 9px; border: 1px solid #a6b0b4; background: #fff; color: #000; font-family: "Courier New", monospace; font-weight: 700; }.notice { margin: 14px 0; font-size: 12px; }.form-link { width: 100%; font-weight: 700; }.cancel-button { display: block; min-width: 90px; margin: 12px auto 0; }
@media (max-width: 620px) { .desktop { padding: 8px; }.window-body { padding: 9px; }.plan { grid-template-columns: 25px 1fr; }.plan .win-button { grid-column: 2; justify-self: start; }.info-grid { grid-template-columns: 1fr; }.campaign-periods { margin-left: 0; width: 100%; }.dialog-body { padding: 13px; } }
