.sh{min-height:100%;display:flex;flex-direction:column;background:var(--color-bg-primary);color:var(--color-text-primary);font-size:14px;line-height:1.5}
.sh a{color:inherit;text-decoration:none}
.sh button{font:inherit;color:inherit;border:none;background:none;cursor:pointer;padding:0}
.sh-ico{display:block;flex-shrink:0;fill:currentColor}
.sh-body{display:flex;flex:1;min-height:0}
.sh-main{flex:1;min-width:0;display:flex;flex-direction:column}
.sh-content{flex:1;display:flex;flex-direction:column}
@media(max-width:767px){.sh-main{padding-bottom:calc(58px + env(safe-area-inset-bottom,0px))}}
.sh-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:6px;height:48px;padding:0 12px 0 14px;background:var(--color-bg-secondary);box-shadow:0 4px 8px rgba(0,0,0,.05)}
.sh-h-left{flex-shrink:0;display:flex;align-items:center;gap:8px}
.sh-logo{display:block;height:28px;width:auto;cursor:pointer}
.sh-h-right{display:flex;align-items:center;gap:8px;flex:1;min-width:0;justify-content:flex-end}
.sh-iconbtn{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);background:var(--color-bg-elevated);color:var(--color-text-secondary);transition:background .2s}
.sh-iconbtn:hover{background:rgba(228,234,240,.16);color:var(--color-text-primary)}
.sh-auth{display:flex;align-items:center;gap:6px;min-width:0;max-width:100%;flex:1 1 auto;justify-content:flex-end}
.sh-signin,.sh-signup{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;flex:1 1 0;width:0;height:34px;min-width:0;max-width:calc(50vw - 28px);padding:0 8px;border-radius:6px;font-size:11px;line-height:1;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .2s,background .2s}
.sh-signin{border:none;box-shadow:inset 0 0 0 2px rgba(228,234,240,.1);background:transparent;color:var(--color-text-primary)}
.sh-signin:hover{background:var(--color-bg-tertiary)}
.sh-signup{border:none;background:var(--gradient-brand);box-shadow:0 0 12px 0 rgba(35,238,136,.3),inset 0 -2px 0 0 #1dca6a;color:var(--color-brand-contrast)}
.sh-signup:hover{opacity:.9}
@media(min-width:768px){
.sh-header{height:60px;padding:0 16px 0 10px;gap:0}
.sh-logo{height:32px;padding-left:4px}
.sh-h-right{flex:1 1 auto}
.sh-iconbtn{display:flex}
.sh-auth{display:grid;grid-template-columns:1fr 1fr;gap:8px;flex:none}
.sh-signin,.sh-signup{height:40px;padding:0 20px;border-radius:8px;font-size:14px;width:100%;max-width:none;overflow:visible}
}
.sh-side{display:none}
@media(min-width:768px){
.sh-side{display:flex;flex-direction:column;flex-shrink:0;width:60px;background:var(--color-bg-secondary);position:sticky;top:60px;height:calc(100vh - 60px);overflow:hidden;transition:width .3s cubic-bezier(.4,0,.2,1)}
}
@media(min-width:1280px){.sh-side{width:240px}}
.sh-side-toggle{display:flex;justify-content:center;padding:10px 0 12px;background:var(--color-bg-secondary);flex-shrink:0;z-index:2}
.sh-toggle-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#323738;border-radius:20px;border:1px solid transparent;color:var(--color-text-secondary);transition:color .15s,background .15s,border-color .15s}
.sh-toggle-btn:hover{background:var(--color-bg-elevated);border-color:var(--color-brand);color:var(--color-text-primary)}
.sh-side-scroll{flex:1 1 0;overflow-y:auto;overflow-x:hidden;padding:0 6px 50px;scrollbar-width:none}
.sh-side-scroll::-webkit-scrollbar{display:none}
.sh-side-scroll>*+*{margin-top:8px}
.sh-sec-label{display:none;font-size:12px;font-weight:500;color:var(--color-text-tertiary);padding:8px 2px 4px;text-transform:uppercase;letter-spacing:.5px}
.sh-group{display:flex;flex-direction:column;background:var(--color-bg-elevated);border-radius:var(--radius-md)}
.sh-parent{display:flex;align-items:center;position:relative;background:var(--color-bg-elevated);border-radius:var(--radius-md);color:var(--color-text-secondary);font-size:14px;font-weight:500;user-select:none;min-height:40px}
.sh-parent:hover{background:#4a5152}
.sh-parent-main{display:flex;align-items:center;justify-content:center;gap:0;flex:1;min-width:0;padding:10px;color:inherit}
.sh-expand{display:none;align-items:center;justify-content:center;padding:10px 12px;color:inherit;opacity:.5}
.sh-expand .sh-ico{transition:transform .25s ease}
.sh-parent.is-open .sh-expand .sh-ico{transform:rotate(180deg)}
.sh-parent.is-active,.sh-item.is-active,.sh-subitem.is-active{color:var(--color-brand-light);font-weight:600}
.sh-parent.is-active .sh-expand{opacity:1}
.sh-item{display:flex;align-items:center;justify-content:center;gap:0;padding:10px;font-size:14px;font-weight:500;color:var(--color-text-secondary);transition:background .15s,color .15s}
.sh-item:hover{background:rgba(255,255,255,.04)}
.sh-item.is-active{background:var(--color-bg-elevated)}
.sh-icon-slot{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;min-width:20px;min-height:20px;flex:0 0 20px}
.sh-icon-slot img{width:100%;height:100%;object-fit:contain;display:block}
.sh-label{display:none;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sh-subwrap{overflow:hidden;min-width:0}
.sh-subitems{padding:0;min-width:0}
.sh-subitem{display:flex;align-items:center;justify-content:center;gap:0;padding:10px;min-height:40px;font-size:13px;font-weight:400;color:var(--color-text-secondary);transition:background .15s,color .15s}
.sh-subitem:hover{background:rgba(255,255,255,.04);border-radius:var(--radius-md)}
.sh-subitem.is-active{font-weight:500;background:rgba(255,255,255,.06);border-radius:var(--radius-md)}
.sh-chev-right{display:none;opacity:.5;margin-left:auto;flex-shrink:0}
.sh-standalone{background:var(--color-bg-elevated);border-radius:var(--radius-md);overflow:hidden}
.sh-lang{display:flex;align-items:center;justify-content:center;gap:0;height:40px;padding:10px;font-size:14px;font-weight:500;color:var(--color-text-secondary)}
.sh-lang:hover{background:rgba(255,255,255,.04)}
@media(min-width:1280px){
.sh-side-toggle{justify-content:flex-end;padding:10px 10px 12px}
.sh-side-scroll{padding:0 10px 50px}
.sh-sec-label{display:block}
.sh-group{background:transparent;border-radius:0}
.sh-group.is-general{background:var(--color-bg-elevated);border-radius:var(--radius-md);overflow:hidden}
.sh-parent{overflow:hidden}
.sh-parent.is-open{border-radius:var(--radius-md) var(--radius-md) 0 0}
.sh-parent-main{justify-content:flex-start;gap:12px;padding:10px 16px}
.sh-expand{display:flex}
.sh-item{justify-content:flex-start;gap:12px;padding:10px 16px}
.sh-label{display:block}
.sh-subitems{background:var(--color-bg-tertiary);border-radius:0 0 var(--radius-md) var(--radius-md);padding:4px}
.sh-subitem{justify-content:flex-start;gap:12px;padding:8px 16px 8px 22px;min-height:0}
.sh-chev-right{display:block}
.sh-lang{justify-content:flex-start;gap:12px;padding:0 16px}
}
.sh-dl{display:none;flex-direction:column;margin-top:4px}
.sh-dl-rail{display:flex;flex-direction:column;gap:8px;align-items:center;margin-top:4px}
.sh-dl-rail-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);background:#303637;transition:background .15s}
.sh-dl-rail-btn:hover{background:#3a4142}
.sh-dl-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-radius:6px 6px 0 0;overflow:hidden}
.sh-dl-tab{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 4px 10px;border-bottom:2px solid transparent;border-radius:0;background:#303637;color:var(--color-text-tertiary);font-size:13px;font-weight:600}
.sh-dl-tab .sh-ico{opacity:.5}
.sh-dl-tab.is-active{color:var(--color-text-primary);border-bottom-color:var(--color-brand);background:#3c4142}
.sh-dl-tab.is-active .sh-ico{opacity:1}
.sh-dl-panel{display:flex;align-items:center;gap:10px;padding:12px 10px;border-radius:0 0 var(--radius-md) var(--radius-md);background-color:#1e2223;background-repeat:no-repeat;background-position:center;background-size:cover;overflow:hidden}
.sh-dl-qr{flex-shrink:0;width:76px;height:76px;padding:4px;border-radius:8px;box-shadow:inset 0 0 0 1px rgba(72,220,200,.9),0 0 6px rgba(72,220,200,.35);display:flex;align-items:center;justify-content:center;overflow:hidden}
.sh-dl-qr-ph{width:68px;height:68px;border-radius:4px;background:#fff;display:flex;align-items:center;justify-content:center}
.sh-dl-qr-ph img{width:28px;height:28px;opacity:.35}
.sh-dl-meta{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:8px}
.sh-dl-title{margin:0;display:flex;flex-direction:column;align-items:center;text-align:center;font-size:13px;font-weight:700;line-height:1.25;color:var(--color-brand-light)}
.sh-dl-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;width:100%;min-width:0;height:32px;padding:2px 4px 0;border-radius:8px;border-top:2px solid #1dca6a;font-size:10px;font-weight:800;line-height:1.2;white-space:nowrap;color:#0b0e0f;background:linear-gradient(270deg,#9fe871 0%,#24ee89 100%);box-shadow:0 0 12px 0 rgba(35,238,136,.3)}
.sh-dl-btn .sh-ico{fill:#000}
@media(min-width:1280px){.sh-dl{display:flex}.sh-dl-rail{display:none}}
.sh-tabbar{display:flex;align-items:center;justify-content:space-around;height:58px;background:rgba(50,55,56,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px 12px 0 0;box-shadow:0 -4px 8px rgba(0,0,0,.05);position:fixed;bottom:0;left:0;right:0;z-index:100;padding:0 12px;padding-bottom:env(safe-area-inset-bottom,0px)}
.sh-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex:1;height:100%;font-size:10px;font-weight:500;line-height:1;color:var(--color-text-secondary)}
.sh-tab.is-active{color:var(--color-brand-light)}
@media(min-width:768px){.sh-tabbar{display:none}}
.sh-footer{padding:24px 16px 20px;background:#1e2121}
.sh-f-inner{max-width:var(--content-max-width);margin:0 auto}
.sh-f-main{display:grid;grid-template-columns:1fr 1fr;gap:24px 20px;margin-bottom:24px;grid-template-areas:"games support" "platform cert" "brand brand"}
.sh-f-games{grid-area:games}.sh-f-support{grid-area:support}.sh-f-platform{grid-area:platform}.sh-f-cert{grid-area:cert}.sh-f-brand{grid-area:brand}
.sh-f-col{display:flex;flex-direction:column;gap:8px;min-width:0}
.sh-f-title{font-size:13px;font-weight:600;color:var(--color-text-primary);margin-bottom:2px}
.sh-f-link{display:inline-block;width:fit-content;max-width:100%;font-size:12px;line-height:1.5;color:var(--color-text-tertiary);text-underline-offset:3px}
.sh-f-cert-item{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--color-text-tertiary);text-align:left}
.sh-f-badge{display:block;width:28px;height:28px;flex-shrink:0;object-fit:contain}
.sh-f-brand{display:flex;flex-direction:column;gap:12px;padding-top:8px}
.sh-f-lang{display:inline-flex;align-items:center;justify-content:space-between;width:185px;max-width:100%;height:40px;margin-bottom:12px;padding:0 16px;border-radius:8px;background:#292d2e;color:var(--color-text-primary);font-size:14px;font-weight:500}
.sh-f-lang .sh-ico{opacity:.5;color:var(--color-text-secondary)}
.sh-f-brand-head{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}
.sh-f-logo{height:32px;width:150px;display:block;object-fit:contain;object-position:left center;flex-shrink:0}
.sh-f-top{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:auto;width:36px;height:36px;border-radius:8px;background:var(--color-bg-elevated);color:var(--color-text-primary)}
.sh-f-top .sh-ico{transform:rotate(90deg)}
.sh-f-desc{margin:0;font-size:12px;line-height:1.6;color:var(--color-text-tertiary);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.sh-f-socials{display:flex;align-items:center;gap:10px}
.sh-f-soc{display:inline-flex;color:#849194;transition:color .2s}
.sh-f-soc:hover{color:var(--color-brand-light)}
.sh-f-pagcor{display:block;align-self:flex-start;width:auto;height:40px;max-width:100%;margin-top:10px}
.sh-f-divider{height:1px;background:rgba(228,234,240,.1);margin-bottom:16px}
.sh-f-bottom{display:flex;flex-direction:column;gap:6px;align-items:center;text-align:center;font-size:11px;line-height:1.6;color:var(--color-text-tertiary)}
.sh-f-ver{opacity:.7}
@media(min-width:768px){
.sh-footer{padding:48px var(--page-padding-x) 28px}
.sh-f-main{grid-template-columns:minmax(220px,280px) repeat(3,minmax(0,1fr)) minmax(160px,200px);gap:24px 32px;margin-bottom:32px;grid-template-areas:"brand games platform support cert"}
.sh-f-col{gap:10px}
.sh-f-title{font-size:14px;margin-bottom:4px}
.sh-f-link{font-size:13px;transition:color .15s}
.sh-f-link:hover,.sh-f-cert-item a:hover{color:var(--color-brand-light);text-decoration:underline;text-decoration-color:var(--color-brand-light)}
.sh-f-cert-item{gap:10px;font-size:13px}
.sh-f-badge{width:32px;height:32px}
.sh-f-brand{gap:16px;padding-top:0}
.sh-f-lang,.sh-f-top{display:none}
.sh-f-logo{transition:transform .25s ease,filter .25s ease;transform-origin:left center}
.sh-f-logo:hover{transform:scale(1.06);filter:brightness(1.15)}
.sh-f-desc{max-width:280px;font-size:13px}
.sh-f-socials{gap:25px}
.sh-f-pagcor{margin-top:12px}
.sh-f-divider{margin-bottom:20px}
.sh-f-bottom{flex-direction:row;gap:8px;justify-content:center;font-size:12px}
}
@media(min-width:1280px){.sh-f-main{gap:24px 48px}}
.sh-page{width:100%;padding:14px 12px 10px;max-width:var(--content-max-width);margin:0 auto}
.sh-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;color:var(--color-text-tertiary);font-size:13px}
.sh-crumbs a:hover{color:var(--color-brand)}
@media(min-width:768px){.sh-page{padding:14px var(--page-padding-x) 20px}}
.cv-head{display:flex;align-items:center;margin-bottom:12px}
.cv-back{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:100%;color:var(--color-text-primary)}
.cv-back-ico{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.cv-title{margin:0;font-size:18px;font-weight:700;color:var(--color-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .15s}
.cv-back:hover .cv-title{color:var(--color-text-secondary)}
.cv-controls{margin-bottom:12px;background:var(--color-bg-primary)}
.cv-tab-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;min-width:16px;margin-right:6px}
.cv-tab-icon img{width:100%;height:100%;object-fit:contain;display:block}
.cv-grid{display:grid;gap:8px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}
@media(min-width:768px){
.cv-head{margin-bottom:10px}
.cv-controls{padding:10px 0 8px}
.cv-grid{gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:0;padding-top:12px}
}
@media(min-width:1024px){.cv-grid{grid-template-columns:repeat(5,1fr)}}
@media(min-width:1200px){.cv-grid{grid-template-columns:repeat(6,1fr)}}
@media(min-width:1440px){.cv-grid{grid-template-columns:repeat(8,1fr)}}
.pv-grid{display:grid;gap:8px;grid-template-columns:repeat(2,1fr)}
.pv-item{display:flex;align-items:center;justify-content:center;width:100%;height:55px;background:var(--color-bg-secondary);border-radius:var(--radius-md);padding:0 12px;position:relative;z-index:0}
.pv-logo{display:block;max-width:100%;max-height:32px;object-fit:contain}
.pv-name{font-size:13px;font-weight:600;color:var(--color-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(min-width:768px){
.pv-grid{gap:12px;grid-template-columns:repeat(4,1fr);padding-top:10px}
.pv-item{height:61px;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:0 16px;transition:background .2s,border-color .2s,transform .2s ease}
.pv-item:hover{background:var(--color-bg-tertiary);border-color:var(--color-brand);transform:translateY(-2px);z-index:1}
}
@media(min-width:1024px){.pv-grid{grid-template-columns:repeat(5,1fr)}}
@media(min-width:1200px){.pv-grid{grid-template-columns:repeat(6,1fr)}}
.gc{position:relative;display:block;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:3/4;background:var(--color-bg-card);z-index:0;transition:transform .3s ease,box-shadow .3s ease}
.gc-cover{width:100%;height:100%;object-fit:cover;display:block}
.gc-badge{position:absolute;right:4px;bottom:4px;display:inline-flex;align-items:center;gap:3px;padding:2px 6px;border-radius:var(--radius-sm);background:rgba(0,0,0,.3);color:#fff;font-size:12px;font-weight:700;line-height:16px;z-index:1}
.gc-badge .sh-ico{width:1em;height:1em}
@media(min-width:768px){
.gc::before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:rgba(0,0,0,.45) url("data:image/svg+xml,%3Csvg%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.3%22%2F%3E%20%3Cpath%20d%3D%22M25.91%2015.944l-10.946-7.5a3%203%200%2000-4.546%202.496v14.999a3%203%200%20004.546%202.496l10.947-7.5a3.001%203.001%200%20000-4.991z%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fsvg%3E") center/36px 36px no-repeat;opacity:0;transition:opacity .25s,background-size .3s ease}
.gc::after{content:attr(title);position:absolute;left:10px;right:10px;top:14%;z-index:3;pointer-events:none;text-align:center;color:#fff;font-size:16px;font-weight:700;line-height:1.3;text-shadow:0 1px 3px rgba(0,0,0,.85);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;opacity:0;transition:opacity .25s}
.gc:hover{transform:translateY(-8px);box-shadow:0 8px 24px rgba(0,0,0,.3);z-index:10}
.gc:hover::before{opacity:1;background-size:54px 54px}
.gc:hover::after{opacity:1}
}
.gs{margin-bottom:16px;min-width:0;max-width:100%}
.gs-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.gs-title{margin:0;font-size:16px;font-weight:700;color:var(--color-text-primary)}
.gs-right{display:flex;align-items:center;gap:12px}
.gs-all{font-size:13px;color:var(--color-text-secondary);text-underline-offset:3px;transition:color .2s}
.gs-arrows{display:none;gap:1px}
.gs-arrow{display:flex;align-items:center;justify-content:center;width:38px;height:32px;background:var(--color-bg-elevated);color:#fff}
.gs-arrow:first-child{border-radius:16px 0 0 16px;opacity:.3}
.gs-arrow:first-child .sh-ico{transform:rotate(180deg)}
.gs-arrow:last-child{border-radius:0 16px 16px 0}
.gs-arrow .sh-ico{width:14px;height:14px}
.gs-row{display:flex;gap:8px;width:100%;min-width:0;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.gs-row::-webkit-scrollbar{display:none}
.gs-row>*{flex:0 0 calc((100% - 16px)/3);scroll-snap-align:start}
.pr-item{display:flex;align-items:center;justify-content:center;height:56px;padding:0 12px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:background .2s,border-color .2s,transform .2s ease}
.pr-item img{display:block;max-width:100%;max-height:30px;object-fit:contain}
@media(min-width:768px){
.gs{margin-bottom:24px}
.gs-arrows{display:flex}
.gs-all:hover{color:var(--color-brand-light);text-decoration:underline}
.gs-row{gap:12px;padding-top:8px;margin-top:-8px}
.gs-row>*{flex:0 0 calc((100% - 36px)/4)}
.gs-row.is-providers>*{flex:0 0 calc((100% - 48px)/5)}
.pr-item:hover{background:var(--color-bg-tertiary);border-color:var(--color-brand);transform:translateY(-2px)}
}
@media(min-width:1024px){.gs-row>*{flex:0 0 calc((100% - 48px)/5)}}
@media(min-width:1200px){.gs-row>*{flex:0 0 calc((100% - 60px)/6)}.gs-row.is-providers>*{flex:0 0 calc((100% - 72px)/7)}}
@media(min-width:1440px){.gs-row>*{flex:0 0 calc((100% - 84px)/8)}}
.hm-search{display:flex;align-items:center;gap:8px;width:100%;height:40px;min-width:0;padding:0 15px;margin-bottom:10px;background:var(--color-bg-secondary);border-radius:var(--radius-md);border:1px solid var(--color-bg-elevated);color:var(--color-text-tertiary);font-size:14px}
.hm-search .sh-ico{width:18px;height:18px}
.hm-tabs{margin-bottom:12px}
@media(min-width:768px){.hm-search{margin:0 auto 10px}.hm-tabs{margin-bottom:20px}}
.gd{display:flex;flex-direction:column;gap:12px;padding:12px;max-width:var(--content-max-width);margin:0 auto;width:100%}
.gd-player{background:var(--color-bg-secondary);border-radius:var(--radius-lg);overflow:hidden}
.gd-stage{position:relative;width:100%;background:#000}
.gd-splash{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:16px;overflow:hidden;background-color:var(--color-bg-primary);background-image:var(--cover-bg);background-size:cover;background-position:center;background-repeat:no-repeat}
.gd-splash::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.gd-cover-img{position:relative;z-index:1;width:140px;height:140px;border-radius:12px;object-fit:cover;box-shadow:0 8px 24px rgba(0,0,0,.45)}
@media(min-width:768px){.gd-stage{aspect-ratio:16/9}.gd-splash{position:absolute;inset:0;padding:0;flex-direction:row}.gd-cover-img{display:none}}
.gd-prompt{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:16px;width:400px;max-width:calc(100% - 32px);padding:20px 24px;background:#232626;border-radius:12px}
.gd-prompt p{margin:0;font-size:14px;font-weight:500;color:var(--color-text-secondary);text-align:center}
.gd-prompt-actions{display:flex;align-items:center;gap:12px;width:100%}
.gd-pbtn{flex:1;display:inline-flex;align-items:center;justify-content:center;height:44px;border-radius:8px;font-size:15px;font-weight:700;transition:background .2s}
.gd-pbtn.is-pri{background:var(--color-brand);color:#000}
.gd-pbtn.is-pri:hover{background:var(--color-brand-light)}
.gd-pbtn.is-sec{background:#3a4142;color:var(--color-text-primary)}
.gd-pbtn.is-sec:hover{background:#4a5152}
.gd-toolbar{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-top:1px solid var(--color-border)}
.gd-tl{display:flex;align-items:center;gap:2px}
.gd-tbtn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);transition:background .2s}
.gd-tbtn:hover{background:var(--color-bg-elevated)}
.gd-tbtn .sh-ico{width:18px;height:18px;opacity:.7}
.gd-fav{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:var(--radius-sm);color:var(--color-text-tertiary);font-size:13px;font-weight:600}
.gd-fav .sh-ico{width:16px;height:16px;opacity:.7}
.gd-tc{display:none;align-items:center;gap:6px;opacity:.35}
.gd-tc img{width:20px;height:20px}
.gd-tc span{font-size:14px;font-weight:600;color:var(--color-text-secondary);white-space:nowrap}
.gd-toggle{display:flex;align-items:center;gap:4px;padding:4px;background:#232626;border-radius:8px}
.gd-play{display:inline-flex;align-items:center;justify-content:center;width:82px;height:32px;border-radius:8px;color:var(--color-text-secondary);font-size:14px;font-weight:600;transition:background .2s,color .2s}
.gd-play.is-active{background:var(--color-bg-elevated);color:var(--color-text-primary)}
@media(min-width:768px){.gd{padding:16px var(--page-padding-x);gap:16px}.gd-toolbar{padding:8px 16px}.gd-tc{display:flex}}
.gi{padding:16px;background:var(--color-bg-secondary);border-radius:var(--radius-lg)}
.gi-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.gi-ta{display:flex;flex-direction:column;gap:4px;min-width:0}
.gi-title{margin:0;font-size:18px;font-weight:700;color:var(--color-text-primary);line-height:1.3}
.gi-prov{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--color-text-tertiary)}
.gi-prov a{color:var(--color-brand);font-weight:600}
.gi-prov a:hover{text-decoration:underline}
.gi-right{display:flex;align-items:center;gap:8px;flex-shrink:0}
.gi-cat{display:inline-flex;align-items:center;justify-content:center;height:32px;min-width:81px;padding:0 14px;border-radius:20px;background:#232626;color:#24ee89;font-size:13px;font-weight:600;white-space:nowrap;transition:opacity .2s}
.gi-cat:hover{opacity:.9}
.gi-expand{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-sm);color:var(--color-text-tertiary)}
.gi-expand .sh-ico{width:16px;height:16px;transform:rotate(180deg)}
.gi-stats{display:flex;align-items:stretch;margin-top:16px;overflow-x:auto;scrollbar-width:none}
.gi-stats::-webkit-scrollbar{display:none}
.gi-stat{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;min-width:80px;padding:0 12px;position:relative}
.gi-stat+.gi-stat::before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:1px;background:var(--color-border)}
.gi-sl{font-size:12px;color:var(--color-text-tertiary);white-space:nowrap}
.gi-sl-s{display:none}
@media(max-width:767px){.gi-stat{flex:1 0 auto;min-width:0}.gi-sl-l{display:none}.gi-sl-s{display:inline}}
.gi-sv{font-size:14px;font-weight:700;color:var(--color-text-secondary);white-space:nowrap}
.gi-sv.is-hi{color:var(--color-brand)}
.gi-divider{height:1px;background:var(--color-border);margin:16px 0}
.gi-desc{font-size:14px;color:var(--color-text-secondary);line-height:1.6}
.gi-desc p{margin:0 0 8px}
.gi-desc p:last-child{margin-bottom:0}
@media(min-width:768px){.gi{padding:20px 24px}.gi-title{font-size:20px}.gi-stat{min-width:100px;padding:0 16px}}
.sp{width:100%;padding:16px 12px 24px;max-width:var(--content-max-width);margin:0 auto;color:var(--color-text-secondary);font-size:14px;line-height:1.6}
.sp h1{margin:0 0 8px;font-size:18px;font-weight:700;color:var(--color-text-primary)}
.sp-desc{margin:0 0 16px;max-width:72ch}
.sp h2{margin:24px 0 10px;font-size:16px;font-weight:600;color:var(--color-text-primary)}
.sp-links{display:flex;flex-wrap:wrap;gap:8px 16px}
.sp-links a{color:var(--color-text-secondary)}
.sp-links a:hover{color:var(--color-brand)}
@media(min-width:768px){.sp{padding:16px var(--page-padding-x) 24px}}
.hc{width:100%;max-width:var(--content-max-width);margin:0 auto;padding:16px 12px 24px;color:var(--color-text-secondary);font-size:14px;line-height:1.7}
.hc-head{display:flex;align-items:center;gap:8px;padding:0 0 6px}
.hc-head h1{margin:0;font-size:18px;font-weight:700;color:var(--color-text-primary)}
.hc-meta{margin:0 0 12px;font-size:13px;color:var(--color-text-tertiary)}
.hc-list{display:flex;flex-direction:column;gap:10px}
.hc-item{background:var(--color-bg-secondary);border-radius:var(--radius-lg);padding:14px 16px}
.hc-item h2{margin:0 0 8px;font-size:15px;font-weight:600;color:var(--color-text-primary)}
.hc-item p{margin:0 0 8px}
.hc-item p:last-child,.hc-item ul:last-child{margin-bottom:0}
.hc-item ul{margin:0 0 8px;padding-left:18px;list-style:disc}
.hc-item li{margin:2px 0}
.hc a{color:var(--color-brand)}
@media(min-width:768px){.hc{padding:16px var(--page-padding-x) 24px}}
.ar{width:100%;max-width:760px;margin:0 auto;padding:20px 16px 40px;color:var(--color-text-secondary);font-size:15px;line-height:1.75}
.ar h1{margin:0 0 8px;color:var(--color-text-primary);font-size:26px;font-weight:700;line-height:1.25}
.ar-meta{margin:0 0 20px;color:var(--color-text-tertiary);font-size:13px}
.ar-intro{margin:0 0 8px;color:var(--color-text-primary);font-size:16px;line-height:1.7}
.ar h2{margin:28px 0 8px;color:var(--color-text-primary);font-size:19px;font-weight:600;line-height:1.35}
.ar p{margin:0}
.ar-faq,.ar-related{margin-top:32px;padding-top:8px;border-top:1px solid var(--color-divider)}
.ar details{border-bottom:1px solid var(--color-divider)}
.ar details:last-child{border-bottom:none}
.ar summary{padding:13px 0;color:var(--color-text-primary);font-weight:500;cursor:pointer;list-style:none}
.ar summary::-webkit-details-marker{display:none}
.ar summary::after{content:"";float:right;width:8px;height:8px;margin-top:6px;border-right:1.5px solid var(--color-text-tertiary);border-bottom:1.5px solid var(--color-text-tertiary);transform:rotate(45deg);transition:transform .2s ease}
.ar details[open] summary::after{transform:rotate(-135deg);margin-top:9px}
.ar details p{padding:0 0 14px}
.ar-related li{padding:6px 0}
.ar-related a{color:var(--color-brand)}
.ar-related a:hover{text-decoration:underline}
.ar-cards{display:grid;gap:12px;margin-top:20px}
.ar-card{display:block;padding:16px 18px;background:var(--color-bg-secondary);border-radius:var(--radius-lg);transition:background .2s}
.ar-card:hover{background:var(--color-bg-tertiary)}
.ar-card h2{margin:0 0 6px;font-size:17px}
.ar-card p{font-size:14px;color:var(--color-text-secondary)}
