.store-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 15px 20px;
    margin-top: auto;
    justify-content: center;
}

.store-tag {
    font-size: 0.7em !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    border: none !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-content p {
    padding: 9px;
}

.card-content h3 {
    font-size: 1.3em !important;
    text-transform: uppercase;
}

.store-tag i {
    margin-right: 6px;
    font-size: 1.1em;
}

.store-tag:hover {
    filter: brightness(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.steam {
    background-color: #1c3e68 !important;
}

.meta {
    background-color: #124a8f !important;
}

.switch {
    background-color: #91111c !important;
}

.gog {
    background-color: #641d68 !important;
}

.playstation {
    background-color: #003791 !important;
}

.custom-card {
    background: #fff !important;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#highlights {
    background-color: #171a21 !important;
    background-image: none !important;
}

.custom-card {
    background: #1e242e !important;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
}


.custom-card h3 a {
    color: #ffffff !important;
}

.custom-card p {
    color: #a0aec0 !important;
}

#highlights .title {
    background-color: #171a21 !important;
    color: #e7e7e7 !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0.5em 1.5em !important;
}

#highlights .title h2,
#highlights .title a {
    color: inherit !important;
    text-decoration: none;
}

.wrapper>.title {
    box-shadow: none;
    text-shadow: none;
    border-radius: 8px 8px 0 0;
}

.wrapper>.title:before,
.wrapper>.title:after {
    display: none;
}

.wrapper.style3 .image {
    padding: 2px;
    border: none;
}

#logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logo_text_dimmer {
    text-align: center;
    background: rgba(0, 0, 0, 0.65);
    padding: 1.5em 2.5em;
    border-radius: 8px;
    backdrop-filter: blur(4px);
}

