:root {
  --aze-bg: var(--az-bg, #030619);
  --aze-panel: rgba(7, 11, 34, .94);
  --aze-text: var(--az-text, #f7f7ff);
  --aze-muted: var(--az-muted, #a7aac1);
  --aze-pink: var(--az-pink, #f41172);
  --aze-purple: var(--az-purple, #9c2cff);
  --aze-orange: var(--az-orange, #ff8a00);
  --aze-green: var(--az-green, #17edb0);
}

.aze-account-page {
  background-color: #020412;
}

.aze-account-page::before {
  background:
    radial-gradient(ellipse at 12% 21%, rgba(255, 105, 24, .14), transparent 31%),
    radial-gradient(ellipse at 82% 13%, rgba(139, 44, 255, .24), transparent 34%),
    radial-gradient(ellipse at 91% 68%, rgba(244, 17, 114, .13), transparent 29%),
    radial-gradient(ellipse at 29% 91%, rgba(24, 93, 255, .12), transparent 32%),
    linear-gradient(155deg, #030617 0%, #070625 42%, #020412 100%);
}

.aze-account-page::after {
  opacity: .34;
  background-image:
    linear-gradient(rgba(119, 91, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 91, 255, .08) 1px, transparent 1px),
    linear-gradient(rgba(244, 17, 114, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 17, 114, .07) 1px, transparent 1px);
  background-position: center;
  background-size: 72px 72px, 72px 72px, 288px 288px, 288px 288px;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(ellipse at 58% 46%, #000 5%, rgba(0, 0, 0, .78) 55%, transparent 96%);
  mask-image: radial-gradient(ellipse at 58% 46%, #000 5%, rgba(0, 0, 0, .78) 55%, transparent 96%);
}

.aze-account-page .content-page {
  position: relative;
  isolation: isolate;
}

.aze-account-page .content-page::before {
  position: absolute;
  z-index: -1;
  top: 116px;
  right: 2%;
  width: min(31vw, 440px);
  aspect-ratio: 1;
  border: 1px solid rgba(156, 44, 255, .13);
  content: "";
  pointer-events: none;
  background:
    linear-gradient(45deg, transparent 48%, rgba(244, 17, 114, .13) 49% 51%, transparent 52%),
    radial-gradient(circle, rgba(119, 58, 255, .11), transparent 67%);
  box-shadow: 0 0 90px rgba(90, 39, 216, .08);
  transform: rotate(17deg);
}

.aze-page {
  overflow-x: clip;
  width: 100%;
  max-width: 100vw;
  min-height: 60vh;
  background:
    radial-gradient(circle at 84% 18%, rgba(113, 35, 219, .12), transparent 27%),
    var(--aze-bg);
}

.aze-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 500px;
  padding: 148px 0 74px;
  align-items: end;
  isolation: isolate;
}

.aze-hero__image {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 47%;
}

.aze-hero__overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 6, 25, .99) 0%, rgba(3, 6, 25, .92) 30%, rgba(3, 6, 25, .38) 66%, rgba(3, 6, 25, .2)),
    linear-gradient(180deg, rgba(3, 6, 25, .34), transparent 40%, rgba(3, 6, 25, .9));
}

.aze-hero__inner {
  position: relative;
  z-index: 1;
}

.aze-hero__brand {
  margin-bottom: 31px;
}

.aze-hero__brand .brand,
.aze-hero__brand .custom-logo-link {
  display: inline-flex;
  width: max-content;
}

.aze-hero__brand .custom-logo {
  width: auto;
  max-width: 178px;
  max-height: 64px;
}

.aze-hero__copy {
  max-width: 720px;
}

.aze-hero h1 {
  max-width: 850px;
  margin: 12px 0 18px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: .88;
}

.aze-hero p {
  max-width: 670px;
  margin: 0;
  color: #c2c5d6;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.65;
}

.aze-period-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.aze-event-list {
  padding-top: clamp(54px, 6vw, 82px);
}

.aze-section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.aze-section-heading h2,
.aze-participants h2,
.aze-event-description h2,
.aze-registration h2,
.aze-account > h2 {
  margin: 9px 0 15px;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.aze-event-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.aze-event-card {
  overflow: hidden;
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: linear-gradient(150deg, rgba(11, 14, 45, .98), rgba(4, 7, 25, .96));
}

.aze-event-card__visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 8.4;
  margin: 0;
  background: #090c25;
}

.aze-event-card__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(4, 6, 23, .76));
}

.aze-event-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.aze-event-card:hover .aze-event-card__visual img {
  transform: scale(1.035);
}

.aze-event-card__fallback {
  display: grid;
  height: 100%;
  color: var(--aze-purple);
  background: radial-gradient(circle, rgba(156, 44, 255, .25), transparent 44%);
  place-items: center;
}

.aze-event-card__fallback .icon {
  width: 56px;
  height: 56px;
}

.aze-event-status {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 103, 175, .7);
  color: #fff1f8;
  background: rgba(73, 8, 46, .88);
  box-shadow: 0 7px 18px rgba(0, 0, 0, .36), 0 0 12px rgba(244, 17, 114, .18);
  backdrop-filter: blur(7px);
  font-family: var(--az-font-display, sans-serif);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .55);
  text-transform: uppercase;
}

.aze-event-card__visual .aze-event-status {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
}

.aze-event-status--full {
  border-color: rgba(255, 179, 73, .75);
  color: #fff2d8;
  background: rgba(78, 40, 4, .9);
  box-shadow: 0 7px 18px rgba(0, 0, 0, .36), 0 0 12px rgba(255, 138, 0, .2);
}

.aze-event-status--confirmed {
  border-color: rgba(76, 255, 204, .72);
  color: #e2fff7;
  background: rgba(5, 65, 53, .9);
  box-shadow: 0 7px 18px rgba(0, 0, 0, .36), 0 0 12px rgba(23, 237, 176, .2);
}

.aze-event-status--cancelled {
  border-color: rgba(255, 103, 126, .76);
  color: #ffe8ed;
  background: rgba(79, 10, 25, .92);
  box-shadow: 0 7px 18px rgba(0, 0, 0, .36), 0 0 12px rgba(255, 64, 92, .22);
}

.aze-event-status--ended {
  border-color: rgba(194, 198, 219, .58);
  color: #f0f1f7;
  background: rgba(37, 39, 55, .9);
}

.aze-event-card__content {
  display: flex;
  min-height: 270px;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.aze-event-card time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--aze-orange);
  font-family: var(--az-font-display, sans-serif);
  font-size: .72rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.aze-event-card h3 {
  margin: 12px 0 8px;
  font-size: clamp(1.15rem, 1.5vw, 1.5rem);
}

.aze-event-card__content > p {
  display: -webkit-box;
  overflow: hidden;
  margin-block: 7px;
  color: #adb1c6;
  font-size: .75rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.aze-event-card__game {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 5px;
  color: #ded6f7 !important;
  font-weight: 600;
}

.aze-event-card__game .icon {
  width: 15px;
  height: 15px;
  color: var(--aze-pink);
}

.aze-capacity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding: 12px 0;
  color: #d4d6e2;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.aze-capacity span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .74rem;
}

.aze-capacity .icon {
  width: 15px;
  height: 15px;
  color: var(--aze-pink);
}

.aze-capacity small {
  color: var(--aze-muted);
  font-size: .66rem;
}

.aze-event-card .button {
  width: 100%;
  justify-content: space-between;
}

.aze-past-events {
  position: relative;
  padding: 10px 0 clamp(72px, 8vw, 108px);
}

.aze-past-events::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100% - 40px, 1100px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(121, 92, 255, .32), transparent);
  transform: translateX(-50%);
}

