/* SFANDOM homepage magazine system · renewal v1 · 2026-09-16 KST
   Scope: daily-news-slot / kairo-feature-slot / next-match-slot / player-spotlight-slot only.
   Contract: keeps the existing HTML slot/class names so daily content refreshes remain compatible. */

:root{
  --mag-line:#2a2a2f;
  --mag-soft:#b8b8bd;
  --mag-dim:#77777e;
  --mag-panel:#0a0a0c;
  --mag-accent:#ef2d35;
  --mag-reading:760px;
}

/* Shared editorial rhythm */
.morning-edition,.kairo-feature,.next-match-edition,.player-spotlight{
  position:relative;
  border-bottom:1px solid var(--mag-line);
  font-family:system-ui,-apple-system,"Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",sans-serif;
}
.morning-edition:before,.kairo-feature:before,.next-match-edition:before,.player-spotlight:before{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,var(--mag-accent) 0 72px,var(--mag-line) 72px 100%);
}
.morning-edition-head,.next-match-head,.player-spotlight-head{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);
  gap:64px;
  align-items:end;
  margin-bottom:58px;
}
.morning-edition-head h2,.next-match-head h2,.player-spotlight-head h2{
  margin:0;
  max-width:920px;
  font-size:clamp(3.2rem,5.7vw,6.1rem);
  line-height:.96;
  letter-spacing:-.04em;
  text-wrap:balance;
}
.morning-edition-head h2 span,.next-match-head h2 span,.player-spotlight-head h2 span{color:#74747b}
.morning-edition-head>p,.next-match-head>p,.player-spotlight-head>p{
  margin:0;
  max-width:420px;
  justify-self:end;
  color:#a9a9ae;
  font-size:14px;
  font-weight:650;
  line-height:1.76;
  letter-spacing:0;
  text-align:left;
  word-break:keep-all;
}

/* DAILY NEWS — long-form magazine stories, not cards */
.morning-news-grid{
  display:block;
  border-top:1px solid var(--mag-line);
}
.morning-story{
  display:grid;
  grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);
  gap:clamp(42px,6vw,86px);
  align-items:start;
  padding:72px 0;
  border:0;
  border-bottom:1px solid var(--mag-line);
  background:transparent;
  overflow:visible;
}
.morning-story:nth-child(even){grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}
.morning-story:nth-child(even) .morning-story-photo{order:2}
.morning-story:nth-child(even) .morning-story-copy{order:1}
.morning-story-photo{
  position:sticky;
  top:104px;
  height:auto;
  min-height:560px;
  aspect-ratio:4/5;
  background:#070708;
  overflow:hidden;
  border:1px solid var(--mag-line);
}
.morning-story-photo:after,.starter-photo:after,.kairo-feature-photo:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:24%;
  background:linear-gradient(transparent,rgba(5,5,6,.78));
  pointer-events:none;
}
.morning-story-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 14%;
}
.morning-story-photo span{
  position:absolute;
  z-index:2;
  left:18px;
  top:18px;
  padding:8px 10px;
  background:rgba(5,5,5,.82);
  border:1px solid rgba(255,255,255,.14);
  color:var(--mag-accent);
  font-size:12px;
  font-weight:900;
  letter-spacing:.1em;
  backdrop-filter:blur(8px);
}
.morning-story-copy{
  max-width:var(--mag-reading);
  padding:10px 0 0;
}
.morning-meta{
  margin:0 0 20px;
  color:#929298;
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
}
.morning-story h3{
  margin:0 0 30px;
  max-width:760px;
  font-size:clamp(2.55rem,4.4vw,4.6rem);
  line-height:1.01;
  letter-spacing:-.035em;
  text-wrap:balance;
  word-break:keep-all;
}
.morning-story-copy>p:not(.morning-meta):not(.morning-en):not(.morning-credit){
  max-width:720px;
  color:#d4d4d7;
  font-size:17px;
  line-height:1.78;
  letter-spacing:-.005em;
  word-break:keep-all;
}
.morning-stats,.kairo-feature-data,.player-spotlight-data{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin:34px 0;
  border-top:1px solid var(--mag-line);
  border-bottom:1px solid var(--mag-line);
}
.morning-stats span,.kairo-feature-data span,.player-spotlight-data span{
  min-width:0;
  padding:17px 14px;
  border-right:1px solid var(--mag-line);
  background:transparent;
  color:#909096;
  font-size:12px;
  font-weight:850;
  letter-spacing:.06em;
}
.morning-stats span:last-child,.kairo-feature-data span:last-child,.player-spotlight-data span:last-child{border-right:0}
.morning-stats strong,.kairo-feature-data strong,.player-spotlight-data strong{
  display:block;
  margin-bottom:5px;
  color:#fff;
  font-size:1.22rem;
  letter-spacing:-.025em;
}
.morning-read,.player-spotlight-note{
  margin:34px 0;
  padding:24px 26px;
  border:0;
  border-left:3px solid var(--mag-accent);
  background:linear-gradient(90deg,rgba(239,45,53,.08),rgba(239,45,53,0));
}
.morning-read small,.player-spotlight-note small{
  color:var(--mag-accent);
  font-size:12px;
  font-weight:900;
  letter-spacing:.11em;
}
.morning-read p,.player-spotlight-note p{
  margin:10px 0 0;
  max-width:700px;
  color:#e0e0e2;
  font-size:17px;
  line-height:1.78;
  letter-spacing:-.005em;
  word-break:keep-all;
}
.morning-en,.player-spotlight-en{
  max-width:700px;
  color:#a2a2a8;
  font-size:13px;
  line-height:1.72;
}
.morning-en b{color:var(--mag-accent)}
.morning-links{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-top:24px;
}
.morning-links a,.kairo-feature-link,.next-match-read a{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:9px 12px;
  border:1px solid #34343a;
  color:#c9c9ce;
  text-decoration:none;
  font-size:12px;
  font-weight:850;
  letter-spacing:.06em;
  transition:border-color .2s ease,color .2s ease,background .2s ease;
}
.morning-links a:hover,.kairo-feature-link:hover,.next-match-read a:hover{
  border-color:var(--mag-accent);
  background:rgba(239,45,53,.06);
  color:#fff;
}
.morning-credit{
  margin:20px 0 0;
  max-width:700px;
  color:#77777e;
  font-size:12px;
  line-height:1.6;
  letter-spacing:.04em;
}

