:root{--page:#f6f8fc;--surface:#fff;--surface-2:#f9faff;--ink:#0b1739;--muted:#61708d;--soft:#8e99ad;--line:#e3e8f2;--primary:#6258f5;--cyan:#22bceb;--green:#67cc78;--orange:#ff9d45;--gold:#f7b928;--footer:#081d42;--shadow:0 8px 28px rgba(20,33,70,.07);--shadow-soft:0 3px 14px rgba(20,33,70,.06);--radius:16px}
html[data-theme=dark]{--page:#07142f;--surface:#0d2044;--surface-2:#10264e;--ink:#f6f8ff;--muted:#b6c2d8;--soft:#8fa0bd;--line:#243b65;--footer:#041029;--shadow:0 12px 34px rgba(0,0,0,.24);--shadow-soft:0 4px 18px rgba(0,0,0,.2)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:var(--page);color:var(--ink);font:16px/1.65 Inter,"Segoe UI",Roboto,Arial,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand{font-family:Manrope,Inter,"Segoe UI",sans-serif;letter-spacing:-.025em}:focus-visible{outline:3px solid rgba(98,88,245,.42);outline-offset:3px}.shell{width:min(1240px,calc(100% - 40px));margin-inline:auto}.skip{position:fixed;top:10px;left:10px;z-index:1000;transform:translateY(-150%);padding:10px 14px;border-radius:10px;background:var(--primary);color:#fff;font-weight:800}.skip:focus{transform:none}
.site-header{position:sticky;top:0;z-index:100;height:76px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 93%,transparent);backdrop-filter:blur(18px)}.header-inner{height:100%;display:flex;align-items:center;gap:30px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-size:21px;font-weight:900;letter-spacing:-.055em}.brand svg{width:47px;height:38px;overflow:visible;fill:none;stroke:var(--primary);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.brand .star{fill:#fff8df;stroke:var(--gold);stroke-width:1.5}.desktop-nav{display:flex;align-items:center;gap:28px;margin-left:auto;white-space:nowrap}.desktop-nav a{position:relative;padding:26px 0 23px;font-size:14px;font-weight:700}.desktop-nav a:after{content:"";position:absolute;right:0;bottom:17px;left:0;height:2px;border-radius:2px;background:var(--primary);transform:scaleX(0);transition:.2s}.desktop-nav a:hover:after{transform:scaleX(1)}.search-form{width:clamp(220px,23vw,320px);height:42px;display:flex;align-items:center;gap:9px;padding:0 13px;border:1px solid var(--line);border-radius:11px;background:var(--surface);box-shadow:var(--shadow-soft)}.search-form:before{content:"⌕";color:var(--muted);font-size:23px}.search-form input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.search-form input::placeholder{color:var(--soft)}.icon-btn{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:11px;background:transparent;cursor:pointer;font-size:24px}.icon-btn:hover{background:var(--surface-2)}.menu-btn{display:none;gap:4px;align-content:center}.menu-btn span{width:20px;height:2px;display:block;border-radius:2px;background:currentColor}.mobile-drawer{position:fixed;inset:0;z-index:300;pointer-events:none;visibility:hidden}.mobile-drawer.open{pointer-events:auto;visibility:visible}.drawer-backdrop{position:absolute;inset:0;border:0;background:rgba(2,11,29,.58);opacity:0;transition:.2s}.mobile-drawer.open .drawer-backdrop{opacity:1}.drawer-panel{position:absolute;top:0;right:0;width:min(88vw,380px);height:100%;padding:22px;background:var(--surface);transform:translateX(100%);transition:.25s}.mobile-drawer.open .drawer-panel{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.drawer-panel .search-form{width:100%}.drawer-panel nav{display:grid;margin-top:20px}.drawer-panel nav a{padding:14px 5px;border-bottom:1px solid var(--line);font-weight:750}
.page-main{padding-top:21px;padding-bottom:80px}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:20px;color:var(--muted);font-size:12px}.breadcrumbs a:hover{color:var(--primary)}.breadcrumbs [aria-current=page]{color:var(--ink)}.primary-layout,.article-layout,.listing-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:40px}.game-heading{min-height:109px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.game-heading h1{margin-bottom:8px;font-size:clamp(38px,4vw,55px);line-height:1.04;font-weight:900;letter-spacing:-.05em}.chips{display:flex;gap:7px;margin-bottom:10px}.chips a{display:inline-flex;min-height:25px;align-items:center;padding:3px 10px;border-radius:5px;background:var(--primary);color:#fff;font-size:12px;font-weight:800}.chips a:nth-child(2){background:var(--cyan)}.game-meta{margin:0;color:var(--muted);font-size:13px}.game-meta a{color:var(--ink);font-weight:750}.game-meta span{margin:0 9px}.heading-rating{display:grid;justify-items:end;gap:3px;padding-top:63px;white-space:nowrap}.heading-rating .stars{font-size:25px}.heading-rating strong{font-size:14px}.heading-rating strong span{color:var(--muted);font-weight:500}.stars{color:var(--gold);letter-spacing:1px;line-height:1}.stars.small{font-size:12px}
.game-experience{position:relative;border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.game-player{position:relative;aspect-ratio:16/9;overflow:hidden;border:1px solid rgba(220,228,242,.6);border-radius:var(--radius) var(--radius) 0 0;background:#07112b}.game-player .cover{width:100%;height:100%;object-fit:cover}.player-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,13,37,.08),rgba(3,13,37,.34))}.play-btn{position:absolute;top:50%;left:50%;width:148px;height:148px;display:grid;place-content:center;justify-items:center;gap:3px;transform:translate(-50%,-50%);border:5px solid #fff;border-radius:50%;background:rgba(8,35,78,.7);box-shadow:0 0 0 7px rgba(34,188,235,.26),0 0 40px rgba(34,188,235,.55);color:#fff;cursor:pointer;transition:.2s}.play-btn:hover{transform:translate(-50%,-50%) scale(1.05);background:rgba(98,88,245,.86)}.play-btn .triangle{margin-left:8px;font-size:46px;line-height:1}.play-btn strong{font-size:19px}.fullscreen{position:absolute;right:15px;bottom:15px;min-height:40px;padding:7px 12px;border:1px solid rgba(255,255,255,.44);border-radius:8px;background:rgba(4,20,51,.76);color:#fff;cursor:pointer;backdrop-filter:blur(8px)}.game-player iframe{width:100%;height:100%;border:0;background:#000}.toolbar{min-height:58px;display:flex;align-items:center;padding:6px 10px;border:1px solid var(--line);border-top:0;border-radius:0 0 var(--radius) var(--radius);background:var(--surface)}.toolbar button{min-height:44px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:0;border-radius:9px;background:transparent;cursor:pointer;font-size:14px;font-weight:650}.toolbar button:hover,.toolbar button.active{background:var(--surface-2);color:var(--primary)}.toolbar .sep{width:1px;height:28px;margin:0 7px;background:var(--line)}.toolbar .share{margin-left:auto}.game-experience.cinema{position:fixed;inset:4vh 4vw;z-index:501;display:flex;flex-direction:column;border-radius:18px;box-shadow:0 25px 70px rgba(0,0,0,.5)}.game-experience.cinema .game-player{min-height:0;flex:1;aspect-ratio:auto}body.cinema-open:before{content:"";position:fixed;inset:0;z-index:500;background:rgba(2,8,23,.93)}body.cinema-open{overflow:hidden}
.section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.section-head h2{margin:0;font-size:25px;line-height:1.25;font-weight:850}.section-head>a{color:var(--primary);font-size:13px;font-weight:750}.similar{margin-top:33px}.similar-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:19px 14px}.game-card{display:block;min-width:0}.card-image{position:relative;display:block;aspect-ratio:1;overflow:hidden;border-radius:14px;background:var(--surface-2);box-shadow:var(--shadow-soft)}.card-image img{width:100%;height:100%;object-fit:cover;transition:.28s}.card-play{position:absolute;top:50%;left:50%;width:44px;height:44px;display:grid;place-items:center;padding-left:3px;transform:translate(-50%,-42%) scale(.8);border-radius:50%;background:rgba(255,255,255,.92);color:var(--primary);box-shadow:0 7px 22px rgba(4,16,45,.22);opacity:0;transition:.22s}.game-card:hover .card-image img{transform:scale(1.06)}.game-card:hover .card-play{transform:translate(-50%,-50%) scale(1);opacity:1}.card-copy{display:grid;gap:3px;padding-top:8px}.card-copy strong{overflow:hidden;font-size:13px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.similar-grid .card-copy{text-align:center}
.sidebar{position:sticky;top:96px;display:grid;gap:20px}.ad-slot{width:100%;aspect-ratio:300/250;display:grid;place-content:center;justify-items:center;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,var(--surface),var(--surface-2));box-shadow:var(--shadow-soft);color:var(--muted);line-height:1.5}.ad-slot b{font-size:13px;letter-spacing:.04em}.ad-slot small{font-size:13px}.widget{overflow:hidden;padding:17px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft)}.widget h2{margin-bottom:12px;font-size:21px;line-height:1.2;font-weight:850}.category-list a{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:66px;border-bottom:1px solid var(--line)}.category-list a:last-child{border:0}.cat-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:10px;background:var(--primary);color:#fff;font-size:21px}.cat-icon.cyan{background:var(--cyan)}.cat-icon.green{background:var(--green)}.cat-icon.orange{background:var(--orange)}.category-list strong,.category-list small{display:block}.category-list strong{font-size:13px}.category-list small{color:var(--muted);font-size:11px}.category-list b{color:var(--muted);font-size:24px;font-weight:400}.latest-row{display:grid;grid-template-columns:89px minmax(0,1fr);align-items:center;gap:12px;padding:7px 0}.latest-thumb{aspect-ratio:1.4;overflow:hidden;border-radius:9px}.latest-thumb img{width:100%;height:100%;object-fit:cover}.latest-row strong{display:block;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.latest-rating{display:flex;align-items:center;gap:5px;margin-top:2px;color:var(--muted);font-size:11px}.more-link{display:inline-flex;gap:7px;margin-top:9px;color:var(--primary);font-size:12px;font-weight:750}
.article-layout{margin-top:76px}.game-article{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft)}.article-toc{min-height:65px;display:flex;align-items:stretch;gap:22px;padding:0 26px;border-bottom:1px solid var(--line);white-space:nowrap}.article-toc strong,.article-toc a{display:inline-flex;align-items:center;border-bottom:3px solid transparent;font-size:13px}.article-toc a{color:var(--muted)}.article-toc a:first-of-type,.article-toc a:hover{border-color:var(--primary);color:var(--primary)}.article-section{padding:0 28px;scroll-margin-top:100px}.article-section:first-of-type{padding-top:27px}.article-section+.article-section{margin-top:42px}.article-section h2,.comments h2{margin-bottom:14px;font-size:clamp(25px,3vw,32px);line-height:1.2;font-weight:900}.article-section p,.comments p{color:var(--muted);line-height:1.78}.lead{color:var(--ink)!important;font-size:18px;font-weight:520}.article-hero{margin:24px 0 0}.article-hero img{width:100%;height:auto;aspect-ratio:1200/630;object-fit:cover;border-radius:13px}.article-hero figcaption{margin-top:7px;color:var(--soft);font-size:12px}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}.steps article{min-height:155px;padding:16px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.steps article>span{width:28px;height:28px;display:grid;place-items:center;margin-bottom:13px;border-radius:7px;background:var(--primary);color:#fff;font-size:13px;font-weight:900}.steps b{display:block;margin-bottom:6px;font-size:14px}.steps p{margin:0;font-size:12px;line-height:1.55}.control-card{display:flex;align-items:center;gap:18px;padding:18px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.control-card>span{width:50px;height:50px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:rgba(98,88,245,.12);color:var(--primary);font-size:25px}.control-card p{margin:0}.check-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.check-list li{position:relative;padding:13px 15px 13px 46px;border:1px solid var(--line);border-radius:11px;background:var(--surface-2);color:var(--muted)}.check-list li:before{content:"✓";position:absolute;top:12px;left:15px;width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:rgba(103,204,120,.18);color:var(--green);font-weight:900}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.feature-grid div{min-height:76px;display:flex;align-items:center;gap:13px;padding:14px;border:1px solid var(--line);border-radius:11px}.feature-grid span{width:39px;height:39px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:rgba(34,188,235,.14);color:var(--primary)}.feature-grid strong{font-size:14px}.facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;overflow:hidden;border:1px solid var(--line);border-radius:12px}.facts div{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line)}.facts div:nth-child(odd){border-right:1px solid var(--line)}.facts div:nth-last-child(-n+2){border-bottom:0}.facts dt{color:var(--muted)}.facts dd{margin:0;text-align:right;font-weight:750}.media-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:12px}.media-grid figure{height:250px;margin:0;overflow:hidden;border-radius:12px;background:var(--surface-2)}.media-grid img{width:100%;height:100%;object-fit:cover}.video-frame{aspect-ratio:16/9;overflow:hidden;border-radius:12px;background:#050a16}.video-frame iframe{width:100%;height:100%;border:0}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{min-height:61px;display:flex;align-items:center;justify-content:space-between;gap:15px;cursor:pointer;font-weight:800;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary span{color:var(--primary);font-size:24px;transition:.2s}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{padding:0 30px 15px 0}.comments{margin-top:48px;padding:28px;border-top:1px solid var(--line)}.comment{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;padding:19px 0;border-top:1px solid var(--line)}.avatar{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--cyan));color:#fff;font-size:13px;font-weight:900}.comment header{display:flex;align-items:center;justify-content:space-between;gap:15px}.comment time{color:var(--soft);font-size:11px}.comment p{margin:5px 0 3px;font-size:14px}.comment button{padding:0;border:0;background:transparent;color:var(--primary);cursor:pointer;font-size:12px;font-weight:750}.comment-form{display:grid;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid var(--line)}.comment-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.comment-form input,.comment-form textarea{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);color:var(--ink)}.comment-form textarea{min-height:105px;resize:vertical}.primary-btn{min-height:46px;justify-self:start;padding:0 20px;border:0;border-radius:10px;background:var(--primary);color:#fff;cursor:pointer;font-weight:800}.side-note{position:sticky;top:98px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft)}.side-note>div{padding:22px}.side-note .ok{width:39px;height:39px;display:grid;place-items:center;margin-bottom:12px;border-radius:50%;background:rgba(103,204,120,.18);color:var(--green);font-weight:900}.side-note strong{display:block;margin-bottom:6px}.side-note p{margin:0;color:var(--muted);font-size:13px}.side-note>a{display:block;padding:13px 22px;border-top:1px solid var(--line);color:var(--primary);font-size:12px;font-weight:750}
.listing-page,.content-page{min-height:70vh;padding-top:22px;padding-bottom:80px}.page-hero{position:relative;overflow:hidden;margin-bottom:30px;padding:42px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-soft)}.page-hero:after{content:"";position:absolute;width:230px;height:230px;top:-95px;right:-35px;border-radius:50%;background:radial-gradient(circle,rgba(34,188,235,.27),transparent 67%)}.eyebrow{display:inline-flex;margin-bottom:10px;color:var(--primary);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.page-hero h1{max-width:760px;margin-bottom:12px;font-size:clamp(34px,5vw,52px);line-height:1.08;font-weight:900}.page-hero p{max-width:760px;margin:0;color:var(--muted);font-size:17px}.listing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 18px}.listing-grid .card-copy strong{font-size:14px}.listing-intro{margin-top:42px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.listing-intro h2{font-size:26px}.listing-intro p{margin-bottom:0;color:var(--muted)}.content-card{padding:clamp(24px,5vw,54px);border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-soft)}.content-card h1{margin-bottom:13px;font-size:clamp(36px,5vw,54px);line-height:1.08;font-weight:900}.content-card h2{margin:38px 0 10px;font-size:27px}.content-card p,.content-card li{color:var(--muted)}.content-card a{color:var(--primary);font-weight:700}.author-profile{display:grid;grid-template-columns:160px minmax(0,1fr);gap:32px;align-items:center}.author-avatar{width:160px;height:160px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(135deg,var(--primary),var(--cyan));color:#fff;font-size:48px;font-weight:900}.large-search{display:flex;gap:10px;max-width:720px;margin-top:22px}.large-search input{min-width:0;height:52px;flex:1;padding:0 16px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2);color:var(--ink)}.large-search button{min-height:52px;padding:0 21px;border:0;border-radius:12px;background:var(--primary);color:#fff;cursor:pointer;font-weight:800}.contact-form{display:grid;gap:15px;max-width:760px;margin-top:25px}.contact-form label{display:grid;gap:7px;font-weight:750}.contact-form input,.contact-form textarea{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:11px;background:var(--surface-2);color:var(--ink)}.contact-form textarea{min-height:160px;resize:vertical}.empty{padding:45px;border:1px dashed var(--line);border-radius:var(--radius);text-align:center;color:var(--muted)}
.site-footer{padding-top:45px;background:var(--footer);color:#fff}.site-footer .brand{color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:70px;padding-bottom:35px}.footer-brand p{max-width:270px;margin:15px 0 18px;color:#bac8df;font-size:13px}.site-footer h2{margin:7px 0 14px;font-size:14px}.site-footer .footer-grid>div:not(.footer-brand) a{display:block;margin:8px 0;color:#bac8df;font-size:12px}.site-footer a:hover{color:#fff!important}.social{display:flex;gap:10px}.social a{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.09);font-size:13px;font-weight:800}.footer-bottom{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.17);color:#bac8df;font-size:11px}.heart{color:#ff5570}
@media(max-width:1130px){.header-inner{gap:19px}.desktop-nav{gap:18px}.desktop-nav a{font-size:13px}.search-form{width:240px}.primary-layout,.article-layout,.listing-layout{grid-template-columns:minmax(0,1fr) 300px;gap:28px}.similar-grid{gap:15px 10px}.card-copy strong{font-size:12px}}
@media(max-width:980px){.desktop-nav,.site-header>.header-inner>.search-form{display:none}.theme-btn{margin-left:auto}.menu-btn{display:grid}.primary-layout,.article-layout,.listing-layout{grid-template-columns:1fr}.sidebar{position:static;grid-template-columns:1fr 1fr}.sidebar .ad-slot{display:none}.article-layout{margin-top:55px}.side-note{position:static}.listing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-grid{grid-template-columns:1.3fr repeat(2,1fr);gap:38px}}
@media(max-width:720px){.shell{width:min(100% - 28px,1240px)}.site-header{height:66px}.brand{font-size:18px}.brand svg{width:41px}.page-main{padding-top:15px}.breadcrumbs{margin-bottom:14px}.game-heading{min-height:0;display:block;margin-bottom:16px}.game-heading h1{font-size:clamp(35px,10vw,48px)}.heading-rating{justify-items:start;padding-top:12px}.heading-rating .stars{font-size:20px}.play-btn{width:112px;height:112px;border-width:4px}.play-btn .triangle{font-size:34px}.play-btn strong{font-size:15px}.fullscreen span{display:none}.toolbar{overflow-x:auto}.toolbar button{flex:0 0 auto;padding:0 10px}.toolbar button span{display:none}.toolbar .share span{display:inline}.similar-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 12px}.sidebar{grid-template-columns:1fr}.article-toc{overflow-x:auto;padding:0 20px;gap:19px}.article-section{padding-inline:20px}.steps{grid-template-columns:1fr}.steps article{min-height:0}.feature-grid,.facts{grid-template-columns:1fr}.facts div:nth-child(odd){border-right:0}.facts div:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.facts div:last-child{border-bottom:0}.media-grid{grid-template-columns:1fr}.media-grid figure{height:220px}.comments{padding:22px 20px}.comment header{align-items:flex-start;flex-direction:column;gap:2px}.listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-hero{padding:30px 22px}.author-profile{grid-template-columns:1fr}.author-avatar{width:120px;height:120px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 25px}.footer-brand{grid-column:1/-1}.comment-form .form-row{grid-template-columns:1fr}}
@media(max-width:480px){.shell{width:min(100% - 20px,1240px)}.header-inner{gap:7px}.brand{gap:7px}.brand svg{width:37px}.icon-btn{width:40px;height:40px}.game-meta span{margin:0 5px}.game-player{aspect-ratio:4/3}.similar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-head h2{font-size:22px}.article-section h2,.comments h2{font-size:25px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;padding:14px 0}.large-search{flex-direction:column}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
.social span{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.09);font-size:13px;font-weight:800}

/* Geometry Dash PC — game page UX refinement */
.section-title,.widget-title{font-family:Manrope,Inter,"Segoe UI",sans-serif;letter-spacing:-.025em}
.section-head .section-title{margin:0;font-size:25px;line-height:1.25;font-weight:850}
.widget .widget-title{margin-bottom:12px;font-size:21px;line-height:1.2;font-weight:850}

.game-heading{min-height:0;display:block;margin-bottom:14px}
.game-heading h1{margin-bottom:13px}
.game-meta-bar{min-height:45px;display:flex;align-items:center;gap:18px;padding:8px 0;border-top:1px solid var(--line)}
.game-meta-bar .chips{flex:0 0 auto;margin:0}
.game-meta-bar .game-meta{min-width:0;margin:0;white-space:nowrap}
.game-meta-bar .heading-rating{display:flex;align-items:center;gap:9px;margin-left:auto;padding:0;white-space:nowrap}
.game-meta-bar .heading-rating .stars{font-size:21px}
.game-meta-bar .heading-rating strong{font-size:14px}

.fullscreen.player-fullscreen{top:14px;right:14px;bottom:auto;width:43px;height:43px;min-height:43px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.42);border-radius:11px;background:rgba(4,20,51,.76);font-size:23px;font-weight:500;line-height:1;box-shadow:0 8px 24px rgba(0,0,0,.22);transition:transform .18s,background .18s}
.fullscreen.player-fullscreen svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.fullscreen.player-fullscreen:hover{transform:translateY(-2px);background:rgba(98,88,245,.92)}
.toolbar{min-height:66px;gap:9px;padding:9px 11px;overflow:visible}
.toolbar .tool-cluster,.toolbar .vote-group{display:flex;align-items:center;gap:5px}
.toolbar .toolbar-spacer{flex:1}
.toolbar button{min-height:46px;justify-content:center;gap:8px;padding:0 12px;border:1px solid transparent}
.toolbar button svg{width:19px;height:19px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.toolbar .vote-btn svg{fill:none;stroke-width:1.7}
.toolbar button:hover{border-color:var(--line);background:var(--surface-2)}
.toolbar .vote-group{padding:4px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}
.toolbar .vote-group button{min-height:38px;padding:0 10px;border:0;background:transparent;color:var(--muted);font-size:12px}
.toolbar .vote-group button+button{border-left:1px solid var(--line);border-radius:0 8px 8px 0}
.toolbar .vote-group button.active{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-soft)}
.toolbar .vote-group button.active svg{fill:color-mix(in srgb,var(--primary) 16%,transparent)}
.toolbar .share{margin-left:0}

.article-toc{display:none}
.article-toc-card{position:sticky;top:98px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft)}
.toc-card-head{display:flex;align-items:center;gap:12px;padding:19px 20px 16px;border-bottom:1px solid var(--line)}
.toc-card-head>span{width:39px;height:39px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;background:rgba(98,88,245,.12);color:var(--primary);font-size:25px;font-weight:800}
.toc-card-head small,.toc-card-head strong{display:block}
.toc-card-head small{margin-bottom:1px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.toc-card-head strong{font:850 19px/1.2 Manrope,Inter,sans-serif}
.toc-card-links{display:grid;padding:10px}
.toc-card-links a{position:relative;min-height:36px;display:flex;align-items:center;padding:7px 10px 7px 28px;border-radius:8px;color:var(--muted);font-size:12px;font-weight:700;transition:.18s}
.toc-card-links a:before{content:"";position:absolute;left:11px;width:6px;height:6px;border:1.5px solid var(--soft);border-radius:50%}
.toc-card-links a:hover,.toc-card-links a.active{background:var(--surface-2);color:var(--primary)}
.toc-card-links a.active:before{border-color:var(--primary);background:var(--primary);box-shadow:0 0 0 4px rgba(98,88,245,.12)}
.toc-progress{height:3px;background:var(--line)}
.toc-progress span{width:0;height:100%;display:block;background:linear-gradient(90deg,var(--primary),var(--cyan));transition:width .2s}

.editorial-block{margin:48px 28px 0;padding:25px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(145deg,var(--surface-2),var(--surface));box-shadow:var(--shadow-soft);scroll-margin-top:100px}
.editorial-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:18px}
.editorial-heading h2{margin:3px 0 4px;font-size:clamp(25px,3vw,32px);line-height:1.2;font-weight:900}
.editorial-heading p{margin:0;color:var(--muted);font-size:13px}
.editorial-kicker{color:var(--primary);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.gallery-counter{display:flex;align-items:baseline;gap:6px;flex:0 0 auto;color:var(--muted);font-size:13px}
.gallery-counter b{color:var(--ink);font-size:21px}
.gallery-slider{position:relative}
.gallery-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 13px)/2);gap:13px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}
.gallery-track::-webkit-scrollbar{display:none}
.gallery-slide{position:relative;aspect-ratio:16/9;overflow:hidden;padding:0;border:1px solid var(--line);border-radius:12px;background:#08142e;cursor:zoom-in;scroll-snap-align:start}
.gallery-slide img{width:100%;height:100%;object-fit:cover;transition:transform .3s,filter .3s}
.gallery-slide:hover img{transform:scale(1.035);filter:brightness(.88)}
.gallery-zoom{position:absolute;right:10px;bottom:10px;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:9px;background:rgba(4,20,51,.75);color:#fff;font-size:20px;box-shadow:0 7px 18px rgba(0,0,0,.2);opacity:0;transform:translateY(4px);transition:.2s}
.gallery-slide:hover .gallery-zoom,.gallery-slide:focus-visible .gallery-zoom{opacity:1;transform:none}
.gallery-controls{position:absolute;right:10px;top:10px;display:flex;gap:6px}
.gallery-controls button{width:36px;height:36px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.45);border-radius:9px;background:rgba(4,20,51,.76);color:#fff;cursor:pointer;font-size:25px;line-height:1;box-shadow:0 6px 18px rgba(0,0,0,.18)}
.gallery-controls button:hover{background:var(--primary)}
.video-block{margin-bottom:0}
.video-block .video-frame{border:1px solid var(--line);box-shadow:0 8px 30px rgba(4,17,44,.15)}
.video-credit{margin:10px 2px 0!important;color:var(--muted);font-size:11px!important}
.video-credit a{color:var(--primary);font-weight:750}

.gallery-lightbox{position:fixed;inset:0;z-index:900;display:grid;grid-template-columns:72px minmax(0,1100px) 72px;align-items:center;justify-content:center;gap:16px;padding:32px;background:rgba(2,8,23,.94);opacity:0;visibility:hidden;transition:.2s}
.gallery-lightbox.open{opacity:1;visibility:visible}
.gallery-lightbox figure{max-height:calc(100vh - 64px);display:grid;grid-template-rows:minmax(0,1fr) auto;margin:0}
.gallery-lightbox img{width:100%;max-height:calc(100vh - 115px);object-fit:contain;border-radius:13px;box-shadow:0 20px 80px rgba(0,0,0,.45)}
.gallery-lightbox figcaption{padding-top:12px;color:#dbe5f7;text-align:center;font-size:13px}
.gallery-lightbox button{width:52px;height:52px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(255,255,255,.1);color:#fff;cursor:pointer;font-size:32px;backdrop-filter:blur(10px)}
.gallery-lightbox button:hover{background:var(--primary)}
.gallery-lightbox .lightbox-close{position:absolute;top:20px;right:20px;width:44px;height:44px;font-size:26px}
body.lightbox-open{overflow:hidden}

.social a{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.09);transition:transform .18s,background .18s}
.social a:hover{transform:translateY(-2px);background:var(--primary)}
.social svg{width:15px;height:15px;fill:currentColor}

@media(max-width:1130px){
  .game-meta-bar{gap:12px}.game-meta-bar .game-meta{font-size:12px}.game-meta-bar .heading-rating{gap:6px}.game-meta-bar .heading-rating .stars{font-size:18px}
  .toolbar button{padding-inline:9px}.toolbar .vote-group button{padding-inline:8px}.toolbar .tool-label{font-size:12px}
}
@media(max-width:980px){
  .article-toc-card{position:static}.toc-card-links{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .game-heading{margin-bottom:11px}.game-heading h1{margin-bottom:10px}
  .game-meta-bar{align-items:flex-start;flex-wrap:wrap;gap:8px 12px;padding-top:10px}
  .game-meta-bar .game-meta{order:3;width:100%;white-space:normal}.game-meta-bar .heading-rating{margin-left:auto}
  .fullscreen.player-fullscreen{top:10px;right:10px;width:40px;height:40px;min-height:40px}
  .toolbar{display:flex;flex-wrap:wrap;gap:7px;overflow:visible;padding:8px}
  .toolbar .tool-cluster{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .toolbar .tool-cluster button{width:100%;padding-inline:6px;border:1px solid var(--line);background:var(--surface-2)}
  .toolbar .toolbar-spacer{display:none}.toolbar .vote-group{flex:1}.toolbar .vote-group button{flex:1}.toolbar .share{flex:0 0 auto}
  .toolbar button span,.toolbar .share span{display:inline}.toolbar .tool-label,.toolbar .vote-group span{font-size:11px}
  .editorial-block{margin:38px 14px 0;padding:18px}.editorial-heading{align-items:flex-start}.editorial-heading p{font-size:12px}
  .gallery-track{grid-auto-columns:88%}
  .gallery-lightbox{grid-template-columns:46px minmax(0,1fr) 46px;gap:8px;padding:70px 10px 24px}.gallery-lightbox button{width:42px;height:42px}
}
@media(max-width:480px){
  .section-head .section-title{font-size:22px}.widget .widget-title{font-size:20px}
  .game-meta-bar .chips{width:100%}.game-meta-bar .heading-rating{margin-left:0}.game-meta-bar .heading-rating .stars{font-size:17px}
  .toolbar .tool-cluster button{min-height:42px;flex-direction:column;gap:2px;padding-block:4px}.toolbar button svg{width:17px;height:17px}.toolbar .vote-group button{padding-inline:6px}.toolbar .vote-group span{font-size:10px}.toolbar .share{min-width:43px}.toolbar .share .tool-label{display:none}
  .toc-card-links{grid-template-columns:1fr 1fr}.toc-card-links a{font-size:11px}
  .editorial-heading{display:block}.gallery-counter{margin-top:7px}.gallery-track{grid-auto-columns:94%}.gallery-controls{right:7px;top:7px}
  .gallery-lightbox{grid-template-columns:38px minmax(0,1fr) 38px}.gallery-lightbox button{width:36px;height:36px;font-size:25px}
}

/* Catalogue categories */
.category-list a{grid-template-columns:40px minmax(0,1fr) auto;gap:11px;min-height:59px;transition:color .18s,transform .18s}
.category-list a:hover{color:var(--primary);transform:translateX(2px)}
.cat-icon{width:38px;height:38px;border-radius:10px;background:rgba(98,88,245,.11);color:var(--primary)}
.cat-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cat-icon.cat-popular{background:rgba(255,99,92,.12);color:#ee5a55}
.cat-icon.cat-all{background:rgba(74,111,231,.12);color:#4a6fe7}
.cat-icon.cat-geometry{background:rgba(98,88,245,.12);color:var(--primary)}
.cat-icon.cat-platform{background:rgba(49,127,224,.12);color:#317fe0}
.cat-icon.cat-rhythm{background:rgba(34,188,235,.13);color:#169fc7}
.cat-icon.cat-music{background:rgba(221,80,178,.12);color:#c842a1}
.category-list strong{font-size:12.5px}.category-list small{font-size:10.5px}

/* Honest sound feedback for embedded games that do not expose audio controls. */
.game-toast{position:absolute;z-index:12;left:50%;bottom:77px;max-width:min(90%,430px);padding:10px 14px;border:1px solid rgba(255,255,255,.22);border-radius:11px;background:rgba(4,20,51,.94);box-shadow:0 12px 34px rgba(0,0,0,.28);color:#fff;text-align:center;font-size:12px;font-weight:700;opacity:0;pointer-events:none;transform:translate(-50%,8px);transition:opacity .2s,transform .2s}
.game-toast.show{opacity:1;transform:translate(-50%,0)}

/* True edge-to-edge fullscreen: no inherited border, radius, outline or shadow. */
.game-player:fullscreen,.game-player:-webkit-full-screen{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;aspect-ratio:auto!important;border:0!important;border-radius:0!important;outline:0!important;box-shadow:none!important;background:#000!important}
.game-player:fullscreen iframe,.game-player:-webkit-full-screen iframe{display:block!important;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;outline:0!important;box-shadow:none!important;background:#000!important}
.game-player:fullscreen .cover,.game-player:-webkit-full-screen .cover{width:100vw!important;height:100vh!important;border-radius:0!important}
.game-player:fullscreen .player-fullscreen,.game-player:-webkit-full-screen .player-fullscreen{border-color:rgba(255,255,255,.34)}

@media(max-width:480px){.game-toast{bottom:126px;width:calc(100% - 24px)}}

/* Geometry Dash PC — custom brand system */
.brand{flex:0 0 auto;gap:8px;letter-spacing:0;white-space:nowrap}
.brand svg.brand-symbol{width:48px;height:38px;overflow:visible;fill:none;stroke:var(--primary);stroke-width:2.45;stroke-linecap:round;stroke-linejoin:round}
.brand .brand-monitor{fill:color-mix(in srgb,var(--primary) 8%,var(--surface));stroke:var(--primary)}
.site-footer .brand .brand-monitor{fill:rgba(255,255,255,.06);stroke:#8279ff}
.brand .brand-stand{stroke:var(--primary)}
.site-footer .brand .brand-stand{stroke:#8279ff}
.brand .brand-cube{fill:var(--gold);stroke:var(--ink)}
.site-footer .brand .brand-cube{stroke:#fff}
.brand .brand-face{stroke:#0b1739;stroke-width:2.15}
.brand .brand-speed{stroke:var(--cyan);stroke-width:2.6}
.brand-wordmark{display:inline-flex;align-items:center;gap:6px;color:inherit;font-size:16px;font-weight:900;letter-spacing:-.035em;line-height:1}
.brand-wordmark>b{min-width:29px;height:24px;display:inline-grid;place-items:center;padding:0 6px;border-radius:7px;background:linear-gradient(135deg,var(--primary),#3d49d7);box-shadow:0 4px 12px rgba(98,88,245,.24);color:#fff;font-size:13px;letter-spacing:-.02em}

@media(max-width:1360px) and (min-width:1041px){
  .header-inner{gap:12px}.brand svg.brand-symbol{width:41px}.brand-wordmark{gap:4px;font-size:13px}.brand-wordmark>b{min-width:26px;height:22px;font-size:12px}
  .desktop-nav{gap:12px}.desktop-nav a{font-size:12px}.search-form{width:190px;padding-inline:10px}.theme-btn{width:40px}
}
@media(max-width:1040px){.desktop-nav,.site-header>.header-inner>.search-form{display:none}.theme-btn{margin-left:auto}.menu-btn{display:grid}}
@media(max-width:720px){.brand-wordmark{font-size:15px}.brand-wordmark>b{min-width:27px;height:23px;font-size:12px}}
@media(max-width:360px){.brand{gap:5px}.brand svg.brand-symbol{width:33px}.brand-wordmark{gap:3px;font-size:12.5px}.brand-wordmark>b{min-width:23px;height:21px;padding:0 4px;font-size:10px}}

/* Geometry Dash PC v2 — identity, player and navigation refinements */
.brand img.brand-symbol{width:40px;height:40px;flex:0 0 auto;object-fit:cover;border:1px solid rgba(98,88,245,.22);border-radius:9px;box-shadow:0 4px 13px rgba(24,36,82,.12)}
.site-footer .brand img.brand-symbol{border-color:rgba(255,255,255,.24);box-shadow:0 5px 16px rgba(0,0,0,.24)}
.game-heading h1{font-size:clamp(32px,3.3vw,44px);line-height:1.08;letter-spacing:-.042em}
.footer-bottom{justify-content:flex-start}
.footer-home-link{color:#fff;font-weight:800;text-decoration:underline;text-decoration-color:rgba(255,255,255,.28);text-underline-offset:3px;transition:color .18s,text-decoration-color .18s}
.footer-home-link:hover{color:#fff;text-decoration-color:var(--cyan)}

.game-player .cover{filter:saturate(1.04) contrast(1.02);transition:transform .45s,filter .45s}
.game-player:hover .cover{transform:scale(1.012);filter:saturate(1.08) contrast(1.03)}
.player-shade{z-index:1;background:radial-gradient(circle at 50% 48%,rgba(4,15,43,.02) 0,rgba(4,15,43,.1) 31%,rgba(4,15,43,.48) 100%),linear-gradient(180deg,rgba(3,13,37,.04),rgba(3,13,37,.28))}
.player-intro{position:absolute;inset:0;z-index:3;display:grid;place-content:center;justify-items:center;gap:12px;pointer-events:none}
.player-ready{display:inline-flex;align-items:center;gap:7px;padding:6px 11px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(4,20,51,.54);box-shadow:0 7px 20px rgba(0,0,0,.13);color:#fff;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(9px)}
.player-ready i{width:7px;height:7px;border-radius:50%;background:#64df82;box-shadow:0 0 0 5px rgba(100,223,130,.16),0 0 13px rgba(100,223,130,.72)}
.player-intro .play-btn{position:relative;top:auto;left:auto;width:auto;min-width:252px;height:80px;display:flex;place-content:normal;align-items:center;justify-content:flex-start;gap:13px;padding:10px 18px 10px 11px;overflow:hidden;transform:none;border:1px solid rgba(255,255,255,.84);border-radius:21px;background:linear-gradient(135deg,rgba(93,79,245,.98),rgba(30,181,226,.97));box-shadow:0 0 0 7px rgba(255,255,255,.14),0 18px 45px rgba(5,16,49,.42),inset 0 1px 0 rgba(255,255,255,.32);color:#fff;pointer-events:auto;transition:transform .2s,box-shadow .2s,filter .2s}
.player-intro .play-btn:after{content:"";position:absolute;top:-25%;left:-48%;width:32%;height:150%;transform:skewX(-22deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.33),transparent);transition:left .55s ease}
.player-intro .play-btn:hover{transform:translateY(-3px) scale(1.025);filter:saturate(1.08);box-shadow:0 0 0 8px rgba(255,255,255,.18),0 23px 52px rgba(5,16,49,.5),inset 0 1px 0 rgba(255,255,255,.4)}
.player-intro .play-btn:hover:after{left:122%}
.player-intro .play-btn:active{transform:translateY(0) scale(.99)}
.play-icon{width:56px;height:56px;display:grid;place-items:center;flex:0 0 auto;padding-left:4px;border-radius:16px;background:#fff;color:var(--primary);box-shadow:0 8px 22px rgba(5,16,49,.24);font-size:26px;line-height:1}
.play-label{position:relative;z-index:1;display:grid;gap:1px;text-align:left;line-height:1.15}
.play-label strong{font-size:22px;letter-spacing:.015em}
.play-label small{color:rgba(255,255,255,.86);font-size:10px;font-weight:650;white-space:nowrap}
.fullscreen.player-fullscreen{z-index:5}

.back-to-top{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));z-index:180;width:47px;height:47px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:15px;background:linear-gradient(145deg,var(--primary),#3e75e6 58%,var(--cyan));box-shadow:0 10px 28px rgba(35,44,125,.3);color:#fff;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(14px) scale(.88);transition:opacity .2s,transform .2s,box-shadow .2s}
.back-to-top.visible{opacity:1;pointer-events:auto;transform:none}
.back-to-top:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(35,44,125,.38)}
.back-to-top svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}

.search-suggestions{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:12px 0 27px;color:var(--muted);font-size:12px}
.search-suggestions>span{font-weight:750}
.search-suggestions button{min-height:32px;padding:5px 11px;border:1px solid var(--line);border-radius:999px;background:var(--surface-2);color:var(--muted);cursor:pointer;font-size:11px;font-weight:750;transition:color .18s,border-color .18s,background .18s,transform .18s}
.search-suggestions button:hover{border-color:color-mix(in srgb,var(--primary) 48%,var(--line));background:color-mix(in srgb,var(--primary) 8%,var(--surface));color:var(--primary);transform:translateY(-1px)}
[data-search-count]{margin-top:0}
.search-empty-state{grid-column:1/-1;justify-items:center;margin-top:18px;padding:38px 20px;border:1px dashed color-mix(in srgb,var(--primary) 34%,var(--line));border-radius:15px;background:var(--surface-2);text-align:center}
.search-empty-state>span{width:48px;height:48px;display:grid;place-items:center;margin-bottom:11px;border-radius:14px;background:rgba(98,88,245,.11);color:var(--primary);font-size:28px}
.search-empty-state strong{font-size:17px}
.search-empty-state p{max-width:470px;margin:5px 0 0;color:var(--muted);font-size:13px}
.search-result-match .card-image{box-shadow:0 7px 22px rgba(98,88,245,.13)}
[data-search-item][hidden],.search-empty-state[hidden]{display:none!important}

@media(max-width:1360px) and (min-width:1041px){.brand img.brand-symbol{width:35px;height:35px}}
@media(max-width:720px){
  .brand img.brand-symbol{width:36px;height:36px;border-radius:8px}
  .player-intro{gap:9px}.player-ready{padding:5px 9px;font-size:9px}
  .player-intro .play-btn{min-width:216px;height:68px;gap:10px;padding:8px 14px 8px 9px;border-radius:18px}
  .play-icon{width:48px;height:48px;border-radius:14px;font-size:22px}.play-label strong{font-size:19px}.play-label small{font-size:9px}
}
@media(max-width:480px){.back-to-top{right:11px;bottom:14px;width:43px;height:43px;border-radius:13px}.search-suggestions{margin-bottom:22px}.search-suggestions>span{width:100%}}
@media(max-width:360px){.brand img.brand-symbol{width:32px;height:32px}.player-intro .play-btn{min-width:202px}.play-label small{font-size:8.5px}}

/* Geometry Dash PC v3 — full image logo, refined player and visible theme switch */
.brand{gap:0}
.brand-logo-image{display:block;width:218px;height:auto;max-width:none;filter:drop-shadow(0 4px 10px rgba(18,28,70,.08))}
.site-footer .brand-logo-image{width:218px;filter:drop-shadow(0 5px 13px rgba(0,0,0,.2))}
.game-heading h1{font-size:clamp(30px,2.75vw,38px);line-height:1.1;letter-spacing:-.035em}

.theme-switch{min-width:132px;min-height:44px;display:inline-flex;align-items:center;justify-content:flex-start;gap:9px;flex:0 0 auto;padding:5px 12px 5px 6px;border:1px solid color-mix(in srgb,var(--primary) 40%,var(--line));border-radius:999px;background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 7%,var(--surface)),var(--surface));box-shadow:0 7px 20px rgba(36,48,105,.11),inset 0 1px 0 rgba(255,255,255,.75);color:var(--ink);cursor:pointer;font-family:inherit;font-size:11px;font-weight:850;white-space:nowrap;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s}
.theme-switch:hover{transform:translateY(-1px);border-color:var(--primary);box-shadow:0 10px 24px rgba(49,55,150,.18)}
.theme-switch:focus-visible{outline:3px solid color-mix(in srgb,var(--cyan) 55%,transparent);outline-offset:2px}
.theme-switch-icon{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:linear-gradient(145deg,#162555,#4d4ce4);box-shadow:0 5px 13px rgba(34,42,112,.28);color:#fff;font-size:17px;line-height:1}
.theme-switch-label{line-height:1}
html[data-theme="dark"] .theme-switch{border-color:rgba(117,239,247,.38);background:linear-gradient(135deg,rgba(117,239,247,.1),rgba(255,255,255,.045));box-shadow:0 8px 24px rgba(0,0,0,.24);color:#fff}
html[data-theme="dark"] .theme-switch-icon{background:linear-gradient(145deg,#ffb72d,#ff7a2d);color:#111936}

.game-player .cover{filter:saturate(1.08) contrast(1.04);object-position:center;transition:transform .45s,filter .45s}
.game-player:hover .cover{transform:scale(1.008);filter:saturate(1.13) contrast(1.06)}
.player-shade{background:radial-gradient(circle at 50% 48%,rgba(5,11,34,.03) 0,rgba(5,11,34,.05) 24%,rgba(5,11,34,.46) 100%),linear-gradient(180deg,rgba(5,11,34,.02),rgba(5,11,34,.24))}
.player-intro{gap:0}
.player-intro .play-btn{position:relative;top:auto;left:auto;width:160px;min-width:0;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:0;overflow:visible;transform:none;border:0;border-radius:0;background:transparent;box-shadow:none;color:#fff;pointer-events:auto;transition:transform .2s,filter .2s}
.player-intro .play-btn:after{display:none}
.player-intro .play-btn:hover{transform:translateY(-4px) scale(1.035);filter:saturate(1.08);box-shadow:none;background:transparent}
.player-intro .play-btn:active{transform:translateY(-1px) scale(.985)}
.play-disc{position:relative;width:112px;height:112px;display:grid;place-items:center;border:3px solid rgba(255,255,255,.96);border-radius:50%;background:linear-gradient(145deg,rgba(99,79,247,.98),rgba(24,181,222,.96));box-shadow:0 0 0 8px rgba(255,255,255,.13),0 18px 42px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.55);backdrop-filter:blur(8px)}
.play-disc:before{content:"";position:absolute;inset:9px;border:1px solid rgba(255,255,255,.24);border-radius:50%}
.play-disc:after{content:"";position:absolute;top:17px;left:25px;width:34px;height:12px;transform:rotate(-22deg);border-radius:50%;background:rgba(255,255,255,.18);filter:blur(1px)}
.player-intro .play-disc .play-icon{position:relative;z-index:1;width:auto;height:auto;display:block;padding:0 0 0 7px;border-radius:0;background:transparent;box-shadow:none;color:#fff;font-size:39px;line-height:1;text-shadow:0 5px 13px rgba(5,14,43,.36)}
.play-caption{min-width:112px;margin-top:13px;padding:7px 15px;border:1px solid rgba(255,255,255,.38);border-radius:999px;background:rgba(5,18,49,.72);box-shadow:0 8px 22px rgba(0,0,0,.25);color:#fff;font-size:14px;font-weight:950;letter-spacing:.08em;line-height:1;text-align:center;text-shadow:0 2px 7px rgba(0,0,0,.45);backdrop-filter:blur(10px)}

.editorial-heading .editorial-title{margin:3px 0 4px;font-size:clamp(25px,3vw,32px);line-height:1.2;font-weight:900}
.comments .section-title{margin:0;font-size:clamp(25px,3vw,32px);line-height:1.2;font-weight:900}
.site-footer .footer-heading{margin:7px 0 14px;color:#fff;font-size:14px;font-weight:800;line-height:1.25}

@media(max-width:1440px) and (min-width:1041px){
  .header-inner{gap:11px}.brand-logo-image{width:205px}.desktop-nav{gap:14px}.desktop-nav a{font-size:12px}.site-header .search-form{width:190px;padding-inline:11px}.theme-switch{min-width:122px;padding-right:9px}.theme-switch-icon{width:30px;height:30px}.theme-switch-label{font-size:10px}
}
@media(max-width:1360px) and (min-width:1041px){
  .brand-logo-image{width:194px}.theme-switch{min-width:116px;padding-right:9px}.theme-switch-icon{width:30px;height:30px}.theme-switch-label{font-size:10px}
}
@media(max-width:1040px){.theme-switch{margin-left:auto}}
@media(max-width:720px){
  .brand-logo-image{width:178px}.site-footer .brand-logo-image{width:205px}
  .theme-switch{min-width:104px;min-height:41px;gap:7px;padding:4px 9px 4px 5px}.theme-switch-icon{width:31px;height:31px}.theme-switch-label{font-size:10px}
  .player-intro .play-btn{width:142px;min-width:0;height:auto;padding:0;border-radius:0}.play-disc{width:96px;height:96px}.player-intro .play-disc .play-icon{font-size:33px}.play-caption{min-width:100px;margin-top:10px;font-size:12px}
}
@media(max-width:480px){
  .game-heading h1{font-size:30px}.editorial-heading .editorial-title,.comments .section-title{font-size:25px}
  .brand-logo-image{width:166px}.theme-switch{min-width:96px;padding-right:7px}.theme-switch-label{font-size:9.5px}
}
@media(max-width:340px){.brand-logo-image{width:148px}.theme-switch{min-width:88px}.theme-switch-label{font-size:9px}.theme-switch-icon{width:29px;height:29px}.header-inner{gap:5px}}

/* Article long format et navigation — version 8 */
.article-area-title{margin:70px 0 16px;font:900 26px/1.2 Manrope,Inter,"Segoe UI",sans-serif;letter-spacing:-.035em;color:var(--ink)}
.article-area-title+.article-layout{margin-top:0}
.article-rich .article-introduction{padding-top:27px}
.article-rich .article-section h3{margin:27px 0 10px;font:850 20px/1.3 Manrope,Inter,"Segoe UI",sans-serif;letter-spacing:-.02em}
.article-rich .article-section ul,.article-rich .article-section ol{margin:14px 0 0;padding-left:24px;color:var(--muted);line-height:1.76}
.article-rich .article-section li+li{margin-top:7px}
.article-rich .article-section a{color:var(--primary);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.article-rich .article-section strong{color:var(--ink)}
.article-rich .social-article-image{margin-top:26px}
.article-rich .social-article-image img{box-shadow:0 14px 34px rgba(15,31,71,.16)}
.toc-card-links{max-height:calc(100vh - 205px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--primary) transparent}
@media(max-width:980px){.toc-card-links{max-height:none;overflow:visible}}
@media(max-width:720px){.article-area-title{margin-top:50px;font-size:23px}.article-rich .article-section h3{font-size:19px}}


/* Geometry Dash PC v5 — cache-safe logo, system fonts, refined players and gallery */
:root{--font-ui:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color-scheme:light}
html[data-theme="dark"]{color-scheme:dark}
html,body,button,input,textarea{font-family:var(--font-ui)}
h1,h2,h3,.brand,.section-title,.widget-title,.editorial-title,.article-area-title,.toc-card-head strong,.footer-heading{font-family:var(--font-ui)}
body{font-size:16px;line-height:1.65}
.article-section p,.article-section li{font-size:16px;line-height:1.78}
.toc-card-head small{font-size:11px}

.brand{min-width:0;flex:0 0 auto;overflow:hidden}
.brand-logo-image{display:block!important;width:205px!important;height:auto!important;max-width:205px!important;max-height:38px!important;object-fit:contain;object-position:left center;filter:drop-shadow(0 4px 10px rgba(18,28,70,.08))}
.site-footer .brand{overflow:visible}
.site-footer .brand-logo-image{width:205px!important;max-width:205px!important;max-height:38px!important}

.theme-switch{min-width:132px;min-height:44px;border-width:1px;box-shadow:0 7px 20px rgba(36,48,105,.12)}
html[data-theme="dark"] .theme-switch{background:linear-gradient(135deg,rgba(54,72,131,.72),rgba(17,34,72,.92));border-color:rgba(117,239,247,.42)}

.article-area-title{margin:70px 0 14px;font-family:var(--font-ui);font-size:25px;font-weight:850;line-height:1.25;letter-spacing:-.025em}
.article-area-title+.article-layout{margin-top:0}

.gallery-heading-simple{display:block;margin-bottom:18px}
.gallery-heading-simple .editorial-title{margin:0;font-size:25px;line-height:1.25;font-weight:850}
.gallery-slide{background:#070d20}
.gallery-slide img{width:100%;height:100%;object-fit:cover;object-position:center}

.game-player-featured{background:#140624}
.game-player-featured .cover{filter:saturate(1.06) contrast(1.03) brightness(.92);object-position:center}
.game-player-featured:hover .cover{transform:scale(1.008);filter:saturate(1.1) contrast(1.04) brightness(.94)}
.game-player-featured .player-shade{background:radial-gradient(circle at 50% 50%,rgba(20,6,45,.05) 0,rgba(20,6,45,.12) 32%,rgba(3,8,27,.58) 100%),linear-gradient(180deg,rgba(4,8,27,.05),rgba(4,8,27,.32))}
.game-player-featured .play-disc{width:96px;height:96px;border:2px solid rgba(255,255,255,.92);border-radius:28px;background:linear-gradient(145deg,#765af8,#4564ee 52%,#20bde8);box-shadow:0 0 0 7px rgba(255,255,255,.13),0 22px 52px rgba(4,7,31,.52),inset 0 1px 0 rgba(255,255,255,.5);transform:rotate(-2deg)}
.game-player-featured .play-disc:before{inset:8px;border-radius:21px}
.game-player-featured .play-disc:after{top:14px;left:19px;width:34px;height:11px}
.game-player-featured .play-icon{transform:rotate(2deg);font-size:36px!important}
.game-player-featured .play-caption{min-width:110px;margin-top:14px;padding:8px 17px;border-color:rgba(255,255,255,.45);background:rgba(7,12,37,.82);font-size:13px;letter-spacing:.09em}

.game-player-basic{background:#03050a}
.game-player-basic .simple-game-cover{position:absolute;inset:0;display:block;background:radial-gradient(circle at 50% 46%,rgba(98,88,245,.16),transparent 24%),linear-gradient(135deg,#020307,#080c17 52%,#020307)}
.game-player-basic .simple-game-cover:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent)}
.game-player-basic .player-shade{background:radial-gradient(circle at 50% 50%,transparent,rgba(0,0,0,.38))}
.game-player-basic .play-disc{width:82px;height:82px;border:2px solid rgba(255,255,255,.82);background:linear-gradient(145deg,#272e47,#111728);box-shadow:0 0 0 6px rgba(98,88,245,.14),0 18px 42px rgba(0,0,0,.58)}
.game-player-basic .play-disc:before{inset:8px}
.game-player-basic .play-disc:after{display:none}
.game-player-basic .play-icon{font-size:31px!important}
.game-player-basic .play-caption{min-width:94px;margin-top:11px;padding:6px 13px;background:rgba(8,12,23,.88);font-size:12px}

@media(max-width:720px){
  .brand-logo-image{width:155px!important;max-width:155px!important;max-height:29px!important}
  .site-footer .brand-logo-image{width:190px!important;max-width:190px!important;max-height:35px!important}
  .theme-switch{min-width:100px;min-height:41px}.theme-switch-label{font-size:10px}
  .game-meta-bar{min-height:31px;padding:3px 0 0;border-top:0}
  .game-meta-bar .game-meta,.game-meta-bar .heading-rating{display:none!important}
  .game-meta-bar .chips{width:auto!important;margin:0}
  .article-area-title{margin-top:50px;font-size:22px}
  .gallery-heading-simple .editorial-title{font-size:22px}
  .article-section p,.article-section li{font-size:15.5px}
  .game-player-featured .play-disc{width:84px;height:84px;border-radius:24px}
  .game-player-featured .play-disc:before{border-radius:18px}
  .game-player-basic .play-disc{width:72px;height:72px}
}
@media(max-width:360px){
  .brand-logo-image{width:138px!important;max-width:138px!important;max-height:26px!important}
  .theme-switch{min-width:91px;padding-right:7px}.theme-switch-label{font-size:9.5px}
}
@media(max-width:330px){
  .brand-logo-image{width:130px!important;max-width:130px!important;max-height:24px!important}
  .theme-switch{min-width:86px;gap:5px;padding:4px 5px 4px 4px}
  .theme-switch-icon{width:28px;height:28px;font-size:15px}
  .theme-switch-label{font-size:8.5px}
  .menu-btn{width:36px}
}

/* Geometry Dash PC v6 — minimal video, deterministic theme and mobile reading order */
.video-heading-minimal{display:block;margin-bottom:17px}
.video-heading-minimal .editorial-title{margin:0;font-size:25px;line-height:1.25;font-weight:850}
.video-block-minimal .video-frame{margin:0}

.theme-switch-label{display:inline-block!important;visibility:visible!important;opacity:1!important;white-space:nowrap}
html[data-theme="light"] .theme-switch{border-color:#756cff!important;background:linear-gradient(135deg,#eef0ff 0%,#fff 68%)!important;color:#0b1739!important;box-shadow:0 8px 22px rgba(60,62,160,.16),inset 0 1px 0 #fff!important}
html[data-theme="light"] .theme-switch-label{color:#0b1739!important}
html[data-theme="light"] .theme-switch-icon{background:linear-gradient(145deg,#17285b,#554ff0)!important;color:#fff!important}
html[data-theme="dark"] .theme-switch{border-color:#44c9f2!important;background:linear-gradient(135deg,#1d397b 0%,#102755 68%)!important;color:#fff!important;box-shadow:0 9px 25px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.12)!important}
html[data-theme="dark"] .theme-switch-label{color:#fff!important}
html[data-theme="dark"] .theme-switch-icon{background:linear-gradient(145deg,#ffc13b,#ff7b31)!important;color:#101a3b!important}

.author-page-card{overflow:hidden}
.author-profile-rich{grid-template-columns:170px minmax(0,1fr);align-items:center;padding-bottom:30px;border-bottom:1px solid var(--line)}
.author-avatar-robtop{height:170px;display:flex;flex-direction:column;gap:2px;background:radial-gradient(circle at 68% 22%,rgba(255,255,255,.28),transparent 24%),linear-gradient(145deg,#6258f5,#3478e8 57%,#22bceb);box-shadow:0 16px 38px rgba(49,61,177,.24)}
.author-avatar-robtop strong{font-size:48px;line-height:1}
.author-avatar-robtop span{font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;opacity:.86}
.author-intro h1{margin-bottom:12px}
.author-intro .lead{max-width:760px;margin-bottom:16px}
.author-intro a,.author-section a{color:var(--primary);font-weight:750}
.author-badges{display:flex;flex-wrap:wrap;gap:8px}
.author-badges span{display:inline-flex;align-items:center;min-height:30px;padding:4px 11px;border:1px solid color-mix(in srgb,var(--primary) 25%,var(--line));border-radius:999px;background:color-mix(in srgb,var(--primary) 7%,var(--surface));color:var(--primary);font-size:11px;font-weight:800}
.author-social-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin:28px 0 38px}
.author-social-link{min-width:0;display:flex;align-items:center;gap:11px;padding:13px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2);box-shadow:var(--shadow-soft);transition:transform .18s,border-color .18s,box-shadow .18s}
.author-social-link:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--social-color) 50%,var(--line));box-shadow:0 10px 24px color-mix(in srgb,var(--social-color) 17%,transparent)}
.author-social-link svg{width:37px;height:37px;flex:0 0 auto;padding:8px;border-radius:10px;background:var(--social-color);fill:#fff}
.author-social-link span{min-width:0;display:grid;line-height:1.25}
.author-social-link strong{font-size:13px}
.author-social-link small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.author-social-link.facebook{--social-color:#1877f2}.author-social-link.youtube{--social-color:#f00}.author-social-link.x-social{--social-color:#111827}.author-social-link.wikipedia{--social-color:#5d6575}
html[data-theme="dark"] .author-social-link.x-social{--social-color:#35405b}
.author-section{margin-top:38px}
.author-section h2{margin-bottom:12px;font-size:27px;line-height:1.2}
.author-section p{color:var(--muted);line-height:1.78}
.author-timeline{position:relative;display:grid;gap:0;margin-top:20px;padding-left:2px}
.author-timeline:before{content:"";position:absolute;top:18px;bottom:18px;left:37px;width:2px;border-radius:2px;background:linear-gradient(var(--primary),var(--cyan))}
.author-timeline article{position:relative;display:grid;grid-template-columns:76px minmax(0,1fr);gap:17px;padding:0 0 25px}
.author-timeline article:last-child{padding-bottom:0}
.author-timeline time{position:relative;z-index:1;width:74px;height:36px;display:grid;place-items:center;border:5px solid var(--surface);border-radius:999px;background:var(--primary);color:#fff;font-size:11px;font-weight:900}
.author-timeline article:nth-child(even) time{background:#247dde}
.author-timeline strong{display:block;margin:5px 0 4px;font-size:15px}
.author-timeline p{margin:0;font-size:13px}
.author-role-list{margin-top:18px}
.author-key-facts dd{max-width:60%;overflow-wrap:anywhere}
.author-discover{padding-top:3px}
.author-discover .listing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}

@media(max-width:980px){
  .author-social-links{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .article-toc-card{display:none!important}
  .primary-layout>.sidebar{display:none!important}
  .sidebar-mobile-after-article{position:static!important;display:grid!important;grid-template-columns:1fr!important;gap:20px;margin-top:28px}
  .video-heading-minimal .editorial-title{font-size:22px}
  .author-profile-rich{grid-template-columns:1fr;padding-bottom:24px}
  .author-avatar-robtop{width:108px;height:108px;border-radius:22px}
  .author-avatar-robtop strong{font-size:34px}
  .author-social-links{grid-template-columns:1fr 1fr;margin:23px 0 32px}
  .author-social-link{padding:10px;gap:9px}
  .author-social-link svg{width:34px;height:34px}
  .author-section{margin-top:32px}
  .author-section h2{font-size:24px}
  .author-key-facts{grid-template-columns:1fr}
  .author-key-facts div{border-right:0!important;border-bottom:1px solid var(--line)!important}
  .author-key-facts div:last-child{border-bottom:0!important}
  .author-discover .listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:390px){
  .author-social-links{grid-template-columns:1fr}
}


/* V9 — galerie principale : navigation latérale, états accessibles et thème sombre. */
.gallery-block{overflow:visible}
.gallery-block .gallery-slider{position:relative;margin-inline:23px}
.gallery-block .gallery-track{overscroll-behavior-x:contain;scroll-padding-inline:0;border-radius:14px}
.gallery-block .gallery-slide{border-radius:14px;box-shadow:0 7px 22px rgba(11,23,57,.1)}
.gallery-nav{position:absolute;top:50%;z-index:4;width:46px;height:46px;display:grid;place-items:center;padding:0;transform:translateY(-50%);border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--primary);box-shadow:0 10px 28px rgba(11,23,57,.18);cursor:pointer;transition:transform .18s,background .18s,color .18s,opacity .18s,box-shadow .18s}
.gallery-nav-prev{left:-23px}
.gallery-nav-next{right:-23px}
.gallery-nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.gallery-nav:hover:not(:disabled){transform:translateY(-50%) scale(1.06);background:var(--primary);color:#fff}
.gallery-nav:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 38%,transparent);outline-offset:3px}
.gallery-nav:disabled{opacity:.32;cursor:default;box-shadow:none}
html[data-theme=dark] .gallery-nav{box-shadow:0 10px 28px rgba(0,0,0,.34)}
@media(max-width:720px){
  .gallery-block .gallery-slider{margin-inline:0}
  .gallery-nav{width:42px;height:42px;border-color:rgba(255,255,255,.42);background:rgba(4,20,51,.8);color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.28);backdrop-filter:blur(8px)}
  .gallery-nav-prev{left:8px}
  .gallery-nav-next{right:8px}
  .gallery-nav:disabled{opacity:.38;background:rgba(4,20,51,.56)}
}


/* V10 — icônes de jeu dans les lecteurs et pages institutionnelles. */
.player-intro{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:17px}
.player-game-icon{position:relative;z-index:1;width:clamp(150px,21%,210px);height:auto;aspect-ratio:1;display:block;object-fit:cover;border:2px solid rgba(255,255,255,.58);border-radius:24%;background:#0a1020;box-shadow:0 18px 46px rgba(0,0,0,.54),0 0 0 7px rgba(255,255,255,.07)}
.player-intro .play-btn,.game-player-featured .player-intro .play-btn,.game-player-basic .player-intro .play-btn{position:relative!important;width:auto!important;min-width:220px!important;height:56px!important;display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:9px!important;padding:0 24px!important;overflow:hidden!important;transform:none!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:999px!important;background:linear-gradient(100deg,#ff7611 0%,#e64255 42%,#8614ed 100%)!important;box-shadow:0 14px 34px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.32)!important;color:#fff!important}
.player-intro .play-btn:after{display:block!important;content:"";position:absolute;top:-35%;left:-45%;width:24%;height:170%;transform:skewX(-22deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);transition:left .55s ease}
.player-intro .play-btn:hover{transform:translateY(-2px) scale(1.025)!important;filter:saturate(1.08) brightness(1.04)!important;box-shadow:0 18px 42px rgba(0,0,0,.48),0 0 0 4px rgba(134,20,237,.18),inset 0 1px 0 rgba(255,255,255,.38)!important}
.player-intro .play-btn:hover:after{left:125%}
.player-intro .play-btn:active{transform:translateY(0) scale(.985)!important}
.player-intro .play-disc,.game-player-featured .play-disc,.game-player-basic .play-disc{position:static;width:auto!important;height:auto!important;display:block!important;padding:0!important;transform:none!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
.player-intro .play-disc:before,.player-intro .play-disc:after{display:none!important}
.player-intro .play-disc .play-icon,.game-player-featured .play-icon,.game-player-basic .play-icon{position:static!important;width:auto!important;height:auto!important;display:block!important;padding:0!important;transform:none!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important;font-size:19px!important;line-height:1!important;text-shadow:0 2px 8px rgba(0,0,0,.28)!important}
.player-intro .play-caption,.game-player-featured .play-caption,.game-player-basic .play-caption{min-width:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important;font-size:16px!important;font-weight:850!important;letter-spacing:0!important;line-height:1!important;text-transform:none!important;text-shadow:0 2px 8px rgba(0,0,0,.28)!important;backdrop-filter:none!important}
.legal-content{max-width:980px;margin-inline:auto}
.legal-content h2{scroll-margin-top:96px}
.legal-content p,.legal-content li{font-size:16px;line-height:1.78}
.legal-content ul,.legal-content ol{margin:13px 0 22px;padding-left:24px}
.legal-content li+li{margin-top:7px}
.legal-content a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.contact-form-panel{margin:28px 0 34px;padding:clamp(20px,4vw,30px);border:1px solid color-mix(in srgb,var(--primary) 24%,var(--line));border-radius:16px;background:color-mix(in srgb,var(--primary) 5%,var(--surface-2));box-shadow:var(--shadow-soft)}
.contact-form-panel h2{margin-top:0}
.contact-form-panel>p{margin:0 0 18px}
.contact-form-panel .contact-form{max-width:none;margin-top:0}
.contact-email-fallback{margin:17px 0 0!important;font-size:14px!important}
@media(max-width:720px){
  .player-intro{gap:12px}
  .player-game-icon{width:128px;border-radius:23%;box-shadow:0 13px 34px rgba(0,0,0,.5),0 0 0 5px rgba(255,255,255,.07)}
  .player-intro .play-btn,.game-player-featured .player-intro .play-btn,.game-player-basic .player-intro .play-btn{min-width:194px!important;height:49px!important;padding:0 18px!important}
  .player-intro .play-caption,.game-player-featured .play-caption,.game-player-basic .play-caption{font-size:14px!important}
  .player-intro .play-disc .play-icon,.game-player-featured .play-icon,.game-player-basic .play-icon{font-size:16px!important}
  .legal-content p,.legal-content li{font-size:15.5px}
}
@media(max-width:360px){
  .player-intro{gap:9px}
  .player-game-icon{width:108px}
  .player-intro .play-btn,.game-player-featured .player-intro .play-btn,.game-player-basic .player-intro .play-btn{min-width:180px!important;height:45px!important;padding:0 15px!important}
}


/* V11 — bouton de lancement aligné sur l’identité visuelle du site. */
.player-intro .play-btn,.game-player-featured .player-intro .play-btn,.game-player-basic .player-intro .play-btn{min-width:224px!important;height:56px!important;gap:10px!important;padding:0 20px 0 11px!important;border:1px solid rgba(255,255,255,.62)!important;background:linear-gradient(125deg,#6258f5 0%,#5364ef 48%,#22bceb 100%)!important;box-shadow:0 13px 32px rgba(28,42,128,.46),0 0 0 5px rgba(98,88,245,.16),inset 0 1px 0 rgba(255,255,255,.38)!important}
.player-intro .play-btn:after{display:none!important}
.player-intro .play-btn:hover{transform:translateY(-2px) scale(1.02)!important;filter:saturate(1.08) brightness(1.05)!important;background:linear-gradient(125deg,#7168ff 0%,#5574f5 48%,#29c8ef 100%)!important;box-shadow:0 17px 38px rgba(28,42,128,.53),0 0 0 6px rgba(34,188,235,.18),inset 0 1px 0 rgba(255,255,255,.46)!important}
.player-intro .play-btn:focus-visible{outline:3px solid #fff!important;outline-offset:4px!important;box-shadow:0 0 0 8px rgba(34,188,235,.34),0 17px 38px rgba(28,42,128,.5)!important}
.player-intro .play-btn:active{transform:translateY(0) scale(.985)!important}
.player-intro .play-disc,.game-player-featured .play-disc,.game-player-basic .play-disc{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;flex:0 0 34px!important;border:1px solid rgba(255,255,255,.48)!important;border-radius:50%!important;background:rgba(255,255,255,.17)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.25)!important;backdrop-filter:blur(5px)!important}
.player-intro .play-disc .play-icon,.game-player-featured .play-icon,.game-player-basic .play-icon{padding-left:2px!important;font-size:14px!important;text-shadow:0 2px 7px rgba(15,25,88,.32)!important}
.player-intro .play-caption,.game-player-featured .play-caption,.game-player-basic .play-caption{font-size:15px!important;font-weight:850!important;letter-spacing:.005em!important;text-shadow:0 2px 7px rgba(15,25,88,.32)!important}
.article-introduction .game-intro-link{color:var(--primary);font-weight:800;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px}
.article-introduction .game-intro-link:hover{color:#247dde}
.article-introduction .game-intro-link:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 35%,transparent);outline-offset:3px;border-radius:3px}
@media(max-width:720px){
  .player-intro .play-btn,.game-player-featured .player-intro .play-btn,.game-player-basic .player-intro .play-btn{min-width:198px!important;height:50px!important;padding:0 16px 0 9px!important}
  .player-intro .play-disc,.game-player-featured .play-disc,.game-player-basic .play-disc{width:31px!important;height:31px!important;flex-basis:31px!important}
  .player-intro .play-caption,.game-player-featured .play-caption,.game-player-basic .play-caption{font-size:14px!important}
}
@media(max-width:360px){
  .player-intro .play-btn,.game-player-featured .player-intro .play-btn,.game-player-basic .player-intro .play-btn{min-width:186px!important;height:47px!important}
}
/* Texte accessible sans impact visuel (boutons de validation des recherches). */
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