.aze-past-events__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding-top: clamp(34px, 4vw, 52px);
  margin-bottom: 22px;
}

.aze-past-events__heading h2 {
  margin: 8px 0 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.aze-past-events__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.aze-past-event {
  display: grid;
  min-width: 0;
  min-height: 112px;
  grid-template-columns: 124px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 16px;
  padding: 8px 14px 8px 8px;
  color: var(--aze-text);
  background:
    linear-gradient(110deg, rgba(111, 52, 214, .09), transparent 50%),
    rgba(7, 10, 31, .9);
  transition: transform .22s ease, filter .22s ease;
}

.aze-past-event:hover {
  color: #fff;
  transform: translateY(-2px);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .2));
}

.aze-past-event__visual {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 96px;
  background: #090c25;
}

.aze-past-event__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.76);
  transition: filter .22s ease, transform .3s ease;
}

.aze-past-event:hover .aze-past-event__visual img {
  filter: saturate(1);
  transform: scale(1.035);
}

.aze-past-event__visual .aze-event-card__fallback {
  height: 100%;
}

.aze-past-event__visual .icon {
  width: 32px;
  height: 32px;
}

.aze-past-event__content {
  min-width: 0;
}

.aze-past-event__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 10px;
  margin-bottom: 8px;
}

.aze-past-event__meta time {
  color: #858ba4;
  font-size: .62rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.aze-past-event__meta .aze-event-status {
  padding: 3px 6px;
  font-size: .53rem;
}

.aze-past-event__content > strong {
  display: block;
  overflow: hidden;
  font-family: var(--az-font-display, sans-serif);
  font-size: 1rem;
  line-height: 1.08;
  text-overflow: ellipsis;
}

.aze-past-event > .icon {
  width: 18px;
  height: 18px;
  color: #a98af4;
  transition: color .2s ease, transform .2s ease;
}

.aze-past-event:hover > .icon {
  color: var(--aze-orange);
  transform: translateX(3px);
}

.aze-compact-calendar {
  position: relative;
  padding: clamp(42px, 5vw, 66px) 0 0;
}

.aze-compact-calendar::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100%, 1100px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(121, 92, 255, .4), transparent);
  transform: translateX(-50%);
}

.aze-compact-calendar__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.aze-compact-calendar__heading h2 {
  margin: 7px 0 0;
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.aze-compact-calendar__heading > p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 5px;
  color: var(--aze-muted);
  font-size: .72rem;
}

.aze-compact-calendar__heading .icon {
  width: 16px;
  height: 16px;
  color: var(--az-cyan);
}

.aze-compact-calendar .calendar-board {
  grid-template-columns: minmax(310px, .66fr) minmax(0, 1.34fr);
  gap: 16px;
}

.aze-compact-calendar .calendar-upcoming,
.aze-compact-calendar .calendar-monthly {
  padding: 17px;
}

.aze-compact-calendar .calendar-upcoming__header,
.aze-compact-calendar .calendar-monthly__header {
  min-height: 58px;
  padding-bottom: 12px;
}

.aze-compact-calendar .calendar-upcoming__header h3,
.aze-compact-calendar .calendar-monthly__header h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
}

.aze-compact-calendar .calendar-upcoming__header > strong {
  font-size: 2rem;
}

.aze-compact-calendar .calendar-compact-event {
  min-height: 76px;
  grid-template-columns: 46px minmax(0, 1fr) 38px;
  gap: 10px;
  padding-block: 8px;
}

.aze-compact-calendar .calendar-compact-event > time {
  min-height: 52px;
}

.aze-compact-calendar .calendar-compact-event > time strong {
  font-size: 1.55rem;
}

.aze-compact-calendar .calendar-compact-event h4 {
  margin-block: 2px 4px;
  font-size: .85rem;
}

