:root {
    --paper-bg: #fdfbf7;
    --ink-color: #333;
    --accent-green: #00704a;
    --alert-red: #e74c3c;
    --spacing-unit: 24px; 
}

body {
    background-color: var(--paper-bg);
    background-image: url("https://www.transparenttextures.com/patterns/cream-paper.png");
    color: var(--ink-color);
    font-family: 'Merriweather', serif;
    overflow-x: hidden;
    margin: 0; padding: 0;
    margin-top: 45px; 
}

h1, h2, h3, .font-display { font-family: 'Merriweather', serif; }
.font-ui { font-family: 'Phudu', sans-serif; }
.font-hand { font-family: 'Patrick Hand', cursive; }

.sp-sticky-header * { box-sizing: border-box; }
.sp-sticky-header {
    position: fixed; top: 0; left: 0; width: 100%; height: 45px;
    background-color: #000; display: flex; align-items: center; justify-content: space-between;
    z-index: 99999; box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    font-family: Arial, Helvetica, sans-serif;
}
.left-group, .right-group { display: flex; align-items: center; }
.sp-back-to-k14 {
    display: flex; align-items: center; justify-content: center;
    width: 45px; height: 45px; background-color: #007f74; color: white;
    text-decoration: none; font-size: 18px; transition: background-color 0.3s;
}
.sp-back-to-k14:hover { background-color: #00665c; }
.header-soha-logo img { height: 22px; width: auto; display: block; margin-left: 15px; }
.center-logo img { height: 26px; width: auto; display: block; filter: brightness(0) invert(1); }
.fb-custom-btn {
    display: flex; align-items: center; gap: 6px; color: white; text-decoration: none;
    font-size: 13px; font-weight: bold; margin-right: 15px; opacity: 0.9; transition: opacity 0.3s;
}
.fb-custom-btn:hover { opacity: 1; }
.mobile-emag-logo { display: none; height: 24px; width: auto; margin-right: 15px; filter: brightness(0) invert(1); }

@media (max-width: 768px) {
    .center-logo, .fb-custom-btn { display: none !important; }
    .mobile-emag-logo { display: block !important; }
}

.header-section {
    padding: 40px 20px 20px 20px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.tag-label {
    display: inline-block;
    background: #222; color: #fff; padding: 5px 15px;
    font-family: 'Phudu', sans-serif; font-size: 12px;
    text-transform: uppercase; letter-spacing: 2px;
    border-radius: 20px; margin-bottom: 20px;
}

.main-title { 
    font-size: 42px; line-height: 1.2; font-weight: 900; 
    color: #111; margin-bottom: 20px; 
}

@media (max-width: 768px) {
    .main-title { font-size: 24px; }
}

.sapo-text { 
    font-size: 18px; color: #555; line-height: 1.6; font-weight: bold;
}

.spinner-section {
    position: relative; width: 100%; height: 60vh;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    overflow: hidden; cursor: pointer;
    border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc;
    background: rgba(0,0,0,0.02);
    margin: var(--spacing-unit) 0;
}
.film-track-container {
    width: 100%; padding: 20px 0; overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}
.film-track { display: flex; gap: 30px; width: max-content; }
.film-card {
    width: 260px; height: 360px; padding: 15px 15px 40px 15px;
    background: white; flex-shrink: 0;
    display: flex; flex-direction: column; align-items: center;
    position: relative;
    border: 1px solid #777;
    border-radius: 2px 255px 3px 25px / 255px 5px 225px 5px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.film-card img {
    width: 100%; height: 260px; object-fit: cover;
    filter: grayscale(100%); border-radius: 2px;
    z-index: 1;
}
.film-card h3 {
    margin-top: 15px; font-size: 20px; color: #555;
    font-family: 'Phudu', sans-serif; text-transform: uppercase;
}
.card-number {
    position: absolute; top: 10px; left: 10px;
    font-family: 'Patrick Hand', cursive; font-size: 18px; color: #fff;
    background: rgba(0,0,0,0.6);
    border: 1px solid #ddd; padding: 2px 10px; border-radius: 50%;
    z-index: 20;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.film-card.mystery .mystery-content { display: flex; }
.film-card.mystery img, .film-card.mystery h3 { display: none; }
.mystery-content {
    display: none; width: 100%; height: 260px; background: #f4f4f4;
    flex-direction: column; justify-content: center; align-items: center;
    border: 2px dashed #ccc;
}
.mystery-mark { font-family: 'Phudu', sans-serif; font-size: 100px; font-weight: 900; color: #ccc; line-height: 1; }

.film-card.revealed {
    border: 3px solid var(--accent-green); transform: scale(1.05);
    box-shadow: 0 0 30px rgba(0, 112, 74, 0.4); z-index: 20;
}
.film-card.revealed img { filter: none; }
.film-card.revealed h3 { color: var(--accent-green); font-weight: bold; }

.finger-hint {
    position: absolute; top: 50%; left: 50%;
    font-size: 40px; color: var(--accent-green);
    transform: translate(-50%, -50%);
    animation: point-down 1s infinite;
    z-index: 30; filter: drop-shadow(0 2px 5px rgba(0,0,0,0.3));
    display: none; pointer-events: none;
    -webkit-text-stroke: 2px white;
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
}
@keyframes point-down {
    0%, 100% { transform: translate(-50%, -50%) translateY(0); }
    50% { transform: translate(-50%, -50%) translateY(10px); }
}

.game-overlay {
    position: absolute; inset: 0; background: rgba(255,255,255,0.4);
    backdrop-filter: blur(8px); z-index: 50;
    display: none; justify-content: center; align-items: center;
}
.game-box {
    background: white; padding: 30px; border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2); text-align: center;
    max-width: 90%; width: 400px; border: 2px solid #333;
}
.game-input {
    width: 100%; border: none; border-bottom: 3px dashed #aaa; padding: 10px;
    font-family: 'Phudu', sans-serif; font-size: 20px; text-align: center; text-transform: uppercase;
    outline: none; background: #f9f9f9; margin-bottom: 20px; letter-spacing: 3px;
}
.tap-hint-overlay {
    position: absolute; inset: 0; display: flex; justify-content: center; align-items: center;
    background: rgba(255,255,255,0.1); z-index: 20; pointer-events: none;
}
.tap-hint-text {
    background: rgba(0,0,0,0.8); color: white; padding: 10px 25px; border-radius: 30px;
    font-family: 'Merriweather', serif; font-weight: bold; font-size: 18px; 
    animation: bounce 2s infinite; text-align: center;
    max-width: 80%;
}

.map-wrapper {
    width: 100%; 
    display: flex; justify-content: center; position: relative;
    margin: var(--spacing-unit) 0;
}
.map-container {
    position: relative; 
    width: 100%; max-width: 1280px; aspect-ratio: 1 / 1;
    overflow: hidden; 
}

@keyframes pulse-ring {
    0% { transform: translate(-50%, -50%) scale(0.8); box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.7); }
    70% { transform: translate(-50%, -50%) scale(1.5); box-shadow: 0 0 0 20px rgba(231, 76, 60, 0); }
    100% { transform: translate(-50%, -50%) scale(0.8); box-shadow: 0 0 0 0 rgba(231, 76, 60, 0); }
}
.red-dot {
    position: absolute; width: 20px; height: 20px;
    background: #e74c3c; border-radius: 50%;
    cursor: pointer; z-index: 50;
    transform: translate(-50%, -50%);
    animation: pulse-ring 2s infinite;
    border: 2px solid white;
}
.red-dot:hover { 
    animation: none;
    transform: translate(-50%, -50%) scale(1.5);
    box-shadow: 0 0 15px rgba(231, 76, 60, 0.9);
}

.starbucks-dot {
    position: absolute; width: 40px; height: 40px;
    z-index: 50; cursor: pointer;
    transform: translate(-50%, -50%);
    display: flex; justify-content: center; align-items: center;
    transition: transform 0.3s;
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.3));
}
.starbucks-dot:hover { transform: translate(-50%, -50%) scale(1.2); }

.map-info-popup {
    position: absolute; 
    width: 280px;
    background: rgba(255,255,255,0.98); color: #333;
    padding: 15px; border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    display: none; z-index: 100; text-align: left;
    border: 1px solid #ddd;
    height: auto; max-height: 450px; overflow-y: auto; 
}
.map-info-popup::after {
    content: ''; position: absolute; width: 0; height: 0; border: 8px solid transparent;
}
.map-info-popup.pop-above::after { border-top-color: rgba(255,255,255,0.98); bottom: -15px; }
.map-info-popup.pop-below::after { border-bottom-color: rgba(255,255,255,0.98); top: -15px; }
.map-info-popup.align-left::after { left: 20px; right: auto; }
.map-info-popup.align-right::after { right: 20px; left: auto; }

.mobile-map-overlay { display: none; }
@media (max-width: 768px) {
    .mobile-map-overlay {
        display: none; position: absolute; inset: 0;
        background: rgba(0,0,0,0.7); z-index: 90;
        justify-content: center; align-items: center;
    }
    .mobile-map-overlay.active { display: flex; }
    .map-info-popup {
        position: relative !important; top: auto !important; left: auto !important; bottom: auto !important; right: auto !important;
        transform: none !important; width: 80% !important; max-width: 300px;
        z-index: 100; max-height: 70vh; 
    }
    .map-info-popup::after { display: none !important; }
}

.map-dimmed { filter: brightness(0.3) blur(4px); pointer-events: none; transition: 0.7s; }
#deep-layers-container { z-index: 20; }
.circle-layer {
    position: absolute;
    top: 44%; left: 48%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    width: 0; height: 0; opacity: 0;
    transition: width 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), 
                height 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), 
                opacity 0.5s ease;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
    pointer-events: none;
    border: 4px solid rgba(255,255,255,0.3);
    background: black;
}
#map-layer1.active {
    width: 200px; height: 200px; opacity: 1;
    pointer-events: auto; cursor: pointer;
}
#map-layer2.active {
    width: 400px; height: 400px;
    max-width: 90vw; max-height: 90vw;
    opacity: 1;
    pointer-events: auto; cursor: pointer;
}
#map-layer3.active {
    width: 660px; height: 660px; opacity: 1;
    max-width: 90vw; max-height: 90vw;
    pointer-events: auto; cursor: default;
}
.layer-img, .layer-video { width: 100%; height: 100%; object-fit: cover; }

