.qrc_btn_canvas{display:inline-block}div.qrc-modal-toggle{text-align:center;cursor:pointer}.qrc_modal{position:absolute;z-index:10000;top:0;left:0;visibility:hidden;width:100%;height:100%}.qrc_modal.is-visible{visibility:visible}.qrc-overlay{position:fixed;z-index:10;top:0;left:0;width:100%;height:100%;background:hsl(0 0% 0% / .5);visibility:hidden;opacity:0;transition:visibility 0s linear 0.3s,opacity 0.3s}.qrc_modal.is-visible .qrc-overlay{opacity:1;visibility:visible;transition-delay:0s}.qrc-modal-wrapper{padding:10px;overflow:hidden;position:fixed;z-index:9999;top:25%;left:50%;margin-left:-7em;background-color:#fff;box-shadow:0 0 1.5em hsl(0 0% 0% / .35)}.qrc-modal-transition{transition:all 0.3s 0.12s;transform:translateY(-10%);opacity:0}.qrc_modal.is-visible .qrc-modal-transition{transform:translateY(0);opacity:1}span.qrc-modal-toggle{top:0;position:absolute;line-height:1;padding:1px;background:#efefef;font-size:20px;cursor:pointer;right:0}.qrcswholewtapper .loadwrapper{//position:absolute;display:flex;justify-content:center;align-items:center}.qrcswholewtapper{position:relative}.qrcdownalodqr canvas{width:200px!important}.qrcdownalodqr .qrc_vcardcontent{margin:0 auto}@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@900&family=Palanquin:wght@300&display=swap");
h1,h2,.entry-title,.page-title{
font-family:'Figtree',sans-serif;
font-weight:900;
text-transform:uppercase;
letter-spacing:normal;
}
body,button,input,select,textarea,p,li,a,span,div,h3,h4,h5,h6{
font-family:'Palanquin',sans-serif;
font-weight:300;
letter-spacing:normal;
} :root {
--gp-bg: #0B141C;
--gp-surface: #111116;
--gp-surface-2: #181821;
--gp-border: #272733;
--gp-text: #ffffff;
--gp-muted: #d8d8dc;
--gp-pink: #ff2da8;
--gp-pink-2: #ff69c8;
--gp-radius: 18px;
--gp-radius-sm: 12px;
--gp-max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background:#0B141C; }
body {
margin: 0;
background: var(--gp-bg);
color: var(--gp-text);
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gp-pink); }
img { max-width: 100%; height: auto; }
.gp-container {
width: min(100% - 32px, var(--gp-max));
margin-inline: auto;
}
.site-header {
position: sticky;
top: 0;
z-index: 20;
background: rgba(11, 20, 28, 0.94);
backdrop-filter: blur(16px);
border-bottom: 1px solid var(--gp-pink);
}
.header-inner {
min-height: 72px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.site-branding { display: flex; align-items: center; gap: 12px; }
.site-logo img { max-height: 42px; width: auto; display:block; }
.site-title { font-size: 1.1rem; font-weight: 800; letter-spacing: -0.03em; }
.site-description { display:none; }
.main-navigation ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
gap: 18px;
}
.main-navigation a { color: var(--gp-muted); font-weight: 650; font-size: .95rem; }
.main-navigation a:hover { color: var(--gp-text); }
.gp-button, .wp-block-button__link, button, input[type="submit"] {
display: inline-flex;
align-items: center;
justify-content: center;
border: 0;
border-radius: 999px;
padding: 12px 18px;
background: var(--gp-pink);
color: #fff;
font-weight: 800;
cursor: pointer;
}
.gp-button.secondary { background: var(--gp-surface-2); color: var(--gp-text); border: 1px solid var(--gp-border); }
.gp-hero {
padding: clamp(54px, 10vw, 110px) 0 46px;
border-bottom: 1px solid var(--gp-pink);
background:
radial-gradient(circle at 80% 15%, rgba(255,45,168,.20), transparent 30%),
linear-gradient(180deg, rgba(255,255,255,.03), transparent 45%);
}
.gp-kicker { color: var(--gp-pink); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; }
.gp-hero h1 {
margin: 12px 0 18px;
max-width: 900px;
font-size: clamp(2.7rem, 8vw, 6.8rem);
line-height: .95;
letter-spacing: -0.075em;
}
.gp-hero p { max-width: 760px; margin: 0 0 28px; color: var(--gp-muted); font-size: clamp(1.05rem, 2vw, 1.35rem); }
.gp-search {
display: flex;
gap: 10px;
max-width: 760px;
background: var(--gp-surface);
border: 1px solid var(--gp-border);
border-radius: 999px;
padding: 8px;
}
.gp-search input[type="search"] {
flex: 1;
min-width: 0;
background: transparent;
border: 0;
outline: 0;
color: var(--gp-text);
font-size: 1rem;
padding: 0 12px;
}
.gp-section { padding: clamp(42px, 7vw, 80px) 0; }
.gp-section-header { display:flex; align-items:end; justify-content:space-between; gap: 20px; margin-bottom: 22px; }
.gp-section h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 3.2rem); letter-spacing: -.055em; line-height: 1; }
.gp-section-header p { margin: 8px 0 0; color: var(--gp-muted); }
.gp-stats {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
margin-top: 32px;
}
.gp-stat {
background: var(--gp-surface);
border: 1px solid var(--gp-border);
border-radius: var(--gp-radius);
padding: 22px;
}
.gp-stat strong { display:block; font-size: clamp(2rem, 6vw, 4.4rem); line-height: .9; letter-spacing: -.07em; color: var(--gp-text); }
.gp-stat span { display:block; margin-top: 10px; color: var(--gp-muted); font-weight: 750; }
.gp-card-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gp-card {
background: var(--gp-surface);
border: 1px solid var(--gp-border);
border-radius: var(--gp-radius);
padding: 22px;
}
.gp-card h3 { margin: 0 0 8px; font-size: 1.35rem; letter-spacing: -.035em; }
.gp-card p { color: var(--gp-muted); margin: 0; }
.gp-cover-row { display:grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.gp-cover-card {
background: var(--gp-surface);
border: 1px solid var(--gp-border);
border-radius: var(--gp-radius-sm);
overflow:hidden;
}
.gp-cover-card img { display:block; width:100%; aspect-ratio: 3/4; object-fit: cover; background: var(--gp-surface-2); }
.gp-cover-card .gp-cover-title { padding: 10px; font-size:.85rem; font-weight:800; }
.site-main { min-height: 60vh; }
.entry-header, .entry-content, .entry-footer { width: min(100% - 32px, 880px); margin-inline: auto; }
.entry-header { padding-top: 48px; }
.entry-title { font-size: clamp(2rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -.07em; }
.entry-content a { color: var(--gp-pink); }
.entry-content h2, .entry-content h3 { letter-spacing: -.045em; }
.site-footer { border-top: 1px solid var(--gp-border); padding: 36px 0; color: var(--gp-muted); }
@media (max-width: 760px) {
.header-inner { min-height: 54px; }
.main-navigation { display:none; }
.gp-search { border-radius: var(--gp-radius); flex-direction: column; }
.gp-search input[type="search"] { min-height: 44px; }
.gp-stats, .gp-card-grid { grid-template-columns: 1fr; }
.gp-cover-row { grid-template-columns: repeat(2, 1fr); }
.gp-section-header { align-items:start; flex-direction:column; }
} .gp-button.ghost { background: transparent; color: var(--gp-text); border: 1px solid var(--gp-border); }
.gp-game-hero { padding: clamp(34px, 7vw, 72px) 0; border-bottom: 1px solid var(--gp-pink); background: radial-gradient(circle at 78% 8%, rgba(255,45,168,.16), transparent 34%), linear-gradient(180deg, rgba(255,255,255,.025), transparent 54%); }
.gp-game-hero-grid { display: grid; grid-template-columns: minmax(190px, 340px) minmax(0, 1fr) minmax(240px, 310px); gap: clamp(20px, 4vw, 46px); align-items: start; }
.gp-game-cover-wrap { position: sticky; top: 98px; }
.gp-game-cover { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 22px; border: 1px solid var(--gp-border); background: var(--gp-surface); box-shadow: 0 28px 80px rgba(0,0,0,.42); }
.gp-game-cover-empty { display:flex; align-items:center; justify-content:center; color: var(--gp-muted); min-height: 340px; }
.gp-game-title { margin: 10px 0 16px; font-size: clamp(2.3rem, 6vw, 5.8rem); line-height: .95; letter-spacing: -.075em; }
.gp-game-lead { max-width: 760px; margin: 0 0 24px; color: var(--gp-muted); font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.gp-game-actions, .gp-sidebar-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.gp-game-meta-strip { margin-top: 28px; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; }
.gp-game-meta-strip div { background: var(--gp-surface); border:1px solid var(--gp-border); border-radius: 16px; padding: 14px; }
.gp-game-meta-strip strong { display:block; font-size: 1.15rem; letter-spacing: -.035em; }
.gp-game-meta-strip span { display:block; color: var(--gp-muted); font-size: .82rem; font-weight: 750; margin-top: 2px; }
.gp-score-card { background: var(--gp-surface); border: 1px solid var(--gp-border); border-radius: 24px; padding: 22px; }
.gp-score-label { display:block; color: var(--gp-pink); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .76rem; }
.gp-score-number { display:block; font-size: clamp(4.2rem, 11vw, 7.2rem); line-height: .85; letter-spacing: -.08em; margin: 13px 0 22px; }
.gp-score-bars { display:grid; gap: 13px; }
.gp-score-row-head { display:flex; justify-content:space-between; color: var(--gp-muted); font-weight: 800; font-size: .88rem; margin-bottom: 6px; }
.gp-score-row-head b { color: var(--gp-text); }
.gp-score-bar { height: 8px; background: var(--gp-surface-2); border-radius: 999px; overflow:hidden; }
.gp-score-bar i { display:block; height: 100%; background: var(--gp-pink); border-radius: inherit; }
.gp-game-layout { display:grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(20px, 4vw, 42px); align-items:start; }
.gp-game-content, .gp-game-sidebar { display:grid; gap: 18px; }
.gp-game-sidebar { position: sticky; top: 98px; }
.gp-panel { background: var(--gp-surface); border:1px solid var(--gp-border); border-radius: 22px; padding: clamp(18px, 3vw, 28px); }
.gp-panel h2 { margin: 0 0 14px; font-size: clamp(1.35rem, 3vw, 2.1rem); letter-spacing: -.055em; }
.gp-highlight-panel { border-color: rgba(255,45,168,.42); background: linear-gradient(180deg, rgba(255,45,168,.10), rgba(255,255,255,.025)); }
.gp-highlight-panel p { margin: 12px 0 0; font-size: 1.12rem; color: var(--gp-text); }
.gp-section-header.compact { margin-bottom: 18px; }
.gp-video-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.gp-video-card { display:block; background: var(--gp-surface-2); border:1px solid var(--gp-border); border-radius: 16px; overflow:hidden; }
.gp-video-thumb { position:relative; aspect-ratio: 16/9; background: #000; display:flex; align-items:center; justify-content:center; color:var(--gp-muted); }
.gp-video-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.gp-video-play { position:absolute; right: 10px; bottom: 10px; width: 38px; height: 38px; border-radius: 999px; display:grid; place-items:center; background: var(--gp-pink); color:#fff; font-size:.9rem; }
.gp-video-info { padding: 12px; }
.gp-video-info strong { display:block; font-size: .95rem; line-height:1.25; }
.gp-video-info span { display:block; margin-top: 7px; color: var(--gp-muted); font-size:.82rem; }
.gp-richtext { color: var(--gp-text); }
.gp-richtext p { color: var(--gp-muted); }
.gp-data-list { display:grid; gap: 0; margin: 0; }
.gp-data-list div { display:flex; justify-content:space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid var(--gp-pink); }
.gp-data-list div:last-child { border-bottom:0; }
.gp-data-list dt { color: var(--gp-muted); font-weight: 750; }
.gp-data-list dd { margin:0; text-align:right; font-weight:850; }
.gp-data-list a { color: var(--gp-pink); }
.gp-chip-group { margin-top: 16px; display:flex; flex-wrap:wrap; gap: 8px; align-items:center; }
.gp-chip-group > span { flex-basis: 100%; color: var(--gp-muted); font-size:.82rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.gp-chip-group a { border:1px solid var(--gp-border); background: var(--gp-surface-2); border-radius:999px; padding: 7px 10px; font-size:.9rem; font-weight:800; }
.gp-affiliate-panel .gp-button { width: 100%; }
.gp-small-note { margin: 14px 0 0; color: var(--gp-muted); font-size: .82rem; }
@media (max-width: 1040px) {
.gp-game-hero-grid { grid-template-columns: minmax(160px, 300px) 1fr; }
.gp-score-card { grid-column: 1 / -1; }
.gp-game-layout { grid-template-columns: 1fr; }
.gp-game-sidebar { position: static; }
}
@media (max-width: 760px) {
.gp-game-hero-grid { grid-template-columns: 1fr; }
.gp-game-cover-wrap { position: static; max-width: 280px; }
.gp-game-actions .gp-button { width: 100%; }
.gp-game-meta-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
.gp-video-grid { grid-template-columns: 1fr; }
.gp-score-number { font-size: 5rem; }
} .gp-game-hero-grid.no-score { grid-template-columns: minmax(190px, 340px) minmax(0, 1fr); }
.gp-game-cover { aspect-ratio: auto; object-fit: contain; background: var(--gp-surface); max-height: 620px; }
.gp-game-cover-wrap img.gp-game-cover { display: block; }
.gp-game-actions-minimal { margin-top: 22px; }
.gp-game-meta-icons { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.gp-game-meta-icons div { display: grid; grid-template-columns: auto 1fr; grid-template-areas: "icon value" "icon label"; column-gap: 10px; align-items: center; }
.gp-game-meta-icons .gp-meta-icon { grid-area: icon; color: var(--gp-pink); font-size: 1.45rem; margin: 0; line-height: 1; filter: grayscale(1) brightness(1.35); }
.gp-game-meta-icons strong { grid-area: value; font-size: 1.1rem; }
.gp-game-meta-icons span:not(.gp-meta-icon) { grid-area: label; }
.gp-game-single-column { display: grid; gap: 18px; max-width: 1040px; }
.gp-video-list-large { display: grid; gap: 16px; }
.gp-video-row-card { display: grid; grid-template-columns: minmax(240px, 42%) minmax(0, 1fr); gap: 18px; align-items: center; background: var(--gp-surface-2); border: 1px solid var(--gp-border); border-radius: 20px; overflow: hidden; }
.gp-video-row-thumb { position: relative; aspect-ratio: 16/9; background: #000; display: flex; align-items: center; justify-content: center; color: var(--gp-muted); }
.gp-video-row-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gp-video-row-info { padding: 16px 18px 16px 0; }
.gp-video-row-info strong { display: block; font-size: clamp(1.1rem, 2.3vw, 1.65rem); line-height: 1.08; letter-spacing: -.035em; }
.gp-video-row-info span { display: block; margin-top: 10px; color: var(--gp-muted); font-size: .9rem; font-weight: 750; }
.gp-credits-panel { display: grid; gap: 10px; }
.gp-credits-panel .gp-chip-group:first-child { margin-top: 0; }
@media (max-width: 1040px) {
.gp-game-hero-grid.no-score { grid-template-columns: minmax(160px, 300px) 1fr; }
.gp-game-meta-icons { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
.gp-game-hero-grid.no-score { grid-template-columns: 1fr; }
.gp-game-cover-wrap { max-width: 340px; }
.gp-game-meta-icons { grid-template-columns: 1fr; }
.gp-video-row-card { grid-template-columns: 1fr; }
.gp-video-row-info { padding: 14px; }
} .gp-game-title {
letter-spacing: -0.035em;
max-width: 960px;
}
.gp-game-meta-icons {
grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
}
.gp-game-meta-icons div {
display: flex;
align-items: center;
gap: 10px;
min-height: 62px;
}
.gp-game-meta-icons .gp-meta-icon {
display: inline-grid;
place-items: center;
width: 34px;
height: 34px;
flex: 0 0 34px;
margin: 0;
font-size: 1.25rem;
line-height: 1;
filter: grayscale(1);
}
.gp-game-meta-icons strong {
font-size: 1.12rem;
line-height: 1.1;
}
.gp-game-meta-icons div > span:not(.gp-meta-icon) {
display: none !important;
}
.gp-game-content-section {
padding-top: clamp(20px, 4vw, 42px);
}
.gp-game-single-column {
display: grid;
gap: 14px;
}
.gp-panel-tight {
padding: clamp(12px, 2vw, 18px);
}
.gp-video-panel-large {
margin-top: 0;
}
.gp-video-list-large {
display: grid;
gap: 12px;
}
.gp-video-row-card {
display: grid;
grid-template-columns: minmax(190px, 330px) minmax(0, 1fr);
gap: 18px;
align-items: center;
background: var(--gp-surface-2);
border: 1px solid var(--gp-border);
border-radius: 18px;
overflow: hidden;
transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.gp-video-row-card:hover {
transform: translateY(-2px);
border-color: rgba(255,45,168,.55);
color: var(--gp-text);
background: #1d1d27;
}
.gp-video-row-thumb {
position: relative;
aspect-ratio: 16 / 9;
background: #000;
display: grid;
place-items: center;
min-height: 150px;
overflow: hidden;
}
.gp-video-row-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .35s ease;
}
.gp-video-row-card:hover .gp-video-row-thumb img {
transform: scale(1.04);
}
.gp-video-row-info {
padding: 16px 20px 16px 0;
}
.gp-video-row-info strong {
display: block;
font-size: clamp(1.05rem, 2.2vw, 1.55rem);
line-height: 1.15;
letter-spacing: -0.035em;
}
.gp-video-row-info span {
display: block;
margin-top: 8px;
color: var(--gp-muted);
font-weight: 750;
}
.gp-credits-panel {
display: grid;
gap: 10px;
}
.gp-credit-row {
display: grid;
grid-template-columns: 38px minmax(0, 1fr);
align-items: center;
gap: 12px;
padding: 9px 0;
border-bottom: 1px solid var(--gp-pink);
}
.gp-credit-row:last-child { border-bottom: 0; }
.gp-credit-icon {
display: inline-grid;
place-items: center;
width: 38px;
height: 38px;
border-radius: 12px;
background: var(--gp-surface-2);
filter: grayscale(1);
}
.gp-credit-row div {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.gp-credit-row a {
border: 1px solid var(--gp-border);
background: var(--gp-surface-2);
border-radius: 999px;
padding: 7px 11px;
font-size: .92rem;
font-weight: 850;
}
.gp-credit-row a:hover {
border-color: rgba(255,45,168,.55);
background: rgba(255,45,168,.10);
}
.gp-game-bottom-actions {
display: grid;
grid-template-columns: minmax(180px, 1.5fr) repeat(2, minmax(160px, 1fr));
gap: 10px;
align-items: stretch;
}
.gp-game-bottom-actions .gp-button {
min-height: 54px;
text-align: center;
}
.gp-button-buy {
position: relative;
overflow: hidden;
box-shadow: 0 0 0 rgba(255,45,168,0);
transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.gp-button-buy::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.24) 45%, transparent 70%);
transform: translateX(-110%);
transition: transform .45s ease;
}
.gp-button-buy:hover {
color: #fff;
background: var(--gp-pink-2);
transform: translateY(-2px);
box-shadow: 0 16px 40px rgba(255,45,168,.28);
}
.gp-button-buy:hover::after {
transform: translateX(110%);
}
.gp-parallax {
will-change: transform;
transition: transform .08s linear;
}
.gp-game-hero::after {
content: '';
position: absolute;
inset: auto 0 0 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(255,45,168,.45), transparent);
}
.gp-game-hero { position: relative; overflow: clip; }
@media (max-width: 760px) {
.gp-game-meta-icons { grid-template-columns: repeat(2, minmax(0,1fr)); }
.gp-video-row-card { grid-template-columns: 1fr; gap: 0; }
.gp-video-row-info { padding: 14px; }
.gp-game-bottom-actions { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
.gp-parallax, .gp-button-buy, .gp-video-row-card, .gp-video-row-thumb img { transition: none !important; transform: none !important; }
} .gp-game-meta-icons {
grid-template-columns: repeat(auto-fit, minmax(116px, 1fr));
gap: 10px;
}
.gp-game-meta-icons div {
display: flex !important;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
gap: 8px;
min-height: 92px;
padding: 15px 10px;
}
.gp-game-meta-icons .gp-meta-icon {
display: inline-grid;
place-items: center;
width: 38px;
height: 38px;
flex: 0 0 auto;
margin: 0;
font-size: 1.5rem;
line-height: 1;
filter: grayscale(.15);
}
.gp-game-meta-icons strong {
display: block;
font-size: 1.08rem;
line-height: 1.08;
text-align: center;
letter-spacing: -0.025em;
}
.gp-credits-panel {
margin-top: 2px;
padding-top: 14px;
}
.gp-credit-row {
grid-template-columns: 42px minmax(0, 1fr);
align-items: start;
text-align: left;
gap: 12px;
padding: 10px 0;
}
.gp-credit-icon {
width: 42px;
height: 42px;
border-radius: 14px;
font-size: 1.35rem;
background: var(--gp-surface-2);
filter: grayscale(.1);
}
.gp-credit-row div {
justify-content: flex-start;
align-items: center;
padding-top: 2px;
}
.gp-credit-row a {
transform: none !important;
padding: 8px 11px;
}
@media (max-width: 760px) {
.gp-game-meta-icons { grid-template-columns: repeat(2, minmax(0,1fr)); }
.gp-game-meta-icons div { min-height: 86px; }
} .gp-credits-inline {
margin-top: 12px;
padding: 4px 0 0;
background: transparent;
border: 0;
border-radius: 0;
}
.gp-credits-inline .gp-credit-row {
padding: 7px 0;
border-bottom: 0;
}
.gp-credits-inline .gp-credit-icon {
background: var(--gp-surface);
border: 1px solid var(--gp-border);
}
.gp-related-games-panel {
margin-top: 6px;
}
.gp-related-games-panel h2 {
margin-bottom: 16px;
}
.gp-related-games-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 14px;
}
.gp-related-game-card {
display: block;
background: var(--gp-surface-2);
border: 1px solid var(--gp-border);
border-radius: 16px;
overflow: hidden;
transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.gp-related-game-card:hover {
color: var(--gp-text);
transform: translateY(-2px);
border-color: rgba(255,45,168,.55);
background: #1d1d27;
}
.gp-related-game-cover {
aspect-ratio: 3 / 4;
display: grid;
place-items: center;
background: #0d0d12;
color: var(--gp-muted);
overflow: hidden;
}
.gp-related-game-cover img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}
.gp-related-game-card strong {
display: block;
padding: 11px 12px 13px;
font-size: .95rem;
line-height: 1.2;
letter-spacing: -.025em;
}
@media (max-width: 900px) {
.gp-related-games-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
.gp-related-games-grid { grid-template-columns: 1fr; }
} .gp-game-hero { padding: clamp(28px, 5vw, 56px) 0; }
.gp-game-detail-shell {
display: grid;
grid-template-columns: minmax(210px, 360px) minmax(0, 1fr);
gap: clamp(22px, 4vw, 56px);
align-items: start;
}
.gp-game-detail-flow {
display: grid;
gap: 14px;
min-width: 0;
}
.gp-game-cover-wrap { position: sticky; top: 98px; align-self: start; }
.gp-game-title { margin-top: 0; }
.gp-score-card.gp-score-inline {
max-width: 560px;
padding: 18px;
}
.gp-score-card.gp-score-inline .gp-score-number {
font-size: clamp(3.6rem, 8vw, 5.8rem);
margin-bottom: 16px;
}
.gp-game-meta-icons { margin-top: 4px; }
.gp-credits-inline { margin-top: 0; }
.gp-video-panel-large { margin-top: 2px; }
.gp-video-play { display: none !important; }
.gp-related-games-panel h2 { margin-bottom: 12px; }
.gp-related-games-grid.random-line {
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 12px;
}
.gp-related-games-grid.random-line .gp-related-game-card {
border-radius: 14px;
}
.gp-related-games-grid.random-line .gp-related-game-cover {
aspect-ratio: 3 / 4;
}
.gp-related-games-grid.random-line .gp-related-game-card strong {
padding: 8px 9px 10px;
font-size: .82rem;
}
@media (max-width: 1040px) {
.gp-game-detail-shell { grid-template-columns: minmax(170px, 280px) minmax(0, 1fr); gap: 24px; }
.gp-related-games-grid.random-line { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
.gp-game-detail-shell { grid-template-columns: 1fr; }
.gp-game-cover-wrap { position: static; max-width: 340px; }
.gp-related-games-grid.random-line { grid-template-columns: repeat(2, minmax(0, 1fr)); }
} .gp-cover-score-stack {
display: grid;
gap: 14px;
}
.gp-score-card.gp-score-sticky {
padding: 16px;
}
.gp-score-card.gp-score-sticky .gp-score-number {
font-size: clamp(3.2rem, 7vw, 5.1rem);
margin: 10px 0 15px;
}
.gp-score-card.gp-score-sticky .gp-score-bars { gap: 10px; }
.gp-game-detail-shell.has-score .gp-game-detail-flow { align-self: start; }
@media (max-width: 760px) {
.gp-cover-score-stack { max-width: 340px; }
}
.gp-entity-hero {
padding: clamp(34px, 7vw, 78px) 0 30px;
border-bottom: 1px solid var(--gp-pink);
background: radial-gradient(circle at 80% 10%, rgba(255,45,168,.15), transparent 35%), linear-gradient(180deg, rgba(255,255,255,.025), transparent 55%);
}
.gp-entity-shell {
display: grid;
grid-template-columns: minmax(160px, 260px) minmax(0, 1fr);
gap: clamp(20px, 4vw, 44px);
align-items: center;
}
.gp-entity-portrait {
border-radius: 24px;
border: 1px solid var(--gp-border);
background: var(--gp-surface);
overflow: hidden;
min-height: 220px;
display: grid;
place-items: center;
}
.gp-entity-portrait img {
width: 100%;
height: 100%;
max-height: 320px;
object-fit: cover;
display: block;
}
.gp-entity-placeholder { font-size: 4rem; filter: grayscale(.15); }
.gp-entity-title {
margin: 8px 0 10px;
font-size: clamp(2.4rem, 6vw, 5.4rem);
line-height: .95;
letter-spacing: -.035em;
}
.gp-entity-count {
margin: 0;
color: var(--gp-muted);
font-size: clamp(1rem, 2vw, 1.25rem);
font-weight: 800;
}
.gp-entity-text {
margin-top: 18px;
max-width: 760px;
color: var(--gp-muted);
}
.gp-entity-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 22px;
}
.gp-entity-games-section { padding-top: 34px; }
.gp-entity-game-grid {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 14px;
}
.gp-entity-game-card {
display: block;
background: var(--gp-surface);
border: 1px solid var(--gp-border);
border-radius: 16px;
overflow: hidden;
transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.gp-entity-game-card:hover {
color: var(--gp-text);
transform: translateY(-2px);
border-color: rgba(255,45,168,.55);
background: #1d1d27;
}
.gp-entity-game-cover {
aspect-ratio: 3/4;
display: grid;
place-items: center;
background: #0d0d12;
overflow: hidden;
}
.gp-entity-game-cover img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}
.gp-entity-game-card strong {
display: block;
padding: 10px 11px 12px;
font-size: .9rem;
line-height: 1.18;
letter-spacing: -.02em;
}
@media (max-width: 1100px) {
.gp-entity-game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
.gp-entity-shell { grid-template-columns: 1fr; }
.gp-entity-portrait { max-width: 260px; min-height: 180px; }
.gp-entity-game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
} .gp-entity-page-minimal .gp-entity-games-section { padding-top: clamp(42px, 7vw, 88px); }
.gp-entity-simple-title {
margin: 0 0 clamp(24px, 4vw, 42px);
font-size: clamp(2.4rem, 8vw, 6.4rem);
line-height: .92;
letter-spacing: .018em;
text-transform: uppercase;
}
.gp-entity-page-minimal .gp-entity-game-grid { align-items: start; }
.gp-entity-page-minimal .gp-entity-game-cover { aspect-ratio: 2 / 3; display: flex; align-items: center; justify-content: center; }
.gp-entity-page-minimal .gp-entity-game-cover img { width: 100%; height: 100%; object-fit: contain; }
.gp-game-cover-placeholder {
width: 100%;
min-height: 100%;
display: grid;
place-items: center;
padding: 18px;
text-align: center;
border: 1px solid rgba(255,255,255,.12);
border-radius: 18px;
background: rgba(255,255,255,.04);
color: var(--muted);
font-size: .85rem;
} .gp-cover-card,
.gp-entity-game-card,
.gp-related-game-card {
position: relative;
}
.gp-cover-card.is-highlight,
.gp-entity-game-card.is-highlight,
.gp-related-game-card.is-highlight {
border-color: var(--gp-pink);
box-shadow: 0 0 0 1px rgba(255,45,168,.42), 0 18px 46px rgba(255,45,168,.14);
}
.gp-highlight-badge {
position: absolute;
top: 9px;
left: 9px;
z-index: 2;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 26px;
padding: 5px 8px 4px;
border-radius: 999px;
background: var(--gp-pink);
color: #fff;
font-size: .67rem;
line-height: 1;
font-weight: 950;
letter-spacing: .07em;
text-transform: uppercase;
box-shadow: 0 10px 24px rgba(0,0,0,.28);
}
.gp-cover-card img {
object-fit: contain;
background: #0d0d12;
}
.gp-home-coverwall {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 14px;
align-items: start;
}
.gp-home-coverwall .gp-cover-card {
border-radius: 16px;
}
.gp-home-coverwall .gp-cover-card img {
aspect-ratio: 2 / 3;
object-fit: contain;
}
@media (max-width: 1100px) {
.gp-home-coverwall { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
.gp-home-coverwall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
} .gp-finder-hero{padding:clamp(3rem,7vw,6rem) 0 1.5rem;background:radial-gradient(circle at 20% 0, rgba(255,0,130,.18), transparent 34rem)}
.gp-finder-hero h1{font-size:clamp(2.8rem,8vw,7rem);line-height:.9;letter-spacing:.04em;margin:0 0 1rem;text-transform:uppercase}
.gp-finder-hero p{max-width:760px;color:var(--gp-muted);font-size:clamp(1.05rem,2vw,1.35rem)}
.gp-finder-form{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.09);border-radius:28px;padding:clamp(1rem,3vw,2rem);box-shadow:0 24px 70px rgba(0,0,0,.25);margin-bottom:2rem}
.gp-finder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.gp-filter-block{border:1px solid rgba(255,255,255,.09);background:rgba(0,0,0,.18);border-radius:22px;padding:1rem;margin:0}
.gp-filter-wide{grid-column:1/-1}
.gp-filter-block legend{font-weight:800;letter-spacing:.03em;padding:0 .35rem;margin-left:.25rem;color:#fff}
.gp-filter-block legend span{display:inline-block;margin-right:.35rem;filter:grayscale(1);opacity:.95}
.gp-choice-row{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.75rem}
.gp-choice input{position:absolute;opacity:0;pointer-events:none}
.gp-choice span{display:inline-flex;min-height:2.5rem;align-items:center;justify-content:center;padding:.55rem .85rem;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.095);color:var(--gp-muted);font-weight:750;transition:transform .16s ease, border-color .16s ease, background .16s ease, color .16s ease}
.gp-choice input:checked+span{background:var(--gp-pink);border-color:var(--gp-pink);color:#fff;box-shadow:0 0 0 4px rgba(255,0,130,.14)}
.gp-choice:hover span{transform:translateY(-2px);border-color:rgba(255,0,130,.55);color:#fff}
.gp-details-search{margin-top:1rem;border-top:1px solid rgba(255,255,255,.08);padding-top:1rem}
.gp-details-search summary{cursor:pointer;font-weight:900;color:#fff;display:inline-flex;align-items:center;gap:.45rem;padding:.65rem 0;list-style:none}
.gp-details-search summary::-webkit-details-marker{display:none}
.gp-details-search summary:after{content:'+';display:inline-grid;place-items:center;width:1.45rem;height:1.45rem;border-radius:999px;background:var(--gp-pink);color:#fff;margin-left:.25rem}
.gp-details-search[open] summary:after{content:'–'}
.gp-detail-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;margin-top:.7rem}
.gp-detail-grid label{display:flex;flex-direction:column;gap:.35rem;color:var(--gp-muted);font-weight:700;font-size:.9rem}
.gp-detail-grid select{width:100%;border:1px solid rgba(255,255,255,.14);background:#111;color:#fff;border-radius:14px;padding:.75rem .8rem;min-height:2.8rem}
.gp-finder-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.25rem}
.gp-finder-results-head{display:flex;align-items:end;justify-content:space-between;margin:2rem 0 1rem}
.gp-finder-results-head h2{font-size:clamp(1.8rem,4vw,3rem);margin:0;text-transform:uppercase;letter-spacing:.04em}
.gp-finder-results{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));display:grid;gap:1rem;overflow:visible}
.gp-empty-card{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);border-radius:22px;padding:2rem;color:var(--gp-muted)}
.gp-cover-placeholder{display:flex;align-items:center;justify-content:center;text-align:center;aspect-ratio:2/3;padding:1rem;border-radius:18px;background:rgba(255,255,255,.05);color:#fff;font-weight:900}
@media (max-width:900px){.gp-finder-grid,.gp-detail-grid{grid-template-columns:1fr}.gp-filter-wide{grid-column:auto}.gp-finder-results{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.gp-finder-form{border-radius:20px}.gp-choice span{min-height:2.35rem;padding:.5rem .75rem}} .gp-finder-form-compact{padding:1rem;border-radius:22px}
.gp-finder-topline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:.65rem;align-items:end}
.gp-finder-topline label{display:flex;align-items:center;gap:.45rem;min-width:0;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:.45rem .55rem;color:#fff}
.gp-finder-topline label>span{width:1.35rem;text-align:center;filter:grayscale(1);opacity:.92;flex:0 0 auto}
.gp-finder-topline select,.gp-detail-grid-compact select,.gp-detail-grid-compact input[type="search"]{width:100%;border:0;background:transparent;color:#fff;min-height:2.35rem;font-weight:800;outline:none;min-width:0}
.gp-finder-topline select option,.gp-detail-grid-compact select option{background:#111;color:#fff}
.gp-finder-submit{min-height:3.25rem;padding-inline:1.1rem;white-space:nowrap}
.gp-details-search-compact{margin-top:.7rem;padding-top:.55rem}
.gp-detail-grid-compact{display:grid;grid-template-columns:minmax(220px,2fr) minmax(120px,.7fr) minmax(120px,.7fr) auto auto;gap:.65rem;align-items:end}
.gp-detail-grid-compact label{display:flex;flex-direction:column;gap:.25rem;color:var(--gp-muted);font-weight:800;font-size:.82rem;background:rgba(0,0,0,.14);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:.55rem .7rem}
.gp-detail-grid-compact .gp-checkline{flex-direction:row;align-items:center;gap:.55rem;color:#fff;min-height:3.8rem;cursor:pointer}
.gp-checkline input{accent-color:var(--gp-pink);width:1.05rem;height:1.05rem;flex:0 0 auto}
.gp-checkline small{display:block;color:var(--gp-muted);font-weight:700;font-size:.72rem;margin-top:.1rem}
.gp-finder-actions-compact{margin-top:.65rem;justify-content:flex-end}
.gp-finder-actions-compact .gp-button.secondary{padding:.55rem .8rem;font-size:.85rem}
@media (max-width:1050px){.gp-finder-topline{grid-template-columns:repeat(2,minmax(0,1fr));}.gp-finder-submit{grid-column:1/-1}.gp-detail-grid-compact{grid-template-columns:1fr 1fr}.gp-detail-free{grid-column:1/-1}}
@media (max-width:640px){.gp-finder-topline,.gp-detail-grid-compact{grid-template-columns:1fr}.gp-finder-hero p{display:none}.gp-finder-form-compact{padding:.75rem;border-radius:18px}.gp-finder-results-head{margin-top:1.2rem}} :root{
--gp-bg:#0B141C;
--gp-surface:#101012;
--gp-surface-2:#161619;
--gp-border:#2a2a30;
--gp-text:#ffffff;
--gp-muted:#d8d8dc;
--gp-pink:#ff2da8;
--gp-radius:0px;
--gp-radius-sm:0px;
--gp-max:1240px;
}
body{
background:var(--gp-bg);
font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
font-weight:400;
}
h1,h2,h3,h4,.entry-title,.gp-game-title,.gp-entity-simple-title{
font-family:Impact,"Arial Black","Helvetica Neue",Arial,sans-serif;
font-style:normal;
font-weight:900;
letter-spacing:.025em;
text-transform:uppercase;
}
a{transition:color .16s ease,border-color .16s ease,background .16s ease,transform .16s ease;}
a:hover{color:var(--gp-pink)}
.site-header{background:rgba(11,20,28,.96);backdrop-filter:none;border-bottom:1px solid var(--gp-pink)}
.header-inner{min-height:82px;gap:24px}.site-logo img{max-height:46px}.site-title{font-family:Impact,"Arial Black",Arial,sans-serif;font-style:normal;text-transform:uppercase;letter-spacing:.035em}.gp-header-right{display:flex;align-items:center;gap:22px;margin-left:auto}.main-navigation ul{gap:0}.main-navigation li{position:relative}.main-navigation a{display:flex;align-items:center;min-height:42px;padding:0 12px;color:var(--gp-text);font-weight:700;font-size:.92rem;text-transform:uppercase;letter-spacing:.04em}.main-navigation a:hover{color:var(--gp-pink)}.main-navigation .sub-menu{position:absolute;top:100%;left:0;display:block;min-width:230px;padding:8px 0;background:#0d0d0f;border:1px solid var(--gp-border);opacity:0;visibility:hidden;transform:translateY(8px);z-index:50}.main-navigation li:hover>.sub-menu,.main-navigation li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.main-navigation .sub-menu a{min-height:38px;padding:8px 14px;white-space:nowrap;text-transform:none;letter-spacing:0;color:var(--gp-muted)}.main-navigation .sub-menu a:hover{color:var(--gp-pink)}.gp-header-search{display:flex;align-items:center;border:1px solid var(--gp-border);background:#0b0b0d;height:38px;min-width:190px}.gp-header-search input{width:150px;min-width:0;border:0;background:transparent;color:var(--gp-text);padding:0 10px;outline:0;font-size:.88rem}.gp-header-search button{height:36px;width:38px;padding:0;border:0;border-left:1px solid var(--gp-border);background:transparent;color:var(--gp-pink);font-size:1.1rem}.gp-lang-switch,.gp-login-placeholder{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--gp-muted);border-left:1px solid var(--gp-border);padding-left:16px}.gp-lang-switch span+span{margin-left:7px}.gp-lang-switch.gp-is-disabled{opacity:.35}.gp-login-placeholder:hover{color:var(--gp-pink)}.gp-menu-toggle{display:none;border:1px solid var(--gp-border);background:transparent;color:var(--gp-text);border-radius:0;padding:9px 11px;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}.gp-button,.wp-block-button__link,button,input[type="submit"]{border-radius:0;background:var(--gp-pink);font-weight:900;text-transform:uppercase;letter-spacing:.04em}.gp-button:hover,.wp-block-button__link:hover,button:hover,input[type="submit"]:hover{transform:translateY(-2px);background:#fff;color:#070707}.gp-button.secondary{border-radius:0;background:transparent;border:1px solid var(--gp-border)}.gp-text-link{color:var(--gp-pink);font-weight:850;text-transform:uppercase;letter-spacing:.04em;font-size:.9rem}.gp-module{padding:clamp(38px,6vw,82px) 0;border-bottom:1px solid var(--gp-pink)}.gp-module-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.gp-module-head h2{margin:0;font-size:clamp(2rem,5vw,4.8rem);line-height:.92}.gp-landing-hero{padding:clamp(54px,9vw,112px) 0 clamp(34px,5vw,54px);background:var(--gp-bg)}.gp-landing-hero h1{margin:10px 0 24px;font-size:clamp(3.1rem,11vw,9.3rem);line-height:.86;max-width:1050px}.gp-kicker{color:var(--gp-pink);font-weight:950;text-transform:uppercase;letter-spacing:.12em;font-size:.74rem}.gp-hero-search{display:flex;max-width:720px;border:1px solid var(--gp-border);background:#0d0d10}.gp-hero-search input{flex:1;min-width:0;background:transparent;border:0;outline:0;color:var(--gp-text);font-size:1rem;padding:0 16px;min-height:56px}.gp-hero-search button{min-height:56px;border-left:1px solid var(--gp-border)}.gp-cover-wall{display:grid;gap:18px}.gp-cover-wall-eight{grid-template-columns:repeat(4,minmax(0,1fr))}.gp-cover-tile{position:relative;display:block;border:1px solid transparent;background:transparent;color:var(--gp-text)}.gp-cover-tile:hover{color:var(--gp-pink);border-color:var(--gp-pink)}.gp-cover-image{display:flex;align-items:center;justify-content:center;aspect-ratio:2/3;background:#0d0d10;border:1px solid var(--gp-border);overflow:hidden}.gp-cover-image img{width:100%;height:100%;object-fit:contain;display:block}.gp-cover-title{display:block;margin-top:9px;font-size:.94rem;font-weight:800;line-height:1.18;color:var(--gp-text)}.gp-cover-tile:hover .gp-cover-title{color:var(--gp-pink)}.gp-cover-tile.is-highlight .gp-cover-image{border-color:var(--gp-pink)}.gp-highlight-badge{border-radius:0;top:8px;left:8px;box-shadow:none;background:var(--gp-pink);color:#fff}.gp-finder-teaser{background:#0d0d10}.gp-finder-teaser-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.gp-finder-teaser h2{margin:8px 0 0;font-size:clamp(2rem,5vw,5rem);line-height:.92}.site-footer{border-top:1px solid var(--gp-border);padding:34px 0;color:var(--gp-muted);background:#0B141C}.footer-inner{display:flex;justify-content:space-between;gap:24px;align-items:center}.footer-navigation ul{display:flex;flex-wrap:wrap;gap:16px;list-style:none;margin:0;padding:0}.footer-navigation a{color:var(--gp-muted);font-size:.9rem}.footer-navigation a:hover{color:var(--gp-pink)}.entry-header,.entry-content,.entry-footer{width:min(100% - 32px,920px)}.gp-static-hero{padding:clamp(48px,8vw,100px) 0 18px;border-bottom:1px solid var(--gp-pink)}.gp-static-hero .entry-title{margin:0;font-size:clamp(3rem,9vw,8rem);line-height:.86}.gp-static-content{padding:clamp(34px,5vw,54px) 0;font-size:1.06rem}.gp-static-content p,.entry-content p{color:var(--gp-muted)}.gp-static-content .wp-block-embed,.gp-static-content iframe,.entry-content .wp-block-embed,.entry-content iframe{width:100%;max-width:100%}.gp-static-content .wp-block-group{border-top:1px solid var(--gp-border);padding-top:28px;margin-top:28px}.gp-card,.gp-stat,.gp-panel,.gp-video-card,.gp-score-card,.gp-cover-card,.gp-entity-game-card,.gp-related-game-card{border-radius:0;box-shadow:none}.gp-hero,.gp-game-hero,.gp-finder-hero{background:var(--gp-bg)}.gp-cover-card img,.gp-entity-game-cover img,.gp-related-game-card img{object-fit:contain}.gp-cover-card.is-highlight,.gp-entity-game-card.is-highlight,.gp-related-game-card.is-highlight{box-shadow:none;border-color:var(--gp-pink)}
@media(max-width:1050px){.gp-header-right{display:none;position:absolute;left:0;right:0;top:100%;padding:14px 16px 18px;background:#0B141C;border-bottom:1px solid var(--gp-pink);align-items:stretch;flex-direction:column}.gp-header-right.is-open{display:flex}.gp-menu-toggle{display:block;margin-left:auto}.main-navigation ul{display:block}.main-navigation a{padding:10px 0}.main-navigation .sub-menu{position:static;opacity:1;visibility:visible;transform:none;border:0;border-left:1px solid var(--gp-border);margin-left:12px;background:transparent}.gp-header-search{width:100%;height:44px}.gp-header-search input{width:100%}.gp-lang-switch,.gp-login-placeholder{border-left:0;padding-left:0}.gp-cover-wall-eight{grid-template-columns:repeat(2,minmax(0,1fr))}.gp-finder-teaser-inner{align-items:flex-start;flex-direction:column}.footer-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.gp-container{width:min(100% - 24px,var(--gp-max))}.gp-landing-hero h1{font-size:clamp(3.1rem,17vw,5.2rem)}.gp-hero-search{flex-direction:column}.gp-hero-search button{border-left:0;border-top:1px solid var(--gp-border)}.gp-cover-wall{gap:14px}.gp-module-head{align-items:flex-start;flex-direction:column}.gp-cover-title{font-size:.88rem}} .gp-finder-hero{padding:clamp(48px,7vw,92px) 0 18px;border-bottom:1px solid var(--gp-pink);background:var(--gp-bg)}
.gp-finder-hero h1{margin:0;font-size:clamp(3rem,9vw,8rem);line-height:.86;letter-spacing:.025em;text-transform:uppercase}
.gp-finder-hero p{margin:18px 0 0;color:var(--gp-muted);font-size:1.05rem;max-width:620px}
.gp-finder-section{padding:clamp(30px,5vw,54px) 0}
.gp-finder-form,.gp-finder-form-compact{background:#0d0d10;border:1px solid var(--gp-border);border-radius:0;box-shadow:none;padding:14px;margin-bottom:24px}
.gp-finder-topline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:10px;align-items:stretch}
.gp-finder-topline label{border:1px solid var(--gp-border);background:#09090b;border-radius:0;padding:0 10px;min-height:48px;display:flex;align-items:center;gap:8px}
.gp-finder-topline label>span{width:1.4rem;text-align:center;filter:grayscale(1);opacity:.9}
.gp-finder-topline select,.gp-detail-grid-compact select,.gp-detail-grid-compact input[type="search"]{min-height:46px;background:transparent;color:var(--gp-text);border:0;outline:0;font-weight:800;width:100%}
.gp-finder-topline select option,.gp-detail-grid-compact select option{background:#111;color:#fff}
.gp-finder-submit{min-height:48px;padding-inline:18px;border:1px solid var(--gp-pink)}
.gp-details-search,.gp-details-search-compact{margin-top:12px;border-top:1px solid var(--gp-border);padding-top:10px}
.gp-details-search summary{cursor:pointer;color:var(--gp-pink);font-weight:900;text-transform:uppercase;letter-spacing:.055em;list-style:none}
.gp-details-search summary::-webkit-details-marker{display:none}
.gp-detail-grid,.gp-detail-grid-compact{display:grid;grid-template-columns:2fr .7fr .7fr 1fr 1fr;gap:10px;margin-top:12px;align-items:end}
.gp-detail-grid label{color:var(--gp-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.045em;font-weight:900}
.gp-detail-grid input,.gp-detail-grid select{margin-top:5px;border:1px solid var(--gp-border);background:#09090b;color:var(--gp-text);border-radius:0;padding:0 10px}
.gp-checkline{border:1px solid var(--gp-border);background:#09090b;padding:10px;min-height:48px;display:flex;align-items:center;gap:8px;color:var(--gp-text)!important}
.gp-checkline input{accent-color:var(--gp-pink)}
.gp-checkline small{display:block;color:var(--gp-muted);font-size:.7rem;text-transform:none;letter-spacing:0}
.gp-finder-actions-compact{display:flex;justify-content:flex-end;margin-top:10px}.gp-finder-actions-compact .gp-button.secondary{border-radius:0}
.gp-finder-results-head{border-top:1px solid var(--gp-border);padding-top:22px;margin:26px 0 18px}.gp-finder-results-head h2{font-size:clamp(1.8rem,4vw,3.8rem);line-height:.9;text-transform:uppercase;margin:0}
.gp-finder-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:18px;overflow:visible}.gp-finder-results .gp-cover-card{border:1px solid transparent}.gp-finder-results .gp-cover-card img{object-fit:contain;background:#0d0d10;border:1px solid var(--gp-border)}
@media(max-width:1050px){.gp-finder-topline{grid-template-columns:repeat(2,minmax(0,1fr))}.gp-finder-submit{grid-column:1/-1}.gp-detail-grid,.gp-detail-grid-compact{grid-template-columns:1fr 1fr}.gp-detail-free{grid-column:1/-1}}
@media(max-width:640px){.gp-finder-topline,.gp-detail-grid,.gp-detail-grid-compact{grid-template-columns:1fr}.gp-finder-hero p{display:none}.gp-finder-form,.gp-finder-form-compact{padding:10px}.gp-finder-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}} .gp-landing-hero{padding:clamp(42px,7vw,88px) 0 clamp(22px,4vw,44px);}
.gp-landing-hero .gp-kicker,.gp-landing-hero .gp-hero-search{display:none!important;}
.gp-claim{margin:0;font-size:clamp(2.65rem,9.4vw,9.6rem);line-height:.86;letter-spacing:-.064em;white-space:nowrap;max-width:100%;}
.gp-claim span{color:var(--gp-text);font-style:normal;}
.gp-claim em{color:var(--gp-pink);font-style:normal;}
.gp-home-releases .gp-module-head h2{letter-spacing:-.04em;}
.gp-cover-wall-eight{display:block;columns:4 210px;column-gap:22px;}
.gp-cover-wall-eight .gp-cover-tile{break-inside:avoid;display:block;margin:0 0 22px;border:0!important;background:transparent!important;}
.gp-cover-image{display:block;aspect-ratio:auto;background:transparent!important;border:0!important;overflow:visible;}
.gp-cover-image img{display:block;width:100%;height:auto;object-fit:contain;border:0;border-radius:10px;background:transparent;transition:transform .18s ease,filter .18s ease;}
.gp-cover-tile:hover .gp-cover-image img{transform:translateY(-3px);filter:brightness(1.08);}
.gp-cover-title{display:none!important;}
.gp-cover-tile.is-highlight .gp-cover-image{border:0!important;}
.gp-cover-tile.is-highlight .gp-cover-image img{outline:3px solid var(--gp-pink);outline-offset:4px;}
.gp-highlight-badge{z-index:5;font-size:.68rem;letter-spacing:.06em;}
.gp-finder-teaser{background:transparent;border-bottom:1px solid var(--gp-pink);}
.gp-finder-teaser-inner{display:block;}
.gp-finder-big-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:92px;background:var(--gp-pink);color:#fff!important;font-weight:950;text-transform:uppercase;letter-spacing:.035em;font-size:clamp(1.35rem,4.2vw,4rem);line-height:1;text-align:center;padding:22px;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease;}
.gp-finder-big-button:hover{background:#fff;color:#070707!important;transform:translateY(-2px);} .gp-video-panel-large,.gp-related-games-panel{background:transparent!important;border:0!important;padding:0!important;border-radius:0!important;}
.gp-video-list-large{display:grid;gap:14px;}
.gp-video-row-card{background:var(--gp-surface);border:1px solid var(--gp-border);border-radius:14px;overflow:hidden;}
.gp-related-games-panel h2{font-size:clamp(1.65rem,3.6vw,3.5rem);letter-spacing:-.035em;line-height:1;margin:0 0 22px;font-family:Impact,"Arial Black",Arial,sans-serif;font-style:normal;font-weight:900;}
.gp-related-games-grid.random-line{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;}
.gp-related-game-card{display:block;background:transparent!important;border:0!important;padding:0!important;color:var(--gp-text);}
.gp-related-game-cover{background:transparent!important;border:0!important;overflow:visible!important;}
.gp-related-game-cover img{display:block;width:100%;height:auto!important;object-fit:contain!important;border-radius:10px;background:transparent;transition:transform .18s ease,filter .18s ease;}
.gp-related-game-card:hover img{transform:translateY(-3px);filter:brightness(1.08);}
.gp-related-game-card strong{display:none!important;}
.gp-related-game-card.is-highlight img{outline:3px solid var(--gp-pink);outline-offset:4px;} .search .gp-cover-row,.gp-finder-results{display:block;columns:4 210px;column-gap:22px;}
.search .gp-cover-card,.gp-finder-results .gp-cover-card{break-inside:avoid;display:block;margin:0 0 22px;background:transparent!important;border:0!important;padding:0!important;overflow:visible!important;}
.search .gp-cover-card img,.gp-finder-results .gp-cover-card img{display:block;width:100%;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;border-radius:10px;background:transparent;transition:transform .18s ease,filter .18s ease;}
.search .gp-cover-card:hover img,.gp-finder-results .gp-cover-card:hover img{transform:translateY(-3px);filter:brightness(1.08);}
.search .gp-cover-title,.gp-finder-results .gp-cover-title{display:none!important;}
.search .gp-cover-card.is-highlight img,.gp-finder-results .gp-cover-card.is-highlight img{outline:3px solid var(--gp-pink);outline-offset:4px;} .gp-finder-hero{padding:clamp(44px,7vw,88px) 0 18px;border-bottom:1px solid var(--gp-pink);}
.gp-finder-hero h1{font-size:clamp(3rem,8vw,8rem);letter-spacing:-.06em;line-height:.86;margin:0;}
.gp-finder-hero p{display:none;}
.gp-finder-form{background:transparent!important;border:0!important;padding:0!important;}
.gp-finder-topline{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;align-items:stretch;border:1px solid var(--gp-border);background:#0b0b0d;padding:10px;}
.gp-finder-topline label{display:flex;align-items:center;gap:8px;margin:0;background:transparent;border-right:1px solid var(--gp-border);padding-right:10px;}
.gp-finder-topline label:last-of-type{border-right:0;}
.gp-finder-topline select,.gp-detail-grid input,.gp-detail-grid select{width:100%;background:#070707;border:1px solid var(--gp-border);color:var(--gp-text);border-radius:0;min-height:42px;padding:0 10px;}
.gp-details-search{margin-top:12px;border:1px solid var(--gp-border);background:#0b0b0d;padding:12px;}
.gp-details-search summary{cursor:pointer;color:var(--gp-pink);font-weight:900;text-transform:uppercase;letter-spacing:.04em;}
.gp-detail-grid{margin-top:12px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:12px;align-items:end;}
.gp-detail-grid label{font-weight:800;color:var(--gp-muted);font-size:.88rem;}
.gp-checkline{display:flex!important;align-items:center;gap:9px;color:var(--gp-text)!important;}
.gp-checkline input{accent-color:var(--gp-pink);}
.gp-finder-actions{margin-top:10px;}
.gp-finder-results-head h2{font-family:Impact,"Arial Black",Arial,sans-serif;font-style:normal;letter-spacing:-.035em;}
@media(max-width:900px){
.gp-claim{white-space:normal;font-size:clamp(2.7rem,15vw,6.8rem);}
.gp-cover-wall-eight,.search .gp-cover-row,.gp-finder-results{columns:2 150px;column-gap:16px;}
.gp-cover-wall-eight .gp-cover-tile,.search .gp-cover-card,.gp-finder-results .gp-cover-card{margin-bottom:16px;}
.gp-related-games-grid.random-line{grid-template-columns:repeat(2,minmax(0,1fr));}
.gp-finder-topline{grid-template-columns:1fr;}
.gp-finder-topline label{border-right:0;border-bottom:1px solid var(--gp-pink);padding:0 0 10px;}
.gp-detail-grid{grid-template-columns:1fr;}
} :root{--gp-radius:16px;--gp-radius-sm:10px;--gp-headline:Arial,"Helvetica Neue",Helvetica,sans-serif;}
h1,h2,h3,h4,h5,h6,.entry-title,.gp-game-title,.gp-claim,.gp-finder-hero h1,.gp-related-games-panel h2,.gp-finder-results-head h2,.gp-module-head h2{font-family:var(--gp-headline);font-weight:900;font-style:normal;letter-spacing:0!important;text-transform:none;}
.gp-kicker,.gp-score-label,.gp-text-link,.main-navigation a,.gp-lang-switch,.gp-login-placeholder,.gp-menu-toggle,.gp-details-search summary,.gp-detail-grid label,.gp-button,.wp-block-button__link,button,input[type="submit"]{letter-spacing:0!important;}
.entry-title,.gp-static-hero .entry-title,.gp-finder-hero h1{line-height:.94;}
.gp-claim{font-family:var(--gp-headline);font-size:clamp(2.15rem,6.9vw,7.2rem);line-height:1;white-space:nowrap;letter-spacing:0!important;}
.gp-claim em{font-style:normal;color:var(--gp-pink);}
.gp-landing-hero{padding-top:clamp(48px,8vw,96px);padding-bottom:clamp(28px,5vw,58px);}
.gp-module-head-small{align-items:end;}
.gp-module-head-small h2{font-size:clamp(1.55rem,3.1vw,3rem);line-height:1;margin:0 0 6px;}
.gp-module-head-small p{margin:0;color:var(--gp-muted);font-size:clamp(1rem,1.5vw,1.18rem);}
.gp-cover-wall-home{display:block;columns:4 210px;column-gap:22px;}
.gp-cover-wall-home .gp-cover-tile,.gp-cover-wall-eight .gp-cover-tile{break-inside:avoid;display:block;margin:0 0 22px;border:0!important;background:transparent!important;border-radius:0;padding:0;overflow:visible;position:relative;}
.gp-cover-image{display:block;overflow:hidden;border-radius:var(--gp-radius-sm);}
.gp-cover-image img,.gp-cover-card img,.gp-entity-game-cover img,.gp-related-game-cover img,.gp-related-game-card img,.gp-game-cover{display:block;width:100%;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;border:0!important;background:transparent!important;box-shadow:none!important;transition:transform .22s ease,filter .22s ease;}
.gp-cover-tile:hover img,.gp-cover-card:hover img,.gp-entity-game-card:hover img,.gp-related-game-card:hover img,.gp-game-cover-wrap:hover .gp-game-cover{transform:scale(1.035);filter:brightness(1.06);}
.gp-cover-tile.is-highlight .gp-cover-image,.gp-cover-card.is-highlight .gp-cover-image,.gp-entity-game-card.is-highlight .gp-entity-game-cover,.gp-related-game-card.is-highlight .gp-related-game-cover{outline:3px solid var(--gp-pink);outline-offset:4px;border-radius:var(--gp-radius-sm);}
.gp-highlight-badge{border-radius:999px;letter-spacing:0!important;}
.gp-home-more-wrap{display:flex;justify-content:center;margin-top:18px;}
.gp-home-more{border-radius:var(--gp-radius-sm)!important;min-width:160px;}
.gp-finder-big-button{border-radius:var(--gp-radius)!important;font-size:clamp(1.15rem,3.3vw,3.1rem)!important;letter-spacing:0!important;min-height:86px;}
.gp-card,.gp-stat,.gp-panel,.gp-video-card,.gp-score-card,.gp-cover-card,.gp-entity-game-card,.gp-related-game-card,.gp-finder-form,.gp-finder-topline,.gp-finder-topline label,.gp-detail-grid input,.gp-detail-grid select,.gp-header-search,.gp-button,.wp-block-button__link,button,input[type="submit"]{border-radius:var(--gp-radius-sm);}
.gp-video-panel-large{background:transparent!important;border:0!important;padding:0!important;}
.gp-video-row-card{border-radius:var(--gp-radius)!important;}
.gp-related-games-panel{background:transparent!important;border:0!important;padding:clamp(18px,3vw,30px) 0!important;}
.gp-related-games-panel h2{font-size:clamp(1.55rem,3.2vw,3rem);line-height:1.04;margin-bottom:22px;}
.gp-related-games-grid.random-line{display:block;columns:4 170px;column-gap:18px;}
.gp-related-game-card{display:block;break-inside:avoid;margin:0 0 18px;background:transparent!important;border:0!important;padding:0!important;overflow:visible;}
.gp-related-game-cover{display:block;border-radius:var(--gp-radius-sm);overflow:hidden;background:transparent!important;}
.search .gp-cover-row,.gp-finder-results{display:block;columns:4 210px;column-gap:22px;}
.search .gp-cover-card,.gp-finder-results .gp-cover-card{break-inside:avoid;display:block;margin:0 0 22px;background:transparent!important;border:0!important;padding:0!important;overflow:visible!important;position:relative;}
.search .gp-cover-card .gp-cover-image,.gp-finder-results .gp-cover-card .gp-cover-image{border-radius:var(--gp-radius-sm);}
.search .gp-cover-card img,.gp-finder-results .gp-cover-card img{border-radius:var(--gp-radius-sm);}
.search .gp-cover-title,.gp-finder-results .gp-cover-title{display:none!important;}
.gp-finder-hero{padding:clamp(42px,6vw,78px) 0 16px;}
.gp-finder-hero h1{font-size:clamp(2.45rem,6.2vw,6rem);}
.gp-finder-section{padding-top:clamp(24px,4vw,44px);}
.gp-finder-form,.gp-finder-form-compact{background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important;}
.gp-finder-topline{border:1px solid var(--gp-border);background:#0b0b0d;padding:10px;}
.gp-finder-topline label{background:#070707;border:1px solid var(--gp-border);border-right:1px solid var(--gp-border)!important;padding:0 10px;}
.gp-finder-topline select,.gp-detail-grid input,.gp-detail-grid select{background:#070707;border:1px solid var(--gp-border);color:var(--gp-text);min-height:42px;padding:0 10px;}
.gp-details-search summary{font-size:.96rem;}
.gp-finder-results-head{border-top:1px solid var(--gp-border);padding-top:20px;margin:24px 0 18px;}
.gp-finder-results-head h2{font-size:clamp(1.45rem,3.2vw,3rem);line-height:1;}
.gp-load-sentinel{min-height:34px;color:var(--gp-muted);text-align:center;margin:18px 0 0;}
.gp-static-content.entry-content{width:min(100% - 32px,var(--gp-max));max-width:none;margin-inline:auto;}
.gp-static-content.entry-content>*{max-width:920px;}
.gp-static-content.entry-content>.wp-block-embed,.gp-static-content.entry-content>figure,.gp-static-content.entry-content>.wp-block-video,.gp-static-content.entry-content>.wp-block-image.alignwide,.gp-static-content.entry-content>.alignwide{max-width:100%;}
.gp-static-content.entry-content p{margin-left:0;margin-right:0;}
@media(max-width:1050px){.gp-header-right.is-open .main-navigation{display:block!important}.gp-header-right.is-open .main-navigation ul{display:block!important}.gp-header-right.is-open .main-navigation li{display:block}.gp-header-right.is-open .main-navigation a{color:var(--gp-text);}.gp-cover-wall-home{columns:2 150px;column-gap:16px}.gp-cover-wall-home .gp-cover-tile{margin-bottom:16px}.gp-finder-topline{grid-template-columns:repeat(2,minmax(0,1fr));}.gp-finder-submit{grid-column:1/-1}.gp-related-games-grid.random-line,.search .gp-cover-row,.gp-finder-results{columns:2 150px;column-gap:16px}.gp-related-game-card,.search .gp-cover-card,.gp-finder-results .gp-cover-card{margin-bottom:16px}}
@media(max-width:640px){.gp-claim{white-space:normal;font-size:clamp(2.5rem,14vw,5.5rem)}.gp-finder-topline{grid-template-columns:1fr}.gp-finder-topline label{border-bottom:0!important;padding:0 10px}.gp-finder-big-button{min-height:72px}.gp-static-content.entry-content{width:min(100% - 24px,var(--gp-max));}.gp-static-content.entry-content>*{max-width:100%;}} :root{--gp-headline: Impact, "Arial Black", "Arial Narrow Bold", system-ui, sans-serif;}
h1,.entry-title,.gp-static-hero .entry-title,.gp-game-title,.gp-claim,.gp-finder-hero h1,.gp-entity-simple-title{
font-family:var(--gp-headline)!important;
font-weight:900!important;
font-style:normal!important;
text-transform:uppercase!important;
font-size:100px!important;
line-height:94px!important;
letter-spacing:normal!important;
margin:0 0 42px!important;
}
h2,.gp-section h2,.gp-module-head h2,.gp-related-games-panel h2,.gp-finder-results-head h2,.gp-panel h2{
font-family:var(--gp-headline)!important;
font-weight:900!important;
font-style:normal!important;
text-transform:uppercase!important;
font-size:54px!important;
line-height:62px!important;
letter-spacing:normal!important;
}
h3,.gp-card h3,.entry-content h3{
font-family:var(--gp-headline)!important;
font-weight:900!important;
font-style:normal!important;
text-transform:uppercase!important;
font-size:40px!important;
line-height:40px!important;
letter-spacing:normal!important;
}
.gp-claim{white-space:nowrap!important;max-width:100%!important;}
.gp-claim span,.gp-claim em{letter-spacing:normal!important;}
.gp-claim em{font-style:normal!important;color:var(--gp-pink)!important;}
.gp-module-head-small p,.gp-home-releases .gp-module-head p{display:none!important;}
.gp-home-releases .gp-module-head h2::after{content:'';}
.gp-home-releases .gp-module-head h2{font-size:54px!important;line-height:62px!important;} .gp-cover-wall-home,.gp-cover-wall-eight{
display:block!important;
columns:4 210px!important;
column-gap:22px!important;
}
.gp-cover-wall-home .gp-cover-tile,.gp-cover-wall-eight .gp-cover-tile,.search .gp-cover-card,.gp-finder-results .gp-cover-card,.gp-entity-game-card{
width:100%!important;
display:inline-block!important;
break-inside:avoid!important;
margin:0 0 22px!important;
padding:0!important;
border:0!important;
background:transparent!important;
box-shadow:none!important;
overflow:visible!important;
color:var(--gp-text)!important;
}
.gp-cover-image,.gp-entity-game-cover,.gp-related-game-cover{
display:flex!important;
align-items:center!important;
justify-content:center!important;
aspect-ratio:auto!important;
background:transparent!important;
border:0!important;
overflow:hidden!important;
border-radius:var(--gp-radius-sm)!important;
}
.gp-cover-image img,.gp-entity-game-cover img,.gp-related-game-cover img,.gp-cover-card img{
width:100%!important;
height:auto!important;
object-fit:contain!important;
display:block!important;
border-radius:var(--gp-radius-sm)!important;
transition:transform .28s ease, filter .28s ease!important;
}
.gp-cover-tile:hover .gp-cover-image img,.gp-cover-card:hover img,.gp-entity-game-card:hover img,.gp-related-game-card:hover img{
transform:scale(1.035)!important;
filter:brightness(1.07)!important;
}
.gp-cover-title,.gp-entity-game-card strong{display:none!important;}
.gp-highlight-badge{border-radius:999px!important;font-size:.68rem!important;letter-spacing:normal!important;z-index:2;}
.gp-cover-tile.is-highlight .gp-cover-image,.gp-cover-card.is-highlight .gp-cover-image,.gp-entity-game-card.is-highlight .gp-entity-game-cover,.gp-related-game-card.is-highlight .gp-related-game-cover{
outline:3px solid var(--gp-pink)!important;
outline-offset:4px!important;
} .gp-related-games-panel{margin-top:28px!important;background:transparent!important;border:0!important;padding:0!important;}
.gp-related-games-panel h2{font-size:44px!important;line-height:44px!important;margin-bottom:24px!important;}
.gp-related-games-grid.random-line{
display:grid!important;
grid-template-columns:repeat(6,minmax(0,1fr))!important;
gap:18px!important;
columns:auto!important;
}
.gp-related-game-card{display:block!important;background:transparent!important;border:0!important;padding:0!important;margin:0!important;overflow:visible!important;} .search .gp-cover-row,.gp-finder-results{
display:block!important;
columns:4 210px!important;
column-gap:22px!important;
}
.gp-finder-results-head h2{font-size:44px!important;line-height:44px!important;} .gp-finder-big-button{border-radius:var(--gp-radius)!important;font-size:clamp(1rem,2.6vw,2.6rem)!important;}
.gp-card,.gp-stat,.gp-panel,.gp-video-card,.gp-score-card,.gp-finder-form,.gp-finder-topline,.gp-header-search,.gp-button,.wp-block-button__link,button,input[type="submit"],.gp-video-row-card{border-radius:var(--gp-radius-sm)!important;} .gp-static-content.entry-content,.entry-content{width:min(100% - 32px,var(--gp-max))!important;max-width:var(--gp-max)!important;}
.gp-static-content.entry-content>*{max-width:100%!important;} body.login{background:#09090b!important;color:#f5f5f7!important;}
body.login #loginform,body.login #lostpasswordform,body.login #registerform,body.login form{
background:#111116!important;color:#f5f5f7!important;border:1px solid #272733!important;border-radius:18px!important;box-shadow:none!important;
}
body.login form p,body.login label,body.login .forgetmenot label{color:#f5f5f7!important;}
body.login input[type="text"],body.login input[type="password"],body.login input[type="email"]{background:#09090b!important;color:#fff!important;border:1px solid #3a3a48!important;}
body.login input::placeholder{color:#aaa!important;}
body.login h1 a{background-image:none!important;color:#fff!important;text-indent:0!important;width:auto!important;height:auto!important;font-family:var(--gp-headline)!important;font-style:normal!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:normal!important;}
body.login h1 a:before{content:'Geekpunkt';}
body.login .button.wp-hide-pw{color:#fff!important;background:transparent!important;}
body.login #nav a,body.login #backtoblog a,body.login .privacy-policy-page-link a{color:#d7d7dc!important;}
body.login #nav a:hover,body.login #backtoblog a:hover,body.login .privacy-policy-page-link a:hover{color:var(--gp-pink)!important;}
@media(max-width:1100px){
h1,.entry-title,.gp-static-hero .entry-title,.gp-game-title,.gp-claim,.gp-finder-hero h1,.gp-entity-simple-title{font-size:clamp(3rem,11vw,86px)!important;line-height:.94!important;}
h2,.gp-section h2,.gp-module-head h2,.gp-related-games-panel h2,.gp-finder-results-head h2,.gp-panel h2{font-size:clamp(2.25rem,7vw,56px)!important;line-height:.96!important;}
.gp-related-games-grid.random-line{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:760px){
h1,.entry-title,.gp-static-hero .entry-title,.gp-game-title,.gp-claim,.gp-finder-hero h1,.gp-entity-simple-title{font-size:clamp(2.5rem,16vw,54px)!important;line-height:.94!important;margin-bottom:28px!important;white-space:normal!important;}
h2,.gp-section h2,.gp-module-head h2,.gp-related-games-panel h2,.gp-finder-results-head h2,.gp-panel h2{font-size:clamp(2rem,11vw,44px)!important;line-height:.98!important;}
h3,.gp-card h3,.entry-content h3{font-size:32px!important;line-height:32px!important;}
.gp-cover-wall-home,.gp-cover-wall-eight,.search .gp-cover-row,.gp-finder-results{columns:2 150px!important;column-gap:16px!important;}
.gp-cover-wall-home .gp-cover-tile,.gp-cover-wall-eight .gp-cover-tile,.search .gp-cover-card,.gp-finder-results .gp-cover-card,.gp-entity-game-card{margin-bottom:16px!important;}
.gp-related-games-grid.random-line{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;}
} .gp-claim{
display:block!important;
width:100%!important;
max-width:none!important;
margin:0!important;
white-space:nowrap!important;
text-transform:uppercase!important;
letter-spacing:normal!important;
line-height:.94!important;
font-size:clamp(48px,10vw,132px)!important;
}
.gp-claim em{color:var(--gp-pink)!important;font-style:normal!important;} .post-type-archive-game .gp-cover-row,
.archive .gp-cover-row,
.search .gp-cover-row,
.gp-entity-game-grid,
.gp-finder-results{
display:grid!important;
grid-template-columns:repeat(auto-fill,minmax(138px,190px))!important;
gap:22px!important;
align-items:start!important;
justify-content:start!important;
columns:auto!important;
column-gap:0!important;
}
.gp-cover-wall-home{
display:grid!important;
grid-template-columns:repeat(auto-fill,minmax(150px,1fr))!important;
gap:22px!important;
align-items:start!important;
columns:auto!important;
column-gap:0!important;
}
.gp-cover-tile,
.gp-cover-card,
.gp-entity-game-card,
.gp-related-game-card{
display:block!important;
position:relative!important;
width:100%!important;
max-width:210px!important;
min-width:0!important;
margin:0!important;
padding:0!important;
background:transparent!important;
border:0!important;
box-shadow:none!important;
overflow:visible!important;
break-inside:avoid!important;
color:var(--gp-text)!important;
}
.gp-cover-wall-home .gp-cover-tile{max-width:none!important;}
.gp-cover-image,
.gp-entity-game-cover,
.gp-related-game-cover{
display:block!important;
width:100%!important;
height:auto!important;
aspect-ratio:auto!important;
background:transparent!important;
border:0!important;
border-radius:var(--gp-radius-sm)!important;
overflow:hidden!important;
}
.gp-cover-image img,
.gp-cover-card > img,
.gp-cover-card img,
.gp-entity-game-cover img,
.gp-related-game-cover img,
.gp-related-game-card img{
display:block!important;
width:100%!important;
height:auto!important;
max-height:340px!important;
object-fit:contain!important;
aspect-ratio:auto!important;
border:0!important;
border-radius:var(--gp-radius-sm)!important;
background:transparent!important;
box-shadow:none!important;
}
.gp-cover-wall-home .gp-cover-image img{max-height:none!important;}
.gp-cover-tile:hover img,
.gp-cover-card:hover img,
.gp-entity-game-card:hover img,
.gp-related-game-card:hover img{
transform:scale(1.035)!important;
filter:brightness(1.07)!important;
}
.gp-cover-title,
.gp-entity-game-card strong{display:none!important;} .gp-related-games-grid.random-line{
display:grid!important;
grid-template-columns:repeat(6,minmax(0,150px))!important;
gap:18px!important;
align-items:start!important;
justify-content:start!important;
columns:auto!important;
}
.gp-related-games-grid.random-line .gp-related-game-card{max-width:150px!important;}
.gp-related-games-grid.random-line img{max-height:250px!important;} html body.login{background:#09090b!important;color:#f5f5f7!important;}
html body.login div#login form,
html body.login div#login #loginform,
html body.login div#login #lostpasswordform,
html body.login div#login #registerform{
background:#111116!important;
color:#f5f5f7!important;
border:1px solid #272733!important;
box-shadow:none!important;
border-radius:18px!important;
}
html body.login div#login label,
html body.login div#login p,
html body.login div#login .forgetmenot label{color:#f5f5f7!important;}
html body.login div#login input.input,
html body.login div#login input[type=text],
html body.login div#login input[type=password],
html body.login div#login input[type=email]{
background:#09090b!important;
color:#fff!important;
border:1px solid #3a3a48!important;
box-shadow:none!important;
border-radius:10px!important;
}
html body.login div#login .button.wp-hide-pw{background:transparent!important;color:#fff!important;border:0!important;}
html body.login div#login .dashicons{color:#fff!important;}
@media(max-width:900px){
.gp-cover-wall-home{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;}
.post-type-archive-game .gp-cover-row,.archive .gp-cover-row,.search .gp-cover-row,.gp-entity-game-grid,.gp-finder-results{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;}
.gp-cover-tile,.gp-cover-card,.gp-entity-game-card,.gp-related-game-card{max-width:none!important;}
.gp-cover-image img,.gp-cover-card > img,.gp-cover-card img,.gp-entity-game-cover img,.gp-related-game-cover img,.gp-related-game-card img{max-height:320px!important;}
.gp-related-games-grid.random-line{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
} .gp-cover-row,
.gp-cover-wall-home,
.gp-cover-wall-eight,
.gp-entity-game-grid,
.gp-finder-results {
display: block !important;
column-count: 4 !important;
column-gap: 30px !important;
width: 100% !important;
}
.gp-cover-tile,
.gp-cover-card,
.gp-entity-game-card {
display: inline-block !important;
width: 100% !important;
max-width: none !important;
min-width: 0 !important;
margin: 0 0 30px !important;
padding: 0 !important;
border: 0 !important;
background: transparent !important;
box-shadow: none !important;
overflow: visible !important;
break-inside: avoid !important;
page-break-inside: avoid !important;
vertical-align: top !important;
position: relative !important;
}
.gp-cover-image,
.gp-entity-game-cover {
display: block !important;
width: 100% !important;
height: auto !important;
max-height: none !important;
aspect-ratio: auto !important;
border: 0 !important;
outline: 0 !important;
background: transparent !important;
box-shadow: none !important;
overflow: hidden !important;
border-radius: 14px !important;
}
.gp-cover-image img,
.gp-cover-card img,
.gp-cover-card > img,
.gp-cover-tile img,
.gp-entity-game-cover img,
.gp-entity-game-card img {
display: block !important;
width: 100% !important;
max-width: 100% !important;
height: auto !important;
max-height: none !important;
min-height: 0 !important;
aspect-ratio: auto !important;
object-fit: contain !important;
border: 0 !important;
border-radius: 14px !important;
background: transparent !important;
box-shadow: none !important;
}
.gp-cover-title,
.gp-entity-game-card strong { display: none !important; }
.gp-cover-tile:hover img,
.gp-cover-card:hover img,
.gp-entity-game-card:hover img,
.gp-related-game-card:hover img {
transform: scale(1.035) !important;
filter: brightness(1.06) !important;
}
.gp-cover-tile.is-highlight .gp-cover-image,
.gp-cover-card.is-highlight .gp-cover-image,
.gp-entity-game-card.is-highlight .gp-entity-game-cover {
outline: 3px solid var(--gp-pink) !important;
outline-offset: 5px !important;
border-radius: 14px !important;
}
.gp-highlight-badge {
position: absolute !important;
z-index: 5 !important;
top: 10px !important;
left: 10px !important;
} .gp-related-games-grid,
.gp-related-games-grid.random-line {
display: grid !important;
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
gap: 22px !important;
column-count: initial !important;
}
.gp-related-game-card {
display: block !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
background: transparent !important;
box-shadow: none !important;
overflow: visible !important;
}
.gp-related-game-cover {
display: block !important;
width: 100% !important;
height: auto !important;
aspect-ratio: auto !important;
border: 0 !important;
background: transparent !important;
overflow: hidden !important;
border-radius: 14px !important;
}
.gp-related-game-cover img,
.gp-related-game-card img {
display: block !important;
width: 100% !important;
height: auto !important;
max-height: none !important;
object-fit: contain !important;
border-radius: 14px !important;
}
@media (max-width: 1050px) {
.gp-cover-row,
.gp-cover-wall-home,
.gp-cover-wall-eight,
.gp-entity-game-grid,
.gp-finder-results { column-count: 3 !important; column-gap: 22px !important; }
.gp-cover-tile,.gp-cover-card,.gp-entity-game-card { margin-bottom: 22px !important; }
.gp-related-games-grid,.gp-related-games-grid.random-line { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}
@media (max-width: 720px) {
.gp-cover-row,
.gp-cover-wall-home,
.gp-cover-wall-eight,
.gp-entity-game-grid,
.gp-finder-results { column-count: 2 !important; column-gap: 16px !important; }
.gp-cover-tile,.gp-cover-card,.gp-entity-game-card { margin-bottom: 16px !important; }
.gp-related-games-grid,.gp-related-games-grid.random-line { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 16px !important; }
} .gp-cover-wall-home.gp-js-masonry,
.gp-cover-wall-eight.gp-js-masonry,
.gp-cover-row.gp-js-masonry,
.gp-entity-game-grid.gp-js-masonry,
.gp-finder-results.gp-js-masonry{
display:grid!important;
grid-template-columns:repeat(4,minmax(0,1fr))!important;
gap:30px!important;
column-count:initial!important;
columns:initial!important;
column-gap:0!important;
align-items:start!important;
}
.gp-js-masonry .gp-masonry-col{
display:flex!important;
flex-direction:column!important;
gap:30px!important;
min-width:0!important;
}
.gp-js-masonry .gp-cover-tile,
.gp-js-masonry .gp-cover-card,
.gp-js-masonry .gp-entity-game-card{
display:block!important;
width:100%!important;
max-width:none!important;
margin:0!important;
break-inside:auto!important;
}
.gp-js-masonry .gp-cover-image,
.gp-js-masonry .gp-entity-game-cover{
display:block!important;
width:100%!important;
height:auto!important;
background:transparent!important;
border:0!important;
overflow:hidden!important;
border-radius:14px!important;
}
.gp-js-masonry img{
display:block!important;
width:100%!important;
max-width:100%!important;
height:auto!important;
max-height:none!important;
object-fit:contain!important;
border-radius:14px!important;
}
@media (max-width:1050px){
.gp-cover-wall-home.gp-js-masonry,
.gp-cover-wall-eight.gp-js-masonry,
.gp-cover-row.gp-js-masonry,
.gp-entity-game-grid.gp-js-masonry,
.gp-finder-results.gp-js-masonry{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;}
.gp-js-masonry .gp-masonry-col{gap:22px!important;}
}
@media (max-width:720px){
.gp-cover-wall-home.gp-js-masonry,
.gp-cover-wall-eight.gp-js-masonry,
.gp-cover-row.gp-js-masonry,
.gp-entity-game-grid.gp-js-masonry,
.gp-finder-results.gp-js-masonry{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;}
.gp-js-masonry .gp-masonry-col{gap:16px!important;}
} .gp-cover-wall,
.gp-cover-wall-home,
.gp-cover-wall-eight,
.post-type-archive-game .gp-cover-row,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid {
display: block !important;
columns: 4 210px !important;
column-gap: 30px !important;
gap: 0 !important;
grid-template-columns: none !important;
align-items: initial !important;
}
.gp-cover-wall > .gp-cover-tile,
.gp-cover-wall-home > .gp-cover-tile,
.gp-cover-wall-eight > .gp-cover-tile,
.post-type-archive-game .gp-cover-row > .gp-cover-card,
.search .gp-cover-row > .gp-cover-card,
.gp-finder-results > .gp-cover-card,
.gp-entity-game-grid > .gp-entity-game-card {
display: block !important;
width: 100% !important;
max-width: none !important;
break-inside: avoid !important;
-webkit-column-break-inside: avoid !important;
page-break-inside: avoid !important;
margin: 0 0 30px !important;
padding: 0 !important;
border: 0 !important;
background: transparent !important;
overflow: visible !important;
}
.gp-cover-image,
.gp-entity-game-cover {
display: block !important;
width: 100% !important;
aspect-ratio: auto !important;
height: auto !important;
background: transparent !important;
border: 0 !important;
overflow: visible !important;
border-radius: var(--gp-radius-sm) !important;
}
.gp-cover-image img,
.gp-cover-card img,
.gp-cover-tile img,
.gp-entity-game-cover img,
.gp-entity-game-card img {
display: block !important;
width: 100% !important;
max-width: 100% !important;
height: auto !important;
max-height: none !important;
aspect-ratio: auto !important;
object-fit: contain !important;
border: 0 !important;
border-radius: var(--gp-radius-sm) !important;
background: transparent !important;
box-shadow: none !important;
}
.gp-cover-tile:hover img,
.gp-cover-card:hover img,
.gp-entity-game-card:hover img {
transform: scale(1.035);
filter: brightness(1.06);
}
.gp-cover-tile.is-highlight .gp-cover-image,
.gp-cover-card.is-highlight .gp-cover-image,
.gp-entity-game-card.is-highlight .gp-entity-game-cover {
outline: 3px solid var(--gp-pink) !important;
outline-offset: 4px !important;
border-radius: var(--gp-radius-sm) !important;
}
.gp-cover-title { display: none; }
@media (max-width: 900px) {
.gp-cover-wall,
.gp-cover-wall-home,
.gp-cover-wall-eight,
.post-type-archive-game .gp-cover-row,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid {
columns: 3 180px !important;
column-gap: 22px !important;
}
.gp-cover-wall > .gp-cover-tile,
.gp-cover-wall-home > .gp-cover-tile,
.gp-cover-wall-eight > .gp-cover-tile,
.post-type-archive-game .gp-cover-row > .gp-cover-card,
.search .gp-cover-row > .gp-cover-card,
.gp-finder-results > .gp-cover-card,
.gp-entity-game-grid > .gp-entity-game-card { margin-bottom: 22px !important; }
}
@media (max-width: 560px) {
.gp-cover-wall,
.gp-cover-wall-home,
.gp-cover-wall-eight,
.post-type-archive-game .gp-cover-row,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid {
columns: 2 145px !important;
column-gap: 16px !important;
}
.gp-cover-wall > .gp-cover-tile,
.gp-cover-wall-home > .gp-cover-tile,
.gp-cover-wall-eight > .gp-cover-tile,
.post-type-archive-game .gp-cover-row > .gp-cover-card,
.search .gp-cover-row > .gp-cover-card,
.gp-finder-results > .gp-cover-card,
.gp-entity-game-grid > .gp-entity-game-card { margin-bottom: 16px !important; }
} .gp-home-more-wrap,
.gp-home-more,
.gp-load-sentinel,
.gp-finder-actions,
.gp-details-search{display:none!important;}
.gp-cover-wall-home,
.post-type-archive-game .gp-cover-row,
.archive .gp-cover-row,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid{
display:block!important;
columns:4!important;
column-count:4!important;
column-gap:30px!important;
grid-template-columns:none!important;
gap:0!important;
row-gap:0!important;
align-items:initial!important;
}
.gp-cover-wall-home .gp-cover-tile,
.post-type-archive-game .gp-cover-card,
.archive .gp-cover-card,
.search .gp-cover-card,
.gp-finder-results .gp-cover-card,
.gp-entity-game-card{
display:block!important;
width:100%!important;
max-width:none!important;
margin:0 0 30px!important;
padding:0!important;
background:transparent!important;
border:0!important;
box-shadow:none!important;
overflow:visible!important;
break-inside:avoid!important;
page-break-inside:avoid!important;
-webkit-column-break-inside:avoid!important;
position:relative!important;
}
.gp-cover-image,
.gp-cover-wall-home .gp-cover-image,
.gp-cover-card .gp-cover-image,
.gp-entity-game-cover,
.gp-entity-game-card .gp-cover-image{
display:block!important;
width:100%!important;
max-width:none!important;
height:auto!important;
overflow:hidden!important;
border-radius:12px!important;
background:transparent!important;
}
.gp-cover-image img,
.gp-cover-wall-home img,
.gp-cover-card img,
.gp-entity-game-card img{
display:block!important;
width:100%!important;
max-width:100%!important;
height:auto!important;
max-height:none!important;
object-fit:contain!important;
border-radius:12px!important;
}
.gp-cover-tile:hover img,
.gp-cover-card:hover img,
.gp-entity-game-card:hover img,
.gp-related-game-card:hover img{transform:scale(1.035);}
.gp-cover-image img,
.gp-related-game-cover img{transition:transform .22s ease;}
.gp-related-games-row{
display:grid!important;
grid-template-columns:repeat(6,minmax(0,1fr))!important;
gap:22px!important;
align-items:start!important;
}
.gp-related-games-row .gp-related-game-card{
display:block!important;
width:100%!important;
margin:0!important;
padding:0!important;
background:transparent!important;
border:0!important;
box-shadow:none!important;
align-self:start!important;
}
.gp-related-games-row .gp-related-game-cover{
display:block!important;
width:100%!important;
height:auto!important;
overflow:hidden!important;
border-radius:12px!important;
}
.gp-related-games-row .gp-related-game-cover img{
display:block!important;
width:100%!important;
height:auto!important;
max-height:none!important;
object-fit:contain!important;
border-radius:12px!important;
}
.gp-module-head-small .gp-text-link{display:none!important;}
@media(max-width:1050px){
.gp-cover-wall-home,
.post-type-archive-game .gp-cover-row,
.archive .gp-cover-row,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid{columns:3!important;column-count:3!important;column-gap:22px!important;}
.gp-cover-wall-home .gp-cover-tile,
.post-type-archive-game .gp-cover-card,
.archive .gp-cover-card,
.search .gp-cover-card,
.gp-finder-results .gp-cover-card,
.gp-entity-game-card{margin-bottom:22px!important;}
.gp-related-games-row{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;}
}
@media(max-width:720px){
.gp-cover-wall-home,
.post-type-archive-game .gp-cover-row,
.archive .gp-cover-row,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid{columns:2!important;column-count:2!important;column-gap:16px!important;}
.gp-cover-wall-home .gp-cover-tile,
.post-type-archive-game .gp-cover-card,
.archive .gp-cover-card,
.search .gp-cover-card,
.gp-finder-results .gp-cover-card,
.gp-entity-game-card{margin-bottom:16px!important;}
.gp-related-games-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;}
} .gp-testimonials-content{
display:grid;
gap:clamp(24px,4vw,48px);
}
.gp-testimonials-list{
display:grid;
gap:clamp(24px,4vw,42px);
}
.gp-testimonial-card{
display:grid;
grid-template-columns:minmax(210px,28%) minmax(0,1fr);
gap:clamp(24px,5vw,58px);
align-items:start;
padding:clamp(20px,4vw,42px);
border:1px solid var(--gp-border);
border-radius:var(--gp-radius);
background:var(--gp-surface);
}
.gp-testimonial-card--right .gp-testimonial-photo{
grid-column:2;
}
.gp-testimonial-card--right .gp-testimonial-body{
grid-column:1;
grid-row:1;
}
.gp-testimonial-photo-img,
.gp-testimonial-photo-placeholder{
display:block;
width:100%;
aspect-ratio:1/1;
border-radius:var(--gp-radius-sm);
background:var(--gp-surface-2);
}
.gp-testimonial-photo-img{
object-fit:cover;
}
.gp-testimonial-photo-placeholder{
display:grid;
place-items:center;
color:var(--gp-pink);
font-size:clamp(5rem,12vw,9rem);
line-height:1;
}
.gp-testimonial-person{
margin-bottom:clamp(20px,3vw,32px);
}
.gp-testimonial-person h2{
margin:0 0 6px;
font-size:clamp(2rem,4vw,3.4rem);
line-height:1;
letter-spacing:-.055em;
}
.gp-testimonial-person p{
margin:0;
color:var(--gp-muted);
font-size:1rem;
}
.gp-testimonial-company{
font-weight:600;
}
.gp-testimonial-company a{
color:var(--gp-pink);
}
.gp-testimonial-company + .gp-testimonial-credit{
margin-top:4px;
}
.gp-testimonial-quote{
margin:0;
}
.gp-testimonial-quote p{
margin:clamp(14px,2vw,22px) 0;
font-size:clamp(1.35rem,2.7vw,2.15rem);
line-height:1.35;
}
.gp-testimonial-quote-mark{
display:grid;
grid-template-columns:minmax(28px,1fr) auto minmax(28px,1fr);
gap:14px;
align-items:center;
color:var(--gp-pink);
}
.gp-testimonial-quote-mark i{
height:3px;
background:currentColor;
}
.gp-testimonial-quote-mark b{
font:inherit;
font-size:2rem;
font-weight:300;
line-height:.7;
}
.gp-testimonials-empty{
margin:0;
padding:24px;
border:1px solid var(--gp-border);
border-radius:var(--gp-radius);
color:var(--gp-muted);
background:var(--gp-surface);
}
@media(max-width:760px){
.gp-testimonial-card{
grid-template-columns:1fr;
padding:18px;
}
.gp-testimonial-card--right .gp-testimonial-photo,
.gp-testimonial-card--right .gp-testimonial-body{
grid-column:auto;
grid-row:auto;
}
} .gp-cover-wall,
.gp-cover-wall-home,
.post-type-archive-game .gp-cover-row,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid{
display:block!important;
width:100%!important;
column-count:4!important;
column-gap:30px!important;
columns:auto 4!important;
grid-template-columns:none!important;
gap:0!important;
row-gap:0!important;
align-items:normal!important;
}
.gp-cover-wall > .gp-cover-tile,
.gp-cover-wall-home > .gp-cover-tile,
.post-type-archive-game .gp-cover-row > .gp-cover-card,
.search .gp-cover-row > .gp-cover-card,
.gp-finder-results > .gp-cover-card,
.gp-entity-game-grid > .gp-entity-game-card{
display:inline-block!important;
vertical-align:top!important;
width:100%!important;
max-width:none!important;
margin:0 0 30px!important;
padding:0!important;
border:0!important;
background:transparent!important;
box-shadow:none!important;
overflow:visible!important;
break-inside:avoid!important;
-webkit-column-break-inside:avoid!important;
page-break-inside:avoid!important;
position:relative!important;
}
.gp-cover-image,
.gp-cover-wall-home .gp-cover-image,
.gp-cover-card .gp-cover-image,
.gp-entity-game-card .gp-cover-image{
display:block!important;
width:100%!important;
max-width:none!important;
height:auto!important;
min-height:0!important;
aspect-ratio:auto!important;
overflow:hidden!important;
border:0!important;
background:transparent!important;
border-radius:12px!important;
}
.gp-cover-image img,
.gp-cover-wall-home img,
.gp-cover-card img,
.gp-cover-tile img,
.gp-entity-game-card img{
display:block!important;
width:100%!important;
max-width:100%!important;
min-width:0!important;
height:auto!important;
min-height:0!important;
max-height:none!important;
aspect-ratio:auto!important;
object-fit:contain!important;
border:0!important;
border-radius:12px!important;
background:transparent!important;
box-shadow:none!important;
}
.gp-cover-title{display:none!important;}
.gp-home-more-wrap,.gp-home-more,.gp-load-sentinel{display:none!important;}
.gp-module-head-small .gp-text-link{display:none!important;}
.gp-cover-tile:hover img,
.gp-cover-card:hover img,
.gp-entity-game-card:hover img,
.gp-related-game-card:hover img{
transform:scale(1.035);
filter:brightness(1.06);
}
.gp-cover-image img,.gp-related-game-cover img{transition:transform .22s ease, filter .22s ease;} .gp-related-games-row{
display:grid!important;
grid-template-columns:repeat(6,minmax(0,1fr))!important;
gap:22px!important;
align-items:start!important;
}
.gp-related-games-row .gp-related-game-card{
display:block!important;
width:100%!important;
margin:0!important;
padding:0!important;
border:0!important;
background:transparent!important;
box-shadow:none!important;
overflow:visible!important;
align-self:start!important;
}
.gp-related-games-row .gp-related-game-cover{
display:block!important;
width:100%!important;
height:auto!important;
min-height:0!important;
aspect-ratio:auto!important;
overflow:hidden!important;
border-radius:12px!important;
background:transparent!important;
}
.gp-related-games-row .gp-related-game-cover img{
display:block!important;
width:100%!important;
height:auto!important;
max-height:none!important;
object-fit:contain!important;
border-radius:12px!important;
}
@media(max-width:1050px){
.gp-cover-wall,.gp-cover-wall-home,.post-type-archive-game .gp-cover-row,.search .gp-cover-row,.gp-finder-results,.gp-entity-game-grid{column-count:3!important;column-gap:22px!important;columns:auto 3!important;}
.gp-cover-wall > .gp-cover-tile,.gp-cover-wall-home > .gp-cover-tile,.post-type-archive-game .gp-cover-row > .gp-cover-card,.search .gp-cover-row > .gp-cover-card,.gp-finder-results > .gp-cover-card,.gp-entity-game-grid > .gp-entity-game-card{margin-bottom:22px!important;}
.gp-related-games-row{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;}
}
@media(max-width:720px){
.gp-cover-wall,.gp-cover-wall-home,.post-type-archive-game .gp-cover-row,.search .gp-cover-row,.gp-finder-results,.gp-entity-game-grid{column-count:2!important;column-gap:16px!important;columns:auto 2!important;}
.gp-cover-wall > .gp-cover-tile,.gp-cover-wall-home > .gp-cover-tile,.post-type-archive-game .gp-cover-row > .gp-cover-card,.search .gp-cover-row > .gp-cover-card,.gp-finder-results > .gp-cover-card,.gp-entity-game-grid > .gp-entity-game-card{margin-bottom:16px!important;}
.gp-related-games-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;}
} .gp-cover-wall,
.gp-cover-wall-home,
.gp-cover-wall-eight,
.post-type-archive-game .gp-cover-row,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid{
display:block!important;
grid-template-columns:none!important;
flex-wrap:initial!important;
align-items:initial!important;
gap:0!important;
row-gap:0!important;
column-count:4!important;
column-width:auto!important;
column-gap:30px!important;
columns:auto!important;
}
.gp-cover-wall > .gp-cover-tile,
.gp-cover-wall-home > .gp-cover-tile,
.gp-cover-wall-eight > .gp-cover-tile,
.post-type-archive-game .gp-cover-row > .gp-cover-card,
.search .gp-cover-row > .gp-cover-card,
.gp-finder-results > .gp-cover-card,
.gp-entity-game-grid > .gp-entity-game-card{
display:inline-block!important;
width:100%!important;
max-width:none!important;
min-width:0!important;
margin:0 0 30px!important;
padding:0!important;
border:0!important;
background:transparent!important;
box-shadow:none!important;
break-inside:avoid!important;
-webkit-column-break-inside:avoid!important;
page-break-inside:avoid!important;
vertical-align:top!important;
overflow:visible!important;
}
.gp-cover-wall .gp-cover-image,
.gp-cover-wall-home .gp-cover-image,
.gp-cover-wall-eight .gp-cover-image,
.post-type-archive-game .gp-cover-row .gp-cover-image,
.search .gp-cover-row .gp-cover-image,
.gp-finder-results .gp-cover-image,
.gp-entity-game-grid .gp-cover-image{
display:block!important;
width:100%!important;
height:auto!important;
min-height:0!important;
max-height:none!important;
aspect-ratio:auto!important;
padding:0!important;
margin:0!important;
border:0!important;
background:transparent!important;
box-shadow:none!important;
overflow:hidden!important;
border-radius:12px!important;
}
.gp-cover-wall img,
.gp-cover-wall-home img,
.gp-cover-wall-eight img,
.post-type-archive-game .gp-cover-row img,
.search .gp-cover-row img,
.gp-finder-results img,
.gp-entity-game-grid img{
display:block!important;
width:100%!important;
max-width:100%!important;
height:auto!important;
min-height:0!important;
max-height:none!important;
object-fit:contain!important;
border-radius:12px!important;
box-shadow:none!important;
}
.gp-cover-title{display:none!important;}
.gp-home-more-wrap,.gp-home-more,.gp-load-sentinel{display:none!important;}
.gp-module-head-small .gp-text-link{display:none!important;}
@media(max-width:1050px){
.gp-cover-wall,
.gp-cover-wall-home,
.gp-cover-wall-eight,
.post-type-archive-game .gp-cover-row,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid{
column-count:3!important;
column-gap:24px!important;
}
.gp-cover-wall > .gp-cover-tile,
.gp-cover-wall-home > .gp-cover-tile,
.gp-cover-wall-eight > .gp-cover-tile,
.post-type-archive-game .gp-cover-row > .gp-cover-card,
.search .gp-cover-row > .gp-cover-card,
.gp-finder-results > .gp-cover-card,
.gp-entity-game-grid > .gp-entity-game-card{
margin-bottom:24px!important;
}
}
@media(max-width:720px){
.gp-cover-wall,
.gp-cover-wall-home,
.gp-cover-wall-eight,
.post-type-archive-game .gp-cover-row,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid{
column-count:2!important;
column-gap:18px!important;
}
.gp-cover-wall > .gp-cover-tile,
.gp-cover-wall-home > .gp-cover-tile,
.gp-cover-wall-eight > .gp-cover-tile,
.post-type-archive-game .gp-cover-row > .gp-cover-card,
.search .gp-cover-row > .gp-cover-card,
.gp-finder-results > .gp-cover-card,
.gp-entity-game-grid > .gp-entity-game-card{
margin-bottom:18px!important;
}
}
@media(max-width:430px){
.gp-cover-wall,
.gp-cover-wall-home,
.gp-cover-wall-eight,
.post-type-archive-game .gp-cover-row,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid{
column-count:1!important;
}
} .gp-cover-wall,
.gp-cover-wall-home,
.gp-cover-wall-eight,
.post-type-archive-game .gp-cover-row,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid{
display:block!important;
width:100%!important;
max-width:100%!important;
grid-template-columns:none!important;
grid-auto-flow:initial!important;
flex-direction:initial!important;
flex-wrap:initial!important;
gap:0!important;
row-gap:0!important;
column-count:4!important;
-webkit-column-count:4!important;
column-width:auto!important;
-webkit-column-width:auto!important;
column-gap:30px!important;
-webkit-column-gap:30px!important;
column-fill:balance!important;
-webkit-column-fill:balance!important;
}
.gp-cover-wall > .gp-cover-tile,
.gp-cover-wall-home > .gp-cover-tile,
.gp-cover-wall-eight > .gp-cover-tile,
.post-type-archive-game .gp-cover-row > .gp-cover-card,
.search .gp-cover-row > .gp-cover-card,
.gp-finder-results > .gp-cover-card,
.gp-entity-game-grid > .gp-entity-game-card{
display:inline-block!important;
width:100%!important;
max-width:none!important;
margin:0 0 30px!important;
padding:0!important;
border:0!important;
background:transparent!important;
box-shadow:none!important;
vertical-align:top!important;
break-inside:avoid!important;
-webkit-column-break-inside:avoid!important;
page-break-inside:avoid!important;
}
.gp-cover-wall .gp-cover-image,
.gp-cover-wall-home .gp-cover-image,
.gp-cover-wall-eight .gp-cover-image,
.post-type-archive-game .gp-cover-row .gp-cover-image,
.search .gp-cover-row .gp-cover-image,
.gp-finder-results .gp-cover-image,
.gp-entity-game-grid .gp-cover-image{
display:block!important;
width:100%!important;
height:auto!important;
aspect-ratio:auto!important;
min-height:0!important;
max-height:none!important;
border:0!important;
background:transparent!important;
overflow:hidden!important;
border-radius:12px!important;
}
.gp-cover-wall img,
.gp-cover-wall-home img,
.gp-cover-wall-eight img,
.post-type-archive-game .gp-cover-row img,
.search .gp-cover-row img,
.gp-finder-results img,
.gp-entity-game-grid img{
display:block!important;
width:100%!important;
max-width:100%!important;
height:auto!important;
min-height:0!important;
max-height:none!important;
object-fit:contain!important;
border-radius:12px!important;
} .gp-cover-wall-home{
column-count:4!important;
-webkit-column-count:4!important;
column-gap:30px!important;
-webkit-column-gap:30px!important;
}
.gp-cover-wall-home .gp-cover-title,
.gp-home-more-wrap,
.gp-home-more,
.gp-load-sentinel{
display:none!important;
}
@media(max-width:1050px){
.gp-cover-wall,
.gp-cover-wall-home,
.gp-cover-wall-eight,
.post-type-archive-game .gp-cover-row,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid{
column-count:3!important;
-webkit-column-count:3!important;
column-gap:24px!important;
-webkit-column-gap:24px!important;
}
.gp-cover-wall > .gp-cover-tile,
.gp-cover-wall-home > .gp-cover-tile,
.gp-cover-wall-eight > .gp-cover-tile,
.post-type-archive-game .gp-cover-row > .gp-cover-card,
.search .gp-cover-row > .gp-cover-card,
.gp-finder-results > .gp-cover-card,
.gp-entity-game-grid > .gp-entity-game-card{
margin-bottom:24px!important;
}
}
@media(max-width:720px){
.gp-cover-wall,
.gp-cover-wall-home,
.gp-cover-wall-eight,
.post-type-archive-game .gp-cover-row,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid{
column-count:2!important;
-webkit-column-count:2!important;
column-gap:18px!important;
-webkit-column-gap:18px!important;
}
.gp-cover-wall > .gp-cover-tile,
.gp-cover-wall-home > .gp-cover-tile,
.gp-cover-wall-eight > .gp-cover-tile,
.post-type-archive-game .gp-cover-row > .gp-cover-card,
.search .gp-cover-row > .gp-cover-card,
.gp-finder-results > .gp-cover-card,
.gp-entity-game-grid > .gp-entity-game-card{
margin-bottom:18px!important;
}
}
@media(max-width:430px){
.gp-cover-wall,
.gp-cover-wall-home,
.gp-cover-wall-eight,
.post-type-archive-game .gp-cover-row,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid{
column-count:1!important;
-webkit-column-count:1!important;
}
} .gp-pagination{
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:center;
gap:10px;
margin:42px 0 0;
}
.gp-pagination .page-numbers{
display:inline-flex;
align-items:center;
justify-content:center;
min-width:42px;
height:42px;
padding:0 14px;
border:1px solid var(--gp-border);
border-radius:12px;
color:var(--gp-text);
text-decoration:none;
font-weight:900;
font-style:normal;
text-transform:uppercase;
line-height:1;
}
.gp-pagination .page-numbers.current,
.gp-pagination .page-numbers:hover{
border-color:var(--gp-pink);
background:var(--gp-pink);
color:#fff;
}
.gp-cover-wall-home,
.post-type-archive-game .gp-cover-row,
.archive .gp-cover-row,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid{
column-gap:30px!important;
-webkit-column-gap:30px!important;
}
.gp-cover-wall-home > .gp-cover-tile,
.post-type-archive-game .gp-cover-row > .gp-cover-card,
.archive .gp-cover-row > .gp-cover-card,
.search .gp-cover-row > .gp-cover-card,
.gp-finder-results > .gp-cover-card,
.gp-entity-game-grid > .gp-entity-game-card{
margin-bottom:30px!important;
} .gp-home-livestreams{background:#0B141C;}
.gp-livestream-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.gp-livestream-card{position:relative;display:block;padding:22px;border:1px solid var(--gp-border);border-radius:var(--gp-radius-sm);background:#09090b;color:var(--gp-text);text-decoration:none;transition:border-color .18s ease,transform .18s ease,background .18s ease;}
.gp-livestream-card:hover{border-color:var(--gp-pink);transform:translateY(-2px);background:#111116;color:var(--gp-text);}
.gp-livestream-card strong{display:block;font-family:var(--gp-headline);font-weight:900;font-style:normal;text-transform:uppercase;font-size:clamp(1.45rem,3vw,2.8rem);line-height:.95;letter-spacing:0;margin:8px 0 10px;}
.gp-livestream-card span{display:block;color:var(--gp-muted);font-weight:700;}
.gp-livestream-date{color:var(--gp-pink);font-weight:900;text-transform:uppercase;font-size:.84rem;}
.gp-livestream-card.is-live{border-color:var(--gp-pink);outline:2px solid var(--gp-pink);outline-offset:4px;}
.gp-live-badge{position:absolute;right:18px;top:18px;background:var(--gp-pink);color:#fff;padding:7px 10px;border-radius:999px;font-size:.72rem;line-height:1;animation:gpLiveBlink 1.1s infinite;font-weight:950;}
@keyframes gpLiveBlink{0%,100%{opacity:1}50%{opacity:.25}}
.gp-credit-more{display:inline;}
.gp-credit-more summary{display:inline;cursor:pointer;color:var(--gp-pink);font-weight:900;margin-left:.35rem;list-style:none;}
.gp-credit-more summary::-webkit-details-marker{display:none;}
.gp-credit-more-list{display:inline;}
.gp-credit-more-list a,.gp-credit-more-list span{margin-left:.35rem;}
@media(max-width:760px){.gp-livestream-list{grid-template-columns:1fr}.gp-livestream-card{padding:18px}} .gp-home-livestreams{background:#0B141C;overflow:hidden;}
.gp-livestream-carousel{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:18px;align-items:center;}
.gp-livestream-viewport{overflow:hidden;width:100%;touch-action:pan-y;}
.gp-livestream-track{display:flex;transition:transform .28s ease;will-change:transform;}
.gp-livestream-page{min-width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.gp-livestream-nav{appearance:none;border:1px solid var(--gp-border);background:#111116;color:var(--gp-text);border-radius:999px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:26px;line-height:1;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease;}
.gp-livestream-nav:hover{border-color:var(--gp-pink);background:var(--gp-pink);color:#fff;}
.gp-livestream-nav[disabled]{opacity:.25;cursor:default;pointer-events:none;}
.gp-livestream-card{height:100%;position:relative;display:flex;flex-direction:column;gap:10px;padding:18px;border:1px solid var(--gp-border);border-radius:var(--gp-radius-sm);background:#09090b;color:var(--gp-text);text-decoration:none;transition:border-color .18s ease,transform .18s ease,background .18s ease;}
.gp-livestream-card:hover{border-color:var(--gp-pink);transform:translateY(-2px);background:#111116;color:var(--gp-text);}
.gp-livestream-image{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;border-radius:calc(var(--gp-radius-sm) - 2px);background:#15151b;margin:-2px -2px 8px;}
.gp-livestream-image img{display:block;width:100%;height:100%;object-fit:cover;}
.gp-livestream-card strong{display:block;font-family:var(--gp-headline);font-weight:900;font-style:normal;text-transform:uppercase;font-size:clamp(1.15rem,2vw,1.8rem);line-height:.98;letter-spacing:0;margin:0;}
.gp-livestream-card span{display:block;color:var(--gp-muted);font-weight:700;}
.gp-livestream-date{color:var(--gp-pink);font-weight:900;text-transform:uppercase;font-size:.8rem;line-height:1.25;}
.gp-livestream-card.is-live{border-color:var(--gp-pink);outline:2px solid var(--gp-pink);outline-offset:4px;}
.gp-live-badge{position:absolute;right:14px;top:14px;background:var(--gp-pink);color:#fff;padding:7px 10px;border-radius:999px;font-size:.72rem;line-height:1;animation:gpLiveBlink 1.1s infinite;font-weight:950;z-index:2;}
@keyframes gpLiveBlink{0%,100%{opacity:1}50%{opacity:.25}}
@media(max-width:980px){.gp-livestream-carousel{grid-template-columns:38px minmax(0,1fr) 38px;gap:12px}.gp-livestream-page{grid-template-columns:repeat(2,minmax(0,1fr));}.gp-livestream-nav{width:38px;height:38px;font-size:22px}}
@media(max-width:580px){.gp-livestream-carousel{grid-template-columns:1fr}.gp-livestream-nav{display:none}.gp-livestream-page{grid-template-columns:1fr}.gp-livestream-card{padding:16px}} .footer-inner{
display:flex;
align-items:center;
justify-content:space-between;
gap:22px;
flex-wrap:wrap;
}
.footer-social{
display:flex;
align-items:center;
gap:10px;
}
.footer-social a{
display:inline-flex;
align-items:center;
justify-content:center;
min-width:34px;
height:34px;
padding:0 8px;
border:1px solid var(--gp-border);
border-radius:999px;
color:var(--gp-text);
background:transparent;
font-weight:900;
font-size:.72rem;
line-height:1;
text-decoration:none;
letter-spacing:.02em;
}
.footer-social a:hover,
.footer-social a:focus{
border-color:var(--gp-pink);
color:var(--gp-pink);
}
@media(max-width:760px){
.footer-inner{align-items:flex-start; flex-direction:column;}
.footer-social{order:2;}
.footer-navigation{order:3;}
} @media(max-width:760px){
.gp-cover-wall-home{
column-count:2!important;
columns:2!important;
column-gap:16px!important;
}
.gp-cover-wall-home > .gp-cover-tile{
break-inside:avoid!important;
display:block!important;
margin:0 0 16px!important;
width:100%!important;
}
}
@media(max-width:420px){
.gp-cover-wall-home{
column-count:2!important;
columns:2!important;
column-gap:14px!important;
}
.gp-cover-wall-home > .gp-cover-tile{margin-bottom:14px!important;}
} .footer-social a{
width:38px;
min-width:38px;
height:38px;
padding:0;
overflow:hidden;
}
.footer-social img,
.footer-social svg{
width:22px;
height:22px;
display:block;
}
.footer-social .gp-social-icon-img{object-fit:contain;}
.footer-social .gp-social-fallback circle{fill:transparent;stroke:currentColor;stroke-width:4;}
.footer-social .gp-social-fallback text{fill:currentColor;font-size:16px;font-weight:900;font-family:Arial,sans-serif;dominant-baseline:middle;} .footer-social a{
padding:0!important;
}
.footer-social img,
.footer-social svg{
width:100%!important;
height:100%!important;
display:block!important;
}
.footer-social .gp-social-icon-img{
object-fit:cover!important;
} .site-header{
position:sticky!important;
top:0!important;
z-index:1000!important;
background:rgba(11,20,28,.96)!important;
backdrop-filter:saturate(140%) blur(10px);
}
body.admin-bar .site-header{top:32px!important;}
@media(max-width:782px){body.admin-bar .site-header{top:46px!important;}}
.header-inner{align-items:center!important;}
.gp-header-right{flex:1 1 auto!important;justify-content:flex-end!important;}
.main-navigation{margin-left:auto!important;}
.gp-credit-more[open] > summary{display:none!important;}
.gp-credit-more-list{display:inline!important;}
.gp-credit-more-list a,.gp-credit-more-list span{display:inline!important;margin-left:.35rem!important;}
.gp-credit-row a,.gp-credit-row span{white-space:normal;}
.footer-social a{padding:0!important;}
.footer-social img,.footer-social svg{width:100%!important;height:100%!important;display:block!important;}
.footer-social .gp-social-icon-img{object-fit:cover!important;}  .gp-cover-wall-home.gp-cover-masonry-cols{
display:grid!important;
grid-template-columns:repeat(4,minmax(0,1fr))!important;
column-count:auto!important;
-webkit-column-count:auto!important;
columns:auto!important;
column-gap:0!important;
-webkit-column-gap:0!important;
gap:30px!important;
align-items:start!important;
}
.gp-cover-wall-home.gp-cover-masonry-cols .gp-cover-masonry-col{
display:flex!important;
flex-direction:column!important;
gap:30px!important;
min-width:0!important;
}
.gp-cover-wall-home.gp-cover-masonry-cols > .gp-cover-tile{
display:none!important;
}
.gp-cover-wall-home.gp-cover-masonry-cols .gp-cover-tile{
display:block!important;
width:100%!important;
margin:0!important;
break-inside:auto!important;
-webkit-column-break-inside:auto!important;
max-width:none!important;
}
@media(max-width:1050px){
.gp-cover-wall-home.gp-cover-masonry-cols{
grid-template-columns:repeat(3,minmax(0,1fr))!important;
gap:24px!important;
}
.gp-cover-wall-home.gp-cover-masonry-cols .gp-cover-masonry-col{gap:24px!important;}
}
@media(max-width:760px){
.gp-cover-wall-home.gp-cover-masonry-cols{
grid-template-columns:repeat(2,minmax(0,1fr))!important;
gap:16px!important;
}
.gp-cover-wall-home.gp-cover-masonry-cols .gp-cover-masonry-col{gap:16px!important;}
}
@media(max-width:420px){
.gp-cover-wall-home.gp-cover-masonry-cols{
grid-template-columns:repeat(2,minmax(0,1fr))!important;
gap:14px!important;
}
.gp-cover-wall-home.gp-cover-masonry-cols .gp-cover-masonry-col{gap:14px!important;}
} .footer-social a{
width:30px!important;
min-width:30px!important;
height:30px!important;
padding:0!important;
overflow:hidden!important;
}
.footer-social img,
.footer-social svg{
width:100%!important;
height:100%!important;
display:block!important;
}
.footer-social .gp-social-icon-img{object-fit:cover!important;}
.gp-social-icon,.gp-social-icon img{width:30px;height:30px;padding:0;} .gp-show-block{margin:clamp(42px,6vw,82px) 0;}
.gp-show-block h2{margin-bottom:24px;}
.gp-home-shows{padding-top:0;}
.gp-show-video-page{align-items:start;}
.gp-show-video-card{display:block;position:relative;overflow:hidden;border:2px solid transparent;border-radius:var(--gp-radius-sm);background:transparent;text-decoration:none;transition:border-color .18s ease,transform .18s ease;}
.gp-show-video-card:hover{border-color:var(--gp-pink);transform:translateY(-2px);}
.gp-show-video-image{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:calc(var(--gp-radius-sm) - 2px);background:#15151b;}
.gp-show-video-image img{display:block;width:100%;height:100%;object-fit:cover;}
@media(max-width:580px){.gp-show-video-page{grid-template-columns:1fr!important;}} .gp-static-content.entry-content > .gp-show-block,
.entry-content > .gp-show-block,
.gp-static-content.entry-content > .gp-partner-section,
.entry-content > .gp-partner-section,
.gp-static-content.entry-content > .gp-partner-wall,
.entry-content > .gp-partner-wall{
width:100%!important;
max-width:none!important;
margin-inline-start:0!important;
margin-inline-end:0!important;
}
.gp-show-block{margin:clamp(24px,3vw,42px) 0!important;}
.gp-show-block + .gp-show-block{margin-top:clamp(26px,3.5vw,48px)!important;}
.gp-show-block h2{margin-bottom:14px!important;}
.gp-home-shows,.gp-home-livestreams{padding-top:clamp(28px,4vw,52px)!important;padding-bottom:clamp(28px,4vw,52px)!important;}
.gp-partner-section{margin:clamp(28px,4vw,56px) 0!important;padding:0!important;}
.gp-partner-section + .gp-partner-section{margin-top:clamp(26px,3vw,44px)!important;}
.gp-partner-section h2{margin:0 0 18px!important;}
.gp-partner-wall{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:center;}
.gp-partner-logo{display:flex;align-items:center;justify-content:center;min-height:96px;padding:18px;border:1px solid var(--gp-border);border-radius:var(--gp-radius-sm);background:#0d0d10;transition:border-color .18s ease,transform .18s ease;background .18s ease;color:var(--gp-text);text-align:center;font-weight:900;}
.gp-partner-logo:hover{border-color:var(--gp-pink);transform:translateY(-2px);background:#111116;color:var(--gp-pink);}
.gp-partner-logo img{display:block;max-width:100%;max-height:70px;width:auto;height:auto;object-fit:contain;}
.gp-partner-logo span{line-height:1.1;}
@media(max-width:980px){.gp-partner-wall{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.gp-partner-logo{min-height:86px;padding:14px}.gp-partner-logo img{max-height:62px}}
@media(max-width:580px){.gp-partner-wall{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.gp-partner-logo{min-height:76px;padding:12px}.gp-partner-logo img{max-height:54px}} .gp-partner-logo{
padding:0!important;
overflow:hidden;
}
.gp-partner-logo img{
width:100%!important;
height:100%!important;
max-width:100%!important;
max-height:100%!important;
object-fit:contain!important;
display:block!important;
}
@media(max-width:760px){
h1,.entry-title,.gp-static-hero .entry-title,.gp-game-title,.gp-claim,.gp-finder-hero h1,.gp-entity-simple-title{
font-size:clamp(1.55rem,8vw,32px)!important;
line-height:.98!important;
}
h2,.gp-section h2,.gp-module-head h2,.gp-related-games-panel h2,.gp-finder-results-head h2,.gp-panel h2,.gp-show-block h2,.gp-partner-section h2{
font-size:clamp(1.2rem,5.5vw,22px)!important;
line-height:1.02!important;
}
} @media (max-width: 760px) { .gp-cover-wall,
.gp-cover-wall-home,
.gp-cover-wall-eight,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid,
.gp-related-games-grid.random-line {
column-count: 2 !important;
columns: 2 !important;
column-gap: 14px !important;
display: block !important;
}
.gp-cover-wall > .gp-cover-tile,
.gp-cover-wall-home > .gp-cover-tile,
.gp-cover-wall-eight > .gp-cover-tile,
.search .gp-cover-card,
.gp-finder-results .gp-cover-card,
.gp-entity-game-card,
.gp-related-game-card {
break-inside: avoid !important;
-webkit-column-break-inside: avoid !important;
display: block !important;
margin: 0 0 14px !important;
width: 100% !important;
} .gp-cover-wall-home.gp-cover-masonry-cols {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 14px !important;
column-count: auto !important;
columns: auto !important;
}
.gp-cover-wall-home.gp-cover-masonry-cols .gp-cover-masonry-col {
gap: 14px !important;
} .gp-video-grid,
.gp-show-video-page,
.gp-livestream-page {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 14px !important;
} .gp-video-list-large {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 14px !important;
}
.gp-video-row-card {
display: block !important;
border-radius: var(--gp-radius-sm) !important;
}
.gp-video-row-info {
display: none !important;
}
.gp-video-row-thumb {
aspect-ratio: 16 / 9 !important;
} .gp-livestream-carousel {
display: grid !important;
grid-template-columns: 32px minmax(0, 1fr) 32px !important;
gap: 8px !important;
}
.gp-livestream-nav {
display: flex !important;
width: 32px !important;
height: 32px !important;
min-width: 32px !important;
font-size: 20px !important;
padding: 0 !important;
}
.gp-livestream-card {
padding: 10px !important;
}
.gp-livestream-card strong,
.gp-livestream-card span:not(.gp-livestream-image),
.gp-livestream-date {
font-size: .78rem !important;
line-height: 1.15 !important;
}
}
@media (max-width: 420px) {
.gp-cover-wall,
.gp-cover-wall-home,
.gp-cover-wall-eight,
.search .gp-cover-row,
.gp-finder-results,
.gp-entity-game-grid,
.gp-related-games-grid.random-line {
column-count: 2 !important;
columns: 2 !important;
column-gap: 12px !important;
}
.gp-cover-wall > .gp-cover-tile,
.gp-cover-wall-home > .gp-cover-tile,
.gp-cover-wall-eight > .gp-cover-tile,
.search .gp-cover-card,
.gp-finder-results .gp-cover-card,
.gp-entity-game-card,
.gp-related-game-card {
margin-bottom: 12px !important;
}
.gp-video-grid,
.gp-video-list-large,
.gp-show-video-page,
.gp-livestream-page {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 12px !important;
}
}  body.admin-bar #wpadminbar{
position:fixed!important;
top:0!important;
left:0!important;
right:0!important;
z-index:100000!important;
}
body.admin-bar .site-header{top:32px!important;}
@media(max-width:782px){body.admin-bar .site-header{top:46px!important;}} .gp-credit-row,
.gp-credits-inline .gp-credit-row{
width:100%!important;
max-width:none!important;
display:flex!important;
align-items:flex-start!important;
justify-content:flex-start!important;
text-align:left!important;
margin-left:0!important;
margin-right:0!important;
}
.gp-credit-row > div,
.gp-credits-inline .gp-credit-row > div{
flex:1 1 auto!important;
min-width:0!important;
text-align:left!important;
}
.gp-credit-icon{flex:0 0 auto!important;} @media(max-width:760px){
h2,
.gp-module-head h2,
.gp-section h2,
.gp-show-block h2,
.gp-partner-section h2,
.gp-related-games-panel h2,
.gp-finder-results-head h2,
.gp-panel h2{
text-align:left!important;
margin-left:0!important;
margin-right:0!important;
}
} .gp-partner-wall{
grid-template-columns:repeat(8,minmax(0,1fr))!important;
gap:16px!important;
}
.gp-partner-logo{
padding:0!important;
overflow:hidden!important;
}
.gp-partner-logo img{
width:100%!important;
height:100%!important;
max-width:100%!important;
max-height:100%!important;
object-fit:contain!important;
}
@media(max-width:980px){
.gp-partner-wall{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important;}
}
@media(max-width:580px){
.gp-partner-wall{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;}
.gp-partner-logo{min-height:54px!important;}
} @media(max-width:760px){
.gp-video-list-large,
.gp-video-row,
.gp-game-videos .gp-video-list-large,
.gp-game-videos .gp-video-row{
display:grid!important;
grid-template-columns:1fr!important;
gap:16px!important;
}
.gp-video-row-card{
display:grid!important;
grid-template-columns:1fr!important;
gap:0!important;
width:100%!important;
}
.gp-video-row-card .gp-video-row-info,
.gp-video-row-info{
display:block!important;
padding:14px!important;
}
.gp-video-row-thumb{aspect-ratio:16/9!important;}
} .gp-game-detail-flow .gp-credits-panel,.gp-game-detail-flow .gp-credits-inline{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;align-items:stretch!important;text-align:left!important;}
.gp-game-detail-flow .gp-credit-row{width:100%!important;justify-content:flex-start!important;align-items:flex-start!important;text-align:left!important;}
.gp-game-detail-flow .gp-credit-row>div{flex:1 1 auto!important;text-align:left!important;justify-content:flex-start!important;} .gp-menu-live-button{
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
min-height:38px!important;
padding:0 14px!important;
background:var(--gp-pink)!important;
color:#fff!important;
border:1px solid var(--gp-pink)!important;
border-radius:var(--gp-radius-sm)!important;
font-weight:950!important;
text-transform:uppercase!important;
text-decoration:none!important;
animation:gp-live-pulse 1s infinite alternate!important;
}
@keyframes gp-live-pulse{from{opacity:1;box-shadow:0 0 0 0 rgba(255,0,125,.0)}to{opacity:.68;box-shadow:0 0 0 5px rgba(255,0,125,.18)}} @media(max-width:1050px){
.gp-header-right.is-open .gp-header-search{
display:flex!important;
width:100%!important;
max-width:none!important;
min-width:0!important;
order:50!important;
}
.gp-header-right.is-open .gp-header-search input{width:100%!important;}
.gp-menu-live-button{align-self:flex-start!important;margin:0 0 8px!important;}
} h1,h2,h3,h4,h5,h6,
.entry-title,.gp-game-title,.gp-claim,
.gp-module-head,.gp-module-head h2,
.gp-show-block h2,.gp-partner-section h2,
.gp-related-games-panel h2,.gp-finder-results-head h2,.gp-panel h2{
text-align:left!important;
}
.gp-module-head{justify-content:flex-start!important;}
.gp-module-head>div{width:100%!important;text-align:left!important;}
@media(max-width:760px){
h1,h2,h3,h4,h5,h6,
.entry-title,.gp-game-title,.gp-claim,
.gp-module-head h2,.gp-section h2,.gp-show-block h2,.gp-partner-section h2,
.gp-related-games-panel h2,.gp-finder-results-head h2,.gp-panel h2{
text-align:left!important;
margin-left:0!important;
margin-right:0!important;
}
.gp-home-releases .gp-module-head h2{
font-size:clamp(2rem,11vw,44px)!important;
line-height:.98!important;
}
} @media(max-width:760px){
.gp-game-videos .gp-video-row,
.gp-game-videos .gp-video-list-large{
display:grid!important;
grid-template-columns:1fr!important;
}
.gp-game-videos .gp-video-row-card{
display:grid!important;
grid-template-columns:1fr!important;
width:100%!important;
}
} .gp-game-videos .gp-video-row-thumb{
aspect-ratio:16/9!important;
background:#000!important;
}
.gp-game-videos .gp-video-row-thumb img{
width:100%!important;
height:100%!important;
object-fit:contain!important;
background:#000!important;
} .gp-home-game-highlight{padding-top:clamp(28px,4vw,46px);}
.gp-game-highlight-card{
display:grid;
grid-template-columns:minmax(220px, 360px) minmax(0,1fr);
gap:clamp(20px,4vw,42px);
align-items:start;
}
.gp-game-highlight-cover{
display:block;
border-radius:var(--gp-radius-sm);
overflow:hidden;
background:transparent;
transition:transform .18s ease, box-shadow .18s ease;
}
.gp-game-highlight-cover:hover{
transform:translateY(-2px);
box-shadow:0 0 0 2px var(--gp-pink);
}
.gp-game-highlight-cover img{
display:block;
width:100%;
height:auto;
border-radius:var(--gp-radius-sm);
}
.gp-game-highlight-info .gp-game-meta-strip{
margin-top:0;
grid-template-columns:repeat(5,minmax(0,1fr));
}
.gp-game-highlight-info .gp-credits-panel{
margin-top:18px;
width:100%;
max-width:none;
text-align:left;
justify-items:stretch;
}
.gp-game-highlight-info .gp-credit-row{
width:100%;
text-align:left;
justify-content:start;
}
@media (max-width:760px){
.gp-game-highlight-card{grid-template-columns:1fr;}
.gp-game-highlight-cover{width:100%;}
.gp-game-highlight-info .gp-game-meta-strip{
grid-template-columns:repeat(5,minmax(0,1fr))!important;
gap:6px;
}
.gp-game-highlight-info .gp-game-meta-strip div{
padding:9px 5px;
min-width:0;
text-align:center;
}
.gp-game-highlight-info .gp-game-meta-strip strong{
font-size:.78rem;
line-height:1.1;
overflow-wrap:anywhere;
}
.gp-game-highlight-info .gp-meta-icon{font-size:1.05rem;}
} .gp-stats-page{
display:flex;
flex-direction:column;
gap:clamp(28px,5vw,56px);
width:100%;
}
.gp-stats-section{
width:100%;
}
.gp-stats-section-head{
display:flex;
flex-wrap:wrap;
align-items:baseline;
justify-content:flex-start;
gap:10px 14px;
margin-bottom:18px;
text-align:left;
}
.gp-stats-section-head h2{
margin:0!important;
text-align:left!important;
}
.gp-stats-section-head h2 a{
color:inherit;
text-decoration:none;
}
.gp-stats-section-head h2 a:hover{
color:var(--gp-pink);
}
.gp-stats-badge,
.gp-stats-source{
display:inline-flex;
align-items:center;
min-height:24px;
padding:4px 9px;
border:1px solid var(--gp-border);
border-radius:999px;
color:var(--gp-muted);
font-size:.72rem;
line-height:1;
text-transform:uppercase;
letter-spacing:.08em;
}
.gp-stats-badge{
color:var(--gp-pink);
border-color:rgba(255,45,168,.45);
}
.gp-stats-source{
text-transform:none;
letter-spacing:0;
font-size:.78rem;
}
.gp-stats-grid{
display:grid;
grid-template-columns:repeat(5,minmax(0,1fr));
gap:12px;
width:100%;
}
.gp-stat-card{
display:flex;
flex-direction:column;
justify-content:center;
min-height:86px;
padding:18px 18px 16px;
border:1px solid var(--gp-border);
border-radius:var(--gp-radius-sm);
background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));
transition:border-color .18s ease, transform .18s ease;
}
.gp-stat-card:hover{
border-color:var(--gp-pink);
transform:translateY(-1px);
}
.gp-stat-label{
order:1;
display:block;
color:var(--gp-muted);
font-size:.72rem;
font-weight:800;
line-height:1.15;
letter-spacing:.08em;
text-transform:uppercase;
}
.gp-stat-value{
order:2;
display:block;
margin-top:6px;
color:var(--gp-text);
font-size:clamp(1.55rem,3vw,2.05rem);
line-height:1;
font-weight:900;
letter-spacing:.01em;
}
@media(max-width:1100px){
.gp-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
}
@media(max-width:760px){
.gp-stats-page{gap:32px;}
.gp-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.gp-stat-card{min-height:78px;padding:14px 13px;}
.gp-stat-label{font-size:.62rem;}
.gp-stat-value{font-size:clamp(1.28rem,7vw,1.72rem);}
} .gp-stat-value[data-gp-count]{
font-variant-numeric: tabular-nums;
} .gp-home-slider {
padding-top: 0;
padding-bottom: clamp(28px, 4vw, 54px);
}
.gp-home-slider-wrap {
position: relative;
overflow: hidden;
border-radius: var(--gp-radius);
}
.gp-home-slider-viewport {
overflow: hidden;
border-radius: var(--gp-radius);
}
.gp-home-slider-track {
display: flex;
transition: transform .45s ease;
will-change: transform;
}
.gp-home-slide {
flex: 0 0 100%;
display: block;
aspect-ratio: 3 / 1;
overflow: hidden;
border-radius: var(--gp-radius);
background: var(--gp-surface);
}
.gp-home-slide img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
border-radius: var(--gp-radius);
}
.gp-home-slider-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 3;
width: 42px;
height: 42px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,.18);
background: rgba(0,0,0,.5);
color: #fff;
font-size: 34px;
line-height: 36px;
cursor: pointer;
}
.gp-home-slider-prev { left: 14px; }
.gp-home-slider-next { right: 14px; }
.gp-home-slider-nav:hover {
border-color: var(--gp-pink);
color: var(--gp-pink);
}
.gp-home-slider-dots {
position: absolute;
left: 0;
right: 0;
bottom: 12px;
display: flex;
justify-content: center;
gap: 8px;
z-index: 4;
pointer-events: none;
}
.gp-home-slider-dots span {
width: 7px;
height: 7px;
border-radius: 999px;
background: rgba(255,255,255,.45);
}
.gp-home-slider-dots span.is-active {
background: var(--gp-pink);
}
@media (max-width: 720px) {
.gp-home-slider {
padding-bottom: 30px;
}
.gp-home-slider-nav {
width: 34px;
height: 34px;
font-size: 28px;
line-height: 28px;
}
.gp-home-slider-prev { left: 8px; }
.gp-home-slider-next { right: 8px; }
} .gp-finder-checkboxes{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-top:10px;
align-items:center;
}
.gp-finder-checkboxes label{
display:flex;
align-items:center;
gap:8px;
min-height:42px;
padding:0 14px;
border:1px solid var(--gp-border);
background:#070707;
color:var(--gp-text);
border-radius:var(--gp-radius-sm);
font-weight:800;
cursor:pointer;
}
.gp-finder-checkboxes input[type="checkbox"]{
accent-color:var(--gp-pink);
width:18px;
height:18px;
}
.gp-finder-checkboxes label:has(input:checked){
border-color:var(--gp-pink);
color:#fff;
}
@media(max-width:640px){
.gp-finder-checkboxes{display:grid;grid-template-columns:1fr;gap:8px;}
.gp-finder-checkboxes label{width:100%;}
} .entry-content li,
.page-content li,
.gp-content li,
.gp-section li,
.site-main li {
color: var(--gp-text);
}
.gp-finder-checkboxes label {
min-height: 3.25rem;
padding: .45rem .55rem;
border-radius: 16px;
background: rgba(0,0,0,.18);
border-color: rgba(255,255,255,.08);
font-size: inherit;
line-height: 1;
font-weight: 800;
}
.gp-finder-checkboxes label span {
color: #fff;
font-size: inherit;
font-weight: 800;
}
.gp-finder-checkboxes input[type="checkbox"] {
width: 1.05rem;
height: 1.05rem;
flex: 0 0 auto;
}
.gp-finder-results-shell {
position: relative;
min-height: 260px;
}
.gp-finder-results-content {
transition: opacity .18s ease, filter .18s ease;
}
.gp-finder-results-shell.is-loading .gp-finder-results-content {
opacity: .28;
filter: blur(1px);
pointer-events: none;
}
.gp-finder-preloader {
position: absolute;
inset: 0;
z-index: 6;
display: none;
align-items: center;
justify-content: center;
gap: 12px;
min-height: 220px;
border: 1px solid var(--gp-border);
border-radius: var(--gp-radius-sm);
background: rgba(7,7,7,.78);
color: var(--gp-text);
font-weight: 900;
text-transform: uppercase;
letter-spacing: .04em;
backdrop-filter: blur(4px);
}
.gp-finder-results-shell.is-loading .gp-finder-preloader {
display: flex;
}
.gp-loader-dot {
width: 16px;
height: 16px;
border-radius: 999px;
border: 2px solid rgba(255,255,255,.25);
border-top-color: var(--gp-pink);
animation: gpSpin .75s linear infinite;
}
@keyframes gpSpin {
to { transform: rotate(360deg); }
}
.gp-pagination .dots {
border-color: transparent;
background: transparent;
color: var(--gp-muted);
}
@media(max-width:640px){
.gp-finder-checkboxes label {
width: 100%;
min-height: 3.05rem;
}
} .gp-finder-submit {
display: none !important;
}
.gp-finder-results-shell {
position: relative;
}
.gp-finder-results-shell.is-loading .gp-finder-results-content {
opacity: 0;
visibility: hidden;
filter: none;
pointer-events: none;
}
.gp-finder-preloader {
position: absolute;
top: 0;
left: 0;
right: 0;
inset: auto 0 auto 0;
z-index: 9;
min-height: 0;
height: auto;
padding: 18px 20px;
display: none;
align-items: center;
justify-content: flex-start;
text-align: left;
gap: 12px;
border: 1px solid var(--gp-border);
border-radius: var(--gp-radius-sm);
background: rgba(7,7,7,.92);
color: var(--gp-text);
font-weight: 900;
text-transform: uppercase;
letter-spacing: .04em;
backdrop-filter: blur(4px);
}
.gp-finder-results-shell.is-loading .gp-finder-preloader {
display: flex;
}
.gp-finder-checkboxes label,
.gp-finder-checkboxes label span {
font-size: .95rem;
line-height: 1.1;
}
.entry-content li,
.page-content li,
.gp-content li,
.gp-section li,
.site-main li,
.wp-block-list li {
color: var(--gp-text);
} .gp-finder-results-shell.is-loading .gp-finder-results-content{display:none!important;}
.gp-finder-results-shell .gp-finder-preloader{top:0!important;align-items:flex-start!important;justify-content:flex-start!important;text-align:left!important;}
.gp-finder-results-shell.is-loading{min-height:160px;} .gp-cover-card-loading { min-height: 180px; pointer-events: auto; }
.gp-cover-skeleton { display:block; width:100%; aspect-ratio: 2 / 3; border-radius: var(--gp-radius, 14px); background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.12), rgba(255,255,255,.06)); background-size: 220% 100%; animation: gpSkeleton 1.15s ease-in-out infinite; }
@keyframes gpSkeleton { 0% { background-position: 100% 0; } 100% { background-position: -100% 0; } }
.gp-finder-submit { display:none !important; } .gp-finder-reset {
min-height: 3.25rem;
padding: .45rem 1.05rem;
border: 1px solid var(--gp-pink);
border-radius: 16px;
background: var(--gp-pink);
color: #fff;
font: inherit;
font-size: .95rem;
line-height: 1.1;
font-weight: 900;
cursor: pointer;
text-transform: uppercase;
}
.gp-finder-reset:hover,
.gp-finder-reset:focus-visible {
background: #fff;
border-color: #fff;
color: #070707;
}
@media(max-width:640px){
.gp-finder-reset{width:100%;}
}
#adminmenu .toplevel_page_gp-theme-cache .wp-menu-name,
#adminmenu .toplevel_page_gp-theme-cache .wp-menu-image:before {
color: #ff2da8 !important;
font-weight: 900;
} .gp-finder-topline {
border: 0 !important;
background: transparent !important;
box-shadow: none !important;
padding: 0 !important;
}
.gp-finder-checkboxes label,
.gp-finder-checkboxes label span {
font-family: inherit !important;
font-size: 15px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
letter-spacing: normal !important;
color: var(--gp-text) !important;
}
.gp-finder-checkboxes input {
font: inherit !important;
} .gp-finder-topline select {
border: 0 !important;
outline: 0 !important;
box-shadow: none !important;
background: transparent !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding-left: 0 !important;
padding-right: 0 !important;
}
.gp-finder-topline select:focus,
.gp-finder-topline select:focus-visible {
border: 0 !important;
outline: 0 !important;
box-shadow: none !important;
}
.gp-finder-topline label {
overflow: hidden;
} .gp-finder-form.gp-finder-fast-mode .gp-finder-submit,
.gp-finder-form.gp-finder-fast-mode .gp-details-search,
.gp-finder-form.gp-finder-fast-mode .gp-details-search-compact,
.gp-finder-form.gp-finder-fast-mode button[type="submit"],
.gp-finder-form.gp-finder-fast-mode input[type="submit"]{
display:none!important;
visibility:hidden!important;
}
.gp-finder-form.gp-finder-fast-mode .gp-finder-checkboxes{
display:flex!important;
visibility:visible!important;
flex-wrap:wrap!important;
gap:10px!important;
margin-top:10px!important;
align-items:center!important;
}
@media(max-width:640px){
.gp-finder-form.gp-finder-fast-mode .gp-finder-checkboxes{
display:grid!important;
grid-template-columns:1fr!important;
gap:8px!important;
}
.gp-finder-form.gp-finder-fast-mode .gp-finder-checkboxes label,
.gp-finder-form.gp-finder-fast-mode .gp-finder-reset{
width:100%!important;
}
} .gp-finder-form.gp-finder-fast-mode select,
.gp-finder-form.gp-finder-fast-mode input,
.gp-finder-form.gp-finder-fast-mode label,
.gp-finder-form.gp-finder-fast-mode .gp-finder-checkboxes span,
.gp-finder-form.gp-finder-fast-mode button{
font-family:var(--gp-body, Arial, sans-serif)!important;
font-size:15px!important;
line-height:1.25!important;
}
.gp-finder-form.gp-finder-fast-mode .gp-finder-topline select{
font-weight:800!important;
}
.gp-finder-form.gp-finder-fast-mode .gp-finder-checkboxes label{
display:inline-flex!important;
align-items:center!important;
gap:7px!important;
color:var(--gp-text)!important;
margin:0!important;
font-weight:800!important;
}
.gp-finder-form.gp-finder-fast-mode .gp-finder-checkboxes input[type="checkbox"]{
accent-color:var(--gp-pink);
}
.gp-finder-form.gp-finder-fast-mode .gp-finder-reset,
.gp-finder-form.gp-finder-fast-mode .gp-finder-random{
min-height:38px!important;
padding:0 14px!important;
border:1px solid var(--gp-border)!important;
background:#070707!important;
color:var(--gp-text)!important;
font-weight:900!important;
cursor:pointer!important;
}
.gp-finder-form.gp-finder-fast-mode .gp-finder-random{
border-color:var(--gp-pink)!important;
color:#fff!important;
}
.gp-finder-form.gp-finder-fast-mode .gp-finder-reset:hover,
.gp-finder-form.gp-finder-fast-mode .gp-finder-random:hover{
border-color:var(--gp-pink)!important;
color:var(--gp-pink)!important;
}
@media(max-width:1050px){
.gp-finder-topline{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:640px){
.gp-finder-form.gp-finder-fast-mode .gp-finder-random{
width:100%!important;
}
}
.gp-affiliate-disclosure {
grid-column: 1 / -1;
display: block;
width: 100%;
margin: 2px 0 0;
color: var(--gp-muted);
font-size: 10px;
line-height: 1.35;
opacity: .8;
text-align: center;
} .gp-affiliate-directory {
margin-top: 24px;
}
.gp-affiliate-filter {
display: flex;
align-items: center;
gap: 12px;
margin: 0 0 22px;
flex-wrap: wrap;
}
.gp-affiliate-filter label {
color: var(--gp-muted);
font-size: 15px;
font-weight: 700;
}
.gp-affiliate-category-filter {
min-width: 240px;
border: 1px solid var(--gp-border);
background: var(--gp-surface-2);
color: var(--gp-text);
border-radius: var(--gp-radius-sm);
padding: 10px 12px;
font: inherit;
font-size: 15px;
}
.gp-affiliate-list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 10px;
}
.gp-affiliate-item {
border: 1px solid var(--gp-border);
background: var(--gp-surface);
border-radius: var(--gp-radius-sm);
padding: 14px 16px;
}
.gp-affiliate-main {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 16px;
flex-wrap: wrap;
}
.gp-affiliate-name {
font-weight: 800;
font-size: 18px;
}
.gp-affiliate-code {
color: var(--gp-muted);
font-size: 15px;
}
.gp-affiliate-code code {
color: var(--gp-text);
background: var(--gp-surface-2);
border: 1px solid var(--gp-border);
border-radius: 8px;
padding: 3px 8px;
font: inherit;
font-weight: 800;
}
.gp-affiliate-empty {
color: var(--gp-muted);
}
@media (max-width: 640px) {
.gp-affiliate-filter {
align-items: stretch;
flex-direction: column;
}
.gp-affiliate-category-filter {
width: 100%;
min-width: 0;
}
.gp-affiliate-main {
display: block;
}
.gp-affiliate-code {
display: block;
margin-top: 6px;
}
} .gp-team-person{
display:grid;
grid-template-columns:minmax(180px,25%) 1fr;
gap:clamp(18px,4vw,38px);
align-items:start;
margin:28px 0;
padding:24px;
border:1px solid var(--gp-border);
border-radius:var(--gp-radius);
background:var(--gp-surface);
}
.gp-team-photo,.gp-team-short-photo{display:block;color:inherit;}
.gp-team-photo-img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--gp-radius-sm);background:var(--gp-surface-2);}
.gp-team-photo-placeholder{display:grid;place-items:center;width:100%;aspect-ratio:1/1;border-radius:var(--gp-radius-sm);background:var(--gp-surface-2);font-size:4rem;font-weight:900;color:var(--gp-pink);}
.gp-team-body h2{margin:0 0 8px;font-size:clamp(2rem,4vw,3.4rem);line-height:1;letter-spacing:-.055em;}
.gp-team-socials{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:0 0 16px;color:var(--gp-muted);font-weight:800;}
.gp-team-socials a:hover{color:var(--gp-pink);}
.gp-team-info{color:var(--gp-text);max-width:760px;}
.gp-team-info p:first-child{margin-top:0;}
.gp-team-stats{margin:18px 0 0;color:var(--gp-muted);font-size:.95rem;}
.gp-team-stats strong{color:var(--gp-text);}
.gp-countup{font-variant-numeric:tabular-nums;}
.gp-team-card-short{text-align:center;padding:18px;border:1px solid var(--gp-border);border-radius:var(--gp-radius-sm);background:var(--gp-surface);}
.gp-team-card-short h3{margin:12px 0 8px;font-size:1.15rem;line-height:1.1;}
.gp-team-card-short .gp-team-socials{justify-content:center;margin-bottom:0;font-size:.9rem;}
.gp-team-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px;}
.gp-team-video-card{border:1px solid var(--gp-border);border-radius:var(--gp-radius-sm);background:var(--gp-surface);overflow:hidden;}
.gp-team-video-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;}
.gp-team-video-card h2{margin:0;padding:14px;font-size:1rem;line-height:1.25;letter-spacing:-.02em;}
.gp-pagination{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px;}
.gp-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:36px;padding:8px 12px;border:1px solid var(--gp-border);border-radius:999px;background:var(--gp-surface);}
.gp-pagination .current{background:var(--gp-pink);border-color:var(--gp-pink);color:#fff;}
@media(max-width:760px){
.gp-team-person{grid-template-columns:1fr;padding:18px;}
.gp-team-video-grid{grid-template-columns:1fr;}
} .gp-team-person{
grid-template-columns:minmax(180px,25%) 1fr!important;
align-items:start!important;
}
.gp-team-body{
text-align:left!important;
}
.gp-team-card-short h3{
text-align:center!important;
}
.gp-team-card-short .gp-team-short-photo,
.gp-team-card-short .gp-team-short-photo img,
.gp-team-card-short .gp-team-short-photo .gp-team-photo-placeholder{
margin-left:auto!important;
margin-right:auto!important;
}
.gp-team-socials a{
display:inline-flex!important;
align-items:center!important;
gap:6px!important;
}
.gp-team-socials img,
.gp-team-socials svg{
width:18px!important;
height:18px!important;
flex:0 0 18px!important;
display:block!important;
}
.gp-team-socials .gp-social-icon-img{
object-fit:contain!important;
}
.gp-team-socials .gp-social-fallback circle{fill:transparent;stroke:currentColor;stroke-width:4;}
.gp-team-socials .gp-social-fallback text{fill:currentColor;font-size:16px;font-weight:900;font-family:Arial,sans-serif;dominant-baseline:middle;}
.gp-team-video-card{
border:0!important;
background:transparent!important;
border-radius:0!important;
}
.gp-team-video-card a{
display:block!important;
}
.gp-team-video-card img{
border-radius:var(--gp-radius-sm)!important;
}
.gp-team-video-card h2{display:none!important;}
@media(max-width:760px){
.gp-team-person{grid-template-columns:1fr!important;}
} .gp-team-person{
display:flex!important;
flex-direction:row!important;
align-items:flex-start!important;
gap:clamp(18px,4vw,38px)!important;
}
.gp-team-person > .gp-team-photo{
flex:0 0 min(25%, 340px)!important;
max-width:340px!important;
}
.gp-team-person > .gp-team-body{
flex:1 1 auto!important;
min-width:0!important;
text-align:left!important;
}
.gp-team-person--right{
flex-direction:row-reverse!important;
}
.gp-team-person--right > .gp-team-body{
text-align:right!important;
}
.gp-team-person--right .gp-team-socials{
justify-content:flex-end!important;
}
.gp-team-person--right .gp-team-info{
margin-left:auto!important;
}
.gp-team-card-short h3{
text-align:center!important;
}
@media(max-width:760px){
.gp-team-person,
.gp-team-person--right{
flex-direction:column!important;
}
.gp-team-person > .gp-team-photo{
flex:0 0 auto!important;
width:100%!important;
max-width:none!important;
order:1!important;
}
.gp-team-person > .gp-team-body{
order:2!important;
width:100%!important;
text-align:left!important;
}
.gp-team-person--right .gp-team-socials{
justify-content:flex-start!important;
}
.gp-team-person--right .gp-team-info{
margin-left:0!important;
}
} .gp-team-person > code,
.gp-team-person > pre,
.gp-team-person > code[data-start],
.gp-team-person > pre > code{
display:contents!important;
font:inherit!important;
color:inherit!important;
background:transparent!important;
border:0!important;
padding:0!important;
margin:0!important;
white-space:normal!important;
}
.gp-team-person > code .gp-team-photo,
.gp-team-person > pre .gp-team-photo{
flex:0 0 min(25%, 340px)!important;
max-width:340px!important;
}
.gp-team-person > code .gp-team-body,
.gp-team-person > pre .gp-team-body{
flex:1 1 auto!important;
min-width:0!important;
text-align:left!important;
}
@media(min-width:761px){
.gp-team-person > code,
.gp-team-person > pre > code{
display:contents!important;
}
.gp-team-person > code > .gp-team-photo,
.gp-team-person > pre > code > .gp-team-photo{
flex:0 0 min(25%, 340px)!important;
max-width:340px!important;
}
.gp-team-person > code > .gp-team-body,
.gp-team-person > pre > code > .gp-team-body{
flex:1 1 auto!important;
min-width:0!important;
}
}
@media(max-width:760px){
.gp-team-person > code .gp-team-photo,
.gp-team-person > pre .gp-team-photo{
width:100%!important;
max-width:none!important;
order:1!important;
}
.gp-team-person > code .gp-team-body,
.gp-team-person > pre .gp-team-body{
width:100%!important;
order:2!important;
text-align:left!important;
}
} .gp-team-person--right{
grid-template-columns:1fr minmax(180px,25%);
}
.gp-team-person--right .gp-team-photo{grid-column:2;}
.gp-team-person--right .gp-team-body{grid-column:1;grid-row:1;text-align:right;}
.gp-team-person--right .gp-team-body h2,
.gp-team-person--right .gp-team-info,
.gp-team-person--right .gp-team-stats{text-align:right;}
.gp-team-person--right .gp-team-socials{justify-content:flex-end;}
.gp-team-person--left .gp-team-body{text-align:left;}
.gp-team-person--left .gp-team-socials{justify-content:flex-start;}
.gp-team-person--left .gp-team-stats,.gp-team-person--left .gp-team-info,.gp-team-person--left .gp-team-body h2{text-align:left;}
.gp-team-stats strong{display:none;}
@media(max-width:768px){
.gp-team-person,.gp-team-person--right{
display:block;
}
.gp-team-person .gp-team-body,
.gp-team-person--right .gp-team-body{
text-align:left;
}
.gp-team-person .gp-team-socials,
.gp-team-person--right .gp-team-socials{
justify-content:flex-start;
}
} .gp-team-stats{
display:block!important;
margin:18px 0 0!important;
color:var(--gp-muted)!important;
font-size:.95rem!important;
line-height:1.45!important;
}
.gp-team-stats-line{
display:block!important;
}
.gp-team-person--right .gp-team-body,
.gp-team-person--right .gp-team-body h2,
.gp-team-person--right .gp-team-info,
.gp-team-person--right .gp-team-stats,
.gp-team-person--right .gp-team-stats-line{
text-align:right!important;
}
.gp-team-person--right .gp-team-socials{
justify-content:flex-end!important;
}
.gp-team-person--right > code .gp-team-body,
.gp-team-person--right > pre .gp-team-body,
.gp-team-person--right > code .gp-team-body h2,
.gp-team-person--right > pre .gp-team-body h2,
.gp-team-person--right > code .gp-team-info,
.gp-team-person--right > pre .gp-team-info,
.gp-team-person--right > code .gp-team-stats,
.gp-team-person--right > pre .gp-team-stats,
.gp-team-person--right > code .gp-team-stats-line,
.gp-team-person--right > pre .gp-team-stats-line{
text-align:right!important;
}
.gp-team-person--right > code .gp-team-socials,
.gp-team-person--right > pre .gp-team-socials{
justify-content:flex-end!important;
}
@media(max-width:760px){
.gp-team-person--right .gp-team-body,
.gp-team-person--right .gp-team-body h2,
.gp-team-person--right .gp-team-info,
.gp-team-person--right .gp-team-stats,
.gp-team-person--right .gp-team-stats-line,
.gp-team-person--right > code .gp-team-body,
.gp-team-person--right > pre .gp-team-body,
.gp-team-person--right > code .gp-team-body h2,
.gp-team-person--right > pre .gp-team-body h2,
.gp-team-person--right > code .gp-team-info,
.gp-team-person--right > pre .gp-team-info,
.gp-team-person--right > code .gp-team-stats,
.gp-team-person--right > pre .gp-team-stats,
.gp-team-person--right > code .gp-team-stats-line,
.gp-team-person--right > pre .gp-team-stats-line{
text-align:left!important;
}
.gp-team-person--right .gp-team-socials,
.gp-team-person--right > code .gp-team-socials,
.gp-team-person--right > pre .gp-team-socials{
justify-content:flex-start!important;
}
} .gp-finder-sort{display:inline-flex;align-items:center;gap:8px;}
.gp-finder-sort select{background:transparent!important;border:0!important;color:var(--gp-text);min-height:38px;padding:0 4px;font:inherit;outline:0;width:100%;}
.gp-finder-sort select option{background:#111;color:#fff;}
.gp-finder-searchline{margin-top:10px;display:grid;grid-template-columns:1fr;}
.gp-finder-searchline label{display:flex;align-items:center;gap:.45rem;min-width:0;background:#070707;border:1px solid var(--gp-border);border-radius:var(--gp-radius-sm);padding:0 10px;color:#fff;}
.gp-finder-searchline label>span{width:1.35rem;text-align:center;filter:grayscale(1);opacity:.92;flex:0 0 auto;}
.gp-finder-searchline input[type="search"]{width:100%;border:0!important;background:transparent!important;color:var(--gp-text);min-height:42px;padding:0 4px;font:inherit;font-weight:800;outline:0;}
.gp-finder-searchline input[type="search"]::placeholder{color:rgba(255,255,255,.55);}
@media(max-width:640px){.gp-finder-sort{width:100%;}.gp-finder-sort select{width:100%;}.gp-finder-searchline{margin-top:8px;}} .gp-sustainability-strip {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
margin-top: 12px;
}
.gp-sustainability-box {
min-height: 58px;
padding: 10px 9px;
border-radius: 14px;
border: 1px solid var(--gp-border);
background: var(--gp-surface);
color: var(--gp-muted);
display: flex;
flex-direction: column;
justify-content: center;
gap: 3px;
}
.gp-sustainability-box span {
display: block;
font-size: .67rem;
line-height: 1.1;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .035em;
}
.gp-sustainability-box strong {
display: block;
font-size: .98rem;
line-height: 1;
color: var(--gp-text);
letter-spacing: -.035em;
}
.gp-sustainability-box--green {
background: rgba(46, 204, 113, .18);
border-color: rgba(46, 204, 113, .55);
color: rgba(230, 255, 240, .86);
}
.gp-sustainability-box--yellow {
background: rgba(255, 204, 64, .18);
border-color: rgba(255, 204, 64, .58);
color: rgba(255, 246, 210, .9);
}
.gp-sustainability-box--red {
background: rgba(255, 80, 80, .18);
border-color: rgba(255, 80, 80, .58);
color: rgba(255, 224, 224, .9);
}
.gp-sustainability-box--green strong,
.gp-sustainability-box--yellow strong,
.gp-sustainability-box--red strong {
color: #fff;
}
@media (max-width: 760px) {
.gp-sustainability-strip {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.gp-sustainability-box{
align-items:center;
text-align:center;
}
.gp-sustainability-box span,
.gp-sustainability-box strong{
margin:auto 0;
width:100%;
}
.gp-sustainability-box strong{display:none;}
.gp-sustainability-legend{
margin-top:10px;
font-size:11px;
opacity:.8;
}
.gp-sustainability-legend .gp-sustainability-box{
display:inline-block;
width:12px;
height:12px;
min-height:12px;
padding:0;
margin:0 4px 0 10px;
vertical-align:middle;
border-radius:4px;
} .gp-sustainability-box{
align-items:center;
justify-content:center;
text-align:center;
aspect-ratio: 2.8 / 1;
}
.gp-sustainability-box span{
display:flex;
align-items:center;
justify-content:center;
width:100%;
height:100%;
margin:0;
}
.gp-sustainability-box strong{display:none!important;}
.gp-sustainability-legend{
display:flex;
flex-wrap:wrap;
gap:8px 12px;
margin-top:10px;
font-size:11px;
line-height:1.25;
color:var(--gp-muted);
opacity:.9;
}
.gp-sustainability-legend span{
display:inline-flex;
align-items:center;
gap:5px;
}
.gp-sustainability-dot{
display:inline-block;
width:11px;
height:11px;
border-radius:3px;
border:1px solid var(--gp-border);
flex:0 0 auto;
}
.gp-sustainability-dot--red{background:rgba(255,80,80,.5);border-color:rgba(255,80,80,.75);}
.gp-sustainability-dot--yellow{background:rgba(255,204,64,.5);border-color:rgba(255,204,64,.75);}
.gp-sustainability-dot--green{background:rgba(46,204,113,.5);border-color:rgba(46,204,113,.75);}
.gp-sustainability-dot--empty{background:var(--gp-surface);border-color:var(--gp-border);} .gp-sustainability{
margin-top:12px;
}
.gp-sustainability-title{
margin:0 0 8px;
color:var(--gp-pink);
font-size:.72rem;
line-height:1;
font-weight:900;
text-transform:uppercase;
letter-spacing:.05em;
}
.gp-sustainability-strip{
margin-top:0;
}
.gp-sustainability-box{
min-height:58px;
padding:10px 12px;
align-items:center!important;
justify-content:center!important;
text-align:center!important;
}
.gp-sustainability-box span{
display:flex!important;
align-items:center!important;
justify-content:center!important;
width:100%;
height:100%;
margin:0!important;
font-size:.68rem;
line-height:1.12;
font-weight:900;
text-transform:uppercase;
letter-spacing:.035em;
}
.gp-sustainability-legend{display:none!important;}
.gp-sustainability-title{display:none}
.gp-sustainability-legend{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:10px;font-size:11px;opacity:.8}
.gp-sustainability-legend span{display:flex;align-items:center;gap:6px}
.gp-sustainability-legend i{display:inline-block;width:12px;height:12px;border-radius:3px;border:1px solid #777}
.gp-sustainability-legend .red{background:#d9534f;border-color:#d9534f}
.gp-sustainability-legend .yellow{background:#f0ad4e;border-color:#f0ad4e}
.gp-sustainability-legend .green{background:#5cb85c;border-color:#5cb85c} .gp-sustainability-title{display:none!important;}
.gp-sustainability-strip{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:8px;
margin-top:12px;
}
.gp-sustainability-box{
min-height:58px;
padding:10px 12px;
border-radius:12px;
display:flex!important;
align-items:center!important;
justify-content:center!important;
text-align:center!important;
}
.gp-sustainability-box span{
display:flex!important;
align-items:center!important;
justify-content:center!important;
width:100%;
height:100%;
margin:0!important;
font-size:.68rem;
line-height:1.12;
font-weight:900;
text-transform:uppercase;
letter-spacing:.035em;
}
.gp-sustainability-box strong{display:none!important;}
.gp-sustainability-legend{
display:flex!important;
justify-content:center;
align-items:center;
gap:14px;
flex-wrap:wrap;
margin-top:10px;
font-size:11px;
line-height:1.25;
color:var(--gp-muted);
opacity:.9;
clear:both;
}
.gp-sustainability-legend span{
display:inline-flex!important;
align-items:center;
gap:6px;
}
.gp-sustainability-dot{
display:inline-block!important;
width:12px;
height:12px;
border-radius:3px;
border:1px solid var(--gp-border);
flex:0 0 auto;
}
.gp-sustainability-dot--red{background:#d9534f;border-color:#d9534f;}
.gp-sustainability-dot--yellow{background:#f0ad4e;border-color:#f0ad4e;}
.gp-sustainability-dot--green{background:#5cb85c;border-color:#5cb85c;}
.gp-sustainability-dot--empty{background:var(--gp-surface);border-color:var(--gp-border);}
@media (max-width:760px){
.gp-sustainability-strip{grid-template-columns:repeat(2,minmax(0,1fr));}
} .gp-sustainability-strip{
display:grid!important;
grid-template-columns:repeat(2,minmax(0,1fr))!important;
gap:8px!important;
width:100%;
max-width:100%;
}
.gp-sustainability-box{
min-width:0!important;
box-sizing:border-box;
overflow:hidden;
}
.gp-sustainability-box span{
max-width:100%;
overflow-wrap:anywhere;
hyphens:auto;
}
@media (max-width:420px){
.gp-sustainability-strip{grid-template-columns:1fr!important;}
} .gp-finder-content-select,
.gp-finder-sort{
display:inline-flex!important;
align-items:center!important;
gap:8px!important;
min-height:38px!important;
padding:0 14px!important;
border:1px solid var(--gp-border)!important;
border-radius:16px!important;
background:#070707!important;
color:var(--gp-text)!important;
font-weight:900!important;
margin:0!important;
}
.gp-finder-content-select select,
.gp-finder-sort select{
width:100%!important;
min-height:38px!important;
border:0!important;
outline:0!important;
box-shadow:none!important;
background:transparent!important;
color:var(--gp-text)!important;
font:inherit!important;
font-weight:900!important;
padding:0!important;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
}
.gp-finder-content-select select option,
.gp-finder-sort select option{background:#111;color:#fff;}
.gp-finder-form.gp-finder-fast-mode .gp-finder-sort{margin-left:auto!important;min-width:220px!important;}
@media(max-width:640px){
.gp-finder-form.gp-finder-fast-mode .gp-finder-content-select,
.gp-finder-form.gp-finder-fast-mode .gp-finder-sort{width:100%!important;margin-left:0!important;}
} .gp-finder-form.gp-finder-fast-mode .gp-finder-checkboxes,
.gp-finder-checkboxes{
display:flex!important;
flex-wrap:wrap!important;
align-items:center!important;
gap:10px!important;
}
.gp-finder-content-select,
.gp-finder-sort{
display:inline-flex!important;
align-items:center!important;
gap:8px!important;
min-height:52px!important;
height:52px!important;
box-sizing:border-box!important;
padding:0 14px!important;
border:1px solid var(--gp-border)!important;
border-radius:16px!important;
background:#070707!important;
color:var(--gp-text)!important;
font-family:var(--gp-body, Arial, sans-serif)!important;
font-size:15px!important;
font-weight:800!important;
line-height:1.25!important;
margin:0!important;
}
.gp-finder-content-select{
min-width:230px!important;
flex:0 0 230px!important;
}
.gp-finder-sort{
flex:1 0 180px!important;
min-width:180px!important;
margin-left:auto!important;
}
.gp-finder-content-select select,
.gp-finder-sort select{
width:100%!important;
min-width:0!important;
min-height:50px!important;
height:50px!important;
border:0!important;
outline:0!important;
box-shadow:none!important;
background:transparent!important;
color:var(--gp-text)!important;
font:inherit!important;
font-weight:800!important;
padding:0!important;
-webkit-appearance:none!important;
-moz-appearance:none!important;
appearance:none!important;
}
.gp-finder-content-select select option,
.gp-finder-sort select option{background:#111!important;color:#fff!important;}
.gp-finder-content-icon{
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
width:1.35rem!important;
height:1.35rem!important;
flex:0 0 1.35rem!important;
color:var(--gp-muted)!important;
opacity:.92!important;
}
.gp-finder-content-icon svg{
display:block!important;
width:1.05rem!important;
height:1.05rem!important;
}
@media(max-width:640px){
.gp-finder-content-select,
.gp-finder-sort{
width:100%!important;
flex:1 1 100%!important;
min-width:0!important;
}
} .gp-finder-form.gp-finder-fast-mode .gp-finder-sort,
.gp-finder-sort{
flex:0 0 220px!important;
width:220px!important;
min-width:220px!important;
max-width:220px!important;
margin-left:0!important;
}
.gp-finder-sort select{width:100%!important;}
@media(max-width:640px){
.gp-finder-form.gp-finder-fast-mode .gp-finder-sort,
.gp-finder-sort{
flex:1 1 100%!important;
width:100%!important;
min-width:0!important;
max-width:none!important;
}
} .gp-finder-form.gp-finder-fast-mode .gp-finder-searchline,
.gp-finder-searchline{
margin:0 0 10px 0!important;
display:grid!important;
grid-template-columns:1fr!important;
}
.gp-finder-searchline label{
min-height:52px!important;
height:52px!important;
border-radius:16px!important;
padding:0 14px!important;
}
.gp-finder-searchline input[type="search"]{
min-height:50px!important;
height:50px!important;
font-size:15px!important;
}
.gp-finder-form.gp-finder-fast-mode .gp-finder-topline,
.gp-finder-topline{
margin:0 0 10px 0!important;
}
.gp-finder-form.gp-finder-fast-mode .gp-finder-checkboxes,
.gp-finder-checkboxes{
margin:0!important;
flex-wrap:nowrap!important;
}
.gp-finder-form.gp-finder-fast-mode .gp-finder-sort,
.gp-finder-sort{
flex:0 0 220px!important;
width:220px!important;
min-width:220px!important;
max-width:220px!important;
margin-left:0!important;
order:99!important;
}
@media(max-width:1180px){
.gp-finder-form.gp-finder-fast-mode .gp-finder-checkboxes,
.gp-finder-checkboxes{flex-wrap:wrap!important;}
}
@media(max-width:640px){
.gp-finder-form.gp-finder-fast-mode .gp-finder-searchline,
.gp-finder-searchline{margin-bottom:8px!important;}
.gp-finder-form.gp-finder-fast-mode .gp-finder-sort,
.gp-finder-sort{
flex:1 1 100%!important;
width:100%!important;
min-width:0!important;
max-width:none!important;
}
} .gp-ad-slot {
margin-top: clamp(28px, 4vw, 52px);
margin-bottom: clamp(24px, 3.5vw, 40px);
}
.gp-ad-wrap {
width: min(var(--gp-ad-width, 728px), 100%);
margin: 0 auto;
}
.gp-ad-banner {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
aspect-ratio: var(--gp-ad-width, 728) / var(--gp-ad-height, 90);
min-height: min(var(--gp-ad-height, 90px), 90px);
border-radius: var(--gp-radius-sm);
overflow: hidden;
}
.gp-ad-slot.is-loading .gp-ad-banner {
visibility: hidden;
}
.gp-ad-banner a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 100%;
}
.gp-ad-banner img {
display: block;
width: 100%;
max-width: var(--gp-ad-width, 728px);
height: auto;
border-radius: var(--gp-radius-sm);
}
.gp-ad-label {
margin-top: 5px;
text-align: right;
color: var(--gp-muted);
font-size: 10px;
line-height: 1.2;
letter-spacing: .01em;
font-weight: 500;
}
.gp-footer-ad-slot {
margin-top: clamp(36px, 5vw, 54px);
margin-bottom: clamp(28px, 4vw, 42px);
}
.gp-page-skyscraper-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 160px;
gap: clamp(24px, 4vw, 48px);
align-items: start;
}
.gp-page-skyscraper-ad {
position: sticky;
top: 96px;
margin: 0;
}
@media (max-width: 900px) {
.gp-page-skyscraper-layout {
display: block;
}
.gp-page-skyscraper-ad {
position: static;
margin-top: clamp(28px, 6vw, 44px);
}
}
@media (max-width: 760px) {
.gp-ad-slot[data-ad-mobile-width][data-ad-mobile-height] .gp-ad-wrap {
width: min(var(--gp-ad-mobile-width, 300px), 100%);
}
}
@media (max-width: 760px) {
.gp-ad-label {
font-size: 10px;
}
} :root{
--gp-headline: "Figtree", sans-serif;
--gp-body: "Palanquin", sans-serif;
}
html,
body,
body :where(
p, a, span, div, li, ul, ol, dl, dt, dd,
h3, h4, h5, h6,
strong, b, em, i, small, label, legend,
button, input, select, textarea, option,
table, thead, tbody, tfoot, tr, th, td,
blockquote, cite, figcaption, summary,
time, code, pre, address
){
font-family:var(--gp-body)!important;
font-weight:100!important;
font-style:normal;
letter-spacing:normal!important;
word-spacing:normal!important;
}
body :where(h1, h2),
body :where(.entry-title, .page-title):is(h1, h2),
body :where(.gp-game-title, .gp-module-head h2, .gp-related-games-panel h2, .gp-finder-results-head h2){
font-family:var(--gp-headline)!important;
font-weight:900!important;
font-style:normal!important;
text-transform:uppercase!important;
letter-spacing:normal!important;
word-spacing:normal!important;
} button,
input,
select,
textarea,
.wp-block-button__link,
.gp-button{
font-family:var(--gp-body)!important;
font-weight:100!important;
letter-spacing:normal!important;
word-spacing:normal!important;
} .gp-meta-icon,
.gp-credit-icon{
font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif!important;
} .dashicons,
.dashicons-before:before{
font-family:dashicons!important;
font-weight:normal!important;
} body :where(
h1, h2, h3, h4, h5, h6,
p, a, span, div, li, dt, dd,
strong, b, em, i, small, label, legend,
button, input, select, textarea, option,
blockquote, cite, figcaption, summary, time
),
.site-title,
.gp-claim,
.gp-claim em,
.gp-livestream-card strong,
body.login h1 a{
font-style:normal!important;
}
.main-navigation a,
.main-navigation .sub-menu a,
.gp-menu-toggle,
.gp-menu-live-button{
font-family:var(--gp-headline)!important;
font-weight:900!important;
font-style:normal!important;
letter-spacing:normal!important;
word-spacing:normal!important;
} h1,h2,.gp-claim,.gp-claim em{
font-style: normal !important;
}
body, p, li, input, textarea, select, button, .gp-body{
font-weight:300 !important;
} html,
body,
body :where(
p, a, span, div, li, ul, ol, dl, dt, dd,
h3, h4, h5, h6,
strong, b, em, i, small, label, legend,
button, input, select, textarea, option,
table, thead, tbody, tfoot, tr, th, td,
blockquote, cite, figcaption, summary,
time, code, pre, address
){
font-family:var(--gp-body)!important;
font-weight:300!important;
font-style:normal!important;
letter-spacing:normal!important;
word-spacing:normal!important;
} body :where(h1, h2),
body :where(h1, h2) *,
body :where(.entry-title, .page-title):is(h1, h2),
body :where(.entry-title, .page-title):is(h1, h2) *,
body :where(.gp-game-title, .gp-module-head h2, .gp-related-games-panel h2, .gp-finder-results-head h2),
body :where(.gp-game-title, .gp-module-head h2, .gp-related-games-panel h2, .gp-finder-results-head h2) *{
font-family:var(--gp-headline)!important;
font-weight:900!important;
font-style:normal!important;
text-transform:uppercase!important;
letter-spacing:normal!important;
word-spacing:normal!important;
} .main-navigation a,
.main-navigation .sub-menu a,
.gp-menu-toggle,
.gp-menu-live-button{
font-family:var(--gp-headline)!important;
font-weight:900!important;
font-style:normal!important;
} .gp-button,
.gp-button:link,
.gp-button:visited,
.gp-finder-big-button,
.gp-finder-big-button:link,
.gp-finder-big-button:visited{
font-family:"Figtree",sans-serif !important;
font-weight:900 !important;
font-style:normal !important;
} .gp-score-number{
font-family:"Figtree",sans-serif;
font-weight:900;
}
.gp-video-row-info strong{
font-size:0.92em;
font-family:"Palanquin",sans-serif;
font-weight:300;
}
.wp-block-button__link,
.wp-block-button__link:visited,
.wp-block-button__link:hover,
.wp-block-button__link:focus{
color:#fff !important;
} :root{
--gp-headline:"Figtree",sans-serif;
}
body :where(h1,h2),
body :where(h1,h2) *,
body :where(.entry-title,.page-title):is(h1,h2),
body :where(.entry-title,.page-title):is(h1,h2) *,
body :where(.gp-game-title,.gp-module-head h2,.gp-related-games-panel h2,.gp-finder-results-head h2),
body :where(.gp-game-title,.gp-module-head h2,.gp-related-games-panel h2,.gp-finder-results-head h2) *,
.main-navigation a,
.main-navigation .sub-menu a,
.gp-menu-toggle,
.gp-menu-live-button,
.gp-button,
.gp-button:link,
.gp-button:visited,
.gp-finder-big-button,
.gp-finder-big-button:link,
.gp-finder-big-button:visited,
.wp-block-button__link,
.wp-block-button__link:link,
.wp-block-button__link:visited,
.gp-score-number{
font-family:var(--gp-headline)!important;
font-weight:900!important;
font-style:normal!important;
letter-spacing:normal!important;
word-spacing:normal!important;
}
body :where(h1,h2),
body :where(.entry-title,.page-title):is(h1,h2),
body :where(.gp-game-title,.gp-module-head h2,.gp-related-games-panel h2,.gp-finder-results-head h2){
line-height:1.05!important;
}
.main-navigation a,
.main-navigation .sub-menu a,
.gp-menu-toggle,
.gp-menu-live-button,
.gp-button,
.gp-finder-big-button,
.wp-block-button__link{
line-height:1.05;
} :root{
--gp-text:#ffffff;
--gp-muted:#d8d8dc;
--gp-link:var(--gp-pink);
} body,
body :where(p,li,td,th,label,legend,blockquote,summary,address),
.entry-content,
.gp-static-content,
.gp-static-content p,
.entry-content p{
color:var(--gp-text)!important;
} body :where(small,figcaption,cite,time,.gp-muted,.is-style-muted,.has-text-color.has-secondary-color),
.site-footer,
.site-footer :where(p,small,span),
.gp-lang-switch,
.gp-login-placeholder{
color:var(--gp-muted)!important;
} .main-navigation a,
.main-navigation .sub-menu a,
.main-navigation .sub-menu .sub-menu a,
.gp-nav a,
.gp-nav .sub-menu a,
nav .sub-menu a{
color:#fff!important;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu a:focus,
.gp-nav a:hover,
.gp-nav a:focus,
nav .sub-menu a:hover,
nav .sub-menu a:focus{
color:var(--gp-link)!important;
} .entry-content a:not(.gp-button):not(.wp-block-button__link),
.gp-static-content a:not(.gp-button):not(.wp-block-button__link),
.gp-text-link{
color:var(--gp-link);
} :root{
--gp-bg:#0B141C;
}
html,body{
background-color:var(--gp-bg)!important;
}
.site-header{
background:rgba(11,20,28,.96)!important;
border-bottom-color:var(--gp-pink)!important;
}
.site-footer,
.gp-header-right{
background-color:var(--gp-bg)!important;
} .site-header,
.gp-module,
.gp-hero,
.gp-game-hero,
.gp-finder-hero,
.gp-finder-teaser,
.gp-static-hero,
.gp-data-list > div,
.gp-credit-row,
.gp-header-right,
.gp-finder-topline label{
border-bottom-color:var(--gp-pink)!important;
}
.gp-data-list > div:last-child,
.gp-credit-row:last-child{
border-bottom:0!important;
} .gp-module{padding-top:20px!important;padding-bottom:20px!important;margin-top:0!important;margin-bottom:0!important;}
.gp-section-title,.gp-module h2:first-child{margin:0 0 20px!important;}
.gp-cover-wall-home,.gp-cover-row,.gp-finder-results,.gp-livestream-list,.gp-entity-game-grid{margin-top:0!important;}
header.site-header, .gp-site-header{margin-bottom:20px!important;}
.gp-slider,.gp-home-slider,.swiper{margin-bottom:20px!important;}
hr,.gp-divider{margin:20px 0!important;border-bottom:1px solid var(--gp-pink)!important;} .gp-team-member h3,
.gp-team-card h3,
.gp-team-name,
.gp-team-member-name{
font-family:var(--gp-headline)!important;
font-weight:900!important;
font-style:normal!important;
font-size:clamp(1.4rem,2vw,2rem)!important;
line-height:1.05!important;
text-transform:uppercase;
} :root{
--gp-bg:#0B141C;
--gp-space:20px;
}
body,.site,.site-content,.gp-site{background:#0B141C!important;}
.gp-streams,.gp-livestreams,.gp-next-streams,.gp-live-section{background:#0B141C!important;}
.gp-module,.wp-block-group,.gp-section,.gp-coverwall,.gp-slider,.gp-landing-hero,.gp-video-wall,.gp-team-section{
margin-top:20px!important;
margin-bottom:0!important;
padding-top:0!important;
}
.gp-module + .gp-module,
.wp-block-group + .wp-block-group,
section + section{margin-top:20px!important;}
h1,h2,h3,.gp-team-member-name,.gp-team-name{
margin:0 0 20px 0!important;
} :root{
--gp-space:20px;
--gp-hairline:1px solid var(--gp-pink);
} .site-header,
.gp-site-header{
margin-bottom:0!important;
}
.gp-page-flow{
display:flex!important;
flex-direction:column!important;
gap:var(--gp-space)!important;
padding-top:var(--gp-space)!important;
padding-bottom:var(--gp-space)!important;
margin:0!important;
}
.gp-page-flow > *{
margin-top:0!important;
margin-bottom:0!important;
} .gp-page-flow > :where(section,header,.gp-module){
padding-top:0!important;
padding-bottom:var(--gp-space)!important;
border-bottom:var(--gp-hairline)!important;
}
.gp-page-flow > :where(section,header,.gp-module):last-child{
border-bottom:0!important;
padding-bottom:0!important;
} .gp-module-head,
.gp-section-header,
.gp-static-hero .entry-title,
.gp-entity-simple-title,
.gp-finder-hero h1,
.gp-game-main .gp-game-title,
.gp-related-games-panel h2,
.gp-finder-results-head h2{
margin-top:0!important;
margin-bottom:var(--gp-space)!important;
}
.gp-module-head > *,
.gp-section-header > *{
margin-top:0!important;
margin-bottom:0!important;
} .gp-static-content,
.gp-game-detail-flow,
.gp-finder-section > .gp-container,
.gp-finder-results-shell,
.gp-affiliate-page .gp-static-content{
display:flex;
flex-direction:column;
gap:var(--gp-space);
}
.gp-static-content > *,
.gp-game-detail-flow > *,
.gp-finder-section > .gp-container > *,
.gp-finder-results-shell > *,
.gp-affiliate-page .gp-static-content > *{
margin-top:0!important;
margin-bottom:0!important;
} .gp-cover-wall-home,
.gp-cover-wall-eight,
.gp-cover-row,
.gp-cover-wall,
.gp-entity-game-grid,
.gp-finder-form,
.gp-finder-results,
.gp-livestream-carousel,
.gp-video-list-large,
.gp-related-games-row,
.gp-related-games-grid{
margin-top:0!important;
margin-bottom:0!important;
} .gp-home-livestreams,
.gp-home-livestreams .gp-container,
.gp-livestream-carousel,
.gp-livestream-viewport,
.gp-livestream-track,
.gp-livestream-page{
background:var(--gp-bg)!important;
}
.gp-livestream-card,
.gp-livestream-card:hover,
.gp-livestream-nav{
background:rgba(255,255,255,.035)!important;
}
.gp-livestream-image{
background:rgba(255,255,255,.05)!important;
} .search .gp-cover-row{
margin-top:0!important;
} .gp-entity-page-minimal .gp-entity-games-section,
.gp-entity-games-section,
.post-type-archive-game .gp-section,
.gp-page-flow-archive .gp-section,
.gp-page-flow-search .gp-section,
.gp-page-flow-finder .gp-section,
.gp-page-flow-finder .gp-finder-hero,
.gp-static-hero{
padding-top:0!important;
} @media (max-width:720px){
.gp-page-flow{gap:var(--gp-space)!important;padding-top:var(--gp-space)!important;padding-bottom:var(--gp-space)!important;}
.gp-page-flow > :where(section,header,.gp-module){padding-bottom:var(--gp-space)!important;}
} .gp-team-member h3,
.gp-team-member h4,
.gp-team-guest,
.gp-team-guests h3,
.gp-team-guests h4,
.gp-team .member-name,
.gp-team .guest-name{
font-family: var(--gp-font-display), Figtree, sans-serif !important;
font-weight:900 !important;
text-transform:uppercase;
}
.gp-spielfinder-header,
.gp-spielfinder .gp-section-header,
.page-template-page-spielfinder .gp-section-header,
.page-template-page-spielfinder h1{
text-align:left !important;
overflow:visible !important;
white-space:normal !important;
}  body .gp-team-card-short h3,
body .gp-team-card-short h3 a{
font-family:var(--gp-headline,"Figtree",sans-serif)!important;
font-weight:900!important;
font-style:normal!important;
font-size:clamp(1.35rem,2vw,1.8rem)!important;
line-height:1.05!important;
letter-spacing:normal!important;
word-spacing:normal!important;
text-transform:uppercase!important;
}
body .gp-team-card-short h3{
margin:0 0 var(--gp-space,20px)!important;
text-align:center!important;
} body.page-template-page-spielfinder .gp-finder-hero,
body.page-template-page-spielfinder .gp-finder-hero .gp-container{
overflow:visible!important;
text-align:left!important;
}
body.page-template-page-spielfinder .gp-finder-page-title{
display:block!important;
width:100%!important;
max-width:none!important;
height:auto!important;
min-height:0!important;
margin:0!important;
padding:.08em 0 .12em!important;
overflow:visible!important;
text-align:left!important;
white-space:normal!important;
text-wrap:balance;
font-family:var(--gp-headline,"Figtree",sans-serif)!important;
font-weight:900!important;
font-style:normal!important;
font-size:clamp(2.8rem,8vw,7rem)!important;
line-height:1!important;
letter-spacing:normal!important;
text-transform:uppercase!important;
} .gp-finder-hero{
padding:20px 0 !important;
margin:0 0 20px !important;
background:transparent !important;
}
.gp-finder-hero .gp-container{
display:block !important;
}
.gp-finder-page-title,
.gp-finder-hero h1{
display:block !important;
width:100% !important;
margin:0 !important;
padding:0 !important;
text-align:left !important;
overflow:visible !important;
white-space:normal !important;
line-height:1.1 !important;
min-height:0 !important;
max-width:none !important;
} .ea-standard{
width:min(100%,720px)!important;
max-width:100%!important;
margin:0!important;
font-family:var(--gp-font-body,"Palanquin",sans-serif)!important;
font-size:1rem!important;
font-weight:300!important;
line-height:1.5!important;
color:var(--gp-text,#fff)!important;
white-space:normal!important;
}
.ea-standard,
.ea-standard *{
box-sizing:border-box;
}
.ea-standard .step{
width:100%!important;
padding:20px 0!important;
border-bottom:1px solid var(--gp-pink,#ff2da8)!important;
position:relative;
}
.ea-standard .step:first-child{
padding-top:0!important;
}
.ea-standard .step:last-child{
border-bottom:0!important;
}
.ea-standard .section,
.ea-standard .description,
.ea-standard .time-message{
color:var(--gp-text,#fff)!important;
}
.ea-standard .section{
margin:0 0 20px!important;
font-family:var(--gp-headline,"Figtree",sans-serif)!important;
font-size:clamp(1.35rem,3vw,2rem)!important;
font-weight:900!important;
line-height:1!important;
text-transform:uppercase!important;
} .ea-standard .ui-datepicker{
width:100%!important;
padding:0!important;
border:1px solid rgba(255,255,255,.14)!important;
border-radius:0!important;
background:rgba(255,255,255,.035)!important;
color:var(--gp-text,#fff)!important;
font-family:inherit!important;
box-shadow:none!important;
}
.ea-standard .ui-datepicker-header{
display:flex!important;
align-items:center!important;
justify-content:space-between!important;
min-height:58px!important;
padding:0 14px!important;
border:0!important;
border-bottom:1px solid var(--gp-pink,#ff2da8)!important;
border-radius:0!important;
background:transparent!important;
color:var(--gp-text,#fff)!important;
}
.ea-standard .ui-datepicker-title{
order:2;
margin:0!important;
font-family:var(--gp-headline,"Figtree",sans-serif)!important;
font-size:1.15rem!important;
font-weight:900!important;
line-height:1!important;
text-transform:uppercase!important;
color:var(--gp-text,#fff)!important;
}
.ea-standard .ui-datepicker-prev,
.ea-standard .ui-datepicker-next{
position:static!important;
top:auto!important;
width:auto!important;
height:auto!important;
min-width:88px!important;
padding:8px 10px!important;
border:1px solid rgba(255,255,255,.16)!important;
border-radius:0!important;
background:transparent!important;
color:var(--gp-text,#fff)!important;
cursor:pointer!important;
text-decoration:none!important;
}
.ea-standard .ui-datepicker-prev{order:1;text-align:left!important;}
.ea-standard .ui-datepicker-next{order:3;text-align:right!important;}
.ea-standard .ui-datepicker-prev:hover,
.ea-standard .ui-datepicker-next:hover{
border-color:var(--gp-pink,#ff2da8)!important;
background:var(--gp-pink,#ff2da8)!important;
color:#fff!important;
}
.ea-standard .ui-datepicker-prev.ui-state-disabled,
.ea-standard .ui-datepicker-next.ui-state-disabled{
opacity:.28!important;
cursor:default!important;
pointer-events:none!important;
}
.ea-standard .ui-datepicker-prev .ui-icon,
.ea-standard .ui-datepicker-next .ui-icon{
position:static!important;
display:block!important;
width:auto!important;
height:auto!important;
margin:0!important;
overflow:visible!important;
background:none!important;
text-indent:0!important;
font-family:var(--gp-font-body,"Palanquin",sans-serif)!important;
font-size:.82rem!important;
font-weight:300!important;
white-space:nowrap!important;
}
.ea-standard .ui-datepicker-calendar{
width:100%!important;
margin:0!important;
border-collapse:collapse!important;
table-layout:fixed!important;
background:transparent!important;
}
.ea-standard .ui-datepicker-calendar thead{
border-bottom:1px solid rgba(255,255,255,.12)!important;
}
.ea-standard .ui-datepicker-calendar th{
height:42px!important;
padding:6px 2px!important;
border:0!important;
background:transparent!important;
color:rgba(255,255,255,.65)!important;
font-size:.78rem!important;
font-weight:300!important;
text-transform:uppercase!important;
}
.ea-standard .ui-datepicker-calendar td{
padding:3px!important;
border:0!important;
background:transparent!important;
}
.ea-standard .ui-datepicker-calendar td > a,
.ea-standard .ui-datepicker-calendar td > span{
display:flex!important;
align-items:center!important;
justify-content:center!important;
width:100%!important;
min-height:46px!important;
padding:6px!important;
border:1px solid rgba(255,255,255,.1)!important;
border-radius:0!important;
background:rgba(255,255,255,.035)!important;
color:var(--gp-text,#fff)!important;
font-weight:300!important;
text-align:center!important;
text-decoration:none!important;
}
.ea-standard .ui-datepicker-calendar td > a:hover,
.ea-standard .ui-datepicker-calendar .ui-state-hover{
border-color:var(--gp-pink,#ff2da8)!important;
background:rgba(255,45,168,.16)!important;
color:#fff!important;
}
.ea-standard .ui-datepicker-calendar .ui-state-active,
.ea-standard .ui-datepicker-current-day > a{
border-color:var(--gp-pink,#ff2da8)!important;
background:var(--gp-pink,#ff2da8)!important;
color:#fff!important;
font-weight:900!important;
}
.ea-standard .ui-datepicker-unselectable,
.ea-standard .ui-datepicker-other-month,
.ea-standard .ui-state-disabled{
opacity:.24!important;
}
.ea-standard .ui-datepicker-unselectable > span,
.ea-standard .ui-datepicker-other-month > span{
background:transparent!important;
} .ea-standard .time{
display:grid!important;
grid-template-columns:repeat(4,minmax(0,1fr))!important;
gap:8px!important;
min-height:0!important;
padding:8px!important;
border:1px solid rgba(255,255,255,.14)!important;
background:rgba(255,255,255,.025)!important;
white-space:normal!important;
}
.ea-standard .time-value,
.ea-standard .time-disabled,
.ea-standard .col-50 .time-value,
.ea-standard .col-50 .time-disabled{
display:flex!important;
align-items:center!important;
justify-content:center!important;
width:100%!important;
min-height:44px!important;
padding:8px!important;
border:1px solid rgba(255,255,255,.14)!important;
background:transparent!important;
color:var(--gp-text,#fff)!important;
text-align:center!important;
vertical-align:middle!important;
}
.ea-standard .time-value:hover{
border-color:var(--gp-pink,#ff2da8)!important;
background:rgba(255,45,168,.16)!important;
cursor:pointer!important;
}
.ea-standard .time-disabled{
opacity:.28!important;
cursor:default!important;
}
.ea-standard .selected-time{
border-color:var(--gp-pink,#ff2da8)!important;
background:var(--gp-pink,#ff2da8)!important;
color:#fff!important;
font-weight:900!important;
} .ea-standard .step label{
display:block!important;
width:100%!important;
margin:0 0 6px!important;
padding:0!important;
color:var(--gp-text,#fff)!important;
text-align:left!important;
}
.ea-standard .step input,
.ea-standard .step select,
.ea-standard .step textarea,
.ea-standard .ea-phone-field-group .ea-phone-country-code-part,
.ea-standard .ea-phone-field-group .ea-phone-number-part{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:11px 12px!important;
border:1px solid rgba(255,255,255,.18)!important;
border-radius:0!important;
outline:0!important;
background:rgba(255,255,255,.045)!important;
color:var(--gp-text,#fff)!important;
font:inherit!important;
}
.ea-standard .step textarea{
min-height:120px!important;
resize:vertical!important;
}
.ea-standard .step input:focus,
.ea-standard .step select:focus,
.ea-standard .step textarea:focus{
border-color:var(--gp-pink,#ff2da8)!important;
box-shadow:0 0 0 1px var(--gp-pink,#ff2da8)!important;
}
.ea-standard input::placeholder,
.ea-standard textarea::placeholder{
color:rgba(255,255,255,.42)!important;
}
.ea-standard input[type="button"],
.ea-standard input[type="submit"],
.ea-standard button,
.ea-standard .ea-btn{
min-height:44px!important;
padding:10px 18px!important;
border:1px solid var(--gp-pink,#ff2da8)!important;
border-radius:0!important;
background:var(--gp-pink,#ff2da8)!important;
color:#fff!important;
font-family:var(--gp-headline,"Figtree",sans-serif)!important;
font-weight:900!important;
text-transform:uppercase!important;
letter-spacing:.03em!important;
}
.ea-standard input[type="button"]:hover,
.ea-standard input[type="submit"]:hover,
.ea-standard button:hover,
.ea-standard .ea-btn:hover{
background:#fff!important;
border-color:#fff!important;
color:#0B141C!important;
}
.ea-standard .disabled .block{
background:#0B141C!important;
opacity:.72!important;
}
.ea-standard label.error{
width:100%!important;
margin-top:6px!important;
color:#ff6b8a!important;
}
.ea-standard input.error,
.ea-standard textarea.error,
.ea-standard select.error{
border-color:#ff6b8a!important;
}
.ea-standard #booking-overview{
width:100%!important;
padding-top:0!important;
border-collapse:collapse!important;
}
.ea-standard #booking-overview td,
.ea-standard #booking-overview th{
padding:8px 0!important;
border-bottom:1px solid rgba(255,255,255,.1)!important;
color:var(--gp-text,#fff)!important;
font-size:.92rem!important;
}
.ea-standard #booking-overview .ea-label{
width:40%!important;
opacity:.58!important;
}
.ea-standard .gdpr,
.ea-standard .i-agree{
color:rgba(255,255,255,.78)!important;
white-space:normal!important;
word-break:normal!important;
overflow-wrap:anywhere!important;
}
.ea-cancel{
margin-left:0!important;
}
.ea-checkout-section{
width:100%!important;
max-width:800px!important;
}
@media (max-width:680px){
.ea-standard .ui-datepicker-header{
min-height:52px!important;
padding:0 6px!important;
}
.ea-standard .ui-datepicker-prev,
.ea-standard .ui-datepicker-next{
min-width:0!important;
padding:7px!important;
}
.ea-standard .ui-datepicker-prev .ui-icon,
.ea-standard .ui-datepicker-next .ui-icon{
font-size:0!important;
}
.ea-standard .ui-datepicker-prev .ui-icon::before{
content:"‹";
font-size:1.5rem;
}
.ea-standard .ui-datepicker-next .ui-icon::before{
content:"›";
font-size:1.5rem;
}
.ea-standard .ui-datepicker-title{
font-size:1rem!important;
}
.ea-standard .ui-datepicker-calendar td{
padding:2px!important;
}
.ea-standard .ui-datepicker-calendar td > a,
.ea-standard .ui-datepicker-calendar td > span{
min-height:40px!important;
padding:3px!important;
}
.ea-standard .time{
grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
} .ea-standard .ui-datepicker-prev .ui-icon,
.ea-standard .ui-datepicker-next .ui-icon{
font-size:0!important;
line-height:1!important;
text-align:center!important;
}
.ea-standard .ui-datepicker-prev .ui-icon::before,
.ea-standard .ui-datepicker-next .ui-icon::before{
display:block!important;
color:currentColor!important;
font-family:var(--gp-headline,"Figtree",sans-serif)!important;
font-size:1.35rem!important;
font-weight:900!important;
line-height:1!important;
}
.ea-standard .ui-datepicker-prev .ui-icon::before{content:"←"!important;}
.ea-standard .ui-datepicker-next .ui-icon::before{content:"→"!important;} .ea-standard .ui-datepicker-calendar td > a,
.ea-standard .ui-datepicker-calendar td > span{
width:42px!important;
min-width:42px!important;
min-height:42px!important;
height:42px!important;
margin:0 auto!important;
padding:0!important;
border-radius:50%!important;
} .ea-standard .time-value,
.ea-standard .time-disabled,
.ea-standard .col-50 .time-value,
.ea-standard .col-50 .time-disabled{
border-radius:999px!important;
padding:9px 14px!important;
} .ea-standard .step.gdpr,
.ea-standard .step.i-agree,
.ea-standard .gdpr.step,
.ea-standard .i-agree.step{
display:flex!important;
flex-wrap:wrap!important;
align-items:flex-start!important;
gap:8px 12px!important;
padding:16px 0!important;
white-space:normal!important;
}
.ea-standard .step.gdpr > label,
.ea-standard .step.i-agree > label,
.ea-standard .gdpr.step > label,
.ea-standard .i-agree.step > label{
order:2!important;
flex:1 1 240px!important;
width:auto!important;
margin:0!important;
padding:0!important;
line-height:1.4!important;
}
.ea-standard .step.gdpr > input[type="checkbox"],
.ea-standard .step.i-agree > input[type="checkbox"],
.ea-standard .gdpr.step > input[type="checkbox"],
.ea-standard .i-agree.step > input[type="checkbox"],
.ea-standard .gdpr input[type="checkbox"],
.ea-standard .i-agree input[type="checkbox"]{
order:1!important;
flex:0 0 auto!important;
width:20px!important;
height:20px!important;
min-width:20px!important;
margin:2px 0 0!important;
padding:0!important;
accent-color:var(--gp-pink,#ff2da8)!important;
}
.ea-standard .step.gdpr > label.error,
.ea-standard .step.i-agree > label.error,
.ea-standard .gdpr.step > label.error,
.ea-standard .i-agree.step > label.error{
order:3!important;
flex-basis:100%!important;
margin:0 0 0 32px!important;
}
@media (max-width:680px){
.ea-standard .ui-datepicker-calendar td > a,
.ea-standard .ui-datepicker-calendar td > span{
width:36px!important;
min-width:36px!important;
min-height:36px!important;
height:36px!important;
}
} .ea-standard .ea_hide_show > p > label.gdpr,
.ea-standard .ea_hide_show > p > label.gdpr[style]{
width:auto!important;
max-width:none!important;
flex:1 1 auto!important;
margin:0!important;
padding:0!important;
color:var(--gp-text,#fff)!important;
font-family:inherit!important;
font-size:1rem!important;
font-weight:300!important;
line-height:1.6!important;
text-align:left!important;
white-space:normal!important;
} .gp-page-flow-home .gp-finder-teaser{
width:100%;
max-width:none;
padding-left:0!important;
padding-right:0!important;
}
.gp-page-flow-home .gp-finder-teaser-inner{
width:100%;
max-width:none;
margin:0;
padding:0;
}
.gp-page-flow-home .gp-finder-big-button{
width:100%;
max-width:none;
margin:0;
border-left:0;
border-right:0;
} .gp-module>.gp-container,
.gp-home-highlight .gp-container,
.gp-home-section .gp-container{padding-left:0;padding-right:0;}
.gp-finder-teaser{background:#0B141C;padding:25px 0;}
.gp-finder-teaser-inner{max-width:var(--gp-container-width,1200px);margin:0 auto;padding:0 20px;justify-content:center;}
.gp-finder-big-button{width:auto;min-width:320px;max-width:100%;}
.gp-home-divider,.gp-divider,.gp-section-divider{
width:100vw;position:relative;left:50%;transform:translateX(-50%);
margin:25px 0;border-top:1px solid var(--gp-accent);
}
.gp-module{margin:25px 0;}
.gp-module:first-child{margin-top:25px;} .swiper-button-prev,.swiper-button-next{
background:var(--gp-pink);
border:1px solid var(--gp-pink);
border-radius:999px;
width:42px;height:42px;
transition:background .18s ease,color .18s ease,border-color .18s ease;
transform:none!important;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
background:#fff;
color:#111;
border-color:#fff;
}  .gp-page-flow-home{
--gp-home-space:25px;
gap:var(--gp-home-space)!important;
padding-top:var(--gp-home-space)!important;
padding-bottom:var(--gp-home-space)!important;
}
.gp-page-flow-home > *,
.gp-page-flow-home > .gp-module{
margin-top:0!important;
margin-bottom:0!important;
}
.gp-page-flow-home > :where(section,.gp-module){
padding-top:0!important;
padding-bottom:var(--gp-home-space)!important;
}
.gp-page-flow-home > :where(section,.gp-module):last-child{
padding-bottom:0!important;
} .gp-page-flow-home .gp-finder-teaser{
width:100%!important;
max-width:none!important;
padding-left:0!important;
padding-right:0!important;
background:var(--gp-bg)!important;
}
.gp-page-flow-home .gp-finder-teaser-inner{
display:block!important;
width:min(calc(100% - 32px),1920px)!important;
max-width:1920px!important;
margin-inline:auto!important;
padding:0!important;
}
.gp-page-flow-home .gp-finder-big-button{
display:flex!important;
width:100%!important;
min-width:0!important;
max-width:none!important;
margin:0!important;
} .gp-home-slider-nav,
.gp-home-slider-nav:hover,
.gp-home-slider-nav:focus,
.gp-home-slider-nav:active{
width:44px!important;
height:44px!important;
min-width:44px!important;
min-height:44px!important;
padding:0!important;
border:1px solid var(--gp-border)!important;
border-radius:999px!important;
background:rgba(255,255,255,.035)!important;
color:var(--gp-text)!important;
font-family:inherit!important;
font-size:26px!important;
font-weight:300!important;
line-height:1!important;
text-transform:none!important;
letter-spacing:0!important;
box-shadow:none!important;
transform:translateY(-50%)!important;
transition:border-color .18s ease,background .18s ease,color .18s ease!important;
}
.gp-home-slider-nav:hover,
.gp-home-slider-nav:focus-visible{
border-color:var(--gp-pink)!important;
background:var(--gp-pink)!important;
color:#fff!important;
}
.gp-home-slider-nav:active{
transform:translateY(-50%)!important;
}
@media(max-width:720px){
.gp-home-slider-nav,
.gp-home-slider-nav:hover,
.gp-home-slider-nav:focus,
.gp-home-slider-nav:active{
width:38px!important;
height:38px!important;
min-width:38px!important;
min-height:38px!important;
font-size:22px!important;
}
}.gp-editorial-archive-hero,
.gp-editorial-hero {
padding: clamp(48px, 8vw, 96px) 0 clamp(28px, 5vw, 54px);
border-bottom: 1px solid var(--gp-pink);
}
.gp-editorial-archive-hero h1,
.gp-editorial-hero h1 {
margin: 10px 0 18px;
max-width: 1050px;
font-size: clamp(3rem, 9vw, 8rem);
line-height: .9;
}
.gp-editorial-archive-hero p,
.gp-editorial-lead {
max-width: 780px;
color: var(--gp-muted);
font-size: clamp(1.05rem, 2vw, 1.35rem);
}
.gp-editorial-filters {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 28px;
}
.gp-editorial-search { margin-top: 22px; }
.gp-editorial-search label { display: flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid var(--gp-border); border-radius: var(--gp-radius-sm); background: var(--gp-surface); }
.gp-editorial-search-icon { flex: 0 0 auto; filter: grayscale(1); }
.gp-editorial-search input[type="search"] {
width: 100%;
min-height: 58px;
padding: 14px 18px;
border: 0;
background: transparent;
color: var(--gp-text);
font: inherit;
font-size: 1.05rem;
}
.gp-editorial-search label:focus-within { border-color: var(--gp-pink); outline: 2px solid var(--gp-pink); outline-offset: 2px; }
.gp-editorial-search input[type="search"]:focus { outline: 0; }
.gp-editorial-filters a,
.gp-editorial-context a,
.gp-editorial-context span {
padding: 8px 12px;
border: 1px solid var(--gp-border);
border-radius: var(--gp-radius-sm);
color: var(--gp-muted);
font-weight: 800;
}
.gp-editorial-filters a:hover,
.gp-editorial-filters a:focus-visible,
.gp-editorial-filters a[aria-current="page"] {
border-color: var(--gp-pink);
background: var(--gp-pink);
color: #fff;
}
.gp-editorial-card a:focus-visible,
.gp-editorial-game-box:focus-visible,
.gp-editorial-game-articles a:focus-visible {
outline: 3px solid var(--gp-pink);
outline-offset: 3px;
}
.gp-editorial-archive-content { padding: clamp(34px, 6vw, 72px) 0; }
.gp-editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 3vw, 30px); }
.gp-editorial-card {
min-width: 0;
overflow: hidden;
border: 1px solid var(--gp-border);
border-radius: var(--gp-radius);
background: var(--gp-surface);
}
.gp-editorial-card.is-featured {
grid-column: 1 / -1;
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(300px, 1fr);
}
.gp-editorial-card-media {
display: flex;
min-height: 220px;
overflow: hidden;
background: var(--gp-surface-2);
}
.gp-editorial-card-media img {
width: 100%;
aspect-ratio: 16 / 10;
object-fit: cover;
transition: transform .25s ease;
}
.gp-editorial-card:hover .gp-editorial-card-media img { transform: scale(1.025); }
.gp-editorial-card-body { padding: clamp(18px, 3vw, 28px); }
.gp-editorial-card-context,
.gp-editorial-byline {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 10px;
color: var(--gp-muted);
font-size: .86rem;
}
.gp-editorial-card-context span { color: var(--gp-pink); font-weight: 900; }
.gp-editorial-card h2 { margin: 12px 0 10px; font-size: clamp(1.55rem, 3vw, 2.4rem); line-height: 1.05; }
.gp-editorial-card p { margin: 0; color: var(--gp-muted); }
.gp-editorial-card-author { display: block; margin-top: 18px; font-weight: 800; }
.gp-editorial-placeholder { display: grid; width: 100%; place-items: center; color: var(--gp-muted); font-weight: 900; }
.gp-editorial-empty { padding: 34px; border: 1px solid var(--gp-border); color: var(--gp-muted); }
.gp-editorial-home-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gp-editorial-home-grid .gp-editorial-card h2 { font-size: clamp(1.25rem, 2vw, 1.8rem); }
.gp-home-editorial-cta { margin-top: clamp(24px, 4vw, 40px); }
.gp-home-editorial-cta .gp-button:hover { transform: none; } .gp-home-editorial .gp-module-head h2 {
font-size: clamp(2rem, 4vw, 2.75rem) !important;
line-height: 1.05 !important;
}
.gp-editorial-archive-hero h1,
.gp-editorial-hero h1 {
font-size: clamp(2.5rem, 5vw, 4rem) !important;
line-height: 1.02 !important;
text-wrap: balance;
}
.gp-editorial-card h2,
.gp-editorial-grid.compact .gp-editorial-card h2 {
margin: 12px 0 10px !important;
font-size: 1.5rem !important;
line-height: 1.15 !important;
text-wrap: balance;
}
.gp-editorial-home-grid .gp-editorial-card h2 {
font-size: 1.375rem !important;
}
.gp-editorial-content {
font-size: 1.125rem !important;
line-height: 1.65 !important;
}
.gp-editorial-content h2 {
margin-top: 2.2em !important;
margin-bottom: .65em !important;
font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
line-height: 1.12 !important;
text-wrap: balance;
}
.gp-editorial-content h3 {
margin-top: 1.9em !important;
margin-bottom: .6em !important;
font-size: clamp(1.5rem, 2.4vw, 1.75rem) !important;
line-height: 1.18 !important;
}
.gp-editorial-author h2 {
margin: 4px 0 8px !important;
font-size: 1.75rem !important;
line-height: 1.1 !important;
}
.gp-editorial-games h2,
.gp-editorial-related > h2 {
font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
line-height: 1.12 !important;
}
.gp-editorial-card-context,
.gp-editorial-byline {
font-size: .875rem !important;
line-height: 1.4 !important;
}
.gp-editorial-card-context span,
.gp-editorial-byline span,
.gp-editorial-byline time {
font-weight: 700 !important;
}
.gp-editorial-home-grid .gp-editorial-card-body {
padding: 18px;
}
.gp-editorial-hero-inner { max-width: 1050px; }
.gp-editorial-context { display: flex; flex-wrap: wrap; gap: 8px; }
.gp-editorial-context span { border-color: var(--gp-pink); color: var(--gp-pink); }
.gp-editorial-byline { justify-content: flex-start; margin-top: 22px; font-weight: 800; }
.gp-editorial-single .gp-editorial-context span {
padding: 0;
border: 0;
border-radius: 0;
color: var(--gp-pink);
font-size: .875rem;
font-weight: 900 !important;
}
.gp-editorial-single .gp-editorial-byline { gap: 8px; }
.gp-editorial-hero-image { margin: clamp(28px, 5vw, 54px) 0 0; }
.gp-editorial-hero-image img { display: block; width: 100%; max-height: 720px; object-fit: cover; border-radius: var(--gp-radius); }
.gp-editorial-layout { width: min(100% - 32px, 920px); padding: clamp(38px, 6vw, 78px) 0; }
.gp-editorial-content { width: 100% !important; max-width: none !important; font-size: clamp(1.05rem, 1.5vw, 1.17rem); line-height: 1.75; }
.gp-editorial-content > * { max-width: 760px; margin-left: 0; margin-right: auto; }
.gp-editorial-content > ul,
.gp-editorial-content > ol { padding-left: 0; list-style-position: inside; }
.gp-editorial-archive-list { margin-top: 30px; }
.gp-editorial-search-results { grid-template-columns: 1fr; }
.gp-editorial-search-results .gp-editorial-card.is-featured { grid-column: auto; }
.gp-editorial-archive-content.is-loading { opacity: .6; pointer-events: none; }
.gp-editorial-archive .gp-editorial-grid,
.gp-game-editorial .gp-editorial-grid { grid-template-columns: 1fr; }
.gp-editorial-archive .gp-editorial-card,
.gp-game-editorial .gp-editorial-card {
display: grid;
grid-template-columns: minmax(160px, 260px) minmax(0, 1fr);
}
.gp-editorial-archive .gp-editorial-card-media,
.gp-game-editorial .gp-editorial-card-media { min-height: 160px; }
.gp-editorial-archive .gp-editorial-card-media img,
.gp-game-editorial .gp-editorial-card-media img { height: 100%; aspect-ratio: auto; }
.gp-game-editorial-grid + .gp-game-editorial-grid { margin-top: 20px; }
.gp-editorial-content > .alignwide,
.gp-editorial-content > .wp-block-gallery,
.gp-editorial-content > .wp-block-embed,
.gp-editorial-content > .wp-block-image { max-width: 920px; }
.gp-editorial-content > .wp-block-geekpunkt-game-data,
.gp-editorial-content > .wp-block-geekpunkt-game-videos { max-width: 920px; }
.gp-editorial-game-data-block,
.gp-editorial-game-videos-block { margin-top: clamp(32px, 5vw, 54px); margin-bottom: clamp(32px, 5vw, 54px); }
.gp-editorial-game-data-block + .gp-editorial-game-videos-block,
.gp-editorial-game-videos-block + .gp-editorial-game-data-block { margin-top: 20px; }
.gp-editorial-embedded-game {
display: grid;
grid-template-columns: minmax(160px, 240px) minmax(0, 1fr);
gap: clamp(28px, 5vw, 56px);
align-items: start;
padding: clamp(18px, 3vw, 24px);
background: var(--gp-bg);
}
.gp-editorial-embedded-game .gp-game-cover-wrap { position: static; }
.gp-editorial-embedded-game .gp-editorial-embedded-game-cover { display: block; }
.gp-editorial-embedded-game .gp-game-cover { display: block; width: 100%; border-radius: var(--gp-radius); }
.gp-editorial-embedded-game .gp-game-title { margin: 0 0 24px !important; font-size: clamp(2.25rem, 5vw, 4.5rem) !important; line-height: .95 !important; }
.gp-editorial-embedded-game .gp-game-title a { color: inherit; text-decoration: none; }
.gp-editorial-embedded-game .gp-game-meta-strip { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.gp-editorial-embedded-game .gp-game-bottom-actions { margin-bottom: 0; }
.gp-editorial-content .gp-editorial-game-data-block a,
.gp-editorial-content .gp-editorial-game-videos-block a { color: var(--gp-text); text-decoration: none; }
.gp-editorial-content .gp-editorial-game-data-block .gp-button-buy { color: #fff; }
.gp-game-detail-flow .gp-credit-more[open] {
display: block !important;
flex: 1 0 100%;
width: 100%;
margin-top: 8px;
}
.gp-game-detail-flow .gp-credit-more-list {
display: flex !important;
flex-wrap: wrap;
gap: 8px;
width: 100%;
}
.gp-game-detail-flow .gp-credit-more-list a,
.gp-game-detail-flow .gp-credit-more-list span { display: inline-flex !important; margin-left: 0 !important; }
.gp-editorial-content h2 { margin-top: 2.2em; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1; }
.gp-editorial-content h3 { margin-top: 1.9em; font-size: clamp(1.55rem, 4vw, 2.35rem); line-height: 1.1; }
.gp-editorial-content h4 { margin-top: 1.7em; font-size: 1.3rem; }
.gp-editorial-content p,
.gp-editorial-content li { color: var(--gp-muted); }
.gp-editorial-content a { text-decoration: underline; text-underline-offset: 3px; }
.gp-editorial-content blockquote,
.gp-editorial-content .wp-block-pullquote {
margin-top: 2em;
margin-bottom: 2em;
padding: clamp(20px, 4vw, 38px);
border-left: 4px solid var(--gp-pink);
background: var(--gp-surface);
}
.gp-editorial-content blockquote p,
.gp-editorial-content .wp-block-pullquote p { color: var(--gp-text); font-size: 1.25em; }
.gp-editorial-content figcaption { margin-top: 8px; color: var(--gp-muted); font-size: .86rem; text-align: center; }
.gp-editorial-content table { width: 100%; border-collapse: collapse; }
.gp-editorial-content th,
.gp-editorial-content td { padding: 10px; border: 1px solid var(--gp-border); text-align: left; }
.gp-editorial-content hr { margin: 3em auto; border: 0; border-top: 1px solid var(--gp-pink); }
.gp-editorial-content iframe { width: 100%; max-width: 100%; }
.gp-editorial-content .wp-block-group.has-background { padding: clamp(18px, 4vw, 34px); border-left: 4px solid var(--gp-pink); }
.gp-editorial-games,
.gp-editorial-author,
.gp-editorial-related { margin-top: clamp(42px, 7vw, 78px); padding-top: 30px; border-top: 1px solid var(--gp-pink); }
.gp-editorial-games h2,
.gp-editorial-related > h2 { font-size: clamp(2rem, 5vw, 3.8rem); }
.gp-editorial-game-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gp-editorial-game-box { display: block; overflow: hidden; border: 1px solid var(--gp-border); border-radius: var(--gp-radius); background: var(--gp-surface); }
.gp-editorial-game-box img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: contain; background: var(--gp-surface-2); }
.gp-editorial-game-box strong { display: block; padding: 14px; }
.gp-editorial-author { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 22px; align-items: start; }
.gp-editorial-author img { border-radius: 50%; }
.gp-editorial-author h2 { margin: 4px 0 8px; }
.gp-editorial-author p { margin: 0; color: var(--gp-muted); }
.gp-editorial-grid.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gp-editorial-grid.compact .gp-editorial-card h2 { font-size: 1.55rem; }
.gp-editorial-game-articles { display: grid; gap: 10px; margin-bottom: 30px; }
.gp-editorial-game-articles a { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 16px; padding: 14px; border: 1px solid var(--gp-border); border-radius: var(--gp-radius-sm); }
.gp-editorial-game-articles span { color: var(--gp-pink); font-weight: 800; }
@media (max-width: 900px) {
.gp-editorial-grid,
.gp-editorial-grid.compact,
.gp-editorial-home-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gp-editorial-card.is-featured { grid-template-columns: 1fr; }
.gp-editorial-archive .gp-editorial-card,
.gp-game-editorial .gp-editorial-card { grid-template-columns: minmax(140px, 200px) minmax(0, 1fr); }
}
@media (max-width: 620px) {
.gp-editorial-grid,
.gp-editorial-grid.compact,
.gp-editorial-home-grid,
.gp-editorial-game-list { grid-template-columns: 1fr; }
.gp-editorial-layout { width: min(100% - 24px, 920px); }
.gp-editorial-author { grid-template-columns: 64px minmax(0, 1fr); }
.gp-editorial-author img { width: 64px; height: 64px; }
.gp-editorial-game-articles a { grid-template-columns: 1fr; gap: 5px; }
.gp-home-editorial .gp-module-head h2 { font-size: 2rem !important; }
.gp-editorial-card h2,
.gp-editorial-grid.compact .gp-editorial-card h2,
.gp-editorial-home-grid .gp-editorial-card h2 { font-size: 1.375rem !important; }
.gp-editorial-archive .gp-editorial-card,
.gp-game-editorial .gp-editorial-card { grid-template-columns: 120px minmax(0, 1fr); }
.gp-editorial-archive .gp-editorial-card-body,
.gp-game-editorial .gp-editorial-card-body { padding: 14px; }
.gp-editorial-archive .gp-editorial-card p,
.gp-game-editorial .gp-editorial-card p { display: none; }
.gp-editorial-embedded-game { grid-template-columns: 1fr; }
.gp-editorial-embedded-game .gp-editorial-embedded-game-cover { max-width: 320px; }
.gp-editorial-embedded-game .gp-game-meta-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (prefers-reduced-motion: reduce) {
.gp-editorial-card-media img { transition: none; }
}