/* ==========================================================================
   COSM-GAME NEWS POST — EXACT MOCKUP FRONTEND v1
   Visual source: 4-news-post.html
   Old assets/css/news.css is intentionally NOT loaded.
   ========================================================================== */

.guide-page{
  --bg:#080b12;
  --surface:#0e131d;
  --surface-2:#151b28;
  --surface-3:#1c2436;
  --border:#232b3d;
  --text:#e8ebf1;
  --text-secondary:#98a2b8;
  --text-muted:#666f85;
  --accent:#4b8bf4;
  --accent-2:#7c5cff;
  --amber:#ffb020;
  --radius:14px;
  --radius-sm:9px;
  --container:1180px;

  margin:0;
  min-height:100vh;
  color:var(--text);
  background-color:var(--bg)!important;
  background-image:
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2217.32%22%20height%3D%2230%22%20viewBox%3D%220%200%2017.32%2030%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%234b8bf4%22%20stroke-width%3D%221%22%20stroke-opacity%3D%220.14%22%3E%3Cpolygon%20points%3D%220,-10%208.66,-5%208.66,5%200,10%20-8.66,5%20-8.66,-5%22/%3E%3Cpolygon%20points%3D%2217.32,-10%2025.98,-5%2025.98,5%2017.32,10%208.66,5%208.66,-5%22/%3E%3Cpolygon%20points%3D%228.66,5%2017.32,10%2017.32,20%208.66,25%200,20%200,10%22/%3E%3Cpolygon%20points%3D%22-8.66,5%200,10%200,20%20-8.66,25%20-17.32,20%20-17.32,10%22/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(circle at 15% 0%,rgba(75,139,244,.10),transparent 40%),
    radial-gradient(circle at 85% 15%,rgba(124,92,255,.08),transparent 40%)!important;
  background-repeat:repeat,no-repeat,no-repeat!important;
  background-size:17.32px 30px,auto,auto!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
}

.guide-page *,
.guide-page *::before,
.guide-page *::after{box-sizing:border-box}

.guide-page a{color:inherit;text-decoration:none}
.guide-page :focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}

.guide-page .guide-container{
  width:100%;
  max-width:var(--container);
  margin:0 auto;
  padding-left:32px;
  padding-right:32px;
}
.guide-page main.guide-container{padding-top:8px;padding-bottom:8px}

.guide-page .post-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:22px;
  align-items:start;
  padding-top:6px;
}
.guide-page .main-col{min-width:0}

/* article head — no container */
.guide-page .crumb{
  display:flex;align-items:center;gap:7px;flex-wrap:wrap;
  margin:14px 0 12px;
  font-size:11.5px;color:var(--text-muted);
}
.guide-page .crumb a{color:var(--text-secondary)}
.guide-page .crumb a:hover{color:var(--accent)}
.guide-page .crumb i{font-size:9px;opacity:.6}

.guide-page .badges{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:11px}
.guide-page .tb{
  display:inline-flex;align-items:center;gap:5px;
  padding:4px 9px;border-radius:6px;
  font-size:10px;font-weight:700;line-height:1.35;letter-spacing:.05em;text-transform:uppercase;
}
.guide-page .tb-news{background:rgba(75,139,244,.22);border:1px solid rgba(75,139,244,.48);color:#6ea3f7}
.guide-page .tb i{font-size:11px}

.guide-page .art-title{
  margin:0 0 12px;
  color:#fff;
  font-size:30px;
  font-weight:700;
  line-height:1.18;
  letter-spacing:-.01em;
}

.guide-page .tag-marquee{
  position:relative;
  overflow:hidden;
  margin:0 0 12px;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
          mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
}
.guide-page .tag-marquee-track{
  display:flex;align-items:center;gap:7px;width:max-content;
  animation:guide-tag-scroll 46s linear infinite;
}
.guide-page .tag-marquee-group{display:flex;align-items:center;gap:7px}
@keyframes guide-tag-scroll{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 3.5px))}}
.guide-page .tag-marquee:hover .tag-marquee-track{animation-play-state:paused}
@media(prefers-reduced-motion:reduce){.guide-page .tag-marquee-track{animation:none}}

