:root{--ts-black:#050505;--ts-black-2:#090a0b;--ts-white:#fff;--ts-red:#ed1111;--ts-red-hover:#cf0000;--ts-text:#111;--ts-text-secondary:#505050;--ts-text-muted:#747474;--ts-border:#e3e3e3;--ts-border-dark:#292929;--ts-surface:#fff;--ts-surface-soft:#f7f7f7;--ts-container:1200px;--ts-sidebar:300px;--ts-header-height:76px;--ts-space-1:4px;--ts-space-2:8px;--ts-space-3:12px;--ts-space-4:16px;--ts-space-5:20px;--ts-space-6:24px;--ts-space-8:32px;--ts-space-10:40px;--ts-space-12:48px;--ts-space-16:64px;--ts-space-20:80px;--ts-radius-sm:4px;--ts-radius-md:6px;--ts-radius-lg:10px;--ts-font-sans:Arial,Helvetica,sans-serif;--ts-transition-fast:160ms ease;--ts-transition:240ms ease}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ts-text);font-family:var(--ts-font-sans);line-height:1.5;-webkit-font-smoothing:antialiased}body.ts-menu-open{overflow:hidden}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.ts-container{width:min(calc(100% - 64px),var(--ts-container));margin-inline:auto}.ts-skip-link{position:fixed;left:16px;top:-100px;z-index:99999;padding:10px 14px;background:var(--ts-red);color:#fff;font-weight:700}.ts-skip-link:focus{top:16px}.ts-site-header{position:relative;z-index:1000;background:var(--ts-black);color:#fff;border-bottom:1px solid #202020}.ts-header-inner{min-height:var(--ts-header-height);display:flex;align-items:center;gap:32px}.ts-brand{display:inline-flex;flex-direction:column;justify-content:center;line-height:.9;min-width:180px}.ts-brand-the{font-size:10px;font-weight:700;letter-spacing:3px}.ts-brand-name{font-size:25px;font-weight:900;letter-spacing:-1.2px}.ts-brand-name span,.ts-footer-brand span{color:var(--ts-red)}.ts-primary-nav{flex:1}.ts-primary-menu{display:flex;align-items:center;justify-content:center;gap:30px;list-style:none;margin:0;padding:0}.ts-primary-menu a{position:relative;display:inline-flex;align-items:center;min-height:var(--ts-header-height);color:#fff;font-size:13px;font-weight:700;text-transform:uppercase}.ts-primary-menu .current-menu-item>a,.ts-primary-menu .current-menu-ancestor>a{color:var(--ts-red)}.ts-primary-menu .current-menu-item>a:after,.ts-primary-menu .current-menu-ancestor>a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--ts-red)}.ts-header-actions{display:flex;align-items:center;gap:22px}.ts-search-toggle,.ts-menu-toggle{border:0;background:transparent;color:#fff;cursor:pointer;padding:8px}.ts-icon-search{display:block;width:19px;height:19px;border:2px solid currentColor;border-radius:50%;position:relative}.ts-icon-search:after{content:"";position:absolute;width:8px;height:2px;background:currentColor;right:-6px;bottom:-3px;transform:rotate(45deg)}.ts-live-button{display:inline-flex;align-items:center;gap:7px;padding:11px 17px;border-radius:5px;background:var(--ts-red);color:#fff;font-size:13px;font-weight:800;text-transform:uppercase;transition:background var(--ts-transition-fast)}.ts-live-button:hover{background:var(--ts-red-hover)}.ts-menu-toggle{display:none}.ts-mobile-menu{background:var(--ts-black);border-top:1px solid var(--ts-border-dark);padding:10px 0 24px}.ts-mobile-menu-list{list-style:none;padding:0;margin:0}.ts-mobile-menu-list li{border-bottom:1px solid var(--ts-border-dark)}.ts-mobile-menu-list a{display:block;padding:15px 0;color:#fff;font-size:16px;font-weight:700;text-transform:uppercase}.ts-breaking-bar{background:var(--ts-black);color:#fff;border-bottom:1px solid #202020}.ts-breaking-inner{min-height:43px;display:flex;align-items:center;gap:18px;font-size:13px;overflow:hidden}.ts-breaking-inner strong{flex:0 0 auto;color:var(--ts-red);font-size:12px}.ts-breaking-ticker{min-width:0;flex:1;overflow:hidden}.ts-breaking-track{display:flex;align-items:center;gap:34px;min-width:max-content}.ts-breaking-item{position:relative;display:inline-flex;align-items:center;color:#eee;white-space:nowrap;font-size:13px}.ts-breaking-item:after{content:"•";position:absolute;right:-20px;color:var(--ts-red)}.ts-breaking-item:hover{color:#fff}.ts-breaking-latest{flex:0 0 auto;margin-left:auto;color:var(--ts-red);font-weight:700}@media(max-width:900px){.ts-breaking-inner{gap:12px}.ts-breaking-latest{display:none}.ts-breaking-track{gap:28px}.ts-breaking-item{font-size:12px}}@media(max-width:560px){.ts-breaking-inner{min-height:40px}.ts-breaking-inner strong{font-size:10px}.ts-breaking-track{gap:24px}.ts-breaking-item{font-size:11px}.ts-breaking-item:after{right:-15px}}.ts-site-main{min-height:600px}.ts-post-list{display:grid}.ts-article-card{display:grid;grid-template-columns:270px minmax(0,1fr);gap:22px;padding:22px 0;border-bottom:1px solid var(--ts-border)}.ts-article-card-media{aspect-ratio:16/9;overflow:hidden;border-radius:var(--ts-radius-md);background:#ddd}.ts-article-card-media img{width:100%;height:100%;object-fit:cover;transition:transform var(--ts-transition)}.ts-article-card:hover .ts-article-card-media img{transform:scale(1.025)}.ts-image-placeholder{display:block;width:100%;height:100%;background:#ddd}.ts-category-label{color:var(--ts-red);font-size:11px;font-weight:800;text-transform:uppercase}.ts-article-card h2{margin:5px 0 8px;font-size:23px;line-height:1.18}.ts-article-card h2 a:hover{color:var(--ts-red)}.ts-article-card p{margin:0 0 10px;color:var(--ts-text-muted)}.ts-meta{color:var(--ts-text-muted);font-size:13px}.ts-empty-state{padding:100px 0;text-align:center}.ts-site-footer{margin-top:64px;padding-top:52px;background:var(--ts-black-2);color:#fff}.ts-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:48px}.ts-footer-brand{display:inline-block;font-size:22px;font-weight:800}.ts-footer-intro p{max-width:290px;color:#c8c8c8}.ts-footer-grid h2{margin:0 0 16px;font-size:13px;text-transform:uppercase}.ts-footer-grid ul{list-style:none;padding:0;margin:0}.ts-footer-grid li{margin-bottom:9px}.ts-footer-grid li a{color:#c8c8c8}.ts-tag-list{display:flex;flex-wrap:wrap;gap:8px}.ts-tag-list a{border:1px solid #3a3a3a;padding:6px 9px;border-radius:4px;color:#c8c8c8;font-size:12px}.ts-footer-bottom{margin-top:44px;padding:22px 0;border-top:1px solid #292929;text-align:center;color:#9a9a9a}@media(max-width:900px){.ts-container{width:min(calc(100% - 32px),var(--ts-container))}.ts-header-inner{min-height:64px;gap:10px}.ts-menu-toggle{display:inline-flex;flex-direction:column;gap:4px;padding:8px 4px}.ts-menu-toggle span{width:23px;height:2px;background:currentColor}.ts-primary-nav{display:none}.ts-brand{min-width:0;flex:1}.ts-brand-the{font-size:8px;letter-spacing:2.5px}.ts-brand-name{font-size:20px}.ts-header-actions{gap:4px}.ts-live-button{padding:9px 11px;font-size:11px}.ts-breaking-inner{width:100%;padding-inline:16px;gap:12px}.ts-breaking-inner>a{display:none}.ts-article-card{grid-template-columns:120px minmax(0,1fr);gap:14px}.ts-article-card h2{font-size:17px}.ts-article-card p{display:none}.ts-footer-grid{grid-template-columns:1fr 1fr}.ts-footer-intro{grid-column:1/-1}}@media(max-width:560px){.ts-container{width:min(calc(100% - 24px),var(--ts-container))}.ts-header-inner{gap:6px}.ts-brand-name{font-size:18px}.ts-brand-the{font-size:7px}.ts-icon-search{width:17px;height:17px}.ts-live-button{padding:8px 9px;font-size:10px}.ts-breaking-inner{min-height:40px;font-size:12px}.ts-breaking-inner strong{font-size:10px}.ts-article-card{grid-template-columns:112px minmax(0,1fr);padding:16px 0}.ts-article-card h2{font-size:16px}.ts-footer-grid{grid-template-columns:1fr}.ts-footer-intro{grid-column:auto}}.ts-home{background:var(--ts-surface)}.ts-home-hero{background:var(--ts-black);color:#fff;padding:40px 0}.ts-home-hero-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(330px,.9fr);gap:32px}.ts-featured-story{min-height:520px;position:relative;overflow:hidden;border-radius:var(--ts-radius-lg);background:#151515}.ts-featured-image,.ts-featured-image img{position:absolute;inset:0;width:100%;height:100%}.ts-featured-image img{object-fit:cover}.ts-featured-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03) 20%,rgba(0,0,0,.9) 100%)}.ts-featured-content{position:absolute;left:34px;right:34px;bottom:30px;z-index:2}.ts-featured-content h1{max-width:760px;margin:8px 0 12px;font-size:clamp(34px,4vw,52px);line-height:1.04;letter-spacing:-1.4px}.ts-featured-content p{max-width:720px;margin:0 0 14px;color:#ddd;font-size:16px}.ts-featured-content .ts-meta{color:#ccc}.ts-hero-side{padding-left:4px}.ts-section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.ts-section-heading>span,.ts-section-heading h2{margin:0;font-size:14px;font-weight:800;letter-spacing:.3px}.ts-section-heading a{color:var(--ts-red);font-size:12px;font-weight:800}.ts-compact-story{display:grid;grid-template-columns:128px minmax(0,1fr);gap:14px;padding:17px 0;border-bottom:1px solid #303030}.ts-compact-image{aspect-ratio:16/10;overflow:hidden;border-radius:var(--ts-radius-md);background:#222}.ts-compact-image img{width:100%;height:100%;object-fit:cover}.ts-compact-story h2{margin:4px 0 7px;font-size:17px;line-height:1.18}.ts-compact-story time{color:#999;font-size:12px}.ts-home-section{padding:56px 0}.ts-section-heading-large{margin-bottom:28px;padding-bottom:16px;border-bottom:2px solid var(--ts-text)}.ts-section-heading-large h2{font-size:22px}.ts-home-content-grid{display:grid;grid-template-columns:minmax(0,1fr) var(--ts-sidebar);gap:40px}.ts-latest-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 24px}.ts-home-card-image{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:var(--ts-radius-md);background:#ddd}.ts-home-card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--ts-transition)}.ts-home-card:hover .ts-home-card-image img{transform:scale(1.025)}.ts-home-card-content{padding-top:12px}.ts-home-card h3{margin:5px 0 7px;font-size:20px;line-height:1.18}.ts-home-card h3 a:hover{color:var(--ts-red)}.ts-home-card p{margin:0 0 9px;color:var(--ts-text-muted);font-size:14px}.ts-home-card time{color:var(--ts-text-muted);font-size:12px}.ts-home-sidebar{border-left:1px solid var(--ts-border);padding-left:28px}.ts-sidebar-box{border:1px solid var(--ts-border);padding:22px;margin-bottom:28px}.ts-sidebar-kicker,.ts-sidebar-heading h2{margin:0;font-size:13px;font-weight:800}.ts-newsletter-box h2{margin:9px 0 17px;font-size:18px;line-height:1.25}.ts-newsletter-form{display:grid;gap:9px}.ts-newsletter-form input{width:100%;min-height:43px;border:1px solid #ccc;padding:0 12px}.ts-newsletter-form button{min-height:43px;border:0;background:var(--ts-red);color:#fff;font-weight:800;cursor:pointer}.ts-sidebar-heading{margin-bottom:12px}.ts-popular-item{display:grid;grid-template-columns:78px minmax(0,1fr);gap:12px;padding:13px 0;border-bottom:1px solid var(--ts-border)}.ts-popular-item>a{aspect-ratio:1/.72;overflow:hidden;border-radius:4px;background:#ddd}.ts-popular-item img{width:100%;height:100%;object-fit:cover}.ts-popular-item h3{margin:0;font-size:14px;line-height:1.25}.ts-trending-strip{padding:52px 0 58px;background:var(--ts-black);color:#fff}.ts-section-heading-light{border-bottom-color:#333}.ts-section-heading-light h2{color:#fff}.ts-trending-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.ts-trending-card{position:relative}.ts-trending-image{display:block;aspect-ratio:16/10;overflow:hidden;border-radius:var(--ts-radius-md);background:#171717}.ts-trending-image img{width:100%;height:100%;object-fit:cover}.ts-trending-number{position:absolute;left:10px;top:10px;min-width:30px;height:30px;display:grid;place-items:center;border-radius:4px;background:var(--ts-red);color:#fff;font-weight:900}.ts-trending-content{padding-top:12px}.ts-trending-content h3{margin:5px 0 0;font-size:18px;line-height:1.2}.ts-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.ts-video-image{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;border-radius:var(--ts-radius-md);background:#ddd}.ts-video-image img{width:100%;height:100%;object-fit:cover}.ts-play-button{position:absolute;left:50%;top:50%;width:52px;height:52px;display:grid;place-items:center;transform:translate(-50%,-50%);border:2px solid #fff;border-radius:50%;background:rgba(0,0,0,.35);color:#fff;font-size:17px;padding-left:3px}.ts-video-card-content{padding-top:12px}.ts-video-card h3{margin:5px 0 7px;font-size:20px;line-height:1.18}.ts-video-card time{color:var(--ts-text-muted);font-size:12px}.ts-category-section{padding:56px 0 72px}.ts-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ts-category-tile{min-height:88px;display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border:1px solid var(--ts-border);font-size:17px;font-weight:800;transition:border-color var(--ts-transition-fast),color var(--ts-transition-fast)}.ts-category-tile:hover{border-color:var(--ts-red);color:var(--ts-red)}@media(max-width:1000px){.ts-home-hero-grid{grid-template-columns:1fr}.ts-featured-story{min-height:500px}.ts-hero-side{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ts-hero-side .ts-section-heading{grid-column:1/-1;margin-bottom:-4px}.ts-compact-story{grid-template-columns:1fr;padding:0;border:0}.ts-home-content-grid{grid-template-columns:1fr}.ts-home-sidebar{border-left:0;padding-left:0;display:grid;grid-template-columns:1fr 1fr;gap:24px}.ts-sidebar-box{margin-bottom:0}.ts-trending-grid,.ts-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.ts-home-hero{padding:20px 0 28px}.ts-featured-story{min-height:430px}.ts-featured-content{left:20px;right:20px;bottom:20px}.ts-featured-content h1{font-size:31px}.ts-featured-content p{display:none}.ts-hero-side{display:block}.ts-compact-story{display:grid;grid-template-columns:112px minmax(0,1fr);gap:13px;padding:14px 0;border-bottom:1px solid #303030}.ts-hero-side .ts-section-heading{margin-bottom:0}.ts-home-section{padding:40px 0}.ts-latest-grid{grid-template-columns:1fr;gap:24px}.ts-home-sidebar{grid-template-columns:1fr}.ts-trending-strip{padding:40px 0}.ts-trending-grid,.ts-video-grid,.ts-category-grid{grid-template-columns:1fr}.ts-video-grid{gap:28px}.ts-category-section{padding:40px 0 52px}}.ts-category-page{background:#fff}.ts-category-hero{background:#050505;color:#fff;overflow:hidden}.ts-category-hero-inner{min-height:300px;position:relative;display:flex;align-items:center}.ts-category-hero-copy{position:relative;z-index:2;width:48%;padding:44px 0}.ts-eyebrow{display:block;color:var(--ts-red);font-size:12px;font-weight:800;letter-spacing:.3px;margin-bottom:10px}.ts-category-hero h1{margin:0 0 10px;font-size:48px;line-height:1.05;letter-spacing:-1px}.ts-category-hero p{max-width:430px;margin:0;color:#ddd;font-size:15px;line-height:1.55}.ts-category-hero-art{position:absolute;right:-5%;top:0;width:70%;height:100%;background:radial-gradient(ellipse at 50% 100%,#214765 0%,#07121b 43%,#050505 70%);border-radius:50% 50% 0 0;opacity:.95}.ts-category-hero-art:before{content:"";position:absolute;inset:20% 0 0 0;border-top:2px solid rgba(85,190,255,.6);border-radius:50%}.ts-category-hero-art:after{content:"";position:absolute;right:12%;top:28%;width:45%;height:35%;background:radial-gradient(circle,#c18a3a 0 2%,transparent 3%);background-size:18px 13px;opacity:.28;transform:rotate(-10deg)}.ts-category-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--ts-sidebar);gap:30px}.ts-category-results{min-width:0}.ts-category-toolbar{min-height:64px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ts-border)}.ts-category-tabs{height:100%;display:flex;align-items:stretch;gap:40px}.ts-category-tabs a{display:flex;align-items:center;position:relative;font-size:13px;font-weight:700;color:#555}.ts-category-tabs a.is-active{color:var(--ts-red)}.ts-category-tabs a.is-active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--ts-red)}.ts-sort-form{display:flex;align-items:center;gap:9px;font-size:11px;color:#555}.ts-sort-form select{height:38px;padding:0 30px 0 10px;border:1px solid var(--ts-border);border-radius:4px;background:#fff;color:#222}.ts-category-list{padding-right:0}.ts-category-story{display:grid;grid-template-columns:270px minmax(0,1fr);gap:20px;padding:18px 0;border-bottom:1px solid var(--ts-border)}.ts-category-story-image{aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:#ddd}.ts-category-story-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--ts-transition)}.ts-category-story:hover .ts-category-story-image img{transform:scale(1.02)}.ts-category-story h2{margin:5px 0 8px;font-size:21px;line-height:1.2}.ts-category-story h2 a:hover{color:var(--ts-red)}.ts-category-story p{margin:0 0 10px;color:var(--ts-text-secondary);font-size:14px}.ts-category-story-meta{display:flex;align-items:center;gap:9px;color:var(--ts-text-muted);font-size:12px}.ts-category-pagination{padding:24px 0 5px}.ts-category-pagination .nav-links{display:flex;justify-content:center;align-items:center;gap:7px}.ts-category-pagination .page-numbers{min-width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ts-border);border-radius:4px;font-size:13px}.ts-category-pagination .page-numbers.current{background:var(--ts-red);border-color:var(--ts-red);color:#fff}.ts-category-sidebar{border-left:1px solid var(--ts-border);padding-left:25px}.ts-sidebar-module{padding:24px 0;border-bottom:1px solid var(--ts-border)}.ts-sidebar-module>h2,.ts-sidebar-heading h2{margin:0 0 15px;font-size:14px}.ts-category-links{display:grid}.ts-category-links a{padding:9px 10px;font-size:13px;font-weight:600;border-radius:4px}.ts-category-links a:hover{color:var(--ts-red)}.ts-category-links a.is-current{background:#fdecec;color:var(--ts-red)}.ts-category-sidebar .ts-sidebar-box{margin:0;border:0;border-bottom:1px solid var(--ts-border);padding:24px 0}.ts-category-sidebar .ts-newsletter-box{border:0}.ts-tag-list-light a{color:#444;border-color:#ddd}.ts-tag-list-light a:hover{color:var(--ts-red);border-color:var(--ts-red)}@media(max-width:900px){.ts-category-hero-inner{min-height:260px}.ts-category-hero-copy{width:60%;padding:35px 0}.ts-category-hero h1{font-size:40px}.ts-category-hero-art{width:65%;right:-20%}.ts-category-layout{grid-template-columns:1fr;gap:0}.ts-category-sidebar{border-left:0;padding-left:0}.ts-category-story{grid-template-columns:220px minmax(0,1fr)}}@media(max-width:650px){.ts-category-hero-inner{min-height:235px}.ts-category-hero-copy{width:100%;padding:30px 0}.ts-category-hero h1{font-size:36px}.ts-category-hero p{max-width:290px;font-size:13px}.ts-category-hero-art{width:100%;right:-55%;opacity:.7}.ts-category-toolbar{min-height:58px}.ts-category-tabs{gap:22px}.ts-category-tabs a{font-size:11px}.ts-sort-form label{display:none}.ts-sort-form select{height:34px;font-size:11px}.ts-category-story{grid-template-columns:112px minmax(0,1fr);gap:13px;padding:15px 0}.ts-category-story h2{font-size:16px;margin-top:4px}.ts-category-story p{display:none}.ts-category-story-meta{font-size:11px}.ts-category-sidebar{margin-top:20px}}.ts-single-page{background:#fff}.ts-single-container{padding-top:22px}.ts-breadcrumbs{display:flex;align-items:center;gap:9px;margin-bottom:30px;color:#777;font-size:12px;overflow:hidden;white-space:nowrap}.ts-breadcrumbs a:hover{color:var(--ts-red)}.ts-breadcrumbs>span:last-child{overflow:hidden;text-overflow:ellipsis}.ts-single-header{max-width:920px;margin:0 auto 32px;text-align:center}.ts-single-header .ts-category-label{display:inline-block}.ts-single-header h1{margin:10px 0 16px;font-size:clamp(38px,5vw,62px);line-height:1.04;letter-spacing:-1.8px}.ts-single-deck{max-width:800px;margin:0 auto 20px;color:var(--ts-text-secondary);font-size:18px;line-height:1.5}.ts-single-meta-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px;text-align:left}.ts-author-meta{display:flex;align-items:center;gap:11px}.ts-author-avatar{width:48px;height:48px;overflow:hidden;border-radius:50%;background:#ddd;flex:0 0 auto}.ts-author-avatar img{width:100%;height:100%;object-fit:cover}.ts-author-byline{font-size:13px;font-weight:700}.ts-author-byline a:hover{color:var(--ts-red)}.ts-publication-meta{display:flex;align-items:center;gap:8px;margin-top:3px;color:var(--ts-text-muted);font-size:12px}.ts-single-actions{display:flex;align-items:center;gap:8px}.ts-action-button{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 13px;border:1px solid var(--ts-border);border-radius:5px;background:#fff;color:#333;font-size:12px;font-weight:700;cursor:pointer}.ts-action-button:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-action-button.is-saved{border-color:var(--ts-red);color:var(--ts-red);background:#fff5f5}.ts-action-icon{font-size:17px;line-height:1}.ts-single-hero-image{margin:0 auto 44px;max-width:1120px}.ts-single-hero-image img{width:100%;max-height:650px;object-fit:cover;border-radius:8px}.ts-single-hero-image figcaption{margin-top:8px;color:#777;font-size:11px;text-align:center}.ts-single-layout{display:grid;grid-template-columns:64px minmax(0,1fr) var(--ts-sidebar);gap:28px;max-width:1120px;margin:0 auto}.ts-single-share-rail{display:flex;flex-direction:column;align-items:center;gap:9px;padding-top:4px}.ts-single-share-rail>span{margin-bottom:4px;color:#777;font-size:9px;font-weight:800;writing-mode:vertical-rl}.ts-single-share-rail>a,.ts-single-share-rail button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--ts-border);border-radius:50%;background:#fff;color:#333;font-size:12px;font-weight:800;cursor:pointer}.ts-single-share-rail>a:hover,.ts-single-share-rail button:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-single-content{min-width:0}.ts-entry-content{font-size:17px;line-height:1.82;color:#252525}.ts-entry-content>p:first-child{font-size:19px}.ts-entry-content h2{margin:38px 0 12px;font-size:28px;line-height:1.2}.ts-entry-content h3{margin:30px 0 10px;font-size:22px}.ts-entry-content p{margin:0 0 22px}.ts-entry-content a{color:var(--ts-red);text-decoration:underline;text-underline-offset:3px}.ts-entry-content ul,.ts-entry-content ol{margin:0 0 24px;padding-left:25px}.ts-entry-content blockquote{margin:32px 0;padding:20px 24px;border-left:4px solid var(--ts-red);background:#f7f7f7;font-size:20px;font-weight:700;line-height:1.45}.ts-entry-content img{margin:28px auto;border-radius:6px}.ts-single-tags{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;margin-top:40px;padding-top:24px;border-top:1px solid var(--ts-border)}.ts-single-tags strong{font-size:12px;text-transform:uppercase}.ts-author-box{display:flex;align-items:flex-start;gap:18px;margin-top:42px;padding:25px;border:1px solid var(--ts-border);background:#fafafa}.ts-author-avatar-large{width:76px;height:76px}.ts-author-box-label{color:var(--ts-red);font-size:10px;font-weight:800}.ts-author-box h2{margin:4px 0 6px;font-size:20px}.ts-author-box h2 a:hover{color:var(--ts-red)}.ts-author-box p{margin:0;color:#666;font-size:13px}.ts-single-sidebar{border-left:1px solid var(--ts-border);padding-left:24px}.ts-related-section{margin-top:70px;padding:52px 0 64px;background:#f7f7f7}.ts-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.ts-comments-section{padding:55px 0}.ts-comments-container{max-width:820px}.ts-comments-container textarea,.ts-comments-container input[type="text"],.ts-comments-container input[type="email"]{width:100%;border:1px solid #ccc;padding:12px}.ts-comments-container input[type="submit"]{border:0;background:var(--ts-red);color:#fff;padding:12px 20px;font-weight:800;cursor:pointer}@media(max-width:1000px){.ts-single-layout{grid-template-columns:52px minmax(0,1fr);max-width:900px}.ts-single-sidebar{grid-column:2;border-left:0;border-top:1px solid var(--ts-border);padding:28px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:24px}}@media(max-width:700px){.ts-single-container{padding-top:16px}.ts-breadcrumbs{margin-bottom:22px}.ts-single-header{margin-bottom:25px}.ts-single-header h1{font-size:34px;letter-spacing:-.8px}.ts-single-deck{font-size:15px}.ts-single-meta-row{align-items:flex-start;flex-direction:column}.ts-single-actions{width:100%}.ts-action-button{flex:1;justify-content:center}.ts-single-hero-image{margin-bottom:28px}.ts-single-hero-image img{max-height:420px;border-radius:5px}.ts-single-layout{display:block}.ts-single-share-rail{flex-direction:row;justify-content:flex-start;margin-bottom:22px;padding:0}.ts-single-share-rail>span{writing-mode:initial;margin:0 4px 0 0}.ts-single-share-rail>a,.ts-single-share-rail button{width:32px;height:32px}.ts-entry-content{font-size:16px;line-height:1.75}.ts-entry-content>p:first-child{font-size:18px}.ts-entry-content h2{font-size:24px}.ts-single-tags{grid-template-columns:1fr;gap:10px}.ts-author-box{padding:18px;gap:13px}.ts-single-sidebar{display:block;margin-top:38px;padding-top:0;border-top:0}.ts-related-section{margin-top:48px;padding:40px 0 48px}.ts-related-grid{grid-template-columns:1fr}.ts-comments-section{padding:40px 0}}body.ts-search-open{overflow:hidden}.ts-search-page{background:#fff}.ts-search-hero{padding:58px 0 52px;background:#f7f7f7;border-bottom:1px solid var(--ts-border)}.ts-search-hero .ts-eyebrow{margin-bottom:8px}.ts-search-hero h1{margin:0 0 24px;font-size:44px;line-height:1.05;letter-spacing:-1px}.ts-search-page-form{max-width:780px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.ts-search-page-form input{width:100%;height:54px;border:1px solid #cfcfcf;border-radius:4px;padding:0 17px;background:#fff;font-size:15px;outline:0}.ts-search-page-form input:focus{border-color:var(--ts-red);box-shadow:0 0 0 2px rgba(237,17,17,.08)}.ts-search-page-form button{height:54px;border:0;border-radius:4px;padding:0 25px;background:var(--ts-red);color:#fff;font-size:12px;font-weight:800;cursor:pointer}.ts-search-summary{margin:15px 0 0;color:#666;font-size:13px}.ts-search-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--ts-sidebar);gap:34px;padding-top:38px}.ts-search-results{min-width:0}.ts-search-heading{padding-bottom:14px;border-bottom:2px solid #111}.ts-search-heading h2{margin:0;font-size:18px}.ts-search-result{display:grid;grid-template-columns:250px minmax(0,1fr);gap:20px;padding:20px 0;border-bottom:1px solid var(--ts-border)}.ts-search-result-image{aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:#ddd}.ts-search-result-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--ts-transition)}.ts-search-result:hover .ts-search-result-image img{transform:scale(1.02)}.ts-search-result h2{margin:5px 0 8px;font-size:21px;line-height:1.18}.ts-search-result h2 a:hover{color:var(--ts-red)}.ts-search-result p{margin:0 0 10px;color:var(--ts-text-secondary);font-size:14px}.ts-search-result-meta{display:flex;gap:8px;color:var(--ts-text-muted);font-size:12px}.ts-search-pagination{padding:24px 0}.ts-search-pagination .nav-links{display:flex;justify-content:center;align-items:center;gap:7px}.ts-search-pagination .page-numbers{min-width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ts-border);border-radius:4px;font-size:13px}.ts-search-pagination .page-numbers.current{background:var(--ts-red);border-color:var(--ts-red);color:#fff}.ts-search-sidebar{border-left:1px solid var(--ts-border);padding-left:25px}.ts-search-empty{padding:85px 20px;text-align:center;border-bottom:1px solid var(--ts-border)}.ts-search-empty-icon{font-size:55px;line-height:1;color:#bbb}.ts-search-empty h2{margin:14px 0 7px;font-size:25px}.ts-search-empty p{margin:0 auto 20px;max-width:430px;color:#666}.ts-search-reset{display:inline-flex;min-height:40px;align-items:center;padding:0 17px;background:var(--ts-red);color:#fff;font-size:11px;font-weight:800;border-radius:4px}.ts-search-overlay{position:fixed;inset:0;z-index:99990}.ts-search-overlay-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72)}.ts-search-overlay-panel{position:relative;background:#050505;color:#fff;box-shadow:0 20px 60px rgba(0,0,0,.35)}.ts-search-overlay-inner{padding-top:25px;padding-bottom:42px}.ts-search-overlay-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px;font-size:12px;font-weight:800;letter-spacing:.4px}.ts-search-overlay-close{width:38px;height:38px;border:1px solid #333;border-radius:50%;background:transparent;color:#fff;font-size:27px;line-height:1;cursor:pointer}.ts-search-overlay-close:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-search-overlay-form{display:grid;grid-template-columns:minmax(0,1fr) 58px;border-bottom:2px solid #555}.ts-search-overlay-form input{width:100%;height:72px;border:0;outline:0;background:transparent;color:#fff;font-size:34px;font-weight:500}.ts-search-overlay-form input::placeholder{color:#777}.ts-search-overlay-form button{border:0;background:transparent;color:#fff;cursor:pointer}.ts-search-overlay-form button:hover{color:var(--ts-red)}.ts-search-overlay-form .ts-icon-search{margin:auto;width:22px;height:22px}.ts-search-overlay-suggestions{padding-top:23px}.ts-search-overlay-suggestions>span{display:block;margin-bottom:12px;color:#888;font-size:10px;font-weight:800}.ts-search-overlay-suggestions>div{display:flex;flex-wrap:wrap;gap:8px}.ts-search-overlay-suggestions a{padding:8px 12px;border:1px solid #333;border-radius:4px;color:#ccc;font-size:12px}.ts-search-overlay-suggestions a:hover{border-color:var(--ts-red);color:#fff}@media(max-width:900px){.ts-search-layout{grid-template-columns:1fr}.ts-search-sidebar{border-left:0;padding-left:0}}@media(max-width:650px){.ts-search-hero{padding:40px 0 35px}.ts-search-hero h1{font-size:35px}.ts-search-page-form{grid-template-columns:1fr}.ts-search-page-form button{width:100%}.ts-search-layout{padding-top:25px}.ts-search-result{grid-template-columns:112px minmax(0,1fr);gap:13px;padding:15px 0}.ts-search-result h2{font-size:16px}.ts-search-result p{display:none}.ts-search-result-meta{font-size:11px}.ts-search-overlay-inner{padding-top:18px;padding-bottom:28px}.ts-search-overlay-form input{height:58px;font-size:22px}.ts-search-overlay-form{grid-template-columns:minmax(0,1fr) 42px}}.ts-latest-page{background:#fff}.ts-latest-hero{padding:58px 0 52px;background:#050505;color:#fff}.ts-latest-hero .ts-eyebrow{margin-bottom:8px}.ts-latest-hero h1{margin:0 0 10px;font-size:48px;line-height:1.05;letter-spacing:-1px}.ts-latest-hero p{max-width:610px;margin:0;color:#cfcfcf;font-size:15px;line-height:1.55}.ts-latest-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--ts-sidebar);gap:34px;padding-top:38px}.ts-latest-results{min-width:0}.ts-latest-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:14px;border-bottom:2px solid #111}.ts-latest-count{font-size:13px;font-weight:700}.ts-latest-filter{display:flex;align-items:center;gap:18px;overflow:auto;white-space:nowrap}.ts-latest-filter>span{color:#777;font-size:10px;font-weight:800}.ts-latest-filter a{position:relative;color:#555;font-size:11px;font-weight:800}.ts-latest-filter a:hover,.ts-latest-filter a.is-active{color:var(--ts-red)}.ts-latest-filter a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-15px;height:2px;background:var(--ts-red)}.ts-latest-story{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;padding:21px 0;border-bottom:1px solid var(--ts-border)}.ts-latest-story-image{aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:#ddd}.ts-latest-story-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--ts-transition)}.ts-latest-story:hover .ts-latest-story-image img{transform:scale(1.025)}.ts-latest-story h2{margin:5px 0 8px;font-size:22px;line-height:1.17}.ts-latest-story h2 a:hover{color:var(--ts-red)}.ts-latest-story p{margin:0 0 12px;color:var(--ts-text-secondary);font-size:14px;line-height:1.5}.ts-latest-story-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:var(--ts-text-muted);font-size:11px}.ts-latest-author{font-weight:700;color:#555}.ts-latest-pagination{padding:27px 0}.ts-latest-pagination .page-numbers{display:flex;align-items:center;justify-content:center;gap:7px;list-style:none;margin:0;padding:0}.ts-latest-pagination .page-numbers li{margin:0}.ts-latest-pagination .page-numbers a,.ts-latest-pagination .page-numbers span{min-width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ts-border);border-radius:4px;font-size:13px}.ts-latest-pagination .page-numbers .current{background:var(--ts-red);border-color:var(--ts-red);color:#fff}.ts-latest-sidebar{border-left:1px solid var(--ts-border);padding-left:25px}.ts-latest-sidebar .ts-sidebar-box{margin-bottom:28px}@media(max-width:900px){.ts-latest-layout{grid-template-columns:1fr}.ts-latest-sidebar{border-left:0;padding-left:0}}@media(max-width:650px){.ts-latest-hero{padding:40px 0 35px}.ts-latest-hero h1{font-size:36px}.ts-latest-hero p{font-size:13px}.ts-latest-layout{padding-top:24px}.ts-latest-toolbar{align-items:flex-start;flex-direction:column;gap:13px}.ts-latest-filter{width:100%;gap:18px;padding-bottom:3px}.ts-latest-filter a.is-active:after{bottom:-5px}.ts-latest-story{grid-template-columns:112px minmax(0,1fr);gap:13px;padding:15px 0}.ts-latest-story h2{font-size:16px;margin-top:4px}.ts-latest-story p{display:none}.ts-latest-story-meta{font-size:10px}}.ts-trending-page{background:#fff}.ts-trending-hero{padding:58px 0 52px;background:#050505;color:#fff}.ts-trending-hero .ts-eyebrow{margin-bottom:8px}.ts-trending-hero h1{margin:0 0 10px;font-size:48px;line-height:1.05;letter-spacing:-1px}.ts-trending-hero p{max-width:610px;margin:0;color:#cfcfcf;font-size:15px;line-height:1.55}.ts-trending-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--ts-sidebar);gap:34px;padding-top:38px}.ts-trending-results{min-width:0}.ts-trending-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:14px;border-bottom:2px solid #111}.ts-trending-count{font-size:13px;font-weight:800}.ts-trending-period{display:flex;align-items:center;gap:7px;color:#777;font-size:10px}.ts-trending-period strong{color:#111;font-size:10px}.ts-trending-list{counter-reset:trending-rank}.ts-trending-story{display:grid;grid-template-columns:48px 240px minmax(0,1fr);gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid var(--ts-border)}.ts-trending-rank{font-size:22px;font-weight:900;color:#aaa;text-align:center;letter-spacing:-1px}.ts-trending-story:nth-child(-n+3) .ts-trending-rank{color:var(--ts-red)}.ts-trending-story-image{aspect-ratio:16/10;overflow:hidden;border-radius:5px;background:#ddd}.ts-trending-story-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--ts-transition)}.ts-trending-story:hover .ts-trending-story-image img{transform:scale(1.025)}.ts-trending-story h2{margin:5px 0 8px;font-size:21px;line-height:1.18}.ts-trending-story h2 a:hover{color:var(--ts-red)}.ts-trending-story p{margin:0 0 10px;color:var(--ts-text-secondary);font-size:14px;line-height:1.5}.ts-trending-story-meta{display:flex;align-items:center;gap:8px;color:var(--ts-text-muted);font-size:11px}.ts-trending-pagination{padding:27px 0}.ts-trending-pagination .page-numbers{display:flex;align-items:center;justify-content:center;gap:7px;list-style:none;margin:0;padding:0}.ts-trending-pagination .page-numbers li{margin:0}.ts-trending-pagination .page-numbers a,.ts-trending-pagination .page-numbers span{min-width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ts-border);border-radius:4px;font-size:13px}.ts-trending-pagination .page-numbers .current{background:var(--ts-red);border-color:var(--ts-red);color:#fff}.ts-trending-sidebar{border-left:1px solid var(--ts-border);padding-left:25px}.ts-trending-sidebar .ts-sidebar-box{margin-bottom:28px}.ts-trending-explainer{padding:22px 0}.ts-sidebar-kicker{display:block;margin-bottom:7px;color:var(--ts-red);font-size:10px;font-weight:800}.ts-trending-explainer h2{margin:0 0 8px;font-size:20px}.ts-trending-explainer p{margin:0;color:#666;font-size:13px;line-height:1.55}@media(max-width:900px){.ts-trending-layout{grid-template-columns:1fr}.ts-trending-sidebar{border-left:0;padding-left:0}}@media(max-width:650px){.ts-trending-hero{padding:40px 0 35px}.ts-trending-hero h1{font-size:36px}.ts-trending-hero p{font-size:13px}.ts-trending-layout{padding-top:24px}.ts-trending-toolbar{align-items:flex-start;flex-direction:column;gap:10px}.ts-trending-story{grid-template-columns:34px 112px minmax(0,1fr);gap:10px;padding:15px 0}.ts-trending-rank{font-size:15px}.ts-trending-story h2{font-size:16px;margin-top:4px}.ts-trending-story p{display:none}.ts-trending-story-meta{font-size:10px}}.ts-video-archive-page,.ts-video-single-page{background:#fff}.ts-video-archive-hero{padding:58px 0 52px;background:#050505;color:#fff}.ts-video-archive-hero .ts-eyebrow{margin-bottom:8px}.ts-video-archive-hero h1{margin:0 0 10px;font-size:48px;line-height:1.05;letter-spacing:-1px}.ts-video-archive-hero p{max-width:610px;margin:0;color:#cfcfcf;font-size:15px;line-height:1.55}.ts-video-archive-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--ts-sidebar);gap:34px;padding-top:38px}.ts-video-archive-results{min-width:0}.ts-video-archive-toolbar{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:2px solid #111;font-size:13px;font-weight:700}.ts-video-archive-toolbar>a{color:var(--ts-red);font-size:11px;font-weight:800}.ts-video-archive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 22px;padding-top:22px}.ts-video-archive-image{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;border-radius:6px;background:#ddd}.ts-video-archive-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--ts-transition)}.ts-video-archive-card:hover .ts-video-archive-image img{transform:scale(1.025)}.ts-video-card-play{position:absolute;left:18px;bottom:18px;width:44px;height:44px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:rgba(0,0,0,.5);color:#fff;font-size:14px;padding-left:2px}.ts-video-archive-card-body{padding-top:11px}.ts-video-archive-card h2{margin:5px 0 7px;font-size:20px;line-height:1.18}.ts-video-archive-card h2 a:hover{color:var(--ts-red)}.ts-video-archive-meta{color:var(--ts-text-muted);font-size:11px}.ts-video-archive-pagination{padding:28px 0}.ts-video-archive-pagination .page-numbers,.ts-video-related-grid+.page-numbers{display:flex;align-items:center;justify-content:center;gap:7px;list-style:none;margin:0;padding:0}.ts-video-archive-pagination .page-numbers li{margin:0}.ts-video-archive-pagination .page-numbers a,.ts-video-archive-pagination .page-numbers span{min-width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ts-border);border-radius:4px;font-size:13px}.ts-video-archive-pagination .page-numbers .current{background:var(--ts-red);border-color:var(--ts-red);color:#fff}.ts-video-archive-sidebar{border-left:1px solid var(--ts-border);padding-left:25px}.ts-video-single-page{background:#fff}.ts-video-single-page>.ts-video-single-article{padding-top:22px}.ts-video-single-header{max-width:920px;margin:0 auto 28px;text-align:center}.ts-video-single-header h1{margin:10px 0 13px;font-size:clamp(36px,5vw,58px);line-height:1.04;letter-spacing:-1.6px}.ts-video-single-header>p{max-width:760px;margin:0 auto 15px;color:var(--ts-text-secondary);font-size:17px;line-height:1.5}.ts-video-single-meta{display:flex;justify-content:center;align-items:center;gap:8px;color:var(--ts-text-muted);font-size:12px}.ts-video-player-shell{position:relative;max-width:1120px;margin:0 auto;background:#050505;aspect-ratio:16/9;overflow:hidden;border-radius:7px}.ts-video-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ts-video-poster-placeholder{background:linear-gradient(135deg,#151515,#050505)}.ts-video-player-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(0,0,0,.04) 50%,rgba(0,0,0,.8) 100%)}.ts-video-main-play{width:74px;height:74px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:rgba(0,0,0,.45);color:#fff;font-size:22px;cursor:pointer;padding-left:4px}.ts-video-main-play:hover{background:var(--ts-red);border-color:var(--ts-red)}.ts-video-player-controls{position:absolute;left:20px;right:20px;bottom:17px;display:flex;align-items:center;gap:12px;color:#fff}.ts-video-control{width:28px;height:28px;padding:0;border:0;background:transparent;color:#fff;cursor:pointer}.ts-video-progress{height:4px;flex:1;background:rgba(255,255,255,.35);border-radius:10px;overflow:hidden;cursor:pointer}.ts-video-progress span{display:block;width:0;height:100%;background:var(--ts-red)}.ts-video-time{font-size:10px}.ts-video-single-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--ts-sidebar);gap:34px;max-width:1000px;margin:40px auto 0}.ts-video-description{font-size:17px;line-height:1.8;color:#252525}.ts-video-description p{margin:0 0 22px}.ts-video-description h2{margin:35px 0 12px;font-size:27px}.ts-video-single-sidebar{border-left:1px solid var(--ts-border);padding-left:24px}.ts-video-related-section{margin-top:65px;padding:50px 0 65px;background:#f7f7f7}.ts-video-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}@media(max-width:900px){.ts-video-archive-layout{grid-template-columns:1fr}.ts-video-archive-sidebar{border-left:0;padding-left:0}.ts-video-single-layout{grid-template-columns:1fr}.ts-video-single-sidebar{border-left:0;border-top:1px solid var(--ts-border);padding:28px 0 0}}@media(max-width:650px){.ts-video-archive-hero{padding:40px 0 35px}.ts-video-archive-hero h1{font-size:36px}.ts-video-archive-hero p{font-size:13px}.ts-video-archive-layout{padding-top:24px}.ts-video-archive-grid{grid-template-columns:1fr;gap:26px}.ts-video-card-play{left:13px;bottom:13px;width:39px;height:39px;font-size:12px}.ts-video-single-page>.ts-video-single-article{padding-top:16px}.ts-video-single-header h1{font-size:34px;letter-spacing:-.8px}.ts-video-single-header>p{font-size:15px}.ts-video-player-shell{border-radius:4px}.ts-video-main-play{width:58px;height:58px;font-size:17px}.ts-video-player-controls{left:12px;right:12px;bottom:10px;gap:7px}.ts-video-single-layout{margin-top:28px}.ts-video-description{font-size:16px}.ts-video-related-section{margin-top:45px;padding:40px 0 50px}.ts-video-related-grid{grid-template-columns:1fr}}.ts-authors-page,.ts-author-page{background:#fff}.ts-authors-hero{padding:58px 0 52px;background:#050505;color:#fff}.ts-authors-hero .ts-eyebrow{margin-bottom:8px}.ts-authors-hero h1{margin:0 0 10px;font-size:48px;line-height:1.05;letter-spacing:-1px}.ts-authors-hero p{max-width:610px;margin:0;color:#cfcfcf;font-size:15px;line-height:1.55}.ts-authors-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding:42px 0}.ts-author-card{display:flex;gap:16px;align-items:flex-start;padding:22px;border:1px solid var(--ts-border);background:#fff;transition:box-shadow var(--ts-transition),transform var(--ts-transition)}.ts-author-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.07)}.ts-author-card-avatar{width:76px;height:76px;overflow:hidden;border-radius:50%;background:#ddd;flex:0 0 auto}.ts-author-card-avatar img{width:100%;height:100%;object-fit:cover}.ts-author-card-role{color:var(--ts-red);font-size:9px;font-weight:800}.ts-author-card h2{margin:4px 0 6px;font-size:19px;line-height:1.15}.ts-author-card h2 a:hover{color:var(--ts-red)}.ts-author-card p{margin:0 0 8px;color:#666;font-size:12px;line-height:1.45}.ts-author-card-count{color:#888;font-size:10px;font-weight:700}.ts-authors-pagination{padding:0 0 55px}.ts-authors-pagination .page-numbers,.ts-author-pagination .page-numbers{display:flex;align-items:center;justify-content:center;gap:7px;list-style:none;margin:0;padding:0}.ts-authors-pagination .page-numbers li,.ts-author-pagination .page-numbers li{margin:0}.ts-authors-pagination .page-numbers a,.ts-authors-pagination .page-numbers span,.ts-author-pagination .page-numbers a,.ts-author-pagination .page-numbers span{min-width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ts-border);border-radius:4px;font-size:13px}.ts-authors-pagination .page-numbers .current,.ts-author-pagination .page-numbers .current{background:var(--ts-red);border-color:var(--ts-red);color:#fff}.ts-author-hero{padding:52px 0;background:#050505;color:#fff}.ts-author-profile{display:flex;align-items:center;gap:25px;max-width:900px}.ts-author-profile-avatar{width:120px;height:120px;overflow:hidden;border-radius:50%;background:#333;flex:0 0 auto}.ts-author-profile-avatar img{width:100%;height:100%;object-fit:cover}.ts-author-profile-content .ts-eyebrow{margin-bottom:7px}.ts-author-profile h1{margin:0 0 9px;font-size:42px;line-height:1.05;letter-spacing:-1px}.ts-author-profile-content>p{max-width:650px;margin:0 0 12px;color:#ccc;font-size:14px;line-height:1.55}.ts-author-profile-meta{display:flex;gap:9px;align-items:center;color:#999;font-size:11px}.ts-author-profile-meta a{color:#fff;font-weight:700}.ts-author-profile-meta a:hover{color:var(--ts-red)}.ts-author-content-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--ts-sidebar);gap:34px;padding-top:38px}.ts-author-stories{min-width:0}.ts-author-story{display:grid;grid-template-columns:250px minmax(0,1fr);gap:20px;padding:20px 0;border-bottom:1px solid var(--ts-border)}.ts-author-story-image{aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:#ddd}.ts-author-story-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--ts-transition)}.ts-author-story:hover .ts-author-story-image img{transform:scale(1.025)}.ts-author-story h2{margin:5px 0 8px;font-size:21px;line-height:1.18}.ts-author-story h2 a:hover{color:var(--ts-red)}.ts-author-story p{margin:0 0 10px;color:var(--ts-text-secondary);font-size:14px;line-height:1.5}.ts-author-story-meta{display:flex;gap:8px;color:var(--ts-text-muted);font-size:11px}.ts-author-sidebar{border-left:1px solid var(--ts-border);padding-left:25px}.ts-author-directory-link{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--ts-border);font-size:12px;font-weight:700}.ts-author-directory-link:hover{color:var(--ts-red)}.ts-author-pagination{padding:27px 0}@media(max-width:1000px){.ts-authors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ts-author-content-layout{grid-template-columns:1fr}.ts-author-sidebar{border-left:0;padding-left:0}}@media(max-width:650px){.ts-authors-hero{padding:40px 0 35px}.ts-authors-hero h1{font-size:36px}.ts-authors-hero p{font-size:13px}.ts-authors-grid{grid-template-columns:1fr;padding:25px 0 35px}.ts-author-card{padding:17px}.ts-author-card-avatar{width:64px;height:64px}.ts-author-hero{padding:38px 0}.ts-author-profile{align-items:flex-start;gap:16px}.ts-author-profile-avatar{width:82px;height:82px}.ts-author-profile h1{font-size:30px}.ts-author-profile-content>p{font-size:12px}.ts-author-profile-meta{flex-wrap:wrap}.ts-author-content-layout{padding-top:25px}.ts-author-story{grid-template-columns:112px minmax(0,1fr);gap:13px;padding:15px 0}.ts-author-story h2{font-size:16px}.ts-author-story p{display:none}.ts-author-story-meta{font-size:10px}}.ts-date-archive-page,.ts-directory-page{background:#fff}.ts-date-archive-hero,.ts-directory-hero{padding:58px 0 52px;background:#050505;color:#fff}.ts-date-archive-hero .ts-eyebrow,.ts-directory-hero .ts-eyebrow{margin-bottom:8px}.ts-date-archive-hero h1,.ts-directory-hero h1{margin:0 0 10px;font-size:48px;line-height:1.05;letter-spacing:-1px}.ts-date-archive-hero p,.ts-directory-hero p{max-width:610px;margin:0;color:#cfcfcf;font-size:15px;line-height:1.55}.ts-date-archive-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:38px;padding-top:40px}.ts-date-archive-nav{border-right:1px solid var(--ts-border);padding-right:22px}.ts-archive-nav-heading{padding-bottom:12px;border-bottom:2px solid #111;color:#111;font-size:10px;font-weight:800}.ts-date-archive-nav nav{display:flex;flex-direction:column}.ts-date-archive-nav nav a{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--ts-border);color:#555;font-size:12px;font-weight:700}.ts-date-archive-nav nav a:hover,.ts-date-archive-nav nav a.is-active{color:var(--ts-red)}.ts-date-archive-nav nav small{color:#999;font-size:10px}.ts-date-archive-results{min-width:0}.ts-date-archive-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:16px;border-bottom:2px solid #111}.ts-date-archive-heading h2{margin:3px 0 0;font-size:28px}.ts-date-filter-form{display:flex;align-items:center;gap:9px}.ts-date-filter-form label{color:#777;font-size:9px;font-weight:800}.ts-date-filter-form select{height:36px;border:1px solid var(--ts-border);border-radius:4px;padding:0 28px 0 10px;background:#fff;font-size:12px}.ts-date-archive-list{display:flex;flex-direction:column}.ts-archive-story{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px;padding:19px 0;border-bottom:1px solid var(--ts-border)}.ts-archive-story-image{aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:#ddd}.ts-archive-story-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--ts-transition)}.ts-archive-story:hover .ts-archive-story-image img{transform:scale(1.025)}.ts-archive-story h2{margin:5px 0 8px;font-size:20px;line-height:1.18}.ts-archive-story h2 a:hover{color:var(--ts-red)}.ts-archive-story p{margin:0 0 10px;color:var(--ts-text-secondary);font-size:13px;line-height:1.5}.ts-archive-story-meta{display:flex;gap:8px;color:var(--ts-text-muted);font-size:11px}.ts-date-archive-pagination,.ts-directory-pagination{padding:27px 0}.ts-date-archive-pagination .page-numbers,.ts-directory-pagination .page-numbers{display:flex;align-items:center;justify-content:center;gap:7px;list-style:none;margin:0;padding:0}.ts-date-archive-pagination .page-numbers li,.ts-directory-pagination .page-numbers li{margin:0}.ts-date-archive-pagination .page-numbers a,.ts-date-archive-pagination .page-numbers span,.ts-directory-pagination .page-numbers a,.ts-directory-pagination .page-numbers span{min-width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ts-border);border-radius:4px;font-size:13px}.ts-date-archive-pagination .page-numbers .current,.ts-directory-pagination .page-numbers .current{background:var(--ts-red);border-color:var(--ts-red);color:#fff}.ts-category-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:42px 0}.ts-category-directory-card{position:relative;display:grid;grid-template-columns:35px minmax(0,1fr) 20px;gap:14px;min-height:190px;padding:22px;border:1px solid var(--ts-border);background:#fff;transition:transform var(--ts-transition),box-shadow var(--ts-transition),border-color var(--ts-transition)}.ts-category-directory-card:hover{transform:translateY(-2px);border-color:#bbb;box-shadow:0 8px 24px rgba(0,0,0,.06)}.ts-category-directory-number{color:var(--ts-red);font-size:11px;font-weight:900}.ts-category-directory-card h2{margin:0 0 8px;font-size:22px;line-height:1.1}.ts-category-directory-card p{margin:0 0 14px;color:#666;font-size:12px;line-height:1.5}.ts-category-directory-count{color:#999;font-size:10px;font-weight:800}.ts-category-directory-arrow{align-self:end;color:#111;font-size:18px}.ts-category-directory-card:hover .ts-category-directory-arrow{color:var(--ts-red)}.ts-topic-directory{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:42px 0}.ts-topic-directory-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 15px;border:1px solid var(--ts-border);border-radius:4px;color:#222;background:#fff;font-size:12px;font-weight:700;transition:border-color var(--ts-transition),color var(--ts-transition),background var(--ts-transition)}.ts-topic-directory-item:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-topic-directory-item small{color:#999;font-size:9px;font-weight:600;white-space:nowrap}@media(max-width:950px){.ts-category-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ts-topic-directory{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.ts-date-archive-hero,.ts-directory-hero{padding:40px 0 35px}.ts-date-archive-hero h1,.ts-directory-hero h1{font-size:36px}.ts-date-archive-hero p,.ts-directory-hero p{font-size:13px}.ts-date-archive-layout{grid-template-columns:1fr;gap:25px;padding-top:25px}.ts-date-archive-nav{border-right:0;border-bottom:1px solid var(--ts-border);padding:0 0 14px}.ts-date-archive-nav nav{display:grid;grid-template-columns:repeat(3,1fr);gap:0 15px}.ts-date-archive-nav nav a{font-size:11px}.ts-date-archive-heading{align-items:flex-start;flex-direction:column;gap:14px}.ts-date-filter-form{width:100%}.ts-date-filter-form select{flex:1}.ts-archive-story{grid-template-columns:112px minmax(0,1fr);gap:13px;padding:15px 0}.ts-archive-story h2{font-size:16px}.ts-archive-story p{display:none}.ts-archive-story-meta{font-size:10px}.ts-category-directory-grid{grid-template-columns:1fr;padding:25px 0 35px}.ts-category-directory-card{min-height:145px;padding:18px}.ts-topic-directory{grid-template-columns:repeat(2,minmax(0,1fr));padding:25px 0 35px;gap:8px}.ts-topic-directory-item{padding:12px 10px;font-size:11px}}.ts-account-page{background:#fff}.ts-account-hero{padding:52px 0 46px;background:#050505;color:#fff}.ts-account-hero .ts-eyebrow{margin-bottom:8px}.ts-account-hero h1{margin:0 0 10px;font-size:48px;line-height:1.05;letter-spacing:-1px}.ts-account-hero p{max-width:620px;margin:0;color:#ccc;font-size:14px;line-height:1.55}.ts-account-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:42px;padding-top:38px;padding-bottom:65px}.ts-account-nav{align-self:start;border-right:1px solid var(--ts-border);padding-right:24px}.ts-account-nav-profile{display:flex;align-items:center;gap:11px;padding-bottom:20px;border-bottom:1px solid var(--ts-border)}.ts-account-nav-avatar{width:52px;height:52px;overflow:hidden;border-radius:50%;background:#ddd;flex:0 0 auto}.ts-account-nav-avatar img{width:100%;height:100%;object-fit:cover}.ts-account-nav-profile strong{display:block;font-size:12px;line-height:1.2}.ts-account-nav-profile span{display:block;margin-top:4px;color:#888;font-size:9px;overflow:hidden;text-overflow:ellipsis}.ts-account-nav-links{display:flex;flex-direction:column;padding-top:10px}.ts-account-nav-links a{display:flex;align-items:center;justify-content:space-between;padding:12px 9px;color:#555;border-left:2px solid transparent;font-size:12px;font-weight:700}.ts-account-nav-links a:hover,.ts-account-nav-links a.is-active{color:var(--ts-red);background:#fafafa;border-left-color:var(--ts-red)}.ts-account-nav-links small{min-width:20px;text-align:center;color:#999;font-size:9px}.ts-account-content{min-width:0}.ts-account-notice{padding:13px 15px;margin-bottom:20px;border:1px solid;font-size:12px;font-weight:700}.ts-account-notice-success{border-color:#b9ddc3;background:#f3fbf5;color:#28723a}.ts-account-notice-error{border-color:#e7bcbc;background:#fff6f6;color:#9c2222}.ts-profile-card{padding:25px;border:1px solid var(--ts-border)}.ts-profile-card-top{display:flex;align-items:center;gap:20px}.ts-profile-avatar{width:110px;height:110px;overflow:hidden;border-radius:50%;background:#ddd;flex:0 0 auto}.ts-profile-avatar img{width:100%;height:100%;object-fit:cover}.ts-profile-role{color:var(--ts-red);font-size:9px;font-weight:800}.ts-profile-card h2{margin:5px 0 6px;font-size:26px}.ts-profile-card-top p{margin:0;color:#888;font-size:11px}.ts-profile-stats{display:flex;gap:35px;margin-top:25px;padding-top:20px;border-top:1px solid var(--ts-border)}.ts-profile-stats strong{display:block;font-size:21px}.ts-profile-stats span{display:block;margin-top:2px;color:#888;font-size:10px}.ts-account-panel{margin-top:22px;padding:25px;border:1px solid var(--ts-border)}.ts-account-panel-heading{margin-bottom:20px}.ts-account-panel-heading h2{margin:0 0 5px;font-size:20px}.ts-account-panel-heading p{margin:0;color:#777;font-size:12px}.ts-account-form{display:grid;gap:17px}.ts-form-field{display:grid;gap:7px}.ts-form-field label,.ts-setting-select label{font-size:11px;font-weight:800}.ts-form-field input,.ts-form-field textarea,.ts-setting-select select{width:100%;border:1px solid #ccc;border-radius:4px;background:#fff;padding:12px;font:inherit;font-size:13px;outline:0}.ts-form-field input:focus,.ts-form-field textarea:focus,.ts-setting-select select:focus{border-color:var(--ts-red)}.ts-form-field input:disabled{background:#f5f5f5;color:#999}.ts-form-field small{color:#888;font-size:10px}.ts-account-submit{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:0;border-radius:4px;padding:0 20px;background:var(--ts-red);color:#fff;font-size:11px;font-weight:800;cursor:pointer}.ts-account-submit:hover{opacity:.9}.ts-account-content-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:14px;border-bottom:2px solid #111}.ts-account-content-heading h2{margin:3px 0 0;font-size:27px}.ts-saved-list{display:flex;flex-direction:column}.ts-saved-card{position:relative;display:grid;grid-template-columns:210px minmax(0,1fr) 30px;gap:18px;padding:18px 0;border-bottom:1px solid var(--ts-border)}.ts-saved-card-image{aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:#ddd}.ts-saved-card-image img{width:100%;height:100%;object-fit:cover}.ts-saved-card h2{margin:5px 0 8px;font-size:19px;line-height:1.18}.ts-saved-card h2 a:hover{color:var(--ts-red)}.ts-saved-card p{margin:0 0 10px;color:#666;font-size:13px;line-height:1.5}.ts-saved-card-meta{display:flex;gap:8px;color:#999;font-size:10px}.ts-remove-saved{width:30px;height:30px;border:1px solid var(--ts-border);border-radius:50%;background:#fff;color:#777;font-size:20px;line-height:1;cursor:pointer}.ts-remove-saved:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-account-empty{text-align:center;padding:70px 20px;border:1px dashed #ccc}.ts-account-empty-icon{font-size:45px;color:#bbb}.ts-account-empty h2{margin:10px 0 6px;font-size:22px}.ts-account-empty p{margin:0 auto 18px;max-width:420px;color:#777;font-size:13px}.ts-account-empty>a{display:inline-flex;align-items:center;min-height:38px;padding:0 16px;border-radius:4px;background:var(--ts-red);color:#fff;font-size:10px;font-weight:800}.ts-account-pagination{padding-top:25px}.ts-account-pagination .page-numbers{display:flex;align-items:center;justify-content:center;gap:7px;list-style:none;margin:0;padding:0}.ts-account-pagination .page-numbers li{margin:0}.ts-account-pagination .page-numbers a,.ts-account-pagination .page-numbers span{min-width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ts-border);border-radius:4px;font-size:13px}.ts-account-pagination .page-numbers .current{background:var(--ts-red);border-color:var(--ts-red);color:#fff}.ts-notification-heading{align-items:center}.ts-account-text-button{border:0;background:transparent;color:var(--ts-red);font-size:10px;font-weight:800;cursor:pointer}.ts-notification-list{border-top:1px solid var(--ts-border)}.ts-notification-item{display:grid;grid-template-columns:12px minmax(0,1fr) 20px;gap:13px;align-items:center;padding:17px 4px;border-bottom:1px solid var(--ts-border)}.ts-notification-item:hover{background:#fafafa}.ts-notification-dot{width:7px;height:7px;border-radius:50%;background:transparent}.ts-notification-item.is-new .ts-notification-dot{background:var(--ts-red)}.ts-notification-type{color:var(--ts-red);font-size:9px;font-weight:800;text-transform:uppercase}.ts-notification-item h3{margin:4px 0 5px;font-size:15px;line-height:1.25}.ts-notification-item time{color:#999;font-size:10px}.ts-notification-arrow{color:#999}.ts-settings-form{display:grid;gap:22px}.ts-setting-toggle{display:grid;grid-template-columns:minmax(0,1fr) 46px;gap:20px;align-items:center;padding:17px 0;border-bottom:1px solid var(--ts-border);cursor:pointer}.ts-setting-toggle strong{display:block;font-size:13px}.ts-setting-toggle small{display:block;margin-top:4px;color:#888;font-size:10px;line-height:1.4}.ts-setting-toggle input{position:absolute;opacity:0;pointer-events:none}.ts-toggle-ui{position:relative;width:44px;height:24px;border-radius:20px;background:#ccc;transition:background .2s}.ts-toggle-ui:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s}.ts-setting-toggle input:checked+.ts-toggle-ui{background:var(--ts-red)}.ts-setting-toggle input:checked+.ts-toggle-ui:after{transform:translateX(20px)}.ts-setting-select{display:grid;gap:8px;max-width:360px}@media(max-width:800px){.ts-account-layout{grid-template-columns:1fr;gap:25px}.ts-account-nav{border-right:0;border-bottom:1px solid var(--ts-border);padding:0 0 15px}.ts-account-nav-profile{display:none}.ts-account-nav-links{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding-top:0}.ts-account-nav-links a{justify-content:center;border-left:0;border-bottom:2px solid transparent;padding:10px 5px;font-size:10px;text-align:center}.ts-account-nav-links a:hover,.ts-account-nav-links a.is-active{border-left:0;border-bottom-color:var(--ts-red)}.ts-account-nav-links a:last-child{grid-column:1/-1}}@media(max-width:600px){.ts-account-hero{padding:40px 0 35px}.ts-account-hero h1{font-size:36px}.ts-account-hero p{font-size:13px}.ts-account-layout{padding-top:24px;padding-bottom:45px}.ts-account-nav-links{grid-template-columns:repeat(2,1fr)}.ts-profile-card{padding:18px}.ts-profile-card-top{align-items:flex-start;gap:13px}.ts-profile-avatar{width:80px;height:80px}.ts-profile-card h2{font-size:21px}.ts-profile-stats{gap:22px}.ts-account-panel{padding:18px}.ts-account-content-heading{align-items:flex-start;flex-direction:column;gap:8px}.ts-saved-card{grid-template-columns:112px minmax(0,1fr) 28px;gap:11px;padding:14px 0}.ts-saved-card h2{font-size:15px}.ts-saved-card p{display:none}.ts-saved-card-meta{font-size:9px}.ts-remove-saved{width:27px;height:27px;font-size:17px}.ts-notification-item h3{font-size:14px}}.ts-newsletter-form-content h2{margin:0 0 10px;font-size:22px;line-height:1.15}.ts-newsletter-form-content>p{margin:0 0 13px;color:#666;font-size:12px;line-height:1.5}.ts-newsletter-input-row{display:flex;gap:7px}.ts-newsletter-input-row input{min-width:0;flex:1;height:40px;border:1px solid #ccc;border-radius:4px;padding:0 11px;background:#fff;font:inherit;font-size:12px;outline:0}.ts-newsletter-input-row input:focus{border-color:var(--ts-red)}.ts-newsletter-input-row button{height:40px;border:0;border-radius:4px;padding:0 13px;background:var(--ts-red);color:#fff;font-size:10px;font-weight:800;cursor:pointer;white-space:nowrap}.ts-newsletter-input-row button:hover{opacity:.9}.ts-newsletter-input-row button:disabled{opacity:.6;cursor:wait}.ts-newsletter-disclaimer{display:block;margin-top:9px;color:#999;font-size:9px;line-height:1.4}.ts-newsletter-message{min-height:16px;margin:8px 0 0!important;font-size:10px!important;font-weight:700}.ts-newsletter-message.is-loading{color:#777}.ts-newsletter-message.is-success{color:#28723a}.ts-newsletter-message.is-error{color:#a52a2a}.ts-newsletter-form.is-success .ts-newsletter-input-row{opacity:.55}.ts-newsletter-page{background:#fff}.ts-newsletter-hero{padding:75px 0 78px;background:#050505;color:#fff}.ts-newsletter-hero>.ts-container{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:70px;align-items:center}.ts-newsletter-hero-copy .ts-eyebrow{margin-bottom:10px}.ts-newsletter-hero-copy h1{margin:0 0 18px;font-size:clamp(44px,5vw,68px);line-height:.99;letter-spacing:-2px}.ts-newsletter-hero-copy h1 span{color:#ccc}.ts-newsletter-hero-copy>p{max-width:650px;margin:0;color:#c8c8c8;font-size:16px;line-height:1.6}.ts-newsletter-hero-form{padding:27px;background:#fff;color:#111;border-radius:7px}.ts-newsletter-hero-form .ts-newsletter-form-content h2{font-size:25px}.ts-newsletter-hero-form .ts-newsletter-form-content>p{font-size:13px}.ts-newsletter-benefits{padding:62px 0 70px}.ts-newsletter-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.ts-newsletter-benefit-grid article{padding:25px;border:1px solid var(--ts-border)}.ts-newsletter-benefit-grid article>span{color:var(--ts-red);font-size:10px;font-weight:900}.ts-newsletter-benefit-grid h2{margin:10px 0 7px;font-size:22px}.ts-newsletter-benefit-grid p{margin:0;color:#666;font-size:13px;line-height:1.55}.ts-newsletter-preferences{padding:45px 0;background:#f6f6f6}.ts-newsletter-preferences>.ts-container{display:flex;align-items:center;justify-content:space-between;gap:30px}.ts-newsletter-preferences h2{margin:5px 0 7px;font-size:25px}.ts-newsletter-preferences p{margin:0;color:#666;font-size:13px}.ts-newsletter-preference-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 17px;border-radius:4px;background:#111;color:#fff;font-size:10px;font-weight:800;white-space:nowrap}.ts-newsletter-preference-actions a:hover{background:var(--ts-red)}@media(max-width:800px){.ts-newsletter-hero{padding:52px 0 55px}.ts-newsletter-hero>.ts-container{grid-template-columns:1fr;gap:35px}.ts-newsletter-benefit-grid{grid-template-columns:1fr}.ts-newsletter-preferences>.ts-container{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.ts-newsletter-hero-copy h1{font-size:40px;letter-spacing:-1px}.ts-newsletter-hero-copy>p{font-size:14px}.ts-newsletter-hero-form{padding:19px}.ts-newsletter-hero-form .ts-newsletter-input-row{flex-direction:column}.ts-newsletter-hero-form .ts-newsletter-input-row input,.ts-newsletter-hero-form .ts-newsletter-input-row button{width:100%}.ts-newsletter-benefits{padding:42px 0 48px}.ts-newsletter-benefit-grid article{padding:19px}.ts-newsletter-preferences{padding:38px 0}.ts-newsletter-preferences h2{font-size:21px}}html.ts-search-open{overflow:hidden}.ts-search-page{background:#fff}.ts-search-hero{padding:58px 0 55px;background:#050505;color:#fff}.ts-search-hero .ts-eyebrow{margin-bottom:9px}.ts-search-hero h1{margin:0 0 24px;max-width:950px;font-size:clamp(36px,5vw,58px);line-height:1.02;letter-spacing:-1.5px}.ts-search-hero h1 span{color:#ccc}.ts-search-results-form{display:flex;max-width:760px;gap:8px}.ts-search-results-form input{min-width:0;flex:1;height:48px;border:1px solid #555;border-radius:4px;padding:0 14px;background:#fff;color:#111;font:inherit;font-size:13px;outline:0}.ts-search-results-form input:focus{border-color:#fff}.ts-search-results-form button{height:48px;border:0;border-radius:4px;padding:0 18px;background:var(--ts-red);color:#fff;font-size:10px;font-weight:800;cursor:pointer}.ts-search-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--ts-sidebar);gap:34px;padding-top:40px;padding-bottom:65px}.ts-search-results{min-width:0}.ts-search-results-heading{padding-bottom:14px;border-bottom:2px solid #111}.ts-search-results-heading h2{margin:3px 0 0;font-size:27px}.ts-search-result{display:grid;grid-template-columns:230px minmax(0,1fr);gap:20px;padding:19px 0;border-bottom:1px solid var(--ts-border)}.ts-search-result-image{aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:#ddd}.ts-search-result-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--ts-transition)}.ts-search-result:hover .ts-search-result-image img{transform:scale(1.025)}.ts-search-result h2{margin:5px 0 8px;font-size:20px;line-height:1.18}.ts-search-result h2 a:hover{color:var(--ts-red)}.ts-search-result p{margin:0 0 10px;color:var(--ts-text-secondary);font-size:13px;line-height:1.5}.ts-search-result-meta{display:flex;gap:8px;color:var(--ts-text-muted);font-size:10px}.ts-search-sidebar{border-left:1px solid var(--ts-border);padding-left:25px}.ts-search-pagination{padding:28px 0}.ts-search-pagination .page-numbers{display:flex;align-items:center;justify-content:center;gap:7px;list-style:none;margin:0;padding:0}.ts-search-pagination .page-numbers li{margin:0}.ts-search-pagination .page-numbers a,.ts-search-pagination .page-numbers span{min-width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ts-border);border-radius:4px;font-size:13px}.ts-search-pagination .page-numbers .current{background:var(--ts-red);border-color:var(--ts-red);color:#fff}.ts-search-empty{text-align:center;padding:75px 20px;border:1px dashed #ccc}.ts-search-empty-icon{display:block;color:#aaa;font-size:50px;line-height:1}.ts-search-empty h2{margin:12px 0 7px;font-size:25px}.ts-search-empty p{max-width:500px;margin:0 auto;color:#777;font-size:13px;line-height:1.55}.ts-search-suggestions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:20px;font-size:10px}.ts-search-suggestions a{padding:7px 10px;border:1px solid var(--ts-border);border-radius:3px;color:#444;font-weight:700}.ts-search-suggestions a:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-search-trigger{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:inherit;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.ts-search-trigger:hover{color:var(--ts-red)}.ts-search-trigger span:first-child{font-size:17px;line-height:1}.ts-search-overlay{position:fixed;inset:0;z-index:99999;visibility:hidden;opacity:0;transition:opacity .22s ease,visibility .22s ease}.ts-search-overlay.is-open{visibility:visible;opacity:1}.ts-search-overlay-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.7)}.ts-search-overlay-panel{position:relative;z-index:1;width:min(920px,calc(100% - 40px));max-height:calc(100vh - 70px);margin:35px auto 0;overflow:auto;background:#fff;color:#111;box-shadow:0 25px 70px rgba(0,0,0,.3)}.ts-search-overlay-top{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 12px}.ts-search-close{width:34px;height:34px;border:1px solid #ddd;border-radius:50%;background:#fff;color:#555;font-size:22px;line-height:1;cursor:pointer}.ts-search-close:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-search-overlay-form{display:flex;gap:0;margin:0 24px;border-bottom:2px solid #111}.ts-search-overlay-form input{min-width:0;flex:1;height:58px;border:0;padding:0 3px;background:transparent;color:#111;font:inherit;font-size:25px;outline:0}.ts-search-overlay-form button{width:55px;border:0;background:transparent;color:#111;font-size:28px;cursor:pointer}.ts-search-live{min-height:190px;padding:20px 24px}.ts-search-live-default,.ts-search-live-empty{text-align:center;padding:48px 15px}.ts-search-live-default span{display:block;color:var(--ts-red);font-size:9px;font-weight:900}.ts-search-live-default p,.ts-search-live-empty span{display:block;margin:8px 0 0;color:#888;font-size:12px}.ts-search-live-loading{text-align:center;padding:55px;color:#777;font-size:12px}.ts-search-live-empty strong{display:block;font-size:17px}.ts-search-live-item{display:grid;grid-template-columns:135px minmax(0,1fr);gap:15px;padding:12px 0;border-bottom:1px solid var(--ts-border)}.ts-search-live-item:hover .ts-search-live-copy strong{color:var(--ts-red)}.ts-search-live-image{aspect-ratio:16/9;overflow:hidden;border-radius:4px;background:#ddd}.ts-search-live-image img{width:100%;height:100%;object-fit:cover}.ts-search-live-copy{display:flex;flex-direction:column;justify-content:center}.ts-search-live-copy small{color:var(--ts-red);font-size:8px;font-weight:900;text-transform:uppercase}.ts-search-live-copy strong{margin:5px 0;font-size:16px;line-height:1.2}.ts-search-live-copy>span{color:#999;font-size:9px}.ts-search-overlay-bottom{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:#f7f7f7;color:#888;font-size:9px}.ts-search-overlay-bottom kbd{padding:3px 5px;border:1px solid #ccc;border-radius:3px;background:#fff;color:#555}.ts-search-overlay-bottom a{color:#111;font-weight:800}.ts-search-overlay-bottom a:hover{color:var(--ts-red)}@media(max-width:800px){.ts-search-layout{grid-template-columns:1fr}.ts-search-sidebar{border-left:0;padding-left:0}.ts-search-overlay-panel{width:100%;max-height:100vh;margin:0}.ts-search-overlay-form input{font-size:20px}}@media(max-width:600px){.ts-search-hero{padding:40px 0 38px}.ts-search-hero h1{font-size:35px}.ts-search-results-form{flex-direction:column}.ts-search-results-form input,.ts-search-results-form button{width:100%}.ts-search-result{grid-template-columns:112px minmax(0,1fr);gap:13px;padding:15px 0}.ts-search-result h2{font-size:16px}.ts-search-result p{display:none}.ts-search-result-meta{font-size:9px}.ts-search-overlay-top{padding:16px}.ts-search-overlay-form{margin:0 16px}.ts-search-overlay-form input{height:52px;font-size:18px}.ts-search-live{padding:12px 16px}.ts-search-live-item{grid-template-columns:95px minmax(0,1fr);gap:11px}.ts-search-live-copy strong{font-size:13px}.ts-search-overlay-bottom{padding:12px 16px}.ts-search-overlay-bottom span{display:none}.ts-search-overlay-bottom a{margin-left:auto}}html.ts-share-open{overflow:hidden}.ts-article-header{padding:55px 0 35px;background:#fff}.ts-article-header-inner{max-width:1050px}.ts-article-header h1{max-width:1000px;margin:8px 0 17px;font-size:clamp(42px,5.2vw,68px);line-height:1.02;letter-spacing:-2px}.ts-article-deck{max-width:820px;margin:0 0 20px;color:#666;font-size:18px;line-height:1.55}.ts-article-byline{display:flex;align-items:center;gap:9px;color:#888;font-size:10px}.ts-article-author{display:flex;align-items:center;gap:9px;color:#111}.ts-article-author img{width:42px;height:42px;border-radius:50%;object-fit:cover}.ts-article-author strong{display:block;font-size:11px}.ts-article-author small{display:block;margin-top:2px;color:#999;font-size:9px}.ts-article-author:hover strong{color:var(--ts-red)}.ts-article-actions{display:flex;align-items:center;gap:7px;margin-top:25px}.ts-article-action{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;border:1px solid #ccc;border-radius:4px;padding:0 12px;background:#fff;color:#444;font-size:10px;font-weight:800;cursor:pointer}.ts-article-action:hover,.ts-article-action.is-saved{border-color:var(--ts-red);color:var(--ts-red)}.ts-action-icon{font-size:16px;line-height:1}.ts-article-featured{margin:0 0 42px}.ts-article-featured .ts-container{max-width:1280px}.ts-article-featured img{display:block;width:100%;max-height:720px;object-fit:cover}.ts-article-featured figcaption{padding-top:7px;color:#888;font-size:9px}.ts-article-content-layout{display:grid;grid-template-columns:54px minmax(0,740px) var(--ts-sidebar);gap:24px;justify-content:center;padding-bottom:70px}.ts-article-share-rail{display:flex;flex-direction:column;gap:8px;padding-top:4px}.ts-article-share-rail button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;width:46px;height:52px;border:1px solid var(--ts-border);border-radius:4px;background:#fff;color:#666;cursor:pointer}.ts-article-share-rail button:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-article-share-rail button span{font-size:18px;line-height:1}.ts-article-share-rail button small{font-size:7px;font-weight:800}.ts-entry-content{font-family:Georgia,"Times New Roman",serif;color:#222;font-size:18px;line-height:1.8}.ts-entry-content>p:first-child:first-letter{font-size:58px;float:left;line-height:.8;padding:8px 7px 0 0;font-weight:700}.ts-entry-content h2,.ts-entry-content h3,.ts-entry-content h4{font-family:inherit;line-height:1.25;color:#111}.ts-entry-content img{max-width:100%;height:auto}.ts-entry-content blockquote{margin:28px 0;padding:15px 22px;border-left:4px solid var(--ts-red);font-size:22px;line-height:1.5}.ts-entry-content a{color:var(--ts-red);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.ts-article-tags{display:flex;gap:14px;align-items:flex-start;margin-top:35px;padding-top:20px;border-top:1px solid var(--ts-border)}.ts-article-tags>span{color:#888;font-size:9px;font-weight:900}.ts-article-tags>div{display:flex;flex-wrap:wrap;gap:6px}.ts-article-tags a{padding:5px 8px;border:1px solid var(--ts-border);border-radius:3px;color:#555;font-size:9px;font-weight:700}.ts-article-tags a:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-article-author-box{display:flex;gap:17px;margin-top:40px;padding:24px 0;border-top:1px solid var(--ts-border);border-bottom:1px solid var(--ts-border)}.ts-article-author-box-avatar img{width:76px;height:76px;border-radius:50%;object-fit:cover}.ts-article-author-box h2{margin:5px 0 7px;font-family:inherit;font-size:22px}.ts-article-author-box h2 a:hover{color:var(--ts-red)}.ts-article-author-box p{margin:0;color:#666;font-family:inherit;font-size:13px;line-height:1.55}.ts-related-articles{margin-top:45px}.ts-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.ts-related-image{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:4px;background:#ddd}.ts-related-image img{width:100%;height:100%;object-fit:cover}.ts-related-card h3{margin:6px 0;font-size:15px;line-height:1.2}.ts-related-card h3 a:hover{color:var(--ts-red)}.ts-related-card time{color:#999;font-size:9px}.ts-article-sidebar{border-left:1px solid var(--ts-border);padding-left:24px}.ts-share-modal{position:fixed;inset:0;z-index:100000;visibility:hidden;opacity:0;transition:opacity .2s ease,visibility .2s ease}.ts-share-modal.is-open{visibility:visible;opacity:1}.ts-share-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72)}.ts-share-modal-panel{position:relative;z-index:1;width:min(560px,calc(100% - 30px));margin:12vh auto 0;padding:25px;background:#fff;box-shadow:0 25px 70px rgba(0,0,0,.35)}.ts-share-modal-header{display:flex;justify-content:space-between;gap:20px}.ts-share-modal-header h2{margin:4px 0 0;font-size:25px}.ts-share-modal-close{width:34px;height:34px;border:1px solid #ddd;border-radius:50%;background:#fff;color:#555;font-size:22px;cursor:pointer}.ts-share-modal-close:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-share-modal-title{margin:18px 0;color:#555;font-size:13px;line-height:1.45}.ts-share-options{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.ts-share-option{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-height:82px;border:1px solid var(--ts-border);border-radius:4px;color:#444;font-size:9px;font-weight:800;text-align:center}.ts-share-option span{font-size:18px}.ts-share-option:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-copy-link-row{display:flex;margin-top:18px}.ts-copy-link-row input{min-width:0;flex:1;height:40px;border:1px solid #ccc;border-right:0;border-radius:4px 0 0 4px;padding:0 10px;background:#f7f7f7;color:#666;font-size:10px}.ts-copy-link-row button{height:40px;border:0;border-radius:0 4px 4px 0;padding:0 13px;background:#111;color:#fff;font-size:9px;font-weight:800;cursor:pointer}.ts-copy-link-row button:hover{background:var(--ts-red)}.ts-copy-link-message{min-height:14px;margin:7px 0 0;color:#28723a;font-size:9px;font-weight:700}.ts-print-page{background:#fff;color:#111}.ts-print-document{max-width:850px;margin:0 auto;padding:35px 25px 60px}.ts-print-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:2px solid #111;margin-bottom:35px;font-size:11px}.ts-print-document h1{margin:10px 0 15px;font-size:42px;line-height:1.05}.ts-print-excerpt{color:#666;font-size:17px;line-height:1.5}.ts-print-byline{margin:20px 0;color:#777;font-size:10px}.ts-print-document>img{display:block;width:100%;height:auto;margin:25px 0}.ts-print-content{font-family:Georgia,"Times New Roman",serif;font-size:17px;line-height:1.75}.ts-print-content img{max-width:100%;height:auto}@media print{.ts-print-document{max-width:none;padding:0}.ts-print-header{margin-bottom:25px}}@media(max-width:1050px){.ts-article-content-layout{grid-template-columns:54px minmax(0,1fr);max-width:800px}.ts-article-sidebar{display:none}}@media(max-width:700px){.ts-article-header{padding:38px 0 25px}.ts-article-header h1{font-size:38px;letter-spacing:-1px}.ts-article-deck{font-size:15px}.ts-article-byline{flex-wrap:wrap}.ts-article-actions{margin-top:19px}.ts-article-action{flex:1;min-width:0;padding:0 8px}.ts-article-featured{margin-bottom:25px}.ts-article-featured .ts-container{padding-left:0;padding-right:0}.ts-article-featured figcaption{padding-left:15px;padding-right:15px}.ts-article-content-layout{grid-template-columns:1fr;padding-bottom:45px}.ts-article-share-rail{display:none}.ts-entry-content{font-size:17px;line-height:1.75}.ts-entry-content>p:first-child:first-letter{font-size:48px}.ts-article-tags{flex-direction:column;gap:8px}.ts-related-grid{grid-template-columns:1fr}.ts-share-modal-panel{width:calc(100% - 24px);margin:7vh auto 0;padding:19px}.ts-share-options{grid-template-columns:repeat(3,1fr)}.ts-share-option{min-height:72px}.ts-share-options .ts-share-option:nth-child(4),.ts-share-options .ts-share-option:nth-child(5){grid-column:auto}.ts-print-document h1{font-size:32px}}.ts-comments{margin-top:55px;padding-top:35px;border-top:2px solid #111}.ts-comments-heading{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:15px}.ts-comments-heading h2{margin:4px 0 0;font-size:27px}.ts-comment-form-wrap{margin:0 0 30px;padding:20px;background:#f7f7f7;border:1px solid var(--ts-border)}.ts-comment-form label{display:block;margin-bottom:7px;color:#333;font-size:10px;font-weight:800}.ts-comment-guest-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:15px}.ts-comment-form input{width:100%;height:40px;border:1px solid #ccc;border-radius:4px;padding:0 10px;background:#fff;font:inherit;font-size:12px;outline:0}.ts-comment-form input:focus,.ts-comment-form textarea:focus{border-color:var(--ts-red)}.ts-comment-form textarea{display:block;width:100%;min-height:120px;resize:vertical;border:1px solid #ccc;border-radius:4px;padding:10px;background:#fff;font:inherit;font-size:13px;line-height:1.5;outline:0}.ts-comment-signed-in{margin:0 0 15px;color:#777;font-size:11px}.ts-comment-signed-in strong{color:#111}.ts-comment-form-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:10px}.ts-comment-form-bottom small{color:#999;font-size:9px}.ts-comment-form-bottom button{height:38px;border:0;border-radius:4px;padding:0 14px;background:#111;color:#fff;font-size:9px;font-weight:800;cursor:pointer}.ts-comment-form-bottom button:hover{background:var(--ts-red)}.ts-comment-form-bottom button:disabled{opacity:.55;cursor:wait}.ts-comment-form-message{min-height:15px;margin:8px 0 0!important;font-size:10px!important;font-weight:700}.ts-comment-form-message.is-loading{color:#777}.ts-comment-form-message.is-success{color:#28723a}.ts-comment-form-message.is-error{color:#a52a2a}.ts-comments-list{min-height:40px}.ts-comment{display:flex;gap:13px;padding:18px 0;border-bottom:1px solid var(--ts-border)}.ts-comment-avatar{flex:0 0 42px;width:42px;height:42px;border-radius:50%;object-fit:cover}.ts-comment-body{min-width:0;flex:1}.ts-comment-meta{display:flex;align-items:center;gap:9px;margin-bottom:6px}.ts-comment-meta strong{font-size:11px}.ts-comment-meta time{color:#999;font-size:9px}.ts-comment-content{color:#444;font-size:12px;line-height:1.6}.ts-comment-content p{margin:0 0 8px}.ts-comment-content p:last-child{margin-bottom:0}.ts-comments-loading,.ts-comments-empty,.ts-comments-error{text-align:center;padding:35px 15px;color:#888;font-size:11px}.ts-comments-empty span{display:block;margin-bottom:7px;font-size:27px}.ts-comments-empty strong{display:block;color:#444;font-size:13px}.ts-comments-empty p{margin:5px 0 0;color:#999;font-size:10px}.ts-comments-error{color:#a52a2a}.ts-comments-closed{margin:0 0 20px;padding:15px;background:#f7f7f7;color:#777;font-size:11px}.ts-comments-pagination{display:flex;align-items:center;justify-content:center;gap:6px;padding:22px 0}.ts-comments-pagination button{min-width:32px;height:32px;border:1px solid var(--ts-border);border-radius:4px;background:#fff;color:#555;font-size:10px;cursor:pointer}.ts-comments-pagination button:hover,.ts-comments-pagination button.is-current{border-color:var(--ts-red);background:var(--ts-red);color:#fff}.ts-comments-pagination span{padding:0 2px;color:#999;font-size:11px}@media(max-width:600px){.ts-comments{margin-top:40px;padding-top:27px}.ts-comments-heading h2{font-size:23px}.ts-comment-form-wrap{padding:15px}.ts-comment-guest-fields{grid-template-columns:1fr}.ts-comment-form-bottom{align-items:flex-start;flex-direction:column}.ts-comment-form-bottom button{width:100%}.ts-comment{gap:10px;padding:15px 0}.ts-comment-avatar{flex-basis:36px;width:36px;height:36px}.ts-comment-meta{align-items:flex-start;flex-direction:column;gap:2px}.ts-comment-content{font-size:12px}}.ts-discovery-page{background:#fff}.ts-discovery-hero{padding:60px 0 58px;background:#050505;color:#fff}.ts-discovery-hero .ts-eyebrow{margin-bottom:9px}.ts-discovery-hero h1{margin:0 0 13px;font-size:clamp(42px,5.4vw,66px);line-height:1;letter-spacing:-2px}.ts-discovery-hero h1 span{color:#bbb}.ts-discovery-hero p{max-width:680px;margin:0;color:#c7c7c7;font-size:15px;line-height:1.55}.ts-discovery-content{padding:45px 0 70px}.ts-discovery-section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:17px;padding-bottom:12px;border-bottom:2px solid #111}.ts-discovery-section-heading h2{margin:3px 0 0;font-size:26px}.ts-taxonomy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ts-taxonomy-card{position:relative;min-height:180px;padding:22px;border:1px solid var(--ts-border);border-radius:5px;overflow:hidden;color:#111;transition:border-color .18s ease,transform .18s ease}.ts-taxonomy-card:hover{border-color:#111;transform:translateY(-2px)}.ts-taxonomy-count{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:22px;padding:0 7px;border-radius:20px;background:#f2f2f2;color:#777;font-size:9px;font-weight:800}.ts-taxonomy-card h2{margin:25px 0 7px;font-size:24px;line-height:1.1}.ts-taxonomy-card p{max-width:370px;margin:0;color:#777;font-size:11px;line-height:1.55}.ts-taxonomy-arrow{position:absolute;right:20px;bottom:17px;color:var(--ts-red);font-size:19px}.ts-topic-cloud{display:flex;flex-wrap:wrap;gap:8px}.ts-topic-pill{display:inline-flex;align-items:center;gap:7px;padding:10px 12px;border:1px solid var(--ts-border);border-radius:4px;color:#333;font-size:11px;font-weight:800}.ts-topic-pill small{padding:2px 5px;border-radius:20px;background:#f1f1f1;color:#999;font-size:8px}.ts-topic-pill:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-author-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ts-author-card{display:flex;gap:16px;padding:20px;border:1px solid var(--ts-border);border-radius:5px;color:#111}.ts-author-card:hover{border-color:#111}.ts-author-card-avatar img{width:88px;height:88px;border-radius:50%;object-fit:cover}.ts-author-card-copy{min-width:0}.ts-author-card h2{margin:2px 0 6px;font-size:21px}.ts-author-card p{margin:0 0 11px;color:#777;font-size:11px;line-height:1.5}.ts-author-card-copy>span{color:#888;font-size:9px;font-weight:800}.ts-author-card-copy b{margin-left:5px;color:var(--ts-red);font-size:13px}.ts-archive-controls{display:grid;grid-template-columns:1fr;gap:25px;margin-bottom:34px}.ts-archive-year-list,.ts-archive-months>div{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.ts-archive-year-list a,.ts-archive-months a{display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border:1px solid var(--ts-border);border-radius:4px;color:#555;font-size:10px;font-weight:800}.ts-archive-year-list a:hover,.ts-archive-months a:hover,.ts-archive-year-list a.is-active,.ts-archive-months a.is-active{border-color:var(--ts-red);background:var(--ts-red);color:#fff}.ts-archive-months a small{font-size:8px;opacity:.65}.ts-discovery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.ts-discovery-card{min-width:0}.ts-discovery-card-image{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:#ddd}.ts-discovery-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.ts-discovery-card:hover .ts-discovery-card-image img{transform:scale(1.025)}.ts-discovery-card-body{padding-top:11px}.ts-discovery-card-body h2{margin:5px 0 7px;font-size:19px;line-height:1.18}.ts-discovery-card-body h2 a:hover{color:var(--ts-red)}.ts-discovery-card-body p{margin:0 0 10px;color:#777;font-size:11px;line-height:1.5}.ts-discovery-card-meta{display:flex;gap:7px;color:#999;font-size:9px}.ts-discovery-pagination{padding:30px 0 0}.ts-discovery-pagination .page-numbers{display:flex;justify-content:center;gap:6px;list-style:none;margin:0;padding:0}.ts-discovery-pagination .page-numbers li{margin:0}.ts-discovery-pagination .page-numbers a,.ts-discovery-pagination .page-numbers span{display:grid;place-items:center;min-width:35px;height:35px;border:1px solid var(--ts-border);border-radius:4px;font-size:10px}.ts-discovery-pagination .page-numbers .current{border-color:var(--ts-red);background:var(--ts-red);color:#fff}.ts-discovery-empty{grid-column:1/-1;padding:60px 20px;border:1px dashed #ccc;text-align:center}.ts-discovery-empty span{display:block;font-size:45px;color:#aaa}.ts-discovery-empty h2{margin:10px 0 5px;font-size:23px}.ts-discovery-empty p{margin:0;color:#888;font-size:11px}.ts-author-hero{padding:55px 0;background:#050505;color:#fff}.ts-author-hero>.ts-container{display:flex;align-items:center;gap:25px}.ts-author-hero-avatar img{width:110px;height:110px;border-radius:50%;object-fit:cover}.ts-author-hero h1{margin:6px 0 10px;font-size:48px;line-height:1;letter-spacing:-1px}.ts-author-hero p{max-width:680px;margin:0 0 12px;color:#bbb;font-size:13px;line-height:1.55}.ts-author-hero-count{color:#999;font-size:9px;font-weight:800}@media(max-width:850px){.ts-taxonomy-grid,.ts-discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.ts-discovery-hero{padding:42px 0 40px}.ts-discovery-hero h1{font-size:40px;letter-spacing:-1px}.ts-discovery-content{padding:34px 0 50px}.ts-taxonomy-grid,.ts-author-grid,.ts-discovery-grid{grid-template-columns:1fr}.ts-taxonomy-card{min-height:155px}.ts-author-card{padding:16px}.ts-author-card-avatar img{width:65px;height:65px}.ts-author-card h2{font-size:18px}.ts-archive-year-list,.ts-archive-months>div{gap:5px}.ts-archive-year-list a,.ts-archive-months a{padding:7px 8px}.ts-author-hero{padding:40px 0}.ts-author-hero>.ts-container{align-items:flex-start;flex-direction:column;gap:16px}.ts-author-hero-avatar img{width:80px;height:80px}.ts-author-hero h1{font-size:38px}}.ts-account-page{background:#fff}.ts-account-hero{padding:48px 0 44px;background:#050505;color:#fff}.ts-account-hero h1{margin:5px 0 10px;font-size:46px;line-height:1;letter-spacing:-1px}.ts-account-hero p{max-width:650px;margin:0;color:#aaa;font-size:12px;line-height:1.55}.ts-account-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:32px;padding-top:35px;padding-bottom:65px}.ts-account-nav{display:flex;flex-direction:column;align-self:start;gap:2px}.ts-account-nav a{padding:10px 11px;border-left:2px solid transparent;color:#777;font-size:10px;font-weight:800}.ts-account-nav a:hover,.ts-account-nav a.is-active{border-left-color:var(--ts-red);background:#f5f5f5;color:#111}.ts-account-content{min-width:0}.ts-account-content-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid #111}.ts-account-content-heading h2{margin:3px 0 0;font-size:25px}.ts-account-panel{margin-bottom:18px;padding:20px;border:1px solid var(--ts-border);border-radius:5px}.ts-account-panel-heading{margin-bottom:17px}.ts-account-panel-heading h2{margin:0 0 5px;font-size:19px}.ts-account-panel-heading p{margin:0;color:#888;font-size:10px}.ts-account-dashboard-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:20px}.ts-account-dashboard-stats a{padding:20px;border:1px solid var(--ts-border);border-radius:5px;color:#111}.ts-account-dashboard-stats a:hover{border-color:#111}.ts-account-dashboard-stats strong{display:block;font-size:28px;line-height:1}.ts-account-dashboard-stats span{display:block;margin-top:7px;color:#888;font-size:9px;font-weight:800}.ts-account-quick-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ts-account-quick-links a{position:relative;display:block;padding:17px;border:1px solid var(--ts-border);border-radius:4px;color:#111}.ts-account-quick-links a:hover{border-color:#111}.ts-account-quick-links strong{display:block;margin-bottom:5px;font-size:13px}.ts-account-quick-links span{display:block;max-width:350px;color:#888;font-size:10px;line-height:1.45}.ts-account-quick-links b{position:absolute;right:14px;bottom:12px;color:var(--ts-red);font-size:15px}.ts-account-recent-saved{display:grid;gap:0}.ts-account-recent-saved a{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--ts-border);color:#111}.ts-account-recent-saved a:last-child{border-bottom:0}.ts-account-recent-saved img{width:65px;height:45px;object-fit:cover;border-radius:3px}.ts-account-recent-saved span{min-width:0;flex:1}.ts-account-recent-saved strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.ts-account-recent-saved small{display:block;margin-top:4px;color:#999;font-size:8px}.ts-account-recent-saved b{color:var(--ts-red)}.ts-profile-header{display:flex;align-items:center;gap:15px;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid var(--ts-border)}.ts-profile-avatar img{width:76px;height:76px;border-radius:50%;object-fit:cover}.ts-profile-header h2{margin:0 0 5px;font-size:20px}.ts-profile-header p{margin:0;color:#888;font-size:10px}.ts-account-form{display:grid;gap:15px}.ts-form-field{display:grid;gap:6px}.ts-form-field label{font-size:9px;font-weight:800}.ts-form-field input,.ts-form-field textarea{width:100%;box-sizing:border-box;border:1px solid #ccc;border-radius:4px;background:#fff;padding:10px;font:inherit;font-size:11px;outline:0}.ts-form-field input:focus,.ts-form-field textarea:focus{border-color:var(--ts-red)}.ts-form-field small{color:#999;font-size:8px}.ts-account-submit{width:max-content;min-height:38px;border:0;border-radius:4px;padding:0 15px;background:#111;color:#fff;font-size:9px;font-weight:900;cursor:pointer}.ts-account-submit:hover{background:var(--ts-red)}.ts-account-notice{margin-bottom:15px;padding:11px;border-radius:4px;font-size:10px;font-weight:700}.ts-account-notice-success{background:#edf7ef;color:#26733b}.ts-account-notice-error{background:#fff0f0;color:#a52a2a}.ts-account-empty{padding:55px 20px;border:1px dashed #ccc;text-align:center}.ts-account-empty-icon{font-size:30px}.ts-account-empty h2{margin:10px 0 5px;font-size:20px}.ts-account-empty p{margin:0;color:#888;font-size:10px}.ts-saved-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ts-saved-card{overflow:hidden;border:1px solid var(--ts-border);border-radius:5px}.ts-saved-card-image{display:block;aspect-ratio:16/9;background:#ddd}.ts-saved-card-image img{display:block;width:100%;height:100%;object-fit:cover}.ts-saved-card-body{padding:12px}.ts-saved-card-body>span{color:#999;font-size:8px}.ts-saved-card h3{margin:6px 0 12px;font-size:14px;line-height:1.25}.ts-saved-card h3 a:hover{color:var(--ts-red)}.ts-unsave-button,.ts-account-text-button{border:0;background:none;padding:0;color:#777;font-size:8px;font-weight:900;cursor:pointer}.ts-unsave-button:hover,.ts-account-text-button:hover{color:var(--ts-red)}.ts-notification-heading{align-items:center}.ts-notification-list{display:grid}.ts-notification-item{display:grid;grid-template-columns:8px minmax(0,1fr) 20px;gap:12px;align-items:center;padding:15px 0;border-bottom:1px solid var(--ts-border);color:#111}.ts-notification-item:hover{color:#111}.ts-notification-dot{width:7px;height:7px;border-radius:50%;background:transparent}.ts-notification-item.is-new .ts-notification-dot{background:var(--ts-red)}.ts-notification-type{color:#999;font-size:8px;font-weight:800}.ts-notification-item h3{margin:5px 0 5px;font-size:12px}.ts-notification-item time{color:#999;font-size:8px}.ts-notification-arrow{color:var(--ts-red);font-size:14px}.ts-settings-group{display:grid;gap:12px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--ts-border)}.ts-settings-group>div:first-child h3{margin:0 0 4px;font-size:15px}.ts-settings-group>div:first-child p{margin:0;color:#888;font-size:10px}.ts-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px;border:1px solid var(--ts-border);border-radius:4px}.ts-toggle-row span{display:grid;gap:4px}.ts-toggle-row strong{font-size:10px}.ts-toggle-row small{color:#888;font-size:8px}.ts-toggle-row input{width:16px;height:16px}.ts-appearance-options{display:flex;flex-wrap:wrap;gap:7px}.ts-appearance-options label{position:relative}.ts-appearance-options input{position:absolute;opacity:0;pointer-events:none}.ts-appearance-options span{display:block;padding:9px 12px;border:1px solid var(--ts-border);border-radius:4px;color:#777;font-size:9px;font-weight:800;cursor:pointer}.ts-appearance-options input:checked+span{border-color:var(--ts-red);background:var(--ts-red);color:#fff}.ts-password-panel{margin-top:20px}@media(max-width:800px){.ts-account-layout{grid-template-columns:1fr;gap:20px}.ts-account-nav{display:grid;grid-template-columns:repeat(3,1fr)}.ts-account-nav a{text-align:center;border-left:0;border-bottom:2px solid transparent}.ts-account-nav a:hover,.ts-account-nav a.is-active{border-left:0;border-bottom-color:var(--ts-red)}.ts-saved-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.ts-account-hero{padding:38px 0 35px}.ts-account-hero h1{font-size:37px}.ts-account-layout{padding-top:25px;padding-bottom:45px}.ts-account-nav{grid-template-columns:repeat(2,1fr)}.ts-account-dashboard-stats,.ts-account-quick-links,.ts-saved-grid{grid-template-columns:1fr}.ts-account-content-heading{align-items:flex-start;flex-direction:column}.ts-profile-header{align-items:flex-start}.ts-notification-item{grid-template-columns:8px minmax(0,1fr) 12px;gap:9px}.ts-notification-item h3{font-size:11px}.ts-account-submit{width:100%}}.ts-search-filters{align-self:start}.ts-search-filter-heading{margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid #111}.ts-search-filter-heading h2{margin:3px 0 0;font-size:20px}.ts-search-filters form{display:grid;gap:12px}.ts-search-filter{display:grid;gap:6px}.ts-search-filter label{font-size:9px;font-weight:900}.ts-search-filter select{width:100%;height:36px;border:1px solid #ccc;border-radius:4px;background:#fff;padding:0 8px;font:inherit;font-size:9px}.ts-search-filter-submit{height:37px;border:0;border-radius:4px;background:#111;color:#fff;font-size:8px;font-weight:900;cursor:pointer}.ts-search-filter-submit:hover{background:var(--ts-red)}.ts-search-clear{display:block;text-align:center;color:#888;font-size:8px;font-weight:900}.ts-search-clear:hover{color:var(--ts-red)}.ts-search-empty{padding:55px 20px;border:1px dashed #ccc;text-align:center}.ts-search-empty-icon{font-size:34px;color:#bbb}.ts-search-empty h2{margin:10px 0 5px;font-size:22px}.ts-search-empty p{max-width:500px;margin:0 auto 18px;color:#888;font-size:10px;line-height:1.6}.ts-search-empty a{display:inline-flex;min-height:34px;align-items:center;padding:0 14px;border-radius:4px;background:#111;color:#fff;font-size:8px;font-weight:900}.ts-search-empty a:hover{background:var(--ts-red)}.ts-search-live-result{display:grid;grid-template-columns:70px minmax(0,1fr) 20px;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--ts-border);color:#111}.ts-search-live-result:hover{color:#111}.ts-search-live-image{display:block;width:70px;height:48px;overflow:hidden;border-radius:3px;background:#ddd}.ts-search-live-image img{display:block;width:100%;height:100%;object-fit:cover}.ts-search-live-copy{display:grid;gap:4px}.ts-search-live-copy small{color:#999;font-size:8px}.ts-search-live-copy strong{font-size:11px;line-height:1.25}.ts-search-live-arrow{color:var(--ts-red);font-size:14px}@media(max-width:800px){.ts-search-layout{grid-template-columns:1fr}.ts-search-filters{order:2}.ts-search-results{order:1}}@media(max-width:600px){.ts-search-live-result{grid-template-columns:55px minmax(0,1fr) 14px}.ts-search-live-image{width:55px;height:42px}.ts-search-live-copy strong{font-size:10px}}body.home .ts-breaking-bar,body.front-page .ts-breaking-bar{display:none}.ts-home-polished{background:#fff}.ts-home-hero-polished{background:#030303;color:#fff;border-top:1px solid #161616}.ts-home-hero-polished-grid{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(300px,.9fr);gap:30px;min-height:535px}.ts-home-featured{position:relative;min-height:535px;overflow:hidden;background:#0a0a0a}.ts-home-featured-image,.ts-home-featured-image img{position:absolute;inset:0;width:100%;height:100%}.ts-home-featured-image img{object-fit:cover}.ts-home-featured-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.32) 52%,rgba(0,0,0,.08) 100%),linear-gradient(0deg,rgba(0,0,0,.92) 0%,transparent 58%)}.ts-home-featured-content{position:absolute;z-index:2;left:34px;right:30px;bottom:68px}.ts-breaking-badge{display:inline-flex;align-items:center;padding:7px 11px;border-radius:3px;background:var(--ts-red);color:#fff;font-size:10px;font-weight:900;text-transform:uppercase}.ts-home-featured-content h1{max-width:650px;margin:17px 0 12px;font-size:clamp(35px,4vw,52px);line-height:1.02;letter-spacing:-1.5px}.ts-home-featured-content h1 a:hover{color:#fff}.ts-home-featured-content p{max-width:560px;margin:0 0 17px;color:#eee;font-size:14px;line-height:1.55}.ts-home-featured-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#ddd;font-size:9px}.ts-home-author-avatar{width:25px!important;height:25px!important;border-radius:50%}.ts-home-featured-meta i{font-style:normal;color:#777}.ts-home-hero-controls{position:absolute;z-index:3;left:34px;bottom:18px;display:flex;align-items:center;gap:10px}.ts-home-hero-controls button{width:27px;height:27px;border:1px solid #555;border-radius:4px;background:transparent;color:#fff;font-size:18px;cursor:pointer}.ts-home-hero-controls span{width:22px;height:4px;border-radius:3px;background:#555}.ts-home-hero-controls span.is-active{background:var(--ts-red)}.ts-home-latest-panel{padding:26px 0 18px 0}.ts-home-panel-heading{margin-bottom:6px;padding-bottom:10px}.ts-home-panel-heading h2{margin:0;font-size:13px;letter-spacing:.2px}.ts-home-latest-item{display:grid;grid-template-columns:82px minmax(0,1fr);gap:11px;padding:12px 0;border-bottom:1px solid #252525}.ts-home-latest-image{display:block;aspect-ratio:1/1;overflow:hidden;border-radius:5px;background:#222}.ts-home-latest-image img{width:100%;height:100%;object-fit:cover}.ts-home-latest-item h3{margin:4px 0 5px;font-size:11px;line-height:1.25}.ts-home-latest-item h3 a:hover{color:#fff}.ts-home-latest-item time{color:#888;font-size:8px}.ts-home-latest-item .ts-category-label{font-size:8px}.ts-home-view-all-dark{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding:10px 14px;border:1px solid #444;border-radius:4px;color:#fff;font-size:8px;font-weight:900}.ts-home-view-all-dark:hover{border-color:var(--ts-red);color:#fff}.ts-home-view-all-dark span{font-size:16px;color:#aaa}.ts-home-empty-copy{color:#888;font-size:10px}.ts-home-latest-section{padding:34px 0 38px;background:#fff}.ts-home-section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:19px}.ts-home-section-heading h2{margin:0;font-size:14px;line-height:1.2}.ts-home-section-heading>a{color:#222;font-size:8px;font-weight:900}.ts-home-section-heading>a span{font-size:15px;margin-left:4px}.ts-home-topic-tabs{display:flex;align-items:center;gap:29px}.ts-home-topic-tabs a{position:relative;color:#777;font-size:8px;font-weight:800;text-transform:uppercase}.ts-home-topic-tabs a.is-active{color:var(--ts-red)}.ts-home-topic-tabs a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--ts-red)}.ts-home-latest-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.ts-home-polished-card{min-width:0}.ts-home-polished-card-image{display:block;aspect-ratio:1.35/1;overflow:hidden;border-radius:5px;background:#ddd}.ts-home-polished-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.ts-home-polished-card:hover .ts-home-polished-card-image img{transform:scale(1.025)}.ts-home-polished-card-body{padding-top:9px}.ts-home-polished-card-body .ts-category-label{font-size:7px}.ts-home-polished-card h3{margin:5px 0 8px;font-size:11px;line-height:1.25}.ts-home-polished-card h3 a:hover{color:var(--ts-red)}.ts-home-card-meta{display:flex;gap:6px;color:#888;font-size:7px}.ts-home-trending-section{padding:31px 0 39px;background:#030303;color:#fff}.ts-home-section-heading-dark{margin-bottom:17px}.ts-home-section-heading-dark h2{color:#fff}.ts-home-section-heading-dark>a{color:#fff}.ts-home-trending-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.ts-home-trending-card{position:relative;min-width:0}.ts-home-trending-image{display:block;aspect-ratio:1.42/1;overflow:hidden;border-radius:5px;background:#111}.ts-home-trending-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.ts-home-trending-card:hover .ts-home-trending-image img{transform:scale(1.025)}.ts-home-trending-rank{position:absolute;left:6px;top:6px;min-width:25px;height:25px;display:grid;place-items:center;border-radius:3px;background:var(--ts-red);color:#fff;font-size:9px;font-weight:900}.ts-home-trending-body{padding-top:9px}.ts-home-trending-body .ts-category-label{font-size:7px}.ts-home-trending-body h3{margin:5px 0 6px;font-size:11px;line-height:1.25}.ts-home-trending-body h3 a:hover{color:#fff}.ts-home-trending-body time{color:#999;font-size:7px}.ts-home-category-section{padding:35px 0 40px;background:#fff}.ts-home-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.ts-home-category-tile{position:relative;display:block;min-height:170px;overflow:hidden;border-radius:5px;background:#222;color:#fff}.ts-home-category-image,.ts-home-category-image img{position:absolute;inset:0;width:100%;height:100%}.ts-home-category-image img{object-fit:cover;transition:transform .25s ease}.ts-home-category-tile:hover .ts-home-category-image img{transform:scale(1.035)}.ts-home-category-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.78))}.ts-home-category-content{position:absolute;inset:auto 12px 12px;display:flex;flex-direction:column;align-items:flex-start}.ts-home-category-icon{width:31px;height:31px;display:grid;place-items:center;margin-bottom:12px;border:1px solid rgba(255,255,255,.6);border-radius:50%;background:rgba(0,0,0,.42);font-size:14px}.ts-home-category-content strong{font-size:12px}.ts-home-category-content small{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:7px}.ts-home-category-content small b{font-size:13px;font-weight:400}.ts-home-category-content:after{content:"";width:100%;height:2px;margin-top:7px;background:var(--ts-red)}.ts-home-newsletter-cta{background:#06080a;color:#fff;border-top:1px solid #202020;border-bottom:1px solid #202020}.ts-home-newsletter-inner{display:grid;grid-template-columns:62px minmax(250px,1fr) minmax(300px,1.1fr);align-items:center;gap:18px;padding:25px 0}.ts-home-newsletter-icon{width:48px;height:48px;display:grid;place-items:center;border:2px solid var(--ts-red);border-radius:50%;background:#100b0b;color:#fff;font-size:20px}.ts-home-newsletter-copy h2{margin:0 0 4px;font-size:15px}.ts-home-newsletter-copy p{margin:0;color:#bbb;font-size:10px}.ts-home-newsletter-form .ts-newsletter-form{display:flex;gap:0}.ts-home-newsletter-form .ts-newsletter-form input{min-height:40px;background:#050505;border-color:#333;color:#fff}.ts-home-newsletter-form .ts-newsletter-form button{min-height:40px;padding:0 20px;white-space:nowrap}@media(max-width:1050px){.ts-home-hero-polished-grid{grid-template-columns:minmax(0,1.7fr) minmax(270px,.9fr)}.ts-home-latest-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ts-home-trending-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ts-home-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ts-home-polished-card:nth-child(n+4){display:none}.ts-home-trending-card:nth-child(n+4){display:none}}@media(max-width:800px){.ts-home-hero-polished-grid{grid-template-columns:1fr}.ts-home-featured{min-height:480px}.ts-home-latest-panel{padding:20px 0 25px}.ts-home-latest-item{grid-template-columns:75px minmax(0,1fr)}.ts-home-latest-item h3{font-size:12px}.ts-home-topic-tabs{overflow-x:auto;max-width:60%;gap:20px;padding-bottom:3px}.ts-home-topic-tabs a{white-space:nowrap}.ts-home-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ts-home-trending-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ts-home-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ts-home-polished-card:nth-child(n+4),.ts-home-trending-card:nth-child(n+4){display:block}.ts-home-newsletter-inner{grid-template-columns:52px 1fr}.ts-home-newsletter-form{grid-column:1/-1}}@media(max-width:560px){.ts-home-featured{min-height:425px}.ts-home-featured-content{left:18px;right:18px;bottom:60px}.ts-home-featured-content h1{font-size:31px;margin-top:13px}.ts-home-featured-content p{display:none}.ts-home-featured-meta{font-size:8px}.ts-home-hero-controls{left:18px;bottom:18px}.ts-home-section-heading{align-items:flex-start;flex-direction:column;gap:12px}.ts-home-topic-tabs{max-width:100%;width:100%}.ts-home-latest-grid,.ts-home-trending-grid{grid-template-columns:1fr 1fr;gap:14px 10px}.ts-home-polished-card:nth-child(n+5),.ts-home-trending-card:nth-child(n+5){display:none}.ts-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ts-home-category-tile{min-height:155px}.ts-home-newsletter-inner{grid-template-columns:45px 1fr;gap:12px}.ts-home-newsletter-copy h2{font-size:13px}.ts-home-newsletter-form .ts-newsletter-form{display:grid;gap:7px}.ts-home-newsletter-form .ts-newsletter-form button{width:100%}}.ts-site-footer{margin-top:0}.ts-footer-grid{padding-bottom:8px}.ts-footer-grid h2{letter-spacing:.2px}.ts-footer-newsletter-link:hover{color:var(--ts-red)}.ts-category-page{background:#fff}.ts-category-hero{position:relative;min-height:240px;display:flex;align-items:center;overflow:hidden;background:#030303;color:#fff;background-image:var(--ts-category-hero-image);background-position:center;background-size:cover}.ts-category-hero:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.42)}.ts-category-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.78) 38%,rgba(0,0,0,.18) 100%),linear-gradient(0deg,rgba(0,0,0,.28),rgba(0,0,0,.05))}.ts-category-hero-inner{position:relative;z-index:2;width:100%;padding-top:35px;padding-bottom:35px}.ts-category-hero-copy{max-width:460px}.ts-category-hero-copy h1{margin:12px 0 11px;font-size:45px;line-height:1;letter-spacing:-1.2px}.ts-category-hero-copy p{max-width:470px;margin:0;color:#eee;font-size:13px;line-height:1.55}.ts-category-content{background:#fff}.ts-category-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px}.ts-category-main{min-width:0;padding-right:30px;border-right:1px solid #ddd}.ts-category-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:64px;border-bottom:1px solid #ddd}.ts-category-tabs{display:flex;align-items:stretch;gap:39px;height:64px}.ts-category-tabs a{position:relative;display:flex;align-items:center;color:#777;font-size:10px;font-weight:800}.ts-category-tabs a.is-active{color:var(--ts-red)}.ts-category-tabs a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--ts-red)}.ts-category-sort{display:flex;align-items:center;gap:8px}.ts-category-sort label{color:#555;font-size:8px;font-weight:800}.ts-category-sort select{height:32px;min-width:82px;border:1px solid #ddd;border-radius:4px;background:#fff;padding:0 9px;color:#333;font:inherit;font-size:9px}.ts-category-story-list{display:grid}.ts-category-story{display:grid;grid-template-columns:268px minmax(0,1fr);gap:19px;padding:17px 0;border-bottom:1px solid #ddd}.ts-category-story-image{display:block;aspect-ratio:1.52/1;overflow:hidden;border-radius:4px;background:#ddd}.ts-category-story-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.ts-category-story:hover .ts-category-story-image img{transform:scale(1.02)}.ts-category-story-body{min-width:0;padding-top:4px}.ts-category-story-label{display:inline-block;margin-bottom:7px;color:var(--ts-red);font-size:8px;font-weight:900;text-transform:uppercase}.ts-category-story h2{margin:0 0 8px;font-size:17px;line-height:1.2;letter-spacing:-.2px}.ts-category-story h2 a:hover{color:var(--ts-red)}.ts-category-story p{margin:0 0 11px;color:#666;font-size:10px;line-height:1.5}.ts-category-story-meta{display:flex;align-items:center;gap:7px;color:#555;font-size:8px}.ts-category-main>.page-numbers{display:flex;justify-content:center;gap:6px;margin:18px 0 20px;padding:0;list-style:none}.ts-category-main>.page-numbers li{list-style:none}.ts-category-main>.page-numbers a,.ts-category-main>.page-numbers span{display:grid;place-items:center;min-width:32px;height:32px;border:1px solid #ddd;border-radius:4px;color:#333;font-size:9px}.ts-category-main>.page-numbers .current{border-color:var(--ts-red);background:var(--ts-red);color:#fff}.ts-category-sidebar{min-width:0}.ts-category-sidebar-block{padding:24px 26px;border-bottom:1px solid #ddd}.ts-category-sidebar-block h2{margin:0 0 14px;font-size:12px;line-height:1.2}.ts-category-list{display:grid}.ts-category-list a{display:block;padding:8px 8px;color:#111;font-size:10px;border-radius:4px}.ts-category-list a:hover{color:var(--ts-red)}.ts-category-list a:first-child{color:var(--ts-red)}.ts-category-list a.is-current{background:rgba(230,0,0,.07);color:var(--ts-red);font-weight:800}.ts-category-popular{display:grid}.ts-category-popular-item{display:grid;grid-template-columns:66px minmax(0,1fr);gap:10px;align-items:center;padding:8px 0;color:#111}.ts-category-popular-image{display:block;width:66px;height:45px;overflow:hidden;border-radius:3px;background:#ddd}.ts-category-popular-image img{width:100%;height:100%;object-fit:cover}.ts-category-popular-item strong{font-size:9px;line-height:1.35}.ts-category-popular-item:hover strong{color:var(--ts-red)}.ts-category-view-more{display:flex;justify-content:center;align-items:center;height:33px;margin-top:11px;border:1px solid var(--ts-red);border-radius:3px;color:var(--ts-red);font-size:8px;font-weight:900}.ts-category-view-more:hover{background:var(--ts-red);color:#fff}.ts-category-newsletter p{margin:0 0 12px;color:#666;font-size:10px;line-height:1.5}.ts-category-newsletter .ts-newsletter-form{display:grid;gap:8px}.ts-category-newsletter .ts-newsletter-form input{width:100%;height:35px;border:1px solid #ddd;border-radius:3px;padding:0 9px;font-size:9px}.ts-category-newsletter .ts-newsletter-form button{width:100%;height:35px;border:0;border-radius:3px;background:var(--ts-red);color:#fff;font-size:8px;font-weight:900}.ts-category-tags>div{display:flex;flex-wrap:wrap;gap:7px}.ts-category-tags a{padding:6px 8px;border:1px solid #ddd;border-radius:3px;color:#444;font-size:8px}.ts-category-tags a:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-category-empty{padding:60px 20px;text-align:center;border:1px dashed #ddd;margin:20px 0}.ts-category-empty>span{font-size:30px;color:#aaa}.ts-category-empty h2{margin:10px 0 5px;font-size:20px}.ts-category-empty p{margin:0;color:#888;font-size:10px}@media(max-width:900px){.ts-category-layout{grid-template-columns:minmax(0,1fr)}.ts-category-main{padding-right:0;border-right:0}.ts-category-sidebar{border-top:1px solid #ddd}.ts-category-sidebar-block{padding-left:0;padding-right:0}}@media(max-width:650px){.ts-category-hero{min-height:220px}.ts-category-hero-inner{padding-top:28px;padding-bottom:28px}.ts-category-hero-copy h1{font-size:37px}.ts-category-hero-copy p{font-size:11px}.ts-category-toolbar{align-items:flex-start;flex-direction:column;justify-content:center;min-height:104px;padding:12px 0}.ts-category-tabs{height:42px;width:100%;gap:28px}.ts-category-tabs a{height:42px}.ts-category-sort{width:100%;justify-content:flex-end}.ts-category-story{grid-template-columns:125px minmax(0,1fr);gap:12px;padding:13px 0}.ts-category-story-image{aspect-ratio:1.35/1}.ts-category-story-body{padding-top:0}.ts-category-story-label{font-size:7px;margin-bottom:5px}.ts-category-story h2{font-size:13px;margin-bottom:5px}.ts-category-story p{display:none}.ts-category-story-meta{font-size:7px}}@media(max-width:430px){.ts-category-story{grid-template-columns:105px minmax(0,1fr);gap:10px}.ts-category-story h2{font-size:12px}.ts-category-story-meta span:nth-child(2){display:none}.ts-category-story-meta span:last-child{display:none}}.ts-single-polished{background:#fff}.ts-single-hero{position:relative;overflow:hidden;min-height:570px;background:#050505;color:#fff;background-image:var(--ts-single-hero-image);background-size:cover;background-position:center}.ts-single-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.68) 45%,rgba(0,0,0,.3) 70%,rgba(0,0,0,.1) 100%),linear-gradient(0deg,rgba(0,0,0,.82),transparent 65%)}.ts-single-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 340px;min-height:570px}.ts-single-hero-main{display:flex;flex-direction:column;justify-content:center;padding:45px 42px 45px 0}.ts-single-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:28px;color:#ccc;font-size:9px}.ts-single-breadcrumbs a:hover{color:#fff}.ts-single-breadcrumb-current{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#aaa}.ts-single-category-pill{align-self:flex-start;padding:5px 9px;border:1px solid var(--ts-red);border-radius:4px;color:#fff;font-size:8px;font-weight:900;text-transform:uppercase}.ts-single-category-pill:hover{background:var(--ts-red);color:#fff}.ts-single-hero h1{max-width:680px;margin:13px 0 13px;font-size:clamp(42px,5vw,67px);line-height:1.01;letter-spacing:-2px}.ts-single-deck{max-width:650px;margin:0 0 22px;color:#eee;font-size:14px;line-height:1.55}.ts-single-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#ddd;font-size:9px}.ts-single-meta i{font-style:normal;color:#777}.ts-single-author{display:flex;align-items:center;gap:8px;color:#fff}.ts-single-author img{width:34px;height:34px;border-radius:50%;object-fit:cover}.ts-single-author small{display:inline;color:#aaa;margin-right:3px;font-size:8px}.ts-single-author strong{font-size:9px;color:var(--ts-red)}.ts-single-socials{display:flex;gap:9px;margin-top:22px}.ts-single-socials button{width:37px;height:37px;border:1px solid #777;border-radius:50%;background:rgba(0,0,0,.25);color:#fff;font-size:15px;cursor:pointer}.ts-single-socials button:hover,.ts-single-socials button.is-saved{border-color:var(--ts-red);color:var(--ts-red)}.ts-single-related-top{align-self:stretch;padding:32px 24px;background:#fff;color:#111}.ts-single-sidebar-heading{padding-bottom:12px;margin-bottom:7px;border-bottom:1px solid #ddd}.ts-single-sidebar-heading h2{margin:0;font-size:12px}.ts-single-sidebar-heading:after{content:"";display:block;width:34px;height:2px;margin-top:9px;background:var(--ts-red)}.ts-single-related-item{display:grid;grid-template-columns:100px minmax(0,1fr);gap:12px;padding:12px 0}.ts-single-related-thumb{display:block;aspect-ratio:1.45/1;overflow:hidden;border-radius:4px;background:#ddd}.ts-single-related-thumb img{width:100%;height:100%;object-fit:cover}.ts-single-related-item h3{margin:2px 0 7px;font-size:11px;line-height:1.25}.ts-single-related-item h3 a:hover{color:var(--ts-red)}.ts-single-related-item time{color:#888;font-size:7px}.ts-single-related-item time span{padding:0 4px}.ts-single-view-more{display:flex;align-items:center;justify-content:center;height:35px;margin-top:12px;border:1px solid var(--ts-red);border-radius:4px;color:var(--ts-red);font-size:8px;font-weight:900}.ts-single-view-more:hover{background:var(--ts-red);color:#fff}.ts-single-body-grid{display:grid;grid-template-columns:50px minmax(0,1fr) 300px;gap:25px;max-width:1240px;padding-top:38px;padding-bottom:65px}.ts-single-share-rail{display:flex;flex-direction:column;gap:8px;padding-top:2px}.ts-single-share-rail button{width:42px;height:42px;border:1px solid #bbb;border-radius:50%;background:#fff;color:#555;cursor:pointer}.ts-single-share-rail button:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-single-body-main{min-width:0}.ts-single-body-main .ts-entry-content{font-family:Arial,Helvetica,sans-serif;color:#222;font-size:14px;line-height:1.75}.ts-single-body-main .ts-entry-content>p:first-child:first-letter{font-size:inherit;float:none;line-height:inherit;padding:0;font-weight:inherit}.ts-single-body-main .ts-entry-content p{margin:0 0 20px}.ts-single-body-main .ts-entry-content h2{margin:27px 0 11px;font-size:19px}.ts-single-body-main .ts-entry-content h3{margin:23px 0 9px;font-size:16px}.ts-single-body-main .ts-entry-content ul,.ts-single-body-main .ts-entry-content ol{padding-left:22px;margin:15px 0 22px}.ts-single-body-main .ts-entry-content li{margin-bottom:8px}.ts-single-body-main .ts-entry-content blockquote{margin:25px 0;padding:20px 24px;border-left:4px solid var(--ts-red);background:#f7f7f7;font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:1.55}.ts-single-body-main .ts-entry-content img{border-radius:4px}.ts-single-sidebar{border-left:1px solid var(--ts-border);padding-left:20px}.ts-single-sidebar .ts-newsletter-box{margin-bottom:28px}.ts-single-trending{padding-top:2px}.ts-single-trending-item{position:relative;display:grid;grid-template-columns:22px 61px minmax(0,1fr);gap:7px;align-items:center;padding:8px 0}.ts-single-trending-rank{align-self:start;display:grid;place-items:center;width:20px;height:20px;border-radius:3px;background:var(--ts-red);color:#fff;font-size:9px;font-weight:900}.ts-single-trending-thumb{display:block;width:61px;height:50px;overflow:hidden;border-radius:4px;background:#ddd}.ts-single-trending-thumb img{width:100%;height:100%;object-fit:cover}.ts-single-trending-item h3{margin:0 0 4px;font-size:9px;line-height:1.3}.ts-single-trending-item h3 a:hover{color:var(--ts-red)}.ts-single-trending-item time{color:#999;font-size:7px}.ts-single-popular-tags{margin-top:22px;padding-top:18px;border-top:1px solid var(--ts-border)}.ts-single-popular-tags>div:last-child{display:flex;flex-wrap:wrap;gap:6px}.ts-single-popular-tags a{padding:5px 8px;border:1px solid #ddd;border-radius:3px;color:#555;font-size:8px}.ts-single-popular-tags a:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-single-tags{display:flex;align-items:flex-start;gap:14px;margin-top:28px;padding-top:17px;border-top:1px solid var(--ts-border)}.ts-single-tags>strong{font-size:9px;line-height:25px}.ts-single-tags>div{display:flex;flex-wrap:wrap;gap:6px}.ts-single-tags a{padding:5px 9px;border:1px solid #ddd;border-radius:3px;color:#555;font-size:8px}.ts-single-tags a:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-single-prev-next{display:grid;grid-template-columns:1fr 1fr;margin-top:28px;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.ts-single-prev,.ts-single-next{display:flex;align-items:center;min-height:86px}.ts-single-prev{padding-right:15px}.ts-single-next{justify-content:flex-end;padding-left:15px;border-left:1px solid #ddd}.ts-single-nav-arrow{font-size:25px;color:#555}.ts-single-prev>a,.ts-single-next>a{min-width:0;flex:1}.ts-single-next>a{text-align:right}.ts-single-prev small,.ts-single-next small{display:block;margin-bottom:7px;color:#999;font-size:7px;font-weight:900}.ts-single-prev span,.ts-single-next span{display:flex;align-items:center;gap:9px}.ts-single-next span{justify-content:flex-end}.ts-single-prev strong,.ts-single-next strong{font-size:9px;line-height:1.35}.ts-single-prev img,.ts-single-next img{width:55px;height:43px;object-fit:cover;border-radius:4px;flex:none}.ts-single-body-main>.ts-comments-section{margin-top:30px;padding:30px 0}@media(max-width:1050px){.ts-single-hero-grid{grid-template-columns:minmax(0,1fr) 300px}.ts-single-related-top{padding:28px 18px}.ts-single-related-item{grid-template-columns:78px minmax(0,1fr)}.ts-single-body-grid{grid-template-columns:45px minmax(0,1fr) 270px;gap:18px}}@media(max-width:850px){.ts-single-hero{min-height:auto}.ts-single-hero-grid{display:block;min-height:0}.ts-single-hero-main{min-height:510px;padding:35px 0 42px}.ts-single-related-top{display:none}.ts-single-body-grid{grid-template-columns:42px minmax(0,1fr);max-width:780px}.ts-single-sidebar{grid-column:2;border-left:0;border-top:1px solid var(--ts-border);padding:30px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:25px}.ts-single-sidebar .ts-newsletter-box{margin:0}.ts-single-popular-tags{margin-top:0;padding-top:0;border-top:0}}@media(max-width:600px){.ts-single-hero{background-position:center}.ts-single-hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.55)),linear-gradient(0deg,rgba(0,0,0,.9),transparent 65%)}.ts-single-hero-main{min-height:455px;padding:24px 0 34px}.ts-single-breadcrumbs{margin-bottom:20px;font-size:8px}.ts-single-category-pill{font-size:7px}.ts-single-hero h1{margin:11px 0;font-size:34px;letter-spacing:-1px}.ts-single-deck{font-size:12px;line-height:1.5}.ts-single-meta{font-size:8px}.ts-single-socials{margin-top:17px}.ts-single-socials button{width:34px;height:34px}.ts-single-body-grid{display:block;padding-top:25px}.ts-single-share-rail{flex-direction:row;margin-bottom:20px}.ts-single-share-rail button{width:34px;height:34px}.ts-single-body-main .ts-entry-content{font-size:14px;line-height:1.75}.ts-single-tags{display:block}.ts-single-tags>strong{display:block;margin-bottom:8px}.ts-single-prev-next{grid-template-columns:1fr}.ts-single-prev,.ts-single-next{min-height:75px;padding:12px 0}.ts-single-next{border-left:0;border-top:1px solid #ddd;justify-content:flex-start}.ts-single-next>a{text-align:left}.ts-single-next span{justify-content:flex-start}.ts-single-sidebar{display:block;margin-top:32px;padding-top:0;border-top:0}.ts-single-sidebar .ts-newsletter-box{margin-bottom:25px}.ts-single-popular-tags{margin-top:25px;padding-top:20px;border-top:1px solid var(--ts-border)}}.ts-category-hero{width:100%;max-width:100%;overflow:hidden}.ts-category-hero-inner{width:min(calc(100% - 64px),var(--ts-container));max-width:var(--ts-container);min-width:0;margin-inline:auto;box-sizing:border-box}.ts-category-hero-copy{position:relative;z-index:2;width:100%;max-width:470px;min-width:0;box-sizing:border-box}.ts-category-hero-copy .ts-eyebrow{display:inline-block;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.ts-category-hero-copy h1{width:100%;max-width:100%;min-width:0;margin:12px 0 11px;overflow-wrap:anywhere;word-break:break-word;hyphens:auto}.ts-category-hero-copy p{width:100%;max-width:470px;min-width:0;margin:0;overflow-wrap:anywhere;word-break:break-word;hyphens:auto}@media(max-width:900px){.ts-category-hero-inner{width:calc(100% - 32px);max-width:none}.ts-category-hero-copy{max-width:min(100%,470px)}}@media(max-width:560px){.ts-category-hero-inner{width:calc(100% - 24px);max-width:none;padding-top:28px;padding-bottom:28px}.ts-category-hero-copy{width:100%;max-width:100%}.ts-category-hero-copy h1{font-size:clamp(30px,9vw,37px);line-height:1.05;letter-spacing:-.7px}.ts-category-hero-copy p{max-width:100%;font-size:12px;line-height:1.5}}.ts-breaking-bar{isolation:isolate}.ts-breaking-item:focus-visible{outline:2px solid var(--ts-red);outline-offset:3px}.ts-breaking-ticker{position:relative;min-height:20px;display:flex;align-items:center}.ts-breaking-track{position:relative;display:block;width:100%;min-width:0;height:20px}.ts-breaking-item{position:absolute;inset:0 auto auto 0;width:100%;opacity:0;visibility:hidden;transform:translateY(5px);transition:opacity .35s ease,transform .35s ease,visibility .35s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ts-breaking-item.is-active{opacity:1;visibility:visible;transform:translateY(0)}.ts-breaking-item:after{display:none}@media(prefers-reduced-motion:reduce){.ts-breaking-item{transition:none}}.ts-search-overlay{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.ts-search-overlay.is-open{visibility:visible;opacity:1;pointer-events:auto}.ts-search-overlay-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.68);backdrop-filter:blur(2px)}.ts-search-overlay-panel{position:relative;z-index:1;width:min(760px,100%);max-height:min(820px,calc(100vh - 48px));overflow:auto;margin:0;padding:0 26px;border:1px solid #2b2f31;border-radius:8px;background:#080a0b;color:#fff;box-shadow:0 30px 90px rgba(0,0,0,.58)}.ts-search-overlay-top{display:flex;align-items:center;justify-content:flex-end;min-height:47px;padding:8px 0 0}.ts-search-overlay-title{position:absolute;left:26px;top:17px;color:#8d9295;font-size:9px;font-weight:900;letter-spacing:1.2px}.ts-search-close{width:31px;height:31px;border:0;border-radius:50%;background:transparent;color:#c7c9ca;font-size:27px;line-height:1;cursor:pointer}.ts-search-close:hover{background:#171a1c;color:#fff}.ts-search-overlay-form{position:relative;display:flex;align-items:center;height:52px;margin:0;border:1px solid var(--ts-red);border-radius:6px;background:#0b0d0e;box-shadow:0 0 0 1px rgba(235,0,0,.08)}.ts-search-overlay-form:focus-within{box-shadow:0 0 0 2px rgba(235,0,0,.18)}.ts-search-overlay-icon{position:relative;flex:0 0 45px;width:45px;height:100%}.ts-search-overlay-icon:before{content:"";position:absolute;left:15px;top:15px;width:13px;height:13px;border:1.7px solid #fff;border-radius:50%}.ts-search-overlay-icon:after{content:"";position:absolute;left:27px;top:28px;width:7px;height:1.7px;background:#fff;transform:rotate(45deg);transform-origin:left center}.ts-search-overlay-form input{min-width:0;flex:1;height:100%;border:0;padding:0 7px;outline:0;background:transparent;color:#f5f5f5;font:inherit;font-size:16px}.ts-search-overlay-form input::placeholder{color:#85898b}.ts-search-overlay-form kbd{flex:0 0 auto;margin-right:10px;padding:5px 7px;border:1px solid #34383a;border-radius:4px;background:#151819;color:#d0d2d3;font-size:8px;font-family:inherit}.ts-search-dashboard{display:grid;grid-template-columns:1.02fr 1fr 1.02fr;min-height:390px;margin-top:19px}.ts-search-column{min-width:0;padding:0 17px;border-left:1px solid #292d2f}.ts-search-column:first-child{padding-left:0;border-left:0}.ts-search-column:last-child{padding-right:0}.ts-search-column>h3,.ts-search-column-heading h3,.ts-search-popular-heading{margin:0 0 15px;color:#fff;font-size:9px;font-weight:900;letter-spacing:.2px}.ts-search-column-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.ts-search-column-heading button{border:0;background:transparent;color:var(--ts-red);font-size:8px;cursor:pointer}.ts-search-suggestion{display:grid;grid-template-columns:27px minmax(0,1fr) 15px;align-items:center;gap:9px;min-height:50px;color:#fff}.ts-search-suggestion:hover{color:#fff}.ts-search-suggestion-icon{width:27px;height:27px;display:grid;place-items:center;color:#f2f2f2;font-size:16px}.ts-search-suggestion:first-of-type .ts-search-suggestion-icon{color:var(--ts-red)}.ts-search-suggestion-copy{display:grid;gap:2px;min-width:0}.ts-search-suggestion-copy strong{font-size:10px;line-height:1.2}.ts-search-suggestion-copy small{color:#7f8486;font-size:7px;line-height:1.35}.ts-search-arrow{color:#b9bcbd;font-size:15px;text-align:right}.ts-search-suggestion:hover .ts-search-arrow{color:var(--ts-red)}.ts-search-tip{display:flex;gap:10px;align-items:flex-start;margin-top:12px;padding:11px;border:1px solid #34383a;border-radius:4px;background:#0c0e0f}.ts-search-tip-icon{flex:0 0 22px;width:22px;height:22px;display:grid;place-items:center;color:#fff;font-size:15px}.ts-search-tip div{display:grid;gap:4px}.ts-search-tip strong{font-size:9px}.ts-search-tip small{color:#8b9092;font-size:7px;line-height:1.5}.ts-search-recent-list{display:grid;gap:2px;min-height:105px}.ts-search-recent-empty{margin:0;color:#666;font-size:8px}.ts-search-recent-item{display:grid;grid-template-columns:18px minmax(0,1fr) 12px;align-items:center;gap:8px;min-height:29px;color:#e1e2e3;font-size:8px}.ts-search-recent-item:hover{color:#fff}.ts-search-recent-icon{color:#b8bcbe;font-size:14px}.ts-search-recent-item .ts-search-arrow{font-size:12px}.ts-search-popular-heading{margin-top:17px}.ts-search-topic-list{display:flex;flex-wrap:wrap;gap:6px}.ts-search-topic-list a{padding:6px 8px;border-radius:3px;background:#1a1d1f;color:#c7c9ca;font-size:7px}.ts-search-topic-list a:hover{background:#24282a;color:#fff}.ts-search-top-list{display:grid;gap:12px}.ts-search-top-story{display:grid;grid-template-columns:77px minmax(0,1fr);gap:10px;align-items:center;color:#fff}.ts-search-top-image{display:block;width:77px;height:59px;overflow:hidden;border-radius:5px;background:#222}.ts-search-top-image img{display:block;width:100%;height:100%;object-fit:cover}.ts-search-top-copy{display:grid;gap:5px;min-width:0}.ts-search-top-copy strong{font-size:9px;line-height:1.35}.ts-search-top-copy small{color:#777;font-size:7px;text-transform:none}.ts-search-top-copy small:first-letter{color:var(--ts-red)}.ts-search-top-copy b{padding:0 4px;color:#555}.ts-search-live{display:none;min-height:390px;padding:20px 0 8px}.ts-search-overlay.has-query .ts-search-dashboard{display:none}.ts-search-overlay.has-query .ts-search-live{display:block}.ts-search-live-heading{display:flex;justify-content:space-between;margin-bottom:7px;padding-bottom:10px;border-bottom:1px solid #292d2f}.ts-search-live-heading strong{font-size:9px}.ts-search-live-heading span{color:#777;font-size:8px}.ts-search-live-list{display:grid}.ts-search-live-result{display:grid;grid-template-columns:76px minmax(0,1fr) 15px;gap:11px;align-items:center;padding:10px 0;border-bottom:1px solid #292d2f;color:#fff}.ts-search-live-image{display:block;width:76px;height:50px;overflow:hidden;border-radius:4px;background:#222}.ts-search-live-image img{display:block;width:100%;height:100%;object-fit:cover}.ts-search-live-copy{display:grid;gap:3px;min-width:0}.ts-search-live-copy small{color:var(--ts-red);font-size:7px;font-weight:900;text-transform:uppercase}.ts-search-live-copy strong{font-size:10px;line-height:1.25}.ts-search-live-copy>span{color:#777;font-size:7px}.ts-search-live-arrow{color:var(--ts-red);font-size:15px;text-align:right}.ts-search-live-loading,.ts-search-live-empty{display:grid;place-items:center;min-height:340px;color:#888;text-align:center;font-size:10px}.ts-search-live-empty strong{color:#fff;font-size:14px}.ts-search-live-empty span{margin-top:6px}.ts-search-overlay-bottom{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-top:17px;padding:16px 0 20px;border-top:1px solid #292d2f;background:#080a0b}.ts-search-bottom-help{display:flex;align-items:center;gap:10px}.ts-search-bottom-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#1b1e20;color:#fff;font-size:17px}.ts-search-bottom-help div{display:grid;gap:3px}.ts-search-bottom-help strong{font-size:9px}.ts-search-bottom-help small{color:#85898b;font-size:7px}.ts-search-overlay-bottom>a{display:flex;align-items:center;gap:11px;padding:10px 13px;border:1px solid #44494b;border-radius:4px;color:#fff;font-size:8px;font-weight:800}.ts-search-overlay-bottom>a:hover{border-color:var(--ts-red)}.ts-search-overlay-bottom>a span{color:#bbb;font-size:14px}.ts-search-esc-help{position:absolute;left:50%;bottom:4px;transform:translateX(-50%);color:#777;font-size:7px}.ts-search-esc-help kbd{margin:0 4px;padding:3px 6px;border:1px solid #383c3e;border-radius:3px;color:#aaa}html.ts-search-open body{overflow:hidden}@media(max-width:760px){.ts-search-overlay{padding:0}.ts-search-overlay-panel{width:100%;max-height:100vh;height:100%;border:0;border-radius:0;padding:0 18px}.ts-search-dashboard{grid-template-columns:1fr;min-height:0}.ts-search-column{padding:18px 0;border-left:0;border-top:1px solid #292d2f}.ts-search-column:first-child{border-top:0;padding-top:4px}.ts-search-column:last-child{padding-bottom:8px}.ts-search-suggestion{min-height:44px}.ts-search-top-list{grid-template-columns:1fr 1fr;gap:12px}.ts-search-top-story{grid-template-columns:62px minmax(0,1fr)}.ts-search-top-image{width:62px;height:49px}.ts-search-overlay-bottom{grid-template-columns:1fr;margin-top:8px}.ts-search-overlay-bottom>a{justify-content:center}.ts-search-esc-help{display:none}}@media(prefers-reduced-motion:reduce){.ts-search-overlay{transition:none}}.ts-live-news-page{background:#fff;color:#111}.ts-live-news-hero{position:relative;min-height:230px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(90deg,rgba(0,0,0,.97) 0%,rgba(0,0,0,.76) 40%,rgba(0,0,0,.2) 100%),radial-gradient(circle at 78% 42%,rgba(255,0,0,.26),transparent 34%),#050608}.ts-live-news-hero:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.32;background-image:radial-gradient(circle,rgba(255,0,0,.8) 1px,transparent 1.5px),linear-gradient(105deg,transparent 46%,rgba(255,0,0,.18) 47%,transparent 48%);background-size:10px 10px,100% 100%;mask-image:linear-gradient(90deg,transparent 30%,#000 62%)}.ts-live-news-hero-inner{position:relative;z-index:2}.ts-live-news-hero-copy{max-width:390px;color:#fff}.ts-live-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:5px;background:var(--ts-red);color:#fff;font-size:10px;font-weight:900;letter-spacing:.2px}.ts-live-dot{width:8px;height:8px;flex:0 0 8px;display:inline-block;border-radius:50%;background:var(--ts-red)}.ts-live-badge .ts-live-dot{background:#fff}.ts-live-news-hero h1{margin:16px 0 8px;font-size:42px;line-height:1;letter-spacing:-1px;color:#fff}.ts-live-news-hero p{max-width:330px;margin:0;color:#ddd;font-size:13px;line-height:1.55}.ts-live-news-layout{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(280px,.95fr);gap:0;border-left:1px solid #eee;border-right:1px solid #eee}.ts-live-news-feed{min-width:0;border-right:1px solid #e6e6e6}.ts-live-news-toolbar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 30px;border-bottom:1px solid #e5e5e5}.ts-live-news-tabs{display:flex;align-items:stretch;height:58px;gap:34px}.ts-live-news-tabs a{position:relative;display:flex;align-items:center;color:#555;font-size:10px;font-weight:900;white-space:nowrap}.ts-live-news-tabs a.is-active{color:var(--ts-red)}.ts-live-news-tabs a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--ts-red)}.ts-live-news-filter{display:flex;align-items:center;gap:8px}.ts-live-news-filter label{font-size:8px;color:#555;font-weight:800}.ts-live-news-filter select{min-width:120px;height:32px;padding:0 10px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#222;font-size:9px}.ts-live-feed-list{padding:0 30px}.ts-live-feed-item{display:grid;grid-template-columns:78px 190px minmax(0,1fr);gap:16px;min-height:155px;padding:16px 0;border-bottom:1px solid #e7e7e7}.ts-live-feed-time{position:relative;min-width:0;padding-top:3px;color:#555;font-size:9px}.ts-live-feed-status{display:flex;align-items:center;gap:7px;line-height:1.4}.ts-live-feed-status .ts-live-dot{width:7px;height:7px;flex-basis:7px}.ts-live-feed-line{position:absolute;top:22px;right:16px;bottom:-17px;width:1px;background:#ed3333}.ts-live-feed-line span{position:absolute;top:0;left:50%;width:12px;height:12px;border-radius:50%;background:var(--ts-red);transform:translate(-50%,-50%);box-shadow:0 0 0 3px #fff}.ts-live-feed-item:last-child .ts-live-feed-line{display:none}.ts-live-feed-image{display:block;aspect-ratio:1.3/1;overflow:hidden;border-radius:5px;background:#ddd}.ts-live-feed-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.ts-live-feed-image:hover img{transform:scale(1.025)}.ts-live-feed-content{min-width:0;padding-top:1px}.ts-live-feed-content .ts-category-label{font-size:8px}.ts-live-feed-content h2{margin:5px 0 6px;font-size:15px;line-height:1.2}.ts-live-feed-content h2 a:hover{color:var(--ts-red)}.ts-live-feed-content p{margin:0 0 9px;color:#666;font-size:10px;line-height:1.5}.ts-live-feed-meta{display:flex;align-items:center;gap:10px}.ts-live-indicator{display:inline-flex;align-items:center;gap:6px;color:var(--ts-red);font-size:8px;font-weight:900}.ts-live-indicator .ts-live-dot{width:7px;height:7px;flex-basis:7px}.ts-live-meta-spacer{flex:1}.ts-live-action{width:27px;height:27px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#555;font-size:17px;cursor:pointer}.ts-live-action:hover{color:var(--ts-red)}.ts-live-load-more{padding:18px 0 25px;text-align:center}.ts-live-load-more a{display:inline-flex;align-items:center;gap:8px;padding:9px 17px;border:1px solid #ddd;border-radius:5px;color:#555;font-size:8px;font-weight:900}.ts-live-load-more a:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-live-load-spinner{width:15px;height:15px;display:inline-block;border:2px solid #eee;border-top-color:var(--ts-red);border-radius:50%}.ts-live-empty{margin:30px}.ts-live-news-sidebar{min-width:0;background:#fff}.ts-live-sidebar-module{padding:25px 22px;border-bottom:1px solid #e7e7e7}.ts-live-sidebar-module h2{margin:0 0 15px;font-size:13px;line-height:1.2}.ts-live-categories nav{display:flex;flex-direction:column}.ts-live-categories nav a{padding:8px 8px;color:#111;border-radius:4px;font-size:10px;font-weight:700}.ts-live-categories nav a:hover,.ts-live-categories nav a.is-active{color:var(--ts-red);background:#fff1f1}.ts-live-now h2{display:flex;align-items:center;gap:7px}.ts-live-now h2 .ts-live-dot{animation:ts-live-pulse 1.4s infinite}.ts-live-now-media{position:relative;display:block;aspect-ratio:1.65/1;overflow:hidden;border-radius:5px;background:#111}.ts-live-now-media img{width:100%;height:100%;object-fit:cover}.ts-live-now-badge{position:absolute;left:8px;top:8px;padding:4px 7px;border-radius:3px;background:var(--ts-red);color:#fff;font-size:8px;font-weight:900}.ts-live-now-play{position:absolute;left:50%;top:50%;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(0,0,0,.45);color:#fff;font-size:15px;transform:translate(-50%,-50%)}.ts-live-now h3{margin:10px 0 5px;font-size:13px;line-height:1.3}.ts-live-now h3 a:hover{color:var(--ts-red)}.ts-live-now p{margin:0 0 13px;color:#777;font-size:8px}.ts-live-watch-button{display:flex;align-items:center;justify-content:center;min-height:34px;border:1px solid var(--ts-red);border-radius:4px;color:var(--ts-red);font-size:8px;font-weight:900}.ts-live-watch-button:hover{background:var(--ts-red);color:#fff}.ts-live-tags h2{margin-bottom:13px}.ts-live-tag-list{display:flex;flex-wrap:wrap;gap:6px}.ts-live-tag-list a{padding:6px 8px;border:1px solid #ddd;border-radius:4px;color:#444;font-size:8px}.ts-live-tag-list a:hover{border-color:var(--ts-red);color:var(--ts-red)}@keyframes ts-live-pulse{0%,100%{box-shadow:0 0 0 0 rgba(230,0,0,.25)}50%{box-shadow:0 0 0 5px rgba(230,0,0,0)}}@media(max-width:1000px){.ts-live-news-layout{grid-template-columns:minmax(0,1fr) 280px}.ts-live-feed-item{grid-template-columns:64px 160px minmax(0,1fr);gap:12px}.ts-live-feed-list{padding:0 20px}.ts-live-news-toolbar{padding:0 20px}}@media(max-width:800px){.ts-live-news-hero{min-height:210px}.ts-live-news-layout{grid-template-columns:1fr}.ts-live-news-feed{border-right:0}.ts-live-news-sidebar{border-top:1px solid #e7e7e7}.ts-live-feed-item{grid-template-columns:55px 145px minmax(0,1fr)}}@media(max-width:620px){.ts-live-news-hero{min-height:190px}.ts-live-news-hero h1{font-size:35px}.ts-live-news-toolbar{min-height:auto;align-items:flex-start;flex-direction:column;padding:0}.ts-live-news-tabs{width:100%;height:50px;padding:0 15px;gap:25px}.ts-live-news-filter{width:100%;padding:10px 15px;border-top:1px solid #eee}.ts-live-news-filter select{flex:1}.ts-live-feed-list{padding:0 15px}.ts-live-feed-item{grid-template-columns:48px minmax(0,1fr);gap:10px;min-height:0;padding:14px 0}.ts-live-feed-time{grid-column:1;grid-row:1 / span 2}.ts-live-feed-image{grid-column:2;grid-row:1;width:100%;aspect-ratio:1.65/1}.ts-live-feed-content{grid-column:2;grid-row:2}.ts-live-feed-line{right:auto;left:6px;top:24px}.ts-live-feed-status{font-size:7px}.ts-live-feed-content h2{font-size:14px}.ts-live-feed-content p{font-size:9px}.ts-live-news-sidebar{display:block}.ts-live-sidebar-module{padding:22px 15px}}@media(prefers-reduced-motion:reduce){.ts-live-now h2 .ts-live-dot{animation:none}}.ts-404-page{background:#fff;color:#111;overflow:hidden}.ts-404-hero{position:relative;min-height:365px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.84) 38%,rgba(0,0,0,.35) 72%,rgba(0,0,0,.62) 100%),var(--ts-404-bg),radial-gradient(circle at 72% 48%,rgba(255,0,0,.25),transparent 26%),#05080d;background-position:center;background-size:cover}.ts-404-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 42%,rgba(255,0,0,.14) 52%,transparent 65%),radial-gradient(circle at 75% 52%,rgba(255,0,0,.25),transparent 15%);pointer-events:none}.ts-404-hero-inner{position:relative;z-index:2}.ts-404-hero-copy{max-width:560px;color:#fff}.ts-404-number{margin:0 0 4px;color:#ed0b15;font-size:150px;font-weight:950;line-height:.82;letter-spacing:-8px}.ts-404-hero h1{margin:22px 0 10px;color:#fff;font-size:37px;line-height:1.08;letter-spacing:-1.2px}.ts-404-hero p{margin:0;color:#f2f2f2;font-size:15px;line-height:1.55}.ts-404-hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:20px}.ts-404-home-button,.ts-404-search-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 20px;border-radius:5px;font-size:11px;font-weight:900;cursor:pointer}.ts-404-home-button{background:var(--ts-red);color:#fff}.ts-404-home-button:hover{background:#c90000;color:#fff}.ts-404-search-button{border:1px solid rgba(255,255,255,.8);background:rgba(0,0,0,.15);color:#fff}.ts-404-search-button:hover{background:#fff;color:#111}.ts-404-content{padding:38px 0 55px}.ts-404-search-card{display:grid;grid-template-columns:105px minmax(0,1fr);align-items:center;gap:22px;padding:28px 42px;border:1px solid #e4e4e4;border-radius:8px;background:linear-gradient(135deg,#fff,#fafafa)}.ts-404-search-icon{width:74px;height:74px;display:grid;place-items:center;margin:auto;border-radius:50%;background:#fff1f1;color:var(--ts-red);font-size:42px;line-height:1}.ts-404-search-copy h2{margin:0 0 15px;font-size:20px;line-height:1.2}.ts-404-search-form{display:grid;grid-template-columns:minmax(0,1fr) 115px;gap:0;max-width:610px}.ts-404-search-form input{min-width:0;height:46px;padding:0 17px;border:1px solid #ddd;border-radius:5px 0 0 5px;background:#fff;color:#222;font-size:12px;outline:none}.ts-404-search-form input:focus{border-color:var(--ts-red);box-shadow:0 0 0 2px rgba(230,0,0,.08)}.ts-404-search-form button{height:46px;border:0;border-radius:0 5px 5px 0;background:var(--ts-red);color:#fff;font-size:10px;font-weight:900;cursor:pointer}.ts-404-search-form button:hover{background:#c90000}.ts-404-section{margin-top:38px}.ts-404-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.ts-404-section-heading h2{margin:0 0 10px;font-size:16px;line-height:1}.ts-404-section-heading>div>span{display:block;width:38px;height:2px;background:var(--ts-red)}.ts-404-section-heading>a{display:inline-flex;align-items:center;gap:7px;color:var(--ts-red);font-size:9px;font-weight:900}.ts-404-section-heading>a b{font-size:20px;line-height:.5}.ts-404-heading-only{justify-content:flex-start}.ts-404-trending-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.ts-404-trending-card{min-width:0}.ts-404-trending-media{position:relative;display:block;aspect-ratio:1.4/1;overflow:hidden;margin-bottom:11px;border-radius:5px;background:#ddd}.ts-404-trending-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s ease}.ts-404-trending-media:hover img{transform:scale(1.025)}.ts-404-rank{position:absolute;z-index:2;top:0;left:0;min-width:29px;height:29px;display:grid;place-items:center;padding:0 7px;background:var(--ts-red);color:#fff;font-size:11px;font-weight:900}.ts-404-trending-card .ts-category-label{display:inline-block;margin-bottom:7px;font-size:8px}.ts-404-trending-card h3{margin:0 0 8px;font-size:12px;line-height:1.35}.ts-404-trending-card h3 a:hover{color:var(--ts-red)}.ts-404-card-meta{display:flex;align-items:center;gap:6px;color:#777;font-size:8px}.ts-404-category-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:7px}.ts-404-category-card{min-width:0;min-height:57px;display:flex;align-items:center;justify-content:center;gap:9px;padding:8px 7px;border:1px solid #e3e3e3;border-radius:5px;background:#fff;color:#111;font-size:10px;font-weight:600;text-align:center}.ts-404-category-card:hover{border-color:#ef6b6b;color:var(--ts-red);box-shadow:0 4px 14px rgba(0,0,0,.05)}.ts-404-category-icon{color:var(--ts-red);font-size:22px;line-height:1}.ts-404-help{min-height:105px;display:grid;grid-template-columns:92px minmax(0,1fr) auto;align-items:center;gap:22px;margin-top:34px;padding:22px 38px;border-radius:8px;background:linear-gradient(90deg,#fff0f0,#fff8f8)}.ts-404-help-icon{width:60px;height:60px;display:grid;place-items:center;margin:auto;color:var(--ts-red);font-size:45px;line-height:1}.ts-404-help-copy h2{margin:0 0 7px;font-size:17px}.ts-404-help-copy p{max-width:510px;margin:0;color:#444;font-size:11px;line-height:1.55}.ts-404-contact-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:43px;padding:0 22px;border-radius:5px;background:var(--ts-red);color:#fff;font-size:10px;font-weight:900}.ts-404-contact-button:hover{background:#c90000;color:#fff}@media(max-width:1000px){.ts-404-trending-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ts-404-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:700px){.ts-404-hero{min-height:390px}.ts-404-number{font-size:112px;letter-spacing:-6px}.ts-404-hero h1{font-size:30px}.ts-404-hero p{font-size:13px}.ts-404-search-card{grid-template-columns:1fr;padding:24px}.ts-404-search-icon{width:60px;height:60px;font-size:34px}.ts-404-search-copy h2{text-align:center;font-size:18px}.ts-404-search-form{max-width:none}.ts-404-trending-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.ts-404-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ts-404-help{grid-template-columns:1fr;text-align:center;padding:25px 20px}.ts-404-help-copy p{margin:auto}.ts-404-contact-button{justify-self:center}}@media(max-width:480px){.ts-404-hero{min-height:420px}.ts-404-number{font-size:90px}.ts-404-hero h1{font-size:26px}.ts-404-desktop-break{display:none}.ts-404-hero-actions{flex-direction:column;align-items:stretch}.ts-404-home-button,.ts-404-search-button{width:100%}.ts-404-content{padding-top:24px}.ts-404-search-card{padding:20px 15px}.ts-404-search-form{grid-template-columns:1fr}.ts-404-search-form input{border-radius:5px}.ts-404-search-form button{margin-top:8px;border-radius:5px}.ts-404-section-heading{align-items:flex-start}.ts-404-section-heading>a{margin-top:2px}.ts-404-trending-grid{grid-template-columns:1fr 1fr;gap:14px}.ts-404-trending-card h3{font-size:11px}}@media(prefers-reduced-motion:reduce){.ts-404-trending-media img{transition:none}}.ts-categories-page{background:#fff;color:#111;overflow:hidden}.ts-categories-hero{position:relative;min-height:260px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.94) 31%,rgba(0,0,0,.35) 61%,rgba(0,0,0,.2) 100%),radial-gradient(circle at 78% 50%,rgba(255,177,60,.24),transparent 28%),#030507}.ts-categories-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 77% 52%,rgba(255,177,70,.7) 0 1px,transparent 2px),radial-gradient(circle at 75% 48%,rgba(255,255,255,.2) 0 1px,transparent 2px);background-size:12px 12px,17px 17px;opacity:.32;pointer-events:none;mask-image:linear-gradient(90deg,transparent 35%,#000 58%)}.ts-categories-hero-inner{position:relative;z-index:2;width:100%;min-height:260px;display:flex;align-items:center}.ts-categories-hero-copy{max-width:470px;color:#fff}.ts-categories-hero-copy .ts-eyebrow{display:block;margin-bottom:15px;color:var(--ts-red);font-size:10px;font-weight:900}.ts-categories-hero-copy h1{margin:0 0 13px;color:#fff;font-size:39px;line-height:1.08;letter-spacing:-1.2px}.ts-categories-hero-copy p{max-width:390px;margin:0;color:#ddd;font-size:13px;line-height:1.5}.ts-categories-breadcrumb{display:flex;align-items:center;gap:9px;margin-top:16px;font-size:10px}.ts-categories-breadcrumb a{color:#ddd}.ts-categories-breadcrumb span:last-child{color:var(--ts-red);font-weight:800}.ts-categories-content{padding:24px 0 42px}.ts-categories-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:28px}.ts-categories-main{min-width:0}.ts-categories-sidebar{min-width:0}.ts-categories-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.ts-categories-heading h2,.ts-categories-subsection>h2,.ts-categories-sidebar-card h2{margin:0;font-size:13px;line-height:1.2}.ts-categories-sort{display:flex;align-items:center;gap:8px}.ts-categories-sort label{font-size:9px;color:#666}.ts-categories-sort select{min-width:102px;height:34px;padding:0 9px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#222;font-size:9px}.ts-category-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ts-category-card-polished{min-width:0;overflow:hidden;border:1px solid #ddd;border-radius:5px;background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.ts-category-card-polished:hover{border-color:#ccc;box-shadow:0 7px 20px rgba(0,0,0,.07);transform:translateY(-2px)}.ts-category-card-image{position:relative;display:block;aspect-ratio:1.35/1;overflow:visible;background:#101318 var(--ts-category-card-bg) center/cover no-repeat}.ts-category-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.3))}.ts-category-icon{position:absolute;left:12px;bottom:-19px;z-index:2;width:39px;height:39px;display:grid;place-items:center;border:3px solid #050505;border-radius:50%;background:#050505;color:var(--ts-red);font-size:23px;line-height:1}.ts-category-card-body{padding:27px 12px 13px}.ts-category-card-body h3{margin:0 0 7px;font-size:13px;line-height:1.2}.ts-category-card-body h3 a:hover{color:var(--ts-red)}.ts-category-card-body p{min-height:48px;margin:0 0 9px;color:#444;font-size:9px;line-height:1.55}.ts-category-card-body strong{color:var(--ts-red);font-size:8px}.ts-categories-load-more{display:flex;align-items:center;justify-content:center;gap:10px;min-width:230px;height:32px;margin:12px auto 0;border:1px solid #ed7777;border-radius:4px;background:#fff;color:var(--ts-red);font-size:8px;font-weight:900;cursor:pointer}.ts-categories-load-more:hover{background:#fff5f5}.ts-category-card-polished.is-extra-category{display:none}.ts-category-card-grid.is-expanded .is-extra-category{display:block}.ts-categories-subsection{margin-top:22px;padding-top:1px}.ts-categories-subsection>h2{margin-bottom:13px}.ts-topic-chips{display:flex;flex-wrap:wrap;gap:7px}.ts-topic-chips a{padding:6px 12px;border:1px solid #ef9999;border-radius:4px;color:#333;font-size:8px}.ts-topic-chips a:hover{background:#fff3f3;color:var(--ts-red)}.ts-recent-category-stories{padding-bottom:3px;border-bottom:1px solid #eee}.ts-recent-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.ts-recent-category-story{display:grid;grid-template-columns:47px minmax(0,1fr);gap:8px;min-width:0}.ts-recent-category-image{width:47px;height:47px;display:block;overflow:hidden;border-radius:3px;background:#ddd}.ts-recent-category-image img{width:100%;height:100%;object-fit:cover}.ts-recent-category-story .ts-category-label{display:block;margin:0 0 3px;font-size:6px}.ts-recent-category-story h3{margin:0 0 4px;font-size:8px;line-height:1.25}.ts-recent-category-story h3 a:hover{color:var(--ts-red)}.ts-recent-category-story time{color:#888;font-size:7px}.ts-categories-sidebar>.ts-sidebar-newsletter,.ts-categories-sidebar>.ts-newsletter-widget{margin-bottom:14px}.ts-categories-sidebar-card{margin-bottom:14px;padding:18px;border:1px solid #e1e1e1;border-radius:6px;background:#fff}.ts-categories-sidebar-card h2{margin-bottom:16px}.ts-trending-category-list{display:flex;flex-direction:column}.ts-trending-category-item{display:grid;grid-template-columns:19px 36px minmax(0,1fr);align-items:center;gap:8px;padding:9px 0;border-bottom:1px solid #eee}.ts-trending-category-item:last-child{border-bottom:0}.ts-trending-category-item>strong{color:var(--ts-red);font-size:9px}.ts-trending-category-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid #eee;border-radius:50%;color:#0c2348;font-size:19px}.ts-trending-category-item b{display:block;font-size:9px}.ts-trending-category-item small{display:block;margin-top:3px;color:#777;font-size:7px}.ts-sidebar-view-all{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:12px;color:var(--ts-red);font-size:8px;font-weight:900}.ts-sidebar-view-all:hover{color:#111}.ts-sidebar-tag-list{display:flex;flex-wrap:wrap;gap:7px}.ts-sidebar-tag-list a{padding:7px 9px;border:1px solid #ddd;border-radius:4px;color:#444;font-size:8px}.ts-sidebar-tag-list a:hover{border-color:var(--ts-red);color:var(--ts-red)}@media(max-width:1050px){.ts-categories-layout{grid-template-columns:minmax(0,1fr) 250px;gap:20px}.ts-category-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ts-recent-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.ts-categories-hero,.ts-categories-hero-inner{min-height:245px}.ts-categories-layout{grid-template-columns:1fr}.ts-categories-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ts-categories-sidebar-card{margin-bottom:0}.ts-category-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.ts-categories-hero,.ts-categories-hero-inner{min-height:265px}.ts-categories-hero-copy h1{font-size:31px;letter-spacing:-.8px}.ts-categories-hero-copy p{font-size:11px}.ts-categories-content{padding:18px 0 30px}.ts-categories-heading{align-items:flex-start}.ts-categories-heading h2{font-size:12px}.ts-categories-sort label{font-size:8px}.ts-category-card-grid{grid-template-columns:1fr 1fr;gap:9px}.ts-category-card-image{aspect-ratio:1.2/1}.ts-category-card-body{padding:25px 9px 10px}.ts-category-card-body h3{font-size:11px}.ts-category-card-body p{min-height:0;font-size:8px}.ts-topic-chips{gap:5px}.ts-topic-chips a{padding:5px 8px}.ts-recent-category-grid{grid-template-columns:1fr}.ts-categories-sidebar{grid-template-columns:1fr}}.ts-categories-hero{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.ts-categories-hero-inner{width:min(calc(100% - 64px),var(--ts-container));max-width:var(--ts-container);min-width:0;margin-inline:auto;padding-inline:0;box-sizing:border-box}.ts-categories-hero-copy{width:100%;max-width:470px;min-width:0;box-sizing:border-box;overflow-wrap:anywhere}.ts-categories-hero-copy .ts-eyebrow{max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.ts-categories-hero-copy h1{width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow-wrap:anywhere;word-break:break-word;hyphens:auto}.ts-categories-hero-copy p{width:100%;max-width:390px;min-width:0;box-sizing:border-box;overflow-wrap:anywhere;word-break:break-word;hyphens:auto}.ts-categories-breadcrumb{min-width:0;max-width:100%;flex-wrap:wrap;overflow-wrap:anywhere}@media(max-width:900px){.ts-categories-hero-inner{width:calc(100% - 32px);max-width:none}.ts-categories-hero-copy{max-width:min(100%,470px)}}@media(max-width:560px){.ts-categories-hero-inner{width:calc(100% - 24px);max-width:none}.ts-categories-hero-copy{width:100%;max-width:100%}.ts-categories-hero-copy h1{font-size:clamp(29px,8.5vw,31px);line-height:1.08;letter-spacing:-.6px}.ts-categories-hero-copy p{max-width:100%;font-size:11px}}.ts-author-polished-page{background:#fff;color:#111}.ts-author-breadcrumb{display:flex;align-items:center;gap:9px;min-height:58px;padding-top:12px;padding-bottom:12px;color:#555;font-size:10px}.ts-author-breadcrumb a:hover{color:var(--ts-red)}.ts-author-breadcrumb span:last-child{color:#111}.ts-author-polished-profile{border-bottom:1px solid #e8e8e8;background:#fff}.ts-author-profile-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,1fr);gap:30px;align-items:center;padding:20px 0 27px}.ts-author-identity{min-width:0;display:flex;align-items:center;gap:28px}.ts-author-polished-avatar{width:150px;height:150px;flex:0 0 150px;overflow:hidden;border-radius:50%;background:#222}.ts-author-polished-avatar img{width:100%;height:100%;display:block;object-fit:cover}.ts-author-identity-copy{min-width:0}.ts-author-name-row{display:flex;align-items:center;gap:9px;min-width:0}.ts-author-name-row h1{min-width:0;margin:0;font-size:36px;line-height:1.05;letter-spacing:-1.2px;overflow-wrap:anywhere}.ts-author-verified{width:18px;height:18px;flex:0 0 18px;display:grid;place-items:center;border-radius:50%;background:var(--ts-red);color:#fff;font-size:11px;font-weight:900}.ts-author-role{margin:9px 0 12px;color:var(--ts-red);font-size:14px;font-weight:800}.ts-author-identity-copy>p{max-width:600px;margin:0 0 13px;font-size:12px;line-height:1.65;color:#222}.ts-author-socials{display:flex;flex-wrap:wrap;gap:8px}.ts-author-socials a{width:32px;height:32px;display:grid;place-items:center;border:1px solid #ddd;border-radius:50%;color:#222;font-size:13px;font-weight:800}.ts-author-socials a:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-author-stat-grid{display:grid;grid-template-columns:1fr 1fr;border-left:1px solid #e7e7e7}.ts-author-stat{min-height:92px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-align:center;border-bottom:1px solid #e7e7e7}.ts-author-stat:nth-child(odd){border-right:1px solid #e7e7e7}.ts-author-stat:nth-child(3),.ts-author-stat:nth-child(4){border-bottom:0}.ts-author-stat-icon{margin-bottom:2px;color:var(--ts-red);font-size:23px;line-height:1}.ts-author-stat strong{font-size:20px;line-height:1}.ts-author-stat>span:last-child{font-size:9px;color:#111}.ts-author-polished-content{padding:0 0 50px}.ts-author-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;padding-top:25px}.ts-author-main-column{min-width:0}.ts-author-tabs{display:flex;align-items:stretch;gap:34px;height:52px;border-bottom:1px solid #ddd;overflow-x:auto;scrollbar-width:none}.ts-author-tabs::-webkit-scrollbar{display:none}.ts-author-tabs a{position:relative;flex:0 0 auto;display:flex;align-items:center;color:#444;font-size:10px;font-weight:900;white-space:nowrap}.ts-author-tabs a:hover,.ts-author-tabs a.is-active{color:var(--ts-red)}.ts-author-tabs a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--ts-red)}.ts-author-articles{padding-top:4px}.ts-author-article{display:grid;grid-template-columns:190px minmax(0,1fr);gap:20px;padding:16px 0;border-bottom:1px solid #e5e5e5}.ts-author-article-image{display:block;aspect-ratio:1.55/1;overflow:hidden;border-radius:5px;background:#ddd}.ts-author-article-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .22s ease}.ts-author-article-image:hover img{transform:scale(1.025)}.ts-author-article-copy{min-width:0}.ts-author-article-copy .ts-category-label{display:inline-block;margin-bottom:5px;font-size:8px}.ts-author-article-copy h2{margin:0 0 7px;font-size:16px;line-height:1.2}.ts-author-article-copy h2 a:hover{color:var(--ts-red)}.ts-author-article-copy p{margin:0 0 8px;color:#444;font-size:11px;line-height:1.5}.ts-author-article-meta{display:flex;flex-wrap:wrap;gap:7px;color:#777;font-size:9px}.ts-author-pagination{padding:24px 0}.ts-author-pagination .page-numbers{display:flex;justify-content:center;gap:7px;margin:0;padding:0;list-style:none}.ts-author-pagination .page-numbers li{margin:0}.ts-author-pagination .page-numbers a,.ts-author-pagination .page-numbers span{min-width:31px;height:31px;display:grid;place-items:center;border:1px solid #ddd;border-radius:4px;font-size:9px}.ts-author-pagination .page-numbers .current{border-color:var(--ts-red);background:var(--ts-red);color:#fff}.ts-author-polished-sidebar{min-width:0;border-left:1px solid #e6e6e6;padding-left:22px}.ts-author-sidebar-card{padding:0 0 22px;margin-bottom:22px;border-bottom:1px solid #e6e6e6}.ts-author-sidebar-card h2{margin:0 0 12px;font-size:12px;line-height:1.2}.ts-author-about-card{padding:20px 17px;border:0;border-radius:5px;background:#fafafa}.ts-author-quote-mark{color:var(--ts-red);font-size:45px;font-weight:900;line-height:.6}.ts-author-about-card blockquote{margin:12px 0 10px;font-size:11px;line-height:1.65}.ts-author-about-card cite{color:var(--ts-red);font-size:10px;font-style:normal;font-weight:800}.ts-author-sidebar-rule{display:block;width:35px;height:2px;margin:-4px 0 10px;background:var(--ts-red)}.ts-author-category-list{margin:0;padding:0;list-style:none}.ts-author-category-list li{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid #f0f0f0}.ts-author-category-list li:last-child{border-bottom:0}.ts-author-category-list a{min-width:0;display:flex;align-items:center;gap:10px;font-size:10px}.ts-author-category-list a:hover{color:var(--ts-red)}.ts-author-category-list strong{flex:0 0 auto;color:#555;font-size:9px;font-weight:500}.ts-author-category-icon{color:var(--ts-red);font-size:17px}.ts-author-sidebar-empty{margin:0;color:#777;font-size:10px;line-height:1.5}.ts-author-popular-list{display:flex;flex-direction:column;gap:11px}.ts-author-popular-list article{display:grid;grid-template-columns:75px minmax(0,1fr);gap:10px;min-width:0}.ts-author-popular-image{display:block;width:75px;height:51px;overflow:hidden;border-radius:4px;background:#ddd}.ts-author-popular-image img{width:100%;height:100%;display:block;object-fit:cover}.ts-author-popular-list h3{margin:0 0 5px;font-size:10px;line-height:1.3}.ts-author-popular-list h3 a:hover{color:var(--ts-red)}.ts-author-popular-meta{display:flex;gap:5px;color:#777;font-size:8px}.ts-author-view-all{min-height:34px;display:flex;align-items:center;justify-content:center;margin-top:16px;border:1px solid var(--ts-red);border-radius:4px;color:var(--ts-red);font-size:9px;font-weight:900}.ts-author-view-all:hover{background:var(--ts-red);color:#fff}.ts-author-hidden-section{display:none;padding:25px 0}.ts-author-hidden-section:target{display:block}.ts-author-hidden-section h2{margin:0 0 12px;font-size:20px}.ts-author-hidden-section p{margin:0;color:#555;font-size:12px;line-height:1.6}.ts-author-mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.ts-author-mini-grid a{display:block}.ts-author-mini-grid img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:5px}.ts-author-mini-grid strong{display:block;margin-top:7px;font-size:11px}.ts-author-mini-list{display:flex;flex-direction:column;gap:10px}.ts-author-mini-list a{font-size:12px;font-weight:700}@media(max-width:900px){.ts-author-profile-grid{grid-template-columns:1fr}.ts-author-stat-grid{border-left:0;border-top:1px solid #e7e7e7}.ts-author-content-grid{grid-template-columns:1fr}.ts-author-polished-sidebar{border-left:0;padding-left:0}}@media(max-width:650px){.ts-author-breadcrumb{min-height:48px;padding-top:8px;padding-bottom:8px;font-size:9px;flex-wrap:wrap}.ts-author-profile-grid{padding-top:12px;padding-bottom:20px}.ts-author-identity{align-items:flex-start;gap:16px}.ts-author-polished-avatar{width:90px;height:90px;flex-basis:90px}.ts-author-name-row h1{font-size:29px;letter-spacing:-.8px}.ts-author-role{font-size:12px;margin:6px 0 8px}.ts-author-identity-copy>p{font-size:10px;line-height:1.55}.ts-author-socials a{width:29px;height:29px;font-size:11px}.ts-author-stat{min-height:78px}.ts-author-stat strong{font-size:17px}.ts-author-stat>span:last-child{font-size:8px}.ts-author-stat-icon{font-size:19px}.ts-author-content-grid{padding-top:15px}.ts-author-tabs{gap:24px;height:48px}.ts-author-tabs a{font-size:8px}.ts-author-article{grid-template-columns:115px minmax(0,1fr);gap:12px;padding:13px 0}.ts-author-article-copy h2{font-size:13px}.ts-author-article-copy p{display:none}.ts-author-article-meta{font-size:8px}.ts-author-polished-sidebar{margin-top:5px}}@media(max-width:430px){.ts-author-identity{display:block}.ts-author-polished-avatar{margin-bottom:13px}.ts-author-name-row h1{font-size:27px}.ts-author-article{grid-template-columns:105px minmax(0,1fr);gap:10px}.ts-author-article-copy h2{font-size:12px}.ts-author-article-copy .ts-category-label{font-size:7px}}.ts-authors-page{background:#fff;color:#111}.ts-authors-hero{position:relative;min-height:264px;display:flex;align-items:stretch;overflow:hidden;background:#020304;isolation:isolate}.ts-authors-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(0,0,0,.97) 0%,rgba(0,0,0,.88) 34%,rgba(0,0,0,.18) 68%,rgba(0,0,0,.04) 100%),linear-gradient(0deg,rgba(0,0,0,.32),transparent 45%),var(--ts-authors-hero-image,none);background-position:center;background-size:cover}.ts-authors-hero-inner{position:relative;z-index:1;width:min(100% - 80px,var(--ts-container));max-width:var(--ts-container);display:flex;align-items:center;box-sizing:border-box;padding:28px 0 24px}.ts-authors-hero-copy{width:min(440px,100%);min-width:0}.ts-authors-hero-copy .ts-eyebrow{display:block;margin-bottom:16px}.ts-authors-hero-copy h1{max-width:100%;margin:0 0 12px;color:#fff;font-size:36px;line-height:1.12;letter-spacing:-1.2px;overflow-wrap:anywhere}.ts-authors-hero-copy p{max-width:390px;margin:0 0 15px;color:#eee;font-size:12px;line-height:1.55}.ts-authors-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#fff;font-size:9px}.ts-authors-breadcrumb a:hover{color:var(--ts-red)}.ts-authors-breadcrumb span:last-child{color:var(--ts-red)}.ts-authors-content{padding:22px 0 48px}.ts-authors-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:20px;align-items:start}.ts-authors-main{min-width:0}.ts-authors-toolbar{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:14px}.ts-authors-found{flex:0 0 auto;color:#111;font-size:10px;font-weight:900}.ts-authors-found strong{color:var(--ts-red)}.ts-authors-controls{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.ts-author-search-box{position:relative;width:210px}.ts-author-search-box input{width:100%;height:34px;box-sizing:border-box;padding:0 30px 0 12px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#111;font:inherit;font-size:9px;outline:none}.ts-author-search-box input:focus{border-color:var(--ts-red)}.ts-author-search-box span{position:absolute;top:50%;right:10px;transform:translateY(-50%);color:#777;font-size:16px}.ts-authors-controls select{height:34px;min-width:135px;padding:0 25px 0 10px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#222;font:inherit;font-size:9px;outline:none}.ts-authors-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ts-author-directory-card{min-width:0;display:flex;flex-direction:column;padding:13px;border:1px solid #e2e5e8;border-radius:5px;background:#fff;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.ts-author-directory-card:hover{border-color:#f2b0b0;box-shadow:0 7px 22px rgba(0,0,0,.05);transform:translateY(-1px)}.ts-author-directory-top{display:flex;gap:13px;min-width:0}.ts-author-directory-avatar{width:82px;height:82px;flex:0 0 82px;display:block;overflow:hidden;border-radius:50%;background:#eee}.ts-author-directory-avatar img{width:100%;height:100%;display:block;object-fit:cover}.ts-author-directory-copy{min-width:0}.ts-author-directory-name{display:flex;align-items:center;gap:6px;min-width:0;margin-bottom:6px}.ts-author-directory-name h2{min-width:0;margin:0;font-size:11px;line-height:1.2;overflow-wrap:anywhere}.ts-author-directory-name h2 a:hover{color:var(--ts-red)}.ts-author-directory-name>span{flex:0 0 auto;max-width:100%;padding:3px 5px;border:1px solid #f2b4b4;border-radius:3px;color:var(--ts-red);font-size:6px;line-height:1;font-weight:900;text-transform:uppercase;white-space:nowrap}.ts-author-directory-copy>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin:0 0 6px;color:#222;font-size:8px;line-height:1.55}.ts-author-location{display:flex;align-items:center;gap:4px;min-width:0;color:#555;font-size:7px;overflow-wrap:anywhere}.ts-author-location span{color:#222;font-size:12px}.ts-author-directory-stats{display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:12px;border-top:1px solid #eee;border-bottom:1px solid #eee}.ts-author-directory-stats>div{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:8px 7px}.ts-author-directory-stats>div+div{border-left:1px solid #eee}.ts-author-directory-stats strong{margin-bottom:3px;font-size:10px;line-height:1;overflow-wrap:anywhere}.ts-author-directory-stats span{color:#666;font-size:7px}.ts-author-directory-button{display:flex;align-items:center;justify-content:center;min-height:26px;margin-top:10px;border:1px solid #f26a6a;border-radius:3px;color:var(--ts-red);font-size:7px;font-weight:900}.ts-author-directory-button:hover{background:var(--ts-red);color:#fff}.ts-authors-pagination{padding:20px 0 0}.ts-authors-pagination .page-numbers{display:flex;align-items:center;justify-content:center;gap:6px;margin:0;padding:0;list-style:none}.ts-authors-pagination .page-numbers li{margin:0}.ts-authors-pagination .page-numbers a,.ts-authors-pagination .page-numbers span{min-width:27px;height:27px;box-sizing:border-box;display:grid;place-items:center;border:1px solid #ddd;border-radius:4px;color:#222;font-size:8px}.ts-authors-pagination .page-numbers a:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-authors-pagination .page-numbers .current{border-color:var(--ts-red);background:var(--ts-red);color:#fff}.ts-authors-empty{padding:60px 20px;border:1px solid #e5e5e5;border-radius:5px;text-align:center}.ts-authors-empty h2{margin:0 0 8px;font-size:20px}.ts-authors-empty p{margin:0 0 15px;color:#666;font-size:11px}.ts-authors-empty>a{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 18px;border-radius:4px;background:var(--ts-red);color:#fff;font-size:8px;font-weight:900}.ts-authors-sidebar{min-width:0}.ts-authors-sidebar-card{margin-bottom:10px;padding:16px;border:1px solid #e4e6e8;border-radius:5px;background:#fff;box-sizing:border-box}.ts-authors-sidebar-card:last-child{margin-bottom:0}.ts-authors-sidebar-card h2{margin:0 0 11px;font-size:11px;line-height:1.2}.ts-authors-rule{display:block;width:30px;height:2px;margin:-3px 0 11px;background:var(--ts-red)}.ts-authors-about p{margin:0 0 14px;color:#333;font-size:9px;line-height:1.65}.ts-authors-about-stats{display:grid;grid-template-columns:1fr 1fr;background:#f8f8f8;border-radius:4px}.ts-authors-about-stats>div{min-height:58px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr 1fr;align-items:center;column-gap:7px;padding:7px 9px}.ts-authors-about-stats>div+div{border-left:1px solid #ddd}.ts-authors-stat-icon{grid-row:1/3;color:var(--ts-red);font-size:22px}.ts-authors-about-stats strong{font-size:15px;line-height:1}.ts-authors-about-stats small{color:#555;font-size:7px}.ts-top-authors-list{display:flex;flex-direction:column;gap:9px}.ts-top-authors-list article{display:grid;grid-template-columns:16px 40px minmax(0,1fr);gap:7px;align-items:center;min-width:0}.ts-top-author-rank{width:16px;height:16px;display:grid;place-items:center;border-radius:3px;background:var(--ts-red);color:#fff;font-size:7px;font-weight:900}.ts-top-author-avatar{width:40px;height:40px;display:block;overflow:hidden;border-radius:50%;background:#eee}.ts-top-author-avatar img{width:100%;height:100%;display:block;object-fit:cover}.ts-top-authors-list article>div{min-width:0}.ts-top-authors-list article>div>a{display:block;margin-bottom:3px;font-size:9px;font-weight:800;overflow-wrap:anywhere}.ts-top-authors-list article>div>a:hover{color:var(--ts-red)}.ts-top-authors-list article>div>span{display:block;color:#666;font-size:7px}.ts-authors-view-all{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:13px;color:var(--ts-red);font-size:8px;font-weight:900}.ts-authors-view-all:hover{color:#111}.ts-authors-contributor p,.ts-authors-newsletter>p{margin:0 0 12px;color:#444;font-size:9px;line-height:1.55}.ts-authors-contributor>a{min-height:30px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #f26a6a;border-radius:3px;color:var(--ts-red);font-size:8px;font-weight:900}.ts-authors-contributor>a:hover{background:var(--ts-red);color:#fff}.ts-authors-newsletter .ts-newsletter-form{margin:0}.ts-authors-newsletter .ts-newsletter-form-content{padding:0}.ts-authors-newsletter .ts-newsletter-input-row{display:flex;flex-direction:column;gap:7px}.ts-authors-newsletter .ts-newsletter-input-row input{width:100%;min-height:31px;box-sizing:border-box;border:1px solid #ddd;border-radius:3px;padding:0 9px;font-size:8px}.ts-authors-newsletter .ts-newsletter-input-row button{min-height:31px;border:0;border-radius:3px;background:var(--ts-red);color:#fff;font-size:8px;font-weight:900}.ts-authors-newsletter .ts-newsletter-disclaimer{display:block;margin-top:7px;color:#777;font-size:6.5px;line-height:1.45}.ts-authors-newsletter .ts-newsletter-message{margin:5px 0 0;font-size:8px}@media(max-width:900px){.ts-authors-layout{grid-template-columns:minmax(0,1fr)}.ts-authors-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ts-authors-sidebar-card{margin:0}.ts-authors-about{grid-column:1/-1}}@media(max-width:650px){.ts-authors-hero{min-height:235px}.ts-authors-hero-inner{width:calc(100% - 32px);max-width:none;padding:25px 0 20px}.ts-authors-hero-copy{width:100%;max-width:390px}.ts-authors-hero-copy h1{font-size:30px;line-height:1.08;letter-spacing:-.8px}.ts-authors-hero-copy p{max-width:340px;font-size:10px}.ts-authors-content{padding-top:15px}.ts-authors-toolbar{display:block;margin-bottom:12px}.ts-authors-found{margin-bottom:9px}.ts-authors-controls{width:100%;justify-content:stretch}.ts-author-search-box{width:auto;flex:1}.ts-authors-controls select{min-width:125px}.ts-authors-card-grid{grid-template-columns:1fr}.ts-authors-sidebar{grid-template-columns:1fr}.ts-authors-about{grid-column:auto}}@media(max-width:430px){.ts-authors-hero-inner{width:calc(100% - 24px)}.ts-authors-hero-copy h1{font-size:28px;max-width:100%}.ts-authors-hero-copy p{font-size:9px}.ts-authors-controls{gap:7px}.ts-author-search-box{min-width:0}.ts-authors-controls select{min-width:110px;font-size:8px}.ts-author-directory-top{gap:10px}.ts-author-directory-avatar{width:68px;height:68px;flex-basis:68px}.ts-author-directory-name h2{font-size:10px}.ts-author-directory-name>span{font-size:5.5px}}.ts-mega-menu-region{position:absolute !important;top:calc(var(--ts-header-height)+43px) !important;left:0 !important;right:0 !important;width:100% !important;margin:0 !important;z-index:99990 !important;pointer-events:none}.ts-mega-panel{width:calc(100% - 28px);max-width:1280px;margin:0 auto;pointer-events:auto;background:#0a0d0f;color:#fff;border:1px solid #25292c;border-radius:0 0 7px 7px;box-shadow:0 18px 38px rgba(0,0,0,.42)}.ts-mega-panel[hidden]{display:none}.ts-mega-panel-inner{display:grid;grid-template-columns:1.05fr 1.05fr 1.15fr 1.65fr 1.9fr;min-height:345px;padding:21px 18px 22px}.ts-mega-column{min-width:0;padding:0 17px;border-right:1px solid #2a2e31}.ts-mega-column:first-child{padding-left:0}.ts-mega-column:last-child{padding-right:0;border-right:0}.ts-mega-column h2{margin:0 0 15px;color:var(--ts-red);font-size:11px;line-height:1.2;font-weight:900;letter-spacing:.2px}.ts-mega-links{display:flex;flex-direction:column;gap:9px}.ts-mega-links a{display:flex;align-items:center;gap:7px;color:#f2f2f2;font-size:10px;line-height:1.3;text-decoration:none}.ts-mega-links a:hover{color:var(--ts-red)}.ts-country-flag{width:18px;flex:0 0 18px;font-size:12px}.ts-mega-view-all,.ts-mega-read-more{display:inline-flex;align-items:center;gap:8px;margin-top:15px;color:var(--ts-red);font-size:10px;font-weight:900}.ts-mega-view-all:hover,.ts-mega-read-more:hover{color:#fff}.ts-mega-story{display:grid;grid-template-columns:78px minmax(0,1fr);gap:9px;min-width:0;margin-bottom:10px;color:#fff}.ts-mega-story-image{width:78px;height:53px;display:block;overflow:hidden;border-radius:4px;background:#202326}.ts-mega-story-image img{width:100%;height:100%;display:block;object-fit:cover}.ts-mega-story-copy{min-width:0;display:flex;flex-direction:column;gap:5px}.ts-mega-story-copy strong{font-size:9px;line-height:1.4;font-weight:700}.ts-mega-story-copy small{color:var(--ts-red);font-size:8px;font-weight:800}.ts-mega-featured-link{display:block;color:#fff}.ts-mega-featured-image{width:100%;height:102px;display:block;overflow:hidden;margin-bottom:12px;border-radius:4px;background:#202326}.ts-mega-featured-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s ease}.ts-mega-featured-link:hover .ts-mega-featured-image img{transform:scale(1.025)}.ts-mega-featured-link .ts-category-label{display:block;margin-bottom:7px;font-size:8px}.ts-mega-featured-link>strong{display:block;margin-bottom:9px;font-size:13px;line-height:1.35}.ts-mega-featured-excerpt{display:block;color:#c5c5c5;font-size:9px;line-height:1.55}.ts-mega-empty{margin:0;color:#aaa;font-size:10px;line-height:1.5}@media(max-width:1100px){.ts-mega-panel-inner{grid-template-columns:1fr 1fr 1fr 1.4fr}.ts-mega-featured{display:none}}@media(max-width:900px){.ts-mega-menu-region{display:none}}.ts-mega-panel{box-sizing:border-box;position:relative}.ts-mega-panel[hidden]{display:none !important}.ts-search-page{background:#fff;color:#111}.ts-search-hero{padding:35px 0 34px;background:#05070a;color:#fff;border-bottom:1px solid #20242a}.ts-search-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,420px);align-items:center;gap:42px}.ts-search-hero-copy{min-width:0}.ts-search-hero h1{margin:0 0 8px;max-width:700px;font-size:clamp(30px,3.8vw,48px);line-height:1.05;letter-spacing:-1.4px;font-weight:800;overflow-wrap:anywhere}.ts-search-hero h1 span{color:var(--ts-red)}.ts-search-hero-copy p{margin:0;color:#d5d7d9;font-size:14px}.ts-search-results-form{position:relative;display:flex;align-items:center;width:100%;max-width:none;margin:0}.ts-search-results-form input{width:100%;height:48px;border:1px solid #666;border-radius:5px;padding:0 52px 0 42px;background:#0b0d10;color:#fff;font-size:14px;outline:0;box-shadow:none}.ts-search-results-form input::placeholder{color:#a4a8ab}.ts-search-results-form input:focus{border-color:#aaa;box-shadow:0 0 0 2px rgba(255,255,255,.08)}.ts-search-results-form button{position:absolute;right:0;top:0;width:48px;height:48px;border:0;background:transparent;color:#fff;font-size:24px;line-height:1;cursor:pointer}.ts-search-form-icon{position:absolute;left:15px;top:15px;width:15px;height:15px;border:2px solid #fff;border-radius:50%;z-index:1;pointer-events:none}.ts-search-form-icon:after{content:"";position:absolute;width:7px;height:2px;background:#fff;right:-5px;bottom:-3px;transform:rotate(45deg)}.ts-search-layout-polished{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:34px;padding-top:25px;padding-bottom:55px}.ts-search-results{min-width:0}.ts-search-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;border-bottom:1px solid #d8d8d8;margin-bottom:4px}.ts-search-tabs{display:flex;align-items:flex-end;gap:32px;min-width:0;overflow:auto;scrollbar-width:none}.ts-search-tabs::-webkit-scrollbar{display:none}.ts-search-tabs a{position:relative;display:inline-flex;align-items:center;gap:5px;min-height:45px;padding:0 5px;color:#555;font-size:12px;font-weight:800;white-space:nowrap;text-transform:uppercase}.ts-search-tabs a span{color:#777;font-weight:600}.ts-search-tabs a.is-active{color:var(--ts-red)}.ts-search-tabs a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--ts-red)}.ts-search-sort{display:flex;align-items:center;gap:8px;padding-bottom:9px;white-space:nowrap}.ts-search-sort label{font-size:10px;font-weight:700;color:#555}.ts-search-sort select{height:32px;border:1px solid #d2d2d2;border-radius:4px;background:#fff;padding:0 28px 0 10px;font-size:11px;color:#222}.ts-search-result-list{display:grid}.ts-search-result{display:grid;grid-template-columns:230px minmax(0,1fr);gap:18px;padding:17px 0;border-bottom:1px solid #dedede}.ts-search-result-image{display:block;width:230px;height:157px;aspect-ratio:auto;overflow:hidden;border-radius:5px;background:#ddd}.ts-search-result-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.ts-search-result:hover .ts-search-result-image img{transform:scale(1.025)}.ts-search-result-body{min-width:0;padding-top:1px}.ts-search-result-body .ts-category-label{display:inline-block;margin-bottom:7px;color:var(--ts-red);font-size:10px;font-weight:900;text-transform:uppercase}.ts-search-result-body h2{margin:0 0 6px;font-size:20px;line-height:1.18;letter-spacing:-.35px}.ts-search-result-body h2 a:hover{color:var(--ts-red)}.ts-search-result-body p{margin:0 0 10px;max-width:650px;color:#666;font-size:13px;line-height:1.48}.ts-search-result-meta{display:flex;align-items:center;gap:7px;color:#555;font-size:11px}.ts-search-result-meta time{color:#444}.ts-image-placeholder{display:block;width:100%;height:100%;background:#ddd}.ts-search-pagination{padding:27px 0 0}.ts-search-pagination .page-numbers{display:flex;justify-content:center;align-items:center;gap:8px;list-style:none;margin:0;padding:0}.ts-search-pagination .page-numbers li{margin:0}.ts-search-pagination .page-numbers a,.ts-search-pagination .page-numbers span{min-width:36px;height:36px;display:grid;place-items:center;border:1px solid #d7d7d7;border-radius:4px;background:#fff;color:#222;font-size:12px}.ts-search-pagination .page-numbers a:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-search-pagination .page-numbers .current{background:var(--ts-red);border-color:var(--ts-red);color:#fff}.ts-search-pagination .page-numbers .prev,.ts-search-pagination .page-numbers .next{font-size:20px;line-height:1}.ts-search-sidebar{min-width:0}.ts-search-side-card{border-bottom:1px solid #ddd;padding:0 0 18px;margin-bottom:18px}.ts-search-side-card h2{margin:0 0 20px;font-size:13px;line-height:1.2;font-weight:900;text-transform:uppercase}.ts-search-refine fieldset{border:0;padding:0;margin:0 0 21px}.ts-search-refine legend{margin:0 0 11px;padding:0;font-size:12px;font-weight:800;color:#222}.ts-check-row,.ts-radio-row{position:relative;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:30px;cursor:pointer;font-size:12px;color:#222}.ts-check-row input,.ts-radio-row input{position:absolute;opacity:0;pointer-events:none}.ts-faux-check{width:16px;height:16px;border:1px solid #bbb;border-radius:3px;display:grid;place-items:center;color:transparent;font-size:10px;font-weight:900;background:#fff}.ts-check-row.is-checked .ts-faux-check{background:var(--ts-red);border-color:var(--ts-red);color:#fff}.ts-check-row b{font-size:10px;color:#777;font-weight:600}.ts-radio-row{grid-template-columns:20px minmax(0,1fr);min-height:28px}.ts-faux-radio{width:15px;height:15px;border:1px solid #bbb;border-radius:50%;background:#fff;position:relative}.ts-radio-row input:checked+.ts-faux-radio{border:2px solid var(--ts-red)}.ts-radio-row input:checked+.ts-faux-radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--ts-red)}.ts-search-popular-tags{display:flex;flex-wrap:wrap;gap:7px}.ts-search-popular-tags a{display:inline-flex;align-items:center;min-height:27px;padding:0 9px;border:1px solid #ddd;border-radius:5px;background:#fff;color:#333;font-size:10px}.ts-search-popular-tags a:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-search-trending{border:1px solid #ddd;border-radius:5px;padding:17px 14px;margin-top:2px}.ts-search-trending h2{margin-bottom:13px}.ts-search-trending-list{display:grid}.ts-search-trending-item{position:relative;display:grid;grid-template-columns:23px 72px minmax(0,1fr);gap:8px;align-items:center;padding:9px 0;border-bottom:1px solid #eee}.ts-search-trending-item:last-child{border-bottom:0}.ts-search-rank{display:grid;place-items:center;width:22px;height:22px;border-radius:3px;background:var(--ts-red);color:#fff;font-size:11px;font-weight:900}.ts-search-trending-image{display:block;width:72px;height:53px;overflow:hidden;border-radius:4px;background:#ddd}.ts-search-trending-image img{display:block;width:100%;height:100%;object-fit:cover}.ts-search-trending-item h3{margin:0 0 4px;font-size:10px;line-height:1.35}.ts-search-trending-item h3 a:hover{color:var(--ts-red)}.ts-search-trending-item time{font-size:8px;color:#777}.ts-search-view-more{display:flex;align-items:center;justify-content:center;min-height:36px;margin-top:11px;border:1px solid var(--ts-red);border-radius:4px;color:var(--ts-red);font-size:10px;font-weight:900}.ts-search-view-more:hover{background:var(--ts-red);color:#fff}.ts-search-empty{padding:70px 20px;text-align:center;border:1px dashed #ccc}.ts-search-empty-icon{font-size:48px;color:#aaa;line-height:1}.ts-search-empty h2{margin:12px 0 7px;font-size:24px}.ts-search-empty p{max-width:480px;margin:0 auto 18px;color:#777;font-size:13px}.ts-search-empty a{display:inline-flex;align-items:center;min-height:38px;padding:0 16px;border-radius:4px;background:#111;color:#fff;font-size:10px;font-weight:900}.ts-search-empty a:hover{background:var(--ts-red)}@media(max-width:980px){.ts-search-hero-inner{grid-template-columns:1fr;gap:20px}.ts-search-results-form{max-width:620px}.ts-search-layout-polished{grid-template-columns:minmax(0,1fr) 260px;gap:24px}.ts-search-result{grid-template-columns:190px minmax(0,1fr);gap:15px}.ts-search-result-image{width:190px;height:130px}}@media(max-width:760px){.ts-search-hero{padding:30px 0}.ts-search-hero h1{font-size:34px}.ts-search-layout-polished{grid-template-columns:1fr;padding-top:20px}.ts-search-sidebar{order:2}.ts-search-results{order:1}.ts-search-toolbar{align-items:stretch;flex-direction:column;gap:0}.ts-search-sort{justify-content:flex-end;padding:8px 0 9px;border-top:1px solid #eee}.ts-search-result{grid-template-columns:150px minmax(0,1fr);gap:13px;padding:14px 0}.ts-search-result-image{width:150px;height:103px}.ts-search-result-body h2{font-size:17px}.ts-search-result-body p{font-size:11px;line-height:1.4}.ts-search-result-meta{font-size:9px}.ts-search-tabs{gap:18px}.ts-search-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ts-search-trending{grid-column:1/-1}}@media(max-width:520px){.ts-search-hero h1{font-size:29px;letter-spacing:-.8px}.ts-search-hero-copy p{font-size:12px}.ts-search-results-form input{height:46px;font-size:12px}.ts-search-results-form button{height:46px}.ts-search-result{grid-template-columns:1fr;gap:10px}.ts-search-result-image{width:100%;height:auto;aspect-ratio:16/9}.ts-search-result-body h2{font-size:19px}.ts-search-result-body p{font-size:12px}.ts-search-sidebar{display:block}.ts-search-trending{margin-top:18px}.ts-search-tabs{gap:14px}.ts-search-tabs a{font-size:10px}}.ts-global-sidebar{min-width:0;display:flex;flex-direction:column;gap:14px}.ts-global-widget,.ts-sidebar-card{box-sizing:border-box}.ts-global-widget-title{margin:0 0 11px;color:#111;font-size:12px;line-height:1.25;font-weight:900}.ts-global-widget-rule{width:34px;height:2px;margin:-5px 0 11px;background:var(--ts-red)}.ts-global-category-list{margin:0;padding:0;list-style:none}.ts-global-category-list li{margin:0;border-bottom:1px solid #f0f0f0}.ts-global-category-list li:last-child{border-bottom:0}.ts-global-category-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:33px;color:#171717;font-size:10px;font-weight:600}.ts-global-category-list a:hover{color:var(--ts-red)}.ts-global-category-list b{color:#777;font-size:9px;font-weight:500}.ts-global-popular-list{display:flex;flex-direction:column;gap:10px}.ts-global-popular-item{display:grid;grid-template-columns:57px minmax(0,1fr);gap:9px;min-width:0}.ts-global-popular-image{display:block;width:57px;height:43px;overflow:hidden;border-radius:4px;background:#ddd}.ts-global-popular-image img{width:100%;height:100%;display:block;object-fit:cover}.ts-global-popular-item h3{margin:0 0 4px;font-size:9px;line-height:1.35}.ts-global-popular-item h3 a:hover{color:var(--ts-red)}.ts-global-popular-item>div>span{color:#777;font-size:8px}.ts-global-widget-button{min-height:34px;display:flex;align-items:center;justify-content:center;margin-top:13px;border:1px solid var(--ts-red);border-radius:4px;color:var(--ts-red);font-size:9px;font-weight:900}.ts-global-widget-button:hover{background:var(--ts-red);color:#fff}.ts-global-newsletter-widget p{margin:0 0 12px;color:#555;font-size:10px;line-height:1.55}.ts-global-newsletter-widget .ts-newsletter-form,.ts-global-newsletter-widget form{margin:0}.ts-global-tags{display:flex;flex-wrap:wrap;gap:7px}.ts-global-tags a{display:inline-flex;align-items:center;min-height:27px;padding:0 9px;border:1px solid #ddd;border-radius:4px;color:#333;font-size:8px;line-height:1}.ts-global-tags a:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-global-sidebar .widget{margin:0}.ts-global-sidebar .widget ul{margin:0;padding:0;list-style:none}.ts-global-sidebar .widget a:hover{color:var(--ts-red)}.ts-global-sidebar .widget_search input[type="search"]{width:100%;min-height:38px;box-sizing:border-box}@media(max-width:900px){.ts-global-sidebar{gap:12px}}.ts-global-sidebar{min-width:0}.ts-global-sidebar>.ts-global-widget,.ts-global-sidebar>.widget{width:100%;min-width:0}.ts-global-sidebar .ts-search-refine{width:100%}.ts-global-ranked-list,.ts-global-latest-list,.ts-global-author-list,.ts-global-video-list{display:flex;flex-direction:column;gap:10px}.ts-global-ranked-item{display:grid;grid-template-columns:20px 48px minmax(0,1fr);align-items:center;gap:7px}.ts-global-rank{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:3px;background:var(--ts-red);color:#fff;font-size:8px;font-weight:900}.ts-global-ranked-image,.ts-global-latest-image{display:block;width:48px;height:38px;overflow:hidden;border-radius:4px;background:#ddd}.ts-global-ranked-image img,.ts-global-latest-image img{width:100%;height:100%;display:block;object-fit:cover}.ts-global-ranked-item h3,.ts-global-latest-item h3{margin:0 0 3px;font-size:9px;line-height:1.35}.ts-global-ranked-item h3 a:hover,.ts-global-latest-item h3 a:hover,.ts-global-author-item h3 a:hover,.ts-global-video-item h3 a:hover{color:var(--ts-red)}.ts-global-ranked-item>div>span,.ts-global-latest-item>div>span,.ts-global-author-item>div>span{color:#777;font-size:8px}.ts-global-latest-item{display:grid;grid-template-columns:48px minmax(0,1fr);gap:8px;align-items:center}.ts-global-author-item{display:grid;grid-template-columns:40px minmax(0,1fr);gap:8px;align-items:center}.ts-global-author-avatar{width:40px;height:40px;display:block;overflow:hidden;border-radius:50%;background:#eee}.ts-global-author-avatar img,.ts-author-avatar-img{width:100%;height:100%;display:block;object-fit:cover}.ts-global-author-item h3{margin:0 0 3px;font-size:9px;line-height:1.3}.ts-global-social-links{display:flex;flex-wrap:wrap;gap:7px}.ts-global-social-links a{width:31px;height:31px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:50%;color:#111;font-size:10px;font-weight:800}.ts-global-social-links a:hover{border-color:var(--ts-red);background:var(--ts-red);color:#fff}.ts-global-ad{overflow:hidden;border-radius:5px;background:#eee}.ts-global-ad a,.ts-global-ad img{display:block;width:100%}.ts-global-ad img{height:auto}.ts-global-video-item{position:relative}.ts-global-video-thumb{position:relative;display:block;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:#111}.ts-global-video-thumb img{width:100%;height:100%;display:block;object-fit:cover}.ts-global-video-play{position:absolute;left:50%;top:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.85);border-radius:50%;background:rgba(0,0,0,.55);color:#fff;font-size:11px}.ts-global-video-item h3{margin:7px 0 0;font-size:9px;line-height:1.35}.ts-global-app-badges{display:flex;flex-direction:column;gap:7px}.ts-global-app-badges a{display:block}.ts-app-badge{min-height:35px;padding:0 10px;display:flex;align-items:center;gap:8px;box-sizing:border-box;border:1px solid #555;border-radius:5px;background:#050505;color:#fff;font-size:9px}.ts-app-badge strong{font-size:10px}.ts-google-play-badge{background:#111}.ts-global-search-form{position:relative;display:flex;width:100%}.ts-global-search-form input[type="search"]{width:100%;min-height:39px;padding:0 40px 0 11px;box-sizing:border-box;border:1px solid #ddd;border-radius:4px;outline:0;background:#fff;color:#111;font-size:9px}.ts-global-search-form input[type="search"]:focus{border-color:var(--ts-red)}.ts-global-search-form button{position:absolute;top:1px;right:1px;width:38px;height:37px;display:flex;align-items:center;justify-content:center;border:0;border-radius:3px;background:transparent;color:#111;cursor:pointer}.ts-global-search-form button:hover{color:var(--ts-red)}.ts-global-sidebar{gap:0}.ts-global-sidebar>.ts-widget-categories,.ts-global-sidebar>.ts-widget-popular-news,.ts-global-sidebar>.ts-widget-newsletter,.ts-global-sidebar>.ts-widget-popular-tags{width:100%;box-sizing:border-box}.ts-global-sidebar>.ts-widget-categories{padding:0 0 18px;margin:0 0 18px;border-bottom:1px solid #e1e1e1}.ts-global-sidebar>.ts-widget-categories .ts-global-widget-title,.ts-global-sidebar>.ts-widget-popular-news .ts-global-widget-title,.ts-global-sidebar>.ts-widget-newsletter .ts-global-widget-title,.ts-global-sidebar>.ts-widget-popular-tags .ts-global-widget-title{margin:0 0 14px;font-size:13px;line-height:1.2;letter-spacing:-.01em}.ts-global-sidebar>.ts-widget-categories .ts-global-widget-rule,.ts-global-sidebar>.ts-widget-popular-news .ts-global-widget-rule,.ts-global-sidebar>.ts-widget-newsletter .ts-global-widget-rule,.ts-global-sidebar>.ts-widget-popular-tags .ts-global-widget-rule{display:none}.ts-global-category-list{display:flex;flex-direction:column;gap:2px;margin:0;padding:0}.ts-global-category-list a{min-height:31px;padding:0 9px;box-sizing:border-box;justify-content:flex-start;border-radius:4px;color:#111;font-size:10px;line-height:1;font-weight:600;text-decoration:none}.ts-global-category-list a span{display:block}.ts-global-category-list a:hover{background:rgba(230,0,0,.045);color:var(--ts-red)}.ts-global-category-list a.is-current{background:rgba(230,0,0,.075);color:var(--ts-red);font-weight:800}.ts-global-category-list a.ts-global-category-all{color:var(--ts-red);font-weight:800}.ts-global-category-list a.ts-global-category-all:hover{background:transparent;color:#111}.ts-global-category-list b{display:none}.ts-global-sidebar>.ts-widget-popular-news{padding:0 0 18px;margin:0 0 18px;border-bottom:1px solid #e1e1e1}.ts-global-sidebar>.ts-widget-popular-news .ts-global-popular-list{gap:10px}.ts-global-sidebar>.ts-widget-popular-news .ts-global-popular-item{grid-template-columns:66px minmax(0,1fr);gap:10px;align-items:center}.ts-global-sidebar>.ts-widget-popular-news .ts-global-popular-image{width:66px;height:45px;border-radius:4px}.ts-global-sidebar>.ts-widget-popular-news .ts-global-popular-item h3{margin:0;font-size:10px;line-height:1.35;font-weight:700}.ts-global-sidebar>.ts-widget-popular-news .ts-global-widget-button{min-height:34px;margin-top:13px;border-radius:4px;font-size:9px}.ts-global-sidebar>.ts-widget-newsletter{padding:17px 13px 18px;margin:0 0 18px;border:1px solid #dedede;border-radius:5px;background:#fff}.ts-global-sidebar>.ts-widget-newsletter .ts-global-widget-title{margin-bottom:11px}.ts-global-sidebar>.ts-widget-newsletter p{margin:0 0 12px;color:#555;font-size:10px;line-height:1.55}.ts-global-sidebar>.ts-widget-newsletter .ts-newsletter-form{margin:0}.ts-global-sidebar>.ts-widget-newsletter .ts-newsletter-form-content{width:100%}.ts-global-sidebar>.ts-widget-newsletter .ts-newsletter-input-row{display:flex;flex-direction:column;gap:8px}.ts-global-sidebar>.ts-widget-newsletter .ts-newsletter-input-row input,.ts-global-sidebar>.ts-widget-newsletter .ts-newsletter-input-row button{width:100%;min-height:35px;box-sizing:border-box}.ts-global-sidebar>.ts-widget-newsletter .ts-newsletter-input-row input{padding:0 9px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#111;font-size:9px}.ts-global-sidebar>.ts-widget-newsletter .ts-newsletter-input-row input:focus{outline:0;border-color:var(--ts-red)}.ts-global-sidebar>.ts-widget-newsletter .ts-newsletter-input-row button{border:0;border-radius:4px;background:var(--ts-red);color:#fff;font-size:9px;font-weight:900;cursor:pointer}.ts-global-sidebar>.ts-widget-newsletter .ts-newsletter-input-row button:hover{background:#c90000}.ts-global-sidebar>.ts-widget-newsletter .ts-newsletter-disclaimer,.ts-global-sidebar>.ts-widget-newsletter .ts-newsletter-message{display:none}.ts-global-sidebar>.ts-widget-popular-tags{padding:0;margin:0}.ts-global-sidebar>.ts-widget-popular-tags .ts-global-widget-title{margin-bottom:12px}.ts-global-sidebar>.ts-widget-popular-tags .ts-global-tags{gap:7px}.ts-global-sidebar>.ts-widget-popular-tags .ts-global-tags a{min-height:27px;padding:0 8px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#333;font-size:8px}.ts-global-sidebar>.ts-widget-popular-tags .ts-global-tags a:hover{border-color:var(--ts-red);color:var(--ts-red)}@media(max-width:900px){.ts-global-sidebar>.ts-widget-newsletter{padding:16px 14px}}.ts-brand.ts-brand-has-logo{display:flex;align-items:center;justify-content:flex-start;flex:0 0 auto;min-width:0;width:auto;height:auto}.ts-brand-has-logo .ts-custom-logo{display:block;width:auto;max-width:190px;max-height:52px;height:auto;object-fit:contain}@media(max-width:900px){.ts-brand-has-logo .ts-custom-logo{max-width:165px;max-height:46px}}@media(max-width:650px){.ts-brand-has-logo .ts-custom-logo{max-width:145px;max-height:42px}}.ts-footer-brand.ts-footer-brand-has-logo{display:inline-flex;align-items:center;width:auto;height:auto}.ts-footer-brand-has-logo .ts-footer-custom-logo{display:block;width:auto;max-width:180px;max-height:52px;height:auto;object-fit:contain}@media(max-width:650px){.ts-footer-brand-has-logo .ts-footer-custom-logo{max-width:160px;max-height:46px}}.ts-footer-grid{grid-template-columns:minmax(220px,1.35fr) repeat(4,minmax(0,1fr));gap:32px}.ts-footer-widget-area{min-width:0}.ts-footer-widget{margin:0 0 24px}.ts-footer-widget:last-child{margin-bottom:0}.ts-footer-widget-title,.ts-footer-grid .widget-title{margin:0 0 16px;color:#fff;font-size:13px;line-height:1.3;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.ts-footer-widget ul,.ts-footer-widget ol{list-style:none;margin:0;padding:0}.ts-footer-widget li{margin:0 0 9px;padding:0}.ts-footer-widget li:last-child{margin-bottom:0}.ts-footer-widget a{color:#c8c8c8;text-decoration:none;transition:color var(--ts-transition-fast)}.ts-footer-widget a:hover,.ts-footer-widget a:focus-visible{color:#fff}.ts-footer-widget p{margin:0 0 12px;color:#c8c8c8}.ts-footer-widget p:last-child{margin-bottom:0}.ts-footer-widget .menu{display:block}.ts-footer-widget .menu-item{margin-bottom:9px}.ts-footer-widget .tagcloud,.ts-footer-widget .ts-tag-list{display:flex;flex-wrap:wrap;gap:8px}.ts-footer-widget .tag-cloud-link,.ts-footer-widget .ts-tag-list a{display:inline-flex;align-items:center;border:1px solid #3a3a3a;padding:6px 9px;border-radius:4px;color:#c8c8c8;font-size:12px !important;line-height:1.2}.ts-footer-widget .tag-cloud-link:hover,.ts-footer-widget .ts-tag-list a:hover{border-color:#666;color:#fff}.ts-footer-widget input[type="text"],.ts-footer-widget input[type="email"],.ts-footer-widget input[type="search"],.ts-footer-widget select,.ts-footer-widget textarea{width:100%;box-sizing:border-box}.ts-footer-widget img{max-width:100%;height:auto}.ts-footer-widget-area:empty{display:none}@media(max-width:1100px){.ts-footer-grid{grid-template-columns:1.3fr repeat(2,minmax(0,1fr))}}@media(max-width:900px){.ts-footer-grid{grid-template-columns:1fr 1fr}.ts-footer-intro{grid-column:1/-1}}@media(max-width:560px){.ts-footer-grid{grid-template-columns:1fr}.ts-footer-intro{grid-column:auto}}.ts-footer-brand-area{min-width:0}.ts-footer-brand-widget{margin:0 0 20px}.ts-footer-brand-widget:last-child{margin-bottom:0}.ts-footer-brand-widget .widget_media_image img,.ts-footer-brand-widget img{max-width:100%;height:auto;display:block}.ts-footer-brand-widget .ts-footer-custom-logo{max-height:64px;width:auto}.ts-footer-brand-widget p{max-width:290px;margin:0 0 12px;color:#c8c8c8}.ts-footer-brand-widget a{color:#fff;text-decoration:none}.ts-live-source-note{margin-top:14px;color:rgba(255,255,255,.72);font-size:12px;line-height:1.5}.ts-live-refresh-status{display:flex;align-items:center;gap:8px;margin-left:auto;color:#777;font-size:11px;font-weight:700;white-space:nowrap}.ts-live-refresh-dot{width:7px;height:7px;border-radius:50%;background:var(--ts-red);box-shadow:0 0 0 4px rgba(229,0,0,.08)}.ts-live-refresh-dot.is-refreshing{animation:ts-live-pulse .8s ease-in-out infinite alternate}.ts-live-refresh-button{border:1px solid #ddd;background:#fff;color:#222;border-radius:4px;padding:7px 10px;font-size:10px;font-weight:800;cursor:pointer}.ts-live-refresh-button:hover{border-color:var(--ts-red);color:var(--ts-red)}.ts-live-refresh-button:disabled{opacity:.6;cursor:wait}.ts-live-external-item .ts-live-feed-image img{display:block;width:100%;height:100%;object-fit:cover}.ts-live-external-label{color:#777;font-size:10px;font-weight:800;letter-spacing:.04em}@keyframes ts-live-pulse{from{opacity:.35;transform:scale(.8)}to{opacity:1;transform:scale(1.15)}}@media(max-width:900px){.ts-live-refresh-status{order:3;width:100%;margin-left:0}}.ts-header-actions{display:flex;align-items:center;gap:14px}.ts-account-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;background:transparent;color:inherit;text-decoration:none;border-radius:50%;transition:background-color var(--ts-transition-fast),color var(--ts-transition-fast),transform var(--ts-transition-fast)}.ts-account-toggle:hover,.ts-account-toggle:focus-visible{color:var(--ts-red);background:rgba(229,0,0,.07)}.ts-account-toggle:focus-visible{outline:2px solid currentColor;outline-offset:3px}.ts-icon-account{display:inline-flex;width:19px;height:19px;align-items:center;justify-content:center}.ts-icon-account svg{display:block;width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}@media(max-width:650px){.ts-header-actions{gap:8px}.ts-account-toggle{width:30px;height:30px}}.ts-header-actions .ts-live-button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:0;height:28px;padding:0 9px;border-radius:4px;font-size:10px;line-height:1;font-weight:800;letter-spacing:.02em}.ts-header-actions .ts-live-icon{display:inline-flex;align-items:center;justify-content:center;width:6px;height:6px;font-size:0;line-height:0;color:#fff}.ts-header-actions .ts-live-icon::before{content:"";display:block;width:5px;height:5px;border-radius:50%;background:#fff;box-shadow:0 0 0 0 rgba(255,255,255,.65);animation:ts-live-signal-blink 1.2s ease-in-out infinite}@keyframes ts-live-signal-blink{0%,100%{opacity:1;transform:scale(1);box-shadow:0 0 0 0 rgba(255,255,255,.55)}50%{opacity:.28;transform:scale(.72);box-shadow:0 0 0 4px rgba(255,255,255,0)}}@media(max-width:650px){.ts-header-actions .ts-live-button{height:27px;padding:0 8px;font-size:9px}}.ts-header-actions .ts-search-toggle{width:30px;height:30px;padding:0}.ts-header-actions .ts-icon-search{width:16px;height:16px}.ts-auth-page{min-height:calc(100vh - 180px);display:flex;align-items:center;padding:60px 0 75px;background:#f8f8f8}.ts-auth-wrap{width:min(100%,470px);margin:0 auto}.ts-auth-card{background:#fff;border:1px solid var(--ts-border);border-radius:6px;padding:34px;box-shadow:0 10px 35px rgba(0,0,0,.04)}.ts-auth-brand{display:flex;justify-content:center;margin-bottom:24px}.ts-auth-brand img{display:block;width:auto;max-width:190px;max-height:58px;object-fit:contain}.ts-auth-heading{text-align:center;margin-bottom:25px}.ts-auth-heading .ts-eyebrow{display:block;margin-bottom:8px}.ts-auth-heading h1{margin:0 0 8px;font-size:28px;line-height:1.12;letter-spacing:-.5px}.ts-auth-heading p{max-width:390px;margin:0 auto;color:#777;font-size:12px;line-height:1.55}.ts-auth-form{display:grid;gap:16px}.ts-auth-field{display:grid;gap:7px}.ts-auth-field label{font-size:11px;font-weight:800;color:#222}.ts-auth-field input{width:100%;box-sizing:border-box;min-height:44px;border:1px solid #ccc;border-radius:4px;background:#fff;padding:0 12px;font:inherit;font-size:13px;color:#222;outline:0}.ts-auth-field input:focus{border-color:var(--ts-red);box-shadow:0 0 0 3px rgba(229,0,0,.07)}.ts-auth-help{color:#888;font-size:10px;line-height:1.5}.ts-auth-submit{width:100%;min-height:44px;border:0;border-radius:4px;padding:0 18px;background:var(--ts-red);color:#fff;font-size:11px;font-weight:800;letter-spacing:.02em;cursor:pointer}.ts-auth-submit:hover{opacity:.92}.ts-auth-options{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:10px}.ts-auth-check{display:inline-flex;align-items:center;gap:7px;color:#666}.ts-auth-check input{width:14px;height:14px;margin:0;accent-color:var(--ts-red)}.ts-auth-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px;margin-top:21px;padding-top:19px;border-top:1px solid var(--ts-border);font-size:11px}.ts-auth-links a{color:#555;font-weight:700}.ts-auth-links a:hover{color:var(--ts-red)}.ts-auth-notice{margin-bottom:18px;padding:12px 13px;border:1px solid;border-radius:4px;font-size:11px;line-height:1.45}.ts-auth-notice-error{border-color:#e7bcbc;background:#fff6f6;color:#9c2222}.ts-auth-notice-success{border-color:#b9ddc3;background:#f3fbf5;color:#28723a}.ts-auth-divider{display:flex;align-items:center;gap:10px;margin:2px 0;color:#aaa;font-size:9px;font-weight:800;text-transform:uppercase}.ts-auth-divider::before,.ts-auth-divider::after{content:"";flex:1;height:1px;background:var(--ts-border)}.ts-auth-password-note{margin-top:-6px;color:#888;font-size:10px;line-height:1.45}@media(max-width:600px){.ts-auth-page{min-height:calc(100vh - 140px);padding:35px 0 50px}.ts-auth-card{padding:25px 20px}.ts-auth-heading h1{font-size:25px}.ts-auth-options{align-items:flex-start;flex-direction:column}}.ts-auth-logo-link{display:inline-flex;align-items:center;justify-content:center;color:inherit;text-decoration:none;max-width:100%}.ts-auth-brand .ts-custom-logo{display:block;width:auto;max-width:190px;max-height:58px;height:auto;object-fit:contain}.ts-auth-brand .ts-brand-the,.ts-auth-brand .ts-brand-name{display:block}.ts-auth-brand .ts-brand-the{font-size:10px;font-weight:700;letter-spacing:3px;line-height:.9}.ts-auth-brand .ts-brand-name{font-size:25px;font-weight:900;letter-spacing:-1.2px;line-height:.9}.ts-auth-brand .ts-brand-name span{color:var(--ts-red)}@media(max-width:600px){.ts-auth-brand .ts-custom-logo{max-width:165px;max-height:50px}}.ts-auth-brand .ts-auth-logo-link{text-align:left;flex-direction:column;align-items:flex-start}.ts-auth-brand .ts-brand-the,.ts-auth-brand .ts-brand-name{width:max-content;max-width:100%}.ts-auth-brand .ts-auth-logo-link{text-align:left;flex-direction:column;align-items:flex-start}.ts-auth-brand .ts-brand-the{display:block;width:max-content;color:#000;text-align:left}.ts-auth-brand .ts-brand-name{display:block;width:max-content;color:#000;text-align:left;white-space:nowrap}.ts-auth-brand .ts-brand-trend{color:#000}.ts-auth-brand .ts-brand-scoop{color:var(--ts-red)}.ts-auth-brand .ts-auth-logo-link .ts-brand-name .ts-brand-trend{color:#000 !important}.ts-auth-brand .ts-auth-logo-link .ts-brand-name .ts-brand-scoop{color:var(--ts-red) !important}
/* GLOBAL SHARE OVERLAY V2 */.ts-share-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:24px;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.ts-share-modal.is-open{visibility:visible;opacity:1;pointer-events:auto}.ts-share-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(4px)}.ts-share-modal-panel{position:relative;z-index:1;width:min(430px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;padding:28px;background:#090b0c;color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:10px;box-shadow:0 30px 90px rgba(0,0,0,.65);transform:translateY(12px) scale(.98);transition:transform .22s ease}.ts-share-modal.is-open .ts-share-modal-panel{transform:translateY(0) scale(1)}.ts-share-modal-panel.is-loading{cursor:progress}.ts-share-modal-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.ts-share-modal-header h2{margin:0;color:#fff;font-size:23px;line-height:1.15;letter-spacing:-.5px}.ts-share-modal-close{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border:0;border-radius:50%;background:transparent;color:#fff;font-size:28px;line-height:1;cursor:pointer}.ts-share-modal-close:hover{background:rgba(255,255,255,.08);color:#fff}.ts-share-preview{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;align-items:center;padding:0 0 20px;border-bottom:1px solid rgba(255,255,255,.1)}.ts-share-preview-image-wrap{width:92px;height:70px;overflow:hidden;border-radius:4px;background:#151819}.ts-share-preview-image{display:block;width:100%;height:100%;object-fit:cover}.ts-share-preview-copy{min-width:0}.ts-share-preview-copy h3{margin:0 0 7px;color:#fff;font-size:13px;line-height:1.45;font-weight:700}.ts-share-preview-copy p{margin:0;color:#a4a8aa;font-size:10px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ts-share-section{padding-top:20px}.ts-share-section h3,.ts-share-qr-section h3{margin:0 0 12px;color:#fff;font-size:12px;font-weight:800}.ts-share-options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.ts-share-option{display:flex;align-items:center;justify-content:center;min-width:0;color:#d9dcdd;text-decoration:none}.ts-share-option-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#171a1c;color:#fff;font-size:18px;font-weight:800;border:0;transition:transform .18s ease,background .18s ease,color .18s ease}.ts-share-option:hover{color:#fff}.ts-share-option:hover .ts-share-option-icon{background:var(--ts-red);transform:translateY(-2px)}.ts-share-facebook .ts-share-option-icon{background:#1b57b7}.ts-share-linkedin .ts-share-option-icon{background:#1267a5}.ts-share-whatsapp .ts-share-option-icon{background:#159447}.ts-share-email .ts-share-option-icon{background:#4b4f52}.ts-share-copy-section{border-top:1px solid rgba(255,255,255,.1);margin-top:20px}.ts-copy-link-row{display:flex;margin-top:0}.ts-copy-link-row input{min-width:0;flex:1;height:44px;border:1px solid #34383a;border-right:0;border-radius:6px 0 0 6px;padding:0 12px;background:#111416;color:#c9cccd;font-size:10px;outline:0}.ts-copy-link-row input:focus{border-color:var(--ts-red)}.ts-copy-link-row button{display:grid;place-items:center;width:48px;height:44px;border:1px solid #34383a;border-radius:0 6px 6px 0;background:#111416;color:#fff;font-size:18px;cursor:pointer}.ts-copy-link-row button:hover,.ts-copy-link-row button.is-copied{background:var(--ts-red);border-color:var(--ts-red)}.ts-copy-link-message{min-height:14px;margin:6px 0 0;color:#71d19a;font-size:9px;font-weight:700}.ts-share-qr-section{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:20px;margin-top:10px;border-top:1px solid rgba(255,255,255,.1)}.ts-share-qr-copy{min-width:0}.ts-share-qr-copy h3{margin-bottom:7px}.ts-share-qr-copy p{max-width:215px;margin:0;color:#a8acad;font-size:10px;line-height:1.5}.ts-share-qr-wrap{width:116px;height:116px;flex:0 0 116px;padding:6px;border-radius:3px;background:#fff}.ts-share-qr{display:block;width:100%;height:100%;object-fit:contain}.ts-share-preview-image[hidden],.ts-share-qr[hidden]{display:none}@media(max-width:700px){.ts-share-modal{padding:12px}.ts-share-modal-panel{width:100%;max-height:calc(100vh - 24px);padding:21px}.ts-share-options{gap:8px}.ts-share-option-icon{width:40px;height:40px}.ts-share-option{font-size:8px}.ts-share-qr-section{align-items:flex-start}.ts-share-qr-copy p{max-width:185px}.ts-share-qr-wrap{width:96px;height:96px;flex-basis:96px}}.ts-share-option,.ts-share-option:link,.ts-share-option:visited,.ts-share-option:hover,.ts-share-option:focus,.ts-share-option:active{border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;text-decoration:none!important}.ts-share-option-icon{border:0!important;outline:0!important;box-shadow:none!important}.ts-share-preview-copy .ts-share-preview-excerpt{margin:0 0 5px;color:#c2c6c8;font-size:10px;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ts-share-preview-copy .ts-share-preview-domain{margin:0;color:#8f9496;font-size:9px;line-height:1.35}

/* -------------------------------------------------------------------------
 * GLOBAL VIDEO PLAYER OVERLAY
 * ------------------------------------------------------------------------- */
body.ts-video-modal-open{overflow:hidden}
.ts-video-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:28px;background:rgba(0,0,0,.78);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.ts-video-modal[hidden]{display:none}
.ts-video-modal-backdrop{position:absolute;inset:0;cursor:pointer}
.ts-video-modal-panel{position:relative;z-index:1;width:min(1120px,100%);max-height:calc(100vh - 56px);overflow:hidden;border:1px solid #333;border-radius:10px;background:#050505;color:#fff;box-shadow:0 28px 90px rgba(0,0,0,.7)}
.ts-video-modal-close{position:absolute;z-index:5;top:13px;right:14px;width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;background:rgba(0,0,0,.65);color:#fff;font-size:27px;line-height:1;cursor:pointer}
.ts-video-modal-close:hover,.ts-video-modal-close:focus-visible{background:var(--ts-red);outline:none}
.ts-video-modal-media{background:#000}
.ts-video-modal-stage{position:relative;display:grid;place-items:center;min-height:280px;aspect-ratio:16/9;background:#000}
.ts-video-modal-video,.ts-video-modal-iframe{display:block;width:100%;height:100%;border:0;object-fit:contain;background:#000}
.ts-video-modal-video{position:absolute;inset:0}
.ts-video-modal-iframe{position:absolute;inset:0}
.ts-video-modal-loading{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:rgba(0,0,0,.7);color:#fff;font-size:12px}
.ts-video-modal-loading span{width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:ts-video-spin .7s linear infinite}
@keyframes ts-video-spin{to{transform:rotate(360deg)}}
.ts-video-modal-error{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(440px,80%);margin:0;padding:14px 18px;border-radius:6px;background:rgba(0,0,0,.82);color:#fff;text-align:center;font-size:13px}
.ts-video-modal-info{padding:20px 24px 22px;border-top:1px solid #222}
.ts-video-modal-copy{min-width:0}
.ts-video-modal-copy .ts-category-label{display:block;margin-bottom:6px}
.ts-video-modal-copy h2{margin:0 0 7px;color:#fff;font-size:24px;line-height:1.2;letter-spacing:-.4px}
.ts-video-modal-copy p{max-width:850px;margin:0 0 10px;color:#c7c7c7;font-size:13px;line-height:1.55}
.ts-video-modal-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:#9a9a9a;font-size:11px}
.ts-video-modal-meta a{color:#fff;font-weight:700}
.ts-video-modal-meta a:hover{color:var(--ts-red)}
.ts-video-archive-excerpt{margin:6px 0 8px;color:var(--ts-text-muted);font-size:13px;line-height:1.45}
@media(max-width:700px){
    .ts-video-modal{padding:12px}
    .ts-video-modal-panel{max-height:calc(100vh - 24px);border-radius:7px}
    .ts-video-modal-stage{min-height:210px}
    .ts-video-modal-info{padding:16px}
    .ts-video-modal-copy h2{font-size:19px}
    .ts-video-modal-copy p{font-size:12px}
    .ts-video-modal-close{top:8px;right:8px;width:34px;height:34px;font-size:23px}
}


.ts-video-single-element,.ts-video-single-iframe{position:absolute;inset:0;width:100%;height:100%;display:block;border:0;background:#000;object-fit:contain}
.ts-video-main-play[disabled]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.8;cursor:not-allowed}



/* ==========================================================================
 * VIDEO SINGLE — ARTICLE SINGLE VISUAL SYSTEM
 * ========================================================================== */

.ts-video-single-polished{
    background:#fff;
}

.ts-video-single-hero{
    position:relative;
    background:#050505;
    color:#fff;
    padding:0;
}

.ts-video-single-hero .ts-single-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 330px;
    gap:0;
    max-width:1280px;
    padding:0;
}

.ts-video-single-hero-main{
    min-width:0;
    padding:26px 32px 38px;
    background:#050505;
}

.ts-video-single-hero .ts-single-breadcrumbs{
    margin:0 0 20px;
    color:#c7c7c7;
}

.ts-video-single-hero .ts-single-breadcrumbs a{
    color:#fff;
}

.ts-video-single-hero .ts-single-breadcrumbs a:hover{
    color:var(--ts-red);
}

.ts-video-single-hero .ts-single-breadcrumb-current{
    color:#aaa;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.ts-video-single-hero-player{
    position:relative;
    width:100%;
    aspect-ratio:16/9;
    overflow:hidden;
    border-radius:6px;
    background:#000;
    box-shadow:0 12px 35px rgba(0,0,0,.35);
}

.ts-video-single-iframe,
.ts-video-single-element{
    display:block;
    width:100%;
    height:100%;
    border:0;
    background:#000;
}

.ts-video-single-element{
    object-fit:contain;
}

.ts-video-single-poster{
    position:relative;
    width:100%;
    height:100%;
    background:#111;
}

.ts-video-single-poster img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.ts-video-single-poster .ts-video-main-play{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.ts-video-single-hero-copy{
    padding-top:24px;
}

.ts-video-single-hero-copy .ts-single-category-pill{
    color:#fff;
    border-color:var(--ts-red);
    background:var(--ts-red);
}

.ts-video-single-hero-copy h1{
    max-width:900px;
    margin:12px 0 12px;
    color:#fff;
}

.ts-video-single-hero-copy .ts-single-deck{
    max-width:820px;
    color:#d8d8d8;
}

.ts-video-single-hero-copy .ts-single-meta{
    color:#bbb;
}

.ts-video-single-hero-copy .ts-single-author{
    color:#fff;
}

.ts-video-single-hero-copy .ts-single-author small{
    color:#aaa;
}

.ts-video-single-hero-copy .ts-single-author strong{
    color:#fff;
}

.ts-video-single-hero-copy .ts-single-socials button{
    border-color:#555;
    background:transparent;
    color:#fff;
}

.ts-video-single-hero-copy .ts-single-socials button:hover{
    border-color:var(--ts-red);
    color:#fff;
    background:var(--ts-red);
}

/* The related-news column intentionally matches the article-single screenshot. */
.ts-video-single-hero .ts-single-related-top{
    border-left:1px solid #e4e4e4;
    background:#fff;
}

.ts-video-single-hero .ts-single-related-item{
    background:#fff;
}

.ts-video-single-hero .ts-single-view-more{
    background:#fff;
}

/* Keep body sizing identical to single.php. */
.ts-video-single-polished .ts-single-body-grid{
    background:#fff;
}

/* Make the global sidebar behave exactly like the normal article sidebar. */
.ts-video-single-polished .ts-single-sidebar{
    min-width:0;
}

/* Slightly stronger article-like video content typography. */
.ts-video-single-polished .ts-entry-content{
    font-size:14px;
    line-height:1.75;
}

.ts-video-single-polished .ts-entry-content .wp-block-video,
.ts-video-single-polished .ts-entry-content video,
.ts-video-single-polished .ts-entry-content iframe{
    max-width:100%;
}

/* Mobile */
@media(max-width:900px){
    .ts-video-single-hero .ts-single-hero-grid{
        grid-template-columns:1fr;
    }

    .ts-video-single-hero-main{
        padding:20px 20px 30px;
    }

    .ts-video-single-hero .ts-single-related-top{
        border-left:0;
        border-top:1px solid #ddd;
    }
}

@media(max-width:650px){
    .ts-video-single-hero-main{
        padding:16px 14px 24px;
    }

    .ts-video-single-hero-player{
        border-radius:4px;
    }

    .ts-video-single-hero-copy{
        padding-top:18px;
    }

    .ts-video-single-hero-copy h1{
        font-size:34px;
        line-height:1.06;
        letter-spacing:-.8px;
    }

    .ts-video-single-hero-copy .ts-single-deck{
        font-size:15px;
    }

    .ts-video-single-hero .ts-single-related-top{
        padding:26px 18px;
    }
}



/* ==========================================================================
 * VIDEO SINGLE — FULL-WIDTH VIDEO PLAYER
 * The player fills the entire available width of the video hero container.
 * ========================================================================== */

.ts-video-single-hero-player{
    display:block;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    aspect-ratio:16/9;
    overflow:hidden;
}

.ts-video-single-hero-player > iframe,
.ts-video-single-hero-player > video,
.ts-video-single-hero-player .ts-video-single-iframe,
.ts-video-single-hero-player .ts-video-single-element,
.ts-video-single-hero-player .ts-video-single-poster{
    display:block;
    width:100% !important;
    max-width:none !important;
    height:100% !important;
    margin:0 !important;
    padding:0 !important;
}

.ts-video-single-hero-player iframe{
    border:0 !important;
}

.ts-video-single-hero-player video{
    object-fit:contain;
}

/* Remove any inner width constraint around the player. */
.ts-video-single-hero-main .ts-video-single-hero-player{
    grid-column:1 / -1;
}

/* On desktop the video remains edge-to-edge inside the hero's main column. */
@media (min-width:901px){
    .ts-video-single-hero-player{
        width:100%;
    }
}

/* On mobile, retain full container width with no horizontal inset. */
@media (max-width:900px){
    .ts-video-single-hero-player{
        width:100%;
    }
}


/* ==========================================================================
 * GLOBAL SAVED ARTICLES OVERLAY
 * ========================================================================== */

body.ts-saved-open{overflow:hidden}

.ts-saved-toggle{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:32px;
    height:38px;
    padding:5px;
    border:0;
    background:transparent;
    color:#fff;
    cursor:pointer;
}
.ts-saved-toggle svg{
    width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.ts-saved-toggle:hover{color:var(--ts-red)}
.ts-saved-count{
    position:absolute;
    top:1px;
    right:-1px;
    min-width:15px;
    height:15px;
    padding:0 4px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:var(--ts-red);
    color:#fff;
    font-size:9px;
    line-height:1;
    font-weight:800;
    border:2px solid var(--ts-black);
}

.ts-saved-overlay{
    position:fixed;
    inset:0;
    z-index:100000;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding:40px 24px;
}
.ts-saved-overlay[hidden]{display:none}
.ts-saved-overlay-backdrop{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
    background:rgba(0,0,0,.72);
    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);
    cursor:default;
}
.ts-saved-panel{
    position:relative;
    z-index:2;
    width:min(100%,520px);
    max-height:calc(100vh - 80px);
    overflow:auto;
    margin-top:12px;
    padding:28px 28px 22px;
    border:1px solid #2b2b2b;
    border-radius:10px;
    background:linear-gradient(145deg,#101214 0%,#070809 100%);
    color:#fff;
    box-shadow:0 30px 80px rgba(0,0,0,.65);
    outline:none;
}
.ts-saved-panel-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    padding-bottom:20px;
    border-bottom:1px solid #292929;
}
.ts-saved-panel-header h2{
    margin:0;
    color:#fff;
    font-size:25px;
    line-height:1.15;
    letter-spacing:-.4px;
}
.ts-saved-panel-header p{
    margin:8px 0 0;
    color:#bdbdbd;
    font-size:13px;
}
.ts-saved-close{
    width:34px;
    height:34px;
    flex:0 0 34px;
    padding:0;
    border:0;
    background:transparent;
    color:#fff;
    font-size:31px;
    font-weight:300;
    line-height:1;
    cursor:pointer;
}
.ts-saved-close:hover{color:var(--ts-red)}

.ts-saved-list{padding:4px 0}
.ts-saved-overlay-item{
    display:grid;
    grid-template-columns:72px minmax(0,1fr) 30px;
    align-items:center;
    gap:14px;
    padding:16px 0;
    border-bottom:1px solid #252525;
}
.ts-saved-overlay-item:last-child{border-bottom:0}
.ts-saved-overlay-thumb{
    display:block;
    width:72px;
    height:58px;
    overflow:hidden;
    border-radius:5px;
    background:#181a1c;
}
.ts-saved-overlay-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.ts-saved-overlay-body{min-width:0}
.ts-saved-overlay-body h3{
    margin:0 0 6px;
    color:#fff;
    font-size:13px;
    line-height:1.4;
    font-weight:700;
}
.ts-saved-overlay-body h3 a:hover{color:#eaeaea}
.ts-saved-overlay-body p{
    margin:0;
    color:#999;
    font-size:11px;
}
.ts-saved-overlay-body p span{padding:0 4px;color:#666}
.ts-saved-overlay-remove{
    width:28px;
    height:30px;
    padding:0;
    border:0;
    border-radius:4px;
    background:var(--ts-red);
    color:#fff;
    font-size:14px;
    line-height:1;
    cursor:pointer;
}
.ts-saved-overlay-remove:hover{background:var(--ts-red-hover)}
.ts-saved-overlay-remove:disabled{opacity:.55;cursor:wait}

.ts-saved-panel-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding-top:20px;
}
.ts-saved-clear{
    border:0;
    background:transparent;
    color:var(--ts-red);
    padding:8px 0;
    font-size:12px;
    font-weight:700;
    cursor:pointer;
}
.ts-saved-clear:hover{text-decoration:underline}
.ts-saved-view-all{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:44px;
    padding:0 18px;
    border:1px solid #555;
    border-radius:5px;
    color:#fff;
    font-size:11px;
    font-weight:800;
    letter-spacing:.2px;
}
.ts-saved-view-all:hover{
    border-color:var(--ts-red);
    background:var(--ts-red);
}
.ts-saved-login-state{
    padding:46px 20px;
    text-align:center;
}
.ts-saved-empty-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:52px;
    height:52px;
    margin:0 auto 16px;
    border-radius:50%;
    background:#1b1d20;
    font-size:23px;
}
.ts-saved-login-state h3{
    margin:0 0 8px;
    color:#fff;
    font-size:17px;
}
.ts-saved-login-state p{
    max-width:320px;
    margin:0 auto 18px;
    color:#9e9e9e;
    font-size:13px;
}
.ts-saved-login-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 18px;
    border-radius:5px;
    background:var(--ts-red);
    color:#fff;
    font-size:11px;
    font-weight:800;
}
.ts-saved-login-button:hover{background:var(--ts-red-hover)}

@media(max-width:900px){
    .ts-saved-toggle{width:30px}
    .ts-saved-count{right:-3px}
    .ts-saved-overlay{padding:20px 14px}
    .ts-saved-panel{
        width:100%;
        max-height:calc(100vh - 40px);
        margin-top:0;
        padding:22px 18px 18px;
    }
}
@media(max-width:560px){
    .ts-saved-panel-header h2{font-size:21px}
    .ts-saved-overlay-item{
        grid-template-columns:64px minmax(0,1fr) 28px;
        gap:11px;
    }
    .ts-saved-overlay-thumb{width:64px;height:54px}
    .ts-saved-overlay-body h3{font-size:12px}
    .ts-saved-panel-footer{flex-direction:column-reverse;align-items:stretch}
    .ts-saved-view-all{width:100%}
    .ts-saved-clear{text-align:center}
}

/* ==========================================================================
 * ARCHIVE / CATEGORY / LISTING SAVE CONTROLS
 * ========================================================================== */

.ts-card-save-button{
    position:relative;
    z-index:3;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    flex:0 0 34px;
    margin-left:auto;
    padding:0;
    border:1px solid var(--ts-border, #d9d9d9);
    border-radius:4px;
    background:#fff;
    color:#333;
    box-shadow:none;
    cursor:pointer;
    transition:border-color .18s ease, color .18s ease, background-color .18s ease, transform .18s ease;
}
.ts-card-save-button:hover{
    border-color:var(--ts-red);
    color:var(--ts-red);
}
.ts-card-save-button.is-saved{
    border-color:var(--ts-red);
    background:var(--ts-red);
    color:#fff;
}
.ts-card-save-button.is-loading{
    opacity:.65;
    cursor:wait;
}
.ts-card-save-button:disabled{
    cursor:wait;
}
.ts-card-save-icon{
    width:17px;
    height:17px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.ts-card-save-button.is-saved .ts-card-save-icon{
    fill:currentColor;
}

/* List-style cards: keep the bookmark aligned to the metadata row. */
.ts-category-story,
.ts-latest-story,
.ts-search-result,
.ts-author-story,
.ts-archive-story,
.ts-article-card,
.ts-trending-story,
.ts-video-archive-card{
    position:relative;
}
.ts-category-story-body,
.ts-latest-story-body,
.ts-search-result-body,
.ts-author-story-body,
.ts-archive-story-body,
.ts-article-card-body,
.ts-trending-story-body,
.ts-video-archive-card-body{
    position:relative;
}
.ts-category-story-body > .ts-card-save-button,
.ts-latest-story-body > .ts-card-save-button,
.ts-search-result-body > .ts-card-save-button,
.ts-author-story-body > .ts-card-save-button,
.ts-archive-story-body > .ts-card-save-button,
.ts-article-card-body > .ts-card-save-button,
.ts-trending-story-body > .ts-card-save-button,
.ts-video-archive-card-body > .ts-card-save-button{
    position:absolute;
    right:0;
    bottom:0;
    margin:0;
}

/* Give list copy enough room so the button never overlaps metadata. */
.ts-category-story-body,
.ts-latest-story-body,
.ts-search-result-body,
.ts-author-story-body,
.ts-archive-story-body,
.ts-article-card-body,
.ts-trending-story-body,
.ts-video-archive-card-body{
    padding-right:44px;
}

/* Discovery cards are grid cards, so place the button in the lower-right. */
.ts-discovery-card{
    position:relative;
}
.ts-discovery-card-body{
    position:relative;
    padding-right:46px;
}
.ts-discovery-card-body > .ts-card-save-button{
    position:absolute;
    right:0;
    bottom:0;
}

/* Compact cards should remain unobtrusive. */
.ts-search-trending-item .ts-card-save-button,
.ts-recent-category-story .ts-card-save-button{
    width:30px;
    height:30px;
    flex-basis:30px;
}
.ts-card-save-button:focus-visible,
.ts-saved-toggle:focus-visible{
    outline:2px solid var(--ts-red);
    outline-offset:2px;
}

@media(max-width:700px){
    .ts-card-save-button{
        width:32px;
        height:32px;
        flex-basis:32px;
    }
    .ts-category-story-body,
    .ts-latest-story-body,
    .ts-search-result-body,
    .ts-author-story-body,
    .ts-archive-story-body,
    .ts-article-card-body,
    .ts-trending-story-body,
    .ts-video-archive-card-body{
        padding-right:40px;
    }
}

/* Card action pair: Save + Share */ .ts-card-actions{ position:absolute; z-index:4; right:0; bottom:0; display:flex; align-items:center; justify-content:flex-end; gap:6px; margin:0; padding:0; } .ts-card-actions .ts-card-save-button{ position:relative; right:auto; bottom:auto; margin:0; } .ts-card-share-button{ position:relative; z-index:3; display:inline-flex; align-items:center; justify-content:center; width:34px; height:34px; flex:0 0 34px; margin:0; padding:0; border:1px solid var(--ts-border, #d9d9d9); border-radius:4px; background:#fff; color:#333; box-shadow:none; cursor:pointer; transition:border-color .18s ease, color .18s ease, background-color .18s ease, transform .18s ease; } .ts-card-share-button:hover, .ts-card-share-button:focus-visible{ border-color:var(--ts-red); color:var(--ts-red); } .ts-card-share-button:active{ transform:scale(.96); } .ts-card-share-icon{ width:17px; height:17px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; } .ts-card-actions .ts-card-save-button, .ts-card-actions .ts-card-share-button{ margin-left:0; } .ts-category-story-body, .ts-latest-story-body, .ts-search-result-body, .ts-author-story-body, .ts-archive-story-body, .ts-article-card-body, .ts-trending-story-body, .ts-video-archive-card-body{ padding-right:76px; } .ts-discovery-card-body{ padding-right:76px; } .ts-home-polished-card{ position:relative; } .ts-home-polished-card-body{ position:relative; padding-right:76px; } .ts-card-actions .ts-card-save-button:focus-visible, .ts-card-actions .ts-card-share-button:focus-visible{ outline:2px solid var(--ts-red); outline-offset:2px; } @media(max-width:700px){ .ts-card-actions{ gap:5px; } .ts-card-actions .ts-card-save-button, .ts-card-actions .ts-card-share-button{ width:32px; height:32px; flex-basis:32px; } .ts-category-story-body, .ts-latest-story-body, .ts-search-result-body, .ts-author-story-body, .ts-archive-story-body, .ts-article-card-body, .ts-trending-story-body, .ts-video-archive-card-body, .ts-discovery-card-body, .ts-home-polished-card-body{ padding-right:69px; } }
.ts-saved-card{ position:relative; } .ts-saved-card-body{ position:relative; padding-right:76px; } .ts-saved-card-body .ts-card-actions{ right:0; bottom:0; } @media(max-width:700px){ .ts-saved-card-body{ padding-right:69px; } }
.ts-home-editor-section, .ts-home-news-watch-section{background:#050607; color:#fff; border-top:1px solid rgba(255,255,255,.07);} .ts-home-editor-section{padding:30px 0 34px;} .ts-home-news-watch-section{padding:0 0 34px;} .ts-home-new-section-heading{margin-bottom:24px !important;} .ts-home-new-section-heading h2{margin:0; color:#fff; font-size:18px; line-height:1.2; letter-spacing:.01em;} .ts-home-new-section-heading h2:after{content:""; display:block; width:42px; height:2px; margin-top:26px !important; background:var(--ts-red,#ed1111);} .ts-home-new-section-heading a{color:#fff; text-decoration:none; font-size:11px; font-weight:700; letter-spacing:.02em;} .ts-home-new-section-heading a span{color:var(--ts-red,#ed1111); font-size:18px; vertical-align:-1px; margin-left:4px;} .ts-home-editor-grid{display:grid; grid-template-columns:minmax(0,1.45fr) minmax(260px,.95fr) minmax(0,1.05fr); gap:14px; align-items:stretch;} .ts-home-editor-featured, .ts-home-editor-mini, .ts-home-editor-video, .ts-home-latest-news-card, .ts-home-watch-feature{position:relative; min-width:0;} .ts-home-editor-featured{min-height:330px; overflow:hidden; border:1px solid rgba(255,255,255,.12); border-radius:6px; background:#090b0d;} .ts-home-new-image{position:relative; display:block; overflow:hidden; color:inherit; text-decoration:none;} .ts-home-editor-featured .ts-home-new-image, .ts-home-editor-video .ts-home-new-image{height:100%; min-height:330px;} .ts-home-new-image img, .ts-home-editor-mini-image img, .ts-home-latest-news-image img, .ts-home-watch-image img{display:block; width:100%; height:100%; object-fit:cover;} .ts-home-new-image-overlay{position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.04) 30%,rgba(0,0,0,.9) 100%); pointer-events:none;} .ts-home-editor-badge{position:absolute; top:12px; left:12px; padding:5px 8px; border-radius:3px; background:var(--ts-red,#ed1111); color:#fff; font-size:9px; font-weight:800; letter-spacing:.03em;} .ts-home-editor-featured-copy{position:absolute; z-index:2; left:18px; right:18px; bottom:16px;} .ts-home-editor-featured-copy h3, .ts-home-editor-video-copy h3, .ts-home-watch-copy h3{margin:7px 0 7px; font-size:21px; line-height:1.16;} .ts-home-editor-featured-copy h3 a, .ts-home-editor-video-copy h3 a, .ts-home-watch-copy h3 a{color:#fff; text-decoration:none;} .ts-home-editor-featured-copy p{max-width:92%; margin:0 0 10px; color:rgba(255,255,255,.78); font-size:11px; line-height:1.5;} .ts-home-new-meta{display:flex; align-items:center; flex-wrap:wrap; gap:6px; color:rgba(255,255,255,.62); font-size:9px; line-height:1.3;} .ts-home-editor-middle{display:grid; grid-template-rows:1fr 1fr; gap:14px;} .ts-home-editor-mini{display:grid; grid-template-columns:112px minmax(0,1fr); gap:12px; padding:0 0 14px; border-bottom:1px solid rgba(255,255,255,.1);} .ts-home-editor-mini:last-child{padding-bottom:0; border-bottom:0;} .ts-home-editor-mini-image{display:block; min-height:135px; overflow:hidden; border-radius:5px; background:#111;} .ts-home-editor-mini-copy{min-width:0; align-self:center;} .ts-home-editor-mini-copy h3{margin:5px 0 7px; font-size:14px; line-height:1.22;} .ts-home-editor-mini-copy h3 a{color:#fff; text-decoration:none;} .ts-home-editor-mini-copy p{margin:0 0 7px; color:rgba(255,255,255,.62); font-size:10px; line-height:1.45;} .ts-home-editor-video{min-height:330px; overflow:hidden; border:1px solid rgba(255,255,255,.12); border-radius:6px; background:#090b0d;} .ts-home-editor-video .ts-home-new-image{position:absolute; inset:0;} .ts-home-editor-video-copy{position:absolute; z-index:3; left:16px; right:16px; bottom:15px;} .ts-home-video-play{position:absolute; z-index:3; top:50%; left:50%; width:50px; height:50px; display:grid; place-items:center; transform:translate(-50%,-50%); border-radius:50%; background:rgba(0,0,0,.68); color:#fff; font-size:17px; padding-left:2px; box-sizing:border-box; border:1px solid rgba(255,255,255,.2);} .ts-home-news-watch-grid{display:grid; grid-template-columns:minmax(0,1.25fr) minmax(0,.95fr); gap:28px;} .ts-home-news-column, .ts-home-watch-column{min-width:0;} .ts-home-latest-news-grid{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px;} .ts-home-latest-news-card{overflow:hidden;} .ts-home-latest-news-image{display:block; height:105px; overflow:hidden; border-radius:5px; background:#111;} .ts-home-latest-news-card h3{margin:6px 0 7px; font-size:12px; line-height:1.3;} .ts-home-latest-news-card h3 a{color:#fff; text-decoration:none;} .ts-home-latest-news-card .ts-category-label, .ts-home-watch-copy .ts-category-label, .ts-home-editor-video-copy .ts-category-label{display:inline-block; color:var(--ts-red,#ed1111); font-size:8px; font-weight:800; text-transform:uppercase;} .ts-home-watch-grid{display:grid; grid-template-columns:minmax(0,1.15fr) minmax(190px,.85fr); gap:14px;} .ts-home-watch-feature{overflow:hidden; min-height:230px; border:1px solid rgba(255,255,255,.12); border-radius:5px; background:#090b0d;} .ts-home-watch-image{position:absolute; inset:0; display:block; overflow:hidden;} .ts-home-watch-overlay{position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.05) 20%,rgba(0,0,0,.92) 100%);} .ts-home-watch-copy{position:absolute; z-index:3; left:14px; right:14px; bottom:14px;} .ts-home-watch-copy h3{font-size:15px; margin-bottom:6px;} .ts-home-watch-list{display:flex; flex-direction:column; gap:0; border-left:1px solid rgba(255,255,255,.1); padding-left:14px;} .ts-home-watch-item{display:grid; grid-template-columns:28px minmax(0,1fr); gap:8px; padding:8px 0; border-bottom:1px solid rgba(255,255,255,.09);} .ts-home-watch-item:first-child{padding-top:2px} .ts-home-watch-item:last-child{border-bottom:0} .ts-home-watch-rank{color:var(--ts-red,#ed1111); font-size:14px; font-weight:800;} .ts-home-watch-item h3{margin:0 0 4px; font-size:11px; line-height:1.3;} .ts-home-watch-item h3 a{color:#fff; text-decoration:none;} .ts-home-watch-item time{color:rgba(255,255,255,.5); font-size:8px;} .ts-home-editor-section .ts-category-label, .ts-home-news-watch-section .ts-category-label{color:var(--ts-red,#ed1111); text-decoration:none;} .ts-home-editor-section .ts-image-placeholder, .ts-home-news-watch-section .ts-image-placeholder{display:block; width:100%; height:100%; min-height:100px; background:linear-gradient(135deg,#11151a,#050607);} @media(max-width:980px){.ts-home-editor-grid{grid-template-columns:1fr 1fr} .ts-home-editor-featured{grid-row:span 2} .ts-home-editor-video{grid-column:1/-1;min-height:260px} .ts-home-editor-video .ts-home-new-image{min-height:260px} .ts-home-news-watch-grid{grid-template-columns:1fr} .ts-home-watch-grid{grid-template-columns:1.15fr .85fr}} @media(max-width:700px){.ts-home-editor-section{padding:24px 0 28px} .ts-home-news-watch-section{padding-bottom:28px} .ts-home-editor-grid{grid-template-columns:1fr;gap:12px} .ts-home-editor-featured{grid-row:auto;min-height:300px} .ts-home-editor-featured .ts-home-new-image{min-height:300px} .ts-home-editor-middle{gap:12px} .ts-home-editor-mini{grid-template-columns:100px minmax(0,1fr);gap:10px} .ts-home-editor-mini-image{min-height:115px} .ts-home-editor-video{min-height:250px} .ts-home-editor-video .ts-home-new-image{min-height:250px} .ts-home-editor-featured-copy h3{font-size:19px} .ts-home-news-watch-grid{gap:18px} .ts-home-latest-news-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px} .ts-home-latest-news-image{height:100px} .ts-home-watch-grid{grid-template-columns:1fr;gap:12px} .ts-home-watch-feature{min-height:250px} .ts-home-watch-list{border-left:0;border-top:1px solid rgba(255,255,255,.1);padding:8px 0 0}}
/* TrendScoop compact dashboard branding */
body.index-php #ts-dashboard-branding,
body.index-php .ts-dashboard-branding {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    height: auto !important;
    max-width: 140px !important;
    max-height: 28px !important;
    overflow: hidden !important;
}
body.index-php #ts-dashboard-branding img,
body.index-php .ts-dashboard-branding img {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    object-fit: contain !important;
}
/* ========================================================== FOOTER BOTTOM — COPYRIGHT LEFT / SOCIAL ICONS RIGHT ========================================================== */ .ts-footer-bottom{ display:flex; align-items:center; justify-content:space-between; gap:20px; } .ts-footer-bottom .ts-footer-copyright{ margin:0; text-align:left; } .ts-footer-socials{ margin-left:auto; display:flex; align-items:center; justify-content:flex-end; gap:8px; } .ts-footer-social-link{ width:32px; height:32px; display:inline-flex; align-items:center; justify-content:center; color:inherit; text-decoration:none; border:0; background:transparent; border-radius:50%; transition:color .18s ease, background-color .18s ease, transform .18s ease; } .ts-footer-social-link svg{width:17px;height:17px;display:block;fill:none;stroke:none\} .ts-footer-social-link:hover, .ts-footer-social-link:focus-visible{ color:var(--ts-red,#ed1111); background:rgba(237,17,17,.08); } .ts-footer-social-link:focus-visible{ outline:2px solid var(--ts-red,#ed1111); outline-offset:2px; } @media(max-width:600px){ .ts-footer-bottom{ align-items:flex-start; flex-direction:column; gap:12px; } .ts-footer-socials{ margin-left:0; justify-content:flex-start; } }.ts-footer-social-link svg{width:17px!important;height:17px!important;display:block!important;color:inherit!important}.ts-footer-social-link svg path,.ts-footer-social-link svg rect,.ts-footer-social-link svg circle{fill:currentColor!important;stroke:currentColor!important}.ts-footer-social-link:hover,.ts-footer-social-link:focus-visible{color:#ed1111!important;background:rgba(237,17,17,.08)!important}.ts-footer-social-link:hover svg,.ts-footer-social-link:focus-visible svg{color:#ed1111!important}
/* TrendScoop dynamic sticky header option */
.ts-site-header.ts-header-sticky{position:fixed!important;left:0!important;right:0!important;top:0!important;width:100%!important;z-index:100000!important}
body.ts-has-sticky-header{padding-top:var(--ts-sticky-header-height,0px)}
body.admin-bar .ts-site-header.ts-header-sticky{top:32px!important}
@media(max-width:782px){body.admin-bar .ts-site-header.ts-header-sticky{top:46px!important}}
 /* ------------------------------------------------------------------------- * PRIMARY NAV — MULTI-LEVEL DROPDOWNS * Supports menu → submenu → submenu → submenu up to the configured depth. * ------------------------------------------------------------------------- */ .ts-primary-menu > li{position:relative} .ts-primary-menu .sub-menu{ position:absolute; top:calc(100% + 1px); left:0; z-index:100010; display:block; visibility:hidden; opacity:0; pointer-events:none; width:230px; margin:0; padding:7px 0; list-style:none; background:var(--ts-black); border:1px solid var(--ts-border-dark); border-radius:0 0 5px 5px; box-shadow:0 14px 35px rgba(0,0,0,.32); transform:translateY(5px); transition:opacity .16s ease,transform .16s ease,visibility .16s ease; } .ts-primary-menu > li > .sub-menu{left:0} .ts-primary-menu .sub-menu li{position:relative;margin:0;padding:0} .ts-primary-menu .sub-menu a{ display:flex; align-items:center; justify-content:space-between; width:100%; min-height:0; padding:11px 16px; color:#eee; font-size:12px; line-height:1.3; text-transform:uppercase; white-space:normal; } .ts-primary-menu .sub-menu a:hover, .ts-primary-menu .sub-menu .current-menu-item>a, .ts-primary-menu .sub-menu .current-menu-ancestor>a{ color:#fff; background:#151515; } .ts-primary-menu .sub-menu .sub-menu{ top:-8px; left:calc(100% - 1px); border-radius:0 5px 5px 5px; transform:translateX(5px); } .ts-primary-menu .menu-item-has-children > a:after{ content:""; display:inline-block; width:6px; height:6px; margin-left:9px; border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor; transform:rotate(45deg) translateY(-2px); flex:0 0 auto; } .ts-primary-menu .sub-menu .menu-item-has-children > a:after{ transform:rotate(-45deg); margin-left:12px; } .ts-primary-menu li:hover > .sub-menu, .ts-primary-menu li:focus-within > .sub-menu{ visibility:visible; opacity:1; pointer-events:auto; transform:translateY(0); } .ts-primary-menu .sub-menu .menu-item-has-children:hover > .sub-menu, .ts-primary-menu .sub-menu .menu-item-has-children:focus-within > .sub-menu{ transform:translateX(0); } .ts-primary-menu .sub-menu .current-menu-item>a:after, .ts-primary-menu .sub-menu .current-menu-ancestor>a:after{background:none;height:auto;position:static} .ts-primary-menu .sub-menu .current-menu-item>a:before, .ts-primary-menu .sub-menu .current-menu-ancestor>a:before{ content:""; width:3px; height:18px; margin-right:8px; background:var(--ts-red); flex:0 0 auto; } .ts-primary-menu > li:last-child > .sub-menu, .ts-primary-menu > li:nth-last-child(2) > .sub-menu{ left:auto; right:0; } .ts-primary-menu > li:last-child > .sub-menu .sub-menu, .ts-primary-menu > li:nth-last-child(2) > .sub-menu .sub-menu{ left:auto; right:calc(100% - 1px); border-radius:5px 0 5px 5px; transform:translateX(-5px); } .ts-primary-menu > li:last-child > .sub-menu .menu-item-has-children:hover > .sub-menu, .ts-primary-menu > li:last-child > .sub-menu .menu-item-has-children:focus-within > .sub-menu, .ts-primary-menu > li:nth-last-child(2) > .sub-menu .menu-item-has-children:hover > .sub-menu, .ts-primary-menu > li:nth-last-child(2) > .sub-menu .menu-item-has-children:focus-within > .sub-menu{ transform:translateX(0); } /* Mobile nested menus. */ .ts-mobile-menu-list .sub-menu{ list-style:none; margin:0; padding:0 0 0 16px; border-left:1px solid #292929; } .ts-mobile-menu-list .sub-menu a{ min-height:0; padding:12px 0; font-size:14px; } .ts-mobile-menu-list .menu-item-has-children > a{ padding-left:42px; padding-right:0; position:relative; } .ts-mobile-menu-list .ts-mobile-submenu-toggle{ position:absolute; top:7px; left:0; right:auto; width:34px; height:34px; display:inline-flex; align-items:center; justify-content:center; border:1px solid #333; border-radius:4px; background:transparent; color:#fff; cursor:pointer; } .ts-mobile-menu-list .ts-mobile-submenu-toggle:after{ content:""; width:7px; height:7px; border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor; transform:rotate(45deg) translate(-2px,-2px); transition:transform .16s ease; } .ts-mobile-menu-list .menu-item.is-submenu-open > .ts-mobile-submenu-toggle:after{ transform:rotate(225deg) translate(-2px,-2px); } .ts-mobile-menu--accordion .sub-menu{display:none} .ts-mobile-menu--accordion .menu-item.is-submenu-open > .sub-menu{display:block} .ts-mobile-menu:not(.ts-mobile-menu--accordion) .sub-menu{display:block} .ts-mobile-menu-list .menu-item-has-children>a:after,.ts-mobile-menu-list .sub-menu .menu-item-has-children>a:after{display:none}body .ts-site-header .ts-primary-nav { position: relative;z-index: 100000;} body .ts-site-header .ts-primary-nav > ul.ts-primary-menu, body .ts-site-header .ts-primary-nav > ul.ts-primary-menu ul { list-style: none !important;margin: 0 !important;padding: 0 !important;} body .ts-site-header .ts-primary-nav > ul.ts-primary-menu { display: flex !important;align-items: center !important;gap: 0 !important;position: relative !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu li { list-style: none !important;margin: 0 !important;padding: 0 !important;position: relative !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu li::before, body .ts-site-header .ts-primary-nav ul.ts-primary-menu li::after { display: none !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu > li { display: flex !important;align-items: stretch !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu > li > a { display: flex !important;align-items: center !important;position: relative !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu ul.sub-menu { display: block !important;position: absolute !important;visibility: hidden !important;opacity: 0 !important;pointer-events: none !important;float: none !important;width: 240px !important;min-width: 240px !important;max-width: 320px !important;height: auto !important;max-height: none !important;overflow: visible !important;box-sizing: border-box !important;margin: 0 !important;padding: 7px 0 !important;background: #090a0c !important;border: 1px solid rgba(255,255,255,.12) !important;border-radius: 0 0 5px 5px !important;box-shadow: 0 18px 42px rgba(0,0,0,.55) !important;z-index: 100001 !important;transform: translate3d(0,6px,0) !important;transition: opacity .16s ease, visibility .16s ease, transform .16s ease !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu > li > ul.sub-menu { top: 100% !important;left: 0 !important;right: auto !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu ul.sub-menu ul.sub-menu { top: -8px !important;left: calc(100% - 1px) !important;right: auto !important;transform: translate3d(6px,0,0) !important;border-radius: 0 5px 5px 5px !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu > li:nth-last-child(-n+2) > ul.sub-menu { left: auto !important;right: 0 !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu > li:nth-last-child(-n+2) > ul.sub-menu ul.sub-menu { left: auto !important;right: calc(100% - 1px) !important;transform: translate3d(-6px,0,0) !important;border-radius: 5px 0 5px 5px !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu ul.sub-menu > li { display: block !important;width: 100% !important;min-width: 0 !important;position: relative !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu ul.sub-menu > li > a { display: flex !important;align-items: center !important;justify-content: space-between !important;width: 100% !important;min-width: 0 !important;min-height: 42px !important;box-sizing: border-box !important;margin: 0 !important;padding: 10px 16px !important;color: #f5f5f5 !important;background: transparent !important;border: 0 !important;border-radius: 0 !important;font-size: 12px !important;font-weight: 600 !important;line-height: 1.35 !important;text-decoration: none !important;text-transform: uppercase !important;white-space: normal !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu ul.sub-menu > li > a:hover, body .ts-site-header .ts-primary-nav ul.ts-primary-menu ul.sub-menu > li > a:focus, body .ts-site-header .ts-primary-nav ul.ts-primary-menu ul.sub-menu > li.current-menu-item > a, body .ts-site-header .ts-primary-nav ul.ts-primary-menu ul.sub-menu > li.current-menu-ancestor > a { color: #fff !important;background: #17181b !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu .menu-item-has-children > a::after { content: "" !important;display: inline-block !important;width: 6px !important;height: 6px !important;margin-left: 12px !important;margin-right: 1px !important;padding: 0 !important;background: transparent !important;border: 0 !important;border-right: 1.5px solid currentColor !important;border-bottom: 1.5px solid currentColor !important;flex: 0 0 6px !important;transform: rotate(45deg) translateY(-2px) !important;position: static !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu ul.sub-menu .menu-item-has-children > a::after { transform: rotate(-45deg) !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu ul.sub-menu a::before { display: none !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu > li:hover > ul.sub-menu, body .ts-site-header .ts-primary-nav ul.ts-primary-menu > li:focus-within > ul.sub-menu, body .ts-site-header .ts-primary-nav ul.ts-primary-menu ul.sub-menu > li:hover > ul.sub-menu, body .ts-site-header .ts-primary-nav ul.ts-primary-menu ul.sub-menu > li:focus-within > ul.sub-menu { visibility: visible !important;opacity: 1 !important;pointer-events: auto !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu > li:hover > ul.sub-menu, body .ts-site-header .ts-primary-nav ul.ts-primary-menu > li:focus-within > ul.sub-menu { transform: translate3d(0,0,0) !important;} body .ts-site-header .ts-primary-nav ul.ts-primary-menu ul.sub-menu > li:hover > ul.sub-menu, body .ts-site-header .ts-primary-nav ul.ts-primary-menu ul.sub-menu > li:focus-within > ul.sub-menu { transform: translate3d(0,0,0) !important;} @media (max-width: 900px) { body .ts-site-header .ts-primary-nav { display: none !important;} body .ts-mobile-menu ul, body .ts-mobile-menu li { list-style: none !important;margin: 0 !important;} body .ts-mobile-menu ul.sub-menu { position: static !important;display: none !important;width: auto !important;min-width: 0 !important;max-width: none !important;margin: 0 !important;padding: 0 0 0 15px !important;background: transparent !important;border: 0 !important;box-shadow: none !important;transform: none !important;visibility: hidden !important;opacity: 0 !important;height: 0 !important;overflow: hidden !important;pointer-events: none !important;} body .ts-mobile-menu li.is-submenu-open > ul.sub-menu { display: block !important;visibility: visible !important;opacity: 1 !important;height: auto !important;overflow: visible !important;pointer-events: auto !important;} }.ts-home-featured-slider{ position:relative; min-height:535px; height:535px; overflow:hidden; background:#0a0a0a; } .ts-home-featured-track{ position:relative; width:100%; height:100%; } .ts-home-featured-slider .ts-home-featured{ position:absolute; inset:0; width:100%; height:100%; min-height:0; visibility:hidden; opacity:0; pointer-events:none; transform:translateX(22px); transition:opacity .42s ease,transform .42s ease,visibility .42s ease; } .ts-home-featured-slider .ts-home-featured.is-active{ visibility:visible; opacity:1; pointer-events:auto; transform:translateX(0); } .ts-home-featured-slider .ts-home-featured-image{ z-index:0; } .ts-home-featured-slider .ts-home-featured-overlay{ z-index:1; } .ts-home-featured-slider .ts-home-featured-content{ z-index:2; } .ts-home-hero-controls{ z-index:5; } .ts-home-hero-dots{ display:flex; align-items:center; gap:10px; } .ts-home-hero-dots button{ width:22px !important; height:4px !important; min-width:22px; padding:0 !important; border:0 !important; border-radius:3px !important; background:#555 !important; cursor:pointer; transition:background .2s ease,width .2s ease; } .ts-home-hero-dots button.is-active{ background:var(--ts-red) !important; } .ts-home-hero-dots button:focus-visible, .ts-home-hero-controls > button:focus-visible{ outline:2px solid #fff; outline-offset:3px; } @media (prefers-reduced-motion: reduce){ .ts-home-featured-slider .ts-home-featured{ transition:none; } } @media(max-width:560px){ .ts-home-featured-slider{ min-height:425px; height:425px; } }.ts-page{min-height:600px} .ts-page-content{padding:58px 0 72px} .ts-page-header{margin-bottom:32px;padding-bottom:18px;border-bottom:1px solid var(--ts-border)} .ts-page-header h1{margin:0;font-size:42px;line-height:1.1} .ts-page-featured-image{margin-bottom:36px;overflow:hidden;border-radius:var(--ts-radius-md)} .ts-page-featured-image img{display:block;width:100%;height:auto} .ts-page-entry{font-size:16px;line-height:1.75} .ts-page-entry img{max-width:100%;height:auto} .ts-page-entry .alignwide{max-width:100%} .ts-page-entry .alignfull{max-width:100%;margin-left:0;margin-right:0} .ts-page-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:40px} .ts-page-links a,.ts-page-links span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:38px;padding:0 12px;border:1px solid #ddd;border-radius:4px;text-decoration:none} @media(max-width:900px){.ts-page-content{padding:42px 0 56px}.ts-page-header h1{font-size:34px}}
/* ==========================================================
   GLOBAL LIVE UPDATES OVERLAY
   ========================================================== */

body.ts-live-overlay-open{
    overflow:hidden;
}

.ts-live-updates-overlay{
    position:fixed;
    inset:0;
    z-index:999995;
    display:flex;
    align-items:flex-start;
    justify-content:flex-end;
    padding:132px max(18px, calc((100vw - 1200px) / 2 + 220px)) 30px 18px;
    visibility:hidden;
    pointer-events:none;
    opacity:0;
    transition:opacity .2s ease, visibility .2s ease;
}

.ts-live-updates-overlay.is-open{
    visibility:visible;
    pointer-events:auto;
    opacity:1;
}

.ts-live-updates-backdrop{
    position:absolute;
    inset:0;
    border:0;
    padding:0;
    background:rgba(0,0,0,.08);
    cursor:default;
}

.ts-live-updates-dialog{
    position:relative;
    z-index:2;
    width:min(350px, calc(100vw - 36px));
    max-height:min(560px, calc(100vh - 155px));
    display:flex;
    flex-direction:column;
    overflow:hidden;
    color:#fff;
    background:linear-gradient(145deg,#111416 0%,#07090a 100%);
    border:1px solid #3a3e40;
    border-radius:8px;
    box-shadow:0 18px 55px rgba(0,0,0,.38);
    transform:translateY(-8px) scale(.985);
    transition:transform .22s ease;
}

.ts-live-updates-overlay.is-open .ts-live-updates-dialog{
    transform:translateY(0) scale(1);
}

.ts-live-updates-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    padding:20px 20px 14px;
    border-bottom:1px solid rgba(255,255,255,.09);
}

.ts-live-updates-header h2{
    margin:4px 0 0;
    color:#fff;
    font-size:16px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:.1px;
}

.ts-live-updates-kicker{
    display:flex;
    align-items:center;
    gap:7px;
    color:#ed1111;
    font-size:8px;
    line-height:1;
    font-weight:900;
    letter-spacing:.7px;
}

.ts-live-updates-pulse{
    display:inline-block;
    width:7px;
    height:7px;
    border-radius:50%;
    background:#ed1111;
    box-shadow:0 0 0 0 rgba(237,17,17,.5);
    animation:ts-live-overlay-pulse 1.7s infinite;
}

.ts-live-updates-close{
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    flex:0 0 30px;
    padding:0;
    border:0;
    background:transparent;
    color:#fff;
    font-size:28px;
    font-weight:300;
    line-height:1;
    cursor:pointer;
    opacity:.9;
}

.ts-live-updates-close:hover,
.ts-live-updates-close:focus-visible{
    color:#ed1111;
    opacity:1;
    outline:none;
}

.ts-live-updates-list{
    flex:1 1 auto;
    min-height:0;
    overflow:auto;
    padding:7px 20px 4px;
    scrollbar-width:thin;
    scrollbar-color:#555 transparent;
}

.ts-live-update-item{
    display:grid;
    grid-template-columns:22px minmax(0,1fr);
    column-gap:10px;
    min-height:84px;
}

.ts-live-update-rail{
    position:relative;
    display:flex;
    justify-content:center;
}

.ts-live-update-dot{
    position:relative;
    z-index:2;
    width:8px;
    height:8px;
    margin-top:15px;
    border-radius:50%;
    background:#ed1111;
    box-shadow:0 0 0 3px rgba(237,17,17,.08);
}

.ts-live-update-item:not(.is-current) .ts-live-update-dot{
    width:7px;
    height:7px;
    margin-top:16px;
}

.ts-live-update-line{
    position:absolute;
    top:22px;
    bottom:-3px;
    left:50%;
    width:1px;
    transform:translateX(-50%);
    background:#ed1111;
}

.ts-live-update-copy{
    min-width:0;
    padding:10px 0 15px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.ts-live-update-item:last-child .ts-live-update-copy{
    border-bottom:0;
}

.ts-live-update-age{
    display:block;
    margin-bottom:6px;
    color:#ed1111;
    font-size:9px;
    line-height:1.2;
    font-weight:900;
}

.ts-live-update-title{
    display:block;
    color:#eee;
    font-size:11px;
    line-height:1.55;
    font-weight:500;
    text-decoration:none;
}

.ts-live-update-title:hover,
.ts-live-update-title:focus-visible{
    color:#fff;
    text-decoration:underline;
    text-decoration-color:#ed1111;
    text-underline-offset:3px;
}

.ts-live-updates-empty{
    display:flex;
    align-items:center;
    gap:10px;
    min-height:150px;
    color:#aaa;
    font-size:11px;
    line-height:1.5;
}

.ts-live-updates-footer{
    padding:14px 20px 18px;
    border-top:1px solid rgba(255,255,255,.09);
}

.ts-live-updates-view-all{
    min-height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:0 14px;
    border:1px solid #777;
    border-radius:4px;
    color:#fff;
    font-size:10px;
    font-weight:800;
    text-decoration:none;
    text-transform:none;
    transition:background .2s ease,border-color .2s ease,color .2s ease;
}

.ts-live-updates-view-all:hover,
.ts-live-updates-view-all:focus-visible{
    border-color:#ed1111;
    background:#ed1111;
    color:#fff;
    outline:none;
}

.ts-live-updates-view-all span{
    color:#ed1111;
    font-size:14px;
}

.ts-live-updates-view-all:hover span,
.ts-live-updates-view-all:focus-visible span{
    color:#fff;
}

@keyframes ts-live-overlay-pulse{
    0%,100%{box-shadow:0 0 0 0 rgba(237,17,17,.42)}
    50%{box-shadow:0 0 0 5px rgba(237,17,17,0)}
}

@media(max-width:1100px){
    .ts-live-updates-overlay{
        padding-right:18px;
    }
}

@media(max-width:620px){
    .ts-live-updates-overlay{
        align-items:flex-end;
        padding:18px;
    }

    .ts-live-updates-dialog{
        width:100%;
        max-height:72vh;
        border-radius:8px;
    }
}

@media(prefers-reduced-motion:reduce){
    .ts-live-updates-overlay,
    .ts-live-updates-dialog,
    .ts-live-updates-pulse{
        transition:none;
        animation:none;
    }
}


/* ==========================================================================
   WIDGET TITLE CONTRAST
   Widget titles automatically follow the surface they are rendered on.
   Global widgets use dark text on light surfaces, while the same widgets
   rendered inside the dark footer use light text for proper contrast.
   ========================================================================== */
.ts-global-sidebar .ts-global-widget-title{
    color:#111 !important;
}
.ts-site-footer .ts-global-widget-title,
.ts-site-footer .ts-footer-widget-title,
.ts-site-footer .ts-footer-grid .widget-title{
    color:#fff !important;
}
.ts-site-footer .ts-global-widget-title a,
.ts-site-footer .ts-footer-widget-title a,
.ts-site-footer .ts-footer-grid .widget-title a{
    color:inherit !important;
}

/* ==========================================================
   WIDGET TITLE SURFACE CONTRAST — FINAL
   Light surfaces: dark headings.
   Dark footer surface: white headings.
   ========================================================== */
.ts-global-sidebar .ts-global-widget-title,
.ts-global-sidebar .widget-title,
.ts-global-sidebar .widget h2,
.ts-global-sidebar .widget h3 {
    color:#111 !important;
}

footer.ts-site-footer .ts-global-widget-title,
footer.ts-site-footer .ts-footer-widget-title,
footer.ts-site-footer .ts-footer-grid .widget-title,
footer.ts-site-footer .widget-title,
footer.ts-site-footer .widget h2,
footer.ts-site-footer .widget h3,
footer.ts-site-footer .widget h4 {
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
}

footer.ts-site-footer .ts-global-widget-title a,
footer.ts-site-footer .ts-footer-widget-title a,
footer.ts-site-footer .widget-title a,
footer.ts-site-footer .widget h2 a,
footer.ts-site-footer .widget h3 a,
footer.ts-site-footer .widget h4 a {
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
}


/* HOMEPAGE NEWSLETTER — DESIGN MATCH */
.ts-home-newsletter-cta .ts-home-newsletter-copy h2{
    margin:0 0 6px !important;
    font-size:22px !important;
    line-height:1.25 !important;
    font-weight:600 !important;
    letter-spacing:0 !important;
}
.ts-home-newsletter-cta .ts-home-newsletter-copy p{
    margin:0 !important;
    font-size:15px !important;
    line-height:1.5 !important;
    font-weight:400 !important;
    color:#cfcfcf !important;
}
.ts-home-newsletter-cta .ts-home-newsletter-form .ts-newsletter-form-content h2{
    margin:0 0 10px !important;
    font-size:24px !important;
    line-height:1.25 !important;
    font-weight:700 !important;
    color:#fff !important;
}
.ts-home-newsletter-cta .ts-home-newsletter-form .ts-newsletter-disclaimer{
    display:block !important;
    margin-top:9px !important;
    font-size:13px !important;
    line-height:1.5 !important;
    font-weight:400 !important;
    color:#bdbdbd !important;
}
@media (max-width:800px){
    .ts-home-newsletter-cta .ts-home-newsletter-copy h2{
        font-size:19px !important;
    }
    .ts-home-newsletter-cta .ts-home-newsletter-copy p{
        font-size:14px !important;
    }
    .ts-home-newsletter-cta .ts-home-newsletter-form .ts-newsletter-form-content h2{
        font-size:21px !important;
    }
    .ts-home-newsletter-cta .ts-home-newsletter-form .ts-newsletter-disclaimer{
        font-size:12px !important;
    }
}

.ts-home-featured-slider .ts-home-featured-meta{font-size:14px!important;line-height:1.4!important;gap:9px!important}.ts-home-featured-slider .ts-home-featured-meta .ts-home-featured-author,.ts-home-featured-slider .ts-home-featured-meta .ts-home-featured-date,.ts-home-featured-slider .ts-home-featured-meta .ts-home-featured-read-time{font-size:14px!important;line-height:1.4!important;font-weight:400!important;color:#eee!important}.ts-home-featured-slider .ts-home-featured-meta .ts-home-featured-author{font-weight:500!important}@media(max-width:560px){.ts-home-featured-slider .ts-home-featured-meta,.ts-home-featured-slider .ts-home-featured-meta .ts-home-featured-author,.ts-home-featured-slider .ts-home-featured-meta .ts-home-featured-date,.ts-home-featured-slider .ts-home-featured-meta .ts-home-featured-read-time{font-size:12px!important}}


/* HOMEPAGE HERO — LATEST NEWS TYPOGRAPHY */
.ts-home-latest-panel .ts-home-panel-heading{
    font-size:18px !important;
    line-height:1.2 !important;
    font-weight:600 !important;
    margin-bottom:12px !important;
    padding-bottom:8px !important;
}
.ts-home-latest-panel .ts-home-latest-item .ts-category-label{
    font-size:10px !important;
    line-height:1.25 !important;
    font-weight:500 !important;
}
.ts-home-latest-panel .ts-home-latest-item h3,
.ts-home-latest-panel .ts-home-latest-item h3 a{
    font-size:14px !important;
    line-height:1.3 !important;
    font-weight:600 !important;
}
.ts-home-latest-panel .ts-home-latest-item time{
    font-size:10px !important;
    line-height:1.3 !important;
    font-weight:400 !important;
}
.ts-home-latest-panel .ts-home-latest-item{
    gap:12px !important;
    padding:14px 0 !important;
}

/*404 TRENDING TYPOGRAPHY V3*/
.ts-404-trending-card .ts-category-label{font-size:15px!important;line-height:1.35!important;font-weight:500!important;display:block!important;margin:0 0 9px!important}
.ts-404-trending-card h3,.ts-404-trending-card h3 a{font-size:21px!important;line-height:1.3!important;font-weight:700!important;margin:0 0 10px!important}
.ts-404-trending-card .ts-404-card-meta{font-size:14px!important;line-height:1.45!important;font-weight:400!important;margin:0!important;color:#666!important}
@media(max-width:767px){.ts-404-trending-card .ts-category-label{font-size:12px!important}.ts-404-trending-card h3,.ts-404-trending-card h3 a{font-size:17px!important}.ts-404-trending-card .ts-404-card-meta{font-size:11px!important}}

/* 404 TRENDING — DEDICATED CARD TYPOGRAPHY */
body.error404 .ts-404-trending .ts-404-trending-category{
    display:block !important;
    font-size:16px !important;
    line-height:1.35 !important;
    font-weight:500 !important;
    letter-spacing:0 !important;
    margin:0 0 8px !important;
}
body.error404 .ts-404-trending .ts-404-trending-title,
body.error404 .ts-404-trending .ts-404-trending-title-link{
    display:block !important;
    font-size:22px !important;
    line-height:1.3 !important;
    font-weight:700 !important;
    margin:0 0 10px !important;
}
body.error404 .ts-404-trending .ts-404-trending-meta{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    font-size:14px !important;
    line-height:1.45 !important;
    font-weight:400 !important;
    margin:0 !important;
}
@media (max-width:767px){
    body.error404 .ts-404-trending .ts-404-trending-category{font-size:13px !important}
    body.error404 .ts-404-trending .ts-404-trending-title,
    body.error404 .ts-404-trending .ts-404-trending-title-link{font-size:18px !important}
    body.error404 .ts-404-trending .ts-404-trending-meta{font-size:12px !important}
}

/* =========================================================
   404 TYPOGRAPHY — AUTHORITATIVE FINAL OVERRIDE
   Reduced balanced typography
   ========================================================= */

/* 404 > Trending Now */
body.error404 .ts-404-page .ts-404-trending-card .ts-category-label,
body.error404 .ts-404-page .ts-404-trending-card .ts-404-trending-category {
    display: inline-block !important;
    margin: 0 0 7px !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

body.error404 .ts-404-page .ts-404-trending-card h3,
body.error404 .ts-404-page .ts-404-trending-card h3 a,
body.error404 .ts-404-page .ts-404-trending-card .ts-404-trending-title,
body.error404 .ts-404-page .ts-404-trending-card .ts-404-trending-title-link {
    display: block !important;
    margin: 0 0 7px !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

body.error404 .ts-404-page .ts-404-trending-card .ts-404-card-meta,
body.error404 .ts-404-page .ts-404-trending-card .ts-404-trending-meta {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
    font-size: 10px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
}

/* 404 > Browse By Category */
body.error404 .ts-404-page .ts-404-category-section .ts-404-section-heading h2,
body.error404 .ts-404-page .ts-404-category-section .ts-404-section-heading .ts-section-title {
    margin: 0 0 10px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

body.error404 .ts-404-page .ts-404-category-grid .ts-404-category-card,
body.error404 .ts-404-page .ts-404-category-grid .ts-404-category-card > span:not(.ts-404-category-icon) {
    font-size: 12px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
}

body.error404 .ts-404-page .ts-404-category-grid .ts-404-category-icon {
    font-size: 22px !important;
    line-height: 1 !important;
}

/* Tablet */
@media (max-width: 1000px) {
    body.error404 .ts-404-page .ts-404-trending-card h3,
    body.error404 .ts-404-page .ts-404-trending-card h3 a,
    body.error404 .ts-404-page .ts-404-trending-card .ts-404-trending-title,
    body.error404 .ts-404-page .ts-404-trending-card .ts-404-trending-title-link {
        font-size: 15px !important;
    }

    body.error404 .ts-404-page .ts-404-category-grid .ts-404-category-card,
    body.error404 .ts-404-page .ts-404-category-grid .ts-404-category-card > span:not(.ts-404-category-icon) {
        font-size: 12px !important;
    }
}

/* Mobile */
@media (max-width: 700px) {
    body.error404 .ts-404-page .ts-404-trending-card .ts-category-label,
    body.error404 .ts-404-page .ts-404-trending-card .ts-404-trending-category {
        font-size: 9px !important;
    }

    body.error404 .ts-404-page .ts-404-trending-card h3,
    body.error404 .ts-404-page .ts-404-trending-card h3 a,
    body.error404 .ts-404-page .ts-404-trending-card .ts-404-trending-title,
    body.error404 .ts-404-page .ts-404-trending-card .ts-404-trending-title-link {
        font-size: 14px !important;
    }

    body.error404 .ts-404-page .ts-404-trending-card .ts-404-card-meta,
    body.error404 .ts-404-page .ts-404-trending-card .ts-404-trending-meta {
        font-size: 9px !important;
    }

    body.error404 .ts-404-page .ts-404-category-grid .ts-404-category-card,
    body.error404 .ts-404-page .ts-404-category-grid .ts-404-category-card > span:not(.ts-404-category-icon) {
        font-size: 11px !important;
    }
}

/* =========================================================
   404 HELP / CONTACT SECTION — ENHANCED FINAL OVERRIDE
   ========================================================= */
body.error404 .ts-404-page .ts-404-help {
    min-height: 145px !important;
    grid-template-columns: 105px minmax(0,1fr) auto !important;
    align-items: center !important;
    gap: 30px !important;
    margin-top: 42px !important;
    margin-bottom: 42px !important;
    padding: 30px 48px !important;
    border-radius: 10px !important;
}

body.error404 .ts-404-page .ts-404-help-icon {
    width: 72px !important;
    height: 72px !important;
    font-size: 52px !important;
}

body.error404 .ts-404-page .ts-404-help-copy h2 {
    margin: 0 0 10px !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

body.error404 .ts-404-page .ts-404-help-copy p {
    max-width: 650px !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;
}

body.error404 .ts-404-page .ts-404-contact-button {
    min-height: 50px !important;
    padding: 0 30px !important;
    gap: 10px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

/* Tablet */
@media (max-width: 1000px) {
    body.error404 .ts-404-page .ts-404-help {
        min-height: 135px !important;
        grid-template-columns: 82px minmax(0,1fr) auto !important;
        gap: 24px !important;
        padding: 28px 34px !important;
    }

    body.error404 .ts-404-page .ts-404-help-icon {
        width: 62px !important;
        height: 62px !important;
        font-size: 46px !important;
    }

    body.error404 .ts-404-page .ts-404-help-copy h2 {
        font-size: 20px !important;
    }

    body.error404 .ts-404-page .ts-404-help-copy p {
        font-size: 13px !important;
    }

    body.error404 .ts-404-page .ts-404-contact-button {
        min-height: 48px !important;
        padding: 0 26px !important;
        font-size: 12px !important;
    }
}

/* Mobile */
@media (max-width: 700px) {
    body.error404 .ts-404-page .ts-404-help {
        min-height: 0 !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        margin-top: 34px !important;
        margin-bottom: 34px !important;
        padding: 32px 24px !important;
        text-align: center !important;
    }

    body.error404 .ts-404-page .ts-404-help-icon {
        width: 64px !important;
        height: 64px !important;
        font-size: 46px !important;
        margin: 0 auto !important;
    }

    body.error404 .ts-404-page .ts-404-help-copy h2 {
        margin-bottom: 9px !important;
        font-size: 20px !important;
    }

    body.error404 .ts-404-page .ts-404-help-copy p {
        max-width: 600px !important;
        margin: 0 auto !important;
        font-size: 13px !important;
    }

    body.error404 .ts-404-page .ts-404-contact-button {
        justify-self: center !important;
        min-height: 48px !important;
        padding: 0 28px !important;
        font-size: 12px !important;
    }
}

@media (max-width:900px){body .ts-mobile-menu.ts-mobile-menu--accordion .ts-mobile-menu-list li.menu-item-has-children>ul.sub-menu[hidden]{display:none !important;visibility:hidden !important;opacity:0 !important;height:0 !important;overflow:hidden !important;pointer-events:none !important;}body .ts-mobile-menu.ts-mobile-menu--accordion{overflow:visible !important;}body .ts-mobile-menu.ts-mobile-menu--accordion .ts-mobile-menu-list li.menu-item-has-children{position:relative !important;}body .ts-mobile-menu.ts-mobile-menu--accordion .ts-mobile-menu-list li.menu-item-has-children>ul.sub-menu{display:none !important;visibility:hidden !important;opacity:0 !important;height:0 !important;overflow:hidden !important;padding:0 0 0 15px !important;margin:0 !important;}body .ts-mobile-menu.ts-mobile-menu--accordion .ts-mobile-menu-list li.menu-item-has-children.is-submenu-open>ul.sub-menu{display:block !important;visibility:visible !important;opacity:1 !important;height:auto !important;overflow:visible !important;}body .ts-mobile-menu.ts-mobile-menu--accordion .ts-mobile-menu-list li.menu-item-has-children>a{padding-left:52px !important;padding-right:0 !important;}body .ts-mobile-menu.ts-mobile-menu--accordion .ts-mobile-menu-list .ts-mobile-submenu-toggle{position:absolute !important;z-index:5 !important;top:50% !important;right:0 !important;width:42px !important;height:42px !important;margin:0 !important;padding:0 !important;transform:translateY(-50%) !important;left:0 !important;right:auto !important;display:flex !important;align-items:center !important;justify-content:center !important;border:0 !important;outline:0 !important;background:transparent !important;color:#fff !important;cursor:pointer !important;-webkit-appearance:none !important;appearance:none !important;}body .ts-mobile-menu.ts-mobile-menu--accordion .ts-mobile-menu-list .ts-mobile-submenu-toggle::before{content:"⌄" !important;display:block !important;font-size:22px !important;line-height:1 !important;font-weight:700 !important;transform:translateY(-2px) !important;transition:transform .2s ease !important;}body .ts-mobile-menu.ts-mobile-menu--accordion .ts-mobile-menu-list li.menu-item-has-children.is-submenu-open>.ts-mobile-submenu-toggle::before{transform:rotate(180deg) translateY(2px) !important;}body .ts-mobile-menu.ts-mobile-menu--accordion .ts-mobile-menu-list .ts-mobile-submenu-toggle:focus-visible{box-shadow:0 0 0 2px rgba(255,255,255,.35) !important;border-radius:4px !important;}}@media (max-width:560px){body .ts-mobile-menu.ts-mobile-menu--accordion .ts-mobile-menu-list .ts-mobile-submenu-toggle{width:38px !important;height:38px !important;}body .ts-mobile-menu.ts-mobile-menu--accordion .ts-mobile-menu-list .ts-mobile-submenu-toggle::before{font-size:20px !important;}}


/* =========================================================
   MOBILE NAVIGATION — RIGHT ARROWS + NO SUBMENU BULLETS
   ========================================================= */
@media (max-width: 900px) {
    body .ts-mobile-menu.ts-mobile-menu--accordion
    .ts-mobile-menu-list li.menu-item-has-children > ul.sub-menu {
        list-style: none !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    body .ts-mobile-menu.ts-mobile-menu--accordion
    .ts-mobile-menu-list li.menu-item-has-children > ul.sub-menu > li {
        list-style: none !important;
    }

    body .ts-mobile-menu.ts-mobile-menu--accordion
    .ts-mobile-menu-list li.menu-item-has-children > a {
        padding-left: 0 !important;
        padding-right: 52px !important;
    }

    body .ts-mobile-menu.ts-mobile-menu--accordion
    .ts-mobile-menu-list .ts-mobile-submenu-toggle {
        left: auto !important;
        right: 0 !important;
    }

    body .ts-mobile-menu.ts-mobile-menu--accordion
    .ts-mobile-menu-list li.menu-item-has-children > ul.sub-menu::before,
    body .ts-mobile-menu.ts-mobile-menu--accordion
    .ts-mobile-menu-list li.menu-item-has-children > ul.sub-menu > li::before {
        content: none !important;
        display: none !important;
    }
}
