/* ==========================================================
   7k063.fun — 7K Casino / 7К Казино
   Концепт: «серый камень и сигнальный красный», светлый справочник
   Префикс классов: .watchdesk-   ·   Шрифты: Arimo + Literata
   ========================================================== */

:root{
  --bg:#f0f1f2;
  --bg2:#e7e9ea;
  --panel:#ffffff;
  --ink:#141618;
  --red:#c02a2a;
  --red-d:#9c1f1f;
  --steel:#33506b;
  --mut:#5c6166;
  --line:#d5d8da;
  --line2:#e3e5e7;
  --tint:#fbf3f3;
  --tint2:#eef2f6;
  --sh:0 2px 4px rgba(20,22,24,.05), 0 10px 26px rgba(20,22,24,.06);
  --mono:ui-monospace,'Cascadia Mono','Consolas','DejaVu Sans Mono',monospace;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:'Arimo',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;
  font-size:16.5px;
  line-height:1.72;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3{font-family:'Literata',Georgia,'Times New Roman',serif;font-weight:600;line-height:1.24;margin:0 0 13px;color:var(--ink)}
h1{font-size:clamp(25px,3.3vw,40px);letter-spacing:-.012em}
h1 em{font-style:normal;color:var(--red)}
h2{font-size:clamp(21px,2.3vw,29px)}
h3{font-size:clamp(16px,1.5vw,19.5px);color:var(--steel)}
h4{font-family:'Arimo',sans-serif;font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--mut);margin:0 0 9px}
p{margin:0 0 14px}
a{color:var(--red);text-decoration:none;transition:color .16s,border-color .16s}
a:hover{color:var(--red-d)}
em{font-style:normal}

