/* Конторка — лендинг. Страница = рабочий стол конторского ПК: бирюзовый фон, серые окна Win98. */

:root {
  --desk: #008080;
  --desk-shade: #004848;
  --face: #c0c0c0;
  --hi: #ffffff;
  --lt: #dfdfdf;
  --sh: #808080;
  --dk: #0a0a0a;
  --navy: #000080;
  --blue: #1084d0;
  --accent: #a3246f;
  --sign: #167a3a;
  --photo: #55715f;
  --ink-soft: #2b2b2b;

  --pixel: 'Pixelify Sans', 'PT Mono', monospace;
  --ui: 'PT Sans', Tahoma, Verdana, sans-serif;
  --mono: 'PT Mono', ui-monospace, monospace;

  --window: inset -2px -2px var(--dk), inset 2px 2px var(--lt), inset -4px -4px var(--sh), inset 4px 4px var(--hi);
  --raised: inset -2px -2px var(--dk), inset 2px 2px var(--hi), inset -4px -4px var(--sh), inset 4px 4px var(--lt);
  --pressed: inset 2px 2px var(--dk), inset -2px -2px var(--hi), inset 4px 4px var(--sh), inset -4px -4px var(--lt);
  --sunken: inset -2px -2px var(--hi), inset 2px 2px var(--sh), inset -4px -4px var(--lt), inset 4px 4px var(--dk);
  --field: inset -1px -1px var(--hi), inset 1px 1px var(--sh), inset -2px -2px var(--lt), inset 2px 2px var(--dk);
  --groove: inset -2px -2px var(--hi), inset 2px 2px var(--sh);
  --small-raised: inset -1px -1px var(--dk), inset 1px 1px var(--hi), inset -2px -2px var(--sh), inset 2px 2px var(--lt);
}

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

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

body {
  margin: 0;
  background: var(--desk);
  color: #000000;
  font-family: var(--ui);
  font-size: 17px;
  line-height: 1.5;
}

