:root {
    --primary: #6B46C1;
    --secondary: #38A169;
    --accent: #ED8936;
    --bg-light: #F8F9FA;
    --text-main: #1A202C;
    --text-second: #4A5568;
    --border-black: #000000;
    --status-success: #48BB78;
    --status-warning: #ECC94B;
    --status-danger: #F56565;
    --shadow-offset: 8px 8px 0px #000000;
    --shadow-btn: 4px 4px 0px #000000;
}

body.pixeltrox-body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--bg-light);
    color: var(--text-main);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
.retro-font {
    font-family: 'Press Start 2P', cursive;
    text-transform: uppercase;
    line-height: 1.5;
}

.text-muted {
    color: #6c757d !important;
}

.sticker-card {
    background: #fff;
    border: 3px solid var(--border-black);
    box-shadow: var(--shadow-offset);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 0;
}

.sticker-card:hover {
    transform: scale(1.03) rotate(-1deg);
}

.btn-sticker {
    font-family: 'Press Start 2P', cursive;
    font-size: 0.8rem;
    padding: 15px 25px;
    border: 3px solid var(--border-black);
    box-shadow: var(--shadow-btn);
    background-color: var(--accent);
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.1s ease;
    border-radius: 0;
}

.btn-sticker:active {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px #000;
}

.section-spacer {
    padding: 80px 0;
}

.pixel-img {
    image-rendering: pixelated;
}

@media (max-width: 768px) {
    .section-spacer {
        padding: 40px 0;
    }

    .retro-font {
        font-size: 1.2rem;
    }
}

/* ===== yltunniste ===== */
.pixeltrox-header {
    background-color: #6B46C1;
    border-bottom: 4px solid #000000;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
    z-index: 1050;
}

.pixeltrox-header .navbar {
    padding: 0.75rem 0;
}

.pixeltrox-header .header-logo {
    max-width: 45px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(2px 2px 0px #000);
}

.pixeltrox-header .brand-text {
    font-family: 'Press Start 2P', cursive;
    font-size: 1.25rem;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 3px 3px 0px #000000;
}

.pixeltrox-header .navbar-toggler {
    border: 3px solid #000000;
    background-color: #38A169;
    color: #FFFFFF;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    box-shadow: 3px 3px 0px #000000;
    transition: transform 0.1s;
}

.pixeltrox-header .navbar-toggler:active {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0px #000000;
}

.pixeltrox-header .nav-item {
    margin: 0 0.25rem;
}

.pixeltrox-header .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem !important;
    border: 3px solid transparent;
    border-radius: 10px;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pixeltrox-header .nav-link:hover {
    background-color: #ED8936;
    border-color: #000000;
    transform: rotate(-2deg) scale(1.1);
    box-shadow: 4px 4px 0px #000000;
    color: #FFFFFF !important;
}

@media (max-width: 991.98px) {
    .pixeltrox-header .navbar-collapse {
        background-color: #6B46C1;
        border: 3px solid #000000;
        border-radius: 12px;
        margin-top: 1rem;
        padding: 1rem;
        box-shadow: 6px 6px 0px #000000;
    }

    .pixeltrox-header .nav-item {
        margin: 0.5rem 0;
    }

    .pixeltrox-header .brand-text {
        font-size: 1rem;
    }
}

/* ===== tervetuloapixeltroxiin ===== */
.pix-hero-block {
    min-height: 100vh;
    background-color: #000;
}

.pix-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.3;
}

.pix-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, transparent 20%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 2;
    pointer-events: none;
}

.pix-hero-block .bg-light-sticker {
    background-color: #F8F9FA;
    border-right: 3px solid #000;
    position: relative;
    z-index: 5;
}

.pix-hero-content {
    max-width: 600px;
    margin: 0 auto;
}

.pix-hero-title {
    font-family: 'Press Start 2P', cursive;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    line-height: 1.2;
    color: #6B46C1;
    text-transform: uppercase;
    text-shadow: 4px 4px 0px #ED8936;
}

.pix-hero-divider {
    width: 80px;
    height: 6px;
    background-color: #38A169;
    border: 2px solid #000;
}

.pix-hero-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #1A202C;
}

.pix-btn {
    display: inline-block;
    padding: 12px 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    border: 3px solid #000;
    border-radius: 50px;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 4px 4px 0px #000;
}

.pix-btn:active {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px #000;
}

.pix-btn-primary {
    background-color: #ED8936;
    color: #FFFFFF;
}

.pix-btn-primary:hover {
    background-color: #f09a52;
    transform: scale(1.05) rotate(-2deg);
    color: #FFFFFF;
}

.pix-btn-secondary {
    background-color: #38A169;
    color: #FFFFFF;
}

.pix-btn-secondary:hover {
    background-color: #43c07d;
    transform: scale(1.05) rotate(2deg);
    color: #FFFFFF;
}

.pix-hero-character-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.pix-hero-character {
    width: auto;
    height: 80%;
    max-height: 600px;
    object-fit: contain;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.2));
}

