.tehs-slider { --tehs-accent: #ee3450; --tehs-gap: clamp(10px, 1.15vw, 20px); --tehs-ink: #fff; background: transparent; color: var(--tehs-ink); overflow: visible; padding: clamp(18px, 3vw, 42px) clamp(64px, 6vw, 100px); position: relative; }
.tehs-sr-only { border: 0 !important; clip: rect(1px,1px,1px,1px) !important; clip-path: inset(50%) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; white-space: nowrap !important; width: 1px !important; }
.tehs-stage { display: grid; gap: var(--tehs-gap); grid-template-columns: minmax(0, 1.9fr) repeat(3, minmax(0, 1fr)); position: relative; }
.tehs-viewport { overflow: hidden; }
.tehs-stage > .tehs-viewport { grid-column: 1 / -1; grid-row: 1; }
.tehs-track { display: flex; touch-action: pan-y; transition: transform .62s cubic-bezier(.22,.78,.22,1); }
.tehs-slide { box-sizing: border-box; display: grid; flex: 0 0 100%; gap: var(--tehs-gap); grid-auto-rows: clamp(310px, 21vw, 380px); grid-template-columns: minmax(0, 1.9fr) repeat(3, minmax(0, 1fr)); min-width: 0; }
.tehs-today-ticker { align-items: center; align-self: start; background: linear-gradient(90deg, rgba(16,19,27,.97), rgba(27,19,39,.94)); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; box-shadow: 0 8px 24px rgba(0,0,0,.2); box-sizing: border-box; display: flex; grid-column: 2 / -1; grid-row: 1; height: 36px; min-width: 0; overflow: hidden; position: relative; z-index: 3; }
.tehs-today-label { align-items: center; align-self: stretch; background: linear-gradient(135deg, #ee3450, #bf215e); display: flex; flex: 0 0 auto; font-size: .76rem; letter-spacing: .06em; padding: 0 14px; text-transform: uppercase; }
.tehs-ticker-window { flex: 1 1 auto; min-width: 0; overflow: hidden; }
.tehs-ticker-marquee { align-items: center; display: flex; height: 34px; width: max-content; }
.tehs-ticker-group { align-items: center; display: inline-flex; flex: 0 0 auto; padding-right: 30px; white-space: nowrap; }
.tehs-ticker-group[aria-hidden="true"] { display: none; }
.tehs-ticker-item { align-items: center; display: inline-flex; font-size: .78rem; gap: 6px; letter-spacing: .01em; }
.tehs-ticker-item::after { color: var(--tehs-accent); content: "•"; margin: 0 18px; }
.tehs-ticker-group:first-child .tehs-ticker-item:last-child::after { display: none; }
.tehs-today-ticker.is-overflowing .tehs-ticker-group[aria-hidden="true"] { display: inline-flex; }
.tehs-today-ticker.is-overflowing .tehs-ticker-group:first-child .tehs-ticker-item:last-child::after { display: inline; }
.tehs-today-ticker.is-overflowing .tehs-ticker-marquee { animation: tehs-ticker-scroll var(--tehs-ticker-duration, 24s) linear infinite; }
.tehs-today-ticker:hover .tehs-ticker-marquee, .tehs-today-ticker:focus-within .tehs-ticker-marquee { animation-play-state: paused; }
.tehs-ticker-item time { color: #ff6c81; font-weight: 800; }
.tehs-ticker-item strong, .tehs-ticker-item a { color: #fff; font-weight: 700; }
.tehs-ticker-item a { text-decoration: none; }
.tehs-ticker-item a:hover, .tehs-ticker-item a:focus-visible { color: #ff8b9d; text-decoration: underline; text-underline-offset: 3px; }
.tehs-ticker-item span { color: rgba(255,255,255,.7); }
.tehs-ticker-item em { background: rgba(238,52,80,.16); border: 1px solid rgba(238,52,80,.5); border-radius: 999px; color: #ff7187; font-size: .66rem; font-style: normal; font-weight: 800; padding: 2px 7px; text-transform: uppercase; }
@keyframes tehs-ticker-scroll { to { transform: translate3d(-50%, 0, 0); } }
@media (min-width: 1200px) { .tehs-has-today .tehs-slide .tehs-card:not(:first-child) { margin-top: 46px; } }
.tehs-card { --tehs-card-accent: #d9ff23; --tehs-card-border: rgba(122, 218, 142, .52); --tehs-overlay-top: rgba(52, 147, 76, .58); --tehs-overlay-middle: rgba(24, 106, 61, .42); --tehs-overlay-bottom: rgba(0, 18, 11, .98); background: #191919; border: 1px solid var(--tehs-card-border); border-radius: 12px; color: #fff; display: block; isolation: isolate; overflow: hidden; position: relative; text-decoration: none; }
.tehs-card:nth-child(2) { --tehs-card-accent: #72c7ff; --tehs-card-border: rgba(80, 170, 229, .48); --tehs-overlay-top: rgba(45, 139, 210, .62); --tehs-overlay-middle: rgba(20, 91, 160, .46); --tehs-overlay-bottom: rgba(0, 16, 31, .98); }
.tehs-card:nth-child(3) { --tehs-card-accent: #d35cff; --tehs-card-border: rgba(156, 77, 209, .48); --tehs-overlay-top: rgba(140, 45, 211, .62); --tehs-overlay-middle: rgba(92, 24, 143, .46); --tehs-overlay-bottom: rgba(15, 3, 25, .98); }
.tehs-card:nth-child(4) { --tehs-card-accent: #ff6a25; --tehs-card-border: rgba(235, 83, 43, .48); --tehs-overlay-top: rgba(255, 77, 18, .64); --tehs-overlay-middle: rgba(162, 39, 17, .45); --tehs-overlay-bottom: rgba(34, 6, 3, .98); }
.tehs-slider.tehs-is-ready .tehs-card { opacity: 0; transform: translate3d(0, 16px, 0) scale(.988); transition: opacity .38s ease, transform .52s cubic-bezier(.22,.78,.22,1); }
.tehs-slider.tehs-is-ready .tehs-slide.tehs-is-active .tehs-card { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
.tehs-slider.tehs-is-ready .tehs-slide.tehs-is-active .tehs-card:nth-child(1) { transition-delay: .04s; }
.tehs-slider.tehs-is-ready .tehs-slide.tehs-is-active .tehs-card:nth-child(2) { transition-delay: .09s; }
.tehs-slider.tehs-is-ready .tehs-slide.tehs-is-active .tehs-card:nth-child(3) { transition-delay: .14s; }
.tehs-slider.tehs-is-ready .tehs-slide.tehs-is-active .tehs-card:nth-child(4) { transition-delay: .19s; }
.tehs-card-media, .tehs-card-media::after { inset: 0; position: absolute; }
.tehs-card-media::after { background: linear-gradient(180deg, var(--tehs-overlay-top) 0%, var(--tehs-overlay-middle) 48%, var(--tehs-overlay-bottom) 100%); content: ""; }
.tehs-card-image, .tehs-card-placeholder { display: block; height: 100%; object-fit: cover; object-position: var(--focal-x) var(--focal-y); transition: transform .45s ease; width: 100%; }
.tehs-card-placeholder { background: radial-gradient(circle at 70% 25%, #353535, #111 60%); }
.tehs-card:hover .tehs-card-image, .tehs-card:focus-visible .tehs-card-image { transform: scale(1.035); }
.tehs-card:focus-visible { outline: 3px solid var(--tehs-card-accent); outline-offset: -3px; }
.tehs-card-overlay { bottom: 0; left: 0; padding: clamp(14px, 2vw, 26px); position: absolute; right: 0; z-index: 1; }
.tehs-card-date { color: var(--tehs-card-accent); font-size: clamp(.72rem, .9vw, .92rem); font-weight: 800; letter-spacing: .04em; margin: 0 0 7px; text-shadow: 0 1px 3px rgba(0,0,0,.75); text-transform: uppercase; }
.tehs-card-title { color: #fff; font-size: clamp(1.15rem, 1.7vw, 2rem); line-height: 1.04; margin: 0; overflow-wrap: anywhere; text-transform: uppercase; }
.tehs-card:first-child .tehs-card-title { font-size: clamp(2.1rem, 3.4vw, 4.1rem); }
.tehs-card-location { color: rgba(255,255,255,.8); font-size: clamp(.72rem, .85vw, .9rem); margin: 8px 0 0; }
.tehs-controls { align-items: center; display: flex; justify-content: center; margin-top: clamp(14px, 2vw, 24px); }
.tehs-arrow { background: rgba(8,8,8,.3); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; cursor: pointer; display: grid; height: 52px; isolation: isolate; overflow: hidden; padding: 0; place-items: center; position: absolute; top: calc(50% - 26px); transition: background .2s, color .2s, border-color .2s; width: 52px; z-index: 2; }
.tehs-arrow::before { background: rgba(255,255,255,.42); border-radius: 50%; content: ""; height: 100%; left: 50%; opacity: 0; pointer-events: none; position: absolute; top: 50%; transform: translate(-50%,-50%) scale(.08); width: 100%; z-index: 0; }
.tehs-arrow.tehs-is-radial { animation: tehs-arrow-glow .6s cubic-bezier(.16,1,.3,1); }
.tehs-arrow.tehs-is-radial::before { animation: tehs-arrow-radial .6s cubic-bezier(.16,1,.3,1); }
.tehs-prev { left: clamp(4px, 1.5vw, 24px); }
.tehs-next { right: clamp(4px, 1.5vw, 24px); }
.tehs-chevron { border: solid currentColor; border-width: 0 2px 2px 0; display: block; height: 10px; position: relative; width: 10px; z-index: 1; }
.tehs-prev .tehs-chevron { transform: translateX(2px) rotate(135deg); }
.tehs-next .tehs-chevron { transform: translateX(-2px) rotate(-45deg); }
.tehs-arrow:hover, .tehs-arrow:focus-visible { background: #fff; color: #080808; }
@keyframes tehs-arrow-radial { 0% { opacity: .46; transform: translate(-50%,-50%) scale(.08); } 65% { opacity: .12; } 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.8); } }
@keyframes tehs-arrow-glow { 0% { box-shadow: 0 0 10px 3px rgba(255,255,255,.2), 0 0 16px 5px rgba(255,255,255,.14); } 50% { box-shadow: 0 0 0 16px rgba(255,255,255,.08), 0 0 38px 22px rgba(255,255,255,.16); } 100% { box-shadow: 0 0 0 34px rgba(255,255,255,0), 0 0 64px 38px rgba(255,255,255,0); } }
.tehs-dots { display: flex; gap: 9px; }
.tehs-dots button { background: rgba(128,128,128,.68); border: 0; border-radius: 999px; cursor: pointer; height: 7px; padding: 0; transition: width .2s, background .2s; width: 7px; }
.tehs-dots button[aria-current="true"] { background: var(--tehs-accent); width: 28px; }
@media (prefers-reduced-motion: reduce) { .tehs-track, .tehs-card, .tehs-card-image { transition: none !important; } .tehs-arrow.tehs-is-radial, .tehs-arrow.tehs-is-radial::before, .tehs-today-ticker.is-overflowing .tehs-ticker-marquee { animation: none; } .tehs-today-ticker.is-overflowing .tehs-ticker-group[aria-hidden="true"] { display: none; } .tehs-today-ticker.is-overflowing .tehs-ticker-window { overflow-x: auto; scrollbar-width: none; } .tehs-today-ticker.is-overflowing .tehs-ticker-window::-webkit-scrollbar { display: none; } }
@media (max-width: 1199px) {
	.tehs-stage { display: block; }
	.tehs-today-ticker { height: 38px; margin-bottom: 10px; width: 100%; }
}
@media (max-width: 1199px) and (min-width: 768px) { .tehs-slide { grid-auto-rows: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); } .tehs-card { aspect-ratio: 4 / 3; } .tehs-card:first-child .tehs-card-title { font-size: clamp(1.4rem, 2.8vw, 2.1rem); } }
@media (max-width: 767px) {
	.tehs-slider { padding: 16px 0 18px; }
	.tehs-today-ticker { border-radius: 999px; margin: 0 12px 10px; width: auto; }
	.tehs-today-label { padding: 0 11px; }
	.tehs-track { touch-action: pan-y; }
	.tehs-slide { gap: 8px; grid-auto-rows: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 12px 4px; }
	.tehs-card { aspect-ratio: 4 / 5; border-radius: 12px; }
	.tehs-card-overlay { padding: 10px; }
	.tehs-card-date { font-size: clamp(.58rem, 2.8vw, .72rem); margin-bottom: 5px; }
	.tehs-card-title, .tehs-card:first-child .tehs-card-title { font-size: clamp(.95rem, 4.8vw, 1.4rem); }
	.tehs-card-location { font-size: clamp(.62rem, 2.8vw, .76rem); margin-top: 6px; }
	.tehs-controls { margin-top: 10px; }
	.tehs-arrow { height: 38px; position: static; width: 38px; }
	.tehs-controls { gap: 14px; }
}
