/* ACC64 Game FPS pages v9 — isolated typography/layout */
@font-face{font-family:"Manrope";font-style:normal;font-weight:400 800;font-display:swap;src:url("assets/fonts/manrope-cyrillic-ext.woff2") format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}
@font-face{font-family:"Manrope";font-style:normal;font-weight:400 800;font-display:swap;src:url("assets/fonts/manrope-cyrillic.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:"Manrope";font-style:normal;font-weight:400 800;font-display:swap;src:url("assets/fonts/manrope-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Manrope";font-style:normal;font-weight:400 800;font-display:swap;src:url("assets/fonts/manrope-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

body.gfp-page{--ink:#07152f;--muted:#5c6d87;--line:#dce5f1;--blue:#2463eb;--soft:#f5f8fc;margin:0;background:#fff;color:var(--ink);font-family:"Manrope","Noto Sans JP","Noto Sans SC","Segoe UI",ui-sans-serif,system-ui,-apple-system,sans-serif}
body.gfp-page,body.gfp-page *{box-sizing:border-box}
html:lang(ja) body.gfp-page{font-family:"Manrope","Yu Gothic UI","Yu Gothic","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,"Noto Sans JP","Segoe UI",sans-serif}
html:lang(zh) body.gfp-page{font-family:"Manrope","Microsoft YaHei UI","Microsoft YaHei","PingFang SC","Noto Sans SC","Segoe UI",sans-serif}
body.gfp-page button,body.gfp-page input,body.gfp-page select,body.gfp-page textarea{font:inherit}
body.gfp-page .gfp-header{height:72px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1180px)/2));background:#fff}
body.gfp-page .gfp-brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-weight:900;text-decoration:none}
body.gfp-page .gfp-brand img{width:34px;height:34px}
body.gfp-page .gfp-header nav a{color:var(--blue);font-weight:800;text-decoration:none}
body.gfp-page main{width:min(1180px,calc(100% - 32px));margin:auto}
body.gfp-page .gfp-hero,body.gfp-page .gfp-detail-hero{padding:72px 0 52px;max-width:850px}
body.gfp-page .gfp-hero span,body.gfp-page .gfp-detail-hero span,body.gfp-page .gfp-heading>span{font-size:.75rem;letter-spacing:.14em;font-weight:900;color:var(--blue)}
body.gfp-page h1{font-size:clamp(2.15rem,6vw,4.7rem);line-height:1.02;letter-spacing:-.055em;margin:12px 0 20px}
body.gfp-page p{color:var(--muted);font-size:1.05rem;line-height:1.7}
body.gfp-page .gfp-primary{display:inline-flex;margin-top:18px;padding:14px 20px;border-radius:12px;background:var(--blue);color:#fff;text-decoration:none;font-weight:900}
body.gfp-page .gfp-section{padding:34px 0 54px}
body.gfp-page .gfp-heading h2{font-size:clamp(1.55rem,3vw,2.3rem);margin:7px 0 20px}
body.gfp-page .gfp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
body.gfp-page .gfp-card{min-width:0;border:1px solid var(--line);border-radius:15px;padding:10px;display:grid;grid-template-columns:56px minmax(0,1fr) 18px;gap:12px;align-items:center;text-decoration:none;color:var(--ink);background:#fff;transition:.18s}
body.gfp-page .gfp-card:hover{border-color:#9db8f3;box-shadow:0 10px 28px #1c4d9b12;transform:translateY(-1px)}
body.gfp-page .gfp-card span:nth-child(2){min-width:0}
body.gfp-page .gfp-card strong,body.gfp-page .gfp-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body.gfp-page .gfp-card small{margin-top:4px;color:var(--muted)}
body.gfp-page .gfp-card>b{color:var(--blue)}
body.gfp-page .gfp-monogram{width:46px;height:46px;border-radius:11px;background:#e9f0ff;color:var(--blue);display:grid;place-items:center;font-weight:900}
body.gfp-page .gfp-empty{grid-column:1/-1;padding:22px;border:1px dashed var(--line);border-radius:14px;color:var(--muted)}
body.gfp-page .gfp-crumb{padding-top:28px}
body.gfp-page .gfp-crumb a{color:var(--blue);font-weight:800;text-decoration:none}
body.gfp-page .gfp-detail{max-width:960px}
body.gfp-page .gfp-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 48px}
body.gfp-page .gfp-facts div{background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:18px}
body.gfp-page .gfp-facts dt{color:var(--muted);font-size:.82rem}
body.gfp-page .gfp-facts dd{margin:6px 0 0;font-weight:900}
body.gfp-page .gfp-copy{max-width:760px}
body.gfp-page .gfp-copy h2{font-size:1.55rem;margin:34px 0 8px}
body.gfp-page .gfp-faq{margin:42px 0;display:grid;gap:10px}
body.gfp-page .gfp-faq details{border:1px solid var(--line);border-radius:14px;padding:17px}
body.gfp-page .gfp-faq summary{font-weight:900;cursor:pointer}
body.gfp-page .gfp-faq p{margin-bottom:0}
body.gfp-page footer{border-top:1px solid var(--line);padding:28px;text-align:center;color:var(--muted)}
body.gfp-page footer a{color:var(--blue)}
body.gfp-page .gfp-cover{position:relative;display:block;width:56px;height:74px;overflow:hidden;border-radius:10px;background:#e9f0ff;box-shadow:0 2px 8px rgba(7,21,47,.12)}
body.gfp-page .gfp-cover .gfp-monogram{position:absolute;inset:0;width:100%;height:100%;border-radius:0;z-index:0}
body.gfp-page .gfp-cover img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;background:#e9f0ff;z-index:1;transition:transform .2s ease}
body.gfp-page .gfp-card:hover .gfp-cover img{transform:scale(1.035)}

/* Discovery block is also used inside the existing calculator. Keep it isolated. */
.gp-discovery{margin-top:26px;padding:24px;border:1px solid var(--line,#dfe7f1);border-radius:18px;background:#fff}
.gp-discovery-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}
.gp-discovery-head h2{margin:4px 0}
.gp-discovery-head a{font-weight:800;color:var(--blue,#2563eb)}
.gp-discovery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.gp-discovery-grid a{border:1px solid var(--line,#dfe7f1);border-radius:12px;padding:12px;color:var(--text,#142033);font-weight:800;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

@media(max-width:800px){body.gfp-page .gfp-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.gfp-page .gfp-facts{grid-template-columns:1fr}.gp-discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){body.gfp-page .gfp-header{height:62px;padding:0 16px}body.gfp-page .gfp-grid{grid-template-columns:1fr}body.gfp-page .gfp-hero,body.gfp-page .gfp-detail-hero{padding:48px 0 38px}.gp-discovery-head{display:block}.gp-discovery-grid{grid-template-columns:1fr}body.gfp-page .gfp-card{grid-template-columns:56px minmax(0,1fr) 18px}}
