:root{
  --bg:#f6f8fb;
  --panel:#ffffff;
  --line:#e7edf5;
  --line-strong:#d8e2ef;
  --ink:#162339;
  --muted:#6f7d93;
  --muted-2:#8997aa;
  --blue:#0a56dc;
  --blue-deep:#0848b8;
  --blue-soft:#edf4ff;
  --shadow:0 22px 65px rgba(25,54,92,.08),0 3px 12px rgba(25,54,92,.035);
}

*{
  box-sizing:border-box;
}

html{
  min-height:100%;
  background:var(--bg);
  color-scheme:light;
  scroll-behavior:smooth;
}

body{
  margin:0;
  min-height:100vh;
  min-height:100svh;
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",Inter,Arial,sans-serif;
  background:
    radial-gradient(circle at 82% 4%,rgba(10,86,220,.065),transparent 28%),
    linear-gradient(180deg,#fbfcff 0%,#f6f8fb 44%,#f8fafc 100%);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

a{
  color:inherit;
}

/* Header */
.topbar{
  width:min(calc(100% - 48px),1040px);
  min-height:76px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.brand{
  color:#0f1c30;
  font-size:29px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.067em;
  text-decoration:none;
}

.brand span{
  color:var(--blue);
}

.back-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  color:#3c4d66;
  background:rgba(255,255,255,.85);
  border:1px solid #d5e0f0;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 2px 8px rgba(30,65,110,.025);
  transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease;
}

.back-link:hover{
  color:var(--blue);
  border-color:#c7d9f8;
  background:#fff;
  transform:translateY(-1px);
}

/* Page */
.page{
  width:min(calc(100% - 40px),860px);
  margin:0 auto;
  padding:62px 0 88px;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  margin-bottom:17px;
  padding:0 11px;
  color:#245fbd;
  background:#edf4ff;
  border:1px solid #d7e5fb;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.075em;
  text-transform:uppercase;
}

h1{
  margin:0;
  color:#0f1c30;
  font-size:clamp(38px,6vw,60px);
  line-height:1.02;
  letter-spacing:-.055em;
}

.lead{
  max-width:720px;
  margin:19px 0 38px;
  color:#596a82;
  font-size:17px;
  line-height:1.72;
  letter-spacing:-.008em;
}

/* Main document */
.card{
  padding:clamp(26px,5vw,46px);
  background:rgba(255,255,255,.9);
  border:1px solid #dfe8f6;
  border-radius:26px;
  box-shadow:var(--shadow);
}

section + section{
  margin-top:34px;
  padding-top:34px;
  border-top:1px solid var(--line);
}

h2{
  margin:0 0 14px;
  color:#132743;
  font-size:22px;
  line-height:1.3;
  letter-spacing:-.03em;
}

h3{
  margin:26px 0 10px;
  color:#1a304d;
  font-size:16px;
  line-height:1.4;
  letter-spacing:-.015em;
}

p,
li{
  color:var(--muted);
  font-size:14px;
  line-height:1.78;
}

p{
  margin:0 0 14px;
}

ul,
ol{
  margin:10px 0 18px;
  padding-left:21px;
}

li + li{
  margin-top:7px;
}

strong{
  color:#24364e;
  font-weight:700;
}

/* Information blocks */
.info-list{
  display:grid;
  gap:11px;
  margin:19px 0 0;
}

.info-item{
  padding:16px 18px;
  background:#f8faff;
  border:1px solid #e1e9f5;
  border-radius:15px;
}

.info-item small{
  display:block;
  margin-bottom:5px;
  color:#8794a7;
  font-size:10px;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.info-item a{
  color:#245fbd;
  font-weight:600;
  text-decoration:none;
}

.info-item a:hover{
  color:var(--blue);
  text-decoration:underline;
}

.notice{
  margin:23px 0;
  padding:17px 19px;
  color:#52657e;
  background:#f1f6ff;
  border:1px solid #dbe7fa;
  border-radius:16px;
  font-size:13px;
  line-height:1.68;
}

.placeholder{
  color:#b03a47;
}

/* Tables */
table{
  width:100%;
  margin-top:20px;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  font-size:13px;
  border:1px solid #dfe6f2;
  border-radius:14px;
}

th,
td{
  padding:13px 14px;
  border-right:1px solid #e5ebf3;
  border-bottom:1px solid #e5ebf3;
  text-align:left;
  vertical-align:top;
}

th:last-child,
td:last-child{
  border-right:0;
}

tr:last-child td{
  border-bottom:0;
}

th{
  color:#30435d;
  background:#f3f7fd;
  font-weight:700;
}

td{
  color:var(--muted);
  background:#fff;
}

/* Footer */
.footer{
  width:min(calc(100% - 40px),1040px);
  margin:0 auto;
  padding:28px 0 calc(32px + env(safe-area-inset-bottom));
  border-top:1px solid #e2e9f2;
  color:#8997aa;
  font-size:11px;
  text-align:center;
}

.footer-links{
  display:flex;
  justify-content:center;
  gap:12px 20px;
  flex-wrap:wrap;
  margin-bottom:13px;
}

.footer-links a{
  color:#6a7990;
  text-decoration:none;
  transition:color .18s ease;
}

.footer-links a:hover{
  color:var(--blue);
}

/* Mobile */
@media(max-width:600px){
  .topbar{
    width:min(calc(100% - 28px),1040px);
    min-height:66px;
  }

  .brand{
    font-size:25px;
  }

  .back-link{
    min-height:36px;
    padding:0 12px;
    font-size:11px;
  }

  .page{
    width:min(calc(100% - 28px),860px);
    padding:42px 0 68px;
  }

  h1{
    font-size:clamp(36px,12vw,48px);
  }

  .lead{
    margin-bottom:29px;
    font-size:15px;
    line-height:1.68;
  }

  .card{
    padding:22px 20px;
    border-radius:21px;
  }

  section + section{
    margin-top:28px;
    padding-top:28px;
  }

  table{
    display:block;
    overflow-x:auto;
    white-space:normal;
    -webkit-overflow-scrolling:touch;
  }

  .footer{
    width:min(calc(100% - 28px),1040px);
  }
}