@media (max-width: 767px) {
    .pix-hero-block .bg-light-sticker {
        border-right: none;
        border-bottom: 3px solid #000;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .pix-hero-title {
        font-size: 1rem;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .pix-hero-character {
        height: 50%;
        transform: translateX(-50%);
        left: 50%;
    }

    .pix-hero-landscape {
        height: 300px !important;
    }
}

/* ===== suositellutviihteet ===== */
.pixeltrox-games-list {
    font-family: 'Poppins', sans-serif;
    color: #1A202C;
}

.pixeltrox-games-list .pixeltrox-title {
    font-family: 'Press Start 2P', cursive;
    color: #6B46C1;
    font-size: 1.5rem;
    line-height: 1.2;
}

.pixeltrox-games-list .pixeltrox-subtitle {
    color: #4A5568;
    font-size: 1rem;
}

.pixeltrox-games-list .pixeltrox-filter-btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    padding: 10px 25px;
    border: 3px solid #000;
    background: #FFFFFF;
    color: #000;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 4px 4px 0px #000;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.pixeltrox-games-list .pixeltrox-filter-btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #000;
}

.pixeltrox-games-list .pixeltrox-filter-btn.active {
    background: #ED8936;
    color: #FFFFFF;
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px #000;
}

.pixeltrox-games-list .pixeltrox-card {
    background: #FFFFFF;
    border: 3px solid #000;
    box-shadow: 8px 8px 0px #000;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pixeltrox-games-list .pixeltrox-card:hover {
    transform: rotate(-1deg) scale(1.02);
    box-shadow: 12px 12px 0px #000;
}

.pixeltrox-games-list .pixeltrox-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pixeltrox-games-list .pixeltrox-img-wrapper {
    position: relative;
    height: 180px;
    overflow: hidden;
    border-bottom: 3px solid #000;
}

.pixeltrox-games-list .pixeltrox-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.pixeltrox-games-list .pixeltrox-card:hover .pixeltrox-card-img {
    transform: scale(1.1);
}

.pixeltrox-games-list .pixeltrox-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.5rem;
    padding: 6px 10px;
    border: 2px solid #000;
    color: #FFF;
    z-index: 2;
}

.pixeltrox-games-list .pixeltrox-card-title {
    font-family: 'Press Start 2P', cursive;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #1A202C;
}

.pixeltrox-games-list .pixeltrox-btn {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    background: #38A169;
    color: #FFFFFF;
    padding: 12px;
    border: 3px solid #000;
    box-shadow: 4px 4px 0px #000;
    transition: all 0.1s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.pixeltrox-games-list .pixeltrox-card:hover .pixeltrox-btn {
    background: #6B46C1;
}

.pixeltrox-games-list .pixeltrox-btn:active {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px #000;
}

@media (max-width: 767px) {
    .pixeltrox-games-list .pixeltrox-title {
        font-size: 1.1rem;
    }

    .pixeltrox-games-list .pixeltrox-card-title {
        font-size: 0.65rem;
    }
}

/* ===== ominaisuudet ===== */
.pixeltrox-features {
    padding: 60px 0;
    background-color: #F8F9FA;
    overflow-x: hidden;
    position: relative;
}

.pixeltrox-features__title {
    font-family: 'Press Start 2P', cursive;
    font-size: 24px;
    color: #1A202C;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.4;
}

.pixeltrox-features__subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #4A5568;
    margin-bottom: 40px;
}

.pixeltrox-features__card {
    background: #FFFFFF;
    border: 3px solid #000000;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease;
    box-shadow: 8px 8px 0px #000000;
}

.pixeltrox-features__card:hover {
    transform: translate(-4px, -4px);
    box-shadow: 12px 12px 0px #000000;
}

.pixeltrox-features__card--purple .pixeltrox-features__sticker {
    background-color: #6B46C1;
}

.pixeltrox-features__card--green .pixeltrox-features__sticker {
    background-color: #38A169;
}

.pixeltrox-features__card--orange .pixeltrox-features__sticker {
    background-color: #ED8936;
}

.pixeltrox-features__sticker {
    width: 60px;
    height: 60px;
    border: 3px solid #000000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform: rotate(-5deg);
    color: #FFFFFF;
    font-size: 24px;
}

.pixeltrox-features__card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #1A202C;
    margin-bottom: 15px;
    line-height: 1.2;
}

.pixeltrox-features__card-text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #4A5568;
    line-height: 1.6;
    margin-bottom: 0;
}

.pixeltrox-features__btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    padding: 12px 30px;
    border: 3px solid #000000;
    text-transform: uppercase;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    position: relative;
    min-width: 200px;
    text-align: center;
}

.pixeltrox-features__btn--primary {
    background-color: #6B46C1;
    color: #FFFFFF;
    box-shadow: 6px 6px 0px #000000;
}

.pixeltrox-features__btn--secondary {
    background-color: #38A169;
    color: #FFFFFF;
    box-shadow: 6px 6px 0px #000000;
}

.pixeltrox-features__btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 8px 8px 0px #000000;
    color: #FFFFFF;
}

.pixeltrox-features__btn:active {
    transform: translate(4px, 4px);
    box-shadow: 0px 0px 0px #000000;
}

@media (max-width: 768px) {
    .pixeltrox-features__title {
        font-size: 18px;
    }

    .pixeltrox-features__subtitle {
        font-size: 14px;
    }

    .pixeltrox-features__card {
        margin-bottom: 10px;
    }
}

/* ===== lyhyestimeistmme ===== */
.pixeltrox-about-preview {
    background-color: #F8F9FA;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pixeltrox-about-preview__card {
    background: #FFFFFF;
    border: 3px solid #000000;
    box-shadow: 10px 10px 0px #000000;
    transform: rotate(-1.5deg);
    border-radius: 0;
    transition: transform 0.3s ease;
}

.pixeltrox-about-preview__card:hover {
    transform: rotate(0deg);
}