.aze-compact-calendar .calendar-compact-event__action {
  min-width: 38px;
  width: 38px;
  min-height: 38px;
}

.aze-compact-calendar .calendar-weekdays {
  margin-top: 12px;
}

.aze-compact-calendar .calendar-grid__panel {
  grid-auto-rows: 62px;
}

.aze-compact-calendar .calendar-day {
  padding: 5px;
}

.aze-compact-calendar .calendar-months {
  padding-top: 10px;
  margin-top: 10px;
}

.aze-compact-calendar .calendar-month-button {
  min-height: 34px;
  padding-inline: 10px;
  font-size: .6rem;
}

.aze-single-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 650px;
  padding-top: 110px;
  align-items: end;
  isolation: isolate;
}

.aze-single-hero__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aze-single-hero__overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 6, 25, .98) 0%, rgba(3, 6, 25, .72) 58%, rgba(3, 6, 25, .38)),
    linear-gradient(180deg, rgba(3, 6, 25, .22), transparent 50%, var(--aze-bg));
}

.aze-single-hero__content {
  padding-block: 90px 72px;
}

.aze-single-hero__breadcrumb {
  margin: 0 0 20px;
}

.aze-single-hero__heading {
  display: grid;
  justify-items: start;
  gap: 10px;
}

.aze-single-hero__heading .eyebrow {
  margin: 0;
}

.aze-single-hero h1 {
  max-width: 900px;
  margin: 0 0 24px;
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: .88;
}

.aze-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #c8b5ff;
  font-size: .72rem;
  text-decoration: none;
  text-transform: uppercase;
}

.aze-back-link .icon {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}

.aze-single-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.aze-single-hero__meta > span,
.aze-single-hero__meta time {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d7d8e5;
  font-size: .75rem;
}

.aze-single-hero__meta .icon {
  width: 16px;
  height: 16px;
  color: var(--aze-pink);
}

.aze-occurrence-picker {
  display: grid;
  grid-template-columns: minmax(230px, .55fr) minmax(0, 1.45fr);
  align-items: center;
  gap: 30px;
  margin-bottom: 38px;
  padding: clamp(20px, 3vw, 30px);
  background:
    radial-gradient(circle at 0 0, rgba(244, 17, 114, .14), transparent 34%),
    rgba(7, 11, 34, .94);
}

.aze-occurrence-picker h2 {
  margin: 6px 0;
  font-size: clamp(1.55rem, 2.7vw, 2.35rem);
}

.aze-occurrence-picker p {
  margin: 0;
  color: var(--aze-muted);
  font-size: .78rem;
  line-height: 1.55;
}

.aze-occurrence-picker__dates {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.aze-occurrence-picker__dates .button {
  min-width: 0;
  flex-direction: column;
  gap: 1px;
  padding: 11px 9px;
}

.aze-occurrence-picker__dates .button span {
  font-size: .58rem;
  opacity: .8;
}

.aze-occurrence-picker__dates .button strong {
  font-size: .76rem;
}

.aze-notice {
  margin-bottom: 26px;
  padding: 17px 20px;
  color: #d9fff5;
  border-left: 3px solid var(--aze-green);
  background: rgba(23, 237, 176, .09);
}

.aze-notice--error {
  color: #ffe4ea;
  border-color: #ff405c;
  background: rgba(255, 64, 92, .1);
}

.aze-notice--warning {
  color: #fff0cf;
  border-color: var(--aze-orange);
  background: rgba(255, 143, 62, .1);
}

.aze-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .65fr);
  align-items: start;
  gap: clamp(28px, 5vw, 76px);
}

.aze-prose {
  color: #c0c3d3;
  font-size: clamp(.95rem, 1.2vw, 1.08rem);
  line-height: 1.78;
}

.aze-prose > *:last-child {
  margin-bottom: 0;
}

.aze-event-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  padding: 1px;
  background: rgba(122, 80, 240, .22);
}

.aze-event-facts div {
  padding: 20px;
  background: rgba(6, 9, 31, .96);
}

.aze-event-facts div:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.aze-event-facts dt {
  margin-bottom: 7px;
  color: var(--aze-muted);
  font-size: .64rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.aze-event-facts dd {
  margin: 0;
  color: var(--aze-text);
  font-family: var(--az-font-display, sans-serif);
  font-size: 1.05rem;
}

.aze-registration {
  position: sticky;
  top: 24px;
  padding: clamp(25px, 3vw, 36px);
  background:
    radial-gradient(circle at 100% 0, rgba(156, 44, 255, .2), transparent 40%),
    linear-gradient(145deg, rgba(11, 14, 45, .98), rgba(5, 7, 26, .98));
}

.aze-registration h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.aze-registration__count {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 26px 0 10px;
}

.aze-registration__date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0;
  color: #ded6f7;
  font-size: .75rem;
  font-weight: 600;
}

.aze-registration__date .icon {
  width: 16px;
  height: 16px;
  color: var(--aze-orange);
}

.aze-registration__count strong {
  color: var(--aze-pink);
  font-family: var(--az-font-display, sans-serif);
  font-size: 3.4rem;
  line-height: 1;
}

.aze-registration__count span {
  color: #c6c8d7;
  font-size: .75rem;
}

.aze-registration progress {
  width: 100%;
  height: 6px;
  border: 0;
  appearance: none;
}

.aze-registration progress::-webkit-progress-bar {
  background: rgba(255, 255, 255, .08);
}

.aze-registration progress::-webkit-progress-value {
  background: linear-gradient(90deg, var(--aze-orange), var(--aze-pink), var(--aze-purple));
}

.aze-registration progress::-moz-progress-bar {
  background: linear-gradient(90deg, var(--aze-orange), var(--aze-pink), var(--aze-purple));
}

