@import url('/_shared/template-kit.css');

:root { --ink: #0a1628; --muted-ink: #43546a; --line: #d9e7f0; --blue: #00adef; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f4f8fb; color: var(--ink); }
a { color: #007eae; }
.topbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px clamp(18px, 5vw, 56px); background: rgba(6,14,26,.96); color: #fff; border-bottom: 1px solid #28405a; }
.topbar img { display: block; width: 126px; height: auto; }
.topbar nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; font-size: 13px; }
.topbar a { color: #e8f5fc; text-decoration: none; }
.topbar a[aria-current="page"] { color: var(--blue); font-weight: 700; }
.hero { color: #fff; background: radial-gradient(ellipse at 80% -15%, #12466b 0%, transparent 54%), #081525; padding: clamp(55px, 8vw, 100px) 20px 62px; }
.hero-inner, .wrap { width: min(1120px, 100%); margin: auto; }
.eyebrow { color: #62cfff; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { color: #fff; max-width: 900px; margin: 15px 0; font-size: clamp(38px, 6vw, 70px); line-height: 1.05; letter-spacing: -.035em; }
.lead { max-width: 750px; color: #d8e5ef; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.meta span { border: 1px solid #36526b; border-radius: 99px; padding: 7px 12px; color: #d7e7f1; font-size: 12px; }
.jump { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.jump a { display: inline-block; padding: 9px 13px; border-radius: 8px; background: #123048; color: #fff; text-decoration: none; font-size: 13px; }
.jump a:hover, .jump a:focus-visible { background: #1b5b7b; }
main section { padding: clamp(48px, 7vw, 78px) 20px; }
main section:nth-child(even) { background: #eaf4f9; }
main h2 { font-size: clamp(27px, 4vw, 40px); margin: 0 0 12px; line-height: 1.12; }
main h3 { font-size: 19px; margin: 0 0 9px; }
.section-intro { max-width: 800px; color: var(--muted-ink); font-size: 16px; line-height: 1.6; margin: 0 0 26px; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 15px; }
.grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card, .step, .notice { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px; box-shadow: 0 8px 25px rgba(6,14,26,.04); }
.card p, .step p, .notice p { margin: 0; color: var(--muted-ink); line-height: 1.62; }
.card ul, .step ul, .notice ul { margin: 10px 0 0; padding-left: 20px; color: var(--muted-ink); line-height: 1.65; }
.card li + li, .step li + li, .notice li + li { margin-top: 5px; }
.kicker { color: #007eae; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 9px; }
.steps { display: grid; gap: 12px; }
.step { display: grid; grid-template-columns: 50px minmax(0,1fr); gap: 17px; }
.num { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #dff4fc; color: #006e9c; font-weight: 800; }
.notice { border-left: 5px solid #00adef; margin: 20px 0 0; }
.notice.warn { border-left-color: #d49030; background: #fffaf0; }
.notice h3 { margin-bottom: 6px; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 630px; }
th, td { text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); padding: 13px 16px; font-size: 14px; line-height: 1.5; }
tr:last-child td { border-bottom: 0; }
th { color: var(--ink); background: #e8f6fb; }
td { color: var(--muted-ink); }
.source { color: var(--muted-ink); font-size: 13px; line-height: 1.6; }
.footer { background: #081525; color: #c6d6e1; padding: 28px 20px; font-size: 13px; }
.footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }
.footer a { color: #89dcfa; }
@media(max-width:750px) { .topbar { position: static; align-items: flex-start; flex-direction: column; } .topbar nav { justify-content: flex-start; } .grid, .grid.three { grid-template-columns: 1fr; } .step { grid-template-columns: 38px minmax(0,1fr); gap: 12px; padding: 17px; } .num { width: 34px; height: 34px; } }
@media print { .topbar { position: static; } .jump { display: none; } main section { break-inside: avoid; padding: 28px 0; } .hero { padding: 34px 0; } }