@keyframes float-tap {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(0.9); }
}
.layer-hand {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    font-size: 3rem; color: white;
    animation: float-tap 1.5s infinite;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.8));
    pointer-events: none;
}

@keyframes point-down-green {
    0%, 100% { transform: translate(-50%, -50%) translateY(0); }
    50% { transform: translate(-50%, -50%) translateY(10px); }
}
.layer-hand-down {
    position: absolute; bottom: 20%; left: 50%; 
    transform: translate(-50%, 0);
    font-size: 3rem; color: var(--accent-green);
    animation: point-down-green 1.5s infinite;
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.8));
    cursor: pointer;
    z-index: 60;
    -webkit-text-stroke: 2px white;
}

.chill-section {
    width: 100%; max-width: 1920px; margin: 0 auto;
    margin-top: var(--spacing-unit); margin-bottom: var(--spacing-unit);
    overflow: visible;
}
.chill-flex-container {
    display: flex; flex-wrap: wrap;
    justify-content: center; gap: 30px; padding: 0 20px;
}
.chill-item-wrapper {
    background: white; 
    padding: 10px 10px 50px 10px;
    box-shadow: 2px 5px 15px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 400px; width: calc(33.333% - 40px); min-width: 300px;
    border: 1px solid #ddd;
}
@media (max-width: 768px) {
    .chill-flex-container { gap: 15px; }
    .chill-item-wrapper {
        height: 280px; padding: 5px 5px 35px 5px;
        width: calc(50% - 15px); min-width: 0;
    }
}
.chill-item-wrapper:hover { 
    transform: rotate(0deg) scale(1.05) !important; 
    z-index: 50;
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}
.chill-img { width: 100%; height: 100%; object-fit: cover; border: 1px solid #eee; }
.polaroid-caption {
    position: absolute; bottom: 10px; left: 0; width: 100%;
    text-align: center; font-family: 'Patrick Hand', cursive;
    font-size: 20px; color: #444;
}
@media (max-width: 768px) {
    .polaroid-caption { font-size: 14px; bottom: 8px; }
}

.chart-section {
    max-width: 800px; margin: 40px auto; padding: 20px;
    background: transparent; border: none; box-shadow: none;
}
.chart-title {
    text-align: center; font-family: 'Merriweather', serif; 
    font-weight: bold; font-size: 22px; margin-bottom: 30px;
    color: #222;
}
.chart-row { margin-bottom: 24px; border-bottom: 1px dashed #ccc; padding-bottom: 10px; }
.chart-label { font-size: 16px; font-weight: bold; margin-bottom: 8px; color: #111; }
.bar-group { display: flex; flex-direction: column; gap: 4px; }
.single-bar-wrapper { 
    width: 100%; height: 20px; border-radius: 4px; overflow: hidden; background-color: rgba(0,0,0,0.05); position: relative;
}
.single-bar { 
    height: 100%; display: flex; align-items: center; 
    transition: width 1.5s ease-out; width: 0;
}
.bar-total { background-color: #2c3e50; }
.bar-intl { background-color: var(--accent-green); }
.bar-rev { background-color: var(--alert-red); }
.bar-val { 
    position: absolute; left: 5px; top: 0; bottom: 0; display: flex; align-items: center;
    white-space: nowrap; font-size: 11px; font-weight: bold; color: white; font-family: 'Phudu';
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.legend-container { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-bottom: 20px; font-size: 12px; }
.legend-item { display: flex; align-items: center; gap: 5px; }
.legend-color { width: 12px; height: 12px; border-radius: 2px; }

.article-container {
    max-width: 660px; margin: 0 auto; padding: 0 20px;
    margin-bottom: var(--spacing-unit);
    font-size: 19px; line-height: 1.8; color: #222;
}
.article-container h2 { font-family: 'Merriweather', serif; font-weight: 800; font-size: 32px; margin-top: 40px; margin-bottom: 20px; }
.article-container h3 { font-family: 'Merriweather', serif; font-weight: 700; font-size: 26px; margin-top: 30px; margin-bottom: 15px; color: #111; }
.article-container p { margin-bottom: var(--spacing-unit); text-align: justify; }
.drop-cap::first-letter {
    font-family: 'Phudu', sans-serif; font-size: 3.5em; float: left;
    margin-right: 10px; line-height: 0.8; color: var(--accent-green);
}
.quote-highlight { font-style: italic; color: #444; font-family: 'Merriweather', serif; }

footer {
    background-color: transparent; 
    color: var(--ink-color); 
    font-family: 'Merriweather', serif; 
    text-align: center;
    padding: 40px;
    font-size: 14px;
    font-weight: bold; 
}