:root {
  font-family: Inter, 'Noto Sans KR', system-ui, sans-serif;
  color: #dce7ec;
  background: #0c1720;
  font-synthesis: none;
  line-height: 1.85;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid #a2dde9;
  outline-offset: 5px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: #fff;
  color: #102532;
  padding: 10px;
  z-index: 5;
}
.skip-link:focus {
  top: 10px;
}
.site-header,
main,
footer {
  width: min(1080px, calc(100% - 64px));
  margin: auto;
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  border-bottom: 1px solid #ffffff16;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -0.05em;
}
.site-header nav {
  display: flex;
  gap: 26px;
  align-items: center;
  font-size: 13px;
}
.site-header nav a[aria-current] {
  color: #b5e0e9;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.launch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a2c9d544;
  border-radius: 24px;
  padding: 10px 20px;
  background: #dcebef;
  color: #172f3e;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}
.launch:hover {
  background: #fff;
}
.hero {
  padding: 80px 0 65px;
  max-width: 820px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #8dbcc9;
  margin: 0 0 25px;
}
h1 {
  font-weight: 600;
  font-size: clamp(36px, 5.4vw, 64px);
  line-height: 1.25;
  letter-spacing: -0.065em;
  margin: 0 0 28px;
  text-wrap: balance;
}
.intro {
  font-size: 17px;
  color: #aebfc9;
  max-width: 620px;
  word-break: keep-all;
  margin: 0 0 30px;
}
.reading {
  max-width: 760px;
}
.reading section {
  padding: 32px 0;
  border-top: 1px solid #ffffff16;
}
.reading h2,
.next-flight h2 {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin: 0 0 16px;
}
.reading p,
.reading li {
  font-size: 15px;
  color: #b8c8d1;
  word-break: keep-all;
}
.reading p {
  margin: 12px 0;
}
.reading ul,
.reading ol {
  padding-left: 24px;
}
.reading li {
  padding-left: 4px;
  margin: 9px 0;
}
.reading a {
  color: #acdce7;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.text-link {
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
}
.table-wrap {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  text-align: left;
}
th,
td {
  border-bottom: 1px solid #ffffff12;
  padding: 13px 10px;
}
th {
  color: #93becb;
  font-weight: 500;
}
td:first-child {
  white-space: nowrap;
  color: #e3eef2;
}
td + td {
  color: #b8c8d1;
}
.next-flight {
  margin: 48px 0 80px;
  padding: 35px;
  border: 1px solid #aacbd524;
  border-radius: 16px;
  background: #152732;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.next-flight h2 {
  margin: 0;
}
.next-flight .launch {
  flex-shrink: 0;
}
footer {
  padding: 25px 0 40px;
  border-top: 1px solid #ffffff16;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: #8da4b2;
}
@media (max-width: 700px) {
  .site-header,
  main,
  footer {
    width: calc(100% - 36px);
  }
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 0;
    gap: 18px;
  }
  .site-header nav {
    width: 100%;
    gap: 18px;
    font-size: 12px;
    flex-wrap: wrap;
  }
  .site-header .launch {
    margin-left: auto;
    padding: 9px 13px;
  }
  .hero {
    padding: 50px 0 42px;
  }
  .intro {
    font-size: 15px;
  }
  .reading h2,
  .next-flight h2 {
    font-size: 21px;
  }
  .next-flight {
    flex-direction: column;
    align-items: flex-start;
    padding: 26px;
  }
  footer {
    flex-direction: column;
    gap: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto;
  }
}