.watchdesk-in{width:min(900px,92vw);margin:0 auto}
.watchdesk-in--w{width:min(1080px,94vw)}
.watchdesk-skip{position:absolute;left:-9999px}
.watchdesk-skip:focus{left:14px;top:14px;background:var(--red);color:#fff;padding:9px 15px;z-index:99}

/* ---------- ШАПКА ---------- */
.watchdesk-bar{
  position:sticky;top:0;z-index:40;
  display:flex;align-items:center;gap:20px;
  padding:9px max(4vw,16px);
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.watchdesk-logo{display:flex;align-items:center;gap:10px;color:var(--ink)}
.watchdesk-logo svg{width:32px;height:32px;flex:none}
.watchdesk-logo__t{display:flex;flex-direction:column;line-height:1.15}
.watchdesk-logo__n{font-family:'Literata',serif;font-weight:600;font-size:16.5px}
.watchdesk-logo__s{font-family:var(--mono);font-size:10.5px;color:var(--mut);letter-spacing:.06em;text-transform:uppercase}
.watchdesk-nav{display:flex;gap:18px;margin-left:auto;font-size:14.2px}
.watchdesk-nav a{color:var(--mut);border-bottom:1px solid transparent;padding-bottom:2px}
.watchdesk-nav a:hover{color:var(--ink);border-color:var(--red)}
.watchdesk-cta{
  flex:none;background:var(--red);color:#fff;font-weight:700;font-size:14.2px;
  padding:9px 19px;border-radius:3px;box-shadow:0 4px 12px rgba(192,42,42,.22);
}
.watchdesk-cta:hover{background:var(--red-d);color:#fff}
.watchdesk-cta--ghost{background:none;color:var(--steel);border:1px solid var(--steel);box-shadow:none;font-weight:600}
.watchdesk-cta--ghost:hover{background:var(--tint2);color:var(--steel)}
.watchdesk-cta--big{font-size:15.4px;padding:13px 28px}

/* ---------- СЕКЦИИ ---------- */
.watchdesk-sec{padding:40px 0;border-top:1px solid var(--line)}
.watchdesk-sec:nth-of-type(even){background:var(--bg2)}
.watchdesk-mark{
  display:block;font-family:var(--mono);font-size:12.4px;letter-spacing:.14em;
  color:var(--red);text-transform:lowercase;margin:0 0 8px;
}
.watchdesk-intro{color:#2c3033;max-width:72ch}

/* ---------- HERO ---------- */
.watchdesk-hero{padding:46px 0 40px;background:linear-gradient(180deg,#fff,var(--bg))}
.watchdesk-hero .watchdesk-lead{font-size:17.2px;color:#2c3033}
.watchdesk-stamp{
  display:inline-block;font-family:var(--mono);font-size:12.2px;letter-spacing:.08em;
  color:var(--steel);border:1px solid var(--line);background:#fff;padding:5px 11px;margin-bottom:14px;
}
.watchdesk-hero__cta{display:flex;flex-wrap:wrap;gap:11px;margin:20px 0 22px}
.watchdesk-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:20px}
.watchdesk-quick a{
  display:block;background:var(--panel);border:1px solid var(--line);border-top:3px solid var(--steel);
  padding:12px 14px;color:var(--ink);border-radius:0 0 3px 3px;
}
.watchdesk-quick a:hover{border-color:var(--red);color:var(--ink);box-shadow:var(--sh)}
.watchdesk-quick .watchdesk-q__t{display:block;font-weight:700;font-size:14.6px;color:var(--red);margin-bottom:2px}
.watchdesk-quick span{display:block;font-size:13.1px;color:var(--mut);line-height:1.5}

/* ---------- KPI-строка ---------- */
.watchdesk-kpi{display:flex;flex-wrap:wrap;border:1px solid var(--line);background:var(--panel)}
.watchdesk-kpi div{flex:1 1 0;min-width:150px;padding:13px 15px;border-right:1px solid var(--line2)}
.watchdesk-kpi div:last-child{border-right:none}
.watchdesk-kpi u{display:block;text-decoration:none;font-family:'Literata',serif;font-size:23px;color:var(--steel);font-variant-numeric:tabular-nums;line-height:1.2}
.watchdesk-kpi span{display:block;font-size:12.8px;color:var(--mut)}

/* ---------- СПРАВОЧНЫЕ СПИСКИ ---------- */
.watchdesk-dl{
  margin:18px 0 0;display:grid;grid-template-columns:240px 1fr;
  border-top:1px solid var(--line);
}
.watchdesk-dl dt{
  padding:11px 14px 11px 0;border-bottom:1px solid var(--line2);
  font-weight:700;font-size:14.6px;color:var(--steel);
}
.watchdesk-dl dd{
  margin:0;padding:11px 0 11px 16px;border-bottom:1px solid var(--line2);
  border-left:1px solid var(--line2);font-size:15.2px;color:#2b2f32;
}
.watchdesk-dl dd .watchdesk-n{font-variant-numeric:tabular-nums;color:var(--red);font-weight:700}
.watchdesk-dl--tight dd{font-size:14.8px}
.watchdesk-dl dt:last-of-type,.watchdesk-dl dd:last-of-type{border-bottom:none}

.watchdesk-note{
  margin-top:16px;background:var(--tint);border-left:3px solid var(--red);
  padding:13px 16px;font-size:14.6px;color:#2f3336;
}
.watchdesk-note--cool{background:var(--tint2);border-left-color:var(--steel)}
.watchdesk-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.watchdesk-chips span{
  font-family:var(--mono);font-size:12.4px;color:var(--mut);
  border:1px solid var(--line);background:var(--panel);padding:4px 10px;
}

/* ---------- ЦИТАТЫ ---------- */
.watchdesk-quote{margin:0 0 22px;padding-left:18px;border-left:2px solid var(--red)}
.watchdesk-quote p{font-family:'Literata',serif;font-size:16.4px;color:#26292c;margin:0 0 7px}
.watchdesk-quote footer{font-size:13.4px;color:var(--mut)}
.watchdesk-quote footer u{text-decoration:none;color:var(--red);letter-spacing:.12em;margin-right:8px}

/* ---------- FAQ ---------- */
.watchdesk-faq details{
  border-bottom:1px solid var(--line);background:transparent;padding:12px 0;
}
.watchdesk-faq summary{
  cursor:pointer;font-family:'Literata',serif;font-weight:600;font-size:16px;
  color:var(--ink);list-style:none;display:flex;gap:10px;
}
.watchdesk-faq summary::-webkit-details-marker{display:none}
.watchdesk-faq summary::before{content:'›';color:var(--red);font-size:19px;line-height:1.2}
.watchdesk-faq details[open] summary::before{content:'⌄'}
.watchdesk-faq p{margin:9px 0 0 20px;font-size:14.9px;color:#2f3336}

/* ---------- SVG ---------- */
.watchdesk-fig{display:block;width:100%;max-width:820px;height:auto;margin:20px 0 6px;background:var(--panel);border:1px solid var(--line)}
.watchdesk-figcap{font-size:13.2px;color:var(--mut)}

/* ---------- АВТОР / ФУТЕР ---------- */
.watchdesk-author{background:var(--panel);border:1px solid var(--line);padding:22px 24px;margin-top:8px}
.watchdesk-author p{font-size:14.8px;color:#2f3336}
.watchdesk-final{text-align:center;background:var(--tint);border-top:1px solid var(--line)}
.watchdesk-final p{max-width:66ch;margin-left:auto;margin-right:auto}
.watchdesk-foot{background:#e2e4e6;border-top:1px solid var(--line);padding:32px 0 38px;font-size:14px;color:var(--mut)}
.watchdesk-foot .watchdesk-in--w{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:24px}
.watchdesk-foot a{color:var(--steel)}
.watchdesk-foot a:hover{color:var(--red)}
.watchdesk-age{display:inline-block;border:1px solid var(--red);color:var(--red);padding:1px 8px;font-size:13px;font-weight:700;margin-right:8px}
.watchdesk-fine{grid-column:1/-1;margin-top:20px;padding-top:15px;border-top:1px solid var(--line);font-size:13.1px;line-height:1.65}

/* ---------- АДАПТИВ ---------- */
@media (max-width:1000px){
  .watchdesk-quick{grid-template-columns:repeat(2,1fr)}
  .watchdesk-nav{display:none}
  .watchdesk-dl{grid-template-columns:200px 1fr}
  .watchdesk-foot .watchdesk-in--w{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  body{font-size:16px}
  .watchdesk-sec{padding:30px 0}
  .watchdesk-quick{grid-template-columns:1fr}
  .watchdesk-dl{grid-template-columns:1fr;border-top:none}
  .watchdesk-dl dt{border-bottom:none;padding-bottom:2px}
  .watchdesk-dl dd{border-left:none;padding-left:0;padding-top:0}
  .watchdesk-kpi div{border-right:none;border-bottom:1px solid var(--line2);min-width:100%}
  .watchdesk-foot .watchdesk-in--w{grid-template-columns:1fr}
  .watchdesk-hero__cta a{width:100%;text-align:center}
  .watchdesk-fig{overflow-x:auto}
}

/* ==========================================================
   ДОПОЛНИТЕЛЬНЫЕ СОСТОЯНИЯ И МЕЛКАЯ ТИПОГРАФИКА
   ========================================================== */

::selection{background:rgba(192,42,42,.16);color:var(--ink)}

:where(a,summary,details):focus-visible{
  outline:2px solid var(--red);
  outline-offset:3px;
  border-radius:2px;
}
.watchdesk-cta:focus-visible{outline-color:var(--steel)}

/* тонкая линейка над каждым H2 внутри секции */
.watchdesk-sec h2{position:relative;padding-top:4px}
.watchdesk-sec h2::after{
  content:'';display:block;width:52px;height:2px;
  background:var(--red);margin:11px 0 4px;
}
.watchdesk-final h3::after{content:none}

/* нумерация терминов справочника при наведении на список */
.watchdesk-dl dt{position:relative;transition:color .16s}
.watchdesk-dl dt:hover{color:var(--red)}
.watchdesk-dl dd:hover{background:rgba(51,80,107,.045)}

/* акцентный первый абзац секции */
.watchdesk-intro{font-size:16.8px;line-height:1.74}
.watchdesk-intro + .watchdesk-dl{margin-top:14px}

/* мелкие служебные утилиты */
.watchdesk-hr{border:none;border-top:1px solid var(--line);margin:26px 0}
.watchdesk-lead + p{color:#33383c}
.watchdesk-stamp span{color:var(--red)}
.watchdesk-note p:last-child{margin-bottom:0}

/* KPI: акцент на первой ячейке */
.watchdesk-kpi div:first-child u{color:var(--red)}
.watchdesk-kpi div:hover{background:var(--tint2)}

/* цитаты: кавычка-маркер */
.watchdesk-quote{position:relative}
.watchdesk-quote::before{
  content:'«';position:absolute;left:-2px;top:-8px;
  font-family:'Literata',serif;font-size:34px;color:rgba(192,42,42,.22);
  line-height:1;pointer-events:none;
}
.watchdesk-quote p{padding-left:2px}

/* FAQ: подсветка открытого пункта */
.watchdesk-faq details[open]{background:rgba(255,255,255,.6)}
.watchdesk-faq details[open] summary{color:var(--red)}
.watchdesk-faq details:last-child{border-bottom:none}

/* быстрые действия: подпись-стрелка */
.watchdesk-quick a::after{
  content:'→';display:inline-block;margin-top:6px;
  color:var(--steel);font-size:14px;
}
.watchdesk-quick a:hover::after{color:var(--red)}

/* футер: колонка ссылок плотнее */
.watchdesk-foot p{margin-bottom:11px;line-height:1.65}
.watchdesk-foot h4{color:var(--ink)}

/* уважение к системным настройкам движения */
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *{transition:none !important}
}

/* печать: убираем интерактив, оставляем справочник */
@media print{
  .watchdesk-bar,.watchdesk-hero__cta,.watchdesk-quick,.watchdesk-final,.watchdesk-cta{display:none}
  body{background:#fff;font-size:11.5pt}
  .watchdesk-sec{border-top:1px solid #999;page-break-inside:avoid;padding:14pt 0}
  .watchdesk-dl{grid-template-columns:190pt 1fr}
  .watchdesk-fig{border:1px solid #bbb}
  .watchdesk-faq details{page-break-inside:avoid}
  .watchdesk-faq p{display:block}
}

/* очень узкие экраны: справочник не должен ломаться */
@media (max-width:400px){
  h1{font-size:23px}
  .watchdesk-sec h2{font-size:19.5px}
  .watchdesk-dl dd{font-size:14.4px}
  .watchdesk-quote{padding-left:13px}
  .watchdesk-stamp{font-size:11.4px}
}
