.games-hero {
    background: linear-gradient(135deg, #e8f4fd 0%, #d0e8f8 100%);
    border-top: 6px solid #2d7dd2;
    border-bottom: 1px solid #b3d4f0;
    padding: 40px 20px 36px 20px;
    text-align: center;
}
.games-hero h1 {
    font-size: 2.1rem;
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0 auto 14px auto;
    max-width: 820px;
}
.games-hero p {
    font-size: 1.05rem;
    color: #374151;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}
.games-toc {
    background-color: #f0f7ff;
    border: 1px solid #bdd7f5;
    border-left: 5px solid #2d7dd2;
    border-radius: 8px;
    padding: 24px 28px;
    margin: 32px 0;
}
.games-toc h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.games-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.games-toc ul li a {
    display: inline-block;
    background-color: #ffffff;
    border: 1.5px solid #bdd7f5;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1d4ed8;
    line-height: 1.3;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    border-bottom: 1.5px solid #bdd7f5;
}
.games-toc ul li a:hover {
    background-color: #dbeafe;
    border-color: #93c5fd;
    color: #1e3a8a;
    border-bottom: 1.5px solid #93c5fd;
    text-decoration: none;
}
.game-section {
    border-top: 2px solid #e5e7eb;
    padding-top: 40px;
    margin-top: 40px;
}
.game-section:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 24px;
}
.game-section h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.game-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 3px 9px;
    border-radius: 20px;
    vertical-align: middle;
    margin-left: 6px;
    position: relative;
    top: -2px;
}
.badge-advanced {
    background-color: #fef3c7;
    color: #92400e;
    border: 1px solid #fcd34d;
}
.badge-teamwork {
    background-color: #d1fae5;
    color: #065f46;
    border: 1px solid #6ee7b7;
}
.badge-movement {
    background-color: #fce7f3;
    color: #9d174d;
    border: 1px solid #f9a8d4;
}
.badge-creative {
    background-color: #ede9fe;
    color: #4c1d95;
    border: 1px solid #c4b5fd;
}
.badge-foundational {
    background-color: #e0f2fe;
    color: #0c4a6e;
    border: 1px solid #7dd3fc;
}
.activity-list {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 24px 28px;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.activity-list h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1d4ed8;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.activity-list h4:first-child {
    margin-top: 0;
}
.activity-list ul,
.activity-list ol {
    padding-left: 22px;
    margin: 0 0 12px 0;
}
.activity-list li {
    margin-bottom: 8px;
    line-height: 1.65;
    font-size: 0.97rem;
    color: #374151;
}
.activity-list p {
    font-size: 0.97rem;
    color: #374151;
    line-height: 1.65;
    margin-bottom: 12px;
}
.why-it-fits {
    background-color: #f0fdf4;
    border: 1px solid #86efac;
    border-left: 4px solid #22c55e;
    border-radius: 6px;
    padding: 16px 20px;
    margin-top: 16px;
}
.why-it-fits h4 {
    color: #15803d !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}
.why-it-fits p {
    margin-bottom: 0 !important;
    font-size: 0.96rem;
    color: #166534;
}
.resource-tip {
    background-color: #fffbeb;
    border: 1px solid #fcd34d;
    border-left: 4px solid #f59e0b;
    border-radius: 6px;
    padding: 14px 18px;
    margin: 20px 0;
    font-size: 0.95rem;
    color: #78350f;
    line-height: 1.65;
}
.supplies-section {
    background: linear-gradient(135deg, #fffbf5 0%, #fff7ed 100%);
    border: 1px solid #fed7aa;
    border-top: 5px solid #f97316;
    border-radius: 10px;
    padding: 32px 28px;
    margin: 48px 0 32px 0;
}
.supplies-section h2 {
    font-size: 1.55rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 6px;
}
.supplies-section .supplies-intro {
    font-size: 0.98rem;
    color: #6b7280;
    margin-bottom: 24px;
    line-height: 1.65;
}
.supplies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}
.supply-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s;
}
.supply-card:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.supply-card .supply-icon {
    font-size: 1.8rem;
    line-height: 1;
}
.supply-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}
.supply-card p {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
    flex: 1;
}
.supply-card a.supply-link {
    display: inline-block;
    background-color: #f97316;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 9px 16px;
    border-radius: 6px;
    text-align: center;
    transition: background-color 0.2s;
    border-bottom: none;
}
.supply-card a.supply-link:hover {
    background-color: #ea6c08;
    border-bottom: none;
    color: #ffffff;
}
.games-search-bar {
    background-color: #f0f7ff;
    border: 1px solid #bdd7f5;
    border-top: 4px solid #2d7dd2;
    border-radius: 10px;
    padding: 28px;
    margin: 40px 0 0 0;
}
.games-search-heading {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 6px;
}
.games-search-desc {
    font-size: 0.93rem;
    color: #4b5563;
    margin-bottom: 16px;
    line-height: 1.6;
}
.games-search-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.games-search-form input[type="text"] {
    flex: 1;
    min-width: 220px;
    padding: 12px 16px;
    font-size: 1rem;
    border: 2px solid #cbd5e1;
    border-radius: 8px;
    outline: none;
    font-family: inherit;
    color: #1a1a2e;
    background-color: #ffffff;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.games-search-form input[type="text"]:focus {
    border-color: #2d7dd2;
    box-shadow: 0 0 0 3px rgba(45, 125, 210, 0.18);
}
.games-search-form input[type="text"]::placeholder {
    color: #94a3b8;
}
.games-search-form button {
    padding: 12px 22px;
    background-color: #f97316;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.97rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: inherit;
    transition: background-color 0.2s;
    white-space: nowrap;
}
.games-search-form button:hover {
    background-color: #ea6c08;
}
.games-disclosure {
    background-color: #fffbeb;
    border: 1px solid #fcd34d;
    border-left: 5px solid #f59e0b;
    border-radius: 8px;
    padding: 18px 22px;
    margin: 40px 0 0 0;
    font-size: 0.92rem;
    color: #78350f;
    line-height: 1.7;
}
.games-disclosure strong {
    display: block;
    margin-bottom: 6px;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #92400e;
}
@media (max-width: 640px) {
    .games-hero h1 {
        font-size: 1.55rem;
    }
    .games-toc ul {
        grid-template-columns: 1fr;
    }
    .supplies-grid {
        grid-template-columns: 1fr;
    }
    .activity-list {
        padding: 18px 16px;
    }
    .game-section h2 {
        font-size: 1.3rem;
    }
    .games-search-form {
        flex-direction: column;
    }
    .games-search-form button {
        width: 100%;
    }
}