.pixeltrox-about-preview__title {
    font-family: 'Press Start 2P', cursive;
    color: #6B46C1;
    font-size: 1.25rem;
    line-height: 1.4;
    text-transform: uppercase;
}

.pixeltrox-about-preview__text {
    font-family: 'Poppins', sans-serif;
    color: #1A202C;
    font-size: 1.1rem;
    line-height: 1.6;
}

.pixeltrox-about-preview__btn {
    display: inline-block;
    background-color: #ED8936;
    color: #FFFFFF;
    text-decoration: none;
    padding: 12px 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    border: 3px solid #000000;
    box-shadow: 6px 6px 0px #000000;
    transition: all 0.2s ease;
    text-transform: uppercase;
    border-radius: 0;
}

.pixeltrox-about-preview__btn:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px #000000;
    background-color: #f09a50;
    color: #FFFFFF;
}

.pixeltrox-about-preview__image-wrapper {
    position: relative;
    display: inline-block;
    transform: rotate(4deg);
    padding: 15px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pixeltrox-about-preview__image-wrapper:hover {
    transform: rotate(0deg) scale(1.05);
}

.pixeltrox-about-preview__img {
    border: 8px solid #FFFFFF;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(6px 6px 0px #000000);
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 991px) {
    .pixeltrox-about-preview__card {
        transform: none;
        box-shadow: 8px 8px 0px #000000;
    }

    .pixeltrox-about-preview__image-wrapper {
        transform: none;
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .pixeltrox-about-preview__title {
        font-size: 1rem;
    }

    .pixeltrox-about-preview__text {
        font-size: 1rem;
    }
}

/* ===== alatunniste ===== */
.pixeltrox-footer {
    background-color: #6B46C1;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
    border-top: 5px solid #000000;
}

.pixeltrox-footer .footer-brand-sticker {
    background: #FFFFFF;
    padding: 10px;
    border: 3px solid #000000;
    box-shadow: 6px 6px 0px #000000;
    transform: rotate(-2deg);
    transition: transform 0.3s ease;
}

.pixeltrox-footer .footer-brand-sticker:hover {
    transform: rotate(0deg) scale(1.05);
}

.pixeltrox-footer .footer-logo-img {
    max-width: 50px;
    height: auto;
    display: block;
}

.pixeltrox-footer .footer-heading {
    font-family: 'Press Start 2P', cursive;
    font-size: 14px;
    color: #ED8936;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 2px 2px 0px #000000;
}

.pixeltrox-footer .footer-brand-text {
    font-size: 14px;
    line-height: 1.6;
    color: #E2E8F0;
}

.pixeltrox-footer .footer-nav-list li {
    margin-bottom: 12px;
}

.pixeltrox-footer .footer-link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
    display: inline-block;
}

.pixeltrox-footer .footer-link:hover {
    color: #38A169;
    transform: translateX(5px);
}

.pixeltrox-footer .footer-bottom {
    border-color: rgba(0, 0, 0, 0.2) !important;
}

.pixeltrox-footer .footer-copyright-sticker {
    display: inline-block;
    background: #38A169;
    color: #FFFFFF;
    padding: 8px 20px;
    border: 2px solid #000000;
    box-shadow: 4px 4px 0px #000000;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .pixeltrox-footer .footer-heading {
        font-size: 12px;
        margin-top: 20px;
    }

    .pixeltrox-footer .footer-brand-sticker {
        margin-bottom: 20px;
    }

    .pixeltrox-footer .footer-link {
        font-size: 13px;
    }
}

/* ===== PAGE: privacy ===== */
.policy-content-wrapper {
  font-family: 'Poppins', sans-serif;
  color: #1A202C;
  background-color: #F8F9FA;
  padding: 40px 20px;
  line-height: 1.8;
}
.policy-content-wrapper .policy-card {
  max-width: 900px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 3px solid #000000;
  padding: 40px;
  box-shadow: 10px 10px 0px #000000;
  position: relative;
}
.policy-content-wrapper h2 {
  font-family: 'Press Start 2P', cursive;
  font-size: 16px;
  color: #6B46C1;
  margin-top: 35px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.4;
  border-left: 5px solid #ED8936;
  padding-left: 15px;
}
.policy-content-wrapper p {
  font-size: 16px;
  color: #4A5568;
  margin-bottom: 20px;
  text-align: justify;
  hyphens: auto;
}
.policy-content-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.policy-content-wrapper ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #4A5568;
}
.policy-content-wrapper ul li::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #38A169;
  font-size: 18px;
}
.policy-content-wrapper strong {
  color: #1A202C;
  font-weight: 800;
}
@media (max-width: 768px) {
  .policy-content-wrapper {
    padding: 20px 10px;
  }
  .policy-content-wrapper .policy-card {
    padding: 20px;
    box-shadow: 5px 5px 0px #000000;
  }
  .policy-content-wrapper h2 {
    font-size: 14px;
    padding-left: 10px;
  }
  .policy-content-wrapper p {
    font-size: 14px;
  }
  .policy-content-wrapper ul li {
    font-size: 14px;
  }
}

/* ===== PAGE: terms ===== */
.policy-content-wrapper {
  padding: 40px 20px;
  background-color: #F8F9FA;
  min-height: 100vh;
  font-family: 'Poppins', sans-serif;
}

.pixeltrox-terms-container {
  max-width: 800px;
  margin: 0 auto;
}

