/* Reference-style shared theme — 2026-09-20 */
:root{
  --ref-navy:#173d5b;
  --ref-red:#c52232;
  --ref-ink:#182d3f;
  --ref-muted:#667884;
  --ref-line:#c5ced6;
  --ref-line-soft:#e0e5e9;
  --ref-soft:#f4f7f9;
  --ref-link:#075586;
  --site-footer-bg:#173d5b;
  --site-footer-text:#dce7ee;
}
*{box-sizing:border-box}
html{background:#fff}
body{
  margin:0 !important;
  background:#fff !important;
  color:var(--ref-ink) !important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Hiragino Sans","Yu Gothic UI",Meiryo,sans-serif !important;
}
a{color:var(--ref-link);text-decoration:none}

/* common header */
.ref-header{background:#f9fafb !important;border-top:5px solid var(--ref-red) !important;border-bottom:1px solid #b9c5cf !important;color:var(--ref-ink) !important;line-height:1.2 !important}
.ref-headin{max-width:1200px;margin:auto;padding:14px 18px 10px;line-height:1.2 !important}
.ref-brand{display:inline-block;color:var(--ref-navy) !important;font-size:28px;font-weight:950;line-height:1.1 !important;text-decoration:none !important}
.ref-tag{margin-top:3px;color:var(--ref-muted);font-size:11px;line-height:1.2 !important}
.ref-nav{max-width:1200px;margin:auto;padding:0 18px;display:flex;flex-wrap:wrap;align-items:end;gap:24px;border-bottom:0;line-height:1.2 !important}
.ref-nav a{position:relative;padding:10px 0 11px;border:0;margin:0;background:transparent !important;color:#4f677a !important;font-size:12px;font-weight:850;line-height:1.2 !important;text-decoration:none !important}
.ref-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:transparent}
.ref-nav a.active{color:var(--ref-navy) !important}
.ref-nav a.active::after{background:var(--ref-navy)}
.ref-nav a:hover{color:var(--ref-navy) !important}
.ref-nav a:hover::after{background:#8ea5b7}

/* common bottom navigation */
.ref-bottom-nav{width:min(1200px,calc(100% - 36px));margin:16px auto 22px;display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--ref-line);background:#f6f8fa}
.ref-bottom-nav a{padding:8px 7px !important;text-align:center;border-right:1px solid #d6dde3;color:var(--ref-navy);font-size:12px !important;line-height:1.2 !important;font-weight:850}
.ref-bottom-nav a:last-child{border-right:0}
.ref-bottom-nav a:hover{background:#fff;text-decoration:underline}

/* common footer */
.ref-footer{margin-top:0;background:var(--site-footer-bg) !important;color:var(--site-footer-text) !important;border-top:0 !important}
.ref-footer-inner{max-width:none;margin:0;padding:25px 18px;font-size:11px;line-height:1.65}
.ref-footer-copy{color:var(--site-footer-text)}
.ref-footer-copy strong{color:#fff}
.ref-footer-mainnav{display:flex;gap:0;flex-wrap:wrap;margin-top:9px;margin-bottom:8px}
.ref-footer-mainnav a{padding:0 12px;border-right:1px solid #d8e1e8;color:#fff !important;font-weight:850;text-decoration:none !important}
.ref-footer-mainnav a:first-child{padding-left:0}
.ref-footer-mainnav a:last-child{border-right:0}
.ref-footer-mainnav a:hover{text-decoration:underline !important}
.ref-footer-legal{display:flex;gap:14px;flex-wrap:wrap;margin-top:7px}
.ref-footer-legal a{color:var(--site-footer-text) !important;text-decoration:underline !important;text-underline-offset:2px}

/* visible ad placeholders */
.ad-slot{
  display:flex !important;
  min-height:92px;
  margin:24px 0 !important;
  border:1px dashed #b9c4ce !important;
  border-radius:0 !important;
  background:#fbfcfd !important;
  color:#8a98a5 !important;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:3px;
  text-align:center;
  font-size:11px !important;
  font-weight:750;
  letter-spacing:.04em !important;
  box-shadow:none !important;
}
.ad-slot::before{content:"広告スペース（Google AdSense 掲載予定）"}
.ad-slot::after{content:attr(data-ad-slot);font-size:9px;color:#9aa6b1;letter-spacing:.08em}

/* page-wide reference treatment */
body.ref-search .wrap,body.ref-rankings .wrap,body.ref-career .wrap{max-width:1200px !important;margin:22px auto 52px !important;padding:0 18px !important}
body.ref-search .hero,body.ref-rankings .hero{margin-bottom:16px}
body.ref-search .hero h1,body.ref-rankings .hero h1{font-size:30px !important;color:var(--ref-navy);letter-spacing:-.02em}
body.ref-search .panel,body.ref-rankings .panel,
body.ref-search .row,body.ref-rankings .table,body.ref-rankings .criteria-panel{
  border-radius:0 !important;box-shadow:none !important;border-color:var(--ref-line) !important
}
body.ref-search .panel,body.ref-rankings .panel{background:var(--ref-soft) !important;padding:14px !important}
body.ref-search .field input,body.ref-search .field select,body.ref-rankings .field select{border-radius:0 !important}
body.ref-search .results{gap:0 !important;border:1px solid var(--ref-line)}
body.ref-search .row{border:0 !important;border-top:1px solid var(--ref-line-soft) !important;padding:11px 13px !important}
body.ref-search .row:first-child{border-top:0 !important}
body.ref-search .row:hover,body.ref-rankings .data:hover{transform:none !important;box-shadow:none !important;background:#fbfcfe !important}
body.ref-search .pos,body.ref-rankings .pos{border-radius:3px !important}
body.ref-rankings .table{overflow:hidden}
body.ref-rankings .row{padding:10px 12px !important}
body.ref-rankings .head{background:#eff3f6 !important}
body.ref-rankings .rank{font-size:16px !important}

/* PAGE_TITLE_UNIFICATION_20260920 */
body.ref-search .wrap,
body.ref-rankings .wrap,
body.ref-features .wrap,
body.ref-info .wrap{
  width:auto !important;
  max-width:1200px !important;
  margin:22px auto 52px !important;
  padding:0 18px !important;
}
body.ref-rules .shell{
  width:min(1200px,calc(100% - 36px)) !important;
  margin:0 auto !important;
}
body.ref-rules main{padding:22px 0 64px !important}

body.ref-search .hero,
body.ref-rankings .hero,
body.ref-info .page-hero-compact{
  margin:0 0 16px !important;
  padding:0 !important;
}
body.ref-features .wrap>h1,
body.ref-rules main>h1,
body.ref-search .hero h1,
body.ref-rankings .hero h1,
body.ref-info .page-hero-compact>h1{
  margin:0 0 8px !important;
  padding:0 !important;
  font-family:inherit !important;
  font-size:30px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  letter-spacing:-.02em !important;
  color:var(--ref-navy) !important;
}
body.ref-features .lead,
body.ref-rules main>p.lead,
body.ref-search .hero p,
body.ref-rankings .hero p,
body.ref-info .page-hero-compact .lead{
  margin:0 !important;
  padding:0 !important;
  font-size:16px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
  color:var(--ref-muted) !important;
}

/* About page: full-width square data-site treatment */
body.ref-info .prose{
  max-width:none !important;
  width:100% !important;
}
body.ref-info .page-hero-compact+.section{
  padding-top:0 !important;
}
body.ref-info .prose.card{
  margin:0 !important;
  padding:14px 22px 22px !important;
  border:1px solid var(--ref-line) !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
body.ref-info .prose.card h2:first-child{
  margin-top:0 !important;
}
body.ref-info .about-principles{
  margin:10px 0 0 !important;
  color:#4e667a !important;
}
body.ref-info .admin-section{
  width:100% !important;
  padding:18px 0 0 !important;
}
body.ref-info .admin-card{
  width:100% !important;
  display:grid !important;
  grid-template-columns:72px minmax(0,1fr) !important;
  gap:14px !important;
  align-items:start !important;
  padding:14px !important;
  border:1px solid var(--ref-line) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:#fff !important;
}
body.ref-info .admin-photo{
  width:72px !important;
  height:72px !important;
  flex-basis:72px !important;
  border-radius:50% !important;
  object-fit:cover !important;
}
body.ref-info .admin-role{
  margin:0 0 2px !important;
  color:#6a7d8c !important;
  font-size:10px !important;
  font-weight:850 !important;
  letter-spacing:.08em !important;
}
body.ref-info .admin-name{
  margin:0 0 4px !important;
  color:var(--ref-navy) !important;
  font-size:15px !important;
  font-weight:900 !important;
}
body.ref-info .admin-bio{
  color:#5f7281 !important;
  font-size:12px !important;
  line-height:1.55 !important;
}
body.ref-info .social-links{
  display:flex !important;
  gap:12px !important;
  margin-top:7px !important;
  flex-wrap:wrap !important;
}
body.ref-info .social-links a{
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#0b5c8e !important;
  font-size:11px !important;
  font-weight:850 !important;
  text-decoration:none !important;
}
body.ref-info .social-links a:hover{text-decoration:underline !important}

.search-ad-preview{
  min-height:92px !important;
  margin:24px 0 16px !important;
  border:1px dashed #b9c4ce !important;
  border-radius:0 !important;
  background:#fbfcfd !important;
  color:#7f8d99 !important;
  display:flex !important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  text-align:center;
  box-shadow:none !important;
}
.search-ad-preview span{font-size:12px !important;font-weight:900;letter-spacing:.08em}
.search-ad-preview small{font-size:10px !important;color:#9aa6b1;letter-spacing:.04em}

@media(max-width:620px){
  body.ref-info .admin-card{grid-template-columns:58px minmax(0,1fr) !important}
  body.ref-info .admin-photo{width:58px !important;height:58px !important;flex-basis:58px !important}
}
/* feature index */
body.ref-features .wrap{max-width:1200px !important;margin:22px auto 52px !important;padding:0 18px !important}
body.ref-features .cards{gap:0 !important;border:1px solid var(--ref-line)}
body.ref-features .card{border:0 !important;border-top:1px solid var(--ref-line-soft) !important;border-radius:0 !important;box-shadow:none !important;padding:18px !important}
body.ref-features .card:first-child{border-top:0 !important}
body.ref-features .card:hover{background:#fbfcfe !important;box-shadow:none !important}
body.ref-features .card h2{color:var(--ref-navy)}

/* rules */
body.ref-rules .shell{width:min(1200px,calc(100% - 36px)) !important}
body.ref-rules main{padding:22px 0 64px !important}
body.ref-rules h1{font-size:30px !important;font-weight:800 !important;line-height:1.2 !important;color:var(--ref-navy);letter-spacing:-.02em !important}
body.ref-rules h2{color:var(--ref-navy)}
body.ref-rules .card,body.ref-rules .rule-block,body.ref-rules .decision,body.ref-rules .principle,
body.ref-rules .research-note,body.ref-rules .ability-explanation .why,body.ref-rules .ability-explanation .reject,
body.ref-rules .ability-explanation .research-note-inline{
  border-radius:0 !important;box-shadow:none !important
}
body.ref-rules .principle{background:#fbfcfd !important}
body.ref-rules .rule-block summary{background:#fff}
body.ref-rules .rule-block summary:hover{background:#f7f9fb}

/* about / sitemap / policy pages */
body.ref-info .wrap{max-width:1200px !important;margin:22px auto 52px !important;padding:0 18px !important}
body.ref-info .hero{padding-top:0 !important}
body.ref-info .card,body.ref-info .prose{border-radius:0 !important;box-shadow:none !important;border-color:var(--ref-line) !important}
body.ref-info .grid>*,body.ref-info .plain-list{border-radius:0 !important}

/* player */
body.ref-player .shell{width:min(1200px,calc(100% - 36px)) !important}
body.ref-player .card:not(.special-card),body.ref-player .profile-card,body.ref-player .feature-card{
  border-radius:0 !important;box-shadow:none !important
}
body.ref-player .hero.card{border-color:var(--ref-line) !important}

/* career */
body.ref-career .hero,body.ref-career .table-wrap,body.ref-career .feature-box{border-radius:0 !important;box-shadow:none !important;border-color:var(--ref-line) !important}
body.ref-career .section-title{border-bottom:3px solid var(--ref-navy);padding-bottom:5px;color:var(--ref-navy)}

/* long-form article */
body.ref-article .wrap{max-width:900px !important;padding:30px 18px 64px !important}
body.ref-article .article,body.ref-article .record,body.ref-article .compare,body.ref-article .callout{
  border-radius:0 !important;box-shadow:none !important
}
body.ref-article .article{border-color:var(--ref-line) !important}
body.ref-article .record{border-color:var(--ref-line) !important}

/* helper headings */
.eyebrow{letter-spacing:.1em}
.ref-section-title{display:flex;align-items:end;justify-content:space-between;border-bottom:3px solid var(--ref-navy);padding-bottom:5px;margin-bottom:10px}
.ref-section-title h2{margin:0;color:var(--ref-navy);font-size:18px}

@media(max-width:760px){
  .ref-brand{font-size:24px}
  .ref-nav{padding:0 10px}
  .ref-nav a{padding:8px 9px;margin-right:2px;font-size:11px}
  .ref-bottom-nav{grid-template-columns:repeat(2,1fr);width:min(100% - 20px,1200px);margin:14px auto 20px}
  .ref-bottom-nav a{padding:7px 6px !important;font-size:11px !important;line-height:1.2 !important}
  .ref-bottom-nav a:nth-child(2n){border-right:0}
}


/* HEADER_BODY_ALIGNMENT_20260920 */
/* Top-level pages use exactly the same header geometry. */
body.ref-search .ref-headin,
body.ref-search .ref-nav,
body.ref-rankings .ref-headin,
body.ref-rankings .ref-nav,
body.ref-features .ref-headin,
body.ref-features .ref-nav,
body.ref-rules .ref-headin,
body.ref-rules .ref-nav,
body.ref-info .ref-headin,
body.ref-info .ref-nav{
  width:auto !important;
  max-width:1200px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:18px !important;
  padding-right:18px !important;
}
body.ref-player .ref-headin,
body.ref-player .ref-nav{
  width:min(1200px,calc(100% - 36px));
  max-width:none;
  padding-left:0;
  padding-right:0;
}
body.ref-article .ref-headin,
body.ref-article .ref-nav{
  max-width:900px;
}

/* TOP_LEVEL_VERTICAL_ALIGNMENT_20260920 */
body.ref-search .wrap,
body.ref-rankings .wrap,
body.ref-features .wrap,
body.ref-info .wrap{
  margin-top:22px !important;
}
body.ref-rules main{
  padding-top:22px !important;
}
body.ref-search .hero,
body.ref-rankings .hero,
body.ref-info .page-hero-compact{
  margin-top:0 !important;
  padding-top:0 !important;
}
body.ref-features .wrap>h1,
body.ref-rules main>h1,
body.ref-search .hero>h1,
body.ref-rankings .hero>h1,
body.ref-info .page-hero-compact>h1{
  margin-top:0 !important;
}


/* global admin block */
.site-admin-box{
  width:min(1200px,calc(100% - 36px));
  margin:18px auto 16px;
  border:1px solid var(--ref-line,#c5ced6);
  background:#fff;
}
.site-admin-head{
  background:#eef2f5;
  border-bottom:1px solid var(--ref-line-soft,#dbe2e8);
  padding:8px 12px;
  font-size:11px;
  font-weight:900;
  color:var(--ref-navy,#173d5b);
}
.site-admin-profile{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:12px;
}
.site-admin-profile img{
  width:64px;
  height:64px;
  border-radius:50%;
  object-fit:cover;
  background:#edf2f6;
}
.site-admin-name{
  display:block;
  font-size:14px;
  font-weight:900;
  color:var(--ref-navy,#173d5b);
}
.site-admin-bio{
  margin:4px 0 7px;
  font-size:11px;
  line-height:1.55;
  color:#697b89;
}
.site-admin-social{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.site-admin-social a{
  font-size:10px;
  font-weight:900;
  color:#0b5c8e;
  text-decoration:none;
}
.site-admin-social a:hover{text-decoration:underline}
@media(max-width:620px){
  .site-admin-profile{grid-template-columns:54px minmax(0,1fr)}
  .site-admin-profile img{width:54px;height:54px}
}

/* GLOBAL_PAGE_HERO_UNIFICATION_20260922 */
body.ref-search .wrap,
body.ref-rankings .wrap,
body.ref-info .wrap{
  width:auto !important;
  max-width:1200px !important;
  margin:28px auto 52px !important;
  padding:0 18px !important;
}

body.ref-search .hero,
body.ref-rankings .hero,
body.ref-info .hero{
  margin:0 0 20px !important;
  padding:0 !important;
}

body.ref-info .hero>.eyebrow{
  display:none !important;
}

body.ref-search .hero h1,
body.ref-rankings .hero h1,
body.ref-info .hero h1{
  margin:0 0 8px !important;
  padding:0 !important;
  font-family:inherit !important;
  font-size:30px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  letter-spacing:-.02em !important;
  color:var(--ref-navy) !important;
}

body.ref-search .hero p,
body.ref-rankings .hero p,
body.ref-info .hero .lead{
  margin:0 !important;
  padding:0 !important;
  font-family:inherit !important;
  font-size:16px !important;
  font-weight:400 !important;
  line-height:1.5 !important;
  color:var(--ref-muted) !important;
}

/* GLOBAL_VISUAL_SYSTEM_20260922_V3 */
/* Header: identical on every non-HOME page that uses the shared chrome */
.ref-header{
  background:#f9fafb !important;
  border-top:5px solid var(--ref-red,#c52232) !important;
  border-bottom:1px solid #b9c5cf !important;
}
.ref-headin{
  max-width:1200px !important;
  margin:0 auto !important;
  padding:14px 18px 10px !important;
}
.ref-brand{
  display:inline-block !important;
  margin:0 !important;
  padding:0 !important;
  color:var(--ref-navy,#173d5b) !important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Hiragino Sans","Yu Gothic UI",Meiryo,sans-serif !important;
  font-size:28px !important;
  font-weight:950 !important;
  line-height:1.1 !important;
  letter-spacing:0 !important;
}
.ref-tag{
  margin:3px 0 0 !important;
  padding:0 !important;
  color:var(--ref-muted,#667884) !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:400 !important;
}
.ref-nav{
  max-width:1200px !important;
  margin:0 auto !important;
  padding:0 18px !important;
  display:flex !important;
  gap:24px !important;
  align-items:flex-end !important;
  flex-wrap:wrap !important;
  line-height:1.2 !important;
}
.ref-nav a{
  padding:10px 0 11px !important;
  margin:0 !important;
  font-size:12px !important;
  font-weight:850 !important;
  line-height:1.2 !important;
}

/* Top-level page title system */
body.ref-search .wrap,
body.ref-rankings .wrap,
body.ref-info .wrap,
body.ref-features .wrap,
body.ref-rules .shell{
  width:auto !important;
  max-width:1200px !important;
  margin:28px auto 52px !important;
  padding:0 18px !important;
}
body.ref-rules .shell{margin-bottom:0 !important;}

body.ref-search .hero,
body.ref-rankings .hero,
body.ref-info .hero{
  margin:0 0 20px !important;
  padding:0 !important;
}
body.ref-info .hero>.eyebrow{display:none !important;}

body.ref-search .hero h1,
body.ref-rankings .hero h1,
body.ref-info .hero h1,
body.ref-features .wrap>h1,
body.ref-rules .shell>h1{
  margin:0 0 8px !important;
  padding:0 !important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Hiragino Sans","Yu Gothic UI",Meiryo,sans-serif !important;
  font-size:30px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  letter-spacing:-.02em !important;
  color:var(--ref-navy,#173d5b) !important;
}

body.ref-search .hero p,
body.ref-rankings .hero p,
body.ref-info .hero .lead,
body.ref-features .wrap>.lead,
body.ref-rules .shell>.lead{
  margin:0 !important;
  padding:0 !important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Hiragino Sans","Yu Gothic UI",Meiryo,sans-serif !important;
  font-size:16px !important;
  font-weight:400 !important;
  line-height:1.5 !important;
  letter-spacing:0 !important;
  color:var(--ref-muted,#667884) !important;
}

/* Same section-title typography for 共通ルール / 管理人 / データソース */
.global-section-heading,
body.ref-rules .rules-section-heading h2,
body.ref-rules .source-heading,
body.ref-player .source-section .section-title{
  margin:0 !important;
  padding:0 0 6px !important;
  border-bottom:3px solid var(--ref-navy,#173d5b) !important;
  color:var(--ref-navy,#173d5b) !important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Hiragino Sans","Yu Gothic UI",Meiryo,sans-serif !important;
  font-size:20px !important;
  font-weight:900 !important;
  line-height:1.25 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}

/* Rules heading containers keep one underline only */
body.ref-rules .rules-section-heading{
  border-bottom:0 !important;
  padding-bottom:0 !important;
}
body.ref-rules .rules-section-heading h2{width:100% !important;}
body.ref-rules .source-heading{width:100% !important;}

/* Player DATA SOURCES uses the same heading */
body.ref-player .source-section .section-heading{
  display:block !important;
  border-bottom:0 !important;
  padding-bottom:0 !important;
}
body.ref-player .source-section .section-title{
  width:100% !important;
}

/* Unified admin block: every page except HOME */
.global-admin-section{
  width:min(1164px,calc(100% - 36px)) !important;
  margin:22px auto 0 !important;
  padding:0 !important;
}
.global-admin-card{
  display:grid !important;
  grid-template-columns:64px minmax(0,1fr) !important;
  gap:12px !important;
  align-items:center !important;
  margin-top:7px !important;
  padding:14px !important;
  border:1px solid var(--ref-line,#c5ced6) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:#fff !important;
}
.global-admin-card img{
  width:64px !important;
  height:64px !important;
  border-radius:4px !important;
  object-fit:cover !important;
  background:#edf2f6 !important;
}
.global-admin-name{
  color:var(--ref-navy,#173d5b) !important;
  font-size:15px !important;
  font-weight:950 !important;
  line-height:1.3 !important;
}
.global-admin-bio{
  margin:3px 0 7px !important;
  color:#607485 !important;
  font-size:12px !important;
  line-height:1.55 !important;
}
.global-admin-social{
  display:flex !important;
  gap:12px !important;
  flex-wrap:wrap !important;
}
.global-admin-social a{
  color:#0b5c8e !important;
  font-size:11px !important;
  font-weight:900 !important;
  text-decoration:none !important;
}
.global-admin-social a:hover{text-decoration:underline !important;}

/* Bottom tabs align with the 1200px shell's inner content width */
body.ref-search .ref-bottom-nav,
body.ref-rankings .ref-bottom-nav,
body.ref-info .ref-bottom-nav,
body.ref-features .ref-bottom-nav,
body.ref-rules .ref-bottom-nav,
body.ref-player .ref-bottom-nav,
body.ref-career .ref-bottom-nav,
body.ref-article .ref-bottom-nav{
  width:min(1164px,calc(100% - 36px)) !important;
  margin:12px auto 22px !important;
}

@media(max-width:620px){
  .global-admin-card{
    grid-template-columns:54px minmax(0,1fr) !important;
    padding:12px !important;
  }
  .global-admin-card img{width:54px !important;height:54px !important;}
}


/* FOOTER_BRAND_LINEBREAK_20260922 */
.ref-footer-copy strong,
.footer-copy strong,
.universal-footer strong{
  display:block !important;
}


/* GLOBAL_BOTTOM_NAV_REMOVAL_20260922 */
.ref-bottom-nav,
.cta-strip{
  display:none !important;
}
.ref-footer-inner,
.ref-footer-copy,
.footer,
.footer-copy,
.universal-footer{
  text-align:left !important;
}


/* HEADER_FOOTER_A_20260922 */
.ref-header{
  background:#fff !important;
  border-top:3px solid #c92336 !important;
  border-bottom:1px solid #c8d4de !important;
}
.ref-headin{
  max-width:1200px !important;
  margin:0 auto !important;
  padding:14px 18px 10px !important;
}
.ref-brand{
  color:#123c5a !important;
  font-size:28px !important;
  font-weight:950 !important;
  letter-spacing:-.03em !important;
}
.ref-tag{
  margin-top:2px !important;
  color:#6d7f8d !important;
  font-size:11px !important;
}
.ref-nav{
  max-width:1200px !important;
  margin:0 auto !important;
  padding:0 18px !important;
  gap:28px !important;
}
.ref-nav a{
  padding:11px 0 9px !important;
  color:#123c5a !important;
  font-size:13px !important;
  font-weight:800 !important;
}
.ref-nav a.active::after{height:3px;background:#123c5a !important}
.ref-footer{
  background:#123c5a !important;
  color:#dbe6ed !important;
}
.ref-footer-inner{
  max-width:none !important;
  margin:0 !important;
  padding:25px 18px !important;
  text-align:left !important;
}
.ref-footer-copy,
.ref-footer-mainnav,
.ref-footer-legal{text-align:left !important}
.ref-footer-mainnav a{color:#fff !important}
.ref-footer-legal a{color:#dbe6ed !important}
@media(max-width:760px){
  .ref-nav{gap:18px !important;overflow-x:auto !important;flex-wrap:nowrap !important}
  .ref-nav a{white-space:nowrap !important}
}


/* GLOBAL_HEADER_SOCIAL_FOOTER_SOCIAL_20260922 */
/* One geometry for every page, including HOME/player/article pages. */
.ref-headin,
body.ref-search .ref-headin,
body.ref-rankings .ref-headin,
body.ref-features .ref-headin,
body.ref-rules .ref-headin,
body.ref-info .ref-headin,
body.ref-player .ref-headin,
body.ref-career .ref-headin,
body.ref-article .ref-headin{
  width:auto !important;
  max-width:1200px !important;
  margin:0 auto !important;
  padding:14px 18px 10px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:24px !important;
}
.ref-nav,
body.ref-search .ref-nav,
body.ref-rankings .ref-nav,
body.ref-features .ref-nav,
body.ref-rules .ref-nav,
body.ref-info .ref-nav,
body.ref-player .ref-nav,
body.ref-career .ref-nav,
body.ref-article .ref-nav{
  width:auto !important;
  max-width:1200px !important;
  margin:0 auto !important;
  padding:0 18px !important;
  gap:28px !important;
}
.ref-head-main{min-width:0}
.ref-head-social{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:14px !important;
  flex-wrap:wrap !important;
}
.ref-head-social a{
  color:#0b5c8e !important;
  font-size:11px !important;
  font-weight:900 !important;
  line-height:1.2 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
}
.ref-head-social a:hover{text-decoration:underline !important}

.ref-footer-top{
  display:flex !important;
  justify-content:space-between !important;
  align-items:flex-start !important;
  gap:28px !important;
}
.ref-footer-copy{min-width:0}
.ref-footer-social{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:14px !important;
  flex-wrap:wrap !important;
}
.ref-footer-social a{
  padding:0 !important;
  border:0 !important;
  color:#fff !important;
  font-size:11px !important;
  font-weight:900 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
}
.ref-footer-social a:hover{text-decoration:underline !important}

@media(max-width:620px){
  .ref-headin{
    align-items:flex-start !important;
    gap:10px !important;
  }
  .ref-head-social{
    gap:8px !important;
    padding-top:2px !important;
  }
  .ref-head-social a{font-size:10px !important}
  .ref-footer-top{
    flex-direction:column !important;
    gap:10px !important;
  }
  .ref-footer-social{
    justify-content:flex-start !important;
    gap:12px !important;
  }
}


/* FOOTER_VERTICAL_BALANCE_20260922 */
.ref-footer-inner{
  padding:16px 18px 18px !important;
}
.ref-footer-top{
  align-items:flex-start !important;
}


/* FOOTER_BRAND_SIZE_20260923 */
.ref-footer-copy strong{
  display:block !important;
  color:#fff !important;
  font-size:14px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
  margin-bottom:8px !important;
}

/* ADMIN_SNS_EDITORIAL_V2 — FOLLOW + numbered editorial links */
.ref-head-social,
.ref-footer-social{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:0 !important;
  flex-wrap:wrap !important;
}

.ref-head-social::before,
.ref-footer-social::before{
  content:"FOLLOW";
  display:inline-flex;
  align-items:center;
  min-height:28px;
  margin:0 6px 0 0;
  padding:0 !important;
  border:0 !important;
  background:none !important;
  color:#6d7f8e !important;
  font-size:10px !important;
  font-weight:950 !important;
  line-height:1 !important;
  letter-spacing:.16em !important;
  white-space:nowrap;
}

.ref-head-social a,
.ref-footer-social a{
  position:relative;
  display:inline-flex !important;
  align-items:baseline !important;
  justify-content:flex-start !important;
  gap:7px !important;
  min-height:0 !important;
  margin:0 !important;
  padding:5px 13px 7px !important;
  border:0 !important;
  border-radius:0 !important;
  background:none !important;
  box-shadow:none !important;
  color:#23435a !important;
  font-size:11px !important;
  font-weight:850 !important;
  line-height:1.2 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
  transform:none !important;
}

.ref-head-social a:first-of-type{
  margin-left:2px !important;
  padding-left:14px !important;
  border-left:1px solid #d9e2e8 !important;
}

.ref-head-social a::before,
.ref-footer-social a::before{
  color:#9ba8b1;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
}
.ref-head-social a::before,
.ref-footer-social a::before{content:none !important}

.ref-head-social a::after,
.ref-footer-social a::after{
  content:"";
  position:absolute;
  left:13px;
  right:13px;
  bottom:2px;
  height:2px;
  background:#e43142;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .18s ease;
}
.ref-head-social a:first-of-type::after{
  left:14px;
}
.ref-head-social a:hover,
.ref-head-social a:focus-visible{
  color:#17344c !important;
  background:none !important;
  text-decoration:none !important;
}
.ref-head-social a:hover::after,
.ref-head-social a:focus-visible::after,
.ref-footer-social a:hover::after,
.ref-footer-social a:focus-visible::after{
  transform:scaleX(1);
}

/* Same editorial structure, tuned for the navy footer. */
.ref-footer-social::before{
  color:#a9bdca !important;
}
.ref-footer-social a{
  color:#f4f7f9 !important;
}
.ref-footer-social a:first-of-type{
  margin-left:2px !important;
  padding-left:14px !important;
  border-left:1px solid rgba(255,255,255,.18) !important;
}
.ref-footer-social a::before{
  color:#8fa6b6;
}
.ref-footer-social a::after{
  background:#ef6570;
}
.ref-footer-social a:hover,
.ref-footer-social a:focus-visible{
  color:#fff !important;
  background:none !important;
  text-decoration:none !important;
}

@media(max-width:620px){
  .ref-head-social,
  .ref-footer-social{
    justify-content:flex-start !important;
  }
  .ref-head-social::before,
  .ref-footer-social::before{
    min-height:24px;
    margin-right:4px;
    font-size:9px !important;
  }
  .ref-head-social a,
  .ref-footer-social a{
    gap:5px !important;
    padding:4px 8px 6px !important;
    font-size:10px !important;
  }
  .ref-head-social a:first-of-type,
  .ref-footer-social a:first-of-type{
    padding-left:10px !important;
  }
  .ref-head-social a::after,
  .ref-footer-social a::after{
    left:8px;
    right:8px;
    bottom:1px;
  }
  .ref-head-social a:first-of-type::after,
  .ref-footer-social a:first-of-type::after{
    left:10px;
  }
}
