:root{color-scheme:light;--bg:#f7f7f4;--surface:#ffffff;--surface-muted:#eeeeea;--text:#161616;--muted:#666a70;--line:#deded8;--accent:#c71f37;--accent-dark:#8d1224;--green:#136f48;--navy:#1e3557;--shadow:0 14px 36px rgba(22,22,22,0.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Pretendard,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:20px;gap:20px;min-height:68px;padding:0 32px;border-bottom:1px solid rgba(22,22,22,.08);background:rgba(247,247,244,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand,.channel-button,.content-link,.header-actions,.meta,.nav,.section-heading,.setup-list li,.status-pill{display:flex;align-items:center}.brand{gap:10px;width:-moz-fit-content;width:fit-content;font-weight:850;letter-spacing:0}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:var(--text);color:#fff}.nav{justify-content:center;gap:6px;padding:5px;border:1px solid var(--line);background:rgba(255,255,255,.72)}.nav,.nav a{border-radius:999px}.nav a{min-width:58px;padding:8px 12px;color:var(--muted);font-size:14px;font-weight:700;text-align:center}.nav a:hover{background:var(--text);color:#fff}.header-actions{justify-content:flex-end;gap:8px}.header-actions a{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.page-shell{width:min(1180px,calc(100% - 32px));margin:0 auto}.hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);grid-gap:36px;gap:36px;align-items:start;min-height:clamp(480px,64svh,640px);padding:40px 0 28px}.eyebrow{margin:0 0 16px;color:var(--accent);font-size:13px;font-weight:850}.hero h1{max-width:720px;margin:0;font-size:clamp(32px,4.6vw,56px);line-height:1.14;letter-spacing:-.01em}.today-top{border-top:none;border-bottom:1px solid var(--line);padding:18px 0 30px}.hero-copy{max-width:560px;margin:18px 0 0;color:#3e4247;font-size:18px;line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.channel-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;max-width:640px;margin:34px 0 0}.channel-stats div{min-height:86px;padding:16px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.68)}.channel-stats dt{color:var(--muted);font-size:12px;font-weight:850;text-transform:uppercase}.channel-stats dd{margin:8px 0 0;font-size:32px;font-weight:900;line-height:1}.channel-button{gap:8px;min-height:44px;padding:0 16px;border:1px solid var(--line);border-radius:8px;background:var(--surface);font-weight:800}.channel-button.primary{border-color:var(--accent);background:var(--accent);color:#fff}.hero-panel{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.hero-stack{display:grid;grid-gap:16px;gap:16px}.featured-card{display:grid;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.featured-thumb{position:relative;display:block;aspect-ratio:16/9;background:#dedbd4;overflow:hidden}.featured-thumb img{object-fit:cover}.featured-play{position:absolute;right:16px;bottom:16px;display:grid;width:52px;height:52px;place-items:center;border-radius:8px;background:var(--accent);color:#fff}.featured-body{display:grid;grid-gap:12px;gap:12px;padding:20px}.featured-body h2{margin:0;font-size:clamp(22px,3vw,34px);line-height:1.18;letter-spacing:0}.featured-body p{display:-webkit-box;margin:0;overflow:hidden;color:var(--muted);line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.featured-date{align-items:center;gap:6px;font-weight:750}.featured-date,.panel-topline{display:flex;color:var(--muted);font-size:13px}.panel-topline{justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid var(--line);font-weight:800}.scoreboard-list{display:grid}.scoreboard-row{display:grid;grid-template-columns:auto 1fr auto;grid-gap:14px;gap:14px;align-items:center;padding:18px;border-bottom:1px solid var(--line)}.scoreboard-row:last-child{border-bottom:0}.rank{display:grid;width:32px;height:32px;place-items:center;border-radius:8px;background:var(--surface-muted);font-weight:850}.scoreboard-title{display:-webkit-box;margin:0;overflow:hidden;font-weight:850;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.scoreboard-source{margin:4px 0 0;color:var(--muted);font-size:13px}.content-link{justify-content:center;width:36px;height:36px;border-radius:8px;background:var(--text);color:#fff}.section{padding:38px 0;border-top:1px solid var(--line)}.hero+.section{padding-top:24px}.section-heading{justify-content:space-between;gap:16px;margin-bottom:16px}.section-heading h2{margin:0;font-size:clamp(26px,3.4vw,40px);letter-spacing:0}.section-heading p{max-width:520px;margin:0;color:var(--muted);line-height:1.6}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.content-card{display:grid;grid-template-rows:auto 1fr;min-height:100%;border:1px solid var(--line);border-radius:8px;background:var(--surface);overflow:hidden}.thumb{position:relative;aspect-ratio:16/9;background:#e5e2dc;overflow:hidden}.thumb.short{aspect-ratio:9/16}.thumb img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:10px;left:10px;padding:6px 8px;border-radius:8px;background:rgba(22,22,22,.82);color:#fff;font-size:12px;font-weight:850}.card-body{display:flex;flex-direction:column;gap:12px;padding:16px}.card-body h3{margin:0;font-size:18px;line-height:1.38;letter-spacing:0}.summary{margin:0;color:var(--muted);line-height:1.55}.tag-list{display:flex;flex-wrap:wrap;gap:6px}.tag-chip{max-width:100%;min-height:26px;padding:5px 8px;border:1px solid var(--line);border-radius:999px;background:#f7f7f4;color:#4b5158;font-size:12px;font-weight:750;line-height:1.25;overflow-wrap:anywhere}.meta{flex-wrap:wrap;gap:8px;margin-top:auto;color:var(--muted);font-size:13px}.status-pill{gap:6px;width:-moz-fit-content;width:fit-content;min-height:28px;padding:0 10px;border-radius:999px;background:var(--surface-muted);color:#44484d;font-size:12px;font-weight:850}.empty-state,.setup-box{border:1px dashed #b9b9b1;border-radius:8px;background:rgba(255,255,255,.58);padding:22px}.empty-state h3,.setup-box h2{margin:0 0 10px}.empty-state p,.setup-box p{margin:0;color:var(--muted);line-height:1.6}.setup-list{display:grid;grid-gap:10px;gap:10px;margin:16px 0 0;padding:0;list-style:none}.setup-list li{gap:10px;color:#383d42}.dot{width:8px;height:8px;border-radius:999px;background:var(--green)}.listing-page{padding:54px 0}.page-title{display:grid;grid-gap:14px;gap:14px;margin-bottom:28px}.page-title h1{margin:0;font-size:clamp(40px,7vw,86px);line-height:.95;letter-spacing:0}.page-title p{max-width:720px;margin:0;color:var(--muted);font-size:18px;line-height:1.65}.shorts-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.mixed-video-grid{align-items:stretch}@media (max-width:920px){.site-header{grid-template-columns:1fr;justify-items:center;padding:14px 20px}.header-actions{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:44px}.hero-stack{order:-1}.grid,.shorts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading{align-items:flex-start;flex-direction:column}}@media (max-width:620px){.page-shell{width:min(100% - 28px,1180px)}.nav{width:100%}.nav a{flex:1 1}.hero h1,.page-title h1{font-size:44px}.channel-stats{grid-template-columns:1fr}.hero-copy,.page-title p{font-size:16px}.grid,.shorts-grid{grid-template-columns:1fr}}.section-more{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:var(--accent)}.games-leagues{display:grid;grid-gap:22px;gap:22px}.league-group{display:grid;grid-gap:12px;gap:12px}.league-title{display:inline-flex;align-items:center;gap:8px;font-size:.95rem;font-weight:800;letter-spacing:.04em;color:var(--navy)}.league-title:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent)}.games-grid{display:grid;grid-gap:12px;gap:12px}.games-grid.is-many{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}.games-grid.is-double{grid-template-columns:repeat(2,minmax(0,1fr))}.games-grid.is-single{grid-template-columns:1fr}.game-card.wide{align-items:center;padding:16px 20px}.game-card.wide .game-teams{grid-template-columns:1fr auto 1fr}.game-card.wide .game-team{font-size:1.05rem}@media (max-width:720px){.games-grid.is-double{grid-template-columns:1fr}}.game-card{display:grid;grid-gap:10px;gap:10px;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow)}.game-card-top{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:var(--muted)}.game-time{font-weight:700;color:var(--text)}.game-state{padding:2px 8px;border-radius:999px;font-size:.72rem;font-weight:700;background:var(--surface-muted);color:var(--muted)}.game-state.live{background:var(--accent);color:#fff}.game-state.final{background:var(--navy);color:#fff}.game-state.canceled{text-decoration:line-through}.game-teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:10px;gap:10px}.game-team{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:600}.game-team.right{flex-direction:row-reverse;text-align:right}.game-team img{border-radius:6px;object-fit:contain}.game-score{min-width:54px;text-align:center;font-size:1.05rem;font-weight:800}.game-score .vs{font-size:.8rem;font-weight:700;color:var(--muted)}.game-channel{margin:0;text-align:right;font-size:.78rem;color:var(--muted)}.game-pitchers{display:flex;flex-wrap:wrap;gap:12px;margin:0;padding-top:8px;border-top:1px dashed var(--line);font-size:.8rem;color:var(--text)}.game-pitchers b{margin-right:3px;font-weight:800}.game-pitchers .win{color:var(--green)}.game-pitchers .lose{color:var(--accent)}.game-pitchers .save{color:var(--navy)}.next-slate{display:grid;grid-gap:14px;gap:14px}.next-slate-note{margin:0;padding:10px 14px;border:1px dashed var(--line);border-radius:10px;background:var(--surface-muted);color:var(--muted);font-size:.88rem}.schedule-browser{display:grid;grid-gap:18px;gap:18px}.schedule-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.schedule-controls>button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--line);border-radius:10px;background:var(--surface);cursor:pointer}.week-strip{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:6px;gap:6px;flex:1 1;min-width:280px}.day-pill{position:relative;display:grid;justify-items:center;grid-gap:2px;gap:2px;padding:8px 4px;border:1px solid var(--line);border-radius:10px;background:var(--surface);cursor:pointer}.day-pill .dow{font-size:.72rem;color:var(--muted)}.day-pill .dom{font-size:1rem;font-weight:700}.day-pill.dow-0 .dow{color:var(--accent)}.day-pill.dow-6 .dow{color:var(--navy)}.day-pill.active{border-color:var(--accent);background:var(--accent)}.day-pill.active .dom,.day-pill.active .dow{color:#fff}.day-pill .dot{width:5px;height:5px;border-radius:50%;background:var(--accent)}.day-pill.active .dot{background:#fff}.date-jump{padding:8px 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface);font:inherit}.jp{display:block;margin-top:1px;font-style:normal;font-size:.78em;color:var(--muted);line-height:1.2}.game-team-name{display:inline-flex;flex-direction:column}.game-team.right .game-team-name{align-items:flex-end}.game-pitchers .jp{display:inline;margin-left:4px;font-size:.92em}.standings-leagues{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:22px;gap:22px}.standings-block{display:grid;grid-gap:10px;gap:10px}.standings-title{margin:0;font-size:.95rem;font-weight:800;letter-spacing:.02em;color:var(--navy)}.standings-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.standings-table{width:100%;border-collapse:collapse;font-size:.86rem;white-space:nowrap}.standings-table td,.standings-table th{padding:9px 10px;text-align:center}.standings-table thead th{position:-webkit-sticky;position:sticky;top:0;background:var(--surface-muted);color:var(--muted);font-weight:700;font-size:.78rem}.standings-table tbody tr{border-top:1px solid var(--line)}.standings-table .col-rank{width:40px;font-weight:800}.standings-table .col-team{text-align:left}.standings-table .col-pct{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.standings-table .col-last5{letter-spacing:1px;color:var(--muted)}.standings-team{display:inline-flex;align-items:center;gap:8px}.standings-team img{border-radius:5px;object-fit:contain}.standings-team-name{display:inline-flex;flex-direction:column;text-align:left;font-weight:600}.standings-team-name .jp{font-size:.74em}.game-stadium{margin-left:8px;font-weight:500;color:var(--muted)}