.hercules-timetable{--hercules-tt-accent:#f2552c;position:relative;padding:96px 0;background:linear-gradient(180deg,#0e1116 0%,#151a22 100%);color:#fff;overflow:hidden}.hercules-timetable:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 10%,rgba(242,85,44,.16),transparent 34%),radial-gradient(circle at 90% 80%,rgba(75,120,255,.12),transparent 30%);pointer-events:none}.hercules-timetable__container{position:relative;z-index:1;width:min(1420px,calc(100% - 40px));margin:0 auto}.hercules-timetable__header{max-width:760px;margin:0 auto 42px;text-align:center}.hercules-timetable__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--hercules-tt-accent);font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hercules-timetable__eyebrow:before{content:"";width:28px;height:2px;background:currentColor}.hercules-timetable__title{margin:0;color:#fff;font-size:clamp(34px,5vw,58px);line-height:1.08;letter-spacing:-.03em}.hercules-timetable__subtitle{max-width:680px;margin:18px auto 0;color:rgba(255,255,255,.68);font-size:17px;line-height:1.7}.hercules-timetable__filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:0 0 30px}.hercules-timetable__filter{appearance:none;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:11px 18px;background:rgba(255,255,255,.05);color:#fff;font:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:.25s ease}.hercules-timetable__filter:hover,.hercules-timetable__filter:focus-visible{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.1);outline:none}.hercules-timetable__filter.is-active{border-color:var(--hercules-tt-accent);background:var(--hercules-tt-accent);color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.24)}.hercules-timetable__scroll{overflow-x:auto;padding:0 0 14px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.28) transparent}.hercules-timetable__grid{display:grid;grid-template-columns:repeat(var(--hercules-tt-columns),minmax(220px,1fr));gap:14px;min-width:max(100%,1120px)}.hercules-timetable__day{min-width:0;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.035);overflow:hidden;transition:.25s ease}.hercules-timetable__day[hidden]{display:none}.hercules-timetable__day-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 18px 16px;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04)}.hercules-timetable__day-heading span{font-size:17px;font-weight:800}.hercules-timetable__day-heading small{color:rgba(255,255,255,.5);font-size:12px}.hercules-timetable__sessions{display:grid;gap:12px;padding:12px}.hercules-timetable__session{position:relative;min-height:220px;padding:18px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:0 18px 36px rgba(0,0,0,.15);overflow:hidden;transition:transform .25s ease,border-color .25s ease,background .25s ease}.hercules-timetable__session:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--hercules-tt-accent)}.hercules-timetable__session:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--hercules-tt-accent) 55%,transparent);background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045))}.hercules-timetable__time{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px;color:var(--hercules-tt-accent);font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.hercules-timetable__time span{color:rgba(255,255,255,.45);font-weight:600}.hercules-timetable__session-title{margin:0 0 10px;color:#fff;font-size:20px;line-height:1.25}.hercules-timetable__description{margin:0 0 16px;color:rgba(255,255,255,.63);font-size:13px;line-height:1.6}.hercules-timetable__meta{display:grid;gap:8px;margin:0}.hercules-timetable__meta div{display:flex;justify-content:space-between;gap:12px;padding-top:8px;border-top:1px solid rgba(255,255,255,.07)}.hercules-timetable__meta dt{color:rgba(255,255,255,.43);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.hercules-timetable__meta dd{margin:0;color:rgba(255,255,255,.82);font-size:12px;text-align:right}.hercules-timetable__book{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:#fff;font-size:13px;font-weight:800;text-decoration:none}.hercules-timetable__book span{color:var(--hercules-tt-accent);transition:transform .2s ease}.hercules-timetable__book:hover span{transform:translateX(4px)}.hercules-timetable__empty{margin:0;padding:22px 12px;color:rgba(255,255,255,.45);font-size:13px;text-align:center}.hercules-timetable.is-filtered .hercules-timetable__grid{min-width:0;grid-template-columns:minmax(280px,520px);justify-content:center}.hercules-timetable.is-filtered .hercules-timetable__day:not([hidden]){width:100%}@media(max-width:991px){.hercules-timetable{padding:76px 0}.hercules-timetable__container{width:min(100% - 28px,1420px)}.hercules-timetable__grid{grid-template-columns:repeat(var(--hercules-tt-columns),minmax(260px,1fr))}.hercules-timetable__filters{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px}.hercules-timetable__filter{white-space:nowrap}}@media(max-width:767px){.hercules-timetable{padding:64px 0}.hercules-timetable__header{text-align:left;margin-bottom:30px}.hercules-timetable__title{font-size:38px}.hercules-timetable__subtitle{font-size:15px}.hercules-timetable__eyebrow{justify-content:flex-start}.hercules-timetable__grid{display:block;min-width:0}.hercules-timetable__day{margin-bottom:14px}.hercules-timetable__day[hidden]{display:none}.hercules-timetable__session{min-height:0}.hercules-timetable__scroll{overflow:visible}.hercules-timetable.is-filtered .hercules-timetable__grid{display:block}}@media(prefers-reduced-motion:reduce){.hercules-timetable *{scroll-behavior:auto!important;transition:none!important}}