@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/figtree_300.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/figtree_400.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/figtree_700.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/figtree_900.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: "Font Awesome";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/fa-basis-900.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: "Font Brands";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/fa-brands-400.woff2") format("woff2");
  font-display: swap; }
*,
*::before,
*::after {
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0; }

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

a {
  text-decoration: none; }

input,
button,
textarea,
select {
  font: inherit; }

.surface {
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; }
  .surface:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.1); }
    @media (max-width: 48rem) {
      .surface:hover {
        transform: none; } }

body {
  background: linear-gradient(to bottom, #eef2f5 0%, #e4e9ed 100%);
  font-family: "Figtree", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  min-height: 100%; }

.default {
  color: #1a1d21; }
  .default .page {
    margin: 0 auto;
    background: linear-gradient(to bottom, #ffffff 0%, #f6f8fa 100%);
    width: min(100% - (1rem * 2), 70rem);
    border: 1px solid #cfd6dc;
    border-radius: 12px;
    box-shadow: 0 0 1.5rem 0 silver;
    overflow: hidden; }
    @media (max-width: 40rem) {
      .default .page {
        background: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
        overflow: visible; } }
    .default .page .inner {
      padding: 1.25rem; }
      @media (max-width: 40rem) {
        .default .page .inner {
          padding: 0; } }

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-family: "Figtree", Arial, Helvetica, sans-serif;
  color: #101316; }

p {
  margin: 0;
  padding: 0;
  color: #60707c; }

.href {
  color: #2f6f2c;
  font-weight: 900; }
  .href::before {
    font-family: "Font Awesome";
    content: '\f35a';
    display: inline-block;
    margin-right: 0.25rem; }
  .href.invert {
    color: #4fb44a; }
    .href.invert:hover {
      color: #e3f3e0; }
  .href:hover {
    color: #4fb44a; }

.header {
  position: sticky;
  width: 100%;
  z-index: 10;
  top: 0;
  margin-bottom: 1.25rem; }
  .header .frame {
    margin: 0 auto;
    background: linear-gradient(to bottom, #121212 0%, #1a1a1a 100%);
    width: min(100% - (1rem * 2), 70rem);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 0 0.5rem 0 black;
    overflow: hidden; }
    @media (max-width: 48rem) {
      .header .frame {
        width: 100%;
        border-radius: 0; } }
    .header .frame .main {
      display: grid;
      grid-template-columns: auto 1fr auto auto;
      align-items: center;
      padding: 1.25rem; }
      @media (max-width: 48rem) {
        .header .frame .main {
          padding: 0.75rem; } }
      .header .frame .main .brand {
        margin-right: 0.5rem; }
        .header .frame .main .brand a {
          display: inline-flex;
          align-items: center;
          position: relative;
          color: #e3f3e0;
          font-size: 1.75rem;
          font-weight: 900;
          padding-left: 0.75em;
          z-index: 1; }
          @media (max-width: 48rem) {
            .header .frame .main .brand a {
              font-size: 1.125rem; } }
          .header .frame .main .brand a::before, .header .frame .main .brand a::after {
            position: absolute;
            color: #4fb44a;
            font-family: "Font Awesome";
            -webkit-text-stroke: 2px #1a1a1a; }
            @media (max-width: 48rem) {
              .header .frame .main .brand a::before, .header .frame .main .brand a::after {
                -webkit-text-stroke: 1px #121212; } }
          .header .frame .main .brand a::before {
            left: 0;
            content: '\f04b'; }
          .header .frame .main .brand a::after {
            right: -0.5em;
            content: '\f111';
            font-size: 0.65rem; }
            @media (max-width: 48rem) {
              .header .frame .main .brand a::after {
                font-size: 0.45rem; } }
      .header .frame .main .title {
        display: flex;
        align-items: center;
        color: #4fb44a;
        font-size: 1.75rem;
        font-weight: 700; }
        @media (max-width: 48rem) {
          .header .frame .main .title {
            font-size: 1.125rem; } }
      .header .frame .main .nav {
        display: flex;
        align-items: center;
        gap: 0.75rem; }
        @media (max-width: 48rem) {
          .header .frame .main .nav {
            display: none; } }
        .header .frame .main .nav a {
          color: #e3f3e0;
          font-size: 1rem;
          font-weight: 900;
          overflow: hidden;
          display: flex;
          align-items: center;
          gap: 0.5rem;
          cursor: pointer; }
          .header .frame .main .nav a .icon {
            font-size: 1.125rem; }
          .header .frame .main .nav a span {
            display: inline-block;
            max-width: 0;
            white-space: nowrap;
            transition: max-width 0.5s ease, opacity 0.3s ease;
            color: #4fb44a; }
          .header .frame .main .nav a:hover {
            color: white; }
          .header .frame .main .nav a:hover span, .header .frame .main .nav a.active span {
            opacity: 1;
            max-width: 300px; }
      .header .frame .main .tools,
      .header .frame .main .user button {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 1rem; }
      .header .frame .main .user {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        color: white;
        text-shadow: 0 0 5px black;
        background: #2f6f2c;
        border: 1px solid #4fb44a;
        padding-right: 0.75rem;
        border-radius: 0.5rem;
        margin-right: 1rem;
        font-size: 1rem;
        font-weight: 900;
        overflow: hidden; }
        .header .frame .main .user a,
        .header .frame .main .user button {
          color: white;
          cursor: pointer;
          gap: 0.5rem; }
        .header .frame .main .user span {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 2.4rem;
          aspect-ratio: 1;
          background: #4fb44a;
          border-right: 1px solid #4fb44a; }
          @media (max-width: 48rem) {
            .header .frame .main .user span {
              height: 2rem; } }
          .header .frame .main .user span img {
            object-fit: cover; }
      .header .frame .main .burger {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: none;
        background: none; }
        .header .frame .main .burger:hover {
          transform: none; }
        .header .frame .main .burger .icon {
          color: white;
          font-size: 1.75rem; }
    .header .frame .suche {
      width: auto; }
      .header .frame .suche form {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .header .frame .suche form input {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          background: #2f6f2c;
          border-color: #4fb44a;
          color: white; }
          .header .frame .suche form input::placeholder {
            color: white; }
        .header .frame .suche form button {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .header .frame .suche form button:hover {
            transform: none; }
    .header .frame .menu {
      display: none;
      max-height: calc(100vh - 65px);
      padding: 1.25rem;
      border-top: 1px solid #2f6f2c;
      overflow-y: auto; }
      .header .frame .menu.is-open {
        display: block; }
      .header .frame .menu .content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 1rem;
        padding-top: 1.25rem; }
        @media (max-width: 48rem) {
          .header .frame .menu .content {
            grid-template-columns: 1fr 1fr; } }
        .header .frame .menu .content .title {
          margin-bottom: 0.5rem;
          color: #4fb44a;
          font-size: 0.875rem;
          font-weight: 900;
          text-transform: uppercase;
          letter-spacing: 0.04em; }
        .header .frame .menu .content .nav {
          display: grid;
          gap: 0.5rem; }
          .header .frame .menu .content .nav a {
            color: #e3f3e0;
            font-size: 1rem;
            display: inline-block; }
            .header .frame .menu .content .nav a:hover {
              color: #4fb44a; }

.footer {
  margin: 1.5rem auto;
  width: min(100% - (1rem * 2), 70rem); }
  .footer .rail {
    min-height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25rem; }
    @media (max-width: 40rem) {
      .footer .rail {
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem; } }
    .footer .rail .left,
    .footer .rail .right {
      display: flex;
      align-items: center;
      gap: 1rem; }
    .footer .rail .left a {
      color: #60707c;
      font-size: 1.75rem; }
      .footer .rail .left a:hover .icon {
        color: #4fb44a; }
    .footer .rail .right a,
    .footer .rail .right span {
      color: #60707c;
      font-size: 0.78rem; }
      @media (max-width: 40rem) {
        .footer .rail .right a,
        .footer .rail .right span {
          display: block; } }
      .footer .rail .right a:hover,
      .footer .rail .right span:hover {
        color: #4fb44a; }

.grid {
  display: grid;
  gap: 1.25rem; }
  .grid.editorial {
    grid-template-columns: 1.35fr 0.75fr;
    align-items: stretch; }
  .grid.highlights {
    grid-template-columns: 1.18fr 0.82fr; }
  .grid.three {
    grid-template-columns: repeat(3, 1fr); }
  .grid.two {
    grid-template-columns: repeat(2, 1fr); }
  .grid.article > .article-card {
    min-width: 0; }
  .grid .stack {
    display: grid;
    gap: 0.75rem; }
  .grid .main,
  .grid .side {
    display: grid;
    align-content: start;
    gap: 1.25rem; }

@media (max-width: 40rem) {
  .grid.editorial,
  .grid.highlights,
  .grid.three,
  .grid.two,
  .grid.community-teaser {
    grid-template-columns: 1fr; } }
.section {
  width: 100%; }
  .section:not(:last-of-type) {
    margin-bottom: 1.5rem; }
  .section .section-head {
    margin: 1rem 0; }
    @media (max-width: 61.25rem) {
      .section .section-head {
        align-items: flex-start;
        flex-direction: column; } }
    .section .section-head .eyebrow {
      color: #60707c;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase; }
    .section .section-head .title {
      margin: 0;
      color: #101316;
      font-size: 1.75rem;
      font-weight: 900;
      line-height: normal;
      letter-spacing: -0.02em; }
      @media (max-width: 40rem) {
        .section .section-head .title {
          font-size: 1.125rem; } }

.hero {
  position: relative;
  overflow: hidden;
  border: 1px solid #cfd6dc;
  border-radius: 12px;
  box-shadow: 0 0 1rem 0 silver; }
  .hero .link {
    display: block;
    color: inherit;
    text-decoration: none; }
  .hero .content {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr; }
    @media (max-width: 61.25rem) {
      .hero .content {
        grid-template-columns: 1fr;
        min-height: auto; } }
    .hero .content .body {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 2rem; }
      @media (max-width: 61.25rem) {
        .hero .content .body {
          padding: 1.25rem;
          order: 2; } }
      .hero .content .body::before {
        position: absolute;
        content: '';
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at top right, rgba(79, 180, 74, 0.5), transparent 30%); }
      .hero .content .body .title {
        position: relative;
        z-index: 2;
        margin: 0;
        color: #101316;
        font-size: clamp(1.95rem, 3vw, 2.75rem);
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: -0.02em; }
        @media (max-width: 40rem) {
          .hero .content .body .title {
            font-size: 1.75rem; } }
      .hero .content .body .text {
        position: relative;
        z-index: 2;
        margin: 0.75rem 0 0;
        color: #60707c;
        font-size: 1rem;
        line-height: 1.68; }
      .hero .content .body .actions {
        position: relative;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.75rem;
        margin-top: 1.25rem; }
        @media (max-width: 40rem) {
          .hero .content .body .actions {
            flex-direction: column;
            align-items: stretch; } }
    .hero .content .media {
      position: relative;
      min-height: 100%;
      overflow: hidden; }
      @media (max-width: 61.25rem) {
        .hero .content .media {
          min-height: 14rem;
          order: 1; } }
      .hero .content .media img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }

.cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem; }
  @media (max-width: 71rem) {
    .cards {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 61.25rem) {
    .cards {
      grid-template-columns: repeat(2, 1fr); } }
  .cards .card {
    position: relative;
    border: 1px solid #cfd6dc;
    border-radius: 12px;
    background: linear-gradient(to bottom, #ffffff 0%, #f6f8fa 100%);
    box-shadow: 0 0 0.5rem 0 silver;
    overflow: hidden; }
    .cards .card.active {
      pointer-events: none;
      opacity: 0.6;
      filter: grayscale(100%); }
    .cards .card .media {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 7.75rem;
      border-bottom: 1px solid #cfd6dc;
      overflow: hidden; }
      @media (max-width: 40rem) {
        .cards .card .media {
          height: 5.75rem; } }
      .cards .card .media img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .cards .card .body {
      padding: 1rem; }
      .cards .card .body h3 {
        margin: 0 0 0.5rem;
        font-size: 1.125rem;
        word-break: break-word; }
      .cards .card .body p {
        margin: 0;
        font-size: 0.875rem;
        color: #60707c;
        word-break: break-word; }

.netbeat .media::before,
.netbeat.channel-info::before {
  mask-image: url("/assets/img/default/icon_netbeat.svg"); }

.entertain .media::before,
.entertain.channel-info::before {
  mask-image: url("/assets/img/default/icon_entertain.svg"); }

.games .media::before,
.games.channel-info::before {
  mask-image: url("/assets/img/default/icon_games.svg"); }

.sport-and-fun .media::before,
.sport-and-fun.channel-info::before {
  mask-image: url("/assets/img/default/icon_sport-and-fun.svg"); }

.update .media::before,
.update.channel-info::before {
  mask-image: url("/assets/img/default/icon_update.svg"); }

.channels .card .media {
  background: linear-gradient(to bottom, #e3f3e0 0%, #79ca72 100%);
  color: #2f6f2c; }
  .channels .card .media::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-color: #4fb44a;
    mask-position: center;
    mask-size: 60%;
    mask-repeat: no-repeat;
    filter: blur(50px); }
  .channels .card .media .icon {
    position: relative;
    z-index: 2;
    transition: transform 0.2s ease, color 0.2s ease;
    height: clamp(1.95rem, 3vw, 2.75rem);
    width: clamp(1.95rem, 3vw, 2.75rem);
    background-color: #2f6f2c;
    mask-size: contain; }
.channels .card.netbeat .icon {
  mask-image: url("/assets/img/default/icon_netbeat.svg"); }
.channels .card.entertain .icon {
  mask-image: url("/assets/img/default/icon_entertain.svg"); }
.channels .card.games .icon {
  mask-image: url("/assets/img/default/icon_games.svg"); }
.channels .card.sport-and-fun .icon {
  mask-image: url("/assets/img/default/icon_sport-and-fun.svg"); }
.channels .card.update .icon {
  mask-image: url("/assets/img/default/icon_update.svg"); }

.channel-info {
  position: relative;
  border-radius: 12px;
  border: 1px solid #e3f3e0;
  overflow: hidden;
  background: linear-gradient(to bottom, #e3f3e0 0%, #79ca72 100%);
  padding: 1rem;
  display: flex;
  align-items: flex-end; }
  @media (max-width: 40rem) {
    .channel-info {
      order: 1; } }
  .channel-info::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-color: #4fb44a;
    mask-position: top center;
    mask-size: 40%;
    mask-repeat: no-repeat; }
  .channel-info .wrapper {
    width: 100%; }
    .channel-info .wrapper .team .media {
      z-index: 1;
      position: relative;
      display: flex;
      justify-content: center; }
      .channel-info .wrapper .team .media img {
        height: 6rem;
        width: auto;
        z-index: 2; }
        .channel-info .wrapper .team .media img:nth-child(2) {
          position: absolute;
          z-index: -1;
          top: 0;
          filter: blur(15px); }
    .channel-info .wrapper .team p {
      z-index: 1;
      position: relative;
      background: #e3f3e0;
      display: block;
      border-radius: 8px 8px 0 0;
      font-size: 0.875rem;
      padding: 0.75rem;
      color: #2f6f2c; }
      .channel-info .wrapper .team p span {
        color: #1a1d21;
        font-size: 1rem;
        display: block;
        border-bottom: 1px solid #4fb44a;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem; }
        .channel-info .wrapper .team p span strong {
          font-weight: 900; }
    .channel-info .wrapper .features {
      z-index: 1;
      position: relative;
      background: rgba(227, 243, 224, 0.5);
      padding: 0.75rem;
      margin: 0;
      border-radius: 0 0 8px 8px;
      list-style: none;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0.75rem; }
      .channel-info .wrapper .features a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        aspect-ratio: 1;
        padding: 0.5rem;
        color: #e3f3e0;
        background: #2f6f2c;
        border-radius: 8px;
        font-size: 1.75rem; }
        .channel-info .wrapper .features a span {
          display: block;
          width: 100%;
          text-align: center;
          font-size: 0.5rem;
          font-weight: 700;
          text-transform: uppercase; }
        .channel-info .wrapper .features a:hover .icon, .channel-info .wrapper .features a:hover span {
          color: white; }

.article {
  width: 100%; }
  .article .media {
    width: 100%;
    height: 35rem;
    overflow: hidden;
    border-radius: 12px;
    margin: 1.25rem 0;
    position: relative;
    display: flex;
    align-items: center; }
    @media (max-width: 61.25rem) {
      .article .media {
        height: 16rem; } }
    .article .media span {
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      color: #e3f3e0;
      z-index: 1;
      bottom: 0;
      right: 0;
      font-size: 0.78rem;
      padding: 0.25rem 0.75rem;
      border-top-left-radius: 12px; }
    .article .media img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .article .frame {
    width: 70%;
    margin: 0 auto; }
    @media (max-width: 61.25rem) {
      .article .frame {
        width: 100%; } }
    .article .frame .crump {
      margin: 1.5rem 0 0 0;
      padding: 0;
      list-style: none;
      display: flex;
      font-size: 0.78rem;
      position: relative; }
      @media (max-width: 61.25rem) {
        .article .frame .crump {
          margin: 0.75rem 0 0 0; } }
      .article .frame .crump li {
        margin: 0;
        padding: 0;
        color: #60707c;
        text-transform: uppercase; }
        .article .frame .crump li:not(.share) a {
          font-weight: 700;
          color: #60707c; }
        .article .frame .crump li:not(:first-of-type) a {
          color: #4fb44a; }
        .article .frame .crump li:first-of-type::after {
          content: '\2022';
          color: #b1bcc4;
          display: inline-block;
          margin: 0 0.5rem; }
        .article .frame .crump li.share {
          position: absolute;
          right: 0;
          top: 0; }
          .article .frame .crump li.share a {
            display: inline-flex;
            align-items: center;
            color: #60707c;
            text-transform: none; }
            .article .frame .crump li.share a::before {
              font-family: "Font Awesome";
              content: '\f1e0';
              display: inline-block;
              padding-right: 0.5rem; }
        .article .frame .crump li a:hover {
          color: #2f6f2c; }
    .article .frame h1 {
      font-size: clamp(1.95rem, 3vw, 2.75rem);
      font-weight: 900;
      line-height: 1.1;
      letter-spacing: -0.02em;
      margin: 1.25rem 0; }
    .article .frame .autor {
      margin: 1.25rem 0 0;
      padding: 1.25rem 0 0;
      list-style: none;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 1.25rem;
      border-top: 1px solid #cfd6dc;
      color: #60707c; }
      @media (max-width: 61.25rem) {
        .article .frame .autor {
          display: block; } }
      .article .frame .autor li:last-of-type a {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0.5rem;
        color: #60707c; }
        .article .frame .autor li:last-of-type a img {
          width: 4rem;
          aspect-ratio: 1;
          object-fit: cover;
          border: 2px solid #4fb44a;
          background: #2f6f2c;
          border-radius: 999px; }
          @media (max-width: 61.25rem) {
            .article .frame .autor li:last-of-type a img {
              width: 3rem; } }
    .article .frame .block {
      margin-bottom: 1.5rem;
      height: auto; }
      .article .frame .block iframe {
        width: 100%;
        border: none; }
    .article .frame.comments .parent {
      width: 100%;
      list-style: none;
      padding: 0;
      margin: 0; }
      .article .frame.comments .parent li {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #cfd6dc; }
        .article .frame.comments .parent li:last-of-type {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
        .article .frame.comments .parent li .child {
          width: 100%;
          list-style: none;
          padding: 0 0 0 2.5rem;
          margin: 1.5rem 0 0 0; }
          .article .frame.comments .parent li .child li {
            border-top: 1px dotted #cfd6dc;
            border-bottom: none;
            padding-top: 1.5rem; }
      .article .frame.comments .parent a {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        color: #101316;
        font-weight: 700;
        margin-bottom: 1rem; }
        .article .frame.comments .parent a img {
          width: 3rem;
          aspect-ratio: 1;
          border-radius: 999px; }
        .article .frame.comments .parent a span {
          color: #60707c;
          font-weight: 400; }
      .article .frame.comments .parent .actions {
        width: 100%;
        text-align: right;
        margin-top: 1rem; }
    .article .frame.comments .center {
      text-align: center;
      padding: 1rem;
      border-top: 1px solid #cfd6dc;
      margin-top: 2.5rem; }

.feature-article {
  position: relative;
  border: 1px solid #cfd6dc;
  border-radius: 12px;
  background: linear-gradient(to bottom, white 0%, #f6f8fa 100%);
  box-shadow: 0 0 0.5rem 0 silver;
  overflow: hidden; }
  @media (max-width: 40rem) {
    .feature-article {
      order: 2; } }
  .feature-article .link {
    display: grid;
    grid-template-columns: minmax(17rem, 0.92fr) 1.08fr;
    height: 100%;
    text-decoration: none;
    color: inherit; }
    @media (max-width: 61.25rem) {
      .feature-article .link {
        grid-template-columns: 1fr; } }
  .feature-article .media {
    position: relative;
    border-right: 1px solid #cfd6dc;
    overflow: hidden;
    min-height: 100%; }
    @media (max-width: 61.25rem) {
      .feature-article .media {
        border-right: 0;
        border-bottom: 1px solid #cfd6dc;
        min-height: 14rem; } }
    .feature-article .media img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .feature-article .body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .feature-article .body .title {
      margin: 0;
      color: #101316;
      font-size: 1.75rem;
      font-weight: 900;
      line-height: normal;
      letter-spacing: -0.02em; }
    .feature-article .body .text {
      margin-top: 0.5rem;
      color: #60707c;
      line-height: 1.68; }
    .feature-article .body .actions {
      margin-top: 1.25rem; }

.article-card {
  border: 1px solid #cfd6dc;
  border-radius: 12px;
  background: linear-gradient(to bottom, white, #f6f8fa);
  overflow: hidden; }
  .article-card .link {
    display: block;
    text-decoration: none;
    color: inherit; }
  .article-card .media {
    height: 11.5rem;
    overflow: hidden; }
    .article-card .media img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .article-card .body {
    padding: 1rem; }
    .article-card .body .title {
      margin: 0;
      color: #101316;
      font-size: 1.125rem;
      line-height: 1.12;
      letter-spacing: -0.02em; }
    .article-card .body .text {
      margin: 0.5rem 0 0 0;
      color: #60707c;
      font-size: 0.875rem; }

.list {
  display: grid;
  gap: 0.75rem; }
  .list .item {
    border-bottom: 1px solid #cfd6dc;
    padding-bottom: 0.75rem; }
    .list .item:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .list .item .link {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 0.75rem;
      text-decoration: none;
      color: inherit; }
      .list .item .link strong {
        display: block;
        margin-bottom: 0.25rem;
        color: #101316;
        font-size: 1rem;
        line-height: 1.38; }
      .list .item .link p {
        margin: 0;
        color: #60707c;
        font-size: 0.875rem; }
      .list .item .link span {
        align-self: start;
        color: #60707c;
        font-size: 0.78rem;
        font-weight: 900;
        white-space: nowrap; }
      .list .item .link:hover strong {
        color: #4fb44a; }

.list-ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-ul li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #cfd6dc; }
    .list-ul li:first-child {
      padding-top: 0; }
    .list-ul li:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .list-ul li .link {
      display: grid;
      grid-template-columns: 0.75rem 1fr;
      gap: 0.75rem;
      color: inherit;
      text-decoration: none; }
      .list-ul li .link .dot {
        width: 0.625rem;
        height: 0.625rem;
        margin-top: 0.375rem;
        border-radius: 999px;
        background: #4fb44a;
        box-shadow: 0 0 0 0.25rem rgba(79, 180, 74, 0.12); }
      .list-ul li .link strong {
        display: block;
        margin-bottom: 0.25rem;
        color: #101316;
        font-size: 1rem;
        transition: color 0.18s ease; }
      .list-ul li .link p {
        margin: 0;
        font-size: 0.875rem; }
      .list-ul li .link:hover strong {
        color: #4fb44a; }

.feed-list {
  padding: 0.5rem 1rem; }
  .feed-list .item {
    border-bottom: 1px solid #cfd6dc; }
    .feed-list .item:last-child {
      border-bottom: 0; }
    .feed-list .item .link {
      display: grid;
      grid-template-columns: 3rem 1fr;
      gap: 0.75rem;
      padding: 0.75rem 0;
      text-decoration: none;
      color: inherit; }
      .feed-list .item .link:hover strong {
        color: #4fb44a; }
      .feed-list .item .link .time {
        font-size: 0.78rem;
        color: #60707c;
        padding-top: 0.2rem; }
      .feed-list .item .link .text strong {
        display: block; }
      .feed-list .item .link .text p {
        margin: 0;
        color: #60707c;
        font-size: 0.875rem;
        line-height: 1.55; }

.login-panel {
  display: grid;
  gap: 1rem; }
  .login-panel .intro {
    color: #60707c;
    font-size: 0.875rem; }
  .login-panel form {
    display: grid;
    gap: 0.75rem; }
    .login-panel form .field {
      display: grid;
      gap: 0.25rem; }
    .login-panel form .actions {
      display: flex;
      align-items: center;
      gap: 0.75rem; }
      @media (max-width: 40rem) {
        .login-panel form .actions {
          flex-direction: column;
          align-items: stretch; } }
    .login-panel form .secondary,
    .login-panel form .helper {
      display: inline-flex;
      align-items: center;
      min-height: 2.25rem;
      color: #2f6f2c;
      font-size: 0.875rem;
      font-weight: 900;
      text-decoration: none;
      transition: color 0.18s ease; }
      .login-panel form .secondary:hover,
      .login-panel form .helper:hover {
        color: #4fb44a;
        text-decoration: underline; }

.vote-box__question {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.6rem; }

.vote-box__choices {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1rem; }

.vote-choice {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.5rem;
  padding: 0 0.85rem;
  border: 1px solid #d8e0e6;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88); }

.vote-choice input {
  margin: 0; }

.vote-choice span {
  color: #101316;
  font-size: 0.9rem;
  font-weight: 700; }

.vote-box__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem; }

.vote-box__results {
  padding-top: 0.35rem;
  border-top: 1px solid #e3e8ec; }

.vote-box__option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 0.35rem 0.7rem;
  align-items: center;
  padding: 0.6rem 0; }

.vote-box__letter {
  grid-row: span 2;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  background: rgba(79, 180, 74, 0.12);
  color: #2f7a2d;
  font-size: 0.78rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center; }

.vote-box__label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #101316;
  line-height: 1.25; }

.vote-box__percent {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0 0.6rem;
  border-radius: 999px;
  background: rgba(79, 180, 74, 0.12);
  color: #2f7a2d;
  font-size: 0.78rem;
  font-weight: 900; }

.vote-box__bar {
  grid-column: 2;
  height: 0.45rem;
  border-radius: 999px;
  background: #e2e8ec;
  overflow: hidden; }

.vote-box__bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(to right, #4fb44a 0%, #79ca72 100%); }

.vote-box__link {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  color: #2f7a2d;
  font-size: 0.875rem;
  font-weight: 900;
  text-decoration: none;
  transition: color 0.18s ease; }

.vote-box__link:hover {
  color: #4fb44a;
  text-decoration: underline; }

@media (max-width: 40rem) {
  .vote-box__actions {
    flex-direction: column;
    align-items: stretch; } }
.live {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  padding: 1rem;
  border-radius: 12px;
  background: radial-gradient(circle at 18% 24%, rgba(79, 180, 74, 0.16), transparent 28%), radial-gradient(circle at 82% 72%, rgba(79, 180, 74, 0.08), transparent 34%), linear-gradient(145deg, #07121a 0%, #0b1f2a 52%, #0d2430 100%);
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 1rem 0 silver; }

.live::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 16% 22%, transparent 0, transparent 52px, rgba(79, 180, 74, 0.16) 53px, transparent 56px), radial-gradient(circle at 86% 24%, transparent 0, transparent 74px, rgba(79, 180, 74, 0.1) 75px, transparent 78px), radial-gradient(circle at 74% 82%, transparent 0, transparent 48px, rgba(79, 180, 74, 0.09) 49px, transparent 52px), linear-gradient(135deg, rgba(79, 180, 74, 0.06) 0%, transparent 38%), linear-gradient(-135deg, rgba(79, 180, 74, 0.04) 0%, transparent 42%);
  pointer-events: none; }

.live::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0, rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 28px), linear-gradient(to bottom, rgba(255, 255, 255, 0.03), transparent 36%);
  opacity: 0.55;
  pointer-events: none; }

.live .player {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)), rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 24px rgba(0, 0, 0, 0.2); }

.live .player .media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: radial-gradient(circle at 18% 18%, rgba(79, 180, 74, 0.12), transparent 34%), #000; }

.live .player .media video,
.live .player .media iframe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02); }

.live .player .content {
  padding: 1rem; }

.live .player .content h3 {
  margin: 0;
  font-size: 1.125rem;
  color: white; }

.live .player .content p {
  margin: 0.5rem 0 0.75rem;
  font-size: 0.875rem;
  color: #60707c; }

.live .hosts {
  display: flex;
  align-items: center;
  gap: 0.5rem; }

.live .hosts img {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04); }

.live .side {
  display: flex; }

.live .stack {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%; }

.live .item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease; }

.live .item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(79, 180, 74, 0.18);
  transform: translateY(-1px); }

.live .item.is-active {
  border: 1px solid rgba(79, 180, 74, 0.34);
  background: rgba(79, 180, 74, 0.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12); }

.live .item .host {
  display: flex;
  align-items: center;
  justify-content: center; }

.live .item .host img {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04); }

.live .item .body {
  min-width: 0; }

.live .item strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
  line-height: 1.25; }

@media (max-width: 64rem) {
  .live {
    grid-template-columns: 1fr; }

  .live .side {
    display: block; }

  .live .stack {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 0.5rem; }

  .live .stack > * {
    min-width: 220px; } }
@media (max-width: 48rem) {
  .live .player .media {
    border-radius: 8px; }

  .live .stack {
    flex-direction: column;
    overflow-x: visible;
    padding-bottom: 0; }

  .live .stack > * {
    min-width: 0; }

  .live .item {
    grid-template-columns: 46px 1fr; }

  .live .item .host img {
    width: 42px;
    height: 42px; } }
.banner {
  position: relative;
  width: 100%; }
  .banner .inner {
    position: relative;
    border-radius: 12px;
    overflow: hidden; }
    .banner .inner .media {
      position: absolute;
      inset: 0; }
      .banner .inner .media img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media (max-width: 900px) {
        .banner .inner .media .meta-badge {
          display: none; } }
    .banner .inner .overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, #2f6f2c 100%); }
      @media (max-width: 900px) {
        .banner .inner .overlay {
          background: linear-gradient(180deg, rgba(10, 15, 12, 0.2) 0%, rgba(10, 15, 12, 0.6) 50%, rgba(20, 60, 40, 0.9) 100%); } }
    .banner .inner .content {
      position: relative;
      z-index: 2;
      height: 100%;
      max-width: 460px;
      margin-left: auto;
      padding: 2.5rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (max-width: 900px) {
        .banner .inner .content {
          max-width: 100%;
          margin-left: 0;
          padding: 1.5rem; } }
      .banner .inner .content h2 {
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 0.75rem;
        color: white; }
      .banner .inner .content p {
        font-size: 1rem;
        line-height: 1.5;
        opacity: 0.85;
        margin-bottom: 1.25rem;
        color: white; }
      .banner .inner .content .actions {
        display: flex; }

button:not(.clear),
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: 1px solid #4fb44a;
  border-radius: 8px;
  background: linear-gradient(to bottom, #79ca72 0%, #4fb44a 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  color: white;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 0 5px #2f6f2c;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease; }
  button:not(.clear):hover,
  .button:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); }

button.clear {
  padding: 0;
  margin: 0;
  background: none;
  border: none; }

button.active {
  background: blue; }

.totop {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  opacity: 0;
  pointer-events: none;
  z-index: 1000; }
  .totop.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0); }

.topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1rem; }
  .topic-tags a {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    border: 1px solid #cfd6dc;
    border-radius: 6px;
    background: white;
    color: #60707c;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease; }
    .topic-tags a:hover, .topic-tags a.active {
      border-color: #2f6f2c;
      background: rgba(79, 180, 74, 0.06);
      color: #2f6f2c; }

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #101316;
  font-size: 0.875rem;
  font-weight: 900; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
textarea,
select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #cfd6dc;
  border-radius: 8px;
  background: linear-gradient(to bottom, white 0%, #f6f8fa 100%);
  color: #1a1d21;
  outline: none;
  font-size: 1rem; }

input:focus,
textarea:focus,
select:focus {
  border-color: #4fb44a; }

.module {
  position: relative;
  border: 1px solid #cfd6dc;
  border-radius: 12px;
  background: linear-gradient(to bottom, #ffffff 0%, #f6f8fa 100%);
  box-shadow: 0 0 0.5rem 0 silver;
  overflow: hidden; }
  .module .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 3.25rem;
    padding: 0 1rem;
    background: linear-gradient(to bottom, #fbfcfd 0%, #e8edf1 100%);
    border-bottom: 1px solid #cfd6dc; }
    .module .head.dark {
      background: linear-gradient(to bottom, #2d353d 0%, #1b2127 100%);
      border-bottom-color: #323a42;
      color: #f3f5f7; }
    .module .head .title {
      color: #101316;
      font-size: 1.125rem;
      font-weight: 900;
      line-height: 1; }
    .module .head .sub {
      color: #60707c;
      font-size: 0.78rem; }
  .module .bar {
    height: 4px;
    background: linear-gradient(to right, #4fb44a 0%, #79ca72 24%, rgba(79, 180, 74, 0.12) 46%, transparent 100%); }
  .module .body {
    padding: 1rem; }
    .module .body.stats {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: calc(100% - 40px); }
    .module .body.dark {
      border-color: #2f363d;
      background: linear-gradient(to bottom, #22272d 0%, #161a1f 100%); }

.stat {
  display: flex;
  align-items: center;
  gap: 0.75rem; }
  .stat .value {
    font-size: clamp(1.95rem, 3vw, 2.75rem);
    font-weight: 900;
    color: #4fb44a;
    letter-spacing: -0.04em; }
  .stat .label {
    color: #60707c;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.45; }
    .stat .label strong {
      font-weight: 900; }

.bars {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  height: 68px;
  margin-top: 1rem; }
  .bars span {
    flex: 1;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(to top, #4fb44a 0%, #79ca72 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 1px 2px rgba(0, 0, 0, 0.06); }
    .bars span:nth-child(1) {
      height: 32%; }
    .bars span:nth-child(2) {
      height: 48%; }
    .bars span:nth-child(3) {
      height: 40%; }
    .bars span:nth-child(4) {
      height: 72%; }
    .bars span:nth-child(5) {
      height: 56%; }
    .bars span:nth-child(6) {
      height: 85%; }
    .bars span:nth-child(7) {
      height: 66%; }
    .bars span:nth-child(8) {
      height: 92%; }

.flash {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center; }

.flash .backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); }

.flash .box {
  position: relative;
  width: min(100% - 2rem, 35rem);
  padding: 1rem;
  background: linear-gradient(to bottom, #e3f3e0 0%, white 100%);
  border: 1px solid #cfd6dc;
  border-radius: 8px;
  box-shadow: 0 0 1.5rem 0 silver; }

.flash .list {
  display: grid;
  gap: 0.75rem;
  padding-right: 2rem; }

.flash .item {
  padding: 0.75rem;
  border: 1px solid #cfd6dc;
  border-radius: 6px;
  color: black;
  font-weight: 700; }

.flash .item--success {
  background: #e4f5eb;
  border-color: #48b97c; }

.flash .item--error {
  background: #f9e6e8;
  border-color: #d9636d; }

.flash .item--warning {
  background: #f8efd8;
  border-color: #cfa23c; }

.flash .item--info {
  background: #e5effa;
  border-color: #4e96d9; }

.meta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  color: #60707c;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase; }
  .meta span {
    position: relative; }
    .meta span:first-of-type {
      color: #4fb44a; }
    .meta span:not(:last-of-type)::after {
      content: '\2022';
      display: inline-block;
      color: #b1bcc4;
      display: inline-block;
      margin: 0 0.5rem; }

.meta-badge {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  width: fit-content;
  padding: 0.5rem 0.75rem;
  border: 1px solid #4fb44a;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #4fb44a;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: normal;
  text-transform: uppercase; }
  @media (max-width: 48rem) {
    .meta-badge {
      left: 1rem;
      top: 1rem; } }

.icon {
  font-family: "Font Awesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block; }
  .icon.brand {
    font-family: "Font Brands"; }

.icon-facebook::before {
  content: '\f09a'; }

.icon-instagram::before {
  content: '\f16d'; }

.icon-youtube::before {
  content: '\f167'; }

.icon-logo::before,
.icon-logo::after {
  content: '\f192'; }

.icon-menu::before {
  content: '\f0c9'; }

.icon-close::before {
  content: '\f00d'; }

.icon-lupe::before {
  content: '\f002'; }

.icon-index::before {
  content: '\f192'; }

.icon-community::before {
  content: '\e595'; }

.icon-live::before {
  content: '\f26c'; }

.icon-insite::before {
  content: '\f2b9'; }

.icon-logout::before {
  content: '\f2f5'; }

.icon-fire::before {
  content: '\f7e4'; }

.icon-play::before {
  content: '\f144'; }

.icon-arrow-up::before {
  content: '\f0d8'; }

.icon-arrow-down::before {
  content: '\f0d7'; }

.icon-arrow-left::before {
  content: '\f0d9'; }

.icon-arrow-right::before {
  content: '\f0da'; }

.icon-user::before {
  content: '\f007'; }

.icon-charts::before {
  content: '\e473'; }

.icon-votes::before {
  content: '\f772'; }

.icon-downloads::before {
  content: '\f019'; }

.icon-videos::before {
  content: '\f144'; }
