

:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #f6f7f9;
  --border: #e5e8ec;
  --border-strong: #d3d8df;
  --text: #3c4250;
  --text-muted: #6b7280;
  --ink: #12161d;
  --accent: #1a3c7a;        
  --accent-2: #122c5c;      
  --accent-soft: #eef2f9;   
  --accent-text: #1a3c7a;   
  --on-accent: #ffffff;
  --radius: 8px;
  --radius-sm: 6px;
  --maxw: 1080px;
  --maxw-narrow: 720px;
  --header-h: 68px;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-head: 'Manrope', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--accent-text); text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: var(--accent-2); }

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.25; margin: 0 0 .5em; }

.plate-ogka { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.mark-1vep { max-width: var(--maxw-narrow); }


.pane-1m14 {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}
.pane-1m14.is-scrolled { border-bottom-color: var(--border-strong); }

.mark-d3or {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: var(--header-h);
}

.region-jnuu {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  flex: 0 1 auto;
  min-width: 0;
}
.chunk-6jsm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: var(--radius-sm);
  background: var(--accent);
  color: var(--on-accent);
  flex-shrink: 0;
}
.stack-8yl0 { background: transparent; }
.shell-1g3o { width: 34px; height: 34px; object-fit: contain; border-radius: var(--radius-sm); }
.tray-1qj7 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.segment-lshz { display: flex; align-items: center; gap: 4px; }
.segment-lshz > a {
  display: inline-block;
  padding: 8px 12px;
  font-size: .95rem;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  border-radius: var(--radius-sm);
}
.segment-lshz > a:hover { color: var(--ink); background: var(--surface-alt); }
.segment-lshz > a.is-active { color: var(--accent-text); font-weight: 600; }

.chunk-1n63 {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--ink);
  cursor: pointer;
}
.chunk-1n63 .item-13n8 { display: none; }


.mark-qqof { padding: 52px 0 8px; }
.segment-ylgv { }
.card-sitz { font-size: clamp(1.9rem, 4.2vw, 2.7rem); font-weight: 800; letter-spacing: -0.01em; }

.region-35mb { display: flex; align-items: center; gap: 12px; margin: 4px 0 22px; }
.holder-lmid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-text);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: .85rem;
  flex-shrink: 0;
}
.body-z36y { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; font-size: .92rem; color: var(--text-muted); }
.tray-10i4 strong { color: var(--ink); font-weight: 600; }
.stack-ab9r { color: var(--border-strong); }

.card-lti1 { font-size: 1.12rem; line-height: 1.75; color: var(--text); }
.card-lti1 p { margin: 0 0 1rem; }
.zone-wpey { width: 100%; border-radius: var(--radius); border: 1px solid var(--border); margin-top: 26px; }


.grid-3lxj { padding: 18px 0; }
.box-1h1j { padding: 40px 0; }

.slab-462a { margin: 0 0 14px; }
.cell-zcpj { font-size: 1.5rem; font-weight: 700; margin: 34px 0 14px; }

.chunk-lq7s { display: grid; grid-template-columns: 1fr; gap: 18px; }
.region-h5vo {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}


.wrapper-1azr > :first-child { margin-top: 0; }
.wrapper-1azr h2 { font-size: 1.5rem; font-weight: 700; margin: 34px 0 12px; }
.wrapper-1azr h3 { font-size: 1.2rem; font-weight: 700; margin: 26px 0 10px; }
.wrapper-1azr p { margin: 0 0 1.1rem; }
.wrapper-1azr ul, .wrapper-1azr ol { margin: 0 0 1.1rem; padding-left: 1.3rem; }
.wrapper-1azr li { margin: 0 0 .5rem; }
.wrapper-1azr a { font-weight: 500; }
.wrapper-1azr strong { color: var(--ink); }
.wrapper-1azr img { border-radius: var(--radius); border: 1px solid var(--border); margin: 1.2rem 0; }
.wrapper-1azr blockquote {
  margin: 1.4rem 0;
  padding: 4px 0 4px 18px;
  border-left: 3px solid var(--accent);
  color: var(--text-muted);
  font-style: italic;
}