.aze-places {
  margin: 8px 0 24px;
  color: var(--aze-muted);
  font-size: .68rem;
}

.aze-registration__actions {
  display: grid;
  gap: 10px;
}

.aze-registration__actions .button,
.aze-discord-link {
  width: 100%;
}

.aze-registration-email {
  display: grid;
  gap: 8px;
  margin-bottom: 8px;
  padding: 15px;
  border: 1px solid rgba(255, 143, 62, .3);
  border-radius: 9px;
  background: rgba(255, 143, 62, .07);
}

.aze-registration-email label {
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
}

.aze-registration-email input {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  color: #fff;
  background: rgba(3, 6, 24, .75);
}

.aze-registration-email input:focus {
  border-color: var(--aze-orange);
  outline: 2px solid rgba(255, 143, 62, .25);
  outline-offset: 1px;
}

.aze-registration-email p {
  margin: 0;
  color: #bfc3d8;
  font-size: .66rem;
  line-height: 1.55;
}

.aze-confirmed {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 8px;
  color: var(--aze-green);
  font-weight: 700;
}

.aze-confirmed .icon {
  width: 18px;
  height: 18px;
}

.aze-meeting {
  display: grid;
  grid-template-columns: 58px minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: clamp(22px, 4vw, 48px);
  margin-top: clamp(22px, 3vw, 40px);
  padding: clamp(26px, 4vw, 44px);
  background:
    radial-gradient(circle at 0 0, rgba(23, 237, 176, .15), transparent 30%),
    linear-gradient(145deg, rgba(11, 14, 45, .98), rgba(5, 7, 26, .98));
}

.aze-meeting--pending {
  background:
    radial-gradient(circle at 0 0, rgba(156, 44, 255, .17), transparent 30%),
    linear-gradient(145deg, rgba(11, 14, 45, .98), rgba(5, 7, 26, .98));
}

.aze-meeting__icon {
  display: grid;
  width: 58px;
  height: 58px;
  color: var(--aze-green);
  background: rgba(23, 237, 176, .1);
  place-items: center;
}

.aze-meeting--pending .aze-meeting__icon {
  color: #cda5ff;
  background: rgba(156, 44, 255, .12);
}

.aze-meeting__icon .icon {
  width: 26px;
  height: 26px;
}

.aze-meeting h2 {
  margin: 7px 0 12px;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
}

.aze-meeting__content > p {
  color: #bec1d2;
  line-height: 1.68;
}

.aze-meeting__lead {
  max-width: 680px;
}

.aze-meeting__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 22px 0;
  padding: 1px;
  background: rgba(23, 237, 176, .2);
}

.aze-meeting__facts div {
  padding: 15px;
  background: rgba(5, 8, 29, .95);
}

.aze-meeting__facts dt {
  margin-bottom: 6px;
  color: var(--aze-muted);
  font-size: .6rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.aze-meeting__facts dd {
  margin: 0;
  font-family: var(--az-font-display, sans-serif);
  font-size: .86rem;
}

.aze-meeting__instructions {
  padding: 14px 16px;
  border-left: 2px solid var(--aze-green);
  background: rgba(23, 237, 176, .06);
}

.aze-meeting__link {
  margin-top: 6px;
}

.aze-meeting__prep {
  align-self: stretch;
  padding: 23px;
  background: rgba(3, 6, 25, .68);
}

.aze-meeting__prep h3 {
  margin: 0 0 17px;
  font-size: 1.15rem;
}

.aze-meeting__prep ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aze-meeting__prep li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #c3c6d7;
  font-size: .73rem;
  line-height: 1.48;
}

.aze-meeting__prep .icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: var(--aze-pink);
}

.aze-discord-link {
  margin-top: 14px;
}

.aze-discord-link .social-icon {
  width: 18px;
  height: 18px;
}

.aze-participants {
  margin-top: clamp(26px, 3.4vw, 48px);
}

.aze-participant-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
}

.aze-participant-list li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  padding: 12px;
  background: rgba(9, 12, 40, .72);
}

.aze-participant-list img,
.aze-avatar-fallback {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  object-fit: cover;
  place-items: center;
}

.aze-avatar-fallback {
  color: #fff;
  background: linear-gradient(135deg, var(--aze-orange), var(--aze-pink), var(--aze-purple));
  font-family: var(--az-font-display, sans-serif);
  font-size: 1.2rem;
}

.aze-participant-list span:last-child {
  overflow: hidden;
  color: #e5e5ef;
  font-size: .73rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aze-participants-empty {
  color: var(--aze-muted);
}

.aze-login-modal[hidden] {
  display: none;
}

.aze-login-modal {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: grid;
  padding: 20px;
  place-items: center;
}

.aze-login-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 4, 18, .86);
  backdrop-filter: blur(8px);
}

.aze-login-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  padding: clamp(28px, 5vw, 48px);
  background: linear-gradient(145deg, rgba(14, 14, 52, .99), rgba(4, 6, 24, .99));
  box-shadow: 0 30px 100px rgba(0, 0, 0, .6);
}

.aze-login-modal__dialog h2 {
  margin: 9px 0 12px;
  font-size: clamp(2rem, 5vw, 3rem);
}

.aze-login-modal__dialog > p {
  color: #b9bccd;
}

.aze-login-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  min-height: 42px;
  padding: 0;
}

.aze-social-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.aze-social {
  width: 100%;
  justify-content: flex-start;
  gap: 12px;
}

.aze-social.is-unavailable {
  cursor: not-allowed;
  opacity: .48;
}

.aze-social span small {
  display: block;
  margin-top: 2px;
  font-size: .54rem;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: none;
}

.aze-social .social-icon,
.aze-google-mark {
  display: grid;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  place-items: center;
}

