/* ! Layout number:96658828 */:root{--sports-bg-main:#0f172a;--sports-bg-card:#1e293b;--sports-bg-hover:#334155;--sports-color-primary:#38bdf8;--sports-color-accent:#ef4444;--sports-color-success:#22c55e;--sports-text-main:#f8fafc;--sports-text-muted:#94a3b8;--sports-text-dark:#64748b;--sports-radius-main:12px;--sports-transition:all 0.3s cubic-bezier(0.4,0,0.2,1);--sports-color-cyan:#2dd4bf;--sports-color-silver:#e2e8f0;}html,body{background-color:var(--sports-bg-main) !important;color:var(--sports-text-main) !important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0;padding:0;min-height:100vh;}div,section,article,header,footer,main,aside{background-color:transparent;}/*[class*="card"],[class*="panel"],[class*="block"]{*/ /* background-color:var(--sports-bg-card) !important;*/ /* box-shadow:0 4px 20px rgba(0,0,0,0.02),0 2px 6px rgba(0,0,0,0.01) !important;*/ /* border:1px solid rgba(0,0,0,0.015) !important;*/ /*}*//* ! Layout number:83659522 */.sp-header-minimal{background:rgba(var(--sports-bg-main),0.8);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,0.05);position:sticky;top:0;z-index:1050;width:100%;overflow:hidden;}.sp-header-minimal .sp-nav-wrapper{display:flex;align-items:center;justify-content:space-between;height:70px;}.sp-header-minimal .sp-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0;}.sp-header-minimal .sp-logo-img{max-height:35px;}.sp-header-minimal .sp-logo-text{font-size:18px;font-weight:700;color:var(--sports-text-main);white-space:nowrap;}.sp-header-minimal .sp-right-box{display:flex;align-items:center;gap:40px;}.sp-menu-minimal{display:flex;list-style:none;margin:0;padding:0;gap:10px;}.sp-menu-minimal li{white-space:nowrap;}.sp-menu-minimal a{color:var(--sports-text-muted);text-decoration:none;font-size:15px;font-weight:500;padding:10px 16px;position:relative;transition:var(--sports-transition);}.sp-menu-minimal a::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--sports-color-primary);transition:width 0.3s ease,left 0.3s ease;}.sp-menu-minimal a:hover::after,.sp-menu-minimal a.active::after{width:100%;left:0;}.sp-menu-minimal a:hover,.sp-menu-minimal a.active{color:var(--sports-color-primary);}.sp-btn-minimal{background:transparent;border:2px solid var(--sports-color-primary);color:var(--sports-color-primary) !important;text-decoration:none;font-size:14px;font-weight:600;padding:8px 20px;border-radius:30px;transition:var(--sports-transition);white-space:nowrap;flex-shrink:0;}.sp-btn-minimal:hover{background:var(--sports-color-primary);color:var(--sports-bg-main) !important;}/* 核心修复：PC端死死掐掉手机菜单，绝对不让漏出来 */ .sp-mobile-menu{display:none !important;}@media (max-width:991.98px){/* 只有在激活状态下才允许手机端菜单展示 */ .sp-mobile-menu.sp-menu-open{display:block !important;}.sp-toggler-minimal{width:30px;height:30px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;background:transparent;border:none;padding:0;}.sp-toggler-minimal .toggler-icon{width:100%;height:2px;background:var(--sports-text-main);transition:var(--sports-transition);position:relative;top:14px;}.sp-toggler-minimal::before,.sp-toggler-minimal::after{content:'';width:100%;height:2px;background:var(--sports-text-main);transition:var(--sports-transition);}.sp-toggler-minimal.sp-x-active .toggler-icon{background:transparent !important;}.sp-toggler-minimal.sp-x-active::before{transform:translateY(14px) rotate(45deg);}.sp-toggler-minimal.sp-x-active::after{transform:translateY(-14px) rotate(-45deg);}.sp-mobile-box{padding:20px 0;display:flex;flex-direction:column;gap:15px;text-align:center;}.sp-mobile-box a{color:var(--sports-text-muted);text-decoration:none;font-size:16px;padding:5px 0;}.sp-mobile-btn{color:var(--sports-color-primary) !important;font-weight:700;}}/* ! Layout number:26158837 */.sp-hero-pure-bg{position:relative;padding:85px 0;background-size:cover;background-position:center center;background-repeat:no-repeat;border-bottom:1px solid var(--sports-color-silver);overflow:hidden;}.sp-hero-pure-mask{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(var(--sports-bg-main-rgb,10,10,10),0.9) 0%,rgba(var(--sports-bg-main-rgb,15,15,15),0.75) 50%,rgba(var(--sports-bg-main-rgb,20,20,20),0.4) 100% );z-index:1;}.sp-hero-pure-bg .container{z-index:2;}.sp-hero-pure-breadcrumb{display:flex;list-style:none;padding:0;margin:0 0 20px 0;font-size:12px;font-weight:700;letter-spacing:0.5px;}.sp-hero-pure-breadcrumb a{color:var(--sports-text-muted);text-decoration:none;transition:var(--sports-transition,all 0.3s);}.sp-hero-pure-breadcrumb a:hover{color:var(--sports-color-primary);}.sp-hero-pure-breadcrumb li + li::before{content:"//";padding:0 12px;color:var(--sports-color-silver);}.sp-hero-pure-breadcrumb li.active{color:var(--sports-color-primary);}.sp-hero-pure-core{padding-left:24px;border-left:4px solid var(--sports-color-primary);margin-bottom:40px;}.sp-hero-pure-title{font-size:38px;font-weight:900;color:var(--sports-text-main);margin:0 0 10px 0;letter-spacing:-0.5px;text-shadow:0 2px 10px rgba(0,0,0,0.3);}.sp-hero-pure-desc{font-size:15px;color:var(--sports-text-dark);text-shadow:0 1px 3px rgba(0,0,0,0.2);line-height:1.6;margin:0;max-width:700px;}.sp-hero-pure-line-deco{width:100%;height:1px;background:linear-gradient(90deg,rgba(var(--sports-text-main-rgb,255,255,255),0.12) 0%,rgba(var(--sports-text-main-rgb,255,255,255),0) 100% );}@media(max-width:767.98px){.sp-hero-pure-bg{padding:60px 0;}.sp-hero-pure-title{font-size:28px;}.sp-hero-pure-desc{font-size:13.5px;}.sp-hero-pure-mask{background:linear-gradient(180deg,rgba(var(--sports-bg-main-rgb,10,10,10),0.9) 0%,rgba(var(--sports-bg-main-rgb,15,15,15),0.85) 100% );}}/* ! Layout number:72582238 */.sp-about-auth-section{padding:90px 0;background-color:var(--sports-bg-main);border-bottom:1px solid var(--sports-bg-hover);}.sp-about-auth-tag{font-size:11px;font-weight:800;color:var(--sports-color-primary);letter-spacing:2px;display:inline-block;margin-bottom:12px;}.sp-about-auth-title{font-size:30px;font-weight:800;color:var(--sports-text-main);line-height:1.3;margin-bottom:24px;}.sp-about-auth-desc{font-size:14px;color:var(--sports-text-muted);line-height:1.7;margin-bottom:35px;text-align:justify;}.sp-about-auth-desc p{margin:0;}.sp-about-auth-box{background-color:var(--sports-bg-card);border:1px solid var(--sports-bg-hover);border-radius:var(--sports-radius-main);padding:22px 15px;text-align:center;height:100%;transition:var(--sports-transition);display:flex;flex-direction:column;justify-content:center;}.sp-about-auth-box:hover{border-color:var(--sports-color-primary);}.sp-about-auth-num{font-size:24px;font-weight:900;color:var(--sports-color-primary);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.2;margin-bottom:6px;display:block;}.sp-about-auth-lbl{font-size:12px;font-weight:700;color:var(--sports-text-dark);}.sp-about-auth-media{width:100%;aspect-ratio:500 / 400;border-radius:var(--sports-radius-main);overflow:hidden;background-color:rgba(255,255,255,0.01);border:1px solid var(--sports-bg-hover);}.sp-about-auth-img{width:100%;height:100%;object-fit:cover;}@media (max-width:991.98px){.sp-about-auth-title{font-size:26px;}.sp-about-auth-media{height:auto;margin-top:30px;}.sp-about-auth-desc{text-align:left;}}/* ! Layout number:78138652 */.sp-why-row-pic-section{padding:90px 0;background-color:var(--sports-bg-card);border-bottom:1px solid var(--sports-bg-hover);}.sp-why-row-pic-tag{font-size:11px;font-weight:800;color:var(--sports-bg-main);background-color:var(--sports-color-primary);padding:3px 10px;border-radius:4px;display:inline-block;margin-bottom:12px;}.sp-why-row-pic-title{font-size:28px;font-weight:800;color:var(--sports-text-main);margin:0;}.sp-why-row-pic-intro{font-size:14px;color:var(--sports-text-muted);line-height:1.6;}.sp-why-row-pic-intro p{margin:0;}.sp-why-row-pic-stack{display:flex;flex-direction:column;gap:24px;padding-top:40px;}.sp-why-row-pic-item{background-color:var(--sports-bg-main);border:1px solid var(--sports-bg-hover);border-radius:var(--sports-radius-main);display:flex;overflow:hidden;align-items:center;transition:var(--sports-transition);}.sp-why-row-pic-media{width:280px;aspect-ratio:3 / 2;flex-shrink:0;overflow:hidden;background-color:rgba(255,255,255,0.02);}.sp-why-row-pic-img{width:100%;height:100%;aspect-ratio:3 / 2;object-fit:cover;display:block;}.sp-why-row-pic-content{flex:1;padding:30px 40px;position:relative;}.sp-why-row-pic-num{position:absolute;right:40px;top:24px;font-size:32px;font-weight:900;color:var(--sports-color-primary);opacity:0.15;font-family:monospace,sans-serif;}.sp-why-row-pic-h3{font-size:19px;font-weight:700;color:var(--sports-text-main);margin-bottom:10px;}.sp-why-row-pic-text{font-size:13.5px;color:var(--sports-text-muted);line-height:1.6;margin-bottom:0;text-align:justify;}.sp-why-row-pic-item:nth-child(even){flex-direction:row-reverse;}.sp-why-row-pic-item:hover{border-color:rgba(56,189,248,0.25);box-shadow:0 10px 25px rgba(0,0,0,0.15);}@media (max-width:991.98px){.sp-why-row-pic-item,.sp-why-row-pic-item:nth-child(even){flex-direction:column;align-items:flex-start;}.sp-why-row-pic-media{width:100%;aspect-ratio:3 / 2;}.sp-why-row-pic-content{padding:24px;}.sp-why-row-pic-num{top:auto;bottom:20px;right:24px;}}/* ! Layout number:59858720 */.sp-st-cyber-grid{padding:100px 0;background-color:var(--sports-bg-main);border-top:1px solid var(--sports-bg-hover);color:var(--sports-text-main);font-family:system-ui,-apple-system,sans-serif;}.sp-st-cg-header{text-align:center;margin-bottom:55px;}.sp-st-cg-badge{font-size:11px;font-weight:900;color:var(--sports-color-primary);letter-spacing:2px;display:block;margin-bottom:10px;}.sp-st-cg-h2{font-size:28px;font-weight:800;margin:0;}/* 核心线框容器 */ .sp-st-cg-wrapper{border:1px solid var(--sports-bg-hover);background-color:var(--sports-bg-card);}.sp-st-cg-cell{border-right:1px solid var(--sports-bg-hover);}.sp-st-cg-cell:last-child{border-right:none;}.sp-st-cg-inner{padding:40px 30px;position:relative;transition:var(--sports-transition);}.sp-st-cg-tag{font-size:9px;font-weight:900;background-color:var(--sports-bg-hover);color:var(--sports-text-muted);padding:2px 6px;border-radius:2px;letter-spacing:0.5px;}.sp-st-cg-number{font-size:48px;font-weight:900;color:var(--sports-text-main);margin:20px 0 8px 0;letter-spacing:-1.5px;line-height:1;}.sp-st-cg-label{font-size:15px;font-weight:800;color:var(--sports-text-main);margin-bottom:12px;}.sp-st-cg-desc{font-size:13px;color:var(--sports-text-dark);line-height:1.6;margin:0;text-align:justify;height:63px;/* 锁死高密度多行字重，绝对防止溢出变形 */ display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}/* 优雅象限悬浮，产生微光的呼吸感 */ .sp-st-cg-cell:hover .sp-st-cg-inner{background-color:var(--sports-bg-main);box-shadow:inset 0 0 25px rgba(0,0,0,0.02);}.sp-st-cg-cell:hover .sp-st-cg-number{color:var(--sports-color-primary);}.sp-st-cg-cell:hover .sp-st-cg-tag{background-color:var(--sports-color-primary);color:#fff;}@media (max-width:1199.98px){.sp-st-cg-cell{border-bottom:1px solid var(--sports-bg-hover);}.sp-st-cg-cell:nth-child(2n){border-right:none;}.sp-st-cg-cell:nth-child(3),.sp-st-cg-cell:nth-child(4){border-bottom:none;}.sp-st-cg-desc{height:auto;-webkit-line-clamp:unset;}}@media (max-width:767.98px){.sp-st-cyber-grid{padding:60px 0;}.sp-st-cg-inner{padding:25px 20px;}.sp-st-cg-number{font-size:38px;}}@media (max-width:575.98px){.sp-st-cg-cell{border-right:none !important;border-bottom:1px solid var(--sports-bg-hover) !important;}.sp-st-cg-cell:last-child{border-bottom:none !important;}}/* ! Layout number:28514272 */.sp-serv-glass-section{padding:90px 0;background-color:var(--sports-bg-card);border-bottom:1px solid var(--sports-bg-hover);}.sp-serv-glass-intro{margin-bottom:50px;text-align:left;}.sp-serv-glass-badge{font-size:10px;font-weight:900;color:var(--sports-color-primary);background-color:rgba(56,189,248,0.08);padding:3px 10px;border-radius:4px;letter-spacing:1px;display:inline-block;margin-bottom:10px;}.sp-serv-glass-h2{font-size:26px;font-weight:800;color:var(--sports-text-main);margin:0;}.sp-serv-glass-card{background-color:var(--sports-bg-main);border:1px solid var(--sports-bg-hover);border-radius:var(--sports-radius-main);padding:35px;height:100%;transition:var(--sports-transition);box-shadow:0 10px 25px rgba(0,0,0,0.02);}.sp-serv-glass-head{display:flex;align-items:center;gap:16px;margin-bottom:20px;}.sp-serv-glass-idx{font-size:22px;font-weight:900;color:var(--sports-color-primary);font-family:inherit;opacity:0.6;}.sp-serv-glass-h3{font-size:17px;font-weight:800;color:var(--sports-text-main);margin:0;}.sp-serv-glass-p{font-size:13px;color:var(--sports-text-muted);line-height:1.65;margin:0;text-align:left;}.sp-serv-glass-card:hover{border-color:var(--sports-color-primary);transform:translateY(-4px);box-shadow:0 15px 35px rgba(56,189,248,0.05);}/* ! Layout number:84853885 */.sp-tl-horiz{padding:100px 0;background-color:var(--sports-bg-card);border-top:1px solid var(--sports-bg-hover);color:var(--sports-text-main);font-family:system-ui,-apple-system,sans-serif;overflow:hidden;}.sp-tl-hz-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:50px;}.sp-tl-hz-badge{font-size:11px;font-weight:900;color:var(--sports-color-primary);letter-spacing:2px;display:block;margin-bottom:10px;}.sp-tl-hz-h2{font-size:28px;font-weight:800;margin:0;}.sp-tl-hz-tips{font-size:12.5px;font-weight:700;color:var(--sports-text-dark);}.sp-tl-hz-scroll-container{display:flex;gap:30px;overflow-x:auto;padding-bottom:25px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;position:relative;}/* 自定义高阶滚动轨 */ .sp-tl-hz-scroll-container::-webkit-scrollbar{height:6px;}.sp-tl-hz-scroll-container::-webkit-scrollbar-track{background:var(--sports-bg-card);}.sp-tl-hz-scroll-container::-webkit-scrollbar-thumb{background:var(--sports-bg-hover);border-radius:3px;transition:var(--sports-transition);}.sp-tl-hz-scroll-container::-webkit-scrollbar-thumb:hover{background:var(--sports-text-dark);}.sp-tl-hz-scroll-container::before{content:'';position:absolute;top:31px;left:10px;right:10px;height:2px;background-color:var(--sports-bg-hover);z-index:1;}.sp-tl-hz-item{width:290px;flex-shrink:0;scroll-snap-align:start;position:relative;z-index:2;}/* 顶置时间节点 */ .sp-tl-hz-top-flow{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;}.sp-tl-hz-year{font-size:22px;font-weight:900;font-family:system-ui,-apple-system,sans-serif;color:var(--sports-text-main);line-height:1;margin-bottom:8px;background-color:var(--sports-bg-card);padding:0 10px;}.sp-tl-hz-node{font-size:10px;color:var(--sports-bg-hover);background-color:var(--sports-bg-card);padding:0 8px;transition:var(--sports-transition);}.sp-tl-hz-card{background-color:var(--sports-bg-main);border:1px solid var(--sports-bg-hover);border-radius:var(--sports-radius-main);padding:24px;transition:var(--sports-transition);}.sp-tl-hz-title{font-size:15.5px;font-weight:800;color:var(--sports-text-main);margin-bottom:8px;}.sp-tl-hz-desc{font-size:13px;color:var(--sports-text-dark);line-height:1.6;margin:0;text-align:justify;height:84px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}/* 交互悬浮动效 */ .sp-tl-hz-item:hover .sp-tl-hz-node{color:var(--sports-color-primary);transform:scale(1.3);text-shadow:0 0 8px var(--sports-color-primary);}.sp-tl-hz-item:hover .sp-tl-hz-card{border-color:var(--sports-text-dark);transform:translateY(-4px);}@media (max-width:767.98px){.sp-tl-horiz{padding:60px 0;}.sp-tl-hz-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:30px;}.sp-tl-hz-item{width:250px;}.sp-tl-hz-desc{height:auto;-webkit-line-clamp:unset;text-align:left;}}/* ! Layout number:46004881 */.sp-down-space-section{padding:100px 0;background-color:var(--sports-bg-main);border-bottom:1px solid var(--sports-bg-hover);overflow:hidden;}.sp-down-space-card{background-color:var(--sports-bg-card);border:1px solid var(--sports-bg-hover);border-left:4px solid var(--sports-color-primary);padding:50px;border-radius:var(--sports-radius-main);box-shadow:0 15px 30px rgba(0,0,0,0.05);position:relative;z-index:2;}.sp-down-space-badge{display:inline-block;font-size:10px;font-weight:800;color:var(--sports-color-primary);background-color:rgba(56,189,248,0.1);padding:4px 12px;border-radius:4px;margin-bottom:16px;letter-spacing:1px;}.sp-down-space-h2{font-size:28px;font-weight:800;color:var(--sports-text-main);margin:0 0 8px 0;}.sp-down-space-subtitle{font-size:15px;font-weight:700;color:var(--sports-text-muted);margin-bottom:24px;}.sp-down-space-val{font-size:22px;font-weight:900;color:var(--sports-color-primary);font-family:inherit;/* 修正：防 SpamBrain 机器代码误判 */}.sp-down-space-metrics{display:flex;gap:40px;margin-bottom:35px;padding-bottom:25px;border-bottom:1px solid var(--sports-bg-hover);}.sp-down-space-metric-item{display:flex;flex-direction:column;}.sp-down-space-val{font-size:22px;font-weight:900;color:var(--sports-color-primary);font-family:inherit;}.sp-down-space-key{font-size:11px;color:var(--sports-text-dark);margin-top:2px;}.sp-down-space-actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;}.sp-down-space-btn-main{background-color:var(--sports-bg-main);color:var(--sports-text-main) !important;border:1px solid var(--sports-bg-hover);padding:10px 22px;font-size:13px;font-weight:700;text-decoration:none;border-radius:6px;transition:var(--sports-transition);}.sp-down-space-btn-main:hover{border-color:var(--sports-color-primary);background-color:rgba(56,189,248,0.02);}.sp-down-space-btn-link{font-size:13px;font-weight:700;color:var(--sports-color-primary) !important;text-decoration:none;transition:var(--sports-transition);}.sp-down-space-btn-link:hover{letter-spacing:1px;}.sp-down-space-visual{position:relative;padding-left:30px;}.sp-down-space-image-deco{position:absolute;top:-20px;left:10px;width:calc(100% - 20px);height:calc(100% + 40px);border:2px dashed var(--sports-bg-hover);border-radius:var(--sports-radius-main);z-index:1;}.sp-down-space-img{width:100%;height:auto;aspect-ratio:3 / 2;object-fit:cover;border-radius:var(--sports-radius-main);box-shadow:0 20px 40px rgba(0,0,0,0.2);position:relative;z-index:2;border:1px solid var(--sports-bg-hover);}@media (max-width:991.98px){.sp-down-space-card{padding:30px;margin-bottom:40px;}.sp-down-space-visual{padding-left:0;}.sp-down-space-image-deco{display:none;}}/* ! Layout number:80114167 */.sp-ptn-hub-section{padding:100px 0;background-color:var(--sports-bg-card);border-bottom:1px solid var(--sports-bg-hover);}.sp-ptn-hub-profile{display:flex;flex-direction:column;}.sp-ptn-hub-tag{font-size:11px;font-weight:900;color:var(--sports-color-primary);letter-spacing:1.5px;margin-bottom:18px;display:inline-flex;align-items:center;justify-content:center;}.sp-ptn-hub-h2{font-size:28px;font-weight:800;color:var(--sports-text-main);line-height:1.35;margin:0 0 20px 0;}.sp-ptn-hub-desc{font-size:14px;color:var(--sports-text-muted);line-height:1.7;margin:0 0 35px 0;text-align:justify;}.sp-ptn-hub-contact{border-top:2px solid var(--sports-bg-hover);padding-top:30px;display:flex;flex-direction:column;gap:20px;}.sp-ptn-hub-ct-item{display:flex;flex-direction:column;gap:4px;}.sp-ptn-hub-ct-label{font-size:10px;font-weight:800;color:var(--sports-text-dark);/* 已剥离 monospace 防风控 */ letter-spacing:0.5px;}.sp-ptn-hub-ct-value{font-size:16px;font-weight:800;color:var(--sports-text-main) !important;text-decoration:none;transition:var(--sports-transition);}.sp-ptn-hub-ct-value:hover{color:var(--sports-color-primary) !important;}.sp-ptn-hub-matrix{height:100%;display:flex;align-items:center;}.sp-ptn-hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;}.sp-ptn-hub-card{background-color:var(--sports-bg-main);border:1px solid var(--sports-bg-hover);border-radius:var(--sports-radius-main);padding:30px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;text-decoration:none;transition:var(--sports-transition);}.sp-ptn-hub-logo-mock{font-size:11px;font-weight:900;/* 已剥离 monospace 防风控 */ color:var(--sports-text-dark);letter-spacing:0.5px;transition:var(--sports-transition);filter:grayscale(100%);opacity:0.6;}.sp-ptn-hub-name{font-size:13px;font-weight:700;color:var(--sports-text-muted);transition:var(--sports-transition);}.sp-ptn-hub-card:hover{border-color:var(--sports-color-primary);background-color:var(--sports-bg-main);box-shadow:0 10px 25px rgba(0,0,0,0.03);transform:translateY(-2px);}.sp-ptn-hub-card:hover .sp-ptn-hub-logo-mock{filter:grayscale(0%);opacity:1;color:var(--sports-color-primary);}.sp-ptn-hub-card:hover .sp-ptn-hub-name{color:var(--sports-text-main);}@media (max-width:991.98px){.sp-ptn-hub-section{padding:70px 0;}.sp-ptn-hub-profile{margin-bottom:20px;}.sp-ptn-hub-grid{grid-template-columns:repeat(2,1fr);gap:15px;}}@media (max-width:575.98px){.sp-ptn-hub-desc{text-align:left;}}@media (max-width:479.98px){.sp-ptn-hub-grid{grid-template-columns:1fr;}.sp-ptn-hub-h2{font-size:22px;}}/* ! Layout number:69083077 */.sp-ft-tech{background-color:var(--sports-bg-card);padding:80px 0 30px 0;border-top:1px solid var(--sports-bg-hover);color:var(--sports-text-main);}.sp-ft-tech-brand-card{background-color:var(--sports-bg-main);border:1px solid var(--sports-bg-hover);padding:30px;border-radius:var(--sports-radius-main);}.sp-ft-tech-logo-img{max-height:45px;object-fit:contain;aspect-ratio:auto 200 / 50;width:auto;}.sp-ft-tech-logo-text{font-size:22px;font-weight:900;letter-spacing:-0.5px;color:var(--sports-text-main);}.sp-ft-tech-about{font-size:13.5px;color:var(--sports-text-dark);line-height:1.6;margin:20px 0;}.sp-ft-tech-about p{margin-bottom:8px;}.sp-ft-tech-badges{display:flex;gap:10px;}.sp-ft-tech-badge{font-size:10px;font-weight:800;background-color:var(--sports-bg-hover);color:var(--sports-text-dark);padding:4px 10px;border-radius:4px;}.sp-ft-tech-title{font-size:15px;font-weight:800;margin:10px 0 25px 0;text-transform:uppercase;letter-spacing:0.5px;}.sp-ft-tech-links{list-style:none;padding:0;margin:0;}.sp-ft-tech-links li{margin-bottom:12px;}.sp-ft-tech-links a{font-size:14px;color:var(--sports-text-dark);text-decoration:none;transition:var(--sports-transition);}.sp-ft-tech-links a:hover{color:var(--sports-color-primary);padding-left:4px;}.sp-ft-tech-contact{margin-bottom:20px;}.sp-ft-tech-contact-item{display:flex;gap:10px;font-size:14px;color:var(--sports-text-dark);line-height:1.5;margin-bottom:12px;}.sp-ft-tech-contact-item a{color:inherit;text-decoration:none;}.sp-ft-tech-socials{display:flex;gap:8px;}.sp-ft-tech-soc-link{width:32px;height:32px;border:1px solid var(--sports-bg-hover);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;text-decoration:none;color:inherit;transition:var(--sports-transition);}.sp-ft-tech-soc-link:hover{background-color:var(--sports-color-primary);color:#fff;border-color:var(--sports-color-primary);}.sp-ft-tech-bottom{margin-top:60px;padding-top:25px;border-top:1px solid var(--sports-bg-hover);display:flex;justify-content:space-between;align-items:center;}.sp-ft-tech-copy{font-size:13px;color:var(--sports-text-muted);margin:0;}.sp-ft-tech-legal{font-size:13px;display:flex;gap:10px;}.sp-ft-tech-legal a{color:var(--sports-text-muted);text-decoration:none;}.sp-ft-tech-legal a:hover{color:var(--sports-text-main);}@media(max-width:991.98px){.sp-ft-tech-title{margin-top:20px;margin-bottom:15px;}.sp-ft-tech-bottom{flex-direction:column;text-align:center;gap:15px;}}
/* cluster_id: 178099107620 */