/* KAIRO FEATURE — editorial feature spread */
.kairo-feature{
  display:grid;
  grid-template-columns:minmax(360px,.86fr) minmax(0,1.14fr);
  gap:clamp(48px,7vw,96px);
  align-items:center;
  background:transparent;
}
.kairo-feature-photo{
  position:relative;
  height:auto;
  min-height:680px;
  aspect-ratio:4/5;
  overflow:hidden;
  border:1px solid var(--mag-line);
  background:#070708;
}
.kairo-feature-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 11%;
}
.kairo-feature-copy{max-width:780px}
.kairo-feature-copy h2{
  margin:0 0 30px;
  font-size:clamp(3.4rem,6vw,6.5rem);
  line-height:.94;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.kairo-feature-copy h2 span{color:var(--mag-accent)}
.kairo-feature-copy>p:not(.morning-credit){
  max-width:720px;
  color:#d4d4d7;
  font-size:17px;
  line-height:1.78;
  letter-spacing:-.005em;
  word-break:keep-all;
}
.kairo-feature-link{margin-top:8px}

/* NEXT MATCH — editorial matchup spread */
.starter-stage{
  display:grid;
  grid-template-columns:minmax(0,1fr) 86px minmax(0,1fr);
  gap:22px;
  align-items:center;
  padding-top:8px;
}
.starter-card{
  position:relative;
  min-height:660px;
  border:1px solid var(--mag-line);
  background:#070708;
  overflow:hidden;
}
.starter-photo{position:absolute;inset:0}
.starter-photo:after{
  height:62%;
  background:linear-gradient(transparent 0,rgba(7,7,8,.93) 72%);
}
.starter-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 8%;
}
.starter-copy{
  position:absolute;
  z-index:2;
  left:28px;
  right:28px;
  bottom:26px;
}
.starter-copy>span{
  color:#a7a7ad;
  font-size:12px;
  font-weight:850;
  letter-spacing:.07em;
}
.starter-copy h3{
  margin:9px 0 22px;
  font-size:clamp(2.45rem,4vw,4.25rem);
  line-height:.94;
  letter-spacing:-.04em;
}
.starter-copy h3 b{color:var(--mag-accent)}
.starter-copy>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid #3a3a40}
.starter-copy em{
  min-width:0;
  padding:12px 10px 0;
  border-right:1px solid #333338;
  color:#99999f;
  font-style:normal;
  font-size:12px;
  letter-spacing:.05em;
}
.starter-copy em:first-child{padding-left:0}
.starter-copy em:last-child{border-right:0}
.starter-copy em strong{display:block;color:#fff;font-size:1.2rem}
.starter-versus{text-align:center}
.starter-versus strong{display:block;font-size:2rem;letter-spacing:-.025em}
.starter-versus span{display:block;margin:8px 0;color:var(--mag-accent);font-size:12px;font-weight:900;letter-spacing:.12em}
.next-match-read{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:26px;
  margin-top:26px;
  padding:28px 0;
  border:0;
  border-top:1px solid var(--mag-line);
  border-bottom:1px solid var(--mag-line);
  background:transparent;
}
.next-match-read small{color:var(--mag-accent);font-size:12px;font-weight:900;letter-spacing:.09em}
.next-match-read p{margin:0;color:#d4d4d7;font-size:17px;line-height:1.78;letter-spacing:-.005em;word-break:keep-all}

/* PLAYER SPOTLIGHT — closing profile story */
.player-spotlight{background:transparent}
.player-spotlight-grid{
  display:grid;
  grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr);
  gap:clamp(48px,7vw,96px);
  align-items:start;
}
.player-spotlight-photo{
  position:sticky;
  top:104px;
  margin:0;
  border:1px solid var(--mag-line);
  background:#070708;
  overflow:hidden;
}
.player-spotlight-photo img{
  display:block;
  width:100%;
  height:auto;
  max-height:660px;
  aspect-ratio:4/5;
  object-fit:contain;
  object-position:center top;
  background:#070708;
}
.player-spotlight-photo figcaption{
  padding:13px 15px;
  border-top:1px solid var(--mag-line);
  color:#85858c;
  font-size:12px;
  font-weight:750;
  line-height:1.55;
  letter-spacing:.035em;
}
.player-spotlight-copy{max-width:780px;padding-top:6px}
.player-spotlight-kicker{margin:0 0 14px;color:var(--mag-accent);font-size:12px;font-weight:900;letter-spacing:.1em}
.player-spotlight-copy h3{
  margin:0 0 28px;
  font-size:clamp(2.8rem,5vw,5.1rem);
  line-height:.98;
  letter-spacing:-.04em;
  text-wrap:balance;
}
.player-spotlight-copy>p:not(.player-spotlight-kicker):not(.player-spotlight-en){
  max-width:720px;
  color:#d4d4d7;
  font-size:17px;
  line-height:1.78;
  letter-spacing:-.005em;
  word-break:keep-all;
}

/* Tablet */
@media(max-width:900px){
  .morning-edition-head,.next-match-head,.player-spotlight-head{grid-template-columns:1fr;gap:24px;align-items:start}
  .morning-edition-head>p,.next-match-head>p,.player-spotlight-head>p{justify-self:start;max-width:620px}
  .morning-story,.morning-story:nth-child(even){grid-template-columns:1fr;gap:34px;padding:52px 0}
  .morning-story:nth-child(even) .morning-story-photo,.morning-story:nth-child(even) .morning-story-copy{order:initial}
  .morning-story-photo,.player-spotlight-photo{position:relative;top:auto}
  .morning-story-photo{min-height:0;aspect-ratio:16/10}
  .kairo-feature{grid-template-columns:1fr;gap:42px}
  .kairo-feature-photo{min-height:0;aspect-ratio:16/10}
  .starter-stage{grid-template-columns:1fr 64px 1fr}
  .starter-card{min-height:550px}
  .starter-copy{left:18px;right:18px;bottom:18px}
  .starter-copy h3{font-size:2.25rem}
  .next-match-read{grid-template-columns:1fr;align-items:start;gap:14px}
  .player-spotlight-grid{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:38px}
}

/* Mobile */
@media(max-width:620px){
  .morning-edition,.kairo-feature,.next-match-edition,.player-spotlight{padding-top:70px;padding-bottom:70px}
  .morning-edition:before,.kairo-feature:before,.next-match-edition:before,.player-spotlight:before{left:18px;right:18px}
  .morning-edition-head,.next-match-head,.player-spotlight-head{gap:18px;margin-bottom:34px}
  .morning-edition-head h2,.next-match-head h2,.player-spotlight-head h2{font-size:clamp(2.55rem,11.5vw,3.8rem);line-height:1;letter-spacing:-.035em}
  .morning-story{gap:24px;padding:40px 0}
  .morning-story-photo,.kairo-feature-photo{aspect-ratio:4/3;min-height:0}
  .morning-story-photo img,.morning-story-photo img.portrait-safe,.kairo-feature-photo img,.kairo-feature-photo img.portrait-safe{
    width:100%;height:100%;min-height:0;max-height:none;object-fit:contain;object-position:center top;background:#070708;
  }
  .morning-story-copy{padding:0}
  .morning-story h3{margin-bottom:22px;font-size:clamp(2rem,9.5vw,3rem);line-height:1.04;letter-spacing:-.03em}
  .morning-story-copy>p:not(.morning-meta):not(.morning-en):not(.morning-credit),.kairo-feature-copy>p:not(.morning-credit),.player-spotlight-copy>p:not(.player-spotlight-kicker):not(.player-spotlight-en),.morning-read p,.player-spotlight-note p,.next-match-read p{font-size:16px;line-height:1.76}
  .morning-stats,.kairo-feature-data,.player-spotlight-data{grid-template-columns:repeat(2,minmax(0,1fr));margin:26px 0}
  .morning-stats span,.kairo-feature-data span,.player-spotlight-data span{border-bottom:1px solid var(--mag-line)}
  .morning-stats span:nth-child(2),.kairo-feature-data span:nth-child(2),.player-spotlight-data span:nth-child(2){border-right:0}
  .morning-stats span:nth-last-child(-n+2),.kairo-feature-data span:nth-last-child(-n+2),.player-spotlight-data span:nth-last-child(-n+2){border-bottom:0}
  .morning-read,.player-spotlight-note{margin:28px 0;padding:20px}
  .kairo-feature{padding-left:18px;padding-right:18px}
  .kairo-feature-copy h2{font-size:clamp(2.9rem,13vw,4.4rem);line-height:.97;letter-spacing:-.035em}
  .starter-stage{display:block}
  .starter-card{min-height:520px;margin-bottom:14px}
  .starter-photo img,.starter-photo img.portrait-safe{width:100%;height:100%;object-fit:contain;object-position:center top;background:#070708}
  .starter-versus{display:flex;align-items:center;justify-content:center;gap:14px;margin:4px 0 18px}
  .starter-versus strong,.starter-versus span{display:inline;margin:0}
  .starter-copy h3{font-size:2.2rem}
  .next-match-read{padding:22px 0}
  .player-spotlight-grid{display:block}
  .player-spotlight-photo{position:relative;top:auto;margin:0 0 28px}
  .player-spotlight-photo img{width:100%;height:auto;max-height:500px;aspect-ratio:auto;object-fit:contain;object-position:center top}
  .player-spotlight-copy h3{font-size:clamp(2.2rem,10vw,3rem);line-height:1.03;letter-spacing:-.03em}
}

/* Small mobile */
@media(max-width:420px){
  .morning-edition,.kairo-feature,.next-match-edition,.player-spotlight{padding-left:18px;padding-right:18px;overflow:hidden}
  .morning-edition-head,.next-match-head,.player-spotlight-head,.morning-news-grid,.kairo-feature,.starter-stage,.player-spotlight-grid,.morning-story-copy,.kairo-feature-copy,.player-spotlight-copy{min-width:0}
  .morning-edition-head h2,.next-match-head h2,.player-spotlight-head h2,.morning-story h3,.kairo-feature-copy h2,.starter-copy h3,.player-spotlight-copy h3{overflow-wrap:break-word;word-break:keep-all}
  .morning-story-photo,.kairo-feature-photo{aspect-ratio:1/1}
  .morning-story h3{font-size:1.95rem}
  .morning-stats,.kairo-feature-data,.player-spotlight-data{gap:0}
  .morning-links{display:grid;grid-template-columns:1fr;gap:7px}
  .morning-links a,.kairo-feature-link,.next-match-read a{box-sizing:border-box;width:100%;justify-content:center;text-align:center;line-height:1.4}
  .kairo-feature{gap:30px}
  .kairo-feature-copy h2{font-size:clamp(2.55rem,12.5vw,3.6rem)}
  .starter-card{min-height:480px}
  .starter-copy{left:14px;right:14px;bottom:14px}
  .starter-copy h3{font-size:1.95rem;margin-bottom:16px}
  .starter-copy>div{gap:0}
  .starter-copy em{padding:9px 6px 0;font-size:12px}
  .starter-copy em strong{font-size:1.02rem}
  .player-spotlight-copy h3{font-size:clamp(2rem,9.5vw,2.7rem)}
}
