@import"https://fonts.googleapis.com/css2?family=Kanit:ital,wght@1,800;1,900&family=Montserrat:wght@800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Outfit:wght@600;700;800;900&display=swap";:root{--bg-body: #f1f5f9;--bg-card: #ffffff;--bg-card-subtle: #f8fafc;--primary-blue: black;--primary-blue-hover: #3b82f6;--accent-blue: #60a5fa;--light-blue-bg: #bae6fd;--light-blue-border: transparent;--blue-badge-bg: #ffe4e6;--blue-badge-text: #3b82f6;--text-main: #0f172a;--text-muted: #64748b;--text-light: #94a3b8;--border-light: transparent;--border-card: transparent;--live-red: #3b82f6;--live-red-glow: rgba(239, 68, 68, .25);--shadow-sm: none;--shadow-md: none;--shadow-lg: none;--shadow-xl: none;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 9999px;--font-main: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading: "Outfit", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100%;overflow-x:hidden}body{font-family:var(--font-main);background-color:var(--bg-body);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.site-header{background:#fff;border-bottom:none;position:sticky;top:0;z-index:50;box-shadow:none}.header-inner{max-width:1320px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:center;text-align:center}.brand-title{font-family:"Kanit","Montserrat",var(--font-heading);font-size:2.6rem;font-weight:900;font-style:italic;letter-spacing:.5px;text-transform:uppercase;color:#0f172a;line-height:1;display:inline-flex;align-items:center;text-decoration:none;transition:transform .2s ease,opacity .2s ease;user-select:none}.brand-title:hover{transform:scale(1.03);opacity:.95}.brand-title span{background:linear-gradient(135deg,#7dd3fc,#bae6fd,#e0f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-left:5px}.hero-banner{background:radial-gradient(120% 120% at 50% 0%,#7dd3fc,#bae6fd 45%,#e0f2fe);border-bottom:none;padding:30px 20px 22px;text-align:center;position:relative}.hero-container{max-width:860px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:10px}.hero-pill-badge{display:inline-flex;align-items:center;gap:7px;background:#fff;color:var(--primary-blue);font-size:.74rem;font-weight:800;letter-spacing:.6px;text-transform:uppercase;padding:4px 13px;border-radius:var(--radius-full)}.pulse-live-dot{width:7px;height:7px;border-radius:50%;background-color:#22c55e}.hero-title{font-family:var(--font-heading);font-size:2.45rem;font-weight:900;color:#0f172a;letter-spacing:-.7px;line-height:1.15}.hero-title .brand-highlight{background:linear-gradient(135deg,#60a5fa,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.hero-subtitle{font-size:.98rem;color:#64748b;font-weight:500;max-width:600px;line-height:1.45}.hero-feature-chips{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin-top:2px}.feature-chip{display:inline-flex;align-items:center;gap:5px;background:#fffc;color:#334155;font-size:.78rem;font-weight:700;padding:4px 12px;border-radius:var(--radius-full)}.feature-chip svg{color:var(--primary-blue)}.control-section{max-width:1320px;margin:14px auto 12px;padding:0 20px;display:flex;align-items:center}.filter-tabs-wrapper{position:relative;background:#e2e8f0;border:none;border-radius:var(--radius-full);padding:4px;box-shadow:none;display:inline-flex;align-items:center;gap:2px;overflow-x:auto;max-width:100%;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.filter-tabs-wrapper::-webkit-scrollbar{display:none}.tab-indicator{position:absolute;top:4px;left:0;bottom:4px;height:calc(100% - 8px);background:var(--primary-blue);border-radius:var(--radius-full);pointer-events:none;z-index:1;transition:transform .32s cubic-bezier(.22,1,.36,1),width .32s cubic-bezier(.22,1,.36,1);will-change:transform,width;border:none;box-shadow:none}.tab-btn{display:inline-flex;align-items:center;gap:7px;padding:8px 18px;border-radius:var(--radius-full);font-size:.88rem;font-weight:700;color:var(--text-muted);background:transparent;border:none;box-shadow:none;position:relative;z-index:2;transition:color .25s ease;white-space:nowrap;cursor:pointer;user-select:none}.tab-btn:hover{color:var(--text-main)}.tab-btn.active{color:#fff;background:transparent;box-shadow:none}.tab-btn .count-badge{background:#ffffff40;color:inherit;padding:2px 7px;border-radius:var(--radius-full);font-size:.76rem;font-weight:800;transition:background-color .25s ease,color .25s ease}.tab-btn:not(.active) .count-badge{background:#cbd5e1;color:var(--text-main)}.main-content{max-width:1320px;width:100%;margin:0 auto;padding:0 20px 36px;flex:1}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px}.section-title-wrap{display:flex;align-items:center;gap:8px}.section-title{font-family:var(--font-heading);font-size:1.35rem;font-weight:900;color:#0f172a;display:inline-block;padding-bottom:5px}.live-indicator-chip{background:#fee2e2;color:#dc2626;font-size:.72rem;font-weight:800;padding:3px 9px;border-radius:var(--radius-full);display:flex;align-items:center;gap:5px}.live-dot{width:7px;height:7px;background-color:var(--live-red);border-radius:50%;box-shadow:0 0 0 0 var(--live-red-glow);animation:pulse-red 1.8s infinite}@keyframes pulse-red{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 6px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.games-counter{font-size:.85rem;font-weight:600;color:var(--text-muted)}.matches-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.match-card{background:var(--bg-card);border:none;border-radius:var(--radius-md);box-shadow:none;transition:transform .2s cubic-bezier(.16,1,.3,1),background-color .2s ease;display:flex;flex-direction:column;position:relative;overflow:hidden;cursor:pointer;text-decoration:none;color:inherit}.match-card:hover{transform:translateY(-2px);box-shadow:none;background:#fff}.match-card-top{padding:10px 18px;background:#f8fafc;border-bottom:none;display:flex;align-items:center;justify-content:space-between;gap:8px}.league-tag{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;font-weight:800;color:var(--primary-blue);background:var(--light-blue-bg);padding:3px 10px;border-radius:var(--radius-full);border:none;text-transform:uppercase;letter-spacing:.4px}.league-tag-logo{width:14px;height:14px;object-fit:contain}.time-status-pill{font-size:.75rem;font-weight:800;color:#0f172a;background:#fff;border:none;padding:3px 10px;border-radius:var(--radius-full);display:flex;align-items:center;gap:5px}.time-status-pill.is-live{background:#fef2f2;border:none;color:#b91c1c}.card-body{padding:30px 20px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff}.team-column{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px}.team-logo-container{width:50px;height:50px;background:#f1f5f9;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:5px;box-shadow:none;transition:transform .2s ease}.match-card:hover .team-logo-container{transform:scale(1.06)}.team-logo{width:100%;height:100%;object-fit:contain}.team-fallback-badge{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:800;font-size:1rem}.team-name{font-size:.92rem;font-weight:800;color:#0f172a;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:140px}.vs-column{display:flex;flex-direction:column;align-items:center;gap:3px;min-width:65px}.vs-badge{font-family:var(--font-heading);font-size:.8rem;font-weight:900;color:var(--primary-blue);background:var(--light-blue-bg);border:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:none}.match-schedule-date{font-size:.7rem;font-weight:700;color:var(--text-muted);text-align:center;white-space:nowrap}.match-schedule-time{font-size:.82rem;font-weight:800;color:#0f172a;text-align:center}.empty-state{text-align:center;padding:64px 32px;background:#fff;border:none;border-radius:var(--radius-lg);width:100%!important;max-width:100%!important;margin:10px 0 24px;box-shadow:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;box-sizing:border-box}.empty-icon{width:68px;height:68px;margin:0 auto;background:#fff1f2;color:#60a5fa;border-radius:50%;display:flex;align-items:center;justify-content:center}.empty-badge{display:inline-block;font-size:.74rem;font-weight:800;color:#3b82f6;background:#ffe4e6;padding:4px 14px;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.6px}.empty-title{font-family:var(--font-heading);font-size:1.45rem;font-weight:900;color:#0f172a;line-height:1.2}.empty-desc{font-size:.96rem;color:var(--text-muted);max-width:560px;margin:0 auto;line-height:1.6}.empty-desc strong{color:#60a5fa}.modal-overlay{position:fixed;inset:0;background:#0f172ad9;backdrop-filter:blur(6px);z-index:100;display:none;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .25s ease}.modal-overlay.active{display:flex;opacity:1}.modal-container{background:#fff;border-radius:var(--radius-lg);width:100%;max-width:960px;overflow:hidden;box-shadow:none;border:none;display:flex;flex-direction:column;max-height:92vh;animation:modalSlideUp .3s ease-out}@keyframes modalSlideUp{0%{transform:translateY(20px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.modal-header{padding:16px 20px;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px}.modal-title-wrap{display:flex;align-items:center;gap:12px}.modal-live-badge{background:var(--live-red);color:#fff;font-size:.72rem;font-weight:800;padding:3px 8px;border-radius:var(--radius-full);display:flex;align-items:center;gap:4px}.modal-match-title{font-family:var(--font-heading);font-size:1.15rem;font-weight:800}.modal-close-btn{color:#94a3b8;padding:6px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close-btn:hover{color:#fff;background:#ffffff1a}.modal-player-wrapper{position:relative;padding-top:56.25%;background:#000}.modal-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.modal-bar{padding:12px 20px;background:#f8fafc;border-top:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.modal-server-pills{display:flex;align-items:center;gap:8px}.server-pill{font-size:.78rem;font-weight:700;padding:5px 12px;border-radius:var(--radius-full);background:#f1f5f9;border:none;color:var(--text-main);transition:all .2s}.server-pill.active{background:var(--primary-blue);color:#fff;border:none}.modal-note{font-size:.8rem;color:var(--text-muted)}.site-footer{background:#fff;border-top:none;margin-top:auto;padding:36px 24px 24px}.footer-inner{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.footer-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:none}.footer-disclaimer{font-size:.8rem;color:var(--text-light);max-width:700px;line-height:1.6}.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;font-size:.85rem;color:var(--text-muted)}.footer-links{display:flex;align-items:center;gap:8px}.footer-btn{display:inline-flex;align-items:center;font-size:.8rem;font-weight:700;color:var(--text-muted);background:#f1f5f9;padding:6px 14px;border-radius:var(--radius-full);text-decoration:none;transition:all .2s ease;border:none}.footer-btn:hover{background:#ffe4e6;color:var(--primary-blue);transform:translateY(-1px)}.seo-article-section{margin-top:40px;background:#fff;border-radius:var(--radius-lg);padding:42px 36px;color:#334155;line-height:1.75}.article-header{margin-bottom:24px}.article-header h1{font-family:var(--font-heading);font-size:2.1rem;font-weight:900;color:#0f172a;line-height:1.25;margin-bottom:12px;display:inline-block;border-bottom:2.5px dashed #60a5fa;padding-bottom:6px}.article-lead{font-size:1.05rem;font-weight:500;color:#475569;line-height:1.8;margin-bottom:18px}.article-content h2{font-family:var(--font-heading);font-size:1.4rem;font-weight:800;color:#0f172a;margin:32px 0 12px;display:flex;align-items:center;gap:10px}.article-content h2:before{content:"";display:inline-block;width:8px;height:20px;background:#60a5fa;border-radius:4px}.article-content p{font-size:.98rem;color:#475569;margin-bottom:16px;line-height:1.75}.table-responsive-wrapper{overflow-x:auto;margin:28px 0;border-radius:var(--radius-md);background:#f8fafc}.article-table{width:100%;border-collapse:collapse;text-align:left;font-size:.92rem}.article-table th{background:#0f172a;color:#fff;padding:14px 18px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;white-space:nowrap}.article-table td{padding:14px 18px;border-bottom:1px solid #e2e8f0;color:#334155;vertical-align:middle}.article-table tr:last-child td{border-bottom:none}.article-table tr:hover td{background:#fff1f2}.table-tag{display:inline-block;font-size:.75rem;font-weight:800;padding:3px 10px;border-radius:var(--radius-full);background:#ffe4e6;color:#3b82f6}.faqs-container{display:flex;flex-direction:column;gap:14px;margin-top:18px}.faq-card{background:#f8fafc;border-radius:var(--radius-md);padding:18px 22px;transition:all .2s ease}.faq-card:hover{background:#fff1f2}.faq-question{font-family:var(--font-heading);font-size:1.05rem;font-weight:800;color:#0f172a;margin-bottom:8px;display:flex;align-items:center;gap:10px}.faq-q-badge{font-size:.75rem;font-weight:900;background:#60a5fa;color:#fff;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.faq-answer{font-size:.94rem;color:#475569;line-height:1.65;padding-left:32px}.conclusion-box{background:#38bdf8;border-left:4px solid #60a5fa;border-radius:var(--radius-sm);padding:22px 24px;margin-top:32px}.conclusion-box h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:900;color:#0f172a;margin-bottom:8px}.conclusion-box p{color:#475569;font-size:.96rem;line-height:1.65;margin:0}@media(max-width:1024px){.matches-grid{gap:10px}.card-body{padding:22px 14px}}@media(max-width:820px){.matches-grid{grid-template-columns:1fr;gap:12px}.hero-banner{padding:24px 16px 18px}.hero-title{font-size:2rem}.seo-article-section{padding:28px 20px}}@media(max-width:640px){.header-inner{padding:12px 16px}.brand-title{font-size:2rem}.hero-banner{padding:20px 14px 16px}.hero-pill-badge{font-size:.7rem;padding:3px 10px}.hero-title{font-size:1.7rem;letter-spacing:-.5px}.hero-subtitle{font-size:.88rem;line-height:1.45}.hero-feature-chips{gap:6px;margin-top:4px}.feature-chip{font-size:.72rem;padding:3px 10px}.control-section{padding:0 16px;margin:12px auto 10px;width:100%;display:block}.filter-tabs-wrapper{width:100%;background:transparent;padding:0;border-radius:0;display:grid;grid-template-columns:repeat(6,1fr);gap:8px;overflow:visible}.tab-indicator{display:none!important}.tab-btn{background:#fff;border-radius:var(--radius-md, 12px);padding:9px 5px;font-size:.78rem;font-weight:700;color:#475569;display:flex;align-items:center;justify-content:center;text-align:center;gap:5px;border:1px solid #e2e8f0;box-shadow:0 1px 2px #00000008;white-space:nowrap;width:100%;transition:background .2s ease,color .2s ease,border-color .2s ease}.tab-btn[data-filter=all],.tab-btn[data-filter=cfb],.tab-btn[data-filter=nfl]{grid-column:span 2}.tab-btn[data-filter=cfl],.tab-btn[data-filter=xfl]{grid-column:span 3}.tab-btn.active{background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;border-color:transparent;box-shadow:0 3px 10px #f43f5e47}.tab-btn.active .count-badge{background:#ffffff40;color:#fff}.tab-btn:not(.active) .count-badge{background:#f1f5f9;color:#64748b}.main-content{padding:0 16px 32px}.section-header{margin-bottom:10px}.section-title{font-size:1.25rem}.games-counter{font-size:.8rem}.match-card-top{padding:8px 14px}.league-tag,.time-status-pill{font-size:.72rem;padding:2px 8px}.card-body{padding:18px 12px;gap:8px}.team-logo-container{width:48px;height:48px;padding:4px}.team-fallback-badge{font-size:.95rem}.team-name{font-size:.86rem;max-width:120px}.vs-column{min-width:58px}.vs-badge{font-size:.74rem;padding:2px 6px}.match-schedule-date{font-size:.72rem}.match-schedule-time{font-size:.7rem}.seo-article-section{padding:22px 16px;border-radius:12px;margin-top:22px}.article-header h1{font-size:1.45rem;border-bottom-width:2px}.article-lead{font-size:.92rem;line-height:1.65}.article-content h2{font-size:1.2rem;margin:22px 0 8px}.article-content p{font-size:.88rem;line-height:1.65}.table-responsive-wrapper{margin:18px 0}.article-table th,.article-table td{padding:10px 12px;font-size:.78rem}.faq-card{padding:14px 16px}.faq-question{font-size:.94rem}.faq-answer{padding-left:0;margin-top:4px;font-size:.86rem}.site-footer{padding:28px 16px 20px}.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}}@media(max-width:440px){.header-inner{padding:10px 12px}.brand-title{font-size:1.8rem}.hero-banner{padding:16px 10px 14px}.hero-title{font-size:1.5rem}.control-section{padding:0 10px}.tab-btn{padding:6px 11px;font-size:.76rem}.main-content{padding:0 10px 24px}.card-body{padding:14px 8px;gap:6px}.team-logo-container{width:42px;height:42px}.team-name{font-size:.8rem;max-width:95px}.vs-column{min-width:50px}.vs-badge{font-size:.7rem}}.breadcrumb-nav{background:#fff;border-bottom:1px solid #e2e8f0;padding:10px 20px}.breadcrumb-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:8px;font-size:.82rem;color:#64748b;overflow-x:auto;white-space:nowrap}.breadcrumb-link{display:inline-flex;align-items:center;gap:5px;color:#64748b;text-decoration:none;font-weight:600;transition:color .15s ease}.breadcrumb-link:hover{color:#60a5fa}.breadcrumb-sep{color:#cbd5e1}.breadcrumb-current{color:#0f172a;font-weight:700}.match-page-container{max-width:1200px;margin:0 auto;padding:24px 20px 48px;width:100%;display:flex;flex-direction:column;gap:28px}.match-hero-card{background:#fff;border-radius:var(--radius-lg, 16px);box-shadow:none;overflow:hidden;display:flex;flex-direction:column}.match-hero-top{padding:14px 24px;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #f1f5f9}.league-meta-pill{display:inline-flex;align-items:center;gap:8px;background:#ffe4e6;color:#3b82f6;padding:4px 12px;border-radius:9999px;font-size:.78rem;font-weight:800;letter-spacing:.4px;text-transform:uppercase}.league-meta-logo{width:16px;height:16px;object-fit:contain}.league-icon-dot{width:8px;height:8px;border-radius:50%;background:#3b82f6}.match-status-wrap{display:flex;align-items:center;gap:10px}.live-pulse-badge{display:inline-flex;align-items:center;gap:6px;background:#fef2f2;color:#b91c1c;font-size:.78rem;font-weight:800;padding:4px 12px;border-radius:9999px}.match-date-badge{font-size:.8rem;font-weight:700;color:#64748b;background:#f1f5f9;padding:4px 10px;border-radius:9999px}.match-faceoff-grid{padding:36px 28px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;background:#fff}.team-side{display:flex;align-items:center;gap:20px}.home-side{justify-content:flex-start;text-align:left}.away-side{justify-content:flex-end;flex-direction:row-reverse;text-align:right}.team-big-logo-wrap{width:96px;height:96px;flex-shrink:0;background:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:10px;border:2px solid #f1f5f9;transition:transform .2s ease}.team-big-logo-wrap:hover{transform:scale(1.05)}.team-big-logo{width:100%;height:100%;object-fit:contain}.team-fallback-badge-lg{font-family:Kanit,sans-serif;font-size:1.8rem;font-weight:900;color:#60a5fa}.team-side-info{display:flex;flex-direction:column;gap:4px}.team-venue-tag{font-size:.7rem;font-weight:800;color:#94a3b8;letter-spacing:.8px}.team-hero-name{font-family:var(--font-heading, "Outfit", sans-serif);font-size:1.6rem;font-weight:900;color:#0f172a;line-height:1.2;margin:0}.match-center-board{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:170px;padding:0 12px}.vs-circle-pill{width:44px;height:44px;border-radius:50%;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:center;font-family:Kanit,sans-serif;font-size:1.1rem;font-weight:900;letter-spacing:.5px}.center-time-display{font-size:.95rem;font-weight:800;color:#0f172a}.stream-ready-tag{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;font-weight:700;color:#059669;background:#ecfdf5;padding:3px 9px;border-radius:9999px}.match-info-ribbon{background:#f8fafc;padding:14px 24px;border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;gap:16px}.info-ribbon-item{display:flex;align-items:center;gap:8px;font-size:.84rem}.info-icon{color:#60a5fa;display:flex;align-items:center}.info-label{color:#64748b;font-weight:600}.info-val{color:#0f172a;font-weight:700}.highlight-val{color:#3b82f6}.player-theater-section{background:#fff;border-radius:var(--radius-lg, 16px);overflow:hidden;display:flex;flex-direction:column}.player-top-bar{padding:14px 20px;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.player-title-wrap{display:flex;align-items:center;gap:10px}.player-live-dot{width:8px;height:8px;border-radius:50%;background:#3b82f6;box-shadow:0 0 10px #3b82f6;animation:pulse-red 1.8s infinite}.player-title{font-family:var(--font-heading, "Outfit", sans-serif);font-size:1.05rem;font-weight:800;color:#fff;margin:0}.player-controls-wrap{display:flex;align-items:center;gap:8px}.player-tool-btn{display:inline-flex;align-items:center;gap:6px;background:#ffffff1f;color:#fff;padding:6px 12px;border-radius:8px;font-size:.78rem;font-weight:700;transition:background .2s ease;cursor:pointer}.player-tool-btn:hover{background:#ffffff38}.player-viewport{position:relative;padding-top:56.25%;background:#000;transition:padding-top .3s ease}.player-viewport.theater-mode{padding-top:65%}.main-stream-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;transition:opacity .2s ease}.player-bottom-bar{padding:12px 20px;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;border-top:1px solid #f1f5f9}.server-switch-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.server-group-label{font-size:.8rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.server-select-btn{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;padding:6px 14px;border-radius:9999px;background:#f1f5f9;color:#334155;cursor:pointer;transition:all .2s ease}.server-select-btn:hover{background:#ffe4e6;color:#3b82f6}.server-select-btn.active{background:#60a5fa;color:#fff}.server-btn-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.player-notice{font-size:.78rem;color:#64748b}.player-notice strong{color:#60a5fa}.toast-notification{position:fixed;bottom:24px;right:24px;background:#0f172a;color:#fff;padding:12px 20px;border-radius:10px;font-size:.85rem;font-weight:700;box-shadow:0 10px 25px -5px #00000040;transform:translateY(100px);opacity:0;transition:all .3s cubic-bezier(.16,1,.3,1);z-index:999;pointer-events:none}.toast-notification.show{transform:translateY(0);opacity:1}@media(max-width:768px){.breadcrumb-nav{padding:8px 14px}.breadcrumb-inner{font-size:.76rem;gap:6px}.match-page-container{padding:14px 12px 32px;gap:16px}.match-hero-top{padding:10px 14px}.league-meta-pill,.live-pulse-badge{font-size:.72rem;padding:3px 10px}.match-date-badge{font-size:.72rem;padding:3px 8px}.match-faceoff-grid{grid-template-columns:1fr auto 1fr;padding:20px 12px;gap:10px;align-items:center}.team-side{gap:10px}.team-big-logo-wrap{width:62px;height:62px;padding:6px}.team-fallback-badge-lg{font-size:1.35rem}.team-hero-name{font-size:1.05rem;line-height:1.2;max-width:115px}.team-venue-tag{font-size:.65rem}.match-center-board{min-width:65px;padding:0 4px;gap:4px}.vs-circle-pill{width:36px;height:36px;font-size:.88rem}.center-time-display{font-size:.82rem;text-align:center}.stream-ready-tag{font-size:.66rem;padding:2px 7px;white-space:nowrap}.match-info-ribbon{padding:10px 14px;gap:10px;flex-direction:column;align-items:flex-start}.info-ribbon-item{font-size:.78rem}.player-top-bar{padding:10px 14px;gap:8px}.player-title{font-size:.92rem}.player-tool-btn{font-size:.72rem;padding:5px 10px}.player-bottom-bar{padding:10px 14px;flex-direction:column;align-items:flex-start;gap:10px}.server-switch-group{width:100%;overflow-x:auto;flex-wrap:nowrap;gap:6px;padding-bottom:2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.server-switch-group::-webkit-scrollbar{display:none}.server-select-btn{font-size:.74rem;padding:5px 12px;white-space:nowrap;flex-shrink:0}.player-notice{font-size:.74rem}}@media(max-width:480px){.match-faceoff-grid{padding:16px 8px;gap:6px}.team-side{gap:6px}.team-big-logo-wrap{width:50px;height:50px;padding:4px}.team-fallback-badge-lg{font-size:1.15rem}.team-hero-name{font-size:.88rem;max-width:95px}.match-center-board{min-width:54px;padding:0 2px;gap:3px}.vs-circle-pill{width:32px;height:32px;font-size:.78rem}.center-time-display{font-size:.74rem}.player-title{font-size:.84rem}}.page-main-wrap{max-width:1080px;margin:0 auto;padding:32px 20px 54px;width:100%}.legal-card{background:#fff;border-radius:var(--radius-lg, 16px);padding:44px 40px;box-shadow:none;border:none}.legal-header{border-bottom:1px solid #f1f5f9;padding-bottom:24px;margin-bottom:30px}.legal-pill-kicker{display:inline-flex;align-items:center;gap:6px;background:#ffe4e6;color:#3b82f6;font-size:.76rem;font-weight:800;padding:4px 12px;border-radius:9999px;letter-spacing:.5px;text-transform:uppercase;margin-bottom:12px}.legal-title{font-family:var(--font-heading, "Outfit", sans-serif);font-size:2.2rem;font-weight:900;color:#0f172a;line-height:1.25;margin-bottom:12px}.legal-subtitle{font-size:1.05rem;color:#64748b;line-height:1.7}.legal-meta-date{font-size:.8rem;color:#94a3b8;margin-top:10px;display:block}.legal-body{color:#334155;font-size:.98rem;line-height:1.8}.legal-body h2{font-family:var(--font-heading, "Outfit", sans-serif);font-size:1.4rem;font-weight:900;color:#0f172a;margin:32px 0 12px;display:flex;align-items:center;gap:10px}.legal-body h2:before{content:"";display:inline-block;width:6px;height:18px;background:#60a5fa;border-radius:4px}.legal-body h3{font-family:var(--font-heading, "Outfit", sans-serif);font-size:1.15rem;font-weight:800;color:#0f172a;margin:22px 0 8px}.legal-body p{margin-bottom:16px}.legal-body ul,.legal-body ol{margin:12px 0 20px 24px}.legal-body li{margin-bottom:8px}.legal-callout-box{background:#38bdf8;border-left:4px solid #60a5fa;border-radius:8px;padding:20px 24px;margin:24px 0}.legal-callout-box h4{font-family:var(--font-heading, "Outfit", sans-serif);font-size:1.05rem;font-weight:800;color:#0f172a;margin-bottom:6px}.legal-callout-box p{margin:0;font-size:.92rem;color:#475569}.contact-layout-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:32px;margin-top:10px}.contact-info-panel{display:flex;flex-direction:column;gap:18px}.contact-tile{background:#f8fafc;border-radius:12px;padding:22px 24px;display:flex;align-items:flex-start;gap:16px;transition:transform .2s ease}.contact-tile:hover{transform:translateY(-2px);background:#fff1f2}.contact-tile-icon{width:44px;height:44px;border-radius:10px;background:#fff;color:#60a5fa;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #f1f5f9}.contact-tile-text h4{font-family:var(--font-heading, "Outfit", sans-serif);font-size:1rem;font-weight:800;color:#0f172a;margin-bottom:4px}.contact-tile-text p{font-size:.88rem;color:#64748b;margin:0}.contact-tile-text a{color:#60a5fa;font-weight:700;text-decoration:none}.contact-tile-text a:hover{text-decoration:underline}.contact-form-panel{background:#f8fafc;border-radius:14px;padding:30px}.contact-form-title{font-family:var(--font-heading, "Outfit", sans-serif);font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:20px}.form-group{margin-bottom:18px;display:flex;flex-direction:column;gap:6px}.form-label{font-size:.82rem;font-weight:700;color:#334155}.form-input,.form-select,.form-textarea{width:100%;padding:11px 14px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-family:var(--font-main);font-size:.92rem;color:#0f172a;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #fb718526}.form-textarea{resize:vertical;min-height:120px}.form-submit-btn{background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;padding:12px 26px;border-radius:9999px;font-weight:800;font-size:.92rem;cursor:pointer;border:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;width:100%}.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f43f5e59}@media(max-width:840px){.contact-layout-grid{grid-template-columns:1fr}.legal-card{padding:30px 20px}.legal-title{font-size:1.75rem}}