.guide-page .tpill{
  display:inline-flex;align-items:center;
  white-space:nowrap;
  padding:3px 9px;
  border:1px solid transparent;
  border-radius:6px;
  font-size:10.5px;font-weight:600;line-height:1.4;
}
.guide-page .tp-cyan{background:rgba(56,189,248,.22);border-color:rgba(56,189,248,.45);color:#38bdf8}
.guide-page .tp-violet{background:rgba(124,92,255,.24);border-color:rgba(124,92,255,.48);color:#a78bfa}
.guide-page .tp-green{background:rgba(62,207,142,.22);border-color:rgba(62,207,142,.45);color:#3ecf8e}
.guide-page .tp-amber{background:rgba(255,176,32,.22);border-color:rgba(255,176,32,.45);color:#ffb020}
.guide-page .tp-red{background:rgba(239,110,80,.22);border-color:rgba(239,110,80,.45);color:#ef6e50}
.guide-page .tp-lime{background:rgba(158,222,74,.22);border-color:rgba(158,222,74,.45);color:#9ede4a}
.guide-page .tp-pink{background:rgba(244,114,182,.22);border-color:rgba(244,114,182,.45);color:#f472b6}
.guide-page .tp-rose{background:rgba(251,113,133,.22);border-color:rgba(251,113,133,.45);color:#fb7185}
.guide-page .tp-blue{background:rgba(75,139,244,.24);border-color:rgba(75,139,244,.48);color:#6ea3f7}
.guide-page .tp-sky{background:rgba(86,204,242,.22);border-color:rgba(86,204,242,.45);color:#56ccf2}

.guide-page .art-meta{
  display:flex;align-items:center;gap:8px;flex-wrap:wrap;
  margin-bottom:12px;
  color:var(--text-muted);font-size:11.5px;
}
.guide-page .art-meta i{font-size:12px;opacity:.85}
.guide-page .art-meta a{color:var(--text-secondary)}
.guide-page .art-meta .sep{width:3px;height:3px;border-radius:50%;background:var(--border)}
.guide-page .plat-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:16px}

/* hero */
.guide-page .post-hero{
  position:relative;
  width:100%;
  aspect-ratio:16/7;
  overflow:hidden;
  border-radius:var(--radius);
  background:#141a28;
}
.guide-page .post-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.guide-page .post-hero .hlabel{
  position:absolute;left:0;right:0;bottom:0;z-index:2;
  padding:30px 16px 12px;
  background:linear-gradient(0deg,rgba(6,8,13,.92),transparent);
  color:rgba(255,255,255,.8);
  font-size:11px;font-weight:700;line-height:1.35;letter-spacing:.08em;text-transform:uppercase;
}

/* opening */
.guide-page .lead{
  margin:16px 0 0;
  color:var(--text-secondary);
  font-size:14px;
  line-height:1.72;
}
.guide-page .lead strong{color:var(--text);font-weight:600}

/* section structure: heading outside, exactly one box */
.guide-page .sec{margin-top:26px;scroll-margin-top:110px}
.guide-page .sec-head{
  display:flex;align-items:baseline;justify-content:space-between;gap:16px;
  margin-bottom:12px;
}
.guide-page .sec-head h2{
  display:flex;align-items:center;gap:9px;
  margin:0;
  color:var(--text);
  font-size:17px;font-weight:600;line-height:24px;letter-spacing:-.01em;
}
.guide-page .sec-head .n{font-size:11px;color:var(--text-muted);font-weight:500}
.guide-page .sec-ic{
  display:flex;align-items:center;justify-content:center;
  width:24px;height:24px;flex:0 0 24px;
  border-radius:7px;font-size:11.5px;
}
.guide-page .ic-amber{background:rgba(255,176,32,.14);color:var(--amber)}
.guide-page .ic-blue{background:rgba(75,139,244,.14);color:var(--accent)}
.guide-page .ic-violet{background:rgba(124,92,255,.16);color:#b9a6ff}
.guide-page .ic-green{background:rgba(62,207,142,.13);color:#3ecf8e}
.guide-page .ic-red{background:rgba(239,110,80,.14);color:#ef6e50}

.guide-page .box{
  width:100%;
  padding:20px 22px;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:rgba(14,19,29,.62);
}

.guide-page .sec-intro{
  max-width:78ch;
  margin:-2px 0 13px;
  padding:0;
  border:0;
  background:transparent;
}
.guide-page .sec-intro .p{margin:0}

/* body */
.guide-page .p{
  margin:0 0 11px;
  color:var(--text-secondary);
  font-size:13.5px;
  line-height:1.72;
}
.guide-page .p:last-child{margin-bottom:0}
.guide-page .p b,.guide-page .p strong{color:var(--text);font-weight:600}
.guide-page .section-h3{
  margin:18px 0 9px;
  color:var(--text);
  font-size:14px;font-weight:600;line-height:1.4;
}
.guide-page .section-h4{
  margin:14px 0 7px;
  color:var(--text);
  font-size:12.5px;font-weight:600;line-height:1.4;
}
.guide-page .guide-body-preamble{margin-top:18px}
.guide-page .guide-list{
  list-style:none;
  display:flex;flex-direction:column;
  margin:0;padding:0;
}
.guide-page .guide-list li{
  position:relative;
  padding:9px 0 9px 18px;
  border-top:1px solid var(--border);
  color:var(--text-secondary);
  font-size:13px;
  line-height:1.7;
}
.guide-page .guide-list li:first-child{border-top:0;padding-top:0}
.guide-page .guide-list li:first-child::before{top:7px}
.guide-page .guide-list li:last-child{padding-bottom:0}
.guide-page .guide-list li::before{
  content:"";position:absolute;left:0;top:16px;
  width:5px;height:5px;border-radius:50%;background:var(--accent);
}
.guide-page .guide-list-ol{counter-reset:guide-num}
.guide-page .guide-list-ol li{counter-increment:guide-num}
.guide-page .guide-list-ol li::before{
  content:counter(guide-num);
  top:8px;width:16px;height:auto;border-radius:0;background:none;color:var(--accent);
  font:600 10px/1.2 ui-monospace,Menlo,Consolas,monospace;
}

/* BodyHTML tables */
.guide-page .info-table{
  width:100%;
  border-collapse:collapse;
  margin:10px 0 0;
}
.guide-page .info-table th{
  text-align:left;
  padding:10px 12px;
  border-bottom:1px solid var(--border);
  background:rgba(21,27,40,.72);
  color:var(--text-muted);
  font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
}
.guide-page .info-table td{
  padding:10px 12px;
  border-top:1px solid var(--border);
  color:var(--text-secondary);
  font-size:12px;line-height:1.55;
}
.guide-page .info-table p{margin:0}

/* Game summary */
.guide-page .gsum{display:flex;gap:20px;align-items:stretch}
.guide-page .gsum-stats{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}
.guide-page .gs-row{display:flex;gap:16px;align-items:flex-start;padding:9px 0;border-top:1px solid var(--border)}
.guide-page .gs-row:first-child{border-top:0;padding-top:0}
.guide-page .gs-row:last-child{padding-bottom:0}
.guide-page .gs-l{
  flex:0 0 118px;
  padding-top:3px;
  color:var(--text-muted);
  font-size:10px;letter-spacing:.06em;text-transform:uppercase;
}
.guide-page .gs-v{flex:1 1 auto;min-width:0;overflow:hidden;color:var(--text);font-size:12.5px}
.guide-page .gs-track{display:flex;align-items:center;gap:6px;width:max-content;max-width:100%}
.guide-page .gsum-rate{
  flex:0 0 148px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;
  padding-left:18px;
  border-left:2px dashed var(--border);
}
.guide-page .gsum-rate .num{font-size:34px;font-weight:800;line-height:1;color:var(--amber)}
.guide-page .gsum-rate .stars{display:inline-flex;gap:3px;color:var(--amber);font-size:12px}
.guide-page .gsum-rate .cnt{font-size:10.5px;color:var(--text-muted)}

/* TOC */
.guide-page .toc-list{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px;align-items:start}
.guide-page .toc-group{min-width:0;display:flex;flex-direction:column;gap:8px}
.guide-page .toc-item{
  display:flex;align-items:flex-start;gap:9px;
  min-width:0;
  color:var(--text-secondary);
  font-size:12.5px;line-height:1.45;
}
.guide-page .toc-item:hover{color:var(--accent)}
.guide-page .toc-n{
  flex:0 0 22px;min-width:22px;white-space:nowrap;padding-top:2px;
  color:var(--accent);
  font:600 10.5px/1.3 ui-monospace,Menlo,Consolas,monospace;
}
.guide-page .toc-label{min-width:0;overflow-wrap:break-word}
.guide-page .toc-sub{padding-left:16px;font-size:11.5px}
.guide-page .toc-sub .toc-n{flex-basis:31px;min-width:31px}
.guide-page .toc-sub2{padding-left:30px;font-size:11px}
.guide-page .toc-sub2 .toc-n{flex-basis:42px;min-width:42px}

/* Media from the live renderer */
.guide-page .profile-media-primary,
.guide-page .profile-media-secondary{width:100%}
.guide-page .profile-video-frame{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:12px;
  background:#080b12;
}
.guide-page .profile-video-frame iframe,
.guide-page .profile-video-frame video{
  position:absolute;inset:0;width:100%;height:100%;border:0;display:block;
}
.guide-page .profile-video-meta{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  margin-top:9px;
  color:var(--text-muted);
  font-size:11px;
}
.guide-page .profile-video-meta a{color:var(--accent)}
.guide-page .profile-media-subhead{
  margin:14px 0 8px;
  color:var(--text-muted);
  font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;
}
.guide-page .profile-shot-scroller{
  box-sizing:border-box;width:100%;max-width:100%;
  display:flex;gap:10px;
  overflow-x:auto;overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-x:contain;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
  touch-action:pan-x pan-y;
  cursor:grab;
  user-select:none;
}
.guide-page .profile-shot-scroller::-webkit-scrollbar{display:none}
.guide-page .profile-shot-scroller.is-dragging{cursor:grabbing}
.guide-page .profile-shot-card,
.guide-page .profile-shot-feature{
  position:relative;
  flex:0 0 210px;
  width:210px;height:118px;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:10px;
  background:#151b28;
  scroll-snap-align:start;
  user-select:none;
  -webkit-user-drag:none;
}
.guide-page .profile-shot-card img,
.guide-page .profile-shot-feature img{width:100%;height:100%;display:block;object-fit:cover;pointer-events:none}
.guide-page .body-fig{
  max-width:100%;
  margin:16px auto;
}
.guide-page .body-fig img{display:block;max-width:100%;height:auto;border-radius:10px}
.guide-page .body-fig figcaption{margin-top:6px;color:var(--text-muted);font-size:10.5px;line-height:1.5}

/* FAQ — starts closed */
.guide-page .faq-item{border-bottom:1px solid var(--border)}
.guide-page .faq-item:last-child{border-bottom:0}
.guide-page .faq-q{
  display:flex;align-items:flex-start;justify-content:space-between;gap:12px;
  width:100%;margin:0;padding:13px 0;
  border:0;background:transparent;color:var(--text);
  font-family:inherit;font-size:13.5px;font-weight:600;line-height:1.45;text-align:left;
  cursor:pointer;
}
.guide-page .faq-item:first-child .faq-q{padding-top:0}
.guide-page .faq-q i{flex:0 0 auto;margin-top:2px;color:var(--text-muted);transition:transform .2s ease,color .2s ease}
.guide-page .faq-a{
  max-height:0;overflow:hidden;
  color:var(--text-secondary);
  font-size:12.5px;line-height:1.7;
  transition:max-height .22s ease;
}
.guide-page .faq-a p{margin:0;padding:0 28px 14px 0}
.guide-page .faq-item.on .faq-q i{transform:rotate(180deg);color:var(--accent)}
.guide-page .faq-item.on .faq-a{max-height:420px}

/* Sources */
.guide-page .src-row{display:flex;align-items:flex-start;gap:10px;padding:8px 0;font-size:12.5px}
.guide-page .src-row:first-child{padding-top:0}
.guide-page .src-row:last-child{padding-bottom:0}
.guide-page .src-dot{width:5px;height:5px;flex:0 0 5px;margin-top:7px;border-radius:50%;background:var(--accent)}
.guide-page .src-row a{color:var(--text-secondary);line-height:1.5}
.guide-page .src-row a:hover{color:var(--accent);text-decoration:underline}

/* Ratings */
.guide-page .rc-top{display:flex;align-items:center;gap:20px;padding-bottom:14px;border-bottom:1px solid var(--border)}
.guide-page .rc-score{flex:0 0 86px;text-align:center}
.guide-page .rc-avg{font-size:30px;font-weight:800;line-height:1;color:var(--text)}
.guide-page .rc-stars{display:flex;justify-content:center;gap:2px;margin-top:6px;color:var(--amber);font-size:10px}
.guide-page .rc-stars .is-empty{opacity:.25}
.guide-page .rc-count{margin-top:5px;color:var(--text-muted);font-size:10px}
.guide-page .rc-bars{flex:1 1 auto;display:flex;flex-direction:column;gap:7px}
.guide-page .rc-bar-row{display:grid;grid-template-columns:24px minmax(0,1fr) 36px;align-items:center;gap:7px;color:var(--text-muted);font-size:9.5px}
.guide-page .rc-bar{height:6px;overflow:hidden;border-radius:5px;background:var(--surface-3)}
.guide-page .rc-fill{height:100%;border-radius:inherit;background:var(--accent)}
.guide-page .rc-rate{
  display:flex;align-items:center;gap:14px;flex-wrap:wrap;
  padding:12px 0;margin-bottom:12px;border-bottom:1px solid var(--border);
}
.guide-page .rc-rate .l{color:var(--text-secondary);font-size:11px}
.guide-page .rc-stars-in{display:flex;gap:5px;color:var(--text-muted);font-size:17px}
.guide-page .rc-stars-in:not(.is-disabled) i{cursor:pointer}
.guide-page .rc-stars-in i.is-active{color:var(--amber)}
.guide-page .rc-hint,.guide-page .rc-signin-note{color:var(--text-muted);font-size:10.5px}
.guide-page .rc-signin-row,.guide-page .rc-user-row{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.guide-page .rc-user-avatar{width:32px;height:32px;border-radius:50%;background-size:cover;background-position:center}
.guide-page .rc-user-name{font-size:11.5px;font-weight:600}
.guide-page .rc-signout-btn{
  margin-left:auto;padding:5px 9px;border:1px solid var(--border);border-radius:7px;background:var(--surface-2);color:var(--text-secondary);font-size:10px;cursor:pointer
}
.guide-page .rc-ta{
  width:100%;min-height:68px;resize:vertical;
  padding:10px 12px;
  border:1px solid var(--border);border-radius:9px;
  background:var(--surface-2);color:var(--text);
  font:inherit;font-size:11.5px;line-height:1.55;
}
.guide-page .rc-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}
.guide-page .rc-char{color:var(--text-muted);font-size:9.5px}
.guide-page .rc-send,.guide-page .rc-loadmore-btn{
  padding:7px 12px;border:1px solid rgba(75,139,244,.45);border-radius:8px;background:rgba(75,139,244,.22);color:#6ea3f7;font-size:10.5px;font-weight:600;cursor:pointer
}
.guide-page .rc-send:disabled{opacity:.45;cursor:not-allowed}
.guide-page .rc-error{margin-top:8px;color:#ef6e50;font-size:10.5px}
.guide-page .rc-comment-list{margin-top:14px}
.guide-page .rc-empty-comments{padding:8px 0;color:var(--text-muted);font-size:10.5px;text-align:center}

/* Related */
.guide-page .rel-scroll{
  max-height:296px;
  overflow-y:auto;
  scrollbar-width:thin;
  scrollbar-color:var(--surface-3) transparent;
}
.guide-page .rel-scroll::-webkit-scrollbar{width:7px}
.guide-page .rel-scroll::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:5px}
.guide-page .rel-row{
  display:flex;align-items:center;gap:12px;
  padding:10px 0;
  border-bottom:1px solid var(--border);
}
.guide-page .rel-row:first-child{padding-top:0}
.guide-page .rel-row:last-child{padding-bottom:0;border-bottom:0}
.guide-page .rel-thumb{
  width:52px;height:52px;flex:0 0 52px;
  border-radius:9px;
  background:linear-gradient(135deg,#232b40,#171c2a);
  background-size:cover;background-position:center;
}
.guide-page .rel-t{flex:1 1 auto;min-width:0;color:var(--text);font-size:12.5px;font-weight:500;line-height:1.4}
.guide-page .rel-row:hover .rel-t{color:var(--accent)}
.guide-page .rel-row>i{color:var(--text-muted);font-size:11px}

/* Sidebar */
.guide-page .sidebar{
  position:sticky;top:92px;
  display:flex;flex-direction:column;gap:20px;
  min-width:0;
}
.guide-page .sidebar>div{min-width:0}
.guide-page .sb-head{
  margin:0 0 7px;
  color:var(--text-muted);
  font-size:10.5px;font-weight:700;line-height:1.25;letter-spacing:.07em;text-transform:uppercase;
}
.guide-page .sidebar .box{padding:12px 14px}
.guide-page .sb-author{display:flex;align-items:center;gap:12px}
.guide-page .sb-av{
  width:44px;height:44px;flex:0 0 44px;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;border-radius:50%;
  background:linear-gradient(135deg,var(--accent),var(--accent-2));
  color:#fff;font-size:14px;font-weight:700;
}
.guide-page .sb-av img{width:100%;height:100%;object-fit:cover}
.guide-page .sb-n{font-size:13px;font-weight:600}
.guide-page .sb-r{margin-top:2px;color:var(--text-muted);font-size:10.5px}

.guide-page .sb-scroll{
  width:100%;min-width:0;
  overflow-x:hidden;overflow-y:hidden;
  scrollbar-width:thin;scrollbar-color:var(--surface-3) transparent;
}
.guide-page .sb-scroll::-webkit-scrollbar{width:5px}
.guide-page .sb-scroll::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:4px}

.guide-page .sb-game{display:flex;align-items:center;gap:12px}
.guide-page .sb-game-th{
  width:52px;height:52px;flex:0 0 52px;border-radius:10px;
  background:linear-gradient(135deg,#2a3350,#171c2a);
  background-size:cover;background-position:center;
}
.guide-page .sb-game-b{min-width:0;display:flex;flex-direction:column;gap:3px}
.guide-page .sb-game-n{font-size:13px;font-weight:600;color:var(--text)}
.guide-page .sb-game:hover .sb-game-n{color:var(--accent)}
.guide-page .sb-game-g{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.guide-page .sb-link{
  display:flex;align-items:center;justify-content:space-between;gap:8px;
  padding:9px 0;border-bottom:1px solid var(--border);
  color:var(--text-secondary);font-size:12px;
}
.guide-page .sb-link:first-child{padding-top:0}
.guide-page .sb-link:last-child{padding-bottom:0;border-bottom:0}
.guide-page .sb-link:hover{color:var(--accent)}
.guide-page .sb-link span{min-width:0}
.guide-page .sb-link i{flex:0 0 auto;color:var(--text-muted);font-size:12px}

.guide-page .sb-rel{
  display:flex;align-items:center;gap:10px;
  padding:9px 0;border-bottom:1px solid var(--border);
}
.guide-page .sb-rel:first-child{padding-top:0}
.guide-page .sb-rel:last-child{padding-bottom:0;border-bottom:0}
.guide-page .sb-rel-th{
  width:44px;height:44px;flex:0 0 44px;
  border-radius:8px;
  background:linear-gradient(135deg,#232b40,#171c2a);
  background-size:cover;background-position:center;
}
.guide-page .sb-rel-t{
  min-width:0;
  color:var(--text);font-size:11.5px;font-weight:500;line-height:1.35;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.guide-page .sb-rel:hover .sb-rel-t{color:var(--accent)}

.guide-page .sb-tags{display:flex;flex-wrap:wrap;gap:6px}

/* Ad inventory stays live, only presentation follows the mockup */
.guide-page .ad-slot{
  display:flex;flex-direction:column;align-items:center;gap:6px;
  margin:26px auto 0;
}
.guide-page .ad-slot-label{
  color:var(--text-muted);
  font-size:9px;letter-spacing:.14em;text-transform:uppercase;
}
.guide-page .ad-slot-frame{
  display:flex;align-items:center;justify-content:center;
  max-width:100%;
  overflow:hidden;
  border:1px dashed var(--border);
  border-radius:var(--radius-sm);
}
.guide-page .ad-slot--mobile{display:none}
.guide-page .ad-native{margin-top:26px}
.guide-page .ad-native>.ad-slot-label{display:block;margin-bottom:6px;text-align:center}

/* Simple mockup lightbox */
.guide-page .lb{
  position:fixed;inset:0;z-index:2500;
  display:none;align-items:center;justify-content:center;
  padding:30px;
  background:rgba(4,6,11,.92);
}
.guide-page .lb.on{display:flex}
.guide-page .lb img{
  display:block;
  width:auto;height:auto;
  max-width:min(1000px,92vw);max-height:82vh;
  border:1px solid var(--border);border-radius:12px;object-fit:contain;
}
.guide-page .lb .x{
  position:absolute;top:22px;right:24px;
  display:flex;align-items:center;justify-content:center;
  width:38px;height:38px;
  border:1px solid var(--border);border-radius:50%;
  background:var(--surface-2);color:var(--text);font-size:16px;cursor:pointer;
}

/* Footer */
.guide-page .site-footer{margin-top:56px;border-top:1px solid var(--border)}
.guide-page .footer-grid{
  display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:32px;
  padding-top:40px;padding-bottom:28px;
}
.guide-page .footer-brand{display:flex;align-items:center;gap:9px}
.guide-page .footer-brand .mark{width:25px;height:25px;border-radius:7px}
.guide-page .footer-brand .name{font-size:14.5px;font-weight:700}
.guide-page .footer-desc{margin-top:10px;color:var(--text-muted);font-size:12.5px;line-height:1.6}
.guide-page .footer-col{display:flex;flex-direction:column;gap:8px}
.guide-page .footer-col h4{margin:0 0 3px;font-size:12px}
.guide-page .footer-col a{color:var(--text-secondary);font-size:12.5px}
.guide-page .footer-col a:hover{color:var(--accent)}
.guide-page .footer-bottom{
  display:flex;justify-content:space-between;gap:20px;
  padding-top:18px;padding-bottom:16px;
  border-top:1px solid var(--border);
  color:var(--text-muted);font-size:10.5px;
}
.guide-page .footer-disclaimer{max-width:620px;text-align:right}

/* --------------------------------------------------------------------------
   MOBILE — real viewport, no mockup phone frame
   -------------------------------------------------------------------------- */
@media(max-width:860px){
  .guide-page{
    width:100%;max-width:100%;overflow-x:hidden;
  }
  .guide-page .guide-container{
    width:100%;max-width:100%;
    padding-left:12px;padding-right:12px;
  }
  .guide-page main.guide-container{padding-top:8px}
  .guide-page .post-grid{display:block;width:100%;padding-top:0}
  .guide-page .main-col,
  .guide-page .sidebar,
  .guide-page .sidebar>div,
  .guide-page .sidebar .box,
  .guide-page .sidebar .sb-scroll{
    box-sizing:border-box;width:100%;max-width:100%;min-width:0;
  }

  .guide-page .crumb{
    flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;
    margin:2px 2px 10px;
    font-size:10.5px;
    scrollbar-width:none;
  }
  .guide-page .crumb::-webkit-scrollbar{display:none}

  .guide-page .art-title{font-size:20px;line-height:1.25}
  .guide-page .art-meta{gap:6px;font-size:10px}
  .guide-page .tpill{padding:3px 8px;font-size:9.5px}
  .guide-page .post-hero{aspect-ratio:16/10;border-radius:10px}
  .guide-page .post-hero .hlabel{padding:24px 12px 10px;font-size:10px}
  .guide-page .lead{font-size:12.5px}

  .guide-page .sec{margin-top:20px}
  .guide-page .sec-head{margin-bottom:10px}
  .guide-page .sec-head h2{font-size:13.5px;line-height:22px}
  .guide-page .sec-head .n{font-size:9.5px}
  .guide-page .sec-ic{width:22px;height:22px;flex-basis:22px;font-size:10.5px}
  .guide-page .box{padding:12px;border-radius:10px}
  .guide-page .sec-intro{max-width:none;margin:-2px 2px 11px}
  .guide-page .p{font-size:12.5px}
  .guide-page .guide-list li{font-size:12px;padding-left:15px}

  .guide-page .gsum{flex-wrap:wrap;gap:14px}
  .guide-page .gsum-stats{order:2;flex:1 1 100%}
  .guide-page .gsum-rate{
    order:1;flex:1 1 auto;
    padding-left:0;border-left:0;
    align-items:flex-start;
  }
  .guide-page .gsum-rate .num{font-size:28px}
  .guide-page .gs-l{flex:0 0 92px;font-size:9.5px}
  .guide-page .gs-v{overflow-x:auto;scrollbar-width:none}
  .guide-page .gs-v::-webkit-scrollbar{display:none}

  .guide-page .toc-list{grid-template-columns:1fr;gap:8px}
  .guide-page .toc-item{font-size:11.5px}
  .guide-page .toc-sub{padding-left:12px;font-size:11px}
  .guide-page .toc-sub2{padding-left:22px;font-size:10.5px}

  .guide-page .info-table{
    min-width:560px;
  }
  .guide-page .box:has(> .info-table){
    overflow-x:auto;
  }

  .guide-page .profile-shot-card,
  .guide-page .profile-shot-feature{
    flex-basis:168px;width:168px;height:95px;
  }

  .guide-page .faq-q{font-size:12.5px;padding:11px 0}
  .guide-page .faq-a{font-size:11.5px}
  .guide-page .src-row{padding:5px 0;font-size:11.5px}

  .guide-page .rc-top{flex-direction:column;align-items:stretch;gap:12px}
  .guide-page .rc-score{text-align:left}
  .guide-page .rc-stars{justify-content:flex-start}
  .guide-page .rc-rate{gap:10px}

  .guide-page .rel-scroll{max-height:280px}
  .guide-page .rel-row{gap:8px;padding:6px 0}
  .guide-page .rel-thumb{width:42px;height:42px;flex-basis:42px;border-radius:7px}
  .guide-page .rel-t{font-size:11px}

  .guide-page .sidebar{
    position:static;top:auto;
    margin-top:22px;
    gap:14px;
  }
  .guide-page .sb-head{margin-bottom:5px;font-size:9.5px}
  .guide-page .sidebar .box{padding:10px 12px}
  .guide-page .sb-av{width:38px;height:38px;flex-basis:38px}
  .guide-page .sb-n{font-size:11.5px}
  .guide-page .sb-r{font-size:9.5px}
  .guide-page .sb-game-th{width:46px;height:46px;flex-basis:46px}
  .guide-page .sb-game-n{font-size:11.5px}
  .guide-page .sb-game-g{font-size:9.5px}
  .guide-page .sb-link{padding:7px 0;font-size:10.5px}
  .guide-page .sb-rel{padding:6px 0;gap:8px}
  .guide-page .sb-rel-th{width:38px;height:38px;flex-basis:38px}
  .guide-page .sb-rel-t{font-size:10.5px}

  .guide-page .ad-slot--desktop{display:none}
  .guide-page .ad-slot--mobile{display:flex}
  .guide-page .ad-slot{margin-top:22px}

  .guide-page .lb{padding:16px}
  .guide-page .lb img{max-width:calc(100vw - 32px);max-height:78vh;border-radius:10px}
  .guide-page .lb .x{top:14px;right:14px;width:36px;height:36px}

  .guide-page .footer-grid{grid-template-columns:1fr 1fr;gap:20px 16px;padding-top:24px}
  .guide-page .footer-grid>div:first-child{grid-column:1/-1}
  .guide-page .footer-bottom{flex-direction:column}
  .guide-page .footer-disclaimer{text-align:left}
  .guide-page .site-footer{margin-bottom:70px}
}

@media(max-width:420px){
  .guide-page .guide-container{padding-left:10px;padding-right:10px}
}


/* Guide-specific mockup */
.guide-page .tb-guide{background:rgba(124,92,255,.24);border:1px solid rgba(124,92,255,.48);color:#a78bfa}
.guide-page .steps-list{display:flex;flex-direction:column}
.guide-page .step-row{display:flex;gap:12px;padding:12px 0;border-top:1px solid var(--border)}
.guide-page .step-row:first-child{border-top:0;padding-top:0}.guide-page .step-row:last-child{padding-bottom:0}
.guide-page .step-n{width:25px;height:25px;flex:0 0 25px;display:flex;align-items:center;justify-content:center;border-radius:7px;background:rgba(75,139,244,.18);border:1px solid rgba(75,139,244,.38);color:#6ea3f7;font:700 10px/1 ui-monospace,Menlo,Consolas,monospace}
.guide-page .step-b{min-width:0;flex:1}.guide-page .step-t{color:var(--text);font-size:12.5px;font-weight:600;line-height:1.45}.guide-page .step-x{margin-top:4px;color:var(--text-secondary);font-size:12px;line-height:1.65}
.guide-page .guide-table-wrap{width:100%;overflow-x:auto;scrollbar-width:thin}.guide-page .guide-table{width:100%;min-width:560px;border-collapse:collapse}.guide-page .guide-table th{padding:10px 12px;text-align:left;background:rgba(21,27,40,.72);border-bottom:1px solid var(--border);color:var(--text-muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em}.guide-page .guide-table td{padding:10px 12px;border-top:1px solid var(--border);color:var(--text-secondary);font-size:12px;line-height:1.55}
.guide-page #sources>.box.has-source-scroll{overscroll-behavior:contain}
@media(max-width:860px){.guide-page .step-row{gap:9px;padding:10px 0}.guide-page .step-n{width:23px;height:23px;flex-basis:23px}.guide-page .step-t{font-size:11.5px}.guide-page .step-x{font-size:11px}}

/* v19: shared article Note callout for BodyHTML blockquotes. */
.guide-page .sec > .box > blockquote{
  position:relative;
  margin:12px 0 14px;
  padding:11px 14px 11px 39px;
  border:1px solid rgba(75,139,244,.22);
  border-left:1px solid rgba(75,139,244,.22);
  border-radius:8px;
  background:rgba(75,139,244,.055);
  color:var(--text-secondary);
  font-size:12.5px;
  line-height:1.65;
  font-weight:400;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.guide-page .sec > .box > blockquote::before{
  content:"i";
  position:absolute;
  left:13px;
  top:12px;
  width:17px;
  height:17px;
  display:grid;
  place-items:center;
  border:1px solid rgba(75,139,244,.34);
  border-radius:50%;
  background:rgba(75,139,244,.12);
  color:var(--accent);
  font:700 10px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.guide-page .sec > .box > blockquote strong{
  color:var(--text);
  font-weight:500;
}


/* COSM-GAME semantic inline styling from the shared article editor. */
.guide-page .cg-cyan{color:#38BDF8!important;}
.guide-page .cg-green{color:#34D399!important;}
.guide-page .cg-amber{color:#FBBF24!important;}
.guide-page .cg-red{color:#F87171!important;}
.guide-page .cg-violet{color:#A78BFA!important;}
.guide-page .cg-lime{color:#A3E635!important;}
.guide-page .cg-text{color:#EAF0FF!important;}
.guide-page .cg-muted{color:#9AA7BD!important;}
.guide-page .cg-sm{font-size:.88em!important;}
.guide-page .cg-lg{font-size:1.13em!important;}
.guide-page .cg-xl{font-size:1.30em!important;font-weight:600!important;}

/* v25 · shared trailer/media: intro on field, no generic dark parent box. */
.guide-page #trailer-screenshots-and-media > .sec-intro{
  width:100%!important;
  max-width:none!important;
  margin:-2px 0 14px!important;
}
/* Backward-compatible cleanup for old rendered media wrappers. */
.guide-page #trailer-screenshots-and-media > .box{
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.guide-page #trailer-screenshots-and-media .profile-media-primary,
.guide-page #trailer-screenshots-and-media .profile-media-secondary,
.guide-page #trailer-screenshots-and-media .profile-video-frame,
.guide-page #trailer-screenshots-and-media .profile-shot-scroller{
  width:100%!important;
  max-width:100%!important;
}