.aze-google-mark {
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #4285f4 0 45%, #34a853 45% 63%, #fbbc05 63% 80%, #ea4335 80%);
  font-family: Arial, sans-serif;
  font-size: .7rem;
  font-weight: 700;
}

.aze-auth-unavailable {
  margin: 0;
  color: var(--aze-muted);
  font-size: .8rem;
}

body.aze-modal-open {
  overflow: hidden;
}

.aze-empty {
  padding: clamp(36px, 6vw, 70px);
  text-align: center;
  background: var(--aze-panel);
}

.aze-empty > .icon {
  width: 44px;
  height: 44px;
  color: var(--aze-pink);
}

.aze-empty h2,
.aze-empty h3 {
  margin: 18px 0 10px;
}

.aze-empty p {
  max-width: 560px;
  margin: 0 auto 24px;
  color: var(--aze-muted);
}

.aze-account {
  width: min(calc(100% - 40px), 1400px);
  min-height: 500px;
  margin: 0 auto;
  padding-block: clamp(60px, 9vw, 110px);
}

.aze-account-page .content-page > .prose {
  max-width: 1400px;
  padding: clamp(24px, 4vw, 54px) 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
  -webkit-clip-path: none;
  clip-path: none;
}

.aze-account-page .content-page > .prose::before {
  display: none;
}

.aze-account-page-heading {
  max-width: 860px;
}

.aze-account-page-heading h1 {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 22px);
  margin-bottom: 17px;
}

.aze-account-page-heading__icon,
.aze-auth-heading-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  color: #fff;
  border: 1px solid rgba(255, 122, 24, .72);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 163, 68, .32), transparent 43%),
    linear-gradient(145deg, rgba(114, 31, 72, .96), rgba(54, 15, 91, .96));
  box-shadow: 0 0 22px rgba(244, 17, 114, .18), inset 0 0 14px rgba(255, 121, 24, .1);
  place-items: center;
  transform: rotate(3deg);
}

.aze-account-page-heading__icon .icon {
  width: 29px;
  height: 29px;
}

.aze-account-page-heading__title {
  color: #fff;
  background: linear-gradient(100deg, #fff 8%, #f1eaff 48%, #ffb05f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aze-account-page-heading > p {
  max-width: 700px;
  color: var(--aze-muted);
  font-size: clamp(.96rem, 1.5vw, 1.1rem);
}

.aze-account-login__heading,
.aze-auth-card__heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.aze-account-login__heading {
  margin-bottom: 8px;
}

.aze-account-login__heading .eyebrow,
.aze-auth-card__heading .eyebrow {
  margin-bottom: 7px;
}

.aze-account-login__heading h2,
.aze-auth-card__heading h3 {
  margin: 0;
}

.aze-auth-heading-icon {
  width: 46px;
  height: 46px;
  color: #ffba76;
  border-color: rgba(143, 72, 255, .68);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 121, 24, .18), transparent 45%),
    linear-gradient(145deg, rgba(26, 20, 74, .98), rgba(25, 8, 49, .98));
  box-shadow: 0 0 17px rgba(111, 50, 255, .16), inset 0 0 11px rgba(244, 17, 114, .08);
  transform: rotate(-2deg);
}

.aze-auth-heading-icon .icon {
  width: 22px;
  height: 22px;
}

.aze-account-login {
  max-width: 1120px;
  margin: 30px auto 0;
  padding: clamp(28px, 5vw, 48px);
}

.aze-account-login > p {
  max-width: 720px;
  color: var(--aze-muted);
}

.aze-account-login > .aze-social-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aze-account-login > .aze-social-list .aze-social {
  min-width: 0;
  padding-inline: 16px;
}

.aze-auth-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin: 34px 0 24px;
  color: var(--aze-muted);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.aze-auth-divider::before,
.aze-auth-divider::after {
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(156,44,255,.42));
}

.aze-auth-divider::after {
  background: linear-gradient(90deg, rgba(244,17,114,.42), transparent);
}

.aze-email-auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
}

.aze-email-auth--reset .aze-auth-card {
  max-width: 560px;
  margin-inline: auto;
}

.aze-auth-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(22px, 3vw, 31px);
  background:
    radial-gradient(circle at 100% 0, rgba(112,43,255,.13), transparent 34%),
    linear-gradient(145deg, rgba(9,13,42,.96), rgba(4,7,25,.96));
}

.aze-auth-card--register {
  background:
    radial-gradient(circle at 100% 0, rgba(244,17,114,.12), transparent 34%),
    linear-gradient(145deg, rgba(12,12,43,.96), rgba(5,7,25,.96));
}

.aze-auth-card h3 {
  margin: 5px 0 8px;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.aze-auth-card > p {
  min-height: 44px;
  margin-bottom: 20px;
  color: var(--aze-muted);
  font-size: .78rem;
}

.aze-auth-form {
  position: relative;
  display: grid;
  gap: 8px;
}

.aze-auth-form label {
  margin-top: 5px;
  color: #e3e5f2;
  font-size: .69rem;
  font-weight: 700;
}

.aze-auth-form input[type="text"],
.aze-auth-form input[type="email"],
.aze-auth-form input[type="password"] {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0 13px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 0;
  outline: 0;
  background: rgba(1,3,17,.72);
  font: inherit;
  font-size: .8rem;
}

.aze-auth-form input:focus {
  border-color: var(--aze-orange);
  box-shadow: 0 0 0 3px rgba(255,138,0,.1);
}

.aze-auth-form > .button {
  width: 100%;
  margin-top: 10px;
}

.aze-auth-form > small {
  margin-top: 7px;
  color: var(--aze-muted);
  font-size: .63rem;
  line-height: 1.55;
}

.aze-auth-form > small a {
  color: #d5b8ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.aze-auth-check {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.aze-auth-check input {
  width: 17px;
  height: 17px;
  accent-color: var(--aze-pink);
}

.aze-auth-honeypot {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.aze-auth-forgot {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.09);
}

.aze-auth-card > .button {
  width: 100%;
  margin-top: auto;
}

.aze-auth-forgot summary {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  color: #d7bfff;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 700;
}

.aze-auth-forgot summary .icon {
  width: 16px;
  height: 16px;
  color: var(--aze-orange);
}

.aze-auth-forgot[open] summary {
  margin-bottom: 13px;
}

.aze-account-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 20px;
  padding: clamp(24px, 4vw, 38px);
  background:
    radial-gradient(circle at 82% 20%, rgba(156, 44, 255, .2), transparent 32%),
    linear-gradient(135deg, rgba(14, 18, 52, .98), rgba(5, 8, 28, .98));
}