h1, h2, h3, p, figure { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: #ffffff; }
a:hover { color: #ffe9a6; }
:focus-visible { outline: 2px dotted #ffffff; outline-offset: 3px; }
[id] { scroll-margin-top: 24px; }

.skip { position: absolute; left: 8px; top: -60px; z-index: 20; padding: 10px 14px; background: #ffffff; color: #000000; }
.skip:focus { top: 8px; }

.desk { position: relative; display: flex; flex-direction: column; min-height: 100vh; overflow-x: clip; }
.wrap { width: 100%; max-width: 1232px; margin-inline: auto; padding-inline: 16px; }

/* ---------- окна и кнопки ---------- */

.win { background: var(--face); padding: 4px; box-shadow: var(--window); }
.win__bar {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  min-height: 34px; padding: 0 6px 0 10px;
  background: linear-gradient(90deg, var(--navy), var(--blue));
  color: #ffffff; font-weight: 700; font-size: 15px; line-height: 1.2;
}
.win__bar--sm { min-height: 28px; font-size: 13px; }
.win__ctl { display: flex; gap: 2px; flex-shrink: 0; }
.win__ctl span { display: flex; align-items: center; justify-content: center; width: 24px; height: 22px; background: var(--face); box-shadow: var(--small-raised); }
.win__menu { display: flex; flex-wrap: wrap; gap: 4px 16px; padding: 8px; font-size: 14px; }
.win__status { display: flex; gap: 4px; margin-top: 4px; font-size: 13px; }
.win__status > * { padding: 5px 10px; box-shadow: var(--groove); }
.win__status > :first-child { flex-grow: 1; }
.rule { height: 2px; margin: 0 8px; background: var(--sh); box-shadow: 0 2px 0 var(--hi); }
.frame { padding: 4px; background: #000000; box-shadow: var(--sunken); }
.frame img { width: 100%; object-fit: cover; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 44px; padding: 0 18px; border: 0;
  background: var(--face); box-shadow: var(--raised);
  color: #000000; font: inherit; font-size: 16px; text-decoration: none; cursor: pointer;
}
.btn:hover { color: #000000; }
.btn:active:not([disabled]) { box-shadow: var(--pressed); padding-top: 2px; }
.btn:focus-visible { outline: 2px dotted #000000; outline-offset: -8px; }
.btn--default { box-shadow: 0 0 0 2px #000000, var(--raised); }
.btn--default:active:not([disabled]) { box-shadow: 0 0 0 2px #000000, var(--pressed); }
.btn--bold { font-weight: 700; }
.btn[disabled] { color: var(--sh); text-shadow: 1px 1px 0 var(--hi); cursor: default; }

.store {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  min-height: 56px; padding: 0 18px;
  background: var(--face); box-shadow: var(--raised);
  font-weight: 700; font-size: 18px;
}
.store--default { box-shadow: 0 0 0 2px #000000, var(--raised); }
.soon { padding: 3px 7px; background: var(--accent); color: #ffffff; font-family: var(--mono); font-weight: 400; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.stores { display: flex; flex-direction: column; gap: 10px; }

.eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #3a3a3a; }
.pixel { font-family: var(--pixel); font-weight: 700; }

/* ---------- шапка и ярлыки ---------- */

.top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 20px; }
.sign {
  display: block; padding: 7px 14px 8px;
  background: var(--sign); border: 3px solid #0b3f1e;
  box-shadow: 0 0 0 2px #1f1f1f, 0 0 22px rgba(90, 255, 140, 0.35);
  color: #ffffff; font-family: var(--pixel); font-weight: 700; font-size: 24px; line-height: 1; letter-spacing: 3px;
  text-decoration: none; text-shadow: 0 0 8px rgba(255, 255, 255, 0.55);
}
.sign:hover { color: #ffffff; }
.top__nav { display: flex; align-items: center; gap: 28px; font-weight: 700; }
.top__nav a:not(.btn) { display: none; text-decoration: none; }

.shortcuts { display: none; }

/* ---------- первый экран ---------- */

.hero__body { display: flex; flex-direction: column; }
.hero__art { margin-top: 4px; }
.hero__art img { aspect-ratio: 1 / 1; object-position: center 42%; }
.hero__text { display: flex; flex-direction: column; gap: 16px; padding: 18px 12px; }
.hero h1 { font-family: var(--pixel); font-weight: 700; font-size: clamp(32px, 9.4vw, 52px); line-height: 1.04; }
.hero__lead { color: #161616; text-wrap: pretty; }
.hero__note { font-size: 14px; color: var(--ink-soft); }
.hero__note a { color: var(--navy); }
.hero__nav { display: flex; justify-content: flex-end; gap: 8px; padding: 16px 10px 12px; }
.hero__nav .btn { min-width: 104px; }
.hero__back { display: none; }

/* ---------- секции ---------- */

.sec { padding-top: 72px; }
.sec__head { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; color: #ffffff; }
.sec h2, .flat h2 { font-family: var(--pixel); font-weight: 700; font-size: clamp(32px, 3.7vw, 46px); line-height: 1.07; color: #ffffff; text-shadow: 2px 2px 0 var(--desk-shade); text-wrap: balance; }
.sec__head p { max-width: 760px; }
.on-desk { color: #ffffff; text-wrap: pretty; }

/* батрачки: на телефоне лента, с планшета — три окна в ряд */
.games {
  display: flex; gap: 12px; margin-inline: -16px; padding: 0 16px 12px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: 16px;
}
.game { flex: 0 0 min(300px, 82vw); scroll-snap-align: start; display: flex; flex-direction: column; }
.game .frame { margin-top: 4px; }
.game .frame img { aspect-ratio: 3 / 4; }
.game__text { display: flex; flex-direction: column; gap: 10px; padding: 16px 12px 18px; }
.game h3 { font-size: 23px; line-height: 1.2; }
.game p { font-size: 16px; text-wrap: pretty; }
.game .win__status { margin-top: auto; font-size: 14px; }

/* расчётный листок */
.prices { display: flex; flex-direction: column; gap: 28px; }
.prices__text { display: flex; flex-direction: column; gap: 16px; }
.prices__text img { width: 96px; }
.xl-formula { display: flex; gap: 4px; padding: 0 2px 6px; font-size: 15px; }
.xl-formula > * { padding: 7px 8px; background: #ffffff; box-shadow: var(--field); }
.xl-formula > :nth-child(1) { width: 52px; }
.xl-formula > :nth-child(2) { padding-inline: 4px; background: none; box-shadow: none; font-style: italic; font-weight: 700; }
.xl-formula > :nth-child(3) { flex-grow: 1; font-weight: 700; }
.xl { margin: 0 2px; background: #ffffff; border: 1px solid var(--sh); font-size: 16px; }
.xl-row { display: grid; grid-template-columns: 30px minmax(0, 1fr) 96px; grid-template-areas: "n name price" "n note price"; min-height: 56px; border-bottom: 1px solid #d0d0d0; }
.xl-row:last-child { border-bottom: 0; }
.xl-n { grid-area: n; display: flex; align-items: center; justify-content: center; background: var(--face); border-right: 1px solid var(--sh); font-size: 13px; }
.xl-name { grid-area: name; align-self: end; padding: 8px 10px 0; }
.xl-note { grid-area: note; align-self: start; padding: 2px 10px 8px; font-size: 13px; color: #404040; }
.xl-price { grid-area: price; display: flex; align-items: center; justify-content: flex-end; padding: 0 10px; border-left: 1px solid #d0d0d0; font-weight: 700; font-size: 18px; text-align: right; }
.xl-price--range { font-size: 15px; }
.xl-row--letters { min-height: 26px; grid-template-areas: "n name price"; background: var(--face); border-bottom: 1px solid var(--sh); font-size: 13px; text-align: center; }
.xl-row--letters > * { padding: 3px 0; border-right: 1px solid var(--sh); }
.xl-row--letters > :nth-child(3) { background: #f3d67a; border-left: 0; }
.xl-row--letters > :nth-child(4) { display: none; }
.xl-row--head { min-height: 40px; font-weight: 700; font-size: 15px; }
.xl-row--head .xl-name { align-self: center; padding-block: 0; }
.xl-row--head .xl-note { display: none; }
.xl-row--head .xl-price { font-size: 15px; }
.xl-row--pick { background: #c6efce; color: #0a4d1a; }
.xl-row--pick .xl-n { background: #f3d67a; color: #000000; }
.xl-row--pick .xl-name { font-weight: 700; }
.xl-row--pick .xl-note { color: inherit; }
.xl-row--pick .xl-price { outline: 2px solid #000000; outline-offset: -2px; }

/* квартирка */
.flat { display: flex; flex-direction: column; gap: 20px; }
.flat__text { display: flex; flex-direction: column; gap: 20px; }
.paint .frame { background: var(--sh); }
.paint .frame img { aspect-ratio: 3 / 2; }
.palette { display: flex; align-items: center; gap: 8px; padding: 8px 4px 4px; }
.palette__cur { position: relative; width: 34px; height: 34px; flex-shrink: 0; box-shadow: inset -1px -1px var(--hi), inset 1px 1px var(--sh); }
.palette__cur::after { content: ''; position: absolute; left: 6px; top: 6px; width: 16px; height: 16px; background: #6f7f6a; border: 1px solid #000000; }
.palette__grid { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 2px; width: min(238px, 100%); }
.palette__grid i { height: 16px; box-shadow: inset 1px 1px #404040; }
.iso { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 4px; margin-top: -28px; }
.iso img { filter: drop-shadow(4px 6px 0 rgba(0, 0, 0, 0.35)); }
.iso figcaption { font-size: 14px; color: #ffffff; }

/* коллектив */
.you { margin-bottom: 12px; }
.you__body { display: flex; flex-direction: column; }
.you__photos { display: flex; gap: 8px; padding: 8px 6px 0; }
.photo { display: flex; align-items: flex-end; justify-content: center; height: 170px; padding: 4px 4px 4px; overflow: hidden; background: var(--photo); box-shadow: var(--sunken); }
.photo img { height: 158px; width: auto; max-width: none; }
.you__photos .photo { flex: 1 1 0; }
.you__text { display: flex; flex-direction: column; gap: 6px; padding: 12px 8px 14px; }
.you h3 { font-size: 22px; line-height: 1.2; }
.you p { font-size: 15px; line-height: 1.45; text-wrap: pretty; }
.you__pass { display: none; }
.role { font-family: var(--mono); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: #3a3a3a; }
.team { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.card { display: flex; flex-direction: column; }
.card__body { display: flex; flex-direction: column; }
.card .photo { height: 150px; margin: 8px 6px 0; }
.card .photo img { height: 138px; }
.card__text { display: flex; flex-direction: column; gap: 5px; padding: 10px 8px 12px; }
.card h3 { font-size: 17px; line-height: 1.2; }
.card p { font-size: 14px; line-height: 1.4; }

/* финальный диалог */
.cta { display: flex; flex-direction: column; align-items: center; padding-top: 80px; }
.cta__row { display: flex; flex-direction: column; align-items: center; width: 100%; }
.cta__boss { position: relative; z-index: 2; height: 230px; width: auto; margin-bottom: -28px; filter: drop-shadow(4px 6px 0 rgba(0, 0, 0, 0.35)); }
.dialog { width: 100%; max-width: 680px; box-shadow: var(--window), 6px 8px 0 rgba(0, 0, 0, 0.3); }
.dialog__msg { display: flex; align-items: flex-start; gap: 16px; padding: 40px 16px 8px; }
.dialog__msg img { height: 64px; width: auto; flex-shrink: 0; }
.dialog__msg div { display: flex; flex-direction: column; gap: 8px; }
.dialog__q { font-size: 22px; font-weight: 700; line-height: 1.25; }
.dialog__sub { font-size: 15px; color: #222222; }
.dialog__btns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 18px 16px 22px; }
.dialog__btns .btn { min-height: 46px; font-size: 17px; }
.dialog .stores { padding: 20px 12px 16px; }
.cheer { padding-top: 36px; font-family: var(--pixel); font-weight: 700; font-size: clamp(30px, 3vw, 38px); line-height: 1.1; text-align: center; color: #ffffff; text-shadow: 2px 2px 0 var(--desk-shade); }

/* подвал и панель задач */
.legal { margin-top: auto; padding-block: 56px 20px; font-size: 15px; color: #ffffff; }
.legal p { max-width: 640px; }
.legal__links { display: flex; flex-direction: column; margin-top: 8px; }
.legal__links a { display: flex; align-items: center; min-height: 44px; }
.taskbar {
  position: sticky; bottom: 0; z-index: 10;
  display: flex; align-items: center; gap: 8px; min-height: 56px; padding: 6px 8px 4px;
  background: var(--face); box-shadow: inset 0 2px var(--hi), inset 0 4px var(--lt);
}
.taskbar .btn { min-height: 44px; }
.start { padding: 0 14px 0 10px; font-weight: 700; font-size: 17px; gap: 8px; }
.start img { height: 28px; width: auto; }
.taskbar__sep, .tasks { display: none; }
.tray { display: flex; align-items: center; gap: 12px; min-height: 44px; margin-left: auto; padding: 0 14px; font-size: 15px; box-shadow: var(--groove); }
.tray b { font-weight: 700; }

/* ---------- с планшета ---------- */

@media (min-width: 720px) {
  .wrap { padding-inline: 24px; }
  .win__bar { min-height: 36px; font-size: 17px; }
  .win__bar--sm { min-height: 30px; font-size: 15px; }
  .win__menu { font-size: 15px; }
  .top { padding-block: 28px; }
  .sign { padding: 8px 22px 10px; border-width: 4px; font-size: 34px; letter-spacing: 4px; }
  .top__nav a:not(.btn) { display: inline; }
  .stores { flex-direction: row; flex-wrap: wrap; gap: 12px; }
  .store { padding: 0 22px; }

  .xl-row { grid-template-columns: 40px minmax(0, 270px) 150px minmax(0, 1fr); grid-template-areas: "n name price note"; min-height: 44px; }
  .xl-name { align-self: center; padding: 6px 12px; }
  .xl-note { align-self: center; padding: 6px 12px; font-size: 15px; color: #333333; border-left: 1px solid #d0d0d0; }
  .xl-price { padding: 0 12px; font-size: 19px; }
  .xl-price--range { font-size: 16px; }
  .xl-row--letters { min-height: 28px; font-size: 14px; }
  .xl-row--letters > :nth-child(4) { display: block; border-right: 0; }
  .xl-row--head .xl-note { display: flex; align-items: center; color: inherit; font-size: 16px; }
  .xl-row--head .xl-price { font-size: 16px; }
  .xl-formula { gap: 6px; padding: 0 4px 6px; font-size: 16px; }
  .xl-formula > :nth-child(1) { width: 84px; }
  .xl { margin: 0 4px; }

  .team { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .you { margin-bottom: 24px; }
  .you__body { flex-direction: row; align-items: center; gap: 28px; padding: 14px 28px 14px 10px; }
  .you__photos { padding: 0; flex-shrink: 0; }
  .you__photos .photo { flex: 0 0 132px; height: 176px; }
  .you__photos .photo img { height: 164px; }
  .you__text { gap: 8px; padding: 0; max-width: 660px; }
  .you h3 { font-size: 28px; line-height: 1.15; }
  .you p { font-size: 17px; line-height: 1.5; }
  .role { font-size: 12px; }

  .dialog__msg { gap: 22px; padding: 30px 32px 8px; }
  .dialog__msg img { height: 84px; }
  .dialog__q { font-size: 26px; }
  .dialog__sub { font-size: 16px; }
  .dialog__btns { display: flex; justify-content: center; gap: 12px; padding: 20px 32px 26px; }
  .dialog__btns .btn { min-width: 132px; }
  .dialog .stores { justify-content: center; padding: 22px 16px 20px; }

  .legal { display: flex; justify-content: space-between; gap: 40px; padding-block: 64px 20px; }
  .legal__links { flex-direction: row; align-items: flex-start; gap: 28px; margin-top: 0; white-space: nowrap; }
  .legal__links a { min-height: 0; }
  .taskbar__sep { display: block; width: 2px; height: 36px; background: var(--sh); box-shadow: 2px 0 0 var(--hi); }
}

/* ---------- десктоп ---------- */

@media (min-width: 900px) {
  body { font-size: 19px; line-height: 1.55; }
  .sec { padding-top: 112px; }
  .sec__head { gap: 14px; margin-bottom: 40px; }
  .sec__head p { font-size: 20px; line-height: 1.5; }
  .sec h2, .flat h2 { text-shadow: 3px 3px 0 var(--desk-shade); }

  .hero__body { flex-direction: row; gap: 44px; padding: 24px 28px 24px 24px; }
  .hero__art { flex: 0 0 min(456px, 40%); margin-top: 0; align-self: flex-start; }
  .hero__art img { aspect-ratio: 2 / 3; object-position: center; }
  .hero__text { justify-content: center; gap: 24px; padding: 0; }
  .hero h1 { font-size: clamp(38px, 4vw, 52px); letter-spacing: -0.5px; }
  .hero__lead { max-width: 600px; font-size: 20px; line-height: 1.5; }
  .hero__note { max-width: 600px; }
  .eyebrow { font-size: 14px; }
  .hero__nav { padding: 18px 16px 14px; }
  .hero__nav .btn { min-width: 120px; }
  .hero__back { display: inline-flex; }
  .hero__cancel { margin-left: 12px; }
  .rule { margin: 0 12px; }

  .games { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-inline: 0; padding: 0; overflow: visible; }
  .game h3 { font-size: 24px; }
  .game__text { padding: 16px 14px 18px; }

  .tasks { display: flex; gap: 6px; flex-grow: 1; min-width: 0; font-size: 15px; }
  .tasks a { flex: 0 1 190px; justify-content: flex-start; min-width: 0; padding: 0 12px; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .tasks a.is-active { background: #d8d8d8; box-shadow: var(--pressed); font-weight: 700; }

  .cta { padding-top: 120px; }
  .cta__row { flex-direction: row; align-items: flex-end; justify-content: center; }
  .cta__boss { height: 430px; margin: 0 -56px 0 0; filter: drop-shadow(6px 8px 0 rgba(0, 0, 0, 0.35)); }
  .dialog { box-shadow: var(--window), 10px 12px 0 rgba(0, 0, 0, 0.3); }
  .dialog__msg { padding-left: 72px; }
  .dialog__btns { padding-left: 72px; }
}

@media (min-width: 1000px) {
  .prices { flex-direction: row; align-items: flex-start; gap: 48px; }
  .prices__text { flex: 0 0 400px; gap: 20px; }
  .prices__text img { width: 120px; }
  .prices .win { flex: 1 1 0; min-width: 0; }

  .flat { display: grid; grid-template-columns: minmax(0, 720px) minmax(0, 1fr); grid-template-rows: auto 1fr; column-gap: 48px; row-gap: 20px; }
  .flat__head { grid-column: 2; grid-row: 1; padding-top: 12px; }
  .flat__visual { grid-column: 1; grid-row: 1 / span 2; }
  .flat__more { grid-column: 2; grid-row: 2; }
  .iso { align-items: flex-end; width: 500px; max-width: 80%; margin: -84px 0 0 auto; transform: translateX(80px); }
  .iso img { filter: drop-shadow(6px 8px 0 rgba(0, 0, 0, 0.35)); }
  .iso figcaption { padding-right: 20px; }

  .card__body { flex-direction: row; gap: 16px; padding: 14px 12px 14px 10px; }
  .card .photo { flex: 0 0 132px; height: 176px; margin: 0; }
  .card .photo img { height: 164px; }
  .card__text { gap: 8px; padding: 0; }
  .card h3 { font-size: 21px; }
  .card p { font-size: 15px; line-height: 1.45; text-wrap: pretty; }
  .you__pass { display: block; height: 132px; width: auto; margin-left: auto; transform: rotate(6deg); }
}

/* ярлыки рабочего стола — когда слева от окон есть поле */
@media (min-width: 1440px) {
  .shortcuts {
    position: absolute; top: 136px; left: calc(50% - 600px - 102px); width: 84px;
    display: flex; flex-direction: column; gap: 22px;
    font-size: 13px; line-height: 1.2; text-align: center; text-shadow: 1px 1px 0 #003838;
  }
  .shortcuts a { display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; }
  .shortcuts img { height: 54px; width: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* ---------- документы (политика конфиденциальности) ---------- */

.doc-page { padding-bottom: 8px; }
.doc__sheet { padding: clamp(20px, 4.5vw, 56px); background: #ffffff; box-shadow: var(--sunken); font-size: 17px; line-height: 1.6; }
.doc__sheet > * { max-width: 760px; }
.doc__sheet h1 { font-family: var(--pixel); font-weight: 700; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; text-wrap: balance; }
.doc__meta { margin-top: 12px; font-family: var(--mono); font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: #3a3a3a; }
.doc__sheet h2 { margin-top: 40px; font-size: 23px; line-height: 1.25; }
.doc__sheet h3 { margin-top: 24px; font-size: 18px; line-height: 1.3; }
.doc__sheet p, .doc__sheet ul { margin-top: 12px; }
.doc__sheet ul { padding-left: 22px; }
.doc__sheet li + li { margin-top: 6px; }
.doc__sheet a { color: var(--navy); }
.doc__sheet a:hover { color: var(--accent); }
.doc__sheet :focus-visible { outline-color: #000000; }
.doc__brief { margin-top: 24px; padding: 16px 18px; background: #c6efce; color: #0a3d15; border: 1px solid #0a4d1a; }
.doc__brief p:first-child, .doc__brief ul:first-child { margin-top: 0; }
.doc .win__status a { color: var(--navy); }
.doc__sheet code { font-family: var(--mono); font-size: 0.92em; }