.pixeltrox-terms-card {
  background: #FFFFFF;
  border: 3px solid #000000;
  padding: 30px;
  box-shadow: 8px 8px 0px #000000;
  position: relative;
}

.pixeltrox-terms-title {
  font-family: 'Press Start 2P', cursive;
  font-size: 18px !important;
  color: #6B46C1;
  margin-bottom: 20px;
  line-height: 1.4;
  text-transform: uppercase;
}

.pixeltrox-terms-intro {
  font-weight: 600;
  color: #4A5568;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.pixeltrox-terms-section {
  margin-bottom: 25px;
}

.pixeltrox-terms-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 16px !important;
  color: #1A202C;
  margin-bottom: 12px;
  border-left: 4px solid #ED8936;
  padding-left: 15px;
}

.pixeltrox-terms-text {
  font-size: 14px;
  color: #4A5568;
  line-height: 1.8;
  margin-bottom: 15px;
}

.pixeltrox-terms-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.pixeltrox-terms-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #4A5568;
  line-height: 1.6;
}

.pixeltrox-terms-list li::before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #38A169;
}

@media (max-width: 768px) {
  .pixeltrox-terms-card {
    padding: 20px;
    box-shadow: 4px 4px 0px #000000;
  }
  
  .pixeltrox-terms-title {
    font-size: 16px !important;
  }

  .pixeltrox-terms-heading {
    font-size: 14px !important;
  }

  .pixeltrox-terms-text, .pixeltrox-terms-list li {
    font-size: 13px;
  }
}

