.nlFirstHour { min-height: 372px; margin: 24px auto 0; padding: 24px; max-width: 1320px; color: #112033; background: #fff; border: 1px solid #dbe4ee; border-radius: 22px; box-shadow: 0 18px 50px rgba(18, 41, 68, .08); }
.nlFirstHourHeader { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.nlFirstHourHeader h2 { margin: 4px 0 0; font-size: clamp(1.45rem, 3vw, 2.2rem); }
.nlFirstHour button, .nlFirstHour input { min-height: 44px; font: inherit; }
.nlFirstHour button { border: 1px solid #b9c8d8; border-radius: 999px; padding: 9px 15px; color: #17304d; background: #fff; cursor: pointer; transition: transform .16s ease, background-color .16s ease; }
.nlFirstHour button:active { transform: scale(.97); }
.nlFirstHour button:focus-visible, .nlFirstHour input:focus-visible { outline: 3px solid #2377e8; outline-offset: 3px; }
.nlFirstHour .nlFirstHourPrimary { color: #fff; background: #1768d2; border-color: #1768d2; }
.nlFirstHourRoles, .nlFirstHourActions { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.nlFirstHourRoles button[aria-pressed="true"], .nlFirstHourOptions button[aria-pressed="true"] { color: #0754b3; background: #e9f2ff; border-color: #79aeee; }
.nlFirstHourBody { margin-top: 18px; }
.nlFirstHourLead { font-size: 1.12rem; font-weight: 650; }
.nlFirstHourTruthGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.nlFirstHourTruthGrid article { min-height: 108px; padding: 16px; background: #f5f7fa; border-radius: 15px; }
.nlFirstHourTruthGrid b, .nlFirstHourTruthGrid span { display: block; }
.nlFirstHourTruthGrid span { margin-top: 8px; color: #536579; }
.nlFirstHourNotice, .nlFirstHourAccount { padding: 14px; background: #eef5ff; border-left: 4px solid #2377e8; }
.nlFirstHourOptions { margin: 16px 0; padding: 0; border: 0; }
.nlFirstHourOptions legend { margin-bottom: 8px; font-weight: 700; }
.nlFirstHourOptions div { display: flex; flex-wrap: wrap; gap: 8px; }
.nlFirstHourPreferences { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 18px 0; }
.nlFirstHourPreferences label { display: grid; gap: 6px; }
.nlFirstHourPreferences input[type="time"] { padding: 6px 10px; }
.nlFirstHourFine { color: #5b6d80; font-size: .92rem; }
.nlFirstHourLibrary { padding: 0; list-style: none; }
.nlFirstHourLibrary li, .nlFirstHourStatus div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid #e2e8ef; }
.nlFirstHourStatus dt { font-weight: 700; }.nlFirstHourStatus dd { margin: 0; text-align: right; color: #4f6175; }
.nlFirstHour.isCollapsed { min-height: 0; }
.nlFirstHour.isCollapsed > :not(.nlFirstHourHeader) { display: none; }
@media (max-width: 700px) { .nlFirstHour { min-height: 610px; margin: 16px; padding: 18px; }.nlFirstHourTruthGrid, .nlFirstHourPreferences { grid-template-columns: 1fr; }.nlFirstHourLibrary li, .nlFirstHourStatus div { display: grid; }.nlFirstHourStatus dd { text-align: left; } }
@media (prefers-reduced-motion: reduce) { .nlFirstHour *, .nlFirstHour *::before, .nlFirstHour *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; } }
@media (prefers-contrast: more), (forced-colors: active) { .nlFirstHour { border-width: 2px; box-shadow: none; }.nlFirstHour button { border-width: 2px; } }
@media (prefers-reduced-transparency: reduce) { .nlFirstHour { background: #fff; box-shadow: none; } }