.wrapper-1azr table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4rem 0;
  font-size: .95rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.wrapper-1azr th, .wrapper-1azr td {
  padding: 11px 14px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.wrapper-1azr thead th {
  background: var(--accent-soft);
  color: var(--ink);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.wrapper-1azr tbody tr:nth-child(even) { background: var(--surface-alt); }
.wrapper-1azr tbody tr:last-child td { border-bottom: 0; }


.group-4bxr { margin: 1.4rem 0; overflow-x: auto; }
.group-4bxr table { margin: 0; }


.group-15f0 { padding: 10px 0; }
.holder-1nzh {
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 22px;
}
.widget-1r4o {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 10px;
}
.widget-w5qh { margin: 0; padding-left: 1.2rem; columns: 2; column-gap: 28px; }
.pane-1p9w { margin: 0 0 7px; }
.group-x0rt { color: var(--accent-text); text-decoration: none; }
.group-x0rt:hover { text-decoration: underline; }


.pane-1rf8.body-1e4p { padding: 36px 0 8px; }
.region-nbyb { text-align: center; }
.widget-1ug5 { font-size: 1.7rem; font-weight: 800; margin: 0 0 22px; }

.chunk-wl5k { display: flex; flex-direction: column; gap: 12px; }
.faq__item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
}
.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}
.faq__item summary::-webkit-details-marker { display: none; }
.node-1gtn {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.node-1gtn::before, .node-1gtn::after {
  content: "";
  position: absolute;
  background: var(--accent);
  border-radius: 2px;
}
.node-1gtn::before { top: 7px; left: 0; width: 16px; height: 2px; }
.node-1gtn::after { top: 0; left: 7px; width: 2px; height: 16px; }
.faq__item[open] .node-1gtn::after { display: none; }
.node-pceu { padding: 0 18px 18px; color: var(--text); }
.node-pceu p:first-child { margin-top: 0; }


.face-fy7q {
  margin-top: 56px;
  background: var(--surface-alt);
  border-top: 1px solid var(--border);
}
.stack-3vah {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 32px 0;
}
.chunk-lrvh { display: flex; align-items: center; }
.zone-1v15 { width: 30px; height: 30px; }
.band-o5xi { width: 30px; height: 30px; }
.holder-1ndh { display: flex; flex-wrap: wrap; gap: 18px; }
.holder-1ndh a { color: var(--text-muted); text-decoration: none; font-size: .92rem; }
.holder-1ndh a:hover { color: var(--ink); }
.box-wktn { border-top: 1px solid var(--border); }
.box-wktn .plate-ogka { padding-top: 16px; padding-bottom: 4px; font-size: .82rem; color: var(--text-muted); }
.holder-1uwk { border-top: 1px solid var(--border); }
.unit-k09h { padding: 16px 0; font-size: .85rem; color: var(--text-muted); }


.box-1tl4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  cursor: pointer;
}
.part-16pq { background: var(--accent); color: var(--on-accent); }
.part-16pq:hover { background: var(--accent-2); color: var(--on-accent); }
.wrap-18il { background: transparent; color: var(--accent-text); border-color: var(--border-strong); }
.wrap-18il:hover { background: var(--surface-alt); color: var(--ink); }
.stack-1gjp { padding: 13px 28px; font-size: 1rem; }
.bar-1vma { width: 100%; }


@media (max-width: 860px) {
  .chunk-1n63 { display: inline-flex; }
  .segment-lshz {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    padding: 8px 16px 16px;
    box-shadow: 0 12px 24px rgba(18, 22, 29, .06);
    display: none;
  }
  .segment-lshz.is-open { display: flex; }
  .segment-lshz > a { padding: 12px 8px; border-radius: 0; border-bottom: 1px solid var(--border); }
  .mark-d3or { position: relative; }
  .widget-w5qh { columns: 1; }
  .mark-qqof { padding: 36px 0 4px; }
  .stack-3vah { flex-direction: column; align-items: flex-start; gap: 16px; }
}

/* aj9glq */