.aze-account-hero__identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 22px;
}

.aze-account-hero__avatar,
.aze-profile-avatar-preview {
  overflow: hidden;
  display: grid;
  flex: 0 0 auto;
  border: 1px solid rgba(244, 17, 114, .48);
  border-radius: 50%;
  background: rgba(156, 44, 255, .16);
  box-shadow: 0 0 34px rgba(244, 17, 114, .16);
  place-items: center;
}

.aze-account-hero__avatar {
  width: 104px;
  height: 104px;
}

.aze-account-hero__avatar img,
.aze-profile-avatar-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aze-account-hero__avatar .aze-avatar-fallback,
.aze-profile-avatar-preview .aze-avatar-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: var(--az-font-display, sans-serif);
  font-size: 2rem;
  font-weight: 700;
  place-items: center;
}

.aze-account-hero h2 {
  margin: 5px 0 4px;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
}

.aze-account-hero p {
  margin: 0;
  color: var(--aze-muted);
}

.aze-account-providers {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.aze-account-provider {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  color: #dfe1f0;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .045);
  font-size: .68rem;
}

.aze-account-provider .social-icon,
.aze-account-provider .aze-google-mark {
  width: 14px;
  height: 14px;
}

.aze-account-layout {
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  align-items: start;
  gap: 22px;
}

.aze-profile-panel {
  position: static;
  padding: 26px;
  background: linear-gradient(155deg, rgba(11, 15, 45, .98), rgba(5, 8, 27, .98));
}

.aze-profile-panel > header h2 {
  margin: 7px 0 9px;
  font-size: 1.9rem;
}

.aze-profile-panel > header p,
.aze-profile-block__heading p {
  margin: 0;
  color: var(--aze-muted);
  font-size: .78rem;
  line-height: 1.55;
}

.aze-profile-block {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.aze-profile-block h3 {
  margin: 0 0 11px;
  font-size: 1rem;
}

.aze-profile-block__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.aze-profile-block__heading h3 {
  margin-bottom: 4px;
}

.aze-profile-avatar-preview {
  width: 62px;
  height: 62px;
  border-color: rgba(23, 237, 176, .38);
}

.aze-profile-avatar-preview .aze-avatar-fallback {
  font-size: 1.35rem;
}

.aze-profile-form {
  display: grid;
  gap: 10px;
}

.aze-profile-form label {
  color: #d9dbea;
  font-size: .72rem;
  font-weight: 700;
}

.aze-profile-form input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  color: var(--aze-text);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 0;
  background: rgba(1, 3, 17, .74);
  font: inherit;
  font-size: .75rem;
}

.aze-profile-form input[type="email"] {
  min-height: 46px;
  padding: 0 13px;
}

.aze-profile-form input[type="email"]:focus {
  border-color: var(--aze-pink);
  outline: 2px solid rgba(244, 17, 114, .18);
  outline-offset: 2px;
}

.aze-profile-file {
  display: grid;
  gap: 7px;
}

.aze-profile-file__button {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.aze-profile-file__button input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.aze-profile-file__button:focus-within {
  outline: 2px solid var(--aze-pink);
  outline-offset: 3px;
}

.aze-profile-file small {
  color: var(--aze-muted);
  font-size: .66rem;
  overflow-wrap: anywhere;
}

.aze-profile-form .button,
.aze-profile-delete .button {
  width: 100%;
}

.aze-profile-delete {
  margin-top: 8px;
}

.aze-profile-email-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  padding: 12px;
  border-left: 2px solid currentColor;
  background: rgba(255, 255, 255, .04);
}

.aze-profile-email-status .icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.aze-profile-email-status span {
  display: grid;
  min-width: 0;
  gap: 2px;
  overflow-wrap: anywhere;
  color: var(--aze-muted);
  font-size: .69rem;
}

.aze-profile-email-status strong {
  color: currentColor;
  font-size: .75rem;
}

.aze-profile-email-status--ready {
  color: var(--aze-green);
}

.aze-profile-email-status--missing {
  color: var(--aze-orange);
}

.aze-profile-pending {
  margin: 0 0 12px;
  color: #e8ccff;
  font-size: .7rem;
  overflow-wrap: anywhere;
}

.aze-account-events-dashboard {
  min-width: 0;
}

.aze-account-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 30px;
}

.aze-account-summary a {
  min-width: 0;
  padding: 15px 13px;
  color: var(--aze-text);
  border: 1px solid rgba(255, 255, 255, .09);
  background: rgba(10, 13, 40, .86);
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}

.aze-account-summary a:hover,
.aze-account-summary a:focus-visible {
  border-color: rgba(244, 17, 114, .62);
  transform: translateY(-2px);
}

.aze-account-summary strong,
.aze-account-summary span {
  display: block;
}

