/*
Theme Name: TEDxUniversityOfTartu
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: tedxut
*/

:root {
    --tedxut_color-red: #eb0028;
    --tedxut_color-red-deep: #b3001f;
    --tedxut_color-black: #070707;
    --tedxut_color-paper: #f6f2ec;
    --tedxut_color-line: rgba(255, 255, 255, 0.12);
    --tedxut_color-copy: rgba(255, 255, 255, 0.8);
    --tedxut_shadow-soft: 0 28px 64px rgba(0, 0, 0, 0.28);
}

html {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    scroll-behavior: smooth;
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

body {
    background: #030303;
    color: #ffffff;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 100vh;
}

body,
button,
input,
optgroup,
select,
textarea,
label,
small,
span,
p,
li,
dt,
dd,
blockquote,
figcaption,
caption,
th,
td {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 300;
    letter-spacing: -0.06em;
}

a {
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

img {
    height: auto;
    max-width: 100%;
}

::selection {
    background: rgba(235, 0, 40, 0.28);
    color: #ffffff;
}

.tedxut_shell {
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
}

.tedxut_site-header {
    border-bottom: 0;
}

.tedxut_site-header-home {
    left: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tedxut_header-bar {
    background: rgba(5, 5, 5, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.1rem;
    min-height: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 84rem;
    padding-left: 1.35rem;
    padding-right: 1.35rem;
}

.tedxut_site-header-home .tedxut_header-bar {
    background: linear-gradient(180deg, rgba(9, 9, 9, 0.52), rgba(9, 9, 9, 0.68));
    backdrop-filter: blur(10px);
}

.tedxut_shell::before {
    content: none;
}

.tedxut_logo-lockup {
    display: inline-block;
    line-height: 0.92;
    max-width: 11rem;
}

.tedxut_logo-image {
    display: block;
    height: auto;
    max-width: 100%;
}

.tedxut_logo-mark {
    color: var(--tedxut_color-red);
    display: block;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.08em;
    line-height: 0.8;
}

.tedxut_logo-mobile {
    display: block;
    max-width: 11rem;
}

.tedxut_logo-name {
    display: block;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.55rem;
    font-weight: 300;
    letter-spacing: -0.06em;
    line-height: 0.92;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: normal;
}

.tedxut_glass {
    backdrop-filter: blur(18px);
    background: rgba(6, 6, 6, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.tedxut_chip {
    align-items: center;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--tedxut_color-line);
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.72rem;
    gap: 0.5rem;
    letter-spacing: 0.24em;
    padding: 0.72rem 1rem;
    text-transform: uppercase;
}

.tedxut_chip-hero {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
}

.tedxut_text-red {
    color: var(--tedxut_color-red);
    font-weight: 700;
}

.tedxut_hero-stage {
    background: #030303;
    padding-top: 0;
    position: relative;
}

.tedxut_hero-inner {
    align-content: end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.32) 28%, rgba(0, 0, 0, 0.64) 58%, rgba(0, 0, 0, 0.92) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.35rem;
    display: grid;
    gap: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    max-width: 84rem;
    min-height: calc(100vh - 5rem);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
    padding-top: 11rem;
    position: relative;
    z-index: 1;
}

.tedxut_hero-media {
    border-radius: inherit;
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: -2;
}

.tedxut_hero-media::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.28) 26%, rgba(0, 0, 0, 0.54) 56%, rgba(0, 0, 0, 0.9) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.tedxut_hero-image {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.tedxut_hero-copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    text-align: center;
}

.tedxut_hero-logo {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: min(80vw, 50rem);
}

.tedxut_hero-meta {
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.tedxut_button {
    align-items: center;
    border-radius: 0.45rem;
    font-size: 0.78rem;
    font-weight: 700;
    gap: 0.5rem;
    justify-content: center;
    letter-spacing: 0.16em;
    min-height: 2.9rem;
    padding: 0.75rem 1.15rem;
    text-transform: uppercase;
}

a.tedxut_button,
button.tedxut_button,
input.tedxut_button {
    display: inline-flex;
}

.tedxut_desktop-cta {
    align-self: center;
    display: none !important;
    margin-right: 0.4rem;
}

.tedxut_button-primary {
    background: var(--tedxut_color-red);
    border: 1px solid var(--tedxut_color-red);
    color: #ffffff;
}

.tedxut_button-primary:hover,
.tedxut_button-primary:focus-visible {
    background: var(--tedxut_color-red-deep);
}

.tedxut_button-accent-hover {
    background: #eb0028;
    border-color: #eb0028;
    box-shadow:
        0 10px 24px rgba(235, 0, 40, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    isolation: isolate;
    overflow: hidden;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
    transform: translateY(0);
    transition: transform 240ms ease, box-shadow 320ms ease, border-color 240ms ease, filter 240ms ease, background-position 380ms ease, background-size 380ms ease;
}

.tedxut_button-accent-hover::before {
    background:
        radial-gradient(circle at 12% 28%, rgba(92, 238, 255, 0.95), transparent 18%),
        radial-gradient(circle at 28% 82%, rgba(255, 198, 84, 0.9), transparent 20%),
        radial-gradient(circle at 68% 18%, rgba(255, 78, 184, 0.96), transparent 22%),
        radial-gradient(circle at 88% 74%, rgba(255, 122, 46, 0.84), transparent 18%),
        radial-gradient(circle at 86% 22%, rgba(124, 196, 255, 0.8), transparent 18%);
    content: "";
    inset: -34%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translate3d(-18%, 12%, 0) rotate(-14deg) scale(0.86);
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 240ms ease, filter 240ms ease;
    z-index: 0;
}

.tedxut_button-accent-hover::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.16) 22%, rgba(255, 255, 255, 0) 58%),
        radial-gradient(circle at 50% 54%, rgba(255, 255, 255, 0.16), transparent 62%),
        linear-gradient(100deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.18) 42%, rgba(255, 255, 255, 0.38) 50%, rgba(255, 255, 255, 0.14) 58%, rgba(255, 255, 255, 0) 82%);
    border-radius: inherit;
    content: "";
    inset: 1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-140%);
    transition: opacity 220ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tedxut_button-accent-hover:hover,
.tedxut_button-accent-hover:focus-visible {
    background:
        radial-gradient(circle at 10% 22%, rgba(98, 235, 255, 0.78), transparent 18%),
        radial-gradient(circle at 22% 86%, rgba(255, 204, 92, 0.78), transparent 22%),
        radial-gradient(circle at 66% 12%, rgba(255, 88, 196, 0.82), transparent 24%),
        radial-gradient(circle at 90% 76%, rgba(255, 132, 48, 0.72), transparent 20%),
        linear-gradient(180deg, #ff3b60 0%, #eb0028 38%, #d30024 100%);
    background-size: 185% 185%, 180% 180%, 190% 190%, 180% 180%, 100% 100%;
    border-color: #eb0028;
    box-shadow:
        0 22px 48px rgba(235, 0, 40, 0.42),
        0 0 112px rgba(255, 76, 126, 0.52),
        0 0 52px rgba(86, 225, 255, 0.24),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        inset 0 16px 30px rgba(255, 255, 255, 0.12),
        inset 0 -14px 28px rgba(118, 0, 30, 0.26);
    filter: saturate(1.42) brightness(1.1);
    transform: translateY(-1px) scale(1.032);
    animation:
        tedxut_iridescent_button_shift 1.08s linear infinite alternate,
        tedxut_iridescent_button_pulse 1.18s ease-in-out infinite alternate;
}

.tedxut_button-accent-hover:hover::before,
.tedxut_button-accent-hover:focus-visible::before {
    filter: blur(6px) saturate(1.55);
    opacity: 1;
    transform: translate3d(18%, -14%, 0) rotate(20deg) scale(1.24);
    animation: tedxut_iridescent_button_orb 0.9s linear infinite alternate;
}

.tedxut_button-accent-hover:hover::after,
.tedxut_button-accent-hover:focus-visible::after {
    opacity: 1;
    transform: translateX(118%);
    animation: tedxut_iridescent_button_sheen 0.7s cubic-bezier(0.22, 1, 0.36, 1) infinite alternate;
}

.tedxut_button-accent-hover:active {
    transform: translateY(0);
}

@keyframes tedxut_iridescent_button_shift {
    0% {
        background-position: 0% 0%, 0% 100%, 100% 0%, 100% 100%, 50% 50%;
    }
    100% {
        background-position: 40% 28%, 48% 62%, 66% 24%, 58% 66%, 50% 50%;
    }
}

@keyframes tedxut_iridescent_button_orb {
    0% {
        transform: translate3d(-22%, 14%, 0) rotate(-20deg) scale(0.78);
    }
    100% {
        transform: translate3d(22%, -18%, 0) rotate(24deg) scale(1.34);
    }
}

@keyframes tedxut_iridescent_button_sheen {
    0% {
        transform: translateX(-150%) skewX(-14deg);
    }
    100% {
        transform: translateX(150%) skewX(12deg);
    }
}

@keyframes tedxut_iridescent_button_pulse {
    0% {
        box-shadow:
            0 18px 38px rgba(235, 0, 40, 0.34),
            0 0 88px rgba(255, 76, 126, 0.38),
            0 0 30px rgba(86, 225, 255, 0.16),
            0 0 0 1px rgba(255, 255, 255, 0.1) inset,
            inset 0 12px 22px rgba(255, 255, 255, 0.1),
            inset 0 -10px 20px rgba(118, 0, 30, 0.2);
    }
    100% {
        box-shadow:
            0 26px 58px rgba(235, 0, 40, 0.52),
            0 0 132px rgba(255, 76, 126, 0.6),
            0 0 60px rgba(86, 225, 255, 0.32),
            0 0 0 1px rgba(255, 255, 255, 0.12) inset,
            inset 0 20px 32px rgba(255, 255, 255, 0.16),
            inset 0 -16px 30px rgba(118, 0, 30, 0.3);
    }
}

.tedxut_button-secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.tedxut_button-secondary:hover,
.tedxut_button-secondary:focus-visible {
    background: rgba(255, 255, 255, 0.05);
}

.tedxut_button-inline {
    align-self: flex-start;
}

.tedxut_submit-button {
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.tedxut_submit-button-label,
.tedxut_submit-button-progress,
.tedxut_submit-button-check {
    position: relative;
    z-index: 1;
}

.tedxut_submit-button-label {
    transition: opacity 160ms ease, transform 220ms ease;
}

.tedxut_submit-button-progress {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 198, 212, 0.72) 20%, rgba(255, 255, 255, 0.94) 50%, rgba(255, 180, 198, 0.7) 78%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(180deg, #ff476d 0%, #ff1642 48%, #eb0028 100%);
    border-radius: 999px;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.14) inset,
        0 0 28px rgba(235, 0, 40, 0.24);
    height: 0.56rem;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scaleX(0.04);
    transform-origin: center;
    width: calc(100% - 0.9rem);
}

.tedxut_submit-button-check {
    height: 1.45rem;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.72);
    width: 1.45rem;
    z-index: 2;
}

.tedxut_submit-button-check path {
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.34));
    stroke: #ffffff;
    stroke-dasharray: 22;
    stroke-dashoffset: 22;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.8;
}

