/*
 * Programme — At a Glance v2
 * Entire congress/week displayed as one synchronized table.
 * Styles use the existing programme theme variables and intentionally muted tints.
 */
.atg-page{max-width:none}
.atg-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:14px}
.atg-page-header>div:first-child{min-width:0}
.atg-page-header h1{margin-bottom:4px}
.atg-page-header p{margin:0;color:#667382}
.atg-total-count{display:flex;align-items:baseline;gap:7px;padding:9px 13px;border:1px solid color-mix(in srgb,var(--conference-primary) 22%,#dfe5eb);border-radius:999px;background:color-mix(in srgb,var(--conference-primary) 5%,#fff);white-space:nowrap;color:var(--conference-primary-dark)}
.atg-total-count strong{font-size:20px;line-height:1}.atg-total-count span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}

.atg-summary-wrap{margin:0 0 16px;padding:10px 12px;border:1px solid #e0e6ec;border-radius:8px;background:#fbfcfd}
.atg-summary-title{margin-bottom:7px;color:#596978;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.atg-type-summary{display:flex;gap:7px;flex-wrap:wrap}
.atg-type-chip{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:4px 9px;border:1px solid #e0e6ec;border-radius:999px;background:#fff;color:#435161;font-size:11px;line-height:1.1}
.atg-type-chip-dot{width:7px;height:7px;border-radius:999px;background:var(--conference-primary);opacity:.45;flex:0 0 auto}
.atg-type-chip-label{font-weight:750}.atg-type-chip-count{display:inline-flex;align-items:center;justify-content:center;min-width:21px;height:18px;padding:0 5px;border-radius:999px;background:#eef2f6;color:var(--conference-primary-dark);font-size:10px}
.atg-type-chip.atg-tone-primary,.atg-type-chip.atg-tone-primary-soft{border-color:color-mix(in srgb,var(--conference-primary) 24%,#dfe5eb);background:color-mix(in srgb,var(--conference-primary) 4%,#fff)}
.atg-type-chip.atg-tone-accent,.atg-type-chip.atg-tone-accent-soft{border-color:color-mix(in srgb,var(--conference-accent) 26%,#dfe5eb);background:color-mix(in srgb,var(--conference-accent) 4%,#fff)}
.atg-type-chip.atg-tone-accent .atg-type-chip-dot,.atg-type-chip.atg-tone-accent-soft .atg-type-chip-dot{background:var(--conference-accent);opacity:.7}
.atg-type-chip.atg-tone-separator .atg-type-chip-dot{background:#8b97a4}

.atg-week-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;border:1px solid #d9e1e8;border-radius:8px;background:#fff;-webkit-overflow-scrolling:touch;box-shadow:0 4px 16px rgba(35,51,68,.04)}
.atg-week-table{width:100%;min-width:1180px;border-collapse:separate;border-spacing:0;table-layout:fixed;background:#fff}
.atg-week-table th,.atg-week-table td{box-sizing:border-box;padding:0}
.atg-week-time-head{width:58px;min-width:58px;position:sticky;left:0;z-index:35;background:#f7f9fb;border-right:1px solid #d9e1e8;border-bottom:1px solid #d9e1e8;color:#788594;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;text-align:center;vertical-align:bottom;padding:0 4px 9px!important}
.atg-week-day-head{height:72px;border-right:1px solid #d9e1e8;border-bottom:1px solid #d9e1e8;background:linear-gradient(180deg,color-mix(in srgb,var(--conference-primary) 8%,#fff),#fff);text-align:center;padding:8px 8px 7px!important;vertical-align:middle}
.atg-week-day-head:last-child{border-right:0}
.atg-week-day-number{display:block;color:var(--conference-primary);font-size:13px;font-weight:900;line-height:1.05}
.atg-week-day-date{display:block;margin-top:4px;color:var(--conference-primary-dark);font-size:12px;font-weight:800;line-height:1.15}
.atg-week-day-count{display:block;margin-top:3px;color:#7a8794;font-size:8.5px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}

.atg-week-time-cell{width:58px;min-width:58px;position:sticky;left:0;z-index:26;background:#fbfcfd;border-right:1px solid #d9e1e8;vertical-align:top}
.atg-time-axis{position:relative;background-color:#fbfcfd;background-image:repeating-linear-gradient(to bottom,transparent 0,transparent calc(var(--atg-half-hour) - 1px),#edf1f4 calc(var(--atg-half-hour) - 1px),#edf1f4 var(--atg-half-hour))}
.atg-time-label{position:absolute;right:7px;transform:translateY(-50%);color:#71808f;font-size:9px;font-variant-numeric:tabular-nums;line-height:1;white-space:nowrap;font-weight:650}
.atg-week-day-cell{position:relative;border-right:1px solid #d9e1e8;vertical-align:top;background:#fff}
.atg-week-day-cell:last-child{border-right:0}
.atg-day-timeline{position:relative;background-color:#fff;background-image:repeating-linear-gradient(to bottom,transparent 0,transparent calc(var(--atg-half-hour) - 1px),#edf1f4 calc(var(--atg-half-hour) - 1px),#edf1f4 var(--atg-half-hour));overflow:hidden}

.atg-event{position:absolute;z-index:5;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;padding:5px 6px;border:1px solid #dbe2e9;border-left:3px solid color-mix(in srgb,var(--conference-primary) 55%,#bac5d0);border-radius:4px;background:#fff;color:#2f3c49;text-decoration:none!important;box-shadow:0 1px 2px rgba(38,53,69,.035);transition:box-shadow .12s ease,border-color .12s ease,transform .12s ease}
.atg-event:hover,.atg-event:focus{z-index:15;border-color:color-mix(in srgb,var(--conference-primary) 55%,#cbd4dc);box-shadow:0 5px 14px rgba(35,51,68,.11);color:#233241;transform:translateY(-1px);outline:none}
.atg-event-type{display:block;max-width:100%;margin-bottom:2px;color:#788594;font-size:7.5px;font-weight:850;line-height:1.05;text-transform:uppercase;letter-spacing:.035em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.atg-event-title{display:-webkit-box;max-width:100%;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#283747;font-size:10px;font-weight:850;line-height:1.14}
.atg-event-count{display:inline-flex;margin-top:3px;padding:1px 5px;border-radius:999px;background:rgba(255,255,255,.75);border:1px solid rgba(91,108,126,.15);color:var(--conference-primary-dark);font-size:8px;font-weight:850;line-height:1.2}
.atg-event-grouped .atg-event-type{display:none}.atg-event-grouped .atg-event-title{font-size:10.5px}
.atg-event-subtitle{display:-webkit-box;max-width:100%;margin-top:2px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#667585;font-size:8px;font-style:italic;line-height:1.13}
.atg-event-time{display:block;margin-top:auto;padding-top:2px;color:#677686;font-size:8px;font-weight:750;line-height:1;white-space:nowrap}

/* Muted tone system derived from the existing programme theme. */
.atg-event.atg-tone-primary{background:color-mix(in srgb,var(--conference-primary) 9%,#fff);border-color:color-mix(in srgb,var(--conference-primary) 27%,#dfe5eb);border-left-color:var(--conference-primary)}
.atg-event.atg-tone-primary-soft{background:color-mix(in srgb,var(--conference-primary) 5%,#fff);border-color:color-mix(in srgb,var(--conference-primary) 21%,#dfe5eb);border-left-color:color-mix(in srgb,var(--conference-primary) 66%,#aeb9c5)}
.atg-event.atg-tone-accent{background:color-mix(in srgb,var(--conference-accent) 8%,#fff);border-color:color-mix(in srgb,var(--conference-accent) 27%,#dfe5eb);border-left-color:var(--conference-accent)}
.atg-event.atg-tone-accent-soft{background:color-mix(in srgb,var(--conference-accent) 5%,#fff);border-color:color-mix(in srgb,var(--conference-accent) 20%,#dfe5eb);border-left-color:color-mix(in srgb,var(--conference-accent) 68%,#aeb9c5)}
.atg-event.atg-tone-neutral{background:#fbfcfd;border-color:#dce3ea;border-left-color:color-mix(in srgb,var(--conference-primary) 35%,#b7c2cc)}
.atg-event.atg-tone-neutral-strong{background:#f7f9fb;border-color:#d5dde5;border-left-color:color-mix(in srgb,var(--conference-primary-dark) 52%,#aeb9c5)}
.atg-event.atg-tone-separator{z-index:12;justify-content:center;align-items:center;text-align:center;padding:2px 5px;background:#f0f3f6;border:1px solid #d6dde4;border-left:1px solid #d6dde4;border-radius:2px;box-shadow:none}
.atg-event.atg-tone-separator .atg-event-type,.atg-event.atg-tone-separator .atg-event-subtitle{display:none}
.atg-event.atg-tone-separator .atg-event-title{font-size:8.5px;-webkit-line-clamp:1;color:#4a5865}
.atg-event.atg-tone-separator .atg-event-time{margin:1px 0 0;padding:0;font-size:7px}
.atg-event-short{justify-content:center;padding-top:2px;padding-bottom:2px}.atg-event-short .atg-event-type,.atg-event-short .atg-event-subtitle{display:none}.atg-event-short .atg-event-title{-webkit-line-clamp:1;font-size:8.5px}.atg-event-short .atg-event-count{margin-top:1px;font-size:7px}.atg-event-short .atg-event-time{display:none}
.atg-event-compact .atg-event-subtitle{display:none}.atg-event-compact .atg-event-title{-webkit-line-clamp:2}
.atg-help-row{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:9px 2px 0;color:#71808f;font-size:10px;line-height:1.35}

@media(max-width:1000px){
  .atg-week-table{min-width:1100px}
  .atg-page-header{align-items:flex-start}
}
@media(max-width:640px){
  .atg-page-header{display:block}.atg-total-count{display:inline-flex;margin-top:8px}
  .atg-summary-wrap{padding:8px 9px}.atg-type-summary{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px;-webkit-overflow-scrolling:touch}.atg-type-chip{flex:0 0 auto}
  .atg-week-table{min-width:1060px}
  .atg-help-row{display:block}.atg-help-row span{display:block;margin-top:4px}
}
