/* Shortcut Games Station — shared guide enhancements (plus) */
:root{--sgp-acc:#c1121f}
#sgp-bar{position:fixed;left:0;top:0;height:3px;width:0;background:var(--sgp-acc);z-index:100001;pointer-events:none;transition:width .08s linear;box-shadow:0 0 8px var(--sgp-acc)}
.sgp-fab{position:fixed;right:18px;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(18,18,20,.92);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100000;box-shadow:0 6px 18px rgba(0,0,0,.5);transition:opacity .2s,transform .2s,background .2s;padding:0;font:inherit}
.sgp-fab:hover{background:var(--sgp-acc)}
.sgp-fab svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
html.sgp .sgs-top{display:none!important}
#sgp-top{bottom:18px;opacity:0;transform:translateY(12px);pointer-events:none}
#sgp-top.on{opacity:1;transform:none;pointer-events:auto}
#sgp-find{bottom:74px}
/* search overlay */
#sgp-s{position:fixed;inset:0;z-index:100002;background:rgba(0,0,0,.72);display:none;align-items:flex-start;justify-content:center;padding:70px 14px 14px;font-family:system-ui,'Segoe UI',Arial,sans-serif}
#sgp-s.on{display:flex}
.sgp-box{width:100%;max-width:720px;background:#121214;border:1px solid #2a2a2e;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.6);overflow:hidden;display:flex;flex-direction:column;max-height:calc(100vh - 90px)}
.sgp-in{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #26262a}
.sgp-in svg{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:#9a9aa2;stroke-width:2.2;stroke-linecap:round}
.sgp-in input{flex:1;min-width:0;background:transparent;border:0;outline:0;color:#fff;font-size:17px;font-family:inherit}
.sgp-x{background:#222;border:1px solid #333;color:#bbb;border-radius:7px;padding:4px 9px;font-size:12px;cursor:pointer;font-family:inherit}
.sgp-meta{padding:8px 14px;color:#8d8d95;font-size:12px;border-bottom:1px solid #1d1d20}
.sgp-res{overflow-y:auto;overscroll-behavior:contain}
.sgp-r{display:block;width:100%;text-align:left;background:transparent;border:0;border-bottom:1px solid #1c1c1f;padding:11px 14px;cursor:pointer;color:#ddd;font-family:inherit}
.sgp-r:hover,.sgp-r.sel{background:#1c1c21}
.sgp-r .w{display:block;font-size:11px;letter-spacing:.3px;color:#9fa0a8;margin-bottom:3px;font-weight:600;border-left:3px solid var(--sgp-acc);padding-left:7px}
.sgp-r .t{display:block;font-size:14px;line-height:1.45;color:#d6d6da}
.sgp-r mark{background:rgba(255,214,0,.25);color:#fff;border-radius:3px;padding:0 1px}
.sgp-empty{padding:22px 14px;color:#8d8d95;font-size:14px;text-align:center}
.sgp-flash{animation:sgpFlash 2.2s ease-out}
@keyframes sgpFlash{0%,35%{box-shadow:0 0 0 3px #ffd600;background-color:rgba(255,214,0,.12)}100%{box-shadow:0 0 0 3px transparent}}
/* checklist */
.sgp-ck{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:6px;border:2px solid #555;background:rgba(0,0,0,.35);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;z-index:2;transition:background .15s,border-color .15s}
.sgp-ck:hover{border-color:#9a9a9a}
.sgp-ck svg{width:15px;height:15px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;opacity:0}
.sgp-on>.sgp-ck{background:#22a55a;border-color:#22a55a}
.sgp-on>.sgp-ck svg{opacity:1}
.sgp-host{position:relative}
.step.sgp-host{padding-right:44px!important}
.step.sgp-on{opacity:.5}
.step.sgp-on:hover{opacity:.85}
li.sgp-li::before,li.sgp-li::marker{display:none!important;content:none!important}
li.sgp-li{list-style:none;position:relative;padding-left:32px!important;cursor:pointer}
li.sgp-li>.sgp-ck{left:0;right:auto;top:1px;width:21px;height:21px}
li.sgp-li.sgp-on{opacity:.55;text-decoration:line-through;text-decoration-color:rgba(255,255,255,.35)}
tr.sgp-tr{cursor:pointer}
tr.sgp-tr>td:first-child{position:relative;padding-left:38px!important}
tr.sgp-tr .sgp-ck{left:9px;right:auto;top:50%;margin-top:-11px;width:21px;height:21px}
tr.sgp-tr.sgp-on>td{opacity:.5}
.sgp-prog{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 14px;padding:10px 14px;border:1px solid #26262a;border-radius:10px;background:#111114;font-family:system-ui,'Segoe UI',Arial,sans-serif;font-size:13px;color:#bbb}
.sgp-prog b{color:#fff}
.sgp-pbar{flex:1;min-width:120px;height:6px;border-radius:4px;background:#26262a;overflow:hidden}
.sgp-pbar i{display:block;height:100%;width:0;background:#22a55a;transition:width .25s}
.sgp-reset{background:transparent;border:1px solid #333;color:#999;border-radius:7px;padding:4px 10px;font-size:12px;cursor:pointer;font-family:inherit}
.sgp-reset:hover{color:#fff;border-color:#666}
.chsel-btn .sgp-cc{display:inline-block;margin-left:6px;font-size:10px;font-weight:700;color:#8d8d95;vertical-align:1px}
.chsel-btn.sgp-full .sgp-cc{color:#22c55e}
/* mobile: one scrollable tab row, compact nav */
@media (max-width:760px){
  .tabs{flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden;justify-content:flex-start!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-left:10px!important;padding-right:10px!important;scroll-padding:0 40px}
  .tabs::-webkit-scrollbar{display:none}
  .tabs .tab-btn{flex:0 0 auto!important;white-space:nowrap!important}
  .sgp-fab{right:12px;width:44px;height:44px}
  #sgp-top{bottom:14px}#sgp-find{bottom:66px}
  #sgp-s{padding-top:12px}
  .sgp-box{max-height:calc(100vh - 24px)}
}
@media (max-width:520px){.sgsx-nav{padding:10px 12px!important}.sgsx-brand{white-space:nowrap;font-size:14px!important}.sgsx-links{gap:10px!important}.sgsx-links a.sgp-home{display:inline!important;font-size:13px;white-space:nowrap}.sgsx-sub{padding:6px 10px!important;font-size:13px!important;white-space:nowrap}}
@media (max-width:430px){.sgp-subt,.sgp-all{display:none}}
/* "More 100% guides" strip (same look as /sgs/more.css, so every guide has it) */
.sgs-more{max-width:1400px;margin:44px auto 0;padding:0 20px 30px;font-family:system-ui,Arial,sans-serif}
.sgs-more h3{color:#fff;font-size:1.05em;letter-spacing:2px;text-transform:uppercase;margin:0 0 16px;padding-bottom:10px;border-bottom:1px solid #1e1e1e;font-weight:700}
.sgs-more-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px}
.sgs-more-card{display:block;text-decoration:none;border-radius:12px;overflow:hidden;background:#111;border:1px solid #1e1e1e;transition:transform .25s,border-color .25s,box-shadow .25s}
.sgs-more-card:hover{transform:translateY(-4px);border-color:rgba(236,28,36,.5);box-shadow:0 14px 30px rgba(0,0,0,.55)}
.sgs-more-card .sgs-more-img{position:relative;height:150px;overflow:hidden;background:#0b0b0e;line-height:0;display:block;padding:0}
.sgs-more-card .sgs-more-img::before{content:"";position:absolute;inset:-20px;background:var(--sa) center/cover no-repeat;filter:blur(16px) brightness(.4);z-index:0}
.sgs-more-card img{position:relative;z-index:1;width:100%;height:100%;padding:10px 10px 14px;box-sizing:border-box;object-fit:contain;display:block;transition:.35s}
.sgs-more-card:hover img{transform:scale(1.05)}
.sgs-more-card .sgs-more-img::after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(to top,#111 0%,transparent 22%)}
.sgs-more-card b{display:block;padding:10px 12px 4px;color:#fff;font-size:.92em;line-height:1.3}
.sgs-more-card span:not(.sgs-more-img){display:block;padding:0 12px 12px;color:#8a8a8a;font-size:.76em;letter-spacing:.4px;text-transform:uppercase}
@media (max-width:520px){.sgs-more-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.sgs-more-card .sgs-more-img{height:130px}}
@media print{#sgp-bar,.sgp-fab,.sgp-ck,.sgp-prog{display:none!important}}
