:root{--tt10-bg:#f4f2f5;--tt10-primary:#ae372b;--tt10-secondary:#303452;--tt10-surface:#fff;--tt10-border:#ddd8e0;--tt10-text:#1e1a24;--tt10-muted:#5c5566;--tt10-accent:#792637;--tt10-grad:linear-gradient(135deg, #454659 0%, #303452 16.667%, #462546 33.333%, #792637 50%, #ae372b 66.667%, #c74825 83.333%, #b64926 100%);--tt10-sans:"IBM Plex Sans", system-ui, sans-serif;--tt10-serif:"IBM Plex Sans", system-ui, sans-serif;--tt10-mono:"IBM Plex Mono", ui-monospace, monospace;--tt10-pitch:#1a5c32;--tt10-pitch-dark:#0f3d20}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body.tt10-body{font-family:var(--tt10-sans);background:radial-gradient(ellipse 70% 45% at 0% 0%, #ae372b14, transparent 55%), radial-gradient(ellipse 55% 40% at 100% 10%, #3034521a, transparent 50%), linear-gradient(180deg, #efeaf2 0%, var(--tt10-bg) 28%, #f4f2f5 100%);color:var(--tt10-text);-webkit-font-smoothing:antialiased;margin:0;line-height:1.55}body.tt10-body:before{content:"";pointer-events:none;z-index:0;opacity:.035;background-image:linear-gradient(#303452e6 1px,#0000 1px),linear-gradient(90deg,#303452e6 1px,#0000 1px);background-size:28px 28px;position:fixed;inset:0}body.tt10-body>*{z-index:1;position:relative}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.tt10-wrap{width:min(1120px,100% - 2rem);margin-inline:auto}.tt10-brand-grad,.tac-brand-grad{background-image:var(--tt10-grad)}.tt10-sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tt10-header{z-index:100;background:var(--tt10-surface);position:sticky;top:0;box-shadow:0 2px 16px #30345214}.tac-scanline{background:var(--tt10-secondary);height:3px;position:relative;overflow:hidden}.tac-scanline__beam{background:linear-gradient(90deg, transparent, var(--tt10-primary), #c7482599, transparent);width:40%;animation:3.8s ease-in-out infinite tac-beam;position:absolute;inset:0}@keyframes tac-beam{0%{transform:translate(-100%)}to{transform:translate(350%)}}.tac-logobar{background:var(--tt10-surface);border-bottom:1px solid var(--tt10-border);position:relative;overflow:hidden}.tac-logobar__pitch{pointer-events:none;opacity:.06;position:absolute;inset:0}.tac-logobar__halfway{background:var(--tt10-secondary);width:1px;position:absolute;top:0;bottom:0;left:50%}.tac-logobar__circle{border:1.5px solid var(--tt10-secondary);border-radius:50%;width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tac-logobar__box{border:1.5px solid var(--tt10-secondary);width:60px;position:absolute;top:10%;bottom:10%}.tac-logobar__box--left{border-left:0;left:0}.tac-logobar__box--right{border-right:0;right:0}.tac-logobar__inner{z-index:1;align-items:center;gap:1rem;min-height:3.5rem;padding:.7rem 0;display:flex;position:relative}.tac-logo{font-family:var(--tt10-mono);letter-spacing:-.02em;background-image:var(--tt10-grad);color:#0000;white-space:nowrap;-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:800;text-decoration:none}.tac-logo__bracket{opacity:.5;font-weight:400}.tac-logobar__tools{align-items:center;gap:.5rem;margin-left:auto;display:flex}.tac-query{background:var(--tt10-bg);border:1px solid var(--tt10-border);font-family:var(--tt10-mono);border-radius:.4rem;align-items:center;gap:.35rem;width:100%;max-width:220px;padding:.3rem .65rem;font-size:.78rem;display:none}@media (min-width:768px){.tac-query{display:flex}}.tac-query__prompt{color:var(--tt10-primary);opacity:.7;-webkit-user-select:none;user-select:none;flex-shrink:0;font-weight:700}.tac-query input{font:inherit;color:var(--tt10-text);background:0 0;border:0;outline:none;width:100%}.tac-query__btn{cursor:pointer;color:var(--tt10-muted);background:0 0;border:0;flex-shrink:0;padding:0;display:flex}.tac-query__btn:hover{color:var(--tt10-primary)}.tac-schedule{font-family:var(--tt10-mono);color:var(--tt10-secondary);white-space:nowrap;border:1px solid var(--tt10-border);border-radius:.35rem;align-items:center;gap:.3rem;padding:.35rem .65rem;font-size:.72rem;font-weight:700;transition:all .15s;display:inline-flex}.tac-schedule:hover{border-color:var(--tt10-primary);color:var(--tt10-primary)}.tac-schedule__text{display:none}@media (min-width:640px){.tac-schedule__text{display:inline}}.tac-burger{border:1px solid var(--tt10-border);background:var(--tt10-surface);cursor:pointer;border-radius:.4rem;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:2.4rem;height:2.4rem;display:flex}@media (min-width:960px){.tac-burger{display:none}}.tac-burger__bar{background:var(--tt10-text);border-radius:1px;width:16px;height:2px;transition:all .25s;display:block}.tac-burger.is-active .tac-burger__bar:first-child{transform:translateY(6px)rotate(45deg)}.tac-burger.is-active .tac-burger__bar:nth-child(2){opacity:0}.tac-burger.is-active .tac-burger__bar:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.tac-navbar{background:var(--tt10-secondary);position:relative}.tac-navbar:before{content:"";pointer-events:none;opacity:.08;background-image:linear-gradient(#ffffffb3 1px,#0000 1px),linear-gradient(90deg,#ffffffb3 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.tac-navbar__dots{pointer-events:none;position:absolute;inset:0}.tac-fdot{background:#ffffff40;border-radius:50%;width:6px;height:6px;animation:3s ease-in-out infinite tac-fdot-pulse;position:absolute;box-shadow:0 0 0 2px #ae372b4d}.tac-fdot:nth-child(2n){animation-delay:.6s}.tac-fdot:nth-child(3n){animation-delay:1.2s}.tac-fdot:nth-child(5n){animation-duration:3.5s;animation-delay:1.8s}@keyframes tac-fdot-pulse{0%,to{opacity:.35;transform:translate(-50%,-50%)scale(1);box-shadow:0 0 0 2px #ae372b33}50%{opacity:.7;transform:translate(-50%,-50%)scale(1.4);box-shadow:0 0 0 5px #ae372b26,0 0 8px #ae372b33}}.tac-navbar__inner{z-index:1;position:relative}.tac-nav{flex-wrap:wrap;gap:0;margin:0;padding:0;list-style:none;display:flex}.tac-nav li{flex-shrink:0;position:relative}.tac-nav li a{color:#ffffffd9;font-family:var(--tt10-mono);letter-spacing:.02em;padding:.6rem .9rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s;display:block;position:relative}.tac-nav>li>a:after{content:"";background:var(--tt10-primary);height:2px;transition:transform .2s;position:absolute;bottom:0;left:.9rem;right:.9rem;transform:scaleX(0)}.tac-nav>li>a:hover:after,.tac-nav>li.current-menu-item>a:after{transform:scaleX(1)}.tac-nav li a:hover{color:#fff;background:#ffffff12}.tac-nav li.current-menu-item>a{color:#fff}.tac-nav .sub-menu{background:var(--tt10-surface);border:1px solid var(--tt10-border);z-index:200;border-radius:0 0 .5rem .5rem;min-width:220px;margin:0;padding:.35rem;list-style:none;display:none;position:absolute;top:100%;left:0;box-shadow:0 12px 32px #0000001f}.tac-nav li:hover>.sub-menu,.tac-nav li:focus-within>.sub-menu{display:block}.tac-nav .sub-menu a{color:var(--tt10-text);border-radius:.35rem;padding:.5rem .75rem;font-size:.78rem;font-weight:600}.tac-nav .sub-menu a:after{display:none}.tac-nav .sub-menu a:hover{background:var(--tt10-bg);color:var(--tt10-primary)}.tac-nav .sub-menu .sub-menu{border-radius:.5rem;margin-left:.25rem;top:0;left:100%}@media (max-width:959px){.tac-navbar{display:none}}.tac-mobile{background:var(--tt10-surface);border-top:1px solid var(--tt10-border);max-height:80vh;padding:1rem;display:none;overflow-y:auto}.tac-mobile.is-open{display:block}.tac-mobile__search{background:var(--tt10-bg);border:1px solid var(--tt10-border);font-family:var(--tt10-mono);border-radius:.4rem;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.82rem;display:flex}.tac-mobile__search input{font:inherit;color:var(--tt10-text);background:0 0;border:0;outline:none;width:100%}.tac-mobile__schedule{font-family:var(--tt10-mono);color:var(--tt10-primary);border-bottom:1px solid var(--tt10-border);align-items:center;gap:.4rem;margin-bottom:.5rem;padding:.6rem .5rem;font-size:.82rem;font-weight:700;display:flex}.tac-mobile__nav{margin:0;padding:0;list-style:none}.tac-mobile__nav li a{border-bottom:1px solid var(--tt10-border);color:var(--tt10-text);padding:.6rem .5rem;font-size:.9rem;font-weight:700;display:block}.tac-mobile__nav .sub-menu{margin:0;padding-left:1rem;list-style:none}.tac-mobile__nav .sub-menu a{color:var(--tt10-muted);font-size:.85rem;font-weight:600}@media (prefers-reduced-motion:reduce){.tac-scanline__beam,.tac-fdot{animation:none!important}.tac-fdot{opacity:.5}}.tt10-pagination{margin:2rem 0 1rem}.tt10-pagination__list{flex-wrap:wrap;justify-content:center;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.tt10-pagination__item a,.tt10-pagination__item span{border:1px solid var(--tt10-border);background:var(--tt10-surface);border-radius:.45rem;justify-content:center;align-items:center;min-width:2.5rem;height:2.5rem;padding:0 .65rem;font-size:.875rem;font-weight:700;transition:all .2s;display:inline-flex}.tt10-pagination__item a:hover{border-color:var(--tt10-primary);color:var(--tt10-primary)}.tt10-pagination__item.is-active span,.tt10-pagination__item .current{color:#fff;background-image:var(--tt10-grad);border-color:#0000}.tt10-pagination__item.is-dots span{background:0 0;border:0;min-width:auto}.tt10-footer{color:#e0dce5;background:var(--tt10-secondary);margin-top:3rem;position:relative;overflow:hidden}.tt10-footer:before{content:"";opacity:.35;background-image:var(--tt10-grad);pointer-events:none;position:absolute;inset:0}.tt10-footer:after{content:"";opacity:.07;pointer-events:none;background-image:linear-gradient(#ffffff80 1px,#0000 1px),linear-gradient(90deg,#ffffff80 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.tac-footer-scan{z-index:2;background:#0000004d;height:3px;position:relative;overflow:hidden}.tac-footer-scan__beam{background:linear-gradient(90deg, transparent, var(--tt10-primary), #c7482599, transparent);width:40%;animation:3.8s ease-in-out infinite tac-beam;position:absolute;inset:0}.tt10-footer__inner{z-index:1;gap:2rem;padding:2.5rem 0 1.5rem;display:grid;position:relative}@media (min-width:768px){.tt10-footer__inner{grid-template-columns:1.5fr 1fr 1fr 1.3fr}}.tac-footer-lab{flex-direction:column;gap:.5rem;display:flex}.tac-footer-logo{font-family:var(--tt10-mono);background-image:var(--tt10-grad);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;width:fit-content;font-size:1.15rem;font-weight:800;text-decoration:none}.tac-footer-lab__tagline{font-family:var(--tt10-mono);letter-spacing:.04em;color:#ffffffb3;margin:0;font-size:.75rem}.tac-footer-lab__prompt{color:var(--tt10-primary);margin-right:.3rem;font-weight:700}.tac-footer-lab__desc{color:#fff9;margin:0;font-size:.85rem;line-height:1.5}.tac-footer-pitch{aspect-ratio:16/11;border:1px solid #ffffff26;border-radius:.4rem;width:100%;max-width:180px;margin-bottom:.5rem;overflow:hidden}.tac-footer-pitch__field{background:repeating-linear-gradient(90deg, var(--tt10-pitch) 0 50%, var(--tt10-pitch-dark) 50% 100%);width:100%;height:100%;position:relative}.tac-footer-pitch__halfway{background:#ffffff73;width:1px;position:absolute;top:0;bottom:0;left:50%}.tac-footer-pitch__circle{aspect-ratio:1;border:1px solid #fff6;border-radius:50%;width:30%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tac-footer-pitch__box{border:1px solid #ffffff59;width:16%;position:absolute;top:22%;bottom:22%}.tac-footer-pitch__box--left{border-left:0;left:0}.tac-footer-pitch__box--right{border-right:0;right:0}.tac-footer-pitch .tac-fdot{background:#fff9;width:5px;height:5px;box-shadow:0 0 0 2px #ae372b66}.tac-footer-panel__title{color:#fff;font-size:.75rem;font-family:var(--tt10-mono);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.45rem;margin:0 0 1rem;display:flex}.tac-footer-panel__dot{background:var(--tt10-primary);border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 6px #ae372b80}.tac-footer-panel__text{color:#fff9;margin:0 0 .75rem;font-size:.85rem}.tt10-footer-menu{margin:0;padding:0;list-style:none}.tt10-footer-menu li{margin-bottom:.5rem}.tt10-footer-menu a{color:#ffffffb3;font-size:.85rem;font-family:var(--tt10-mono);align-items:center;gap:.35rem;transition:color .15s;display:inline-flex}.tt10-footer-menu a:before{content:"›";color:var(--tt10-primary);opacity:0;font-weight:700;transition:opacity .15s,transform .15s;transform:translate(-4px)}.tt10-footer-menu a:hover{color:#fff}.tt10-footer-menu a:hover:before{opacity:1;transform:translate(0)}.tac-footer-form{flex-wrap:wrap;gap:.4rem;display:flex}.tac-footer-form__input-wrap{min-width:150px;font-family:var(--tt10-mono);background:#00000040;border:1px solid #ffffff1f;border-radius:.35rem;flex:1;align-items:center;padding:.1rem .65rem;font-size:.8rem;transition:border-color .15s;display:flex}.tac-footer-form__input-wrap:focus-within{border-color:var(--tt10-primary)}.tac-footer-form__prompt{color:var(--tt10-primary);flex-shrink:0;margin-right:.4rem;font-weight:700}.tac-footer-form input{font:inherit;color:#ffffffe6;background:0 0;border:0;outline:none;width:100%;padding:.55rem 0}.tac-footer-form input::placeholder{color:#ffffff59}.tac-footer-form button{font-family:var(--tt10-mono);cursor:pointer;background:var(--tt10-primary);color:#fff;letter-spacing:.04em;border:0;border-radius:.35rem;padding:.55rem .9rem;font-size:.78rem;font-weight:700;transition:background .15s}.tac-footer-form button:hover{background:#c74825}.tt10-footer__copy{z-index:1;color:#ffffff73;font-size:.72rem;font-family:var(--tt10-mono);letter-spacing:.03em;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:1rem 0 1.5rem;display:flex;position:relative}.tac-footer-copy__status{color:#4ade80;align-items:center;gap:.35rem;font-size:.68rem;display:inline-flex}.tac-footer-copy__blink{font-size:.6rem;animation:1.2s step-end infinite tac-blink}@keyframes tac-blink{0%,to{opacity:1}50%{opacity:0}}.tt10-btt{z-index:80;cursor:pointer;color:#fff;background:var(--tt10-secondary);opacity:0;pointer-events:none;border:1px solid #ffffff26;border-radius:.45rem;padding:.5rem .7rem;transition:opacity .35s,transform .35s,border-color .2s;position:fixed;bottom:1.25rem;right:1.25rem;transform:translateY(12px);box-shadow:0 8px 24px #0000004d}.tt10-btt.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.tt10-btt:hover{border-color:var(--tt10-primary);transform:translateY(-2px)}.tac-btt__inner{font-family:var(--tt10-mono);flex-direction:column;align-items:center;gap:.1rem;line-height:1;display:flex}.tac-btt__arrow{font-size:1.1rem;font-weight:700}.tac-btt__label{letter-spacing:.06em;opacity:.7;font-size:.55rem}@media (prefers-reduced-motion:reduce){.tac-footer-scan__beam{animation:none!important}.tac-footer-copy__blink{opacity:1;animation:none!important}}.prose img,.prose .wp-block-image img{border-radius:.55rem;max-width:100%;height:auto;margin:1.5rem auto;display:block;box-shadow:0 8px 24px #00000014}.prose .wp-caption-text,.prose figcaption{text-align:center;color:var(--tt10-muted);margin-top:.5rem;font-size:.875rem}.prose video,.prose .wp-block-video video{border-radius:.55rem;width:100%;max-width:100%;height:auto;margin:1.75rem auto;display:block}.prose .wp-block-video,.prose .wp-block-embed{max-width:100%;margin:1.75rem auto}.prose .wp-block-embed__wrapper{aspect-ratio:16/9;max-width:100%;position:relative}.prose .wp-block-embed iframe,.prose .wp-block-embed__wrapper iframe{border:0;border-radius:.55rem;width:100%;height:100%;position:absolute;inset:0}.prose iframe{max-width:100%}.prose .alignleft{float:left;margin:.5rem 1.25rem 1rem 0}.prose .alignright{float:right;margin:.5rem 0 1rem 1.25rem}.prose .aligncenter{margin-left:auto;margin-right:auto}@media (max-width:640px){.prose .alignleft,.prose .alignright{float:none;margin:1rem auto}}.tt10-sec{padding:1.85rem 0}.tt10-sec__head{border-bottom:2px solid #0000;border-image:var(--tt10-grad) 1;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem;padding-bottom:.65rem;display:flex}.tt10-sec__title{font-size:1.05rem;font-weight:800;font-family:var(--tt10-mono);letter-spacing:.02em;margin:0}.tt10-sec__sub{color:var(--tt10-muted);margin:.25rem 0 0;font-size:.875rem}.tt10-sec__more{color:var(--tt10-primary);text-transform:uppercase;font-size:.72rem;font-weight:800;font-family:var(--tt10-mono);letter-spacing:.04em}.tt10-grid-2,.tt10-grid-3,.tt10-grid-4{gap:1rem;display:grid}@media (min-width:640px){.tt10-grid-2{grid-template-columns:1fr 1fr}}@media (min-width:768px){.tt10-grid-3{grid-template-columns:repeat(3,1fr)}.tt10-grid-4{grid-template-columns:repeat(4,1fr)}}.tt10-card{background:var(--tt10-surface);border:1px solid var(--tt10-border);border-radius:.55rem;transition:all .25s;overflow:hidden}.tt10-card:hover{border-color:color-mix(in srgb, var(--tt10-primary) 35%, var(--tt10-border));transform:translateY(-2px);box-shadow:0 12px 28px #3034521a}.tt10-card__media{aspect-ratio:16/10;background:#ddd;position:relative;overflow:hidden}.tt10-card__media img{object-fit:cover;width:100%;height:100%;transition:all .45s}.tt10-card:hover .tt10-card__media img{transform:scale(1.05)}.tt10-card__body{padding:.85rem 1rem 1rem}.tt10-card__title{margin:0 0 .35rem;font-size:.95rem;font-weight:800;line-height:1.35}.tt10-meta{color:var(--tt10-muted);font-size:.7rem;font-weight:600;font-family:var(--tt10-mono)}.tt10-rail{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.tt10-rail.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.tt10-rail>*{scroll-snap-align:start;flex:0 0 min(280px,78vw)}.tt10-rail::-webkit-scrollbar{height:6px}.tt10-rail::-webkit-scrollbar-thumb{background:var(--tt10-primary);border-radius:99px}.tt10-play{color:#fff;background:#1e1a2459;place-items:center;font-size:2.5rem;display:grid;position:absolute;inset:0}.tt10-badge{text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--tt10-primary);font-size:.65rem;font-weight:800;font-family:var(--tt10-mono);border-radius:.25rem;padding:.2rem .5rem;display:inline-block}.tt10-chip{border:1px solid var(--tt10-border);background:var(--tt10-surface);font-size:.72rem;font-weight:700;font-family:var(--tt10-mono);border-radius:.35rem;align-items:center;gap:.3rem;padding:.3rem .65rem;display:inline-flex}.tac-pitch{aspect-ratio:16/11;background:repeating-linear-gradient(90deg, var(--tt10-pitch) 0 12.5%, var(--tt10-pitch-dark) 12.5% 25%);border:2px solid #ffffff38;border-radius:.65rem;position:relative;overflow:hidden;box-shadow:inset 0 0 60px #00000059,0 16px 40px #0f3d2059}.tac-pitch__markings{pointer-events:none;border:2px solid #ffffff8c;border-radius:2px;position:absolute;inset:4%}.tac-pitch__halfway{background:#ffffff8c;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.tac-pitch__circle{aspect-ratio:1;border:2px solid #ffffff8c;border-radius:50%;width:18%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tac-pitch__spot{background:#fffc;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tac-pitch__box{border:2px solid #ffffff80;width:16%;position:absolute;top:22%;bottom:22%}.tac-pitch__box--left{border-left:0;left:0}.tac-pitch__box--right{border-right:0;right:0}.tac-pitch__six{border:2px solid #ffffff73;width:7%;position:absolute;top:34%;bottom:34%}.tac-pitch__six--left{border-left:0;left:0}.tac-pitch__six--right{border-right:0;right:0}.tac-pitch__label{z-index:3;color:#fff;font-family:var(--tt10-mono);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;border-radius:.3rem;padding:.35rem .55rem;font-size:.68rem;position:absolute;bottom:.65rem;left:.65rem}.tac-dot{z-index:2;border:2px solid var(--tt10-primary);background:#fff;border-radius:50%;width:14px;height:14px;animation:2.4s ease-in-out infinite tac-dot-glow;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 3px #fff3,0 2px 8px #00000059}.tac-dot:nth-child(odd){animation-delay:.4s}.tac-dot:nth-child(3n){animation-delay:.8s}@keyframes tac-dot-glow{0%,to{box-shadow:0 0 0 3px #ffffff2e,0 2px 8px #00000059}50%{box-shadow:0 0 0 6px #ae372b59,0 2px 10px #0006}}.tac-dot__role{white-space:nowrap;font-family:var(--tt10-mono);color:#fff;text-shadow:0 1px 3px #000000b3;letter-spacing:.02em;font-size:.58rem;font-weight:600;position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%)}.tac-hero{gap:1rem;display:grid}@media (min-width:900px){.tac-hero{grid-template-columns:1.25fr 1fr;align-items:stretch}}.tt10-xg,.tac-xg{font-family:var(--tt10-mono);background:color-mix(in srgb, var(--tt10-secondary) 8%, white);border:1px solid color-mix(in srgb, var(--tt10-secondary) 18%, var(--tt10-border));color:var(--tt10-secondary);border-radius:.3rem;align-items:center;gap:.3rem;padding:.3rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.tac-xg--hot{background:color-mix(in srgb, var(--tt10-primary) 12%, white);border-color:color-mix(in srgb, var(--tt10-primary) 35%, var(--tt10-border));color:var(--tt10-primary)}.tac-stat{background:var(--tt10-surface);border:1px solid var(--tt10-border);border-radius:.55rem;padding:1rem 1.1rem;position:relative;overflow:hidden}.tac-stat:before{content:"";background-image:var(--tt10-grad);width:3px;position:absolute;top:0;bottom:0;left:0}.tac-stat__label{font-family:var(--tt10-mono);color:var(--tt10-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem}.tac-stat__value{font-family:var(--tt10-mono);letter-spacing:-.02em;margin:.3rem 0 .2rem;font-size:1.75rem;font-weight:700}.tac-stat__delta{font-family:var(--tt10-mono);color:var(--tt10-primary);font-size:.72rem;font-weight:600}.tac-xg-bar{margin-top:.55rem}.tac-xg-bar__track{background:var(--tt10-border);border-radius:99px;height:6px;overflow:hidden}.tac-xg-bar__fill{background-image:var(--tt10-grad);border-radius:99px;width:0;height:100%;animation:1.2s forwards tac-bar-fill}@keyframes tac-bar-fill{to{width:var(--tac-w,60%)}}.tac-xg-widget{background:linear-gradient(160deg, color-mix(in srgb, var(--tt10-secondary) 6%, white), var(--tt10-surface));border:1px solid var(--tt10-border);border-radius:.55rem;padding:1rem}.tac-xg-widget__title{font-family:var(--tt10-mono);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .85rem;font-size:.8rem}.tac-xg-widget__row{font-family:var(--tt10-mono);grid-template-columns:72px 1fr 42px;align-items:center;gap:.5rem;margin-bottom:.55rem;font-size:.75rem;font-weight:600;display:grid}.tac-xg-widget__row:last-child{margin-bottom:0}.tac-cta{color:#fff;background-image:var(--tt10-grad);border-radius:.65rem;align-items:center;gap:1.25rem;padding:2rem 1.5rem;display:grid;position:relative;overflow:hidden}@media (min-width:768px){.tac-cta{grid-template-columns:1.4fr 1fr;padding:2.25rem 2rem}}.tac-cta:before{content:"";opacity:.12;pointer-events:none;background-image:linear-gradient(#fff9 1px,#0000 1px),linear-gradient(90deg,#fff9 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}.tac-cta>*{z-index:1;position:relative}.tac-cta h2{font-family:var(--tt10-mono);margin:0 0 .4rem;font-size:1.25rem}.tac-cta p{opacity:.9;margin:0;font-size:.9rem}.tac-cta form{flex-wrap:wrap;gap:.45rem;display:flex}.tac-cta input{min-width:180px;font:inherit;border:0;border-radius:.4rem;flex:1;padding:.7rem .85rem}.tac-cta button{font-family:var(--tt10-mono);cursor:pointer;color:#fff;background:#1e1a24;border:0;border-radius:.4rem;padding:.7rem 1.1rem;font-weight:700}.tt10-player{aspect-ratio:16/9;background:#111;border-radius:.55rem;position:relative;overflow:hidden}.tt10-player iframe,.tt10-player video,.tt10-player img{object-fit:cover;border:0;width:100%;height:100%;position:absolute;inset:0}.tt10-fx{border-collapse:collapse;width:100%;font-size:.875rem}.tt10-fx th,.tt10-fx td{border-bottom:1px solid var(--tt10-border);text-align:left;padding:.65rem .75rem}.tt10-fx th{text-transform:uppercase;letter-spacing:.04em;color:var(--tt10-muted);font-size:.68rem;font-family:var(--tt10-mono)}.tt10-fx td:first-child{font-family:var(--tt10-mono);font-weight:600}.tt10-fx-day{background:var(--tt10-surface);border:1px solid var(--tt10-border);border-radius:.55rem;margin:1.25rem 0;overflow:hidden}.tt10-fx-day__head{color:#fff;background-image:var(--tt10-grad);font-weight:800;font-family:var(--tt10-mono);padding:.75rem 1rem;font-size:.85rem}.tt10-tabs{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.tt10-tabs button{border:1px solid var(--tt10-border);background:var(--tt10-surface);cursor:pointer;font-size:.8rem;font-weight:700;font-family:var(--tt10-mono);border-radius:.35rem;padding:.4rem .85rem}.tt10-tabs button.is-active{color:#fff;background-image:var(--tt10-grad);border-color:#0000}.tac-dense-list{flex-direction:column;gap:.55rem;display:flex}.tac-dense-item{border:1px solid var(--tt10-border);background:var(--tt10-surface);border-radius:.45rem;grid-template-columns:120px 1fr;align-items:center;gap:.75rem;padding:.45rem;transition:all .2s;display:grid}.tac-dense-item:hover{border-color:color-mix(in srgb, var(--tt10-primary) 40%, var(--tt10-border))}.tac-dense-item img{object-fit:cover;border-radius:.35rem;width:120px;height:72px}@media (max-width:520px){.tac-dense-item{grid-template-columns:88px 1fr}.tac-dense-item img{width:88px;height:60px}}@media (max-width:720px){.tt10-fx thead{display:none}.tt10-fx tr{border-bottom:1px solid var(--tt10-border);padding:.75rem;display:block}.tt10-fx td{border:0;justify-content:space-between;padding:.2rem 0;display:flex}.tt10-fx td:before{content:attr(data-label);color:var(--tt10-muted);margin-right:1rem;font-weight:700}}@media (prefers-reduced-motion:reduce){.tac-dot,.tac-xg-bar__fill{animation:none!important}.tac-xg-bar__fill{width:var(--tac-w,60%)}}.tt10-video-card{border-radius:var(--radius-card,8px);position:relative;overflow:hidden}.tt10-video-card__iframe-wrap{aspect-ratio:16/9;background:#000;position:relative}.tt10-video-card__iframe-wrap iframe{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.tt10-video-card__overlay{z-index:2;cursor:pointer;justify-content:flex-end;align-items:flex-end;padding:.5rem;display:flex;position:absolute;inset:0}.tt10-video-card__overlay:hover{background:#00000026}.tt10-video-card__badge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;border-radius:6px;padding:.25rem .4rem;font-size:1.25rem;transition:background .2s,transform .2s}.tt10-video-card__overlay:hover .tt10-video-card__badge{background:#000c;transform:scale(1.1)}.tt10-video-card__poster{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.tt10-video-card__iframe-wrap iframe{z-index:1}.tt10-video-card__overlay{z-index:2}.tt10-video-card__thumb{aspect-ratio:16/9;display:block;position:relative;overflow:hidden}.tt10-video-card__thumb img{object-fit:cover;width:100%;height:100%}.tt10-surveillance-grid{background-image:linear-gradient(#30345226 1px,#0000 1px),linear-gradient(90deg,#30345226 1px,#0000 1px);background-size:20px 20px;background-color:var(--tt10-surface);border:1px solid var(--tt10-border);border-radius:.55rem;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem;display:grid;box-shadow:inset 0 0 40px #00000005}@media (max-width:639px){.tt10-surveillance-grid{grid-template-columns:1fr}}.tt10-surveillance-cell{border:1px solid var(--tt10-secondary);background:#0a0a0a;border-radius:.35rem;flex-direction:column;display:flex;position:relative;overflow:hidden}.tt10-surveillance-cell__feed{aspect-ratio:16/9;background:#111;position:relative}.tt10-surveillance-cell__iframe-wrap{width:100%;height:100%;position:relative}.tt10-surveillance-cell__iframe-wrap iframe{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.tt10-surveillance-cell__poster{object-fit:cover;opacity:0;width:100%;height:100%;position:absolute;inset:0}.tt10-surveillance-cell__overlay{z-index:2;cursor:pointer;background:#0003;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;inset:0}.tt10-surveillance-cell__overlay:hover{background:#0000000d}.tt10-surveillance-cell__overlay .material-symbols-outlined{color:#fff;opacity:.8;text-shadow:0 2px 4px #00000080;font-size:2.5rem;transition:transform .2s,opacity .2s}.tt10-surveillance-cell__overlay:hover .material-symbols-outlined{opacity:1;transform:scale(1.1)}.tt10-surveillance-cell__thumb{width:100%;height:100%;display:block;position:relative}.tt10-surveillance-cell__thumb img{object-fit:cover;opacity:.85;filter:grayscale(20%)contrast(120%);width:100%;height:100%}.tt10-surveillance-cell__meta{border-top:1px solid var(--tt10-secondary);color:#00ff41;font-family:var(--tt10-mono);background:#0a0a0a;flex-direction:column;gap:.35rem;padding:.5rem .65rem;font-size:.75rem;display:flex}.tt10-surveillance-cell__status{color:#f33;letter-spacing:.05em;align-items:center;gap:.4rem;font-weight:700;display:flex}.tt10-surveillance-cell__dot{background:#f33;border-radius:50%;width:8px;height:8px;animation:1.5s infinite tt10-blink;box-shadow:0 0 6px #f33}@keyframes tt10-blink{0%,to{opacity:1}50%{opacity:.3}}.tt10-surveillance-cell__time{color:#00ff41;opacity:.8;margin-left:auto;font-weight:400}.tt10-surveillance-cell__title{white-space:nowrap;text-overflow:ellipsis;letter-spacing:.02em;margin:0;font-size:.85rem;font-weight:500;overflow:hidden}.tt10-surveillance-cell__title a{color:#00ff41;text-decoration:none}.tt10-surveillance-cell__title a:hover{text-shadow:0 0 4px #00ff4166;text-decoration:underline}.tt10-video-pro-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.single-video .tt10-video-stage{background:0 0!important;border:none!important;border-radius:16px!important;margin-bottom:2.5rem!important;padding:0!important;display:block!important;box-shadow:0 10px 40px #0000001a!important}.single-video .tt10-video-player,.single-video .tt10-video-hero,.single-video .tt10-player{aspect-ratio:16/9!important;background:#000!important;border:none!important;border-radius:16px 16px 0 0!important;width:100%!important;max-width:100%!important;margin-bottom:0!important;display:block!important;position:relative!important;overflow:hidden!important}.single-video .tt10-video-stage iframe,.single-video .tt10-video-hero iframe,.single-video .tt10-player iframe,.single-video .tt10-video-player iframe{border:none!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important}.single-video .tt10-video-fallback,.single-video .tt10-video-fallback img{object-fit:cover!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important}.single-video .tt10-video-meta,.single-video .tt10-single-header,.single-video .tt10-video-head,.single-video article>header{background:var(--color-surface,var(--tt10-surface,#fff))!important;border:1px solid var(--color-border,var(--tt10-border,#00000014))!important;z-index:1!important;border-top:none!important;border-radius:0 0 16px 16px!important;margin-top:0!important;margin-bottom:2.5rem!important;padding:1.75rem 2rem!important;position:relative!important}.single-video .tt10-video-hero,.single-video .tt10-player{border-radius:16px 16px 0 0!important;box-shadow:0 10px 30px #0000004d!important}.single-video .tt10-single-title,.single-video .tt10-section-title--article,.single-video .tt10-section-title--video{text-transform:none!important;letter-spacing:0!important;margin:.75rem 0!important;font-size:clamp(1.5rem,3vw,2.2rem)!important;line-height:1.3!important}.wc-schedule-box{background:var(--color-surface,#fff);border:1px solid var(--color-border,#0000001a);border-radius:12px;margin:2rem 0;font-family:inherit;overflow:hidden;box-shadow:0 4px 20px #0000000d}.wc-header{border-bottom:1px solid var(--color-border,#0000001a);background:#00000005;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.wc-title{text-transform:uppercase;letter-spacing:.02em;margin:0!important;font-size:1.1rem!important;font-weight:700!important}.wc-header p{color:var(--color-primary,#007bff);cursor:pointer;margin:0;font-size:.85rem;font-weight:600}.wc-carousel-wrapper{background:var(--color-surface,#fff);padding:1.25rem}.wc-carousel-viewport{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;overflow-x:auto}.wc-carousel-viewport::-webkit-scrollbar{height:6px}.wc-carousel-viewport::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}.wc-carousel-viewport::-webkit-scrollbar-thumb{background:var(--color-primary,#ccc);border-radius:10px}@-moz-document url-prefix(){.wc-carousel-viewport{scrollbar-width:thin;scrollbar-color:var(--color-primary,#ccc) #0000000d}}.wc-carousel-track{gap:1rem;display:flex}.wc-carousel-track>.wc-meta{display:none}.wc-carousel-track{grid-template-rows:auto auto;grid-auto-columns:220px;grid-auto-flow:column;align-items:start;gap:.5rem 1rem;display:grid}.wc-carousel-track>.wc-meta{color:var(--color-muted,#666);grid-row:1;justify-content:space-between;padding:0 .5rem;font-size:.75rem;font-weight:600;display:flex}.wc-carousel-track>.wc-match-body{border:1px solid var(--color-border,#00000014);scroll-snap-align:start;background:#00000008;border-radius:8px;grid-row:2;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.wc-teams{flex-direction:column;flex:1;gap:.5rem;display:flex}.wc-team-row{align-items:center;gap:.5rem;display:flex}.wc-team-flag{object-fit:contain;background:#fff;border:1px solid #0000001a;border-radius:50%;width:24px;height:24px}.wc-team-name{color:var(--color-text,#333);white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:.85rem;font-weight:600;overflow:hidden}.wc-time-ft,.wc-time{color:var(--color-text,#111);background:var(--color-surface,#fff);border:1px solid var(--color-border,#0000001a);text-align:center;border-radius:4px;min-width:48px;padding:.25rem .5rem;font-size:.9rem;font-weight:800}.wc-time{color:var(--color-primary,#007bff);border-color:var(--color-primary,#007bff)}.wc-footer{text-align:center;border-top:1px solid var(--color-border,#0000001a);color:var(--color-primary,#007bff);cursor:pointer;background:#00000005;padding:1rem;font-size:.9rem;font-weight:600;transition:background .2s}.wc-footer:hover{background:#0000000d}.tt4-body .wc-schedule-box,.tt5-body .wc-schedule-box,.tt6-body .wc-schedule-box,.tt8-body .wc-schedule-box,.tt9-body .wc-schedule-box,.tt10-body .wc-schedule-box{background:#ffffff08}.tt4-body .wc-header,.tt5-body .wc-header,.tt6-body .wc-header,.tt8-body .wc-header,.tt9-body .wc-header,.tt10-body .wc-header{background:#0003}.tt4-body .wc-carousel-wrapper,.tt5-body .wc-carousel-wrapper,.tt6-body .wc-carousel-wrapper,.tt8-body .wc-carousel-wrapper,.tt9-body .wc-carousel-wrapper,.tt10-body .wc-carousel-wrapper{background:0 0}.tt4-body .wc-match-body,.tt5-body .wc-match-body,.tt6-body .wc-match-body,.tt8-body .wc-match-body,.tt9-body .wc-match-body,.tt10-body .wc-match-body{background:#0003}.tt4-body .wc-time-ft,.tt4-body .wc-time,.tt5-body .wc-time-ft,.tt5-body .wc-time,.tt6-body .wc-time-ft,.tt6-body .wc-time,.tt8-body .wc-time-ft,.tt8-body .wc-time,.tt9-body .wc-time-ft,.tt9-body .wc-time,.tt10-body .wc-time-ft,.tt10-body .wc-time{background:#ffffff0d}.tt4-body .wc-footer,.tt5-body .wc-footer,.tt6-body .wc-footer,.tt8-body .wc-footer,.tt9-body .wc-footer,.tt10-body .wc-footer{background:#0003}.tt4-body .wc-footer:hover,.tt5-body .wc-footer:hover,.tt6-body .wc-footer:hover,.tt8-body .wc-footer:hover,.tt9-body .wc-footer:hover,.tt10-body .wc-footer:hover{background:#ffffff0d}.caption-6-single{margin-top:2rem;margin-bottom:1.5rem}.caption-6-single .title{color:var(--color-text,#111);border-left:4px solid var(--color-primary,#007bff);margin:0;padding-left:1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2}.caption-6-single .title span{display:block}.widget-fixtures{background:var(--color-surface,#fff);border:1px solid var(--color-border,#00000014);border-radius:12px;margin-bottom:2rem;font-family:inherit;overflow:hidden;box-shadow:0 4px 20px #00000008}.section-category{border-bottom:1px solid var(--color-border,#00000014);background:#00000008;align-items:center;padding:.75rem 1.25rem;display:flex}.category-title{color:var(--color-text,#333);text-transform:uppercase;letter-spacing:.02em;font-size:1rem;font-weight:700}.list_match{margin:0;padding:0;list-style:none}.caption-days{border-bottom:1px solid var(--color-border,#0000000d);background:#00000004;align-items:center;gap:1rem;padding:.5rem 1.25rem;display:flex}.caption-days .title{color:var(--color-primary,#007bff);font-size:1rem;font-weight:700}.caption-days .big-title{color:var(--color-muted,#666);text-transform:uppercase;font-size:.85rem;font-weight:600}.match-info{border-bottom:1px solid var(--color-border,#0000000d);align-items:center;gap:1rem;padding:1rem 1.25rem;transition:background .2s;display:flex}.match-info:last-child{border-bottom:none}.match-info:hover{background:#00000005}.match-info .time{color:var(--color-text,#333);text-align:center;min-width:60px;font-size:.95rem;font-weight:700}.match-info .time span br{display:none}.event-main{flex-grow:1}.event-main .group{justify-content:center;align-items:center;gap:1rem;display:flex}.event-main .team{flex:1;align-items:center;gap:.75rem;display:flex}.event-main .team-a{text-align:right;justify-content:flex-end}.event-main .team-b{text-align:left;justify-content:flex-start}.event-main .team img{object-fit:contain;background:#fff;border:1px solid #0000001a;border-radius:50%;width:32px;height:32px}.event-main .team p{color:var(--color-text,#111);margin:0;font-size:1rem;font-weight:600}.event-main .team p:empty{display:none}.event-main .score{color:var(--color-primary,#007bff);background:#0000000a;border-radius:20px;justify-content:center;align-items:center;gap:.5rem;min-width:80px;padding:.4rem 1rem;font-size:1.1rem;font-weight:800;display:flex}.event-main .score span br{display:none}.event-actions{text-align:right;min-width:100px}.event-news-action{background:var(--color-primary,#007bff);color:#fff;cursor:pointer;white-space:nowrap;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;font-weight:600;transition:opacity .2s;display:inline-block}.event-news-action:hover{opacity:.85}.match-info .more{display:none}@media (max-width:768px){.match-info{flex-flow:wrap;align-items:center;padding:1.25rem}.match-info .time{text-align:left;border-bottom:1px dashed var(--color-border,#0000001a);width:100%;margin-bottom:.5rem;padding-bottom:.5rem}.event-main{width:100%}.event-main .group{grid-template-columns:1fr auto 1fr;gap:.5rem;display:grid}.event-main .team{flex-direction:column;text-align:center!important;justify-content:center!important}.event-main .score{min-width:60px;padding:.25rem .5rem}.event-actions{text-align:center;width:100%;margin-top:1rem}.event-news-action{width:100%}}.tt4-body .widget-fixtures,.tt5-body .widget-fixtures,.tt6-body .widget-fixtures,.tt8-body .widget-fixtures,.tt9-body .widget-fixtures,.tt10-body .widget-fixtures{background:#ffffff08}.tt4-body .section-category,.tt5-body .section-category,.tt6-body .section-category,.tt8-body .section-category,.tt9-body .section-category,.tt10-body .section-category{background:#0003}.tt4-body .caption-days,.tt5-body .caption-days,.tt6-body .caption-days,.tt8-body .caption-days,.tt9-body .caption-days,.tt10-body .caption-days{background:#0000001a}.tt4-body .match-info:hover,.tt5-body .match-info:hover,.tt6-body .match-info:hover,.tt8-body .match-info:hover,.tt9-body .match-info:hover,.tt10-body .match-info:hover{background:#ffffff05}.tt4-body .event-main .score,.tt5-body .event-main .score,.tt6-body .event-main .score,.tt8-body .event-main .score,.tt9-body .event-main .score,.tt10-body .event-main .score{background:#ffffff0d}.tt10-btt{left:auto!important;right:1.25rem!important}.tac-navbar__dots{overflow:hidden}.tt10-header{z-index:9999!important}.tac-navbar{z-index:999!important}.tac-nav .sub-menu{background:var(--tt10-surface);border:1px solid var(--tt10-primary);border-radius:0 0 8px 8px;min-width:240px;padding:.5rem;box-shadow:0 16px 40px #0003;z-index:9999!important}.tac-nav .sub-menu a{font-family:var(--tt10-sans);color:var(--tt10-text);border-radius:4px;padding:.65rem 1rem;font-size:.9rem;transition:all .2s;display:block}.tac-nav .sub-menu a:hover{color:var(--tt10-primary);background:#ae372b1a;padding-left:1.25rem}