:root {
  --c: #12baff;
  --b: #006fbd;
  --bg: #01050a;
  --line: rgba(22, 177, 244, .55);
  --mut: #9db0bd;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 50% 15%, #052039 0, #01070d 34%, #010408 70%);
  color: #eef8ff;
  font-family: "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; }
:focus-visible { outline: 3px solid #79d8ff; outline-offset: 3px; }
.skip { position: fixed; left: -9999px; z-index: 999; }
.skip:focus { left: 10px; top: 10px; background: #000; padding: 12px; }

.topbar {
  height: 58px;
  position: absolute;
  z-index: 50;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 0 1.2vw;
  background: linear-gradient(180deg, rgba(1, 5, 10, .92), rgba(1, 5, 10, .26) 72%, transparent);
}
.topbar nav { display: none; }
.topbar nav.open {
  display: grid;
  position: absolute;
  top: 54px;
  right: 14px;
  width: min(360px, calc(100vw - 28px));
  padding: 12px;
  border: 1px solid var(--line);
  background: rgba(2, 9, 18, .98);
  box-shadow: 0 18px 55px #000d;
}
.topbar nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #c9d8e1;
}
.topbar nav a:hover { color: var(--c); background: #082033; }
.tools { display: flex; align-items: center; gap: 3px; }
.tools button,
.hamb {
  min-width: 44px;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: #51cdfd;
  font-weight: 800;
  cursor: pointer;
}
.tools > .tool-separator { height: 18px; border-left: 1px solid #28536a; margin: 0 4px; }
.tools button.active { color: #fff; text-shadow: 0 0 10px var(--c); }
.tools .lang-flag {
  position: relative;
  width: 64px;
  min-width: 64px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  opacity: 1;
}
.lang-flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
}
.lang-flag .lang-code {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-shadow: 0 1px 3px #000, 0 0 5px #000;
}
.tools .lang-flag.active .lang-code {
  color: #19c7ff;
  text-shadow: 0 1px 3px #000, 0 0 8px #008fe8, 0 0 14px #008fe8;
}
.hamb { display: block; font-size: 24px; }

.hero {
  height: clamp(390px, 26.5vw, 520px);
  min-height: 390px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #01050a;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 27%, rgba(1, 7, 10, .62) 34%, rgba(1, 7, 10, .32) 66%, transparent 76%);
}
.hero-person,
.hero-setup {
  position: absolute;
  inset-block: 0;
  background-repeat: no-repeat;
  image-rendering: auto;
}
.hero-person {
  left: 0;
  width: 31%;
  background-image: linear-gradient(90deg, transparent 82%, #01050a 100%), url('/assets/hero-person-v142.webp');
  background-position: center, right top;
  background-size: 100% 100%, auto calc(100% + 20px);
}
.hero-person::after {
  content: "";
  position: absolute;
  top: 18%;
  right: -23%;
  width: 38%;
  height: 64%;
  pointer-events: none;
  opacity: .48;
  background:
    linear-gradient(90deg, rgba(10, 176, 255, .72), transparent 78%) 0 8% / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(10, 176, 255, .48), transparent 70%) 0 29% / 82% 1px no-repeat,
    linear-gradient(90deg, rgba(10, 176, 255, .6), transparent 82%) 0 50% / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(10, 176, 255, .4), transparent 68%) 0 71% / 76% 1px no-repeat,
    linear-gradient(90deg, rgba(10, 176, 255, .68), transparent 78%) 0 92% / 92% 1px no-repeat;
  clip-path: polygon(0 0, 100% 8%, 82% 50%, 100% 92%, 0 100%, 14% 50%);
}
.hero-setup {
  right: 0;
  width: 42%;
  background-image: linear-gradient(90deg, #01050a 0%, transparent 18%), url('/assets/hero-setup-v142.webp');
  background-position: center, center;
  background-size: 100% 100%, cover;
}
.hero-setup::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 70%;
  height: 82px;
  pointer-events: none;
  background: linear-gradient(180deg, #01050a 0 56px, rgba(1, 5, 10, .94) 66px, transparent 82px);
}
.hero-center {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 48.6%;
  width: min(42vw, 720px);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 46px 0 20px;
  min-width: 0;
  overflow: hidden;
}
.hero-center video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 70%;
  object-fit: contain;
  filter: none;
}
.hero-sub {
  margin-top: 2px;
  color: #28c5ff;
  font-size: clamp(9px, .95vw, 14px);
  letter-spacing: .16em;
}
.hero-sub b { color: #9bdfff; }
.discover {
  min-width: 166px;
  min-height: 42px;
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 22px;
  text-decoration: none;
  border: 1px solid var(--c);
  background: rgba(3, 19, 33, .78);
  color: #4bd0ff;
  font-size: 13px;
  letter-spacing: .13em;
  font-weight: 700;
  clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
}

.twitch-wrap { padding: 0 .8vw; background: #010408; }
.stream-shell {
  width: 100%;
  max-width: 1640px;
  min-height: 66px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 88px minmax(220px, 1fr) 1fr 240px;
  align-items: center;
  border: 1px solid var(--line);
  background: #020912;
  position: relative;
  overflow: hidden;
}
.offline-art {
  height: 64px;
  background: url('/assets/hero-person-v142.webp') center 16% / cover no-repeat;
  opacity: .9;
}
.stream-status { padding: 0 18px; }
.stream-status strong { display: block; font-size: 20px; letter-spacing: .08em; }
.stream-status small { color: #a8b7c1; font-size: 9px; letter-spacing: .1em; }
.stream-call { text-align: center; color: #c144ff; font-weight: 700; letter-spacing: .05em; }
.stream-shell > a {
  justify-self: end;
  margin-right: 22px;
  color: #1dc2ff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
.live-player { display: none; grid-column: 1 / -1; width: 100%; aspect-ratio: 16 / 9; position: relative; background: #000; }
.live-player iframe { width: 100%; height: 100%; border: 0; }
.stream-shell.live { max-width: 880px; grid-template-columns: 1fr 1fr 220px; }
.stream-shell.live .offline-art { display: none; }
.stream-shell.live .live-player { display: block; }
.twitch-consent { position: absolute; inset: 0; z-index: 2; display: grid; place-content: center; text-align: center; background: #02070d; }
.twitch-consent.hidden { display: none; }
.twitch-consent button { min-height: 44px; padding: 10px 16px; background: #063d5b; border: 1px solid var(--c); color: #fff; }

.topics { max-width: 1660px; margin: auto; padding: 10px .8vw 12px; }
.section-title { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; }
.card {
  position: relative;
  min-height: 126px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(15, 168, 234, .5);
  background: #020912;
  isolation: isolate;
  transition: transform .25s ease, border-color .25s ease;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  opacity: .62;
  transition: opacity .25s ease, transform .25s ease;
}
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(1, 5, 10, .12), rgba(1, 5, 10, .7) 62%, #01050af2);
}
.card:hover { transform: scale(.975); border-color: #68d9ff; }
.card:hover::before { opacity: 1; transform: scale(1.035); }
.card .txt { position: absolute; right: 18px; top: 50%; width: 45%; transform: translateY(-50%); }
.card h3 { margin: 0 0 8px; font-size: 17px; font-weight: 500; text-transform: uppercase; }
.card p { margin: 0; color: #bdc7cd; font-size: 11px; line-height: 1.5; text-transform: uppercase; }
.card .arrow { position: absolute; right: 14px; bottom: 10px; color: var(--c); font-size: 22px; }
.card.person,
.card.twizy,
.card.ai,
.card.design,
.card.gaming,
.card.hippos { grid-column: span 2; }
.card.hungary,
.card.politik { grid-column: span 3; }
.card.setup { grid-column: 1 / -1; min-height: 142px; }
.card.setup .txt { width: 27%; }
.card.person { --img: url('/assets/card-person.webp'); }
.card.twizy { --img: url('/assets/card-twizy.webp'); }
.card.ai { --img: url('/assets/card-ai.webp'); }
.card.design { --img: url('/assets/card-design.webp'); }
.card.gaming { --img: url('/assets/card-gaming.webp'); }
.card.hippos { --img: url('/assets/card-hippos.webp'); }
.card.hungary { --img: url('/assets/card-hungary.webp'); }
.card.politik { --img: url('/assets/card-politik.webp'); }
.card.setup { --img: url('/assets/card-setup-v142.webp'); }

.bottom {
  max-width: 1640px;
  min-height: 90px;
  margin: 0 auto 8px;
  padding: 10px 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px minmax(0, 1fr);
  align-items: center;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(2, 12, 21, .96), rgba(1, 8, 15, .92) 50%, rgba(2, 12, 21, .96));
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}
.bottom::before {
  content: "";
  position: absolute;
  inset: 0 31%;
  pointer-events: none;
  opacity: .35;
  background: repeating-linear-gradient(90deg, transparent 0 17px, rgba(0, 147, 226, .32) 18px 19px, transparent 20px 31px);
  clip-path: polygon(0 42%, 38% 42%, 44% 5%, 56% 5%, 62% 42%, 100% 42%, 100% 58%, 62% 58%, 56% 95%, 44% 95%, 38% 58%, 0 58%);
}
.bottom > * { position: relative; z-index: 1; }
.social { min-width: 0; font-size: 11px; }
.social > strong { display: block; margin-bottom: 3px; color: #a8b7c1; font-weight: 500; }
.social-links { display: flex; align-items: center; flex-wrap: wrap; gap: clamp(12px, 1.5vw, 24px); }
.social-link { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; text-decoration: none; color: #bdc8cf; font-size: 11px; font-weight: 500; white-space: nowrap; }
.social-link:hover { color: #fff; }
.social-icon { width: 25px; height: 25px; flex: 0 0 25px; fill: currentColor; }
.twitch-link .social-icon { color: #9d35ff; }
.kick-link .social-icon { color: #53fc18; }
.youtube-link .social-icon { color: #ff1025; }
.youtube-link .icon-cutout { fill: #fff; }
.instagram-link .social-icon { color: #ff2b78; fill: none; stroke: currentColor; stroke-width: 2.2; }
.instagram-link .icon-cutout { fill: none; }
.instagram-link .icon-dot { fill: currentColor; stroke: none; }
.discord-link .social-icon { color: #6575f7; }
.footer-mark { text-align: center; color: #c6d2da; }
.footer-mark span { font-size: 13px; letter-spacing: .15em; }
.footer-mark b { display: block; color: #059be5; font-size: 52px; line-height: .95; text-shadow: 0 0 8px #008cff, 0 0 22px #008cff; }
.counter { justify-self: end; text-align: left; }
.counter > span { display: block; margin: 0 0 4px 50px; color: #aabac4; font-size: 10px; }
.digit-counter { display: inline-flex; gap: 2px; color: #21c6ff; font: 24px Consolas, monospace; }
.digit-counter i { width: 24px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #0a5279; background: rgba(1, 10, 18, .92); font-style: normal; box-shadow: inset 0 0 10px rgba(0, 132, 210, .12); }
.counter-extra { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
footer { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; padding: 0 16px 24px; color: #159ed6; font-size: 10px; letter-spacing: .13em; }
footer a,
footer button { min-height: 44px; display: inline-flex; align-items: center; border: 0; background: none; color: inherit; text-decoration: none; cursor: pointer; }

.consent { position: fixed; inset: 0; z-index: 200; display: none; align-items: flex-end; justify-content: center; padding: 18px; background: #000c; }
.consent.open { display: flex; }
.consent > div { width: min(760px, 100%); padding: 22px; border: 1px solid var(--line); background: #040b12; }
.consent label { display: block; margin: 8px 0; padding: 12px; border: 1px solid #173548; }
.consent input { width: 22px; height: 22px; vertical-align: middle; }
.consent section { display: flex; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.consent button { min-height: 44px; padding: 0 14px; border: 1px solid #1979a8; background: #082033; color: #fff; }

body.force-desktop { min-width: 1180px; }

@media (max-width: 1050px) {
  .hero { height: clamp(390px, 39vw, 440px); }
  .hero-person { width: 34%; background-position: center, center; background-size: 100% 100%, cover; }
  .hero-setup { width: 44%; }
  .hero-center { left: 50%; width: 46vw; }
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card.person,
  .card.twizy,
  .card.ai,
  .card.design,
  .card.gaming,
  .card.hippos,
  .card.hungary,
  .card.politik { grid-column: span 1; }
  .card.setup { grid-column: 1 / -1; }
  .bottom { grid-template-columns: 1fr; }
  .social { text-align: center; }
  .social-links { justify-content: center; }
  .counter { justify-self: center; text-align: center; }
  .counter > span { margin-left: 0; }
  .footer-mark { order: -1; }
  .stream-shell { grid-template-columns: 88px 1fr 190px; }
  .stream-call { display: none; }
}

@media (max-width: 760px) {
  .topbar { position: fixed; background: rgba(1, 5, 10, .94); }
  .hero { height: clamp(300px, 68vw, 420px); min-height: 300px; margin-top: 58px; padding: 0; overflow: hidden; }
  .hero-person { position: absolute; inset: 0 auto 0 0; width: 39%; height: auto; background-size: 100% 100%, cover; background-position: center, center; }
  .hero-person::after { display: none; }
  .hero-setup { position: absolute; inset: 0 0 0 auto; width: 46%; height: auto; background-size: 100% 100%, cover; background-position: center, center; }
  .hero-center { position: absolute; inset: 0 auto 0 50%; width: 64%; min-height: 0; padding: 34px 4px 12px; transform: translateX(-50%); }
  .hero-center video { width: 100%; max-height: 67%; }
  .hero-sub { font-size: 8px; letter-spacing: .1em; }
  .discover { min-width: 142px; min-height: 38px; margin-top: 9px; padding: 7px 16px; font-size: 11px; }
  .stream-shell.live { grid-template-columns: 1fr 1fr; }
  .stream-shell.live > a { grid-column: 1 / -1; justify-self: stretch; margin: 0; padding: 10px; border-top: 1px solid #123a50; text-align: center; }
}

@media (max-width: 650px) {
  .topbar { gap: 4px; padding-inline: 2px; }
  .tools { gap: 1px; }
  .tools > .tool-separator { display: none; }
  .tools button { min-width: 36px; padding-inline: 4px; font-size: 10px; }
  .tools .lang-flag { width: 44px; min-width: 44px; height: 44px; min-height: 44px; padding: 0; }
  .lang-flag .lang-code { font-size: 9px; }
  .hamb { min-width: 38px; padding: 0; }
  .grid { grid-template-columns: 1fr; }
  .card,
  .card.setup { grid-column: span 1; min-height: 170px; }
  .card.setup .txt { width: 45%; }
  .stream-shell { grid-template-columns: 78px 1fr; }
  .stream-shell > a { grid-column: 1 / -1; justify-self: stretch; margin: 0; padding: 10px; border-top: 1px solid #123a50; text-align: center; }
  .social-links { gap: 8px 14px; }
  .bottom { margin: 0 1vw 8px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* The manual view buttons must override viewport media queries. */
body.force-mobile {
  width: min(100%, 430px);
  min-width: 0;
  margin-inline: auto;
}
body.force-mobile .topbar {
  position: fixed;
  right: auto;
  left: 50%;
  width: min(100%, 430px);
  transform: translateX(-50%);
  background: rgba(1, 5, 10, .94);
}
body.force-mobile .tools > .tool-separator { display: none; }
body.force-mobile .tools button { min-width: 36px; padding-inline: 4px; font-size: 10px; }
body.force-mobile .tools .lang-flag { width: 44px; min-width: 44px; height: 44px; min-height: 44px; padding: 0; }
body.force-mobile .lang-flag .lang-code { font-size: 9px; }
body.force-mobile .hero {
  height: 300px;
  min-height: 300px;
  margin-top: 58px;
  padding: 0;
  overflow: hidden;
}
body.force-mobile .hero-person {
  position: absolute;
  inset: 0 auto 0 0;
  width: 39%;
  height: auto;
  background-size: 100% 100%, cover;
  background-position: center, center;
}
body.force-mobile .hero-person::after { display: none; }
body.force-mobile .hero-setup {
  position: absolute;
  inset: 0 0 0 auto;
  width: 46%;
  height: auto;
  background-size: 100% 100%, cover;
  background-position: center, center;
}
body.force-mobile .hero-center {
  position: absolute;
  inset: 0 auto 0 50%;
  width: 64%;
  min-height: 0;
  padding: 34px 4px 12px;
  transform: translateX(-50%);
}
body.force-mobile .hero-center video { width: 100%; max-height: 67%; }
body.force-mobile .hero-sub { font-size: 8px; letter-spacing: .1em; }
body.force-mobile .discover { min-width: 142px; min-height: 38px; margin-top: 9px; padding: 7px 16px; font-size: 11px; }
body.force-mobile .grid { grid-template-columns: 1fr; }
body.force-mobile .card,
body.force-mobile .card.setup { grid-column: span 1; min-height: 170px; }
body.force-mobile .card.setup .txt { width: 45%; }
body.force-mobile .stream-shell { grid-template-columns: 78px 1fr; }
body.force-mobile .stream-shell > a { grid-column: 1 / -1; justify-self: stretch; margin: 0; padding: 10px; border-top: 1px solid #123a50; text-align: center; }
body.force-mobile .stream-call { display: none; }
body.force-mobile .bottom { grid-template-columns: 1fr; margin: 0 1vw 8px; }
body.force-mobile .social { text-align: center; }
body.force-mobile .social-links { justify-content: center; gap: 8px 14px; }
body.force-mobile .counter { justify-self: center; text-align: center; }
body.force-mobile .counter > span { margin-left: 0; }

body.force-desktop .topbar {
  position: absolute;
  right: 0;
  left: 0;
  width: auto;
  transform: none;
}
body.force-desktop .tools button[data-view] { display: block; }
body.force-desktop .hero {
  height: clamp(390px, 26.5vw, 520px);
  min-height: 390px;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}
body.force-desktop .hero-person {
  position: absolute;
  inset: 0 auto 0 0;
  width: 31%;
  height: auto;
  background-size: 100% 100%, auto calc(100% + 20px);
  background-position: center, right top;
}
body.force-desktop .hero-setup {
  position: absolute;
  inset: 0 0 0 auto;
  width: 42%;
  height: auto;
  background-size: 100% 100%, cover;
  background-position: center, center;
}
body.force-desktop .hero-center {
  position: absolute;
  inset: 0 auto 0 48.6%;
  width: min(42%, 720px);
  min-height: 0;
  padding: 46px 0 20px;
  transform: translateX(-50%);
}
body.force-desktop .hero-center video { width: 100%; max-height: 70%; }
body.force-desktop .hero-sub { font-size: clamp(9px, .95vw, 14px); letter-spacing: .16em; }
body.force-desktop .discover { min-width: 166px; min-height: 42px; margin-top: 14px; padding: 9px 22px; font-size: 13px; }
body.force-desktop .grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
body.force-desktop .card.person,
body.force-desktop .card.twizy,
body.force-desktop .card.ai,
body.force-desktop .card.design,
body.force-desktop .card.gaming,
body.force-desktop .card.hippos { grid-column: span 2; }
body.force-desktop .card.hungary,
body.force-desktop .card.politik { grid-column: span 3; }
body.force-desktop .card.setup { grid-column: 1 / -1; }
body.force-desktop .card.setup .txt { width: 27%; }
body.force-desktop .stream-shell { grid-template-columns: 88px minmax(220px, 1fr) 1fr 240px; }
body.force-desktop .stream-call { display: block; }
body.force-desktop .bottom { grid-template-columns: 1fr 300px 1fr; }
body.force-desktop .social { justify-content: flex-start; flex-wrap: nowrap; }
body.force-desktop .counter { text-align: right; }