.logo_text_dimmer h1 a {
    color: #ffffff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.logo_text_dimmer p {
    color: #ffffff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

/* 1. The Bluesky Butterfly Injection */
.bluesky-fix::before {
    content: "" !important;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M111.8 62.2C170.2 105.9 226.5 160.7 256 194.2c29.5-33.5 85.8-88.3 144.2-132 49.6-37.1 113.3-63.8 113.3 19.8 0 11.4-5.1 120.4-8 136.4-14.6 81.9-103 138.8-176 110.1 73 50.1 123.4 99.1 123.4 167.3 0 71.9-56.1 82.5-103.8 44.5-57.1-45.5-85.9-105-93.1-120.3-7.2 15.3-36 74.8-93.1 120.3-47.7 38-103.8 27.4-103.8-44.5 0-68.2 50.4-117.2 123.4-167.3-73 28.7-161.4-28.2-176-110.1-2.9-16-8-125-8-136.4 0-83.6 63.7-56.9 113.3-19.8z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M111.8 62.2C170.2 105.9 226.5 160.7 256 194.2c29.5-33.5 85.8-88.3 144.2-132 49.6-37.1 113.3-63.8 113.3 19.8 0 11.4-5.1 120.4-8 136.4-14.6 81.9-103 138.8-176 110.1 73 50.1 123.4 99.1 123.4 167.3 0 71.9-56.1 82.5-103.8 44.5-57.1-45.5-85.9-105-93.1-120.3-7.2 15.3-36 74.8-93.1 120.3-47.7 38-103.8 27.4-103.8-44.5 0-68.2 50.4-117.2 123.4-167.3-73 28.7-161.4-28.2-176-110.1-2.9-16-8-125-8-136.4 0-83.6 63.7-56.9 113.3-19.8z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
    vertical-align: middle;
}

/* 2. Layout & Alignment */
.social-links .social-item {
    margin-bottom: 0.75em;
}

.social-links a {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-bottom: 0;
}

.social-links i {
    width: 1.5em;
    text-align: center;
    margin-right: 0.75em;
    font-size: 1.2em;
}

.social-links span:hover {
    text-decoration: underline;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.social-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.social-item a:hover {
    opacity: 0.8;
}

.social-item i {
    width: 1.5em;
    margin-right: 12px;
    font-size: 1.2rem;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-item a span {
    border-bottom: 1px solid transparent;
}

.social-item a:hover span {
    border-bottom: 1px solid currentColor;
}

.bluesky-fix::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M111.8 62.2C170.2 105.9 226.5 160.7 256 194.2c29.5-33.5 85.8-88.3 144.2-132 49.6-37.1 113.3-63.8 113.3 19.8 0 11.4-5.1 120.4-8 136.4-14.6 81.9-103 138.8-176 110.1 73 50.1 123.4 99.1 123.4 167.3 0 71.9-56.1 82.5-103.8 44.5-57.1-45.5-85.9-105-93.1-120.3-7.2 15.3-36 74.8-93.1 120.3-47.7 38-103.8 27.4-103.8-44.5 0-68.2 50.4-117.2 123.4-167.3-73 28.7-161.4-28.2-176-110.1-2.9-16-8-125-8-136.4 0-83.6 63.7-56.9 113.3-19.8z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M111.8 62.2C170.2 105.9 226.5 160.7 256 194.2c29.5-33.5 85.8-88.3 144.2-132 49.6-37.1 113.3-63.8 113.3 19.8 0 11.4-5.1 120.4-8 136.4-14.6 81.9-103 138.8-176 110.1 73 50.1 123.4 99.1 123.4 167.3 0 71.9-56.1 82.5-103.8 44.5-57.1-45.5-85.9-105-93.1-120.3-7.2 15.3-36 74.8-93.1 120.3-47.7 38-103.8 27.4-103.8-44.5 0-68.2 50.4-117.2 123.4-167.3-73 28.7-161.4-28.2-176-110.1-2.9-16-8-125-8-136.4 0-83.6 63.7-56.9 113.3-19.8z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.privacy-wrapper {
    max-width: 52em;
    margin: 0 auto;
    padding: 0 2em;
}

.privacy-intro {
    text-align: center;
    margin-bottom: 2em;
}

.effective-date {
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.privacy-section {
    margin-bottom: 1.5em;
    padding: 1.8em 2em;
    background: #1e242e;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.privacy-section h3 {
    color: #ffffff;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0.9em;
    display: flex;
    align-items: center;
    gap: 0.75em;
}

.privacy-section h3 .section-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8em;
    height: 1.8em;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.5);
}

.privacy-section p {
    color: #a0aec0;
    font-size: 0.9em;
    line-height: 1.8em;
    margin: 0;
}

.third-party-item {
    margin-top: 1.2em;
    padding: 1em 1.2em;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-left: 3px solid rgba(255, 255, 255, 0.1);
}

.third-party-item.unity {
    border-left-color: #444;
}

.third-party-item.meta {
    border-left-color: #0668E1;
}

.third-party-item a {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    font-size: 0.78em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #ffffff !important;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.07);
    padding: 0.4em 1em;
    border-radius: 50px;
    margin-top: 0.6em;
    transition: background 0.2s ease;
}

.third-party-item a:hover {
    background: rgba(255, 255, 255, 0.13);
}

.contact-box {
    text-align: center;
    padding: 2em;
    background: #1e242e;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin-top: 1.5em;
}

.contact-box h3 {
    color: #ffffff;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0.6em;
}

.contact-box a {
    color: #a0aec0 !important;
    text-decoration: none;
}

.contact-box a:hover {
    color: #ffffff !important;
}

.privacy-wrapper {
    max-width: 52em;
    margin: 0 auto;
    padding: 0 2em;
}

.privacy-intro {
    text-align: center;
    margin-bottom: 2em;
}

.effective-date {
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.privacy-section {
    margin-bottom: 1.5em;
    padding: 1.8em 2em;
    background: #1e242e;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.privacy-section h3 {
    color: #ffffff;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0.9em;
    display: flex;
    align-items: center;
    gap: 0.75em;
}

.privacy-section h3 .section-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8em;
    height: 1.8em;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.5);
}

.privacy-section p {
    color: #a0aec0;
    font-size: 0.9em;
    line-height: 1.8em;
    margin: 0;
}

.third-party-item {
    margin-top: 1.2em;
    padding: 1em 1.2em;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-left: 3px solid rgba(255, 255, 255, 0.1);
}

.third-party-item.unity {
    border-left-color: #444;
}

.third-party-item.meta {
    border-left-color: #0668E1;
}

.third-party-item a {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    font-size: 0.78em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #ffffff !important;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.07);
    padding: 0.4em 1em;
    border-radius: 50px;
    margin-top: 0.6em;
    transition: background 0.2s ease;
}

.third-party-item a:hover {
    background: rgba(255, 255, 255, 0.13);
}

.contact-box {
    text-align: center;
    padding: 2em;
    background: #1e242e;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin-top: 1.5em;
}

.contact-box h3 {
    color: #ffffff;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0.6em;
}

.contact-box a {
    color: #a0aec0 !important;
    text-decoration: none;
}

.contact-box a:hover {
    color: #ffffff !important;
}

/* NAVIGATION */

.floating-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
    z-index: 9999 !important;
    background: transparent !important;
}

.nav-container {
    padding: 20px;
    display: flex;
    justify-content: flex-end;
}

.hamburger {
    background: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    cursor: pointer;
    padding: 15px;
    border-radius: 8px;
    z-index: 10001;
}

.bar {
    display: block;
    width: 40px;
    height: 4px;
    margin: 6px 0;
    background-color: #fff !important;
    transition: 0.1s;
}

.nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease;
    z-index: 10000;
}

.nav-links.active {
    right: 0;
}

.nav-links a {
    color: white;
    font-size: 2rem;
    margin: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.is-active .bar:nth-child(2) {
    opacity: 0;
}

.is-active .bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.is-active .bar:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}