.ytgs-series-hero { background: var(--green-950); padding: 3rem 1.5rem 2.5rem; text-align: center; } .ytgs-series-hero-inner { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1rem; } .ytgs-series-hero-avatars { display: flex; gap: 0.6rem; align-items: center; justify-content: center; flex-wrap: wrap; } .ytgs-series-breadcrumb { margin-bottom: 1.25rem; } .ytgs-series-breadcrumb a { color: #9ca3af; } .ytgs-series-breadcrumb a:hover { color: var(--white); } .ytgs-series-hero-avatar-wrap { width: 76px; height: 76px; border-radius: 50%; overflow: hidden; border: 3px solid rgba(255,255,255,0.25); flex-shrink: 0; display: block; transition: border-color 0.15s, transform 0.15s; } .ytgs-series-hero-avatar-wrap:hover { border-color: var(--green-400); transform: scale(1.06); } .ytgs-series-hero-stats { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,0.1); } .ytgs-series-hero-stat { display: flex; flex-direction: column; align-items: center; gap: 0.2rem; } .ytgs-series-hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; line-height: 1; color: var(--white); letter-spacing: 0.03em; } .ytgs-series-hero-stat-num.ytgs-stat-under { color: #86efac; } .ytgs-series-hero-stat-num.ytgs-stat-over { color: #f87171; } .ytgs-series-hero-stat-num.ytgs-stat-even { color: #d1d5db; } .ytgs-series-hero-stat-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #6b7280; } .ytgs-series-hero-avatar-img { width: 100%; height: 100%; object-fit: cover; display: block; } .ytgs-series-hero-avatar-fallback { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: var(--green-800); color: var(--white); font-weight: 700; font-size: 1.2rem; } .ytgs-series-title { font-family: 'Bebas Neue', sans-serif; font-size: 3rem; color: var(--white); letter-spacing: 0.04em; margin: 0; } .ytgs-series-type-badge { background: var(--green-700); color: var(--white); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.2rem 0.75rem; border-radius: 999px; } .ytgs-series-desc { color: #d1d5db; font-size: 0.95rem; line-height: 1.6; margin: 0; max-width: 600px; }   .ytgs-series-entry { max-width: 900px; margin: 2rem auto; padding: 0 1.5rem; } .ytgs-series-entry-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 2px solid var(--green-800); margin-bottom: 1.25rem; flex-wrap: wrap; } .ytgs-series-entry-major { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--green-900); margin: 0 0 0.25rem; letter-spacing: 0.03em; } .ytgs-series-entry-course { font-size: 0.8rem; color: #6b7280; text-decoration: none; display: inline-flex; align-items: center; gap: 0.2rem; } .ytgs-series-entry-course:hover { color: var(--green-700); } .ytgs-series-entry-header-right { display: flex; align-items: center; gap: 1.25rem; flex-shrink: 0; } .ytgs-series-cut-info { display: flex; flex-direction: column; align-items: center; } .ytgs-series-cut-label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: #9ca3af; } .ytgs-series-cut-val { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; color: var(--green-800); letter-spacing: 0.03em; line-height: 1; } .ytgs-series-cut-val--under { color: var(--green-600); } .ytgs-series-cut-val--even { color: #374151; }   .ytgs-series-round-links { display: flex; gap: 0.75rem; margin: 1rem 0 1.25rem; } .ytgs-series-round-btn { display: inline-flex; align-items: center; gap: 0.6rem; background: #fff; color: var(--green-700); border: 1.5px solid var(--green-700); border-radius: 8px; padding: 0.5rem 1rem; text-decoration: none; transition: background 0.15s, color 0.15s; } .ytgs-series-round-btn:hover { background: var(--green-700); color: #fff; } .ytgs-srb-text { display: flex; flex-direction: column; align-items: flex-start; gap: 0.1rem; } .ytgs-srb-label { font-size: 0.85rem; font-weight: 700; line-height: 1; } .ytgs-srb-date { font-size: 0.68rem; font-weight: 400; opacity: 0.7; line-height: 1; }   .ytgs-series-results-wrap { overflow-x: auto; } .ytgs-series-results-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; } .ytgs-series-results-table thead tr { background: var(--green-900); color: var(--white); } .ytgs-series-results-table thead th { padding: 0.6rem 0.75rem; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-align: center; }   .ytgs-series-results-table thead th.ytgs-sr-total-col { border-left: 2px solid rgba(255,255,255,0.25); border-right: 2px solid rgba(255,255,255,0.25); } .ytgs-sr-player-col { text-align: left !important; width: 1%; white-space: nowrap; } .ytgs-series-results-table tbody tr { border-bottom: 1px solid #e5e7eb; } .ytgs-series-results-table tbody tr:last-child { border-bottom: none; } .ytgs-sr-row--made { background: #f0fdf4; } .ytgs-sr-row--missed { background: #fff; } .ytgs-sr-row--wd { background: #fff; opacity: 0.7; } .ytgs-sr-round-col, .ytgs-sr-total-col, .ytgs-sr-result-col { text-align: center; padding: 0.65rem 0.75rem; font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 0.03em; }   .ytgs-series-results-table tbody td.ytgs-sr-total-col { font-size: 1.25rem; font-weight: 700; background: #e9f5ee; border-left: 2px solid #d1fae5; border-right: 2px solid #d1fae5; } .ytgs-sr-row--missed td.ytgs-sr-total-col, .ytgs-sr-row--wd td.ytgs-sr-total-col { background: #f3f4f6; border-color: #e5e7eb; } .ytgs-sr-result-col { font-family: inherit; font-size: inherit; } .ytgs-sr-player-col { padding: 0.5rem 0.75rem; }   .ytgs-sr-under { color: var(--green-600); } .ytgs-sr-even { color: #374151; } .ytgs-sr-over { color: #b91c1c; }   .ytgs-sr-player-link { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; color: var(--green-900); font-weight: 600; font-size: 0.9rem; } .ytgs-sr-player-link:hover { color: var(--green-600); } .ytgs-sr-avatar { width: 32px; height: 32px; border-radius: 50%; overflow: hidden; flex-shrink: 0; } .ytgs-sr-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; } .ytgs-sr-player-split { font-family: 'IBM Plex Mono', monospace; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.02em; color: #8a8a8a; margin-top: 0.15rem; }   .ytgs-sr-badge { display: inline-block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 0.25rem 0.65rem; border-radius: 999px; } .ytgs-sr-badge--made { background: var(--green-700); color: #fff; } .ytgs-sr-badge--missed { background: #e5e7eb; color: #6b7280; } .ytgs-sr-badge--pending { background: #fef9c3; color: #92400e; border: 1px solid #fde68a; } .ytgs-sr-badge--wd { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; } .ytgs-sr-wd { color: #9ca3af; font-style: italic; }   .ytgs-series-entry-seo { font-size: 0.9rem; color: #6b7280; margin: -0.5rem 0 1.25rem; line-height: 1.6; }   .ytgs-series-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; } .ytgs-series-chip { display: inline-flex; align-items: center; background: #f3f4f6; color: var(--ytgs-text); border: 1px solid #e5e7eb; border-radius: 999px; padding: 0.35rem 0.9rem; font-size: 0.82rem; font-weight: 600; text-decoration: none; transition: background 0.15s, border-color 0.15s; } .ytgs-series-chip:hover { background: var(--green-700); color: #fff; border-color: var(--green-700); }   .ytgs-ep-series-link { color: var(--green-700); }   .ytgs-series-entry + .ytgs-series-entry { border-top: 1px solid #e5e7eb; padding-top: 2rem; margin-top: 0; }     .ytgs-series-index-hero-section { background: var(--green-950); padding: 3.5rem 1rem 3rem; text-align: center; } .ytgs-series-index-hero-inner { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; } .ytgs-series-index-hero-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-400, #4ade80); opacity: 0.8; } .ytgs-series-index-hero-title { font-family: 'Bebas Neue', sans-serif; font-size: 4rem; color: #fff; letter-spacing: 0.06em; margin: 0; line-height: 1; } .ytgs-series-index-hero-sub { color: #d1d5db; font-size: 0.95rem; line-height: 1.6; margin: 0.25rem 0 0; max-width: 800px; } .ytgs-series-index-hero-stats { display: flex; align-items: center; gap: 1.5rem; margin-top: 1.25rem; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 10px; padding: 0.75rem 2rem; } .ytgs-sihs-stat { display: flex; flex-direction: column; align-items: center; gap: 0.1rem; } .ytgs-sihs-num { font-family: 'Bebas Neue', sans-serif; font-size: 2.2rem; color: #fff; line-height: 1; } .ytgs-sihs-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #9ca3af; } .ytgs-sihs-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.2); }   .ytgs-series-index-body { max-width: 900px; margin: 2.5rem auto 3rem; padding: 0 1rem; }   .ytgs-sc-list { display: flex; flex-direction: column; gap: 0.85rem; } .ytgs-sc-card { background: var(--green-900); border-radius: 14px; padding: 1.25rem 1.5rem 1.25rem 1.6rem; display: flex; flex-direction: row; align-items: center; gap: 1.5rem; text-decoration: none; color: var(--white); border: 1px solid rgba(255,255,255,0.06); box-shadow: inset 4px 0 0 var(--green-600); transition: transform 0.15s, box-shadow 0.15s; } .ytgs-sc-card:hover { transform: translateY(-2px); box-shadow: inset 4px 0 0 var(--green-500), 0 8px 28px rgba(0,0,0,0.3); }   .ytgs-sc-logos { display: flex; flex-direction: column; gap: 0.4rem; flex-shrink: 0; } .ytgs-sc-logo-wrap { width: 68px; height: 68px; border-radius: 10px; overflow: hidden; flex-shrink: 0; border: 2px solid rgba(255,255,255,0.12); } .ytgs-sc-logo-img { width: 100%; height: 100%; object-fit: cover; display: block; } .ytgs-sc-logo-fallback { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: var(--green-800); color: var(--white); font-weight: 700; font-size: 1.1rem; }   .ytgs-sc-content { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 0.2rem; }   .ytgs-sc-name { font-family: 'Bebas Neue', sans-serif; font-size: 1.75rem; letter-spacing: 0.03em; color: var(--white); margin: 0; line-height: 1.1; }   .ytgs-sc-desc { font-size: 0.83rem; color: rgba(255,255,255,0.5); line-height: 1.5; margin: 0 0 0.15rem; }   .ytgs-sc-meta-row { display: flex; align-items: center; gap: 0.35rem; flex-wrap: wrap; padding-top: 0.55rem; margin-top: 0.35rem; border-top: 1px solid rgba(255,255,255,0.09); }   .ytgs-sc-meta-item { background: rgba(0,0,0,0.28); border-radius: 999px; padding: 2px 10px; font-size: 0.71rem; font-weight: 600; color: rgba(255,255,255,0.88); letter-spacing: 0.015em; }   .ytgs-sc-meta-sep { display: none; }   .ytgs-sc-creators-row { display: flex; flex-wrap: wrap; gap: 0.35rem 0.75rem; align-items: center; margin-top: 0.3rem; } .ytgs-sc-creator { display: flex; align-items: center; gap: 0.35rem; } .ytgs-sc-creator-avatar { width: 20px; height: 20px; border-radius: 50%; overflow: hidden; flex-shrink: 0; } .ytgs-sc-creator-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }   .ytgs-sc-creator-name { font-size: 0.74rem; font-weight: 500; color: var(--green-400); } .ytgs-sc-creator-more { font-size: 0.72rem; color: rgba(255,255,255,0.35); }   .ytgs-sc-arrow { font-size: 1.2rem; color: rgba(255,255,255,0.2); flex-shrink: 0; transition: color 0.15s, transform 0.15s; } .ytgs-sc-card:hover .ytgs-sc-arrow { color: var(--green-400); transform: translateX(4px); }   .ytgs-series-type-block { margin-bottom: 3rem; } .ytgs-series-type-header { display: flex; align-items: baseline; gap: 0.75rem; margin-bottom: 1.25rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--green-700); } .ytgs-series-type-label { font-family: 'Bebas Neue', sans-serif; font-size: 1.7rem; color: var(--ytgs-text); line-height: 1; } .ytgs-series-type-tagline { font-size: 0.82rem; color: #6b7280; }   .ytgs-series-feature-grid { display: flex; flex-direction: column; gap: 1rem; } .ytgs-series-feature-card { display: flex; flex-direction: column; background: var(--green-900); border-radius: 12px; padding: 1.75rem; text-decoration: none; color: #fff; gap: 1.25rem; transition: box-shadow 0.15s, transform 0.15s; } .ytgs-series-feature-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.18); transform: translateY(-2px); } .ytgs-sfc-top { display: flex; align-items: flex-start; gap: 1.25rem; } .ytgs-sfc-hero-avatars { display: flex; gap: 0.4rem; align-items: center; justify-content: center; flex-wrap: wrap; flex-shrink: 0; } .ytgs-sfc-hero-avatar-wrap { width: 64px; height: 64px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(255,255,255,0.25); flex-shrink: 0; } .ytgs-sfc-hero-avatar-wrap--sm { width: 44px; height: 44px; } .ytgs-sfc-hero-avatar-img { width: 100%; height: 100%; object-fit: cover; display: block; } .ytgs-sfc-hero-avatar-fallback { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: var(--green-800); color: var(--white); font-weight: 700; font-size: 1rem; } .ytgs-sfc-name-block { flex: 1; min-width: 0; } .ytgs-sfc-badge { display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: var(--green-700); color: #fff; padding: 0.15rem 0.6rem; border-radius: 999px; margin-bottom: 0.4rem; } .ytgs-sfc-name { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: #fff; margin: 0 0 0.35rem; line-height: 1.1; letter-spacing: 0.04em; } .ytgs-sfc-desc { font-size: 0.88rem; color: #d1d5db; margin: 0; line-height: 1.5; } .ytgs-sfc-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.12); padding-top: 1rem; } .ytgs-sfc-stats { display: flex; align-items: center; gap: 1.25rem; } .ytgs-sfc-stat-num { font-size: 0.8rem; font-weight: 700; color: #d1d5db; } .ytgs-sfc-avatars { display: flex; gap: -6px;   } .ytgs-sfc-avatar { width: 30px; height: 30px; border-radius: 50%; overflow: hidden; border: 2px solid var(--green-900); margin-right: -8px; } .ytgs-sfc-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; } .ytgs-sfc-cta { font-size: 0.82rem; font-weight: 700; color: #d1d5db; transition: color 0.15s; } .ytgs-series-feature-card:hover .ytgs-sfc-cta { color: #fff; }   .ytgs-series-std-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1rem; } .ytgs-series-std-card { display: block; text-decoration: none; border: 1.5px solid #e5e7eb; border-radius: 10px; background: #fff; transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s; } .ytgs-series-std-card:hover { border-color: var(--green-700); box-shadow: 0 4px 16px rgba(0,0,0,0.08); transform: translateY(-2px); } .ytgs-series-std-card-inner { padding: 1.25rem; } .ytgs-series-std-badge { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green-700); margin-bottom: 0.4rem; } .ytgs-series-std-name { font-weight: 700; font-size: 1.05rem; color: var(--ytgs-text); margin-bottom: 0.25rem; } .ytgs-series-std-target { font-size: 0.78rem; color: #6b7280; font-weight: 600; margin-bottom: 0.25rem; } .ytgs-series-std-desc { font-size: 0.82rem; color: #6b7280; margin: 0 0 0.5rem; line-height: 1.45; } .ytgs-series-std-meta { font-size: 0.75rem; font-weight: 700; color: var(--green-700); } .ytgs-mc-intro-text { max-width: 900px; margin: 0 auto 1.75rem; padding: 0 1rem; color: #9ca3af; font-size: 0.95rem; line-height: 1.65; }   .ytgs-mc-overview { max-width: 900px; margin: 0 auto 2.5rem; padding: 0 1rem; display: flex; flex-direction: column; gap: 1.5rem; }   .ytgs-mc-at-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.85rem; color: var(--ytgs-text); margin: 0 0 1rem; letter-spacing: 0.04em; } .ytgs-mcat-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 8px; border: 1px solid #e5e7eb; } .ytgs-mcat-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }   .ytgs-mcat-head-row { background: var(--green-900); color: #fff; } .ytgs-mcat-row-th { width: 160px; min-width: 140px; padding: 0.75rem 1rem; } .ytgs-mcat-player-th { padding: 0.75rem 1rem; text-align: center; min-width: 110px; } .ytgs-mcat-player-cell { display: flex; flex-direction: column; align-items: center; gap: 0.35rem; } .ytgs-mcat-avatar { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; border: 3px solid rgba(255,255,255,0.5); box-shadow: 0 2px 8px rgba(0,0,0,0.4); flex-shrink: 0; } .ytgs-mcat-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; } .ytgs-mcat-player-name { color: #fff; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; line-height: 1.2; } .ytgs-mcat-player-name:hover { text-decoration: underline; }   .ytgs-mcat-data-row { border-bottom: 1px solid #e5e7eb; background: #fff; } .ytgs-mcat-data-row:last-child { border-bottom: none; } .ytgs-mcat-data-row.ytgs-mcat-alt { background: #f9fafb; } .ytgs-mcat-row-label { padding: 0.6rem 1rem; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #374151; white-space: nowrap; display: flex; align-items: center; gap: 0.45rem; } .ytgs-mcat-icon-wrap { display: flex; align-items: center; opacity: 0.55; flex-shrink: 0; } .ytgs-mcat-val { text-align: center; padding: 0.6rem 1rem; font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; letter-spacing: 0.03em; color: var(--ytgs-text); } .ytgs-mcat-under { color: var(--green-700); } .ytgs-mcat-over { color: #dc2626; }   .ytgs-mcat-overall-row { background: var(--green-950) !important; border-bottom: none !important; } .ytgs-mcat-overall-row .ytgs-mcat-row-label { color: #d1fae5; } .ytgs-mcat-overall-row .ytgs-mcat-icon-wrap { opacity: 0.7; color: #d1fae5; } .ytgs-mcat-overall-row .ytgs-mcat-val { color: #fff; font-size: 1.35rem; } .ytgs-mcat-overall-row .ytgs-mcat-under { color: #86efac; } .ytgs-mcat-overall-row .ytgs-mcat-over { color: #fca5a5; }   .ytgs-mc-entry-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 0.5rem; } .ytgs-mc-entry-nav-label { font-size: 0.75rem; font-weight: 700; color: #6b7280; text-transform: uppercase; letter-spacing: 0.06em; flex-shrink: 0; } .ytgs-mc-entry-nav-pill { display: inline-block; background: #f3f4f6; color: var(--ytgs-text); border: 1px solid #e5e7eb; border-radius: 999px; padding: 0.3rem 0.85rem; font-size: 0.8rem; font-weight: 600; text-decoration: none; transition: background 0.15s, border-color 0.15s, color 0.15s; } .ytgs-mc-entry-nav-pill:hover { background: var(--green-700); border-color: var(--green-700); color: #fff; }   @media ( max-width: 600px ) { .ytgs-series-title { font-size: 2.2rem; } .ytgs-series-index-hero-title { font-size: 2.8rem; } .ytgs-series-entry { padding: 0 1rem; } .ytgs-series-entry-header { flex-direction: column; gap: 0.75rem; } .ytgs-series-entry-header-right { width: 100%; justify-content: space-between; } .ytgs-sr-round-col, .ytgs-sr-total-col { font-size: 1rem; padding: 0.5rem 0.4rem; } .ytgs-series-round-links { flex-wrap: wrap; } .ytgs-sfc-top { flex-direction: column; } .ytgs-series-std-grid { grid-template-columns: 1fr; } }