.hora-calendar{--hora-ppm:1.33;--hora-grid-height:0px;--hora-grid-gap:30px;--hora-panel-gap:8px;--hora-panel-body-gap:0;--hora-panel-header-height:40px;--hora-panel-header-spacing:8px;--hora-vertical-gap:2px;--hora-gutter-width:64px;--hora-section-width:220px;--hora-card-radius:6px;--hora-card-padding:8px 10px;--hora-card-bg:#fff;--hora-card-border:1px solid #e5e7eb;--hora-card-shadow:0 1px 2px rgba(15,17,21,.04);--hora-border-soft:#eef0f3;--hora-text:inherit;--hora-text-muted:#6b7280;--hora-accent:#ffea00;--hora-pulse-rgb:255,234,0;--hora-pulse-alpha-start:0.7;--hora-pulse-alpha-mid:0.45;--hora-pulse-alpha-glow:0.5;--hora-row-line:rgba(15,17,21,.06);--hora-row-thickness:1px;--hora-tick-label-offset:15px;--hora-calendar-arrow-bg:rgba(0,0,0,.9);--hora-calendar-arrow-fg:#fff;color:var(--hora-text);contain:layout;font-family:inherit;font-size:14px;line-height:1.35;position:relative;width:100%}.hora-calendar,.hora-calendar *,.hora-calendar :after,.hora-calendar :before{box-sizing:border-box}.hora-calendar--empty{color:var(--hora-text-muted);padding:24px;text-align:center}.hora-calendar__agenda-empty{border:1px dashed var(--hora-border-soft);border-radius:var(--hora-card-radius);color:var(--hora-text-muted);padding:32px 16px;text-align:center}.hora-calendar__tabs{border-bottom:1px solid var(--hora-border-soft);display:flex;flex-wrap:nowrap;gap:4px;margin-bottom:12px;overflow-x:auto;padding:0 0 12px}.hora-calendar__tab{align-items:flex-start;appearance:none;background:transparent;border:1px solid transparent;border-radius:8px 8px 0 0;color:var(--hora-text-muted);cursor:pointer;display:inline-flex;flex-direction:column;font:inherit;font-weight:600;gap:2px;padding:8px 14px;transition:background-color .12s ease,color .12s ease;white-space:nowrap}.hora-calendar__tab:focus-visible,.hora-calendar__tab:hover{background:rgba(15,17,21,.04);color:var(--hora-text);outline:none}.hora-calendar__tab:focus-visible{box-shadow:0 0 0 3px rgba(255,234,0,.35)}.hora-calendar__tab[aria-selected=true]{background:rgba(255,234,0,.18);border-color:rgba(15,17,21,.08);color:var(--hora-text)}.hora-calendar__tab-date{color:var(--hora-text-muted);font-size:11px;font-weight:500}.hora-calendar__agenda[hidden]{display:none}.hora-calendar__grid{background-color:#fff;background-image:linear-gradient(to bottom,var(--hora-row-line) var(--hora-row-thickness),transparent var(--hora-row-thickness));background-position:var(--hora-grid-left-padding,0) calc(var(--hora-panel-header-height) + var(--hora-panel-header-spacing) + var(--hora-grid-top-padding, 0px));background-repeat:repeat-y;background-size:100% var(--hora-block-height);border:1px solid var(--hora-border-soft);border-radius:var(--hora-card-radius);column-gap:var(--hora-grid-gap);display:grid;grid-template-columns:var(--hora-gutter-width) minmax(0,1fr);overflow-x:auto;overflow-y:hidden;position:relative;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.hora-calendar__time-gutter{background:#fff;border-right:1px solid var(--hora-border-soft);left:0;position:sticky;z-index:2}.hora-calendar__gutter-spacer{background:#fff;height:calc(var(--hora-panel-header-height) + var(--hora-panel-header-spacing));position:sticky;top:0;z-index:3}.hora-calendar__time-rows{position:relative;z-index:5}.hora-calendar__time-row{border-top:1px solid var(--hora-row-line);height:0;left:0;padding-left:8px;position:absolute;right:0}.hora-calendar__time-label{background:#fff;color:var(--hora-text-muted);font-size:11px;font-variant-numeric:tabular-nums;left:8px;padding:0 4px;position:absolute;top:var(--hora-tick-label-offset)}.hora-calendar__panels{align-items:stretch;column-gap:var(--hora-panel-gap);display:flex;flex-wrap:nowrap}.hora-calendar__panel{display:flex;flex:0 0 auto;flex-direction:column;row-gap:var(--hora-panel-header-spacing);width:calc(var(--hora-panel-lanes, 1)*var(--hora-section-width) + max(0, var(--hora-panel-lanes, 1) - 1)*var(--hora-panel-body-gap))}.hora-calendar__panel--multi-lane{--hora-panel-body-gap:4px}.hora-calendar__panel-header{background:#fff;display:flex;flex-direction:column;height:var(--hora-panel-header-height);justify-content:center;padding:8px 12px;position:sticky;top:0;z-index:1}.hora-calendar__panel-title{color:var(--hora-text);font-size:13px;font-weight:700;line-height:1.2;margin:0}.hora-calendar__panel-description{color:var(--hora-text-muted);font-size:11px;margin:2px 0 0}.hora-calendar__panel-body{flex:1 1 auto;position:relative}.hora-calendar__section{background:var(--hora-card-bg);border:var(--hora-card-border);border-radius:var(--hora-card-radius);box-shadow:var(--hora-card-shadow);color:var(--hora-text);cursor:pointer;display:flex;flex-direction:column;gap:4px;height:max(0px,calc(var(--hora-s-height, 40px) - var(--hora-vertical-gap)));left:calc(var(--hora-s-lane, 0)*(var(--hora-section-width) + var(--hora-panel-body-gap)));min-height:0;overflow:hidden;padding:var(--hora-card-padding);position:absolute;text-align:left;top:var(--hora-s-top,0);transition:top var(--hora-section-shift-duration,.48s) cubic-bezier(.4,0,.2,1),height var(--hora-section-shift-duration,.48s) cubic-bezier(.4,0,.2,1),box-shadow .12s ease,transform .12s ease;width:var(--hora-section-width)}.hora-calendar__section:before{content:"";inset:0;min-height:44px;min-width:44px;pointer-events:auto;position:absolute}.hora-calendar__section-header{flex-wrap:wrap;justify-content:space-between}.hora-calendar__section-header,.hora-calendar__section-time-wrap{align-items:center;display:flex;gap:6px}.hora-calendar__section-time{color:var(--hora-text-muted);font-size:11px;font-variant-numeric:tabular-nums;font-weight:600}.hora-calendar__section-ics{align-items:center;border:.5px solid var(--hora-text-muted);border-radius:999px;color:var(--hora-text-muted);display:inline-flex;height:18px;justify-content:center;position:relative;text-decoration:none;transition:background-color .15s ease,color .15s ease,border-color .15s ease;width:18px;z-index:1}.hora-calendar__section-ics:hover{background-color:var(--hora-text-muted);border-color:var(--hora-text-muted);color:#fff}.hora-calendar__section-ics:focus-visible{outline:2px solid var(--hora-accent);outline-offset:2px}.hora-calendar__section-arrow{align-items:center;background-color:var(--hora-calendar-arrow-bg);border-radius:999px;color:var(--hora-calendar-arrow-fg);display:inline-flex;flex:0 0 auto;height:24px;justify-content:center;pointer-events:none;transform:rotate(0deg);transition:transform .15s ease;width:24px}.hora-calendar__section:hover .hora-calendar__section-arrow{transform:rotate(45deg)}.hora-calendar__section-type{background:rgba(15,17,21,.08);border-radius:999px;color:var(--hora-text);display:inline-block;font-size:10px;font-weight:700;letter-spacing:.03em;line-height:1;padding:2px 6px;text-transform:uppercase}.hora-calendar__section-title{display:-webkit-box;font-size:13px;font-weight:600;-webkit-line-clamp:3;line-clamp:3;line-height:1.25;margin:0;-webkit-box-orient:vertical;overflow:hidden}.hora-calendar__section--short .hora-calendar__section-footer,.hora-calendar__section--short .hora-calendar__section-type-wrapper{display:none}.hora-calendar__section--tiny .hora-calendar__section-title{-webkit-line-clamp:1;line-clamp:1}.hora-calendar__section--tiny .hora-calendar__section-categories,.hora-calendar__section--tiny .hora-calendar__section-location{display:none}.hora-calendar__section-categories{display:flex;flex-wrap:wrap;gap:4px}.hora-calendar__section-category{background:var(--hora-category-color,rgba(15,17,21,.06));border-radius:999px;color:var(--hora-category-text-color,inherit);display:inline-block;font-size:10px;line-height:1.4;padding:1px 6px;white-space:nowrap}.hora-calendar__section-speakers{display:flex;flex-direction:column;gap:4px;margin-top:auto}.hora-calendar__speaker-group{align-items:center;column-gap:6px;display:flex;flex-wrap:wrap;row-gap:4px}.hora-calendar__speaker-group-label{color:var(--hora-text-muted);flex-shrink:0;font-size:11px;font-weight:700}.hora-calendar__speaker{align-items:center;display:inline-flex;gap:4px;white-space:nowrap}.hora-calendar__speaker-avatar{align-items:center;background:var(--hora-border-soft);border:1px solid #fff;border-radius:50%;color:var(--hora-text-muted);display:inline-flex;flex-shrink:0;font-size:9px;font-weight:700;height:18px;justify-content:center;overflow:hidden;width:18px}.hora-calendar__speaker-avatar img{display:block;height:100%;object-fit:cover;width:100%}.hora-calendar__speaker-name{color:var(--hora-text);font-size:11px;line-height:1.2}.hora-calendar__section-children{display:flex;flex-direction:column;gap:16px;list-style:none;margin:8px 0 0;padding:0;position:relative;z-index:1}.hora-calendar__subsection{background:var(--hora-subsection-bg,transparent);cursor:pointer;display:flex;flex-direction:column;gap:8px;outline:none;padding:12px 8px 8px;transition:background .15s ease}.hora-calendar__subsection:hover{background:var(--hora-subsection-hover-bg,rgba(15,17,21,.04))}.hora-calendar__subsection:focus-visible{outline:2px solid var(--hora-accent);outline-offset:1px}.hora-calendar__subsection-header{display:flex;flex-direction:column;gap:4px}.hora-calendar__subsection-meta{align-items:center;display:flex;gap:8px;justify-content:space-between}.hora-calendar__subsection-time{font-size:.75rem;font-variant-numeric:tabular-nums;font-weight:400;white-space:nowrap}.hora-calendar__subsection-type{font-size:.75rem;font-weight:400}.hora-calendar__subsection-title{font-size:1.125rem;font-weight:600;line-height:1.4;margin:0}.hora-calendar__subsection-speakers{display:flex;flex-wrap:wrap;gap:4px 8px}.hora-calendar__subsection-speaker{align-items:center;display:inline-flex;gap:4px}.hora-calendar__subsection-speaker-avatar{display:inline-block;flex-shrink:0;height:18px;width:18px}.hora-calendar__subsection-speaker-avatar img{display:block;height:100%;width:100%}.hora-calendar__subsection-speaker-name{font-size:1rem;font-weight:500;line-height:1.4}.hora-calendar__section--short .hora-calendar__section-children,.hora-calendar__section--tiny .hora-calendar__section-children{display:none}.hora-calendar__section[style*="--hora-s-height"]{min-height:0}@media (min-width:640px){.hora-calendar{--hora-section-width:260px;--hora-gutter-width:56px}}@media (min-width:1024px){.hora-calendar{--hora-section-width:340px}}@media (prefers-reduced-motion:reduce){.hora-calendar__section,.hora-calendar__tab{transition:none}.hora-calendar__section:focus-visible,.hora-calendar__section:hover{transform:none}}@keyframes hora-calendar-section-pulse{0%{box-shadow:0 0 0 0 rgba(var(--hora-pulse-rgb),var(--hora-pulse-alpha-start))}40%{box-shadow:0 0 0 6px rgba(var(--hora-pulse-rgb),var(--hora-pulse-alpha-mid)),0 0 20px rgba(var(--hora-pulse-rgb),var(--hora-pulse-alpha-glow))}to{box-shadow:0 0 0 0 rgba(var(--hora-pulse-rgb),0)}}.hora-calendar__section--pulse{animation:hora-calendar-section-pulse 2s ease-out 1;z-index:10}@media (prefers-reduced-motion:reduce){.hora-calendar__section--pulse{animation:none;box-shadow:0 0 0 3px var(--hora-accent,#ffea00)}}.hora-calendar__grid{--hora-now-line-color:var(--hora-accent,#ffea00);--hora-now-line-thickness:2px;--hora-section-shift-duration:480ms}.hora-now-line{height:var(--hora-now-line-thickness);left:0;pointer-events:none;right:0;top:var(--hora-now-top,0);transition:top .6s cubic-bezier(.4,0,.2,1);z-index:8}.hora-now-line,.hora-now-line:before{background:var(--hora-now-line-color);position:absolute}.hora-now-line:before{border-radius:9999px;content:"";height:8px;left:-4px;top:50%;transform:translateY(-50%);width:8px}@media (prefers-reduced-motion:reduce){.hora-now-line{transition:none}}.hora-calendar__section.is-expired{filter:saturate(.7);opacity:.55;transition:opacity .4s ease,filter .4s ease}.hora-calendar__section.is-current{box-shadow:0 0 0 2px var(--hora-accent,#ffea00),0 0 12px rgb(var(--hora-pulse-rgb,255,234,0)/.35);transition:box-shadow .4s ease}@media (prefers-reduced-motion:reduce){.hora-calendar__section.is-current,.hora-calendar__section.is-expired{transition:none}}