/* The sign-up page for the morning and afternoon editions. */

.osc-nl { background: #FFFFF7; }
.osc-nl-wrap {
    max-width: 46rem; margin: 0 auto;
    /* Masthead clearance, matching republish.css and weather.css. */
    padding: 150px 20px 70px;
    color: #1b1b1b;
}

.osc-nl-kicker {
    margin: 0 0 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7rem; font-weight: 900; letter-spacing: 0.1em;
    text-transform: uppercase; color: #b21f2d;
}
.osc-nl-head h1 {
    margin: 0 0 10px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.4rem; line-height: 1.1; color: #111827;
}
.osc-nl-standfirst {
    margin: 0 0 26px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.06rem; line-height: 1.6; color: #4b5563;
}

.osc-nl-error {
    margin: 0 0 18px; padding: 11px 14px;
    border-left: 3px solid #b21f2d; border-radius: 0 7px 7px 0;
    background: #fdf3f2;
    font-family: Arial, Helvetica, sans-serif; font-size: 0.9rem; color: #7f1d1d;
}

/* The honeypot. Off-screen rather than display:none, because some bots skip
   fields they can tell are not rendered. aria-hidden and tabindex keep it away
   from anybody using a keyboard or a screen reader. */
.osc-nl-hp {
    position: absolute !important;
    left: -9999px; top: auto; width: 1px; height: 1px;
    overflow: hidden;
}

.osc-nl-block {
    margin: 0 0 22px; padding: 16px 18px;
    border: 1px solid #e3ded1; border-radius: 10px; background: #fff;
}
.osc-nl-block legend {
    padding: 0 8px; margin-left: -8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.74rem; font-weight: 900; letter-spacing: 0.08em;
    text-transform: uppercase; color: #1f2937;
}

.osc-nl-choices {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr)); gap: 10px;
    margin-top: 10px;
}
.osc-nl-choice {
    display: block; position: relative;
    padding: 11px 12px 11px 34px;
    border: 1px solid #e3ded1; border-radius: 8px;
    background: #fdfcf8; cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
}
.osc-nl-choice input { position: absolute; left: 12px; top: 14px; }
.osc-nl-choice:hover { border-color: #9db2c8; }
.osc-nl-choice:has(input:checked) { border-color: #1d4ed8; background: #f5f8ff; }
.osc-nl-choice:has(input:focus-visible) { outline: 2px solid #2563eb; outline-offset: 2px; }
.osc-nl-choice-name { display: block; font-size: 0.92rem; font-weight: 800; color: #111827; }
.osc-nl-choice-note { display: block; font-size: 0.72rem; color: #6b7280; margin-top: 2px; }

.osc-nl-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); gap: 12px;
    margin-top: 10px;
}
.osc-nl-field--wide { grid-column: 1 / -1; }
.osc-nl-field label {
    display: block; margin-bottom: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.78rem; font-weight: 700; color: #374151;
}
.osc-nl-req {
    font-weight: 400; font-size: 0.68rem; color: #9ca3af;
    text-transform: uppercase; letter-spacing: 0.05em;
}
.osc-nl-field input {
    width: 100%; padding: 9px 11px;
    border: 1px solid #d4cdbb; border-radius: 7px; background: #fff;
    font-family: Arial, Helvetica, sans-serif; font-size: 0.95rem; color: #1b1b1b;
}
.osc-nl-field input:focus-visible { outline: 2px solid #2563eb; outline-offset: 1px; }

.osc-nl-help, .osc-nl-promise {
    margin: 10px 0 0;
    font-family: Arial, Helvetica, sans-serif; font-size: 0.76rem;
    line-height: 1.55; color: #6b7280;
}
.osc-nl-promise { margin-top: 14px; }

.osc-nl-submit {
    display: inline-block; padding: 12px 22px;
    border: 0; border-radius: 8px; background: #1d4ed8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95rem; font-weight: 800; color: #fff; cursor: pointer;
}
.osc-nl-submit:hover { background: #1e40af; }
.osc-nl-submit:focus-visible { outline: 2px solid #2563eb; outline-offset: 3px; }

.osc-nl-done h1 {
    margin: 0 0 12px;
    font-family: Georgia, 'Times New Roman', serif; font-size: 2.1rem; color: #111827;
}
.osc-nl-done p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.02rem; line-height: 1.6; color: #374151;
}
.osc-nl-done-more { font-family: Arial, Helvetica, sans-serif; font-size: 0.84rem; }

@media (max-width: 640px) {
    .osc-nl-wrap { padding-top: 130px; }
    .osc-nl-head h1 { font-size: 1.9rem; }
}

/* The address the confirmation comes from, called out so a reader can add it
   to their contacts -- the single most reliable defence against the junk
   folder, and worth more than any amount of header tuning. */
.osc-nl-from {
    margin: 16px 0 0; padding: 12px 14px;
    border-left: 3px solid #1d4ed8; border-radius: 0 7px 7px 0;
    background: #f5f8ff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.86rem; line-height: 1.55; color: #374151;
}

/* The offer of an account, made only after the address is confirmed. */
.osc-nl-account {
    margin: 28px 0 0; padding: 18px 20px;
    border: 1px solid #e3ded1; border-radius: 10px; background: #fdfcf8;
}
.osc-nl-account h2 {
    margin: 0 0 8px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.25rem; color: #111827;
}
.osc-nl-account p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.88rem; line-height: 1.6; color: #4b5563;
}
.osc-nl-account-actions {
    display: flex; flex-wrap: wrap; align-items: center; gap: 14px;
    margin: 16px 0 0;
}
.osc-nl-secondary {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.84rem; color: #4b5563; text-decoration: underline;
}
.osc-nl-secondary:hover { color: #111827; }

/* ===========================================================================
   CHECK YOUR EMAIL
   The page a reader lands on between signing up and confirming. It has one
   job -- get them to the right inbox -- so it is centred, short, and carries
   the two things somebody stuck at this step actually needs: where to look,
   and a way to be sent another copy.
   =========================================================================== */

.osc-nl-check { max-width: 560px; margin: 0 auto; text-align: center; }
.osc-nl-check-mark { margin: 0 0 18px; }

.osc-nl-check-lede {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.05rem; line-height: 1.65; color: #111827;
}
/* The site-wide `strong { color: #333 }` greys out the one line on this page
   a reader has to read: the address they are being sent to. */
.osc-nl-check-lede strong { color: #111827; font-weight: 700; word-break: break-all; }

.osc-nl-check-sub {
    margin: 14px 0 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.97rem; line-height: 1.6; color: #4b5563;
}

.osc-nl-check-flash {
    margin: 18px 0 0; padding: 11px 14px;
    border-left: 3px solid #15803d; border-radius: 0 7px 7px 0;
    background: #f0fdf4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.86rem; line-height: 1.5; color: #14532d;
    text-align: left;
}
.osc-nl-check-flash--wait {
    border-left-color: #b45309; background: #fffbeb; color: #78350f;
}

.osc-nl-check-rule { margin: 28px 0 22px; border: 0; border-top: 1px solid #e5e7eb; }

.osc-nl-check-h2 {
    margin: 0 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95rem; font-weight: 800; color: #111827;
}
.osc-nl-check-help {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.86rem; line-height: 1.62; color: #4b5563;
    text-align: left;
}
.osc-nl-check-help strong { color: #111827; font-weight: 700; }

.osc-nl-check-actions { margin: 20px 0 6px; }
.osc-nl-check-actions .osc-nl-submit { width: 100%; }

@media (max-width: 640px) {
    .osc-nl-check-lede { font-size: 1rem; }
}

/* The benefits of an account, offered at the one moment a reader has just
   finished something rather than been interrupted mid-way through it. */
.osc-nl-account-list {
    /* Tailwind's preflight sets `list-style: none` on every ul, so the markers
       have to be asked for back or the three reasons read as one paragraph. */
    list-style: disc outside;
    margin: 12px 0 0; padding: 0 0 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.88rem; line-height: 1.6; color: #4b5563;
}
.osc-nl-account-list li { margin: 0 0 8px; }
.osc-nl-account-list strong { color: #111827; font-weight: 700; }
