@font-face {
  font-family: Inter;
  src: url("../assets/fonts/inter-latin.woff2") format("woff2");
  font-display: swap;
}

:root { color-scheme: light; font-family: Inter, Arial, sans-serif; color: #111820; background: #eef1f5; }
* { box-sizing: border-box; }
body { margin: 0; padding: 32px 18px; background: #eef1f5; }
main { width: min(980px, 100%); margin: 0 auto; padding: 42px; border: 1px solid #d8ddd8; border-radius: 24px; background: #fff; box-shadow: 0 24px 70px rgba(3,15,13,.1); }
header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid #d8ddd8; }
header > div { display: flex; align-items: center; gap: 12px; }
.mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; color: #ffb84d; background: #111820; font-size: 12px; font-weight: 800; }
header strong { font-size: 14px; }
header a { color: #1e3d8a; font-size: 12px; font-weight: 800; }
.sheet-actions { display: flex; align-items: center; gap: 18px; }
.print-action { min-height: 44px; padding: 0 18px; border: 1px solid #111820; border-radius: 999px; color: #fff; background: #111820; font: 800 12px/1 Inter, Arial, sans-serif; cursor: pointer; transition: color .2s, background-color .2s, transform .2s; }
.print-action:hover { color: #111820; background: #ffb84d; transform: translateY(-1px); }
.print-action:focus-visible { outline: 3px solid rgba(47,107,255,.28); outline-offset: 3px; }
.intro { max-width: 760px; padding: 54px 0 42px; }
.label { margin: 0 0 13px; color: #2f6bff; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(34px, 7vw, 66px); line-height: 1.02; letter-spacing: -.055em; }
.intro > p:last-child { max-width: 700px; margin: 23px 0 0; color: #59635f; font-size: 14px; line-height: 1.7; }
.grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
article { padding: 24px; border: 1px solid #d8ddd8; border-radius: 17px; }
h2 { margin: 0 0 18px; font-size: 17px; line-height: 1.35; }
dl { margin: 0; border-top: 1px solid #d8ddd8; }
dl div { padding: 12px 0; display: grid; grid-template-columns: 1fr auto; gap: 18px; border-bottom: 1px solid #d8ddd8; }
dt { color: #59635f; font-size: 11px; line-height: 1.4; }
dd { max-width: 190px; margin: 0; font-size: 12px; font-weight: 800; line-height: 1.4; text-align: right; }
aside { margin-top: 22px; padding: 20px 22px; border-left: 4px solid #2f6bff; background: #f1f4fa; }
aside strong { font-size: 12px; text-transform: uppercase; letter-spacing: .055em; }
aside p { margin: 8px 0 0; color: #59635f; font-size: 12px; line-height: 1.65; }
footer { margin-top: 34px; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #d8ddd8; color: #68716e; font-size: 10px; line-height: 1.5; }
footer p { margin: 0; }

@media (max-width: 720px) {
  body { padding: 0; }
  main { padding: 25px 18px; border: 0; border-radius: 0; }
  header { align-items: flex-start; flex-direction: column; }
  .sheet-actions { width: 100%; align-items: stretch; flex-direction: column-reverse; gap: 12px; }
  .sheet-actions a { text-align: center; }
  .print-action { width: 100%; }
  .grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; }
}

@media print {
  @page { margin: 13mm; }
  body { padding: 0; background: #fff; }
  main { width: 100%; padding: 0; border: 0; border-radius: 0; box-shadow: none; }
  .sheet-actions { display: none !important; }
  .intro { padding-top: 30px; }
  .grid { gap: 12px; }
  article { break-inside: avoid; }
}