.tedxut_submit-button.is-loading {
    box-shadow:
        0 12px 28px rgba(235, 0, 40, 0.24),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.tedxut_submit-button.is-loading .tedxut_submit-button-label {
    opacity: 0;
    transform: translateY(-0.12rem) scale(0.96);
}

.tedxut_submit-button.is-loading .tedxut_submit-button-progress {
    opacity: 1;
    animation: tedxut_submit_progress 640ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.tedxut_submit-button.is-confirming .tedxut_submit-button-progress {
    animation: tedxut_submit_progress_finish 320ms ease forwards;
}

.tedxut_submit-button.is-confirming .tedxut_submit-button-check {
    opacity: 1;
    animation: tedxut_submit_check_pop 260ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.tedxut_submit-button.is-confirming .tedxut_submit-button-check path {
    animation: tedxut_submit_check_draw 220ms ease-out 80ms forwards;
}

@keyframes tedxut_submit_progress {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scaleX(0.04);
    }

    16% {
        opacity: 1;
        transform: translate(-50%, -50%) scaleX(0.16);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scaleX(1);
    }
}

@keyframes tedxut_submit_progress_finish {
    0% {
        border-radius: 999px;
        height: 0.56rem;
        opacity: 1;
        transform: translate(-50%, -50%) scaleX(1);
    }

    100% {
        border-radius: 999px;
        height: 2.8rem;
        opacity: 1;
        transform: translate(-50%, -50%) scaleX(0.18);
    }
}

@keyframes tedxut_submit_check_pop {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.62);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes tedxut_submit_check_draw {
    0% {
        stroke-dashoffset: 22;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.tedxut_field,
.tedxut_select,
.tedxut_textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    color: #ffffff;
    min-height: 3.25rem;
    padding: 0.9rem 1rem;
    width: 100%;
}

.tedxut_textarea {
    min-height: 8.5rem;
    resize: vertical;
}

.tedxut_field::placeholder,
.tedxut_textarea::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.tedxut_field:focus,
.tedxut_select:focus,
.tedxut_textarea:focus {
    border-color: rgba(235, 0, 40, 0.56);
    box-shadow: 0 0 0 4px rgba(235, 0, 40, 0.18);
    outline: none;
}

.tedxut_notice {
    border-radius: 1.25rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
}

.tedxut_notice-success {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.tedxut_notice-error {
    background: rgba(235, 0, 40, 0.12);
    border: 1px solid rgba(235, 0, 40, 0.3);
}

.tedxut_section-kicker {
    color: var(--tedxut_color-red);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.tedxut_section-title {
    font-size: clamp(2.8rem, 6vw, 5.6rem);
    font-weight: 300;
    letter-spacing: -0.075em;
    line-height: 0.9;
    text-wrap: balance;
}

.tedxut_editorial-title {
    font-size: clamp(2.15rem, 3.5vw, 3.35rem);
    font-weight: 600;
    letter-spacing: -0.055em;
    line-height: 0.92;
    text-wrap: balance;
}

.tedxut_editorial-title-sm {
    font-size: clamp(2rem, 3.1vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1;
}

.tedxut_editorial-title-lg {
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    font-weight: 600;
    letter-spacing: -0.065em;
    line-height: 0.94;
}

.tedxut_editorial-title-centered {
    margin-left: auto;
    margin-right: auto;
    max-width: 24ch;
    text-align: center;
}

.tedxut_section-copy {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.08rem;
    font-weight: 300;
    letter-spacing: -0.015em;
    line-height: 1.9;
}

.tedxut_section-copy-centered {
    margin-left: auto;
    margin-right: auto;
    max-width: 56rem;
    text-align: center;
}

.tedxut_editorial-block {
    display: grid;
    gap: 1.5rem;
}

.tedxut_editorial-intro {
    max-width: 58rem;
}

.tedxut_editorial-copy {
    max-width: 48rem;
}

.tedxut_editorial-intro-centered,
.tedxut_editorial-copy-centered,
.tedxut_editorial-block-centered {
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.tedxut_editorial-intro-centered,
.tedxut_editorial-block-centered {
    max-width: none;
    width: 100%;
}

.tedxut_editorial-intro-centered .tedxut_section-kicker,
.tedxut_editorial-block-centered .tedxut_section-kicker {
    justify-self: start;
    text-align: left;
    width: 100%;
}

.tedxut_editorial-copy-centered {
    max-width: 60rem;
}

.tedxut_section-head {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-bottom: 1.25rem;
}

.tedxut_section-head .tedxut_button {
    justify-self: end;
}

.tedxut_section-head-compact .tedxut_section-kicker {
    margin: 0;
}

.tedxut_about-point {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
    line-height: 1.9;
    padding: 1.35rem 0;
}

.tedxut_home-cta-panel {
    align-items: center;
    display: grid;
    gap: 2rem;
    justify-items: center;
    padding: 3.5rem 0;
    text-align: center;
}

.tedxut_home-cta-title {
    max-width: 20ch;
}

.tedxut_timeline-list {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tedxut_schedule-scroll {
    --tedxut_schedule-flow-energy: 0.42;
    --tedxut_schedule-flow-direction: 0;
    --tedxut_schedule-orb-cyan-x: 14%;
    --tedxut_schedule-orb-cyan-y: 28%;
    --tedxut_schedule-orb-gold-x: 24%;
    --tedxut_schedule-orb-gold-y: 78%;
    --tedxut_schedule-orb-rose-x: 66%;
    --tedxut_schedule-orb-rose-y: 20%;
    --tedxut_schedule-orb-violet-x: 78%;
    --tedxut_schedule-orb-violet-y: 70%;
    --tedxut_schedule-orb-teal-x: 50%;
    --tedxut_schedule-orb-teal-y: 50%;
    --tedxut_schedule-shadow-bottom: 1;
    --tedxut_schedule-shadow-top: 0;
    --tedxut_schedule-visible-height: clamp(33rem, 58vh, 45rem);
    --tedxut_schedule-readout-y: 50%;
    --tedxut_schedule-scroll-progress: 0;
    isolation: isolate;
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    padding-right: 1.8rem;
    position: relative;
}

.tedxut_schedule-scroll::before,
.tedxut_schedule-scroll::after {
    content: "";
    border-radius: 999px;
    filter: blur(1.15rem) saturate(1.18);
    inset-inline: 1rem 3rem;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, 0, 0);
    will-change: opacity, transform;
    z-index: 1;
}

@media (min-width: 768px) {
    .tedxut_schedule-scroll::before,
    .tedxut_schedule-scroll::after {
        display: none;
    }
}

.tedxut_schedule-scroll::before {
    background:
        radial-gradient(ellipse at var(--tedxut_schedule-orb-cyan-x) 40%, rgba(0, 218, 255, calc(var(--tedxut_schedule-flow-energy) * 0.19)), transparent 48%),
        radial-gradient(ellipse at var(--tedxut_schedule-orb-rose-x) 36%, rgba(235, 0, 40, calc(var(--tedxut_schedule-flow-energy) * 0.17)), transparent 52%),
        radial-gradient(ellipse at var(--tedxut_schedule-orb-violet-x) 42%, rgba(185, 90, 255, calc(var(--tedxut_schedule-flow-energy) * 0.145)), transparent 48%),
        radial-gradient(ellipse at var(--tedxut_schedule-orb-gold-x) 42%, rgba(255, 198, 72, calc(var(--tedxut_schedule-flow-energy) * 0.13)), transparent 46%),
        radial-gradient(ellipse at var(--tedxut_schedule-orb-teal-x) 46%, rgba(52, 255, 209, calc(var(--tedxut_schedule-flow-energy) * 0.075)), transparent 50%);
    box-shadow:
        0 1.2rem 3.4rem rgba(0, 0, 0, calc(var(--tedxut_schedule-shadow-top) * 0.24)),
        0 0.9rem 2.5rem rgba(0, 218, 255, calc(var(--tedxut_schedule-shadow-top) * 0.1)),
        0 1.2rem 3rem rgba(185, 90, 255, calc(var(--tedxut_schedule-shadow-top) * 0.085));
    height: 7.6rem;
    opacity: calc(var(--tedxut_schedule-shadow-top) * 0.9);
    top: -3.7rem;
    transition: opacity 260ms ease, box-shadow 420ms ease, filter 420ms ease, transform 420ms ease;
}

.tedxut_schedule-scroll::after {
    background:
        radial-gradient(ellipse at var(--tedxut_schedule-orb-cyan-x) 55%, rgba(0, 218, 255, calc(var(--tedxut_schedule-flow-energy) * 0.205)), transparent 46%),
        radial-gradient(circle at var(--tedxut_schedule-orb-rose-x) 54%, rgba(235, 0, 40, calc(var(--tedxut_schedule-flow-energy) * 0.205)), transparent 52%),
        radial-gradient(ellipse at var(--tedxut_schedule-orb-gold-x) 52%, rgba(255, 198, 72, calc(var(--tedxut_schedule-flow-energy) * 0.16)), transparent 48%),
        radial-gradient(ellipse at var(--tedxut_schedule-orb-violet-x) 56%, rgba(185, 90, 255, calc(var(--tedxut_schedule-flow-energy) * 0.155)), transparent 56%),
        radial-gradient(ellipse at var(--tedxut_schedule-orb-teal-x) 48%, rgba(52, 255, 209, calc(var(--tedxut_schedule-flow-energy) * 0.09)), transparent 52%);
    bottom: -4.2rem;
    box-shadow:
        0 -1.5rem 3.8rem rgba(0, 0, 0, calc(var(--tedxut_schedule-shadow-bottom) * 0.28)),
        0 -1rem 2.9rem rgba(0, 218, 255, calc(var(--tedxut_schedule-shadow-bottom) * 0.11)),
        0 -1.2rem 3.2rem rgba(255, 198, 72, calc(var(--tedxut_schedule-shadow-bottom) * 0.085));
    height: 10.8rem;
    opacity: calc(var(--tedxut_schedule-shadow-bottom) * 0.92);
    transition: opacity 260ms ease, box-shadow 420ms ease, filter 420ms ease, transform 420ms ease;
}

.tedxut_schedule-scroll.is-scroll-shadow-active::before {
    animation: tedxut_schedule_shadow_orb 1680ms cubic-bezier(0.42, 0, 0.2, 1) infinite alternate;
    box-shadow:
        0 1.8rem 4rem rgba(0, 0, 0, calc(var(--tedxut_schedule-shadow-top) * 0.22)),
        -1.5rem 0.7rem 3.2rem rgba(0, 218, 255, calc(var(--tedxut_schedule-shadow-top) * 0.19)),
        0 0.9rem 3.3rem rgba(235, 0, 40, calc(var(--tedxut_schedule-shadow-top) * 0.17)),
        1.5rem 0.9rem 3rem rgba(255, 198, 72, calc(var(--tedxut_schedule-shadow-top) * 0.13)),
        0 1.4rem 3.8rem rgba(185, 90, 255, calc(var(--tedxut_schedule-shadow-top) * 0.16)),
        1.7rem 0.2rem 2.8rem rgba(52, 255, 209, calc(var(--tedxut_schedule-shadow-top) * 0.065));
    filter: blur(1.35rem) saturate(1.32);
}

.tedxut_schedule-scroll.is-scroll-shadow-active::after {
    animation: tedxut_schedule_shadow_orb 1760ms cubic-bezier(0.42, 0, 0.2, 1) infinite alternate-reverse;
    box-shadow:
        0 -1.9rem 4.5rem rgba(0, 0, 0, calc(var(--tedxut_schedule-shadow-bottom) * 0.24)),
        -1.4rem -0.8rem 3.4rem rgba(0, 218, 255, calc(var(--tedxut_schedule-shadow-bottom) * 0.205)),
        0 -0.9rem 3.5rem rgba(235, 0, 40, calc(var(--tedxut_schedule-shadow-bottom) * 0.19)),
        1.4rem -1rem 3.2rem rgba(255, 198, 72, calc(var(--tedxut_schedule-shadow-bottom) * 0.135)),
        0 -1.6rem 4rem rgba(185, 90, 255, calc(var(--tedxut_schedule-shadow-bottom) * 0.18)),
        -1.7rem -0.2rem 3rem rgba(52, 255, 209, calc(var(--tedxut_schedule-shadow-bottom) * 0.08));
    filter: blur(1.4rem) saturate(1.32);
}

.tedxut_schedule-scroll.is-scroll-shadow-active .tedxut_schedule-viewport {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -1px 0 rgba(255, 255, 255, 0.04),
        0 2rem 5rem rgba(0, 0, 0, 0.3),
        0 0 2.2rem rgba(235, 0, 40, 0.045);
}

.tedxut_schedule-viewport {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0) 18%),
        rgba(255, 255, 255, 0.012);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 0.72rem;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.045),
        inset 0 -1px 0 rgba(255, 255, 255, 0.03),
        0 2rem 5rem rgba(0, 0, 0, 0.28);
    max-height: var(--tedxut_schedule-visible-height);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    position: relative;
    scroll-behavior: smooth;
    scrollbar-width: none;
    z-index: 2;
}

@keyframes tedxut_schedule_surface_shift {
    0% {
        background-position: 0% 0%, 0% 100%, 100% 0%, 100% 100%, 50% 50%, 100% 50%, 50% 50%, 50% 50%;
    }

    100% {
        background-position: 38% 28%, 36% 58%, 62% 26%, 48% 66%, 34% 56%, 28% 50%, 50% 50%, 50% 50%;
    }
}

@keyframes tedxut_schedule_shadow_orb {
    0% {
        transform: translate3d(calc((-0.48rem + (var(--tedxut_schedule-flow-direction) * -0.28rem))), -0.03rem, 0) scale(0.98);
    }

    100% {
        transform: translate3d(calc((0.48rem + (var(--tedxut_schedule-flow-direction) * 0.28rem))), 0.1rem, 0) scale(1.04);
    }
}

@keyframes tedxut_schedule_surface_pulse {
    0% {
        filter: saturate(1.02) brightness(1);
    }

    100% {
        filter: saturate(1.11) brightness(1.025);
    }
}

.tedxut_schedule-viewport::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.tedxut_schedule-viewport:focus-visible {
    outline: 2px solid rgba(235, 0, 40, 0.55);
    outline-offset: 0.45rem;
}

.tedxut_schedule-viewport .tedxut_timeline-list {
    border-top: 0;
}

.tedxut_schedule-viewport .tedxut_timeline-timewrap {
    align-items: flex-start;
    display: flex;
}

.tedxut_schedule-viewport .tedxut_timeline-time {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(235, 0, 40, 0.16), rgba(235, 0, 40, 0.045)),
        rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(235, 0, 40, 0.22);
    border-radius: 999px;
    box-shadow:
        0 0.55rem 1.6rem rgba(235, 0, 40, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.09);
    display: inline-flex;
    min-height: 2.1rem;
    padding: 0.4rem 0.62rem 0.38rem;
    white-space: nowrap;
}

.tedxut_schedule-rail {
    bottom: 1rem;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 1rem;
    width: 0.88rem;
    z-index: 4;
}

.tedxut_schedule-scroll:not(.is-scrollable) .tedxut_schedule-rail {
    opacity: 0;
    pointer-events: none;
}

.tedxut_schedule-rail-glow {
    background: linear-gradient(180deg, rgba(235, 0, 40, 0), rgba(235, 0, 40, 0.22), rgba(235, 0, 40, 0));
    filter: blur(0.75rem);
    inset: 10% -0.4rem;
    opacity: 0.72;
    position: absolute;
}

.tedxut_schedule-rail-track {
    background: rgba(255, 255, 255, 0.085);
    border-radius: 999px;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        inset 0 0 1.4rem rgba(0, 0, 0, 0.55);
    height: 100%;
    overflow: hidden;
    position: relative;
}

.tedxut_schedule-rail-fill {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(235, 0, 40, 0.92)),
        #eb0028;
    border-radius: 999px;
    box-shadow: 0 0 1.3rem rgba(235, 0, 40, 0.32);
    height: calc(var(--tedxut_schedule-scroll-progress) * 100%);
    left: 0;
    min-height: 1.2rem;
    opacity: 0.88;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: top;
}

.tedxut_schedule-rail-handle {
    align-items: center;
    background:
        radial-gradient(circle at 45% 20%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.08) 32%, transparent 58%),
        linear-gradient(180deg, #ff3153 0%, #eb0028 48%, #8d0018 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    box-shadow:
        0 0.8rem 2.3rem rgba(235, 0, 40, 0.32),
        0 0 0 0.32rem rgba(235, 0, 40, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.36);
    display: flex;
    justify-content: center;
    left: -0.22rem;
    min-height: 4.6rem;
    position: absolute;
    right: -0.22rem;
    top: 0;
    touch-action: none;
    transition: box-shadow 180ms ease, filter 180ms ease, width 180ms ease;
    will-change: transform;
}

.tedxut_schedule-rail-handle span {
    display: block;
    height: 2.4rem;
    position: relative;
    transform: rotate(0deg);
    transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 1rem;
}

.tedxut_schedule-scroll.is-scroll-direction-down .tedxut_schedule-rail-handle span {
    transform: rotate(180deg);
}

.tedxut_schedule-rail-handle span::before,
.tedxut_schedule-rail-handle span::after {
    background:
        radial-gradient(ellipse at 50% 17%, rgba(255, 255, 255, 0.96) 0 30%, rgba(255, 255, 255, 0.72) 31% 48%, transparent 49%),
        radial-gradient(ellipse at 50% 64%, rgba(255, 255, 255, 0.78) 0 50%, transparent 51%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.52));
    border-radius: 54% 54% 42% 42% / 36% 36% 66% 66%;
    box-shadow:
        0 0 0.18rem rgba(255, 255, 255, 0.36),
        0 0.24rem 0.62rem rgba(255, 255, 255, 0.14);
    content: "";
    display: block;
    height: 0.82rem;
    left: 50%;
    opacity: 0.82;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 0.36rem;
}

.tedxut_schedule-rail-handle span::before {
    transform: translate3d(-116%, -102%, 0) rotate(-9deg) scale(0.96);
}

.tedxut_schedule-rail-handle span::after {
    transform: translate3d(16%, -2%, 0) rotate(9deg) scale(0.96);
}

.tedxut_schedule-scroll.is-scroll-shadow-active .tedxut_schedule-rail-handle span::before,
.tedxut_schedule-scroll.is-dragging .tedxut_schedule-rail-handle span::before {
    animation: tedxut_schedule_boot_left 1260ms cubic-bezier(0.33, 0, 0.22, 1) infinite;
}

.tedxut_schedule-scroll.is-scroll-shadow-active .tedxut_schedule-rail-handle span::after,
.tedxut_schedule-scroll.is-dragging .tedxut_schedule-rail-handle span::after {
    animation: tedxut_schedule_boot_right 1260ms cubic-bezier(0.33, 0, 0.22, 1) infinite;
}

.tedxut_schedule-scroll.is-dragging .tedxut_schedule-rail-handle,
.tedxut_schedule-rail-handle:hover {
    box-shadow:
        0 1rem 2.8rem rgba(235, 0, 40, 0.45),
        0 0 0 0.4rem rgba(235, 0, 40, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.44);
    filter: saturate(1.12);
}

@keyframes tedxut_schedule_boot_left {
    0% {
        filter: drop-shadow(0 0 0.12rem rgba(255, 255, 255, 0.16));
        opacity: 0.76;
        transform: translate3d(-104%, -20%, 0) rotate(-9deg) scale(0.96);
    }

    28% {
        opacity: 0.9;
        transform: translate3d(-111%, -60%, 0) rotate(-9deg) scale(0.99);
    }

    50% {
        filter: drop-shadow(0 0 0.24rem rgba(255, 255, 255, 0.3));
        opacity: 0.98;
        transform: translate3d(-120%, -108%, 0) rotate(-9deg) scale(1.03);
    }

    74% {
        opacity: 0.88;
        transform: translate3d(-112%, -62%, 0) rotate(-9deg) scale(0.99);
    }

    100% {
        filter: drop-shadow(0 0 0.12rem rgba(255, 255, 255, 0.16));
        opacity: 0.76;
        transform: translate3d(-104%, -20%, 0) rotate(-9deg) scale(0.96);
    }
}

@keyframes tedxut_schedule_boot_right {
    0% {
        filter: drop-shadow(0 0 0.12rem rgba(255, 255, 255, 0.16));
        opacity: 0.76;
        transform: translate3d(4%, -108%, 0) rotate(9deg) scale(0.96);
    }

    28% {
        opacity: 0.88;
        transform: translate3d(10%, -66%, 0) rotate(9deg) scale(0.99);
    }

    50% {
        filter: drop-shadow(0 0 0.24rem rgba(255, 255, 255, 0.3));
        opacity: 0.98;
        transform: translate3d(18%, -22%, 0) rotate(9deg) scale(1.03);
    }

    74% {
        opacity: 0.9;
        transform: translate3d(10%, -64%, 0) rotate(9deg) scale(0.99);
    }

    100% {
        filter: drop-shadow(0 0 0.12rem rgba(255, 255, 255, 0.16));
        opacity: 0.76;
        transform: translate3d(4%, -108%, 0) rotate(9deg) scale(0.96);
    }
}

.tedxut_schedule-readout {
    background:
        linear-gradient(135deg, rgba(5, 5, 5, 0.82), rgba(17, 17, 17, 0.58)),
        radial-gradient(circle at 16% 18%, rgba(235, 0, 40, 0.24), transparent 44%);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 0.8rem;
    box-shadow:
        0 1.4rem 3.8rem rgba(0, 0, 0, 0.48),
        0 0 2.4rem rgba(235, 0, 40, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    max-width: min(22rem, calc(100% - 4.5rem));
    opacity: 0;
    overflow: hidden;
    padding: 0.72rem 0.9rem 0.82rem;
    pointer-events: none;
    position: absolute;
    right: 1.7rem;
    text-align: right;
    top: calc(1rem + var(--tedxut_schedule-readout-y));
    transform: translate3d(0.8rem, -50%, 0) scale(0.96) skewY(-1deg);
    transform-origin: right center;
    transition:
        opacity 180ms ease,
        transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
        filter 220ms ease;
    z-index: 5;
}

.tedxut_schedule-readout::before {
    background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transform: translateX(-110%);
}

.tedxut_schedule-readout::after {
    background: linear-gradient(180deg, rgba(235, 0, 40, 0.94), rgba(255, 255, 255, 0.74));
    border-radius: 999px;
    bottom: 0.85rem;
    box-shadow: 0 0 1rem rgba(235, 0, 40, 0.55);
    content: "";
    position: absolute;
    right: -1px;
    top: 0.85rem;
    width: 2px;
}

.tedxut_schedule-scroll.is-interacting .tedxut_schedule-readout,
.tedxut_schedule-scroll.is-dragging .tedxut_schedule-readout {
    filter: saturate(1.12);
    opacity: 1;
    transform: translate3d(0, -50%, 0) scale(1) skewY(0deg);
}

.tedxut_schedule-scroll.is-interacting .tedxut_schedule-readout::before,
.tedxut_schedule-scroll.is-dragging .tedxut_schedule-readout::before {
    animation: tedxut_schedule_readout_sheen 860ms cubic-bezier(0.19, 1, 0.22, 1);
}

.tedxut_schedule-readout-kicker,
.tedxut_schedule-readout-time,
.tedxut_schedule-readout-title {
    display: block;
    position: relative;
    z-index: 1;
}

.tedxut_schedule-readout-kicker {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    line-height: 1;
    text-transform: uppercase;
}

.tedxut_schedule-readout-time {
    color: var(--tedxut_color-red);
    font-size: clamp(1.05rem, 2vw, 1.45rem);
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.1;
    margin-top: 0.32rem;
    text-shadow:
        0 0 0.9rem rgba(235, 0, 40, 0.55),
        0 0.18rem 0.8rem rgba(0, 0, 0, 0.62);
}

.tedxut_schedule-readout-title {
    color: #ffffff;
    font-size: clamp(0.76rem, 1.35vw, 0.94rem);
    font-weight: 700;
    line-height: 1.18;
    margin-top: 0.28rem;
    text-shadow:
        0 0.55rem 1.2rem rgba(0, 0, 0, 0.72),
        0 0 1.1rem rgba(255, 255, 255, 0.1);
}

.tedxut_schedule-scroll.is-text-swapping .tedxut_schedule-readout-time {
    animation: tedxut_schedule_readout_time 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.tedxut_schedule-scroll.is-text-swapping .tedxut_schedule-readout-title {
    animation: tedxut_schedule_readout_title 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.tedxut_schedule-scroll:not(.is-scrollable) .tedxut_schedule-readout {
    display: none;
}

.tedxut_schedule-viewport .tedxut_timeline-item {
    opacity: 1;
    transform: none;
}

@keyframes tedxut_schedule_readout_sheen {
    0% {
        opacity: 0;
        transform: translateX(-110%);
    }

    24% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(110%);
    }
}

@keyframes tedxut_schedule_readout_time {
    0% {
        opacity: 0;
        transform: translate3d(0.7rem, 0.12rem, 0) scale(0.92);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes tedxut_schedule_readout_title {
    0% {
        filter: blur(0.18rem);
        opacity: 0;
        transform: translate3d(0.4rem, 0.22rem, 0);
    }

    100% {
        filter: blur(0);
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .tedxut_schedule-viewport,
    .tedxut_schedule-viewport .tedxut_timeline-list,
    .tedxut_schedule-viewport .tedxut_timeline-item,
    .tedxut_schedule-rail-handle,
    .tedxut_schedule-rail-handle span,
    .tedxut_schedule-rail-handle span::before,
    .tedxut_schedule-rail-handle span::after,
    .tedxut_schedule-scroll::before,
    .tedxut_schedule-scroll::after,
    .tedxut_schedule-readout,
    .tedxut_schedule-readout::before,
    .tedxut_schedule-readout-time,
    .tedxut_schedule-readout-title {
        animation: none;
        scroll-behavior: auto;
        transition: none;
    }
}

@media (max-width: 767px) {
    .tedxut_schedule-scroll {
        --tedxut_schedule-visible-height: min(34rem, 64vh);
        padding-right: 1.35rem;
    }

    .tedxut_schedule-scroll::before,
    .tedxut_schedule-scroll::after {
        inset-inline: 0 1.35rem;
    }

    .tedxut_schedule-scroll::before,
    .tedxut_schedule-scroll::after {
        transition: opacity 180ms ease, box-shadow 240ms ease, filter 240ms ease, transform 240ms ease;
    }

    .tedxut_schedule-scroll.is-scroll-shadow-active::before {
        animation-duration: 980ms;
    }

    .tedxut_schedule-scroll.is-scroll-shadow-active::after {
        animation-duration: 1060ms;
    }

    .tedxut_schedule-scroll.is-scroll-shadow-active .tedxut_schedule-viewport {
        animation:
            tedxut_schedule_surface_shift 1040ms cubic-bezier(0.42, 0, 0.2, 1) infinite alternate,
            tedxut_schedule_surface_pulse 1.38s ease-in-out infinite alternate;
    }

    .tedxut_schedule-viewport {
        border-left: 1px solid rgba(255, 255, 255, 0.06);
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .tedxut_schedule-viewport .tedxut_timeline-item {
        gap: 0.85rem;
        grid-template-columns: 1fr;
        padding: 1.35rem 0;
    }

    .tedxut_schedule-viewport .tedxut_timeline-timewrap {
        padding-top: 0.08rem;
    }

    .tedxut_schedule-viewport .tedxut_timeline-time {
        max-width: 100%;
        font-size: 0.72rem;
        letter-spacing: 0.16em;
        min-height: 2rem;
        padding: 0.38rem 0.54rem 0.36rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tedxut_schedule-scroll.is-scroll-shadow-active::before {
        box-shadow:
            0 1.8rem 4rem rgba(0, 0, 0, calc(var(--tedxut_schedule-shadow-top) * 0.22)),
            -2rem 0.85rem 3.9rem rgba(0, 218, 255, calc(var(--tedxut_schedule-shadow-top) * 0.24)),
            0 0.95rem 4rem rgba(235, 0, 40, calc(var(--tedxut_schedule-shadow-top) * 0.22)),
            2rem 0.95rem 3.7rem rgba(255, 198, 72, calc(var(--tedxut_schedule-shadow-top) * 0.18)),
            0 1.5rem 4.4rem rgba(185, 90, 255, calc(var(--tedxut_schedule-shadow-top) * 0.21)),
            2rem 0.28rem 3.7rem rgba(52, 255, 209, calc(var(--tedxut_schedule-shadow-top) * 0.14));
    }

    .tedxut_schedule-scroll.is-scroll-shadow-active::after {
        box-shadow:
            0 -1.9rem 4.5rem rgba(0, 0, 0, calc(var(--tedxut_schedule-shadow-bottom) * 0.24)),
            -1.9rem -0.95rem 4.1rem rgba(0, 218, 255, calc(var(--tedxut_schedule-shadow-bottom) * 0.26)),
            0 -0.95rem 4.2rem rgba(235, 0, 40, calc(var(--tedxut_schedule-shadow-bottom) * 0.24)),
            1.9rem -1rem 3.9rem rgba(255, 198, 72, calc(var(--tedxut_schedule-shadow-bottom) * 0.19)),
            0 -1.65rem 4.6rem rgba(185, 90, 255, calc(var(--tedxut_schedule-shadow-bottom) * 0.23)),
            -2rem -0.28rem 3.9rem rgba(52, 255, 209, calc(var(--tedxut_schedule-shadow-bottom) * 0.15));
    }

    .tedxut_schedule-rail {
        bottom: 0.7rem;
        top: 0.7rem;
        width: 0.74rem;
    }

    .tedxut_schedule-rail-handle {
        left: -0.18rem;
        min-height: 4.2rem;
        right: -0.18rem;
    }

    .tedxut_schedule-rail-handle span {
        height: 2.12rem;
        width: 0.62rem;
    }

    .tedxut_schedule-rail-handle span::before,
    .tedxut_schedule-rail-handle span::after {
        height: 0.7rem;
        width: 0.28rem;
    }

    .tedxut_schedule-rail-handle span::before {
        transform: translate3d(-92%, -96%, 0) rotate(-8deg) scale(0.94);
    }

    .tedxut_schedule-rail-handle span::after {
        transform: translate3d(-2%, -8%, 0) rotate(8deg) scale(0.94);
    }

    @keyframes tedxut_schedule_boot_left {
        0% {
            filter: drop-shadow(0 0 0.1rem rgba(255, 255, 255, 0.15));
            opacity: 0.76;
            transform: translate3d(-84%, -18%, 0) rotate(-8deg) scale(0.94);
        }

        28% {
            opacity: 0.9;
            transform: translate3d(-90%, -56%, 0) rotate(-8deg) scale(0.98);
        }

        50% {
            filter: drop-shadow(0 0 0.22rem rgba(255, 255, 255, 0.28));
            opacity: 0.98;
            transform: translate3d(-96%, -96%, 0) rotate(-8deg) scale(1.02);
        }

        74% {
            opacity: 0.88;
            transform: translate3d(-90%, -58%, 0) rotate(-8deg) scale(0.98);
        }

        100% {
            filter: drop-shadow(0 0 0.1rem rgba(255, 255, 255, 0.15));
            opacity: 0.76;
            transform: translate3d(-84%, -18%, 0) rotate(-8deg) scale(0.94);
        }
    }

    @keyframes tedxut_schedule_boot_right {
        0% {
            filter: drop-shadow(0 0 0.1rem rgba(255, 255, 255, 0.15));
            opacity: 0.76;
            transform: translate3d(-6%, -96%, 0) rotate(8deg) scale(0.94);
        }

        28% {
            opacity: 0.88;
            transform: translate3d(-2%, -58%, 0) rotate(8deg) scale(0.98);
        }

        50% {
            filter: drop-shadow(0 0 0.22rem rgba(255, 255, 255, 0.28));
            opacity: 0.98;
            transform: translate3d(2%, -18%, 0) rotate(8deg) scale(1.02);
        }

        74% {
            opacity: 0.9;
            transform: translate3d(-2%, -56%, 0) rotate(8deg) scale(0.98);
        }

        100% {
            filter: drop-shadow(0 0 0.1rem rgba(255, 255, 255, 0.15));
            opacity: 0.76;
            transform: translate3d(-6%, -96%, 0) rotate(8deg) scale(0.94);
        }
    }

    .tedxut_schedule-readout {
        max-width: min(14.5rem, calc(100% - 3rem));
        padding: 0.64rem 0.72rem 0.7rem;
        right: 1.2rem;
    }

    .tedxut_schedule-readout-title {
        font-size: 0.72rem;
        line-height: 1.15;
    }
}

.tedxut_timeline-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    gap: 0.85rem;
    padding: 1.35rem 0;
}

.tedxut_timeline-time {
    color: var(--tedxut_color-red);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.tedxut_timeline-copy h3 {
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1;
}

.tedxut_partners-callout {
    padding: 1.5rem 0;
}

.tedxut_partner-logo-card {
    overflow: hidden;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 220ms ease,
        transform 220ms ease;
}

.tedxut_partner-logo-card img {
    transition: filter 220ms ease, opacity 220ms ease;
    transform-origin: center;
}

.tedxut_partner-logo-card:hover,
.tedxut_partner-logo-card:focus-within {
    background-color: rgba(255, 255, 255, 0.055);
    border-color: rgba(235, 0, 40, 0.32);
    box-shadow:
        0 18px 52px rgba(0, 0, 0, 0.32),
        0 0 34px rgba(235, 0, 40, 0.16);
    transform: translateY(-2px);
}

.tedxut_partner-logo-card:hover img,
.tedxut_partner-logo-card:focus-within img {
    animation: tedxut_partner_logo_shake 520ms cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.16));
    opacity: 1;
}

@keyframes tedxut_partner_logo_shake {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    14% {
        transform: translate3d(-3px, 0, 0) rotate(-1deg);
    }
    28% {
        transform: translate3d(3px, 0, 0) rotate(1deg);
    }
    42% {
        transform: translate3d(-2px, 0, 0) rotate(-0.7deg);
    }
    56% {
        transform: translate3d(2px, 0, 0) rotate(0.7deg);
    }
    70% {
        transform: translate3d(-1px, 0, 0) rotate(-0.35deg);
    }
    84% {
        transform: translate3d(1px, 0, 0) rotate(0.35deg);
    }
}

.tedxut_location-layout {
    align-items: start;
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.tedxut_location-titlewrap {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    display: inline-flex;
    margin-top: 1.5rem;
    padding: 1.1rem 2rem;
}

.tedxut_location-copy {
    margin-top: 6rem;
}

.tedxut_location-pill {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    display: inline-flex;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 2rem;
    padding: 1rem 1.35rem;
}

.tedxut_location-mapcard {
    justify-self: end;
    max-width: 45rem;
    width: 100%;
}

.tedxut_location-mapwrap {
    aspect-ratio: 1 / 1;
    background: #0b0b0b;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.tedxut_location-map {
    display: block;
    height: 100%;
    width: 100%;
}

.tedxut_hero-pills {
    justify-content: center;
}

.tedxut_tedx-panel {
    padding: 1.75rem 0;
}

.tedxut_tedx-panel-centered {
    justify-items: center;
    text-align: center;
}

.tedxut_tedx-labelwrap {
    justify-self: stretch;
    text-align: left;
    width: 100%;
}

.tedxut_tedx-title {
    max-width: 30ch;
}

.tedxut_timeline-list-spaced,
.tedxut_interest-formwrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
}

.tedxut_footer-main {
    align-items: start;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 0.9fr);
    padding-bottom: 2.5rem;
    padding-top: 2.75rem;
}

.tedxut_footer-brand,
.tedxut_footer-column {
    text-align: left;
}

.tedxut_footer-logo {
    max-width: 14rem;
}

.tedxut_footer-label {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    margin: 0;
    text-transform: uppercase;
}

.tedxut_footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-top: 1rem;
}

.tedxut_footer-link {
    color: rgba(255, 255, 255, 0.78);
    display: inline-block;
    font-size: 0.95rem;
    line-height: 1.35;
    padding-bottom: 0.12rem;
    position: relative;
    transition: color 220ms ease;
    width: fit-content;
}

.tedxut_footer-link:hover,
.tedxut_footer-link:focus-visible {
    color: #ffffff;
}

.tedxut_footer-link span {
    position: relative;
    z-index: 1;
}

.tedxut_footer-link-graphic {
    height: 0.72rem;
    left: 0;
    overflow: visible;
    pointer-events: none;
    position: absolute;
    top: calc(100% - 0.24rem);
    width: 100%;
}

.tedxut_footer-link-graphic path {
    fill: none;
    opacity: 0;
    stroke: #eb0028;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    stroke-linecap: round;
    stroke-width: 2.2;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 140ms ease;
}

.tedxut_footer-link:hover .tedxut_footer-link-graphic path,
.tedxut_footer-link:focus-visible .tedxut_footer-link-graphic path {
    opacity: 1;
    stroke-dashoffset: 0;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
}

.tedxut_speaker-card {
    min-height: 22rem;
    overflow: hidden;
    position: relative;
}

.tedxut_speaker-card::after {
    background: linear-gradient(180deg, transparent 26%, rgba(5, 5, 5, 0.96) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.tedxut_speaker-image {
    filter: grayscale(1) contrast(1.08) brightness(0.92);
    transition: filter 220ms ease, transform 220ms ease;
}

.tedxut_speaker-card-home {
    min-height: 0;
}

.tedxut_speaker-card-home::after {
    display: none;
}

.tedxut_speaker-card-shell {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
    padding: 1.5rem;
}

.tedxut_speaker-content-home {
    margin-top: 0;
    padding: 0;
}

.tedxut_speaker-media-home {
    border-radius: 1.6rem;
    height: clamp(18rem, 28vw, 21rem);
    overflow: hidden;
    position: relative;
}

.tedxut_speaker-image-home {
    display: block;
    object-position: center 12%;
    transform: scale(1.04);
}

.tedxut_speaker-card-home:hover .tedxut_speaker-image-home,
.tedxut_speaker-card-home:focus-within .tedxut_speaker-image-home {
    filter: grayscale(1) contrast(1.1) brightness(0.96);
    transform: scale(1.07);
}

.tedxut_speaker-card-standard .tedxut_speaker-media-home {
    aspect-ratio: auto;
}

.tedxut_speaker-bio-button {
    align-items: center;
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 700;
    gap: 0.45rem;
    letter-spacing: 0.02em;
    line-height: 1;
    min-height: 2.65rem;
    padding: 0.75rem 1.05rem;
    position: relative;
    text-decoration: none;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 220ms ease,
        color 180ms ease,
        transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
    width: fit-content;
}

.tedxut_speaker-bio-button::after {
    content: "↗";
    font-size: 0.78rem;
    line-height: 1;
    transform: translateY(-0.02rem);
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tedxut_speaker-bio-button:hover,
.tedxut_speaker-bio-button:focus-visible {
    background: #eb0028;
    border-color: #eb0028;
    box-shadow:
        0 10px 28px rgba(235, 0, 40, 0.24),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    color: #ffffff;
    transform: translateY(-1px);
}

.tedxut_speaker-bio-button:hover::after,
.tedxut_speaker-bio-button:focus-visible::after {
    transform: translate(0.12rem, -0.12rem);
}

.tedxut_speaker-content {
    margin-top: auto;
    position: relative;
    z-index: 1;
}

.tedxut_speaker-archive-card {
    color: inherit;
    display: block;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.04) inset,
        0 0 0 rgba(235, 0, 40, 0);
    transform: translateY(0) scale(1);
    transition:
        transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 260ms ease,
        border-color 220ms ease,
        background-color 220ms ease;
}

.tedxut_speaker-archive-card:hover,
.tedxut_speaker-archive-card:focus-within {
    box-shadow:
        0 26px 56px rgba(0, 0, 0, 0.42),
        0 0 56px rgba(235, 0, 40, 0.24),
        0 0 18px rgba(235, 0, 40, 0.2),
        0 0 0 1px rgba(235, 0, 40, 0.26) inset;
    transform: translateY(-0.35rem) scale(1.018);
    text-decoration: none;
}

.tedxut_speaker-archive-media {
    transition: box-shadow 240ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tedxut_speaker-archive-image {
    transition: filter 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tedxut_speaker-archive-card:hover .tedxut_speaker-archive-media,
.tedxut_speaker-archive-card:focus-within .tedxut_speaker-archive-media {
    box-shadow:
        0 12px 36px rgba(0, 0, 0, 0.3),
        0 0 34px rgba(235, 0, 40, 0.16);
}

.tedxut_speaker-archive-card:hover .tedxut_speaker-archive-image,
.tedxut_speaker-archive-card:focus-within .tedxut_speaker-archive-image {
    filter: grayscale(1) contrast(1.12) brightness(0.98);
    transform: scale(1.028);
}

.tedxut_speaker-single-frame {
    border-radius: 2.1rem;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.16),
        0 0 52px rgba(255, 255, 255, 0.12),
        0 34px 84px rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 0;
}

.tedxut_speaker-backlink {
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    box-shadow: 0 0 0 rgba(235, 0, 40, 0);
    display: inline-flex;
    min-height: 2.75rem;
    padding: 0.55rem 1rem;
    text-decoration: none;
    transition:
        transform 180ms ease,
        box-shadow 220ms ease,
        border-color 180ms ease,
        background-color 180ms ease,
        color 180ms ease;
}

.tedxut_speaker-backlink:hover,
.tedxut_speaker-backlink:focus-visible {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(235, 0, 40, 0.38);
    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.26),
        0 0 22px rgba(235, 0, 40, 0.16);
    color: #ffffff;
    transform: translateY(-1px);
}

.tedxut_speaker-backlink:focus-visible {
    outline: none;
}

.tedxut_speaker-single-stage {
    display: grid;
    gap: 2rem;
}

.tedxut_speaker-single-media {
    aspect-ratio: 1 / 1.02;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 1.8rem;
    height: clamp(24rem, 34vw, 31rem);
    max-width: 36rem;
    overflow: hidden;
    width: min(36rem, 100%);
}

.tedxut_speaker-single-image {
    border-radius: inherit;
    display: block;
    height: 100%;
    object-position: center 10%;
}

.tedxut_speaker-single-mediawrap {
    max-width: 100%;
    width: max-content;
}

.tedxut_speaker-single-copy {
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    max-width: none;
    width: 100%;
}

.tedxut_speaker-single-title {
    line-height: 0.94;
    margin: 0;
}

.tedxut_speaker-single-role,
.tedxut_speaker-single-talk,
.tedxut_speaker-single-time,
.tedxut_speaker-single-teaser {
    margin: 0;
}

.tedxut_speaker-single-teaser {
    margin-top: 1.2rem;
}

.tedxut_speaker-single-prose {
    margin-top: 1.35rem;
    max-width: none;
    width: 100%;
}

.tedxut_team-grid {
    display: grid;
    gap: 1.5rem;
}

.tedxut_team-card {
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.24),
        0 0 0 1px rgba(255, 255, 255, 0.04);
}

.tedxut_team-photowrap {
    aspect-ratio: 4 / 5;
    border-radius: 1.8rem;
    overflow: hidden;
}

.tedxut_team-photo {
    display: block;
    filter: saturate(0.92) contrast(1.02);
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    width: 100%;
}

@media (max-width: 1023px) {
    .tedxut_team-grid {
        gap: 1.15rem;
    }

    .tedxut_team-photowrap {
        aspect-ratio: 1 / 1.08;
    }

    .tedxut_speaker-single-stage {
        gap: 1.15rem;
    }

    .tedxut_speaker-single-frame {
        width: 100%;
    }

    .tedxut_speaker-single-media {
        aspect-ratio: 1 / 1;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: min(26rem, 100%);
        width: 100%;
    }

    .tedxut_speaker-single-mediawrap {
        display: flex;
        justify-content: center;
        order: 2;
        width: 100%;
    }

    .tedxut_speaker-single-copy {
        align-self: stretch;
        gap: 0.7rem;
        max-width: none;
        order: 1;
        width: 100%;
    }

    .tedxut_speaker-single-title {
        font-size: clamp(2.5rem, 10.5vw, 3.65rem);
        line-height: 0.98;
    }

    .tedxut_speaker-single-role {
        font-size: 1.05rem;
        line-height: 1.35;
    }

    .tedxut_speaker-single-talk {
        letter-spacing: 0.16em;
        line-height: 1.45;
    }

    .tedxut_speaker-single-teaser {
        font-size: 1rem;
        line-height: 1.7;
        margin-top: 0.35rem;
    }

    .tedxut_speaker-single-prose {
        font-size: 0.98rem;
        line-height: 1.8;
        margin-top: 0.7rem;
    }

    .tedxut_speaker-single-prose,
    .tedxut_speaker-single-prose p {
        overflow-wrap: anywhere;
    }
}

@media (min-width: 1024px) {
    .tedxut_speaker-single-stage {
        align-items: start;
        gap: 0.85rem;
        grid-template-columns: max-content minmax(0, 1fr);
    }

    .tedxut_speaker-single-mediawrap {
        justify-self: start;
    }

    .tedxut_speaker-single-copy {
        min-width: 0;
        padding-left: 0;
    }

    .tedxut_team-grid {
        gap: 1.75rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 640px) and (max-width: 1023px) {
    .tedxut_team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.home .tedxut_site-header-home .tedxut_shell,
.home .tedxut_hero-stage > .tedxut_shell {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.home .tedxut_site-header-home .tedxut_header-bar {
    padding-left: clamp(1.5rem, 2.8vw, 2.75rem);
    padding-right: clamp(1.6rem, 3.2vw, 3rem);
}

.home .tedxut_header-bar,
.home .tedxut_hero-inner {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    max-width: none;
}

.home .tedxut_hero-inner {
    border: 0;
    margin-top: 0;
}

.tedxut_speaker-placeholder {
    align-items: center;
    background:
        radial-gradient(circle at top left, rgba(235, 0, 40, 0.44), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    display: flex;
    inset: 0;
    justify-content: center;
    position: absolute;
}

.tedxut_prose {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    line-height: 1.8;
}

.tedxut_prose > * + * {
    margin-top: 1.2rem;
}

.tedxut_prose h2,
.tedxut_prose h3,
.tedxut_prose h4 {
    color: #ffffff;
    margin-top: 2rem;
}

.tedxut_prose a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: rgba(235, 0, 40, 0.68);
    text-decoration-thickness: 2px;
}

.tedxut_prose img {
    border-radius: 1.5rem;
}

.tedxut_mobile-nav {
    backdrop-filter: blur(18px);
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.045), transparent 34%),
        linear-gradient(180deg, rgba(8, 8, 8, 0.98), rgba(8, 8, 8, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 0 1.4rem 1.4rem;
    margin: 0.35rem auto 0;
    max-height: 0;
    max-width: 76rem;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-0.8rem) scaleY(0.985);
    transform-origin: top center;
    transition:
        max-height 760ms cubic-bezier(0.7, 0, 0.3, 1),
        opacity 420ms ease,
        transform 700ms cubic-bezier(0.7, 0, 0.3, 1),
        visibility 0ms linear 760ms;
    visibility: hidden;
}

.tedxut_mobile-nav.is-open {
    max-height: 34rem;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scaleY(1);
    transition:
        max-height 720ms cubic-bezier(0.16, 1, 0.3, 1),
        opacity 340ms ease,
        transform 680ms cubic-bezier(0.16, 1, 0.3, 1),
        visibility 0ms linear 0ms;
    visibility: visible;
}

.tedxut_mobile-nav-panel {
    box-sizing: border-box;
    gap: 1.05rem;
    margin: 0;
    max-width: none;
    padding: clamp(1.65rem, 4vw, 2.2rem) clamp(2.25rem, 6vw, 3.25rem) clamp(1.85rem, 5vw, 2.4rem);
    width: 100%;
}

.tedxut_mobile-nav-panel > a,
.tedxut_mobile-nav-panel > .tedxut_mobile-cta {
    align-self: stretch;
    display: block;
    line-height: 1.25;
    opacity: 0;
    text-align: left;
    transform: translateY(-0.85rem);
    transition:
        opacity 300ms ease,
        transform 480ms cubic-bezier(0.7, 0, 0.3, 1),
        color 180ms ease;
}

.tedxut_mobile-nav-panel > a:nth-child(1) {
    transition-delay: 0ms;
}

.tedxut_mobile-nav-panel > a:nth-child(2) {
    transition-delay: 35ms;
}

.tedxut_mobile-nav-panel > a:nth-child(3) {
    transition-delay: 70ms;
}

.tedxut_mobile-nav-panel > a:nth-child(4) {
    transition-delay: 105ms;
}

.tedxut_mobile-nav-panel > a:nth-child(5) {
    transition-delay: 140ms;
}

.tedxut_mobile-nav-panel > a:nth-child(6) {
    transition-delay: 175ms;
}

.tedxut_mobile-nav-panel > a:nth-child(7) {
    transition-delay: 210ms;
}

.tedxut_mobile-nav-panel > .tedxut_mobile-cta {
    transition-delay: 245ms;
}

.tedxut_mobile-nav.is-open .tedxut_mobile-nav-panel > a,
.tedxut_mobile-nav.is-open .tedxut_mobile-nav-panel > .tedxut_mobile-cta {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 360ms, 620ms, 180ms;
    transition-timing-function: ease, cubic-bezier(0.16, 1, 0.3, 1), ease;
}

.tedxut_nav-toggle {
    background: rgba(255, 255, 255, 0.02);
    transition:
        background-color 240ms ease,
        border-color 240ms ease,
        box-shadow 280ms ease,
        transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.tedxut_nav-toggle:hover,
.tedxut_nav-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.36);
    box-shadow: 0 0 24px rgba(255, 255, 255, 0.08);
}

.tedxut_nav-toggle:active {
    transform: scale(0.94);
}

.tedxut_nav-toggle[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.42);
}

.tedxut_nav-toggle-lines {
    display: inline-flex;
    flex-direction: column;
    gap: 0.3rem;
    transition: transform 340ms cubic-bezier(0.16, 1, 0.3, 1);
}

.tedxut_nav-toggle[aria-expanded="true"] .tedxut_nav-toggle-lines {
    transform: rotate(90deg);
}

.tedxut_nav-toggle-lines span {
    background: currentColor;
    border-radius: 999px;
    display: block;
    height: 1.5px;
    transform-origin: center;
    transition:
        opacity 220ms ease,
        transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
        width 260ms ease;
    width: 1.2rem;
}

.tedxut_nav-toggle[aria-expanded="true"] .tedxut_nav-toggle-lines span:nth-child(1) {
    transform: translateY(0.42rem) rotate(45deg);
    width: 1.35rem;
}

.tedxut_nav-toggle[aria-expanded="true"] .tedxut_nav-toggle-lines span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0.2);
}

.tedxut_nav-toggle[aria-expanded="true"] .tedxut_nav-toggle-lines span:nth-child(3) {
    transform: translateY(-0.42rem) rotate(-45deg);
    width: 1.35rem;
}

.tedxut_mobile-cta {
    align-self: stretch;
    padding-top: 0.35rem;
}

.tedxut_hero-title {
    overflow-wrap: anywhere;
    word-break: break-word;
}

#about,
#speakers,
#schedule,
#partners,
#what-is-tedx,
#interest {
    background: #050505;
}

.tedxut_signal {
    animation: tedxut_float 5s ease-in-out infinite;
}

.tedxut_signal-ring {
    border: 1px solid rgba(235, 0, 40, 0.22);
    border-radius: 999px;
    inset: 0;
    position: absolute;
}

.tedxut_signal-ring:nth-child(2) {
    inset: 1rem;
}

.tedxut_signal-ring:nth-child(3) {
    inset: 2rem;
}

@keyframes tedxut_float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (min-width: 768px) {
    .tedxut_shell {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .tedxut_about-point {
        padding: 1.5rem 1.4rem 1.5rem 0;
    }

    .tedxut_about-point + .tedxut_about-point {
        border-left: 1px solid rgba(255, 255, 255, 0.08);
        border-top: 0;
        padding-left: 1.4rem;
    }

    .tedxut_timeline-item {
        gap: 1.2rem;
        grid-template-columns: 9rem minmax(0, 1fr);
    }

    .tedxut_speaker-card {
        min-height: 20rem;
    }

    .tedxut_speaker-media-home {
        height: 21rem;
    }
}

@media (min-width: 1280px) {
    .tedxut_desktop-cta {
        display: inline-flex !important;
    }
}

@media (max-width: 1279px) {
    .tedxut_header-bar {
        max-width: 68rem;
    }

    .tedxut_hero-inner {
        max-width: 68rem;
    }
}

@media (max-width: 1023px) {
    .tedxut_site-header {
        padding-top: 0.7rem;
    }

    .tedxut_header-bar {
        border-radius: 1rem;
        min-height: 4.1rem;
        max-width: 100%;
    }

    .tedxut_hero-inner {
        border-radius: 1rem;
        max-width: 100%;
        min-height: auto;
        padding-bottom: 2rem;
        padding-top: 9rem;
    }

    .tedxut_hero-media {
        background: #050505;
    }

    .tedxut_hero-image {
        object-fit: contain;
        object-position: center top;
    }

    .tedxut_hero-meta {
        grid-template-columns: 1fr;
    }

    .tedxut_mobile-nav {
        max-width: calc(100% - 3rem);
    }

    .tedxut_mobile-nav .tedxut_mobile-nav-panel {
        padding: 1.8rem clamp(2.5rem, 6vw, 3.4rem) 2rem;
    }

    .tedxut_location-layout {
        grid-template-columns: 1fr;
    }

    .tedxut_location-copy {
        margin-top: 2rem;
    }

    .tedxut_location-mapcard {
        justify-self: stretch;
        max-width: none;
    }

    .tedxut_home-cta-panel {
        padding: 3rem 0;
    }

    .tedxut_section-head {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .tedxut_section-head .tedxut_button {
        justify-self: start;
    }

    .tedxut_editorial-block {
        gap: 2rem;
    }

    .tedxut_editorial-intro,
    .tedxut_editorial-copy {
        max-width: none;
    }

    .tedxut_footer-main {
        gap: 2rem;
        grid-template-columns: 1fr;
        padding-bottom: 2.25rem;
        padding-top: 2.5rem;
    }
}

@media (max-width: 639px) {
    .tedxut_shell {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .tedxut_logo-mobile {
        max-width: 8rem;
    }

    .tedxut_chip {
        font-size: 0.65rem;
        letter-spacing: 0.18em;
        padding: 0.7rem 0.9rem;
    }

    .tedxut_section-title {
        font-size: 2.5rem;
        line-height: 0.92;
    }

    .tedxut_section-copy {
        font-size: 1rem;
        line-height: 1.8;
    }

    .tedxut_hero-inner {
        gap: 1.5rem;
        min-height: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1.5rem;
        padding-top: 8.5rem;
    }

    .tedxut_hero-logo {
        max-width: min(92vw, 18rem);
    }

    .tedxut_button {
        width: 100%;
    }

    .tedxut_mobile-nav .tedxut_button,
    .tedxut_mobile-nav .tedxut_mobile-cta {
        width: auto;
    }

    .tedxut_glass {
        backdrop-filter: blur(18px);
    }

    .tedxut_mobile-nav {
        max-width: calc(100% - 2.25rem);
    }

    .tedxut_mobile-nav .tedxut_mobile-nav-panel {
        padding-left: clamp(2.35rem, 8vw, 3rem);
        padding-right: clamp(2.35rem, 8vw, 3rem);
    }

    .tedxut_editorial-title {
        font-size: 2.6rem;
        line-height: 0.95;
    }

    .tedxut_editorial-title-sm {
        font-size: 2rem;
        line-height: 1.02;
    }

    .tedxut_editorial-title-lg {
        font-size: 2.7rem;
        line-height: 0.96;
    }

    .tedxut_location-titlewrap {
        border-radius: 1.3rem;
        padding: 1rem 1.25rem;
    }

    .tedxut_location-pill {
        font-size: 0.98rem;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .tedxut_schedule-viewport {
        padding-left: clamp(2rem, 6vw, 2.55rem);
        padding-right: clamp(1.15rem, 4vw, 1.65rem);
    }

    .tedxut_schedule-viewport .tedxut_timeline-item {
        gap: 0.85rem;
        grid-template-columns: minmax(0, 1fr);
        opacity: 1;
        padding-left: 0;
        padding-right: 0;
        transform: none;
        transition: none;
    }

    .tedxut_schedule-viewport .tedxut_timeline-timewrap {
        justify-content: flex-start;
        min-width: 0;
        padding-left: 0.75rem;
    }

    .tedxut_schedule-viewport .tedxut_timeline-time {
        justify-content: center;
        max-width: min(100%, 18rem);
        min-width: 5.4rem;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
    }
}