/* ===== PAGE: disclaimer ===== */
.policy-content-wrapper .policy-container { padding: 2rem; background: #ffffff; border-radius: 12px; border: 3px solid #000000; box-shadow: 8px 8px 0px #000000; margin: 20px auto; max-width: 900px; color: #333333; font-family: 'Poppins', sans-serif; } .policy-content-wrapper .policy-header { margin-bottom: 2.5rem; text-align: center; border-bottom: 4px solid #6B46C1; padding-bottom: 1.5rem; } .policy-content-wrapper .policy-title { font-family: 'Press Start 2P', cursive; color: #6B46C1; font-size: 18px; line-height: 1.3; text-transform: uppercase; margin-bottom: 10px; } .policy-content-wrapper .policy-date { font-size: 0.85rem; color: #4A5568; font-weight: 600; } .policy-content-wrapper .policy-section { margin-bottom: 2rem; } .policy-content-wrapper .policy-subtitle { font-family: 'Press Start 2P', cursive; color: #111111; font-size: 14px; margin-bottom: 1rem; border-left: 6px solid #ED8936; padding-left: 15px; line-height: 1.4; } .policy-content-wrapper p { font-size: 1rem; line-height: 1.7; margin-bottom: 1.2rem; text-align: justify; hyphens: auto; } .policy-content-wrapper ul { margin-bottom: 1.5rem; padding-left: 1.5rem; } .policy-content-wrapper li { margin-bottom: 0.8rem; position: relative; list-style-type: none; } .policy-content-wrapper li::before { content: '\f11b'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; left: -1.8rem; color: #38A169; } .policy-content-wrapper .policy-footer { margin-top: 3rem; padding-top: 1.5rem; border-top: 2px dashed #000000; text-align: center; font-style: italic; color: #4A5568; } @media (max-width: 768px) { .policy-content-wrapper .policy-container { padding: 1.5rem; margin: 10px; border-width: 2px; box-shadow: 4px 4px 0px #000000; } .policy-content-wrapper .policy-title { font-size: 11px; word-break: normal; overflow-wrap: normal; } .policy-content-wrapper .policy-subtitle { font-size: 12px; word-break: break-word; overflow-wrap: break-word; } .policy-content-wrapper p { font-size: 0.95rem; } }

/* ===== PAGE: cookies ===== */
.policy-content-wrapper { padding: 40px 20px; background-color: #F8F9FA; min-height: 100vh; font-family: 'Poppins', sans-serif; }.policy-content-inner { max-width: 900px; margin: 0 auto; }.policy-card { background: #FFFFFF; border: 3px solid #000000; box-shadow: 8px 8px 0px #000000; padding: 30px; margin-bottom: 30px; transition: transform 0.2s ease; }.policy-card:hover { transform: translate(-2px, -2px); box-shadow: 10px 10px 0px #6B46C1; }.policy-content-wrapper h2 { font-family: 'Press Start 2P', cursive; font-size: 16px; color: #6B46C1; margin-bottom: 20px; line-height: 1.4; text-transform: uppercase; }.policy-content-wrapper p { font-size: 16px; color: #1A202C; line-height: 1.8; margin-bottom: 15px; }.policy-content-wrapper ul { list-style: none; padding-left: 0; }.policy-content-wrapper ul li { position: relative; padding-left: 30px; margin-bottom: 12px; color: #4A5568; line-height: 1.6; }.policy-content-wrapper ul li::before { content: '→'; position: absolute; left: 0; color: #ED8936; font-weight: 800; }@media (max-width: 768px) { .policy-content-wrapper { padding: 20px 15px; } .policy-content-wrapper h2 { font-size: 14px; } .policy-card { padding: 20px; box-shadow: 4px 4px 0px #000000; } .policy-content-wrapper p, .policy-content-wrapper ul li { font-size: 14px; } }

/* ===== PAGE: about ===== */
.pixeltrox-about {
  background-color: #F8F9FA;
  font-family: 'Poppins', sans-serif;
  color: #1A202C;
  overflow: hidden;
}

.pixeltrox-about__title {
  font-family: 'Press Start 2P', cursive;
  font-size: 1.5rem;
  color: #6B46C1;
  line-height: 1.4;
}

.pixeltrox-about__text {
  line-height: 1.8;
  color: #4A5568;
}

.pixeltrox-about__content-box {
  background: #FFFFFF;
  border: 3px solid #000000;
  box-shadow: 8px 8px 0px #000000;
  position: relative;
}

.pixeltrox-about__main-img {
  border: 3px solid #000000;
  box-shadow: 12px 12px 0px #ED8936;
  transform: rotate(2deg);
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pixeltrox-about__main-img:hover {
  transform: rotate(0deg);
}

.pixeltrox-about__card {
  background: #FFFFFF;
  border: 3px solid #000000;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 6px 6px 0px #000000;
}

.pixeltrox-about__card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 10px 10px 0px #000000;
}

.pixeltrox-about__card--tilted-left {
  transform: rotate(-1.5deg);
}

.pixeltrox-about__card--tilted-right {
  transform: rotate(1.5deg);
}

.pixeltrox-about__card-header {
  width: 50px;
  height: 50px;
  background: #6B46C1;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border: 2px solid #000;
  box-shadow: 3px 3px 0px #000;
  margin-bottom: 1rem;
}

.pixeltrox-about__card-header--green {
  background: #38A169;
}

.pixeltrox-about__card-header--orange {
  background: #ED8936;
}

.pixeltrox-about__btn {
  padding: 0.8rem 1.5rem;
  font-family: 'Press Start 2P', cursive;
  font-size: 0.7rem;
  border: 3px solid #000;
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.pixeltrox-about__btn--primary {
  background: #6B46C1;
  color: #FFFFFF !important;
  box-shadow: 4px 4px 0px #000;
}

.pixeltrox-about__btn--outline {
  background: #FFFFFF;
  color: #000000 !important;
  box-shadow: 4px 4px 0px #000;
}

.pixeltrox-about__btn:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0px #000;
}

.pixeltrox-about__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #000;
  box-shadow: 5px 5px 0px #38A169;
  object-fit: cover;
}

.pixeltrox-about h2.text-uppercase {
  font-family: 'Press Start 2P', cursive;
  font-size: 1.2rem;
  color: #1A202C;
}

@media (max-width: 768px) {
  .pixeltrox-about__title {
    font-size: 1.1rem;
  }
  .pixeltrox-about h2.text-uppercase {
    font-size: 1rem;
  }
  .pixeltrox-about__card {
    transform: none !important;
  }
  .pixeltrox-about__main-img {
    transform: none !important;
    margin-bottom: 1.5rem;
  }
}

/* ===== PAGE: catalog ===== */
.pixeltrox-catalog {
  background-color: #F8F9FA;
  overflow-x: hidden;
}

.pixeltrox-catalog__title {
  font-family: 'Press Start 2P', cursive;
  font-size: 1.5rem;
  color: #1A202C;
  text-transform: uppercase;
  line-height: 1.4;
}

.pixeltrox-catalog__search-wrapper {
  max-width: 600px;
}

.pixeltrox-catalog__card {
  background: #FFFFFF;
  border: 3px solid #000000;
  box-shadow: 6px 6px 0px #000000;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  border-radius: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.pixeltrox-catalog__card:hover {
  transform: translate(-4px, -4px) rotate(-1deg);
  box-shadow: 10px 10px 0px #000000;
}

.pixeltrox-catalog__card-image-link {
  display: block;
  overflow: hidden;
  border-bottom: 3px solid #000;
}

.pixeltrox-catalog__card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pixeltrox-catalog__card:hover .pixeltrox-catalog__card-img {
  transform: scale(1.1);
}

.pixeltrox-catalog__card-title {
  font-family: 'Press Start 2P', cursive;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.pixeltrox-catalog__card-title a {
  color: #1A202C;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pixeltrox-catalog__card-title a:hover {
  color: #6B46C1;
}

.pixeltrox-catalog__badge {
  display: inline-block;
  background: #ED8936;
  color: #fff;
  padding: 4px 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 0.75rem;
  border: 2px solid #000;
  text-transform: uppercase;
  box-shadow: 2px 2px 0px #000;
}

.pixeltrox-catalog__btn {
  background: #6B46C1;
  color: #FFFFFF !important;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  padding: 10px 20px;
  font-family: 'Press Start 2P', cursive;
  font-size: 0.7rem;
  transition: all 0.2s ease;
  text-align: center;
  cursor: pointer;
}

.pixeltrox-catalog__btn:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px #000000;
  background: #553C9A;
}

.pixeltrox-catalog__premium-box {
  background: #38A169;
  border: 4px solid #000000;
  box-shadow: 12px 12px 0px #000000;
  color: #FFFFFF;
}

.pixeltrox-catalog__premium-title {
  font-family: 'Press Start 2P', cursive;
  font-size: 1.2rem;
  text-shadow: 2px 2px 0px #000;
}

.pixeltrox-catalog__form input::placeholder {
  color: #4A5568;
  opacity: 0.7;
}

.pixeltrox-catalog__form input {
  border-radius: 0;
  background-color: #F8F9FA;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 767.98px) {
  .pixeltrox-catalog__title {
    font-size: 1.1rem;
  }
  .pixeltrox-catalog__card-img {
    height: 180px;
  }
  .pixeltrox-catalog__premium-title {
    font-size: 1rem;
  }
}

/* ===== PAGE: contact ===== */
.pixel-contact-section {
  background-color: #F8F9FA;
  font-family: 'Poppins', sans-serif;
  color: #1A202C;
}

.pixel-contact-section .pixel-title {
  font-family: 'Press Start 2P', cursive;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #6B46C1;
}

.pixel-contact-section .pixel-subtitle {
  color: #4A5568;
  font-size: 1.1rem;
}

.pixel-contact-section .pixel-card-container {
  z-index: 1;
}

.pixel-contact-section .pixel-contact-card {
  background: #FFFFFF;
  border: 3px solid #000000;
  border-radius: 0;
  position: relative;
  z-index: 2;
  box-shadow: 8px 8px 0px #000000;
}

.pixel-contact-section .pixel-card-decoration {
  position: absolute;
  top: 15px;
  left: 15px;
  right: -15px;
  bottom: -15px;
  background-color: #ED8936;
  border: 3px solid #000000;
  z-index: -1;
}

.pixel-contact-section .form-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.pixel-contact-section .form-control {
  border: 2px solid #000000;
  border-radius: 0;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  background-color: #FFFFFF;
  transition: all 0.2s ease;
}

.pixel-contact-section .form-control:focus {
  box-shadow: 4px 4px 0px #6B46C1;
  outline: none;
  border-color: #6B46C1;
}

.pixel-contact-section .pixel-btn-submit {
  background-color: #38A169;
  color: #FFFFFF;
  border: 3px solid #000000;
  padding: 1rem 2.5rem;
  font-family: 'Press Start 2P', cursive;
  font-size: 0.8rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 6px 6px 0px #000000;
}

.pixel-contact-section .pixel-btn-submit:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0px #000000;
  background-color: #48BB78;
}

