.nr-ts { max-width: 1240px; margin: 0 auto; padding: 2rem 1rem 4rem; font-family: "Inter Tight", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; color: #1F2937; }
.nr-ts__hero { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 1rem; align-items: stretch; margin-bottom: 1rem; }
.nr-ts__hero-copy { background: linear-gradient(135deg, #153A5B 0%, #1F4E79 65%, #1F7878 100%); border-radius: 24px; padding: 1.65rem; color: #fff; box-shadow: 0 16px 40px rgba(21, 58, 91, 0.18); }
.nr-ts__eyebrow { color: #7FD6D6; font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.nr-ts h1 { font-family: "Fraunces", Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.02; margin: .45rem 0 .75rem; letter-spacing: -.035em; }
.nr-ts__hero-copy p { max-width: 760px; color: rgba(255,255,255,.88); font-size: 1rem; margin: .55rem 0; }
.nr-ts__verified { font-size: .84rem !important; color: #BDEDED !important; margin-top: .9rem !important; }
.nr-ts__stats { display: grid; grid-template-columns: 1fr; gap: .6rem; }
.nr-ts__stats div { background: #fff; border: 1px solid #E5E7EB; border-radius: 16px; padding: .85rem; box-shadow: 0 6px 20px rgba(21, 58, 91, 0.08); }
.nr-ts__stats strong { display: block; font-size: 1.65rem; color: #153A5B; line-height: 1; }
.nr-ts__stats span { color: #4B5563; font-weight: 800; font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }
.nr-ts__note { background: #FFF8E8; border: 1px solid #F2D08A; color: #624A12; border-radius: 14px; padding: .85rem 1rem; margin-bottom: 1rem; }
.nr-ts__wizard { display: grid; gap: 1rem; }
.nr-ts__step { background: #fff; border: 1px solid #E5E7EB; border-radius: 20px; padding: 1rem; box-shadow: 0 6px 18px rgba(21, 58, 91, 0.07); }
.nr-ts__step[hidden] { display: none; }
.nr-ts__step-head { display: flex; align-items: flex-start; gap: .8rem; margin-bottom: .85rem; }
.nr-ts__step-head > span { display: inline-flex; align-items: center; justify-content: center; min-width: 58px; border-radius: 999px; background: #D9EEF2; color: #153A5B; font-size: .78rem; font-weight: 900; padding: .33rem .62rem; text-transform: uppercase; letter-spacing: .06em; }
.nr-ts__step-head h2 { font-family: "Fraunces", Georgia, serif; color: #153A5B; line-height: 1.1; font-size: 1.35rem; margin: .12rem 0 0; }
.nr-ts__step-head p { color: #4B5563; margin: .25rem 0 0; }
.nr-ts__topic-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; }
.nr-ts__topic-card { text-align: left; cursor: pointer; border: 1px solid #D9E7EA; border-radius: 16px; padding: .9rem; min-height: 112px; background: #F8FCFD; color: #1F2937; transition: transform .16s ease, border .16s ease, box-shadow .16s ease, background .16s ease; }
.nr-ts__topic-card:hover, .nr-ts__topic-card:focus { transform: translateY(-2px); border-color: #2D9C9C; box-shadow: 0 8px 22px rgba(21, 58, 91, .11); outline: none; }
.nr-ts__topic-card.is-active { background: #153A5B; border-color: #153A5B; color: #fff; box-shadow: 0 10px 26px rgba(21, 58, 91, .18); }
.nr-ts__topic-card strong { display: block; font-family: "Fraunces", Georgia, serif; font-size: 1.06rem; line-height: 1.15; margin-bottom: .35rem; }
.nr-ts__topic-card span { display: block; color: #4B5563; font-size: .86rem; line-height: 1.35; }
.nr-ts__topic-card.is-active span { color: rgba(255,255,255,.84); }
.nr-ts__narrow-grid { display: grid; grid-template-columns: minmax(260px, 1fr) auto; gap: .9rem; align-items: end; }
.nr-ts__search-label > span, .nr-ts__mini-label { display: block; font-weight: 900; color: #153A5B; margin-bottom: .35rem; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
.nr-ts__search-label input { width: 100%; border: 1px solid #CBD5E1; border-radius: 12px; padding: .72rem .8rem; font-size: .95rem; background: #fff; }
.nr-ts__quick-filters { display: flex; flex-wrap: wrap; gap: .45rem; justify-content: flex-end; }
.nr-ts__check { display: flex; gap: .42rem; align-items: center; padding: .58rem .68rem; border: 1px solid #D9EEF2; border-radius: 12px; background: #F8FCFD; white-space: nowrap; color: #153A5B; font-weight: 800; font-size: .82rem; }
.nr-ts__setting-panel, .nr-ts__state-panel { margin-top: .85rem; }
.nr-ts__chip-row { display: flex; flex-wrap: wrap; gap: .45rem; max-height: 92px; overflow: auto; padding-bottom: .1rem; }
.nr-ts__chip-row button { border: 1px solid #D1DDE5; background: #fff; color: #153A5B; border-radius: 999px; padding: .45rem .7rem; font-weight: 800; font-size: .82rem; cursor: pointer; }
.nr-ts__chip-row button.is-active { background: #1F7878; border-color: #1F7878; color: #fff; }
.nr-ts__results-head { justify-content: space-between; gap: 1rem; align-items: flex-start; }
.nr-ts__open-actions { display: flex; flex-wrap: wrap; gap: .45rem; justify-content: flex-end; }
.nr-ts__open-actions button { border: 1px solid #153A5B; background: #fff; color: #153A5B; border-radius: 999px; padding: .5rem .72rem; cursor: pointer; font-weight: 900; font-size: .82rem; }
.nr-ts__open-actions button:first-child { background: #153A5B; color: #fff; }
.nr-ts__results { display: grid; gap: .75rem; }
.nr-ts__group { border: 1px solid #D9E7EA; border-radius: 18px; background: #F8FCFD; overflow: hidden; }
.nr-ts__group[open] { background: #fff; box-shadow: 0 8px 24px rgba(21, 58, 91, .08); }
.nr-ts__group-summary { list-style: none; cursor: pointer; padding: 1rem; display: flex; justify-content: space-between; align-items: center; gap: .75rem; color: #153A5B; font-weight: 900; }
.nr-ts__group-summary::-webkit-details-marker { display: none; }
.nr-ts__group-summary:after { content: "+"; width: 30px; height: 30px; border-radius: 999px; display: grid; place-items: center; background: #153A5B; color: #fff; flex: 0 0 auto; }
.nr-ts__group[open] .nr-ts__group-summary:after { content: "–"; }
.nr-ts__group-title { display: flex; flex-direction: column; gap: .12rem; }
.nr-ts__group-title strong { font-family: "Fraunces", Georgia, serif; font-size: 1.12rem; }
.nr-ts__group-title span { color: #64748B; font-size: .84rem; font-weight: 800; }
.nr-ts__group-body { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; padding: 0 1rem 1rem; }
.nr-ts__item { background: #fff; border: 1px solid #E5E7EB; border-radius: 16px; padding: 1rem; box-shadow: 0 4px 14px rgba(21, 58, 91, 0.06); display: flex; flex-direction: column; min-height: 100%; }
.nr-ts__item-main { display: flex; gap: .75rem; justify-content: space-between; align-items: flex-start; }
.nr-ts__org { color: #2D9C9C; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 900; }
.nr-ts__item h3 { font-family: "Fraunces", Georgia, serif; color: #153A5B; margin: .2rem 0 .5rem; font-size: 1.16rem; line-height: 1.15; }
.nr-ts__badge { border-radius: 999px; padding: .24rem .5rem; font-size: .68rem; font-weight: 900; white-space: nowrap; }
.nr-ts__badge--all { background: #D9EEF2; color: #153A5B; }
.nr-ts__badges { display: flex; flex-wrap: wrap; gap: .3rem; justify-content: flex-end; }
.nr-ts__badge--required { background: #FFF3CD; color: #6B4E00; border: 1px solid #F2D08A; }
.nr-ts__badge--annual { background: #EAF7ED; color: #166534; border: 1px solid #BBE2C4; }
.nr-ts__summary { color: #4B5563; margin: 0 0 .7rem; font-size: .92rem; }
.nr-ts__chips, .nr-ts__topics { display: flex; flex-wrap: wrap; gap: .3rem; margin: .35rem 0 .7rem; }
.nr-ts__chips span { background: #EEF6F7; color: #153A5B; border-radius: 999px; padding: .22rem .52rem; font-weight: 800; font-size: .7rem; }
.nr-ts__topics span { background: #F3F4F6; color: #374151; border-radius: 999px; padding: .2rem .5rem; font-weight: 700; font-size: .68rem; }
.nr-ts__details { border-top: 1px solid #E5E7EB; margin-top: .25rem; padding-top: .55rem; }
.nr-ts__details summary { cursor: pointer; color: #153A5B; font-weight: 900; font-size: .84rem; }
.nr-ts__meta { display: grid; grid-template-columns: 1fr; gap: .45rem; margin: .55rem 0 .65rem; }
.nr-ts__meta div { background: #F8FAFC; border: 1px solid #E5E7EB; border-radius: 10px; padding: .55rem; }
.nr-ts__meta dt { color: #153A5B; font-weight: 900; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.nr-ts__meta dd { margin: .18rem 0 0; color: #4B5563; font-size: .84rem; }
.nr-ts__actions { display: flex; flex-wrap: wrap; gap: .42rem; margin-top: auto; padding-top: .7rem; }
.nr-ts__actions a { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; color: #fff; background: #153A5B; border-radius: 999px; padding: .5rem .72rem; font-weight: 900; font-size: .82rem; }
.nr-ts__actions a:nth-child(n+2) { background: #1F7878; }
.nr-ts__empty { text-align: center; padding: 2rem; color: #4B5563; background: #F8FAFC; border-radius: 18px; border: 1px dashed #CBD5E1; }
.nr-ts__source-bank { display: none; }
@media (max-width: 1080px) { .nr-ts__hero { grid-template-columns: 1fr; } .nr-ts__stats { grid-template-columns: repeat(4, minmax(0, 1fr)); } .nr-ts__topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .nr-ts__narrow-grid { grid-template-columns: 1fr; } .nr-ts__quick-filters { justify-content: flex-start; } }
@media (max-width: 760px) { .nr-ts { padding: 1rem .75rem 3rem; } .nr-ts__hero-copy { padding: 1.25rem; border-radius: 18px; } .nr-ts__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } .nr-ts__step { padding: .85rem; border-radius: 16px; } .nr-ts__step-head { gap: .55rem; } .nr-ts__topic-grid { grid-template-columns: 1fr; } .nr-ts__topic-card { min-height: auto; padding: .8rem; } .nr-ts__chip-row { flex-wrap: nowrap; overflow-x: auto; max-height: none; padding-bottom: .35rem; } .nr-ts__chip-row button { flex: 0 0 auto; } .nr-ts__results-head { flex-direction: column; } .nr-ts__open-actions { justify-content: flex-start; } .nr-ts__group-summary { padding: .9rem; } .nr-ts__group-body { grid-template-columns: 1fr; padding: 0 .75rem .75rem; } .nr-ts__item-main { flex-direction: column; } .nr-ts__badges { justify-content: flex-start; } .nr-ts__check { white-space: normal; } }
