:root {
    --primary: #FFD8A8;
    --secondary: #FFE8CC;
    --accent: #FF922B;
    --background-main: #FFF9F2;
    --background-card: #FFFFFF;
    --text-primary-light: #495057;
    --text-secondary-light: #868E96;
    --border-color: #FFECDB;
    --radius-xl: 24px;
}

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--background-main);
    color: var(--text-primary-light);
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
.font-serif {
    font-family: 'Playfair Display', serif;
}

.text-muted {
    color: #868E96 !important;
}

.btn-pill {
    border-radius: 9999px;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-pill:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px -5px rgba(255, 146, 43, 0.2);
}

.card-editorial {
    background: var(--background-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    transition: all 0.3s ease-out;
}

.card-editorial:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -15px rgba(255, 216, 168, 0.3);
}

/* ===== header ===== */
.js-header-block .js-dropdown-menu {
    z-index: 1010;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.js-header-block .js-mobile-menu {
    background-color: #FFFFFF;
    overflow-y: auto;
}

.js-header-block .js-dropdown-trigger[aria-expanded='true'] i {
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

/* ===== hero ===== */
.hero-block {
    position: relative;
    width: 100%;
}

.hero-block .hero-image-wrapper {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-block:hover .hero-image-wrapper {
    transform: translateY(-10px);
}

.hero-block h1 {
    font-family: 'Playfair Display', serif;
}

.hero-block p,
.hero-block span,
.hero-block a {
    font-family: 'Inter', sans-serif;
}

.hero-block .container {
    max-width: 1280px;
}

@media (max-width: 767px) {
    .hero-block h1 {
        font-size: 28px;
    }

    .hero-block p {
        font-size: 15px;
    }
}

/* ===== categories ===== */
.titan-categories-block .category-card {
    will-change: transform, opacity;
}

.titan-categories-block .category-card:hover {
    transform: translateY(-8px);
}

.titan-categories-block .category-card a:hover {
    box-shadow: 0 10px 15px -3px rgba(255, 146, 43, 0.3);
}

@media (max-width: 767px) {
    .titan-categories-block .category-card {
        margin-bottom: 2rem;
    }
}

/* ===== features ===== */
.tc-features .tc-feature-card:hover img {
    transform: scale(1.05);
}

.tc-features .tc-feature-btn {
    box-shadow: 0 4px 14px 0 rgba(255, 216, 168, 0.39);
}

.tc-features .tc-feature-card {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.tc-features .tc-feature-card:hover {
    transform: translateY(-5px);
}

/* ===== poll-teaser ===== */
.poll-teaser-block {
    font-family: 'Inter', sans-serif;
}

.poll-teaser-block .font-serif {
    font-family: 'Playfair Display', serif;
}

.poll-teaser-block .poll-teaser-container {
    transition: transform 0.3s ease-out;
}

.poll-teaser-block .poll-teaser-container:hover {
    transform: translateY(-4px);
}

.poll-teaser-block .poll-teaser-cta-link {
    box-shadow: 0 4px 15px rgba(255, 146, 43, 0.2);
}

/* ===== footer ===== */
.titan-footer-block .font-heading {
    font-family: 'Playfair Display', serif;
}

.titan-footer-block .font-body {
    font-family: 'Inter', sans-serif;
}

.js-header-block .js-dropdown-menu {
    z-index: 1010;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.js-header-block .js-mobile-menu {
    background-color: #FFFFFF;
    overflow-y: auto;
}

.js-header-block .js-dropdown-trigger[aria-expanded='true'] i {
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

.titan-footer-block .font-heading {
    font-family: 'Playfair Display', serif;
}

.titan-footer-block .font-body {
    font-family: 'Inter', sans-serif;
}

.category-list-block .js-sort-btn.active {
    box-shadow: 0 4px 14px rgba(255, 146, 43, 0.2);
}

.category-list-block .js-card {
    backface-visibility: hidden;
}

.category-list-block .js-card:hover {
    transform: translateY(-8px);
}


/* ===== PAGE: privacy ===== */
.policy-layout-block { background-color: #FFF9F2; padding: 60px 20px; }
.policy-document-container { max-width: 900px; margin: 0 auto; }
.policy-content-wrapper { background: #FFFFFF; padding: 40px; border-radius: 32px; border: 1px solid #FFECDB; box-shadow: 0 10px 30px rgba(255, 216, 168, 0.15); }
.policy-section h2 { color: #495057; border-bottom: 2px solid #FFE8CC; padding-bottom: 12px; }
.policy-section strong { color: #212529; font-weight: 600; }
@media (max-width: 768px) {
  .policy-layout-block { padding: 40px 16px; }
  .policy-content-wrapper { padding: 24px; border-radius: 20px; }
  .policy-intro p { hyphens: auto; }
}

/* ===== PAGE: terms ===== */
.policy-layout-block { overflow-x: hidden; }.policy-layout-block .policy-document-container { background: transparent; }.policy-layout-block .terms-section { border-bottom: 1px solid #FFECDB; padding-bottom: 2rem; }.policy-layout-block .terms-section:last-child { border-bottom: none; }.policy-layout-block .terms-list i { font-size: 1rem; flex-shrink: 0; }.policy-layout-block p a { transition: color 0.3s ease; }.policy-layout-block .terms-list li { line-height: 1.5; }@media (max-width: 767px) { .policy-layout-block .terms-section { padding-bottom: 1.5rem; } }

/* ===== PAGE: disclaimer ===== */
.policy-layout-block { padding: 60px 20px; background-color: #FFF9F2; } .policy-document-container { max-width: 800px; margin: 0 auto; background: #FFFFFF; border-radius: 24px; padding: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #FFECDB; } .disclaimer-content-wrapper h2 { font-family: 'Playfair Display', serif; color: #495057; font-size: 16px; margin: 32px 0 16px 0; font-weight: 700; line-height: 1.3; } .disclaimer-content-wrapper p { font-family: 'Inter', sans-serif; color: #868E96; font-size: 14px; line-height: 1.8; margin-bottom: 20px; hyphens: auto; } .disclaimer-content-wrapper ul { margin-bottom: 24px; padding-left: 20px; list-style-type: square; color: #868E96; } .disclaimer-content-wrapper li { font-family: 'Inter', sans-serif; font-size: 14px; line-height: 1.6; margin-bottom: 12px; } @media (min-width: 768px) { .policy-layout-block { padding: 120px 40px; } .policy-document-container { padding: 80px; } .disclaimer-content-wrapper h2 { font-size: 32px; margin-top: 48px; } .disclaimer-content-wrapper p { font-size: 18px; } .disclaimer-content-wrapper li { font-size: 18px; } }

/* ===== PAGE: cookies ===== */
.policy-layout-block { background-color: #FFF9F2; padding: 80px 20px; min-height: 100vh; } .policy-document-container { max-width: 800px; margin: 0 auto; background: #FFFFFF; padding: 40px; border-radius: 24px; border: 1px solid #FFECDB; box-shadow: 0 10px 30px rgba(255, 216, 168, 0.1); } .cookies-policy-content .policy-section h2 { font-family: 'Playfair Display', serif; } .cookies-policy-content p, .cookies-policy-content li { font-family: 'Inter', sans-serif; line-height: 1.6; } .cookies-policy-content .policy-list li i { font-size: 1.1rem; } @media (max-width: 768px) { .policy-layout-block { padding: 40px 15px; } .policy-document-container { padding: 24px; border-radius: 16px; } }

/* ===== PAGE: poll ===== */
.quiz-section .quiz-container { box-shadow: 0 20px 40px rgba(255, 146, 43, 0.05); }
.quiz-section .poll-option-card label:hover { transform: translateY(-4px); }
.quiz-section .js-poll-input:checked + label { box-shadow: 0 10px 20px rgba(255, 146, 43, 0.1); }

/* ===== PAGE: contact ===== */
.contact-form-section .contact-info-card { transition: transform 0.3s ease-out; }.contact-form-section .contact-info-card:hover { transform: translateY(-5px); }.contact-form-section input::placeholder, .contact-form-section textarea::placeholder { color: #ADB5BD; font-size: 14px; opacity: 1; }.contact-form-section .image-container { position: relative; }.contact-form-section .image-container::after { content: ''; position: absolute; inset: 0; background: rgba(255, 146, 43, 0.1); pointer-events: none; }

.font-heading {
    font-family: 'Playfair Display', serif;
}

.font-body {
    font-family: 'Inter', sans-serif;
}

.tc-avatar {
    object-fit: cover;
    display: block;
    background-color: #FFE8CC;
}

.tc-main-comment {
    position: relative;
    overflow: hidden;
}

.tc-main-comment::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #FFD8A8;
    opacity: 0.5;
}

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

.tc-reply-container::after {
    content: '';
    position: absolute;
    top: -16px;
    left: -24px;
    width: 20px;
    height: 40px;
    border-left: 2px solid #FFECDB;
    border-bottom: 2px solid #FFECDB;
    border-bottom-left-radius: 12px;
    z-index: 0;
}

.tc-avatar {
    object-fit: cover;
    width: 48px;
    height: 48px;
}

.tc-reply-comment:hover {
    transform: translateX(5px);
    background-color: #FFFFFF;
    border-color: #FFD8A8;
}


/* ===== PAGE TEMPLATE: retro-zone ===== */
.titan-detail-template .titan-rich-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #495057;
    margin: 40px 0 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .titan-detail-template .titan-rich-text h2 {
        font-size: 16px;
        margin: 30px 0 15px;
    }
}

.titan-detail-template .titan-rich-text p {
    margin-bottom: 24px;
}

.titan-detail-template .titan-rich-text ul {
    margin-bottom: 24px;
    padding-left: 20px;
}

.titan-detail-template .titan-rich-text li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 10px;
    list-style-type: disc;
}

.js-header-block .js-dropdown-menu {
    z-index: 1010;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.js-header-block .js-mobile-menu {
    background-color: #FFFFFF;
    overflow-y: auto;
}

.js-header-block .js-dropdown-trigger[aria-expanded='true'] i {
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

.titan-footer-block .font-heading {
    font-family: 'Playfair Display', serif;
}

.titan-footer-block .font-body {
    font-family: 'Inter', sans-serif;
}

/* ===== PAGE TEMPLATE: online-games ===== */
.titan-detail-template .titan-rich-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #495057;
    margin: 40px 0 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .titan-detail-template .titan-rich-text h2 {
        font-size: 16px;
        margin: 30px 0 15px;
    }
}

.titan-detail-template .titan-rich-text p {
    margin-bottom: 24px;
}

.titan-detail-template .titan-rich-text ul {
    margin-bottom: 24px;
    padding-left: 20px;
}

.titan-detail-template .titan-rich-text li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 10px;
    list-style-type: disc;
}

.js-header-block .js-dropdown-menu {
    z-index: 1010;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.js-header-block .js-mobile-menu {
    background-color: #FFFFFF;
    overflow-y: auto;
}

.js-header-block .js-dropdown-trigger[aria-expanded='true'] i {
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

.titan-footer-block .font-heading {
    font-family: 'Playfair Display', serif;
}

.titan-footer-block .font-body {
    font-family: 'Inter', sans-serif;
}

/* ===== PAGE TEMPLATE: author-collections ===== */
.titan-detail-template .titan-rich-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #495057;
    margin: 40px 0 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .titan-detail-template .titan-rich-text h2 {
        font-size: 16px;
        margin: 30px 0 15px;
    }
}

.titan-detail-template .titan-rich-text p {
    margin-bottom: 24px;
}

.titan-detail-template .titan-rich-text ul {
    margin-bottom: 24px;
    padding-left: 20px;
}

.titan-detail-template .titan-rich-text li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 10px;
    list-style-type: disc;
}

.js-header-block .js-dropdown-menu {
    z-index: 1010;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.js-header-block .js-mobile-menu {
    background-color: #FFFFFF;
    overflow-y: auto;
}

.js-header-block .js-dropdown-trigger[aria-expanded='true'] i {
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

.titan-footer-block .font-heading {
    font-family: 'Playfair Display', serif;
}

.titan-footer-block .font-body {
    font-family: 'Inter', sans-serif;
}

/* ===== PAGE: privacy email ===== */
.privacy-email { font-size: 12px; line-height: 1.4; overflow-wrap: anywhere; word-break: break-word; }
@media (min-width: 768px) { .privacy-email { font-size: 14px; } }