.pixel-contact-section .pixel-btn-submit:active {
  transform: translate(4px, 4px);
  box-shadow: 0px 0px 0px #000000;
}

.pixel-contact-section .pixel-faq-title {
  font-family: 'Press Start 2P', cursive;
  font-size: 1rem;
  color: #ED8936;
}

.pixel-contact-section .pixel-faq-item {
  background: #FFFFFF;
  border: 2px solid #000000;
  padding: 1.5rem;
  height: 100%;
  box-shadow: 4px 4px 0px #000000;
  transition: transform 0.2s ease;
}

.pixel-contact-section .pixel-faq-item:hover {
  transform: rotate(-1deg);
}

@media (max-width: 768px) {
  .pixel-contact-section .pixel-title {
    font-size: 1.1rem;
  }
  .pixel-contact-section .pixel-btn-submit {
    width: 100%;
    font-size: 0.7rem;
    padding: 1rem 1.5rem;
  }
}

/* ===== PAGE: leaderboard ===== */
.pixeltrox-leaderboard { background-color: #F8F9FA; position: relative; overflow: hidden; font-family: 'Poppins', sans-serif; }.pixeltrox-badge { background: #ED8936; color: #fff; border: 3px solid #000; font-family: 'Press Start 2P', cursive; font-size: 0.75rem; transform: rotate(-2deg); box-shadow: 4px 4px 0px #000; }.pixeltrox-section-title { font-family: 'Press Start 2P', cursive; color: #1A202C; line-height: 1.4; text-shadow: 3px 3px 0px #E2E8F0; font-size: 1.8rem; }.pixeltrox-section-subtitle { color: #4A5568; font-size: 1.1rem; }.pixeltrox-btn { border: 3px solid #000; padding: 10px 20px; font-weight: 800; text-transform: uppercase; transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); position: relative; background: #fff; color: #000; box-shadow: 4px 4px 0px #000; cursor: pointer; }.pixeltrox-btn:active { box-shadow: 0px 0px 0px #000; transform: translate(4px, 4px); }.pixeltrox-btn-filter.active { background: #6B46C1; color: #fff; }.pixeltrox-btn-filter:hover:not(.active) { background: #E2E8F0; transform: scale(1.05) rotate(1deg); }.pixeltrox-search-wrapper { position: relative; }.pixeltrox-search-icon { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #4A5568; z-index: 10; }.pixeltrox-search-input { border: 3px solid #000 !important; border-radius: 0 !important; padding: 12px 15px 12px 45px !important; box-shadow: 6px 6px 0px #000 !important; font-weight: 600; }.pixeltrox-leaderboard-container { border: 3px solid #000; background: #fff; box-shadow: 10px 10px 0px #000; overflow: hidden; }.pixeltrox-table { margin-bottom: 0; }.pixeltrox-table thead { background: #6B46C1; color: #fff; border-bottom: 3px solid #000; }.pixeltrox-table thead th { font-family: 'Press Start 2P', cursive; font-size: 0.7rem; padding: 20px; border: none; vertical-align: middle; }.pixeltrox-table tbody tr { border-bottom: 2px solid #E2E8F0; transition: background 0.2s; }.pixeltrox-table tbody tr:last-child { border-bottom: none; }.pixeltrox-table tbody tr:hover { background: #f0f7ff; }.pixeltrox-table td { padding: 20px; font-weight: 600; color: #1A202C; border: none; }.pixeltrox-rank { font-family: 'Press Start 2P', cursive; font-size: 0.9rem; color: #ED8936; }.pixeltrox-player-info { display: flex; align-items: center; gap: 12px; }.pixeltrox-avatar { width: 45px; height: 45px; border-radius: 50%; border: 2px solid #000; object-fit: cover; background: #E2E8F0; }.pixeltrox-game-badge { background: #38A169; color: #fff; padding: 4px 12px; border: 2px solid #000; font-size: 0.8rem; border-radius: 5px; box-shadow: 2px 2px 0px #000; }.pixeltrox-score { font-family: 'Press Start 2P', cursive; font-size: 0.85rem; color: #6B46C1; }@media (max-width: 768px) { .pixeltrox-section-title { font-size: 1.2rem; } .pixeltrox-table td, .pixeltrox-table th { padding: 12px 10px; font-size: 0.9rem; } .pixeltrox-avatar { width: 35px; height: 35px; } .pixeltrox-rank { font-size: 0.7rem; } .pixeltrox-score { font-size: 0.7rem; } }

/* ===== PAGE: guide ===== */
.guide-section { background-color: #F8F9FA; font-family: 'Poppins', sans-serif; }
.guide-section .guide-main-heading { font-family: 'Press Start 2P', cursive; font-size: 1.5rem; line-height: 1.5; color: #1A202C; text-transform: uppercase; }
.guide-section .guide-section-title { font-family: 'Press Start 2P', cursive; font-size: 1.2rem; color: #6B46C1; }
.guide-section .guide-progress-container { background: #fff; border: 3px solid #000; padding: 15px; box-shadow: 6px 6px 0px #000; border-radius: 4px; }
.guide-section .guide-progress-text { font-weight: 800; color: #1A202C; }
.guide-section .guide-status-badge { background: #ED8936; color: #fff; padding: 2px 10px; border: 2px solid #000; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; }
.guide-section .progress-bar-wrapper { height: 20px; background: #E2E8F0; border: 2px solid #000; position: relative; overflow: hidden; }
.guide-section .progress-bar-inner { height: 100%; background: #38A169; transition: width 0.5s ease-out; }
.guide-section .guide-step-card { background: #fff; border: 3px solid #000; box-shadow: 8px 8px 0px #000; transition: transform 0.2s, box-shadow 0.2s; border-radius: 8px; transform: rotate(-1deg); }
.guide-section .guide-step-card:nth-child(even) { transform: rotate(1.5deg); }
.guide-section .guide-step-card:hover { transform: scale(1.03) rotate(0deg); box-shadow: 12px 12px 0px #000; }
.guide-section .guide-step-icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 3px solid #000; font-size: 1.5rem; color: #fff; }
.guide-section .guide-step-title { font-family: 'Press Start 2P', cursive; font-size: 0.9rem; margin-top: 10px; }
.guide-section .guide-info-block { background: #fff; border: 3px solid #000; box-shadow: 8px 8px 0px #6B46C1; border-radius: 8px; }
.guide-section .guide-faq-block { background: #fff; border: 3px solid #000; box-shadow: 8px 8px 0px #38A169; border-radius: 8px; }
.guide-section .faq-item { border: 2px solid #000; border-radius: 4px; overflow: hidden; }
.guide-section .faq-header { background: #F8F9FA; cursor: pointer; font-weight: 600; transition: background 0.2s; }
.guide-section .faq-header:hover { background: #E2E8F0; }
.guide-section .faq-header i { transition: transform 0.3s; }
.guide-section .faq-header.active i { transform: rotate(45deg); }
.guide-section .faq-body { background: #fff; border-top: 2px solid #000; }
@media (max-width: 768px) {
  .guide-section .guide-main-heading { font-size: 1.1rem; }
  .guide-section .guide-section-title { font-size: 1rem; }
  .guide-section .guide-step-card { transform: none !important; margin-bottom: 10px; }
  .guide-section .guide-info-block { box-shadow: 4px 4px 0px #6B46C1; overflow: hidden; }
  .guide-section .guide-faq-block { box-shadow: 4px 4px 0px #38A169; overflow: hidden; }
  .guide-section .guide-info-block h4 { font-size: 0.65rem; word-break: break-word; }
}

.px-sticker-card {
    background: #FFFFFF;
    border: 3px solid #000000;
    padding: 1.5rem;
    position: relative;
    box-shadow: 6px 6px 0px #000000;
    transition: transform 0.2s ease-in-out;
}

.main-comment-card {
    transform: rotate(-0.5deg);
}

.main-comment-card:hover {
    transform: scale(1.02) rotate(0deg);
}

.px-avatar {
    width: 60px;
    height: 60px;
    border: 3px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Press Start 2P', cursive;
    font-size: 14px;
    color: #FFFFFF;
    box-shadow: 3px 3px 0px #000000;
}

.px-bg-primary {
    background-color: #6B46C1;
}

.px-username {
    font-family: 'Press Start 2P', cursive;
    font-size: 0.75rem;
    color: #1A202C;
    text-transform: uppercase;
}

.px-badge-date {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 0.7rem;
    background: #ED8936;
    color: #000000;
    padding: 2px 8px;
    border: 2px solid #000000;
}

.px-comment-text {
    font-family: 'Poppins', sans-serif;
    color: #4A5568;
    line-height: 1.6;
    font-weight: 400;
}

.px-btn-sticker {
    background: #FFFFFF;
    border: 2px solid #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 0.8rem;
    padding: 4px 12px;
    cursor: pointer;
    box-shadow: 3px 3px 0px #000000;
    transition: all 0.1s active;
}

.px-btn-sticker:active {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0px #000000;
}

.px-btn-reply:hover {
    background: #38A169;
    color: #FFFFFF;
}

.px-btn-like:hover {
    background: #F56565;
    color: #FFFFFF;
}

.reply-comment-card {
    background: #F8F9FA;
    border: 3px solid #000000;
    padding: 1.2rem;
    transform: rotate(0.5deg);
    box-shadow: 4px 4px 0px #000000;
}

.reply-comment-card:hover {
    transform: scale(1.01) rotate(0deg);
}

.px-bg-secondary {
    background-color: #38A169;
}

.px-mention {
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: #6B46C1 !important;
}

.pixeltrox-reply-container {
    position: relative;
}

.pixeltrox-reply-container::before {
    content: '';
    position: absolute;
    left: -25px;
    top: -20px;
    bottom: 50%;
    width: 20px;
    border-left: 3px solid #000000;
    border-bottom: 3px solid #000000;
    z-index: -1;
}

@media (max-width: 768px) {
    .pixeltrox-reply-container {
        margin-left: 1.5rem !important;
    }

    .px-avatar {
        width: 45px;
        height: 45px;
        font-size: 10px;
    }
}


/* ===== PAGE TEMPLATE: games ===== */
.pix-detail-template {
    font-family: 'Poppins', sans-serif;
    background-color: #F8F9FA;
    color: #1A202C;
}

.pix-detail-title {
    font-family: 'Press Start 2P', cursive;
    font-size: clamp(1rem, 4vw, 2rem);
    color: #6B46C1;
    text-shadow: 3px 3px 0px #ED8936;
    line-height: 1.4;
}

.pix-detail-subtitle {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.pix-breadcrumb .breadcrumb-item a {
    color: #6B46C1;
    text-decoration: none;
    font-weight: 600;
}

.pix-breadcrumb .breadcrumb-item.active {
    color: #1A202C;
}

.pix-game-container {
    border: 5px solid #000;
    background: #000;
    box-shadow: 10px 10px 0px #ED8936;
    border-radius: 4px;
    overflow: hidden;
}

.pix-iframe-element {
    height: 550px;
    border: none;
    display: block;
}

.pix-game-controls {
    background: #333;
    border-top: 2px solid #000;
}

.pix-btn-control {
    background: #38A169;
    color: white;
    border: 3px solid #000;
    padding: 8px 16px;
    font-family: 'Press Start 2P', cursive;
    font-size: 10px;
    box-shadow: 3px 3px 0px #000;
    transition: all 0.1s;
}

.pix-btn-control:active {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0px #000;
}

.pix-sticker-card {
    background: #FFFFFF;
    border: 3px solid #000;
    box-shadow: 6px 6px 0px #000;
    border-radius: 0;
    position: relative;
    transition: transform 0.2s;
}

.pix-section-heading {
    font-family: 'Press Start 2P', cursive;
    font-size: 14px;
    color: #6B46C1;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.pix-section-heading::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #ED8936;
    border: 1px solid #000;
}

.pix-feature-list {
    list-style: none;
    padding: 0;
}

.pix-feature-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.pix-feature-list li i {
    color: #38A169;
    margin-right: 12px;
    font-size: 1.2rem;
}

.border-3-black {
    border: 3px solid #000;
    box-shadow: 4px 4px 0px #000;
}

.px-form-input {
    border: 3px solid #000;
    border-radius: 0;
    padding: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.px-form-input:focus {
    box-shadow: 4px 4px 0px #6B46C1;
    border-color: #000;
}

.pix-btn-sticker {
    display: inline-block;
    border: 3px solid #000;
    padding: 8px 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 4px 4px 0px #000;
    transition: all 0.1s;
}

.pix-btn-sticker:active {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px #000;
}

.px-btn-primary {
    background-color: #ED8936;
    color: #FFFFFF;
}

.px-btn-primary:hover {
    color: #fff;
    background-color: #f09a52;
}

.px-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #fff;
    font-family: 'Press Start 2P', cursive;
    font-size: 12px;
}

.px-bg-primary {
    background-color: #6B46C1;
}

.px-bg-secondary {
    background-color: #38A169;
}

.px-username {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 1rem;
}

.px-badge-date {
    font-size: 10px;
    background: #E2E8F0;
    padding: 2px 8px;
    border: 1px solid #000;
    font-weight: 800;
}

.px-comment-text {
    font-size: 0.95rem;
    line-height: 1.6;
}

.px-btn-reply,
.px-btn-like {
    font-size: 12px;
    background: #fff;
    padding: 4px 10px;
}

.px-btn-like.active {
    background-color: #F56565;
    color: #fff;
}

.pixeltrox-reply-container {
    border-left: 3px dashed #6B46C1;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .pix-iframe-element {
        height: 350px;
    }

    .pix-game-container {
        box-shadow: 6px 6px 0px #ED8936;
    }

    .pix-btn-control {
        font-size: 8px;
    }
}

/* ===== fullscreen game ===== */
.pix-game-container:fullscreen,
.pix-game-container:-webkit-full-screen {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
}

.pix-game-container:fullscreen .pix-iframe-element,
.pix-game-container:-webkit-full-screen .pix-iframe-element {
    flex: 1 1 0;
    min-height: 0;
    height: auto !important;
    width: 100% !important;
}

.pix-game-container:fullscreen .pix-game-controls,
.pix-game-container:-webkit-full-screen .pix-game-controls {
    flex-shrink: 0;
}

/* ===== utilities ===== */
.bg-accent {
    background-color: #ED8936 !important;
}

.text-accent {
    color: #ED8936 !important;
}