.aze-account-summary strong {
  color: var(--aze-pink);
  font-family: var(--az-font-display, sans-serif);
  font-size: 1.55rem;
}

.aze-account-summary span {
  margin-top: 4px;
  color: var(--aze-muted);
  font-size: .62rem;
  line-height: 1.35;
}

.aze-account-event-group {
  scroll-margin-top: 110px;
}

.aze-account-event-group + .aze-account-event-group {
  margin-top: 36px;
}

.aze-account-event-group > header {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 14px;
}

.aze-account-event-group__icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  color: var(--aze-pink);
  border: 1px solid rgba(244, 17, 114, .26);
  background: rgba(244, 17, 114, .08);
  place-items: center;
}

.aze-account-event-group__icon .icon {
  width: 20px;
  height: 20px;
}

.aze-account-event-group h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: 1.25rem;
}

.aze-account-event-group h2 span {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  padding-inline: 5px;
  color: var(--aze-muted);
  border: 1px solid rgba(255, 255, 255, .1);
  font-size: .62rem;
  place-items: center;
}

.aze-account-event-group > header p,
.aze-account-group-empty {
  margin: 3px 0 0;
  color: var(--aze-muted);
  font-size: .72rem;
}

.aze-account-events {
  display: grid;
  gap: 12px;
}

.aze-account-event {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 17px;
  background: linear-gradient(145deg, rgba(11, 15, 44, .96), rgba(5, 8, 27, .96));
}

.aze-account-event__date {
  display: grid;
  min-height: 62px;
  align-content: center;
  padding: 8px;
  text-align: center;
  border: 1px solid rgba(156, 44, 255, .28);
  background: rgba(156, 44, 255, .08);
}

.aze-account-event__date span,
.aze-account-event__date strong {
  display: block;
  font-family: var(--az-font-display, sans-serif);
  text-transform: uppercase;
}

.aze-account-event__date span {
  color: var(--aze-muted);
  font-size: .6rem;
  letter-spacing: .08em;
}

.aze-account-event__date strong {
  margin-top: 2px;
  color: #fff;
  font-size: 1.45rem;
}

.aze-account-event__body {
  min-width: 0;
}

.aze-account-event__body h3 {
  margin: 7px 0 5px;
  font-size: 1.12rem;
}

.aze-account-event__body h3 a {
  color: var(--aze-text);
  text-decoration: none;
}

.aze-account-event__body h3 a:hover {
  color: var(--aze-pink);
}

.aze-account-event__body > p {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  margin: 0;
  color: var(--aze-muted);
  font-size: .68rem;
}

.aze-account-event__body > p span {
  color: #dfe1ed;
}

.aze-account-event__meeting {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  color: var(--aze-green);
  font-size: .66rem;
}

.aze-account-event__meeting .icon {
  width: 14px;
  height: 14px;
}

.aze-account-event__actions {
  display: flex;
  min-width: 100px;
  flex-direction: column;
  gap: 8px;
}

.aze-account-event__actions .button {
  width: 100%;
}

.aze-account-group-empty {
  padding: 18px;
  border: 1px dashed rgba(255, 255, 255, .12);
  text-align: center;
}

