@font-face{font-family:Nunito;src:url('../source/s/nunito/v32/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTM.ttf') format('truetype');font-style:normal;font-weight:400 900;font-display:swap}
@font-face{font-family:'Bebas Neue';src:url('../source/s/bebasneue/v16/JTUSjIg69CK48gW7PXooxW4.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
:root{--source-bg:#fffdf0;--source-card:#fff;--source-text:#0d1b4b;--source-muted:#555;--source-blue:#1d4ed8;--source-dark:#1e3a8a;--source-light:#3b82f6;--source-yellow:#facc15;--source-yellow-dark:#eab308;--source-border:rgba(29,78,216,.22);--source-blue-gradient:linear-gradient(135deg,#1e3a8a 0%,#1d4ed8 52%,#3b82f6 100%);--source-yellow-gradient:linear-gradient(135deg,#eab308 0%,#facc15 60%,#fde047 100%);--source-shadow:0 4px 24px rgba(29,78,216,.10)}
html{scroll-behavior:smooth}
body{background:var(--source-bg);color:var(--source-text);font-family:Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden;animation:sourceBodyFade .45s ease both}
body main{min-height:40vh}
body a{text-decoration:none}
@keyframes sourceBodyFade{from{opacity:0}to{opacity:1}}
@keyframes sourceSlideDown{from{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}
@keyframes sourceFadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
@keyframes sourceSlideRight{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}
@keyframes sourceFloatLogo{0%,100%{transform:translateY(0) rotate(0)}33%{transform:translateY(-6px) rotate(.8deg)}66%{transform:translateY(-3px) rotate(-.5deg)}}
@keyframes sourcePulseBorder{0%,100%{box-shadow:0 0 0 0 rgba(29,78,216,.45),var(--source-shadow)}50%{box-shadow:0 0 0 7px rgba(29,78,216,0),var(--source-shadow)}}
@keyframes sourceBtnBeat{0%,100%{transform:scale(1);box-shadow:0 4px 18px rgba(234,179,8,.35)}50%{transform:scale(1.025);box-shadow:0 8px 28px rgba(234,179,8,.55)}}
@keyframes sourceShimmer{0%{background-position:-400px 0}100%{background-position:400px 0}}
@keyframes sourceShine{0%,100%{transform:translateX(-150%) skewX(-25deg)}14%{transform:translateX(390%) skewX(-25deg)}}
@keyframes sourceTags{to{transform:translateX(-50%)}}
@keyframes sourceBlink{0%,48%{opacity:1}49%,100%{opacity:0}}
@keyframes sourceBorderBlink{0%,100%{border-color:transparent}50%{border-color:var(--source-blue)}}

.source-typewriter{height:29px;padding:5px 12px;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;background:linear-gradient(100deg,#071b53,#1d4ed8,#071b53);font-size:12px;font-weight:800;letter-spacing:.1px;white-space:nowrap}
.source-typewriter span{overflow:hidden;text-overflow:ellipsis}
.source-typewriter i{width:2px;height:15px;background:var(--source-yellow);margin-left:5px;animation:sourceBlink .8s infinite}
.source-header{position:relative;z-index:900;display:flex;align-items:center;justify-content:space-between;min-height:60px;padding:9px 12px;background:linear-gradient(120deg,#1e3a8a 0%,#1d4ed8 55%,#2563eb 100%);border-bottom:3px solid var(--source-yellow);box-shadow:0 4px 18px rgba(29,78,216,.36);overflow:hidden;animation:sourceSlideDown .45s cubic-bezier(.22,.68,0,1.2) both}
.source-game-page .source-header{position:sticky;top:0}
.source-header:after{content:"";position:absolute;width:140px;height:140px;right:-35px;top:-42px;border-radius:50%;background:radial-gradient(circle,rgba(250,204,21,.25),transparent 70%);pointer-events:none}
.source-header-left,.source-header-actions{display:flex;align-items:center;gap:7px;position:relative;z-index:1}
.source-logo-link img{width:40px;height:40px;display:block;object-fit:cover;border-radius:12px;border:2px solid var(--source-yellow);box-shadow:0 2px 10px rgba(0,0,0,.3);transition:transform .3s}
.source-logo-link:hover img{transform:rotate(-4deg) scale(1.08)}
.source-wordmark{font-family:'Bebas Neue','Arial Narrow',sans-serif;color:#fff;font-size:27px;line-height:1;font-weight:400;letter-spacing:1.1px;text-transform:uppercase;text-shadow:0 2px 8px rgba(0,0,0,.28)}
.source-wordmark span{color:var(--source-yellow)}
.source-head-button,.source-menu-toggle{height:32px;min-width:35px;padding:5px 10px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid rgba(255,255,255,.36);background:rgba(255,255,255,.17);color:#fff;font:900 14px/1 Nunito;cursor:pointer}
.source-head-button:hover,.source-menu-toggle:hover{background:rgba(255,255,255,.29)}
.source-language{border-color:rgba(250,204,21,.48);background:rgba(250,204,21,.18)}
.source-menu{background:#fff;padding:10px 12px;border-bottom:2px solid var(--source-border);box-shadow:0 8px 20px rgba(29,78,216,.12);animation:sourceFadeUp .22s ease both}
.source-menu-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;max-width:900px;margin:0 auto 8px}
.source-menu-row:last-child{margin-bottom:0}
.source-menu-row a{padding:9px 6px;text-align:center;border:1px solid #dbeafe;border-radius:9px;background:#eff6ff;color:var(--source-dark);font-size:12px;font-weight:800}
.source-navbar{display:flex;align-items:center;justify-content:center;gap:3px;overflow-x:auto;scrollbar-width:none;padding:7px 8px;background:linear-gradient(90deg,#eff6ff,#fff,#eff6ff);border-bottom:1px solid rgba(29,78,216,.13);box-shadow:0 2px 8px rgba(29,78,216,.06)}
.source-navbar::-webkit-scrollbar{display:none}
.source-navbar a{flex:0 0 auto;color:var(--source-dark);font-size:11px;font-weight:800;padding:4px 9px;border-right:1px solid #dbeafe;white-space:nowrap}
.source-navbar a:last-child{border:0;color:var(--source-blue)}

.source-home-page .site-notice,.source-game-page .site-notice{position:fixed;left:10px;right:10px;bottom:10px;z-index:9998;max-width:560px;margin:auto;border-radius:12px;box-shadow:0 10px 35px rgba(13,27,75,.2)}
.source-home-page .site-notice+.site-notice,.source-game-page .site-notice+.site-notice{bottom:76px}

.source-banner{display:block;width:100%;aspect-ratio:2008/528;overflow:hidden;background:linear-gradient(110deg,#e0e7ff 8%,#f8fafc 18%,#e0e7ff 33%);background-size:400% 100%;animation:sourceShimmer 1.2s linear infinite}
.source-banner img{display:block;width:100%;height:100%;object-fit:cover;animation:sourceBodyFade .55s ease both}
.source-top3{margin:14px 10px 8px}
.source-top3>header{display:flex;align-items:center;gap:9px;margin-bottom:10px}
.source-trophy{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--source-blue-gradient);box-shadow:0 3px 10px rgba(29,78,216,.3);font-size:17px}
.source-top3 h2{margin:0;color:var(--source-text);font-size:15px;font-weight:900;line-height:1.2}
.source-top3 header p{margin:2px 0 0;color:var(--source-muted);font-size:10px;font-weight:700}
.source-top3-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.source-top-card{position:relative;min-width:0;padding:12px 8px 9px;text-align:center;background:#fff;border:1.5px solid var(--source-border);border-radius:18px;box-shadow:0 3px 12px rgba(29,78,216,.09);overflow:hidden;transition:transform .2s,border-color .2s;animation:sourceFadeUp .45s ease both}
.source-top-card:nth-child(2){animation-delay:.08s}.source-top-card:nth-child(3){animation-delay:.16s}
.source-top-card:hover{transform:translateY(-3px);border-color:var(--source-blue)}
.source-top-card:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:var(--source-yellow-gradient)}
.source-top-card img,.source-icon-fallback{width:60px;height:60px;margin:0 auto 7px;border-radius:15px;object-fit:cover;display:grid;place-items:center;background:var(--source-blue-gradient);color:#fff;font:400 24px/1 'Bebas Neue',sans-serif;letter-spacing:1px}
.source-rank{position:absolute;top:5px;left:5px;z-index:1;padding:2px 5px;border-radius:6px;background:var(--source-yellow);color:var(--source-text);font-size:9px;font-weight:900}
.source-top-card h3{height:28px;margin:0 0 3px;display:flex;align-items:center;justify-content:center;color:var(--source-text);font-size:11px;font-weight:900;line-height:1.2;overflow:hidden}
.source-top-card small{display:block;height:15px;overflow:hidden;color:var(--source-blue);font-size:9px;font-weight:800;white-space:nowrap;text-overflow:ellipsis}
.source-top-card a{position:relative;display:flex;align-items:center;justify-content:center;gap:3px;margin-top:7px;padding:7px 4px;border-radius:999px;background:var(--source-yellow-gradient);color:var(--source-text);font-size:10px;font-weight:900;box-shadow:0 3px 9px rgba(234,179,8,.35);overflow:hidden}

.source-catalogue{padding:1px 0 6px}
.source-tabs{display:flex;max-width:420px;margin:18px auto 12px;padding:5px;background:#fff;border:2px solid var(--source-border);border-radius:18px;box-shadow:0 2px 12px rgba(29,78,216,.1)}
.source-tabs button{flex:1;margin:0 3px;padding:10px;border:0;border-radius:13px;background:transparent;color:#1e40af;font:800 13.5px/1 Nunito;cursor:pointer;transition:.18s}
.source-tabs button:hover{background:rgba(29,78,216,.08)}
.source-tabs button.active{background:var(--source-blue-gradient);color:#fff;font-weight:900;box-shadow:0 4px 14px rgba(29,78,216,.38)}
.source-search{position:relative;max-width:400px;margin:16px auto;padding:0 14px}
.source-search input{width:100%;padding:13px 52px 13px 20px;border:2px solid var(--source-border);border-radius:999px;outline:0;background:#fff;color:var(--source-text);font:700 15px/1 Nunito;box-sizing:border-box;transition:.2s}
.source-search input:focus{border-color:var(--source-blue);box-shadow:0 0 0 4px rgba(29,78,216,.12)}
.source-search>span{position:absolute;right:31px;top:50%;transform:translateY(-50%);color:var(--source-blue);font-size:22px;font-weight:900;pointer-events:none}
.source-sort{display:flex;align-items:center;gap:8px;max-width:440px;margin:0 auto 8px;padding:0 14px;overflow-x:auto;scrollbar-width:none}
.source-sort::-webkit-scrollbar{display:none}
.source-sort b{flex:0 0 auto;color:#1e40af;font-size:11px}
.source-sort button{flex:0 0 auto;padding:6px 14px;border:1.5px solid #bfdbfe;border-radius:999px;background:#fff;color:var(--source-blue);font:800 12px/1 Nunito;white-space:nowrap;cursor:pointer}
.source-sort button.active{border-color:var(--source-blue);background:var(--source-blue-gradient);color:#fff;box-shadow:0 3px 10px rgba(29,78,216,.28)}
.source-app-list{list-style:none;padding:6px;margin:0}
.source-app-item{position:relative;display:flex;align-items:center;min-height:90px;margin-bottom:10px;padding:10px 10px 10px 8px;border:1.5px solid rgba(29,78,216,.15);border-radius:18px;background:#fff;box-shadow:0 2px 10px rgba(29,78,216,.07);overflow:hidden;animation:sourceSlideRight .4s var(--item-delay,0ms) ease both;transition:box-shadow .2s,border-color .2s,background .2s}
.source-app-item:after{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:18px 0 0 18px;background:var(--source-yellow-gradient)}
.source-app-item:hover{border-color:var(--source-blue);background:#eff6ff;box-shadow:0 6px 22px rgba(29,78,216,.18)}
.source-app-item[hidden]{display:none}
.source-app-num{flex:0 0 20px;margin-right:3px;color:rgba(29,78,216,.55);font:400 14px/1 'Bebas Neue',sans-serif;text-align:center}
.source-app-identity{display:flex;align-items:center;gap:10px;flex:1;min-width:0;color:inherit}
.source-app-identity img,.source-list-fallback{flex:0 0 66px;width:66px;height:66px;margin:0;border-radius:16px;object-fit:cover}
.source-app-identity>span:last-child{min-width:0}
.source-app-identity strong{display:block;margin:0 0 5px;color:var(--source-text);font-size:15px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.source-app-identity small{display:block;color:var(--source-dark);font-size:11.5px;font-weight:800;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.source-app-identity small+small{color:var(--source-blue)}
.source-app-actions{display:flex;align-items:center;gap:5px;flex:0 0 auto;margin-left:8px}
.source-download{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:108px;min-height:40px;padding:9px 15px;border:1px solid rgba(180,127,0,.16);border-radius:12px;background:var(--source-yellow-gradient);color:var(--source-text);font-size:12px;font-weight:900;white-space:nowrap;overflow:hidden;box-shadow:0 4px 14px rgba(234,179,8,.42)}
.source-download b,.source-related-download b{position:relative;z-index:1;font-size:14px}.source-download:not(:hover),.source-related-download:not(:hover){text-decoration:none}
.source-download:before,.source-top-card a:before,.source-related-download:before{content:"";position:absolute;top:-60%;left:-120%;width:55%;height:220%;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.55) 50%,transparent 70%);transform:skewX(-25deg);animation:sourceShine 4s 1.5s infinite;pointer-events:none}
.source-heart,.source-share{width:32px;height:32px;display:grid;place-items:center;border:1.5px solid #dbeafe;border-radius:50%;background:#fff;color:var(--source-blue);font:900 16px/1 Nunito;cursor:pointer}
.source-heart.saved{background:#fee2e2;border-color:#fca5a5;color:#dc2626;animation:sourceBtnBeat .35s ease 1}
.source-empty{margin:16px 10px;padding:28px;text-align:center;background:#fff;border:1.5px dashed var(--source-border);border-radius:16px;color:var(--source-text)}
.source-empty span{display:block;margin-top:5px;color:var(--source-muted);font-size:12px}
.source-meta-block{margin:5px 10px 14px;border:2px solid var(--source-border);border-left:5px solid var(--source-blue);border-radius:16px;background:#fff;box-shadow:0 3px 16px rgba(29,78,216,.09);overflow:hidden}
.source-meta-block header,.source-long-content>header{display:flex;align-items:flex-start;gap:10px;padding:13px 15px 11px;background:linear-gradient(100deg,#eff6ff,#fff);border-bottom:1.5px solid rgba(29,78,216,.12)}
.source-meta-block header>span,.source-long-content>header>span{flex:0 0 32px;width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:var(--source-blue-gradient);color:#fff;font-size:17px;box-shadow:0 2px 8px rgba(29,78,216,.3)}
.source-meta-block h2,.source-long-content h2{margin:0;color:var(--source-text);font-size:14px;font-weight:900;line-height:1.4}
.source-meta-block header small{display:inline-block;margin-top:5px;padding:3px 9px;border:1px solid rgba(29,78,216,.18);border-radius:6px;background:rgba(29,78,216,.07);color:#1e40af;font-size:10px;font-weight:700}
.source-meta-block>p{margin:13px 15px;padding:12px 14px;border:1px solid rgba(29,78,216,.1);border-radius:10px;background:#f8faff;color:#555;font-size:12px;line-height:1.75}
.source-warning,.source-game-warning{margin:0 10px 14px;padding:14px;border:2px solid rgba(234,179,8,.5);border-radius:14px;background:#fffbeb;color:var(--source-text)}
.source-warning strong,.source-game-warning strong{display:block;text-align:center;color:#92400e;font-size:14px;font-weight:900;text-decoration:underline}
.source-warning p,.source-game-warning p{margin:7px 0 0;font-size:12px;font-weight:700;line-height:1.65}
.source-warning a{color:var(--source-blue);text-decoration:underline}
.source-tag-strip{display:flex;align-items:stretch;overflow:hidden;border-top:2.5px dashed var(--source-blue);border-bottom:2.5px dashed var(--source-blue);background:#eff6ff}
.source-tag-strip>b{position:relative;z-index:1;display:flex;align-items:center;flex:0 0 auto;padding:9px 12px;background:var(--source-blue-gradient);color:#fff;font-size:11px;white-space:nowrap}
.source-tag-strip>div{display:flex;align-items:center;width:max-content;animation:sourceTags 28s linear infinite}
.source-tag-strip span{display:inline-flex;flex:0 0 auto;margin:5px 4px;padding:5px 10px;border:1px solid #bfdbfe;border-radius:999px;background:#fff;color:var(--source-dark);font-size:10px;font-weight:800;white-space:nowrap}
.source-long-content{margin:14px 10px 20px;border:1.5px solid var(--source-border);border-radius:16px;background:#fff;box-shadow:0 2px 12px rgba(29,78,216,.08);overflow:hidden}
.source-long-content>header small{color:var(--source-blue);font-size:9px;font-weight:900;letter-spacing:1px}
.source-content-card{display:flex;gap:11px;margin:10px 12px;padding:12px;border:1px solid rgba(29,78,216,.11);border-radius:11px;background:#f8faff}
.source-content-card>span{flex:0 0 28px;color:var(--source-blue);font:400 18px/1 'Bebas Neue',sans-serif}
.source-content-card h3{margin:0 0 5px;color:var(--source-text);font-size:13px;font-weight:900}
.source-content-card p{margin:0;color:#555;font-size:11.5px;line-height:1.75}

.source-game-container{max-width:900px;margin:0 auto;padding:0 14px 36px}
.source-breadcrumbs{display:flex;align-items:center;gap:7px;margin:12px 0 0;color:#1e40af;font-size:11px;font-weight:800;white-space:nowrap;overflow:hidden}
.source-breadcrumbs b{color:var(--source-text);overflow:hidden;text-overflow:ellipsis}
.source-game-hero{position:relative;margin:10px 0 16px;padding:28px 20px 22px;text-align:center;border:1.5px solid var(--source-border);border-radius:20px;background:#fff;box-shadow:var(--source-shadow);overflow:hidden;animation:sourceFadeUp .6s .1s ease both}
.source-game-hero:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:var(--source-blue-gradient)}
.source-game-logo{width:120px;height:120px;display:grid;place-items:center;margin:0 auto 14px;border:3px solid var(--source-blue);border-radius:24px;object-fit:cover;background:var(--source-blue-gradient);color:#fff;font:400 38px/1 'Bebas Neue',sans-serif;animation:sourceFloatLogo 4s ease-in-out infinite,sourcePulseBorder 2.5s ease-in-out infinite}
.source-game-hero h1{margin:0;color:var(--source-text);font:400 34px/1.1 'Bebas Neue','Arial Narrow',sans-serif;letter-spacing:.7px;animation:sourceFadeUp .5s .25s both}
.source-game-subtitle{margin:2px 0 18px;color:var(--source-blue);font-size:15px;font-weight:800;animation:sourceFadeUp .5s .32s both}
.source-game-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px;margin-bottom:20px;padding:13px 16px;border:1px solid var(--source-border);border-radius:12px;background:#eff6ff;animation:sourceFadeUp .5s .4s both}
.source-game-stats span{display:flex;align-items:center;gap:5px;color:var(--source-blue);font-size:12px;font-weight:900}
.source-game-stats b{color:var(--source-text)}
.source-game-download{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:420px;margin:0 auto 12px;padding:15px 24px;border-radius:12px;background:var(--source-yellow-gradient);color:var(--source-text);font-size:15px;font-weight:900;letter-spacing:.4px;box-shadow:0 4px 18px rgba(234,179,8,.4);overflow:hidden;animation:sourceFadeUp .5s .48s both,sourceBtnBeat 2.4s 1.2s ease-in-out infinite}
.source-game-download:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.34) 50%,transparent 70%);background-size:200% 100%;animation:sourceShimmer 2.6s linear infinite}
.source-game-download-disabled{background:linear-gradient(135deg,#dbe4f2,#eef2f7);color:#52627b;box-shadow:none;cursor:not-allowed;animation:sourceFadeUp .5s .48s both}.source-game-download-disabled:before{display:none}
.source-game-secondary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:420px;margin:0 auto;padding:12px 24px;border:2px solid var(--source-blue);border-radius:12px;background:#fff;color:var(--source-text);font-size:14px;font-weight:900;animation:sourceFadeUp .5s .56s both;transition:.22s}
.source-game-secondary:hover{background:var(--source-blue);color:#fff}
.source-game-info{margin:0 0 16px;padding:16px;border:1.5px solid var(--source-border);border-top:4px solid var(--source-blue);border-radius:14px;background:#fff;box-shadow:var(--source-shadow);animation:sourceFadeUp .55s .18s both}
.source-game-info h2{margin:0 0 7px;color:var(--source-text);font-size:14px;font-weight:900}
.source-game-info>p{margin:0;color:#555;font-size:12px;line-height:1.7}
.source-game-info>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}
.source-game-info>div span{padding:9px;border-radius:9px;background:#eff6ff;text-align:center}
.source-game-info small,.source-game-info b{display:block}.source-game-info small{color:#1e40af;font-size:9px;font-weight:800}.source-game-info b{margin-top:3px;color:var(--source-text);font-size:11px;overflow-wrap:anywhere}
.source-game-media{margin:0 0 16px;padding:16px;border:1.5px solid var(--source-border);border-top:4px solid var(--source-yellow);border-radius:14px;background:#fff;box-shadow:var(--source-shadow)}
.source-game-media h2{margin:0 0 12px;color:var(--source-text);font-size:14px;font-weight:900}.source-game-media>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.source-game-media figure{margin:0;padding:10px;border:1px solid #dbeafe;border-radius:12px;background:#f8fbff;text-align:center}.source-game-media img{display:block;width:min(100%,240px);height:auto;aspect-ratio:1;object-fit:cover;margin:auto;border-radius:16px}.source-game-media figcaption{margin-top:8px;color:#475569;font-size:10px;line-height:1.45}
.source-related{margin-bottom:16px}
.source-related>h2{position:relative;margin:0;padding:14px 20px;border-radius:12px 12px 0 0;background:var(--source-blue-gradient);color:#fff;font:400 20px/1 'Bebas Neue',sans-serif;letter-spacing:.4px;overflow:hidden}
.source-related>h2:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.12) 50%,transparent 70%);background-size:200% 100%;animation:sourceShimmer 3s linear infinite}
.source-related ol{list-style:none;margin:0;padding:0;border:1.5px solid var(--source-border);border-top:0;border-radius:0 0 14px 14px;background:#fff;box-shadow:var(--source-shadow);overflow:hidden}
.source-related li{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #eff6ff;animation:sourceSlideRight .4s var(--related-delay,0ms) ease both;transition:background .18s,transform .18s}
.source-related li:last-child{border:0}.source-related li:hover{background:#eff6ff;transform:translateX(3px)}
.source-related-num{flex:0 0 28px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:rgba(29,78,216,.1);color:var(--source-blue);font-size:11px;font-weight:900}
.source-related-identity{display:flex;align-items:center;gap:10px;flex:1;min-width:0;color:inherit}
.source-related-identity img,.source-related-fallback{flex:0 0 60px;width:60px;height:60px;margin:0;border-radius:14px;object-fit:cover}
.source-related-identity>span:last-child{min-width:0}.source-related-identity strong{display:block;color:var(--source-text);font-size:14px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.source-related-identity small{display:block;margin-top:4px;color:var(--source-blue);font-size:11px;font-weight:800}
.source-related-download{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:5px;flex:0 0 auto;padding:9px 14px;border-radius:9px;background:var(--source-yellow-gradient);color:var(--source-text);font-size:11px;font-weight:900;box-shadow:0 3px 10px rgba(234,179,8,.35);overflow:hidden}
.source-game-warning{margin:0 0 16px}
.source-game-content{display:grid;gap:14px}
.source-section-card{border:1.5px solid var(--source-border);border-radius:14px;background:#fff;box-shadow:var(--source-shadow);overflow:hidden;opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}
.source-section-card.source-visible{opacity:1;transform:none}
.source-section-card>header{display:flex;align-items:center;gap:10px;padding:12px 15px;background:linear-gradient(100deg,#eff6ff,#fff);border-bottom:1px solid rgba(29,78,216,.13)}
.source-section-card>header>span{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:var(--source-blue-gradient);color:#fff;font:400 17px/1 'Bebas Neue',sans-serif;box-shadow:0 2px 8px rgba(29,78,216,.28)}
.source-section-card header small{color:var(--source-blue);font-size:8px;font-weight:900;letter-spacing:1px}.source-section-card h2{margin:1px 0 0;color:var(--source-text);font-size:14px;font-weight:900}.source-section-card>div{padding:14px 16px}.source-section-card p{margin:0 0 10px;color:#555;font-size:12px;line-height:1.78}.source-section-card p:last-child{margin-bottom:0}
.source-faq details{margin-bottom:8px;border:1px solid #dbeafe;border-radius:9px;background:#f8faff}.source-faq summary{padding:10px 12px;color:var(--source-text);font-size:12px;font-weight:900;cursor:pointer}.source-faq details p{padding:0 12px 11px}

.source-footer{margin-top:28px;background:linear-gradient(to top,#eff6ff,#fff);border-top:3px solid var(--source-blue);color:var(--source-text)}
.source-footer-cta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 10px 10px;padding:9px;border:2px solid transparent;border-radius:12px;background:#eff6ff;animation:sourceBorderBlink 1.2s infinite}
.source-footer-cta span{display:flex;flex-direction:column;padding-left:4px}.source-footer-cta b{font-size:14px}.source-footer-cta small{color:#1e40af;font-size:10px;font-weight:700}.source-footer-cta a{flex:0 0 auto;padding:9px 15px;border-radius:999px;background:var(--source-blue-gradient);color:#fff;font-size:11px;font-weight:900}
.source-footer-main{max-width:900px;margin:auto;padding:16px;text-align:center}.source-footer-main img{display:block;width:50px;height:50px;margin:0 auto 6px;border:2px solid var(--source-yellow);border-radius:13px}.source-footer-main>strong{font:400 24px/1 'Bebas Neue',sans-serif;letter-spacing:1px}.source-footer-main p{max-width:650px;margin:8px auto;color:#555;font-size:11px;line-height:1.7}.source-footer-main nav{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 14px;margin-top:12px}.source-footer-main nav a{color:var(--source-blue);font-size:11px;font-weight:800}.source-footer-bottom{padding:9px 12px;background:var(--source-blue-gradient);color:#fff;text-align:center;font-size:10px;font-weight:700}
.source-home-page .back-to-top,.source-game-page .back-to-top{width:44px;height:44px;right:14px;bottom:18px;border:2px solid var(--source-yellow);background:var(--source-blue-gradient);color:#fff;box-shadow:0 4px 14px rgba(29,78,216,.4)}
.source-share-toast{position:fixed;left:50%;bottom:76px;z-index:9999;transform:translateX(-50%);padding:9px 18px;border-radius:999px;background:var(--source-blue);color:#fff;font-size:12px;font-weight:900;box-shadow:0 5px 18px rgba(29,78,216,.3)}
.telegram-sticky{position:fixed;top:56%;right:-12px;z-index:115;display:block;width:132px;padding:7px 14px 7px 7px;border:1px solid rgba(14,165,233,.35);border-radius:18px 0 0 18px;background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(2,132,199,.28);transform:translateY(-50%);transition:right .22s ease,box-shadow .22s ease;animation:telegramStickyPulse 3s ease-in-out infinite}
.telegram-sticky:hover,.telegram-sticky:focus-visible{right:0;box-shadow:0 14px 36px rgba(2,132,199,.4);outline:0}
.telegram-sticky img{display:block;width:100%;height:auto;object-fit:contain}
.telegram-sticky span{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}
@keyframes telegramStickyPulse{0%,100%{filter:drop-shadow(0 0 0 rgba(14,165,233,0))}50%{filter:drop-shadow(0 0 8px rgba(14,165,233,.5))}}

@media(max-width:620px){
  .source-typewriter{justify-content:flex-start;font-size:10.5px}
  .source-header{min-height:56px}.source-wordmark{font-size:24px}.source-logo-link img{width:38px;height:38px}.source-header-actions{gap:5px}.source-head-button,.source-menu-toggle{height:31px;min-width:33px;padding:5px 9px}
  .source-navbar{justify-content:flex-start}
  .source-app-item{min-height:94px;padding:9px 7px 9px 6px}.source-app-num{flex-basis:16px;font-size:12px}.source-app-identity{gap:7px}.source-app-identity img,.source-list-fallback{flex-basis:58px;width:58px;height:58px;border-radius:14px}.source-app-identity strong{font-size:13px}.source-app-identity small{font-size:9.25px}.source-app-actions{flex:0 0 102px;gap:4px;margin-left:4px;flex-direction:column}.source-download{width:102px;min-width:102px;min-height:40px;padding:8px 7px;border-radius:11px;font-size:10.5px;white-space:nowrap}.source-heart,.source-share{width:27px;height:27px;font-size:13px}.source-share{display:none}
  .source-game-container{padding-left:10px;padding-right:10px}.source-game-hero{padding:24px 14px 18px}.source-game-logo{width:108px;height:108px}.source-game-hero h1{font-size:30px}.source-game-stats{gap:8px 12px;padding:11px 8px}.source-game-stats span{font-size:10px}.source-game-info>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.source-game-info>div span{padding:9px 6px}.source-game-info b{font-size:10px;line-height:1.35}
  .source-related li{padding:10px 8px;gap:7px}.source-related-num{flex-basis:24px;width:24px;height:24px;font-size:9px}.source-related-identity{gap:7px}.source-related-identity img,.source-related-fallback{flex-basis:50px;width:50px;height:50px;border-radius:12px}.source-related-identity strong{font-size:12px}.source-related-identity small{font-size:9px}.source-related-download{min-width:96px;padding:9px 8px;font-size:10px;white-space:nowrap}
  .telegram-sticky{top:auto;right:-9px;bottom:78px;width:102px;padding:5px 11px 5px 5px;transform:none;border-radius:15px 0 0 15px}
}
@media(min-width:900px){
  .source-header{padding-left:max(20px,calc((100vw - 1180px)/2));padding-right:max(20px,calc((100vw - 1180px)/2))}.source-top3,.source-catalogue,.source-meta-block,.source-warning,.source-long-content{max-width:1180px;margin-left:auto;margin-right:auto}.source-top3{margin-top:18px}.source-app-list{padding-left:0;padding-right:0}.source-warning{margin-top:0;margin-bottom:16px}.source-top3-grid{gap:14px}.source-top-card{padding:16px 12px 13px}.source-top-card img,.source-top-card>.source-icon-fallback{width:72px;height:72px}.source-top-card h3{font-size:13px}.source-app-item{padding:12px 15px}.source-app-identity strong{font-size:16px}.source-download{padding:10px 20px}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.source-section-card{opacity:1;transform:none}}
