/*
Theme Name: Tanflex Sept — Башня леденцов
Theme URI: https://aigp.kz/
Author: AIGP Digital Marketing
Description: Тема WordPress с игровым тестом для сотрудников по запуску Танфлекс СЕПТ. Шорткод [tanflex_quiz] — сама игра, [tanflex_board] — рейтинг команды. Результаты сохраняются в админке и выгружаются в CSV.
Version: 1.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: Proprietary
Text Domain: tanflex-sept-quiz
*/

/* ---------- Каркас сайта (минимальный, чтобы игра была героем страницы) ---------- */

:root {
  --tfs-navy: #052A5E;
  --tfs-magenta: #E6007E;
  --tfs-orange: #F58220;
  --tfs-paper: #EEF3F9;
}

* { box-sizing: border-box; }

body.tfs-body {
  margin: 0;
  font-family: 'Manrope', -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  color: #0D1B2E;
  background:
    radial-gradient(90% 60% at 50% 0%, #E7EFF9 0%, rgba(231, 239, 249, 0) 60%),
    var(--tfs-paper);
  min-height: 100vh;
}

.tfs-site {
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 20px 60px;
}

.tfs-topbar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0 18px;
}

.tfs-topbar__brand {
  font-family: 'Unbounded', 'Arial Black', sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -.02em;
  color: var(--tfs-navy);
  text-decoration: none;
}
.tfs-topbar__brand span { color: var(--tfs-orange); }

.tfs-topbar__nav {
  margin-left: auto;
  display: flex;
  gap: 18px;
  font-size: 14px;
  font-weight: 700;
}
.tfs-topbar__nav a { color: var(--tfs-navy); text-decoration: none; }
.tfs-topbar__nav a:hover { color: var(--tfs-magenta); }
.tfs-topbar__nav ul { display: flex; gap: 18px; list-style: none; margin: 0; padding: 0; }

.tfs-content {
  background: #fff;
  border-radius: 22px;
  padding: 28px 32px;
  margin-top: 24px;
  box-shadow: 0 20px 60px -45px rgba(5, 42, 94, .8);
  line-height: 1.65;
}
.tfs-content h1, .tfs-content h2 {
  font-family: 'Unbounded', 'Arial Black', sans-serif;
  letter-spacing: -.02em;
  color: var(--tfs-navy);
}

.tfs-foot {
  margin-top: 28px;
  text-align: center;
  font-size: 12.5px;
  color: #5A6B80;
}

@media (max-width: 700px) {
  .tfs-site { padding: 14px 12px 40px; }
  .tfs-content { padding: 20px 18px; border-radius: 16px; }
}