@media (max-width: 1100px) {
  .aze-meeting {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .aze-meeting__prep {
    grid-column: 2;
  }

  .aze-participant-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .aze-event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .aze-hero {
    min-height: 450px;
    padding-top: 130px;
  }

  .aze-single-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .aze-occurrence-picker {
    grid-template-columns: minmax(0, 1fr);
  }

  .aze-registration {
    position: static;
  }

  .aze-past-events__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .aze-past-events__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .aze-compact-calendar .calendar-board {
    grid-template-columns: minmax(0, 1fr);
  }

  .aze-participant-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .aze-hero {
    padding-top: 235px;
  }
}

@media (max-width: 640px) {
  .aze-hero {
    min-height: 520px;
    padding: 120px 0 60px;
  }

  .aze-archive .aze-hero {
    padding-top: 205px;
  }

  .aze-hero__inner {
    width: calc(100% - 64px);
    max-width: calc(100vw - 64px);
    margin-inline: auto;
  }

  .aze-hero__copy,
  .aze-hero__copy > * {
    min-width: 0;
    max-width: 100%;
  }

  .aze-hero h1 {
    overflow-wrap: normal;
    white-space: normal;
    font-size: clamp(1.95rem, 8.3vw, 2.2rem);
    line-height: .92;
  }

  .aze-hero__image {
    object-position: 68% center;
  }

  .aze-hero__overlay {
    background:
      linear-gradient(180deg, rgba(3, 6, 25, .45), rgba(3, 6, 25, .88) 42%, rgba(3, 6, 25, .98)),
      linear-gradient(90deg, rgba(3, 6, 25, .72), rgba(3, 6, 25, .35));
  }

  .aze-hero__brand {
    margin-bottom: 24px;
  }

  .aze-period-nav {
    display: grid;
  }

  .aze-period-nav .button {
    width: 100%;
  }

  .aze-event-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .aze-event-card__content {
    min-height: 245px;
    padding: 18px;
  }

  .aze-past-events__heading .button {
    width: 100%;
  }

  .aze-past-event {
    grid-template-columns: 92px minmax(0, 1fr) 16px;
    gap: 12px;
  }

  .aze-past-event__visual {
    height: 82px;
  }

  .aze-compact-calendar__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .aze-compact-calendar .calendar-grid__panel {
    grid-auto-rows: 55px;
  }

  .aze-single-hero {
    min-height: 700px;
    text-align: center;
  }

  .aze-single-hero__overlay {
    background: linear-gradient(180deg, rgba(3, 6, 25, .38), rgba(3, 6, 25, .78) 48%, var(--aze-bg) 92%);
  }

  .aze-single-hero__content {
    padding-bottom: 60px;
  }

  .aze-single-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4.3rem);
  }

  .aze-single-hero__heading {
    justify-items: center;
  }

  .aze-back-link,
  .aze-single-hero__meta {
    justify-content: center;
  }

  .aze-event-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .aze-occurrence-picker__dates {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aze-meeting {
    grid-template-columns: minmax(0, 1fr);
  }

  .aze-meeting__icon {
    width: 52px;
    height: 52px;
  }

  .aze-meeting__prep {
    grid-column: auto;
  }

  .aze-meeting__facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .aze-participant-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aze-account {
    width: min(calc(100% - 28px), 1400px);
  }

  .aze-account-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .aze-account-login > .aze-social-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .aze-email-auth-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .aze-account-event {
    grid-template-columns: 64px minmax(0, 1fr) 110px;
  }

  .aze-account-event__actions {
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .aze-account-page .content-page > .prose {
    padding-top: 18px;
  }

  .aze-account-page-heading h1 {
    align-items: flex-start;
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

  .aze-account-page-heading__icon {
    width: 48px;
    height: 48px;
  }

  .aze-account-page-heading__icon .icon {
    width: 24px;
    height: 24px;
  }

  .aze-account {
    width: 100%;
    padding-block: 42px 64px;
  }

  .aze-account-login {
    padding: 20px 16px;
  }

  .aze-auth-card {
    padding: 20px 16px;
  }

  .aze-account-login__heading,
  .aze-auth-card__heading {
    align-items: flex-start;
  }

  .aze-auth-heading-icon {
    width: 42px;
    height: 42px;
  }

  .aze-account-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .aze-account-hero__identity {
    align-items: flex-start;
    flex-direction: column;
  }

  .aze-account-hero__avatar {
    width: 82px;
    height: 82px;
  }

  .aze-account-hero > .button {
    width: 100%;
  }

  .aze-profile-panel {
    padding: 21px;
  }

  .aze-account-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aze-account-event-group > header {
    align-items: flex-start;
  }

  .aze-account-event {
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: start;
    gap: 13px;
    padding: 14px;
  }

  .aze-account-event__date {
    min-height: 54px;
    padding: 6px;
  }

  .aze-account-event__date strong {
    font-size: 1.2rem;
  }

  .aze-account-event__actions {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .aze-account-event__actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aze-event-card__visual img {
    transition: none;
  }
}

/*
 * Étape e-mail obligatoire et gestion des services de connexion.
 */

.aze-account-gate {
  display: grid;
  max-width: 640px;
  justify-items: start;
  margin-inline: auto;
  padding: clamp(26px, 4vw, 44px);
  text-align: left;
}

.aze-account-gate__badge {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border: 1px solid rgba(200, 174, 255, .32);
  border-radius: 14px;
  color: #e2d5ff;
  background: linear-gradient(145deg, rgba(116, 81, 244, .3), rgba(225, 29, 135, .16));
  place-items: center;
}

.aze-account-gate__badge .icon {
  width: 24px;
  height: 24px;
}

.aze-account-gate h2 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
}

.aze-account-gate > p {
  margin: 0 0 20px;
  color: #c3c6d6;
  line-height: 1.6;
}

.aze-account-gate__pending {
  width: 100%;
  padding: 12px 14px;
  border-left: 2px solid var(--az-orange, #ff8a00);
  color: #e6e2f2;
  background: rgba(255, 138, 0, .07);
  font-size: .85rem;
}

.aze-account-gate__form {
  display: grid;
  width: 100%;
  gap: 9px;
  margin-top: 4px;
}

.aze-account-gate__form label {
  color: #cfd2e0;
  font-size: .78rem;
  font-weight: 600;
}

.aze-account-gate__form input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  color: #fff;
  border: 1px solid rgba(168, 137, 245, .32);
  background: rgba(4, 7, 28, .72);
}

.aze-account-gate__form input:focus {
  border-color: rgba(255, 152, 78, .7);
  outline: 0;
}

.aze-account-gate__form .button {
  justify-self: start;
  margin-top: 6px;
}

.aze-account-gate__foot {
  margin: 18px 0 0;
  color: #8f94a8;
  font-size: .74rem;
  line-height: 1.5;
}

.aze-account-gate__foot a {
  margin-left: 6px;
  color: #b79aef;
  text-decoration: underline;
}

.aze-profile-providers__intro {
  margin: 0 0 14px;
  color: #9fa5ba;
  font-size: .78rem;
  line-height: 1.5;
}

.aze-profile-providers {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aze-profile-provider {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(152, 122, 230, .2);
  border-radius: 12px;
  background: rgba(255, 255, 255, .028);
}

.aze-profile-provider.is-linked {
  border-color: rgba(49, 214, 159, .3);
  background: rgba(28, 198, 139, .06);
}

.aze-profile-provider__identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
}

.aze-profile-provider__identity .social-icon,
.aze-profile-provider__identity svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}

.aze-profile-provider__identity > span {
  display: grid;
  min-width: 0;
}

.aze-profile-provider__identity strong {
  color: #fff;
  font-size: .86rem;
}

.aze-profile-provider__identity small {
  color: #8f94a8;
  font-size: .7rem;
}

.aze-profile-provider.is-linked .aze-profile-provider__identity small {
  color: #7ce0b4;
}

.aze-profile-provider form {
  margin: 0;
}

.aze-profile-providers__note {
  margin: 12px 0 0;
  color: #8f94a8;
  font-size: .72rem;
}
.aze-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}

.aze-pagination .button {
  min-width: 44px;
  padding-inline: 14px;
}

.aze-pagination .current {
  --az-border-start: #ff8a00;
  --az-border-end: #f41172;
  color: #fff;
}
