@font-face {
  font-family: TildaSans;
  src: url('./TildaSans-VF.woff2') format('woff2');
  font-style: normal;
  font-weight: 250 1000;
  font-display: swap;
}

:root {
  font-family: TildaSans, Arial, sans-serif;
  color: #17324b;
  background: #eaf0f6;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .media-action:focus-within { outline: 3px solid #75ace0; outline-offset: 2px; }
[hidden] { display: none !important; }

.app-shell {
  width: min(100%, 480px);
  min-height: 100dvh;
  margin: 0 auto;
  background: #f7f9fc;
  box-shadow: 0 0 42px #163c641c;
}

.app-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 20px;
  border-bottom: 1px solid #d8e3ef;
  background: #fff;
}

.update-banner { position: sticky; top: 68px; z-index: 4; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 17px; background: #e5f1fa; border-bottom: 1px solid #b9d4e8; color: #173f63; font-size: 14px; font-weight: 700; }
.update-banner button { flex: 0 0 auto; min-height: 38px; padding: 7px 12px; border: 0; border-radius: 8px; background: #173f63; color: #fff; font-size: 14px; font-weight: 700; }
.brand { display: flex; flex-direction: column; padding: 0; border: 0; background: transparent; color: #143a61; text-align: left; line-height: 1; }
.brand-line { display: flex; align-items: center; gap: 5px; }
.brand strong { font-size: 26px; font-weight: 780; letter-spacing: -.06em; }
.brand-line i { color: #5285b3; font-size: 13px; font-style: normal; }
.brand-line span { font-size: 10px; font-weight: 760; letter-spacing: .11em; }
.brand small { margin-top: 4px; color: #7190ad; font-size: 12px; font-weight: 480; }
.profile-avatar, .profile-photo {
  display: grid;
  flex: none;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #9fbee0;
  border-radius: 50%;
  background: #deebf8;
  color: #1b4c7c;
  font-size: 19px;
  font-weight: 700;
  overflow: hidden;
}
.profile-avatar img, .profile-photo img { width: 100%; height: 100%; object-fit: cover; }

.app-main { padding: 22px 18px calc(104px + env(safe-area-inset-bottom)); }
.screen h1 { margin: 0 0 20px; font-size: 28px; font-weight: 730; line-height: 1.15; letter-spacing: -.035em; }
.screen .lead { margin: -5px 0 20px; color: #60748a; font-size: 16px; line-height: 1.45; }
.eyebrow { margin: 0 0 9px; color: #376b9d; font-size: 12px; font-weight: 750; letter-spacing: .065em; }

.forum-card {
  padding: 22px 20px 20px;
  border-radius: 19px;
  background: linear-gradient(150deg, #123b64 0%, #0b2b4d 100%);
  color: white;
  box-shadow: 0 12px 26px #123b6420;
}
.forum-date { margin: 0 0 12px; color: #b8daf5; font-size: 12px; font-weight: 760; letter-spacing: .045em; }
.forum-card h2 { margin: 0; font-size: 26px; font-weight: 760; line-height: 1.15; letter-spacing: -.027em; }
.forum-card h2 span { font-size: 16px; font-weight: 560; letter-spacing: 0; white-space: nowrap; }
.forum-subtitle { margin: 8px 0 0; color: #d9e9f7; font-size: 15px; line-height: 1.4; }
.forum-status { margin: 20px 0 12px; color: #bbd9f1; font-size: 14px; }
.forum-open, .dialog-forum {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #123b64;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
.forum-open span, .dialog-forum span { font-size: 23px; line-height: 1; }

.feature-row {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  min-height: 79px;
  margin-top: 14px;
  padding: 14px 15px;
  border: 1px solid #d9e3ed;
  border-radius: 14px;
  background: #fff;
  color: #17324b;
  text-align: left;
}
.feature-icon { display: grid; flex: none; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: #e6f0f9; color: #236297; font-size: 22px; }
.feature-copy { display: flex; flex: 1; flex-direction: column; gap: 3px; min-width: 0; }
.feature-copy strong { font-size: 16px; font-weight: 700; }
.feature-copy small { color: #66798b; font-size: 13px; }
.feature-arrow { color: #8297aa; font-size: 26px; }
.profile-prompt { display: flex; justify-content: space-between; align-items: center; width: 100%; margin: -7px 0 17px; padding: 15px 17px; border: 1px solid #b5cce2; border-radius: 13px; background: #e8f2fa; color: #1a527f; font-size: 15px; font-weight: 700; text-align: left; }
.profile-prompt span { font-size: 21px; }
.home-section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin: 26px 0 11px; }
.home-section-heading h2 { margin: 0; font-size: 19px; }
.home-section-heading button { padding: 2px 0; border: 0; background: none; color: #2a6496; font-size: 14px; font-weight: 650; white-space: nowrap; }
.upcoming-card { display: flex; align-items: center; gap: 14px; width: 100%; min-height: 100px; padding: 14px; border: 1px solid #d4e2ef; border-radius: 14px; background: #fff; color: #17324b; text-align: left; }
.upcoming-date { display: grid; flex: none; place-content: center; width: 59px; height: 64px; border-radius: 10px; background: #e8f2fb; color: #1d5f94; line-height: 1; text-align: center; }
.upcoming-date strong { font-size: 26px; }
.upcoming-date small { margin-top: 3px; font-size: 11px; font-weight: 700; }
.upcoming-copy { display: grid; flex: 1; gap: 3px; min-width: 0; }
.upcoming-copy small { color: #2a6496; font-size: 10px; font-weight: 760; letter-spacing: .04em; }
.upcoming-copy strong { font-size: 17px; }
.upcoming-copy > span { color: #65798d; font-size: 13px; }
.home-footnote { margin: 10px 2px 0; color: #73879a; font-size: 12px; line-height: 1.4; }
.auth-screen .lead { margin: -9px 0 20px; }
.auth-form { display: grid; gap: 14px; padding: 19px; border: 1px solid #d7e3ee; border-radius: 16px; background: #fff; }
.auth-create { width: 100%; min-height: 49px; margin-top: 13px; border: 1px solid #b8cde2; border-radius: 11px; background: #eaf4fc; color: #1a598c; font-size: 16px; font-weight: 700; }
.auth-help { margin: 17px 2px 0; color: #6b8094; font-size: 13px; line-height: 1.4; }

.bottom-nav {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(100%, 480px);
  min-height: calc(69px + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  transform: translateX(-50%);
  border-top: 1px solid #d8e3ef;
  background: #fff;
  box-shadow: 0 -6px 22px #17324b0b;
}
.bottom-nav button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-height: 62px; border: 0; background: transparent; color: #6b8194; font-size: 13px; }
.bottom-nav button[aria-current="page"] { color: #1c5d95; font-weight: 730; }
.nav-icon { font-size: 23px; line-height: 1; font-weight: 650; }

.view-switch { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; margin-bottom: 20px; padding: 4px; border-radius: 11px; background: #e8eef5; }
.view-switch button { min-height: 44px; padding: 5px 6px; border: 0; border-radius: 8px; background: transparent; color: #58718b; font-size: 14px; font-weight: 630; }
.view-switch button[aria-pressed="true"] { background: #fff; color: #143d66; box-shadow: 0 1px 5px #17324b14; }
.year-heading { margin: 0 0 10px; color: #72869a; font-size: 14px; font-weight: 700; letter-spacing: .06em; }
.month-group, .type-group { margin-bottom: 12px; overflow: hidden; border: 1px solid #d9e3ed; border-radius: 14px; background: #fff; }
.month-group summary, .type-group summary { display: flex; align-items: center; gap: 8px; min-height: 58px; padding: 13px 15px; cursor: pointer; list-style: none; }
.month-group summary::-webkit-details-marker, .type-group summary::-webkit-details-marker { display: none; }
.month-group summary strong, .type-group summary strong { font-size: 18px; font-weight: 700; }
.month-group summary small, .type-group summary small { margin-left: auto; color: #6e8091; font-size: 13px; }
.month-group summary .chevron, .type-group summary .chevron { color: #7791a9; font-size: 20px; transition: transform .2s ease; }
.month-group[open] summary .chevron, .type-group[open] summary .chevron { transform: rotate(180deg); }
.month-body, .type-body { display: grid; gap: 0; padding: 0 10px 9px; }
.event-row { display: grid; grid-template-columns: 49px 1fr 18px; align-items: center; gap: 10px; width: 100%; min-height: 94px; padding: 12px 5px; border: 0; border-top: 1px solid #e7eef4; background: #fff; color: #17324b; text-align: left; }
.event-date { display: flex; flex-direction: column; align-items: center; gap: 2px; color: #164c7a; line-height: 1; }
.event-date strong { font-size: 25px; font-weight: 730; }
.event-date small { font-size: 11px; font-weight: 730; text-transform: uppercase; }
.event-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; min-width: 0; }
.event-copy strong { font-size: 15px; font-weight: 700; line-height: 1.2; }
.event-copy small { color: #667b8d; font-size: 13px; line-height: 1.2; }
.event-type { padding: 3px 6px; border-radius: 5px; background: #e9f2fa; color: #2b6597; font-size: 12px; font-weight: 650; }
.event-row .arrow { color: #839bb0; font-size: 22px; }
.event-row.past { opacity: .69; }
.empty-group { padding: 0 15px 16px; color: #6e8091; font-size: 14px; }

.back-link { min-height: 40px; margin: -6px 0 12px; padding: 0; border: 0; background: transparent; color: #2b669a; font-size: 15px; font-weight: 650; }
.forum-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: -6px 0 10px; }
.forum-topline .back-link { margin: 0; }
.forum-open-pill { padding: 6px 9px; border-radius: 99px; background: #eaf4ed; color: #3a7653; font-size: 12px; font-weight: 700; white-space: nowrap; }
.forum-poster-preview { position: relative; display: block; width: 100%; aspect-ratio: 1.7; padding: 0; overflow: hidden; border: 0; border-radius: 16px; background: #12375e; cursor: pointer; }
.forum-poster-preview img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.forum-poster-preview span { position: absolute; right: 10px; bottom: 10px; padding: 7px 10px; border-radius: 7px; background: #102d4ad9; color: #fff; font-size: 12px; font-weight: 700; }
.forum-poster-dialog { position: fixed; width: min(calc(100% - 24px), 560px); max-height: calc(100dvh - 32px); margin: auto; padding: 0; overflow: auto; border: 0; border-radius: 12px; background: #143455; box-shadow: 0 18px 50px #102e4d60; }
.forum-poster-dialog::backdrop { background: #102e4de0; }
.forum-poster-dialog img { display: block; width: 100%; height: auto; }
.forum-poster-dialog button { position: sticky; z-index: 1; top: 8px; float: right; width: 38px; height: 38px; margin: 8px 8px -46px 0; border: 0; border-radius: 50%; background: #fff; color: #17324b; font-size: 25px; cursor: pointer; }
#forum-title { margin: 15px 0 4px; font-size: 24px; }
.screen .forum-tagline { margin: 0 0 11px; font-size: 14px; }
.heading-secondary { color: #4476a3; font-size: .68em; font-weight: 600; white-space: nowrap; }
.section-title { margin: 26px 0 12px; font-size: 19px; font-weight: 700; }
.ticket-list { display: grid; gap: 11px; }
.ticket-card { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; min-height: 81px; padding: 15px; border: 1px solid #d7e2ee; border-radius: 14px; background: #fff; color: #17324b; text-align: left; }
.ticket-card[aria-pressed="true"] { border-color: #2a6ba4; background: #eef6fd; box-shadow: inset 0 0 0 1px #2a6ba4; }
.ticket-card span:first-child { display: flex; flex-direction: column; gap: 5px; }
.ticket-card strong { font-size: 17px; }
.ticket-card small { color: #667b8d; font-size: 14px; }
.ticket-card em { color: #6d8294; font-size: 12px; font-style: normal; }
.ticket-intro { margin: -3px 0 14px; color: #64798d; font-size: 14px; line-height: 1.45; }
.forum-overview { margin: 0; }
.forum-overview p { margin: 0; color: #4e6982; font-size: 14px; line-height: 1.45; }
.forum-overview .forum-date { margin-top: 8px; color: #315c80; font-weight: 700; }
.forum-program { margin-top: 14px; padding: 17px 18px; border: 1px solid #d9e4ee; border-radius: 15px; background: #fff; }
.forum-program h2 { margin: 0 0 12px; font-size: 19px; }
.forum-program ul { display: grid; gap: 10px; margin: 0; padding-left: 21px; color: #254763; font-size: 15px; line-height: 1.4; }
.forum-program li::marker { color: #ac724e; }
.forum-program p { margin: 13px 0 0; color: #64798d; font-size: 14px; line-height: 1.4; }
.forum-booking { margin: 15px 2px 0; color: #536f87; font-size: 15px; line-height: 1.5; }
.forum-booking a { color: #1b5c91; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.ticket-select { flex: none; width: 23px; height: 23px; border: 2px solid #a5bacd; border-radius: 50%; }
.ticket-card[aria-pressed="true"] .ticket-select { border: 7px solid #2a6ba4; background: #fff; }
.ticket-note, .selection-message { margin: 13px 0 0; color: #61768b; font-size: 14px; line-height: 1.4; }
.selection-message { color: #1d598c; font-weight: 650; }
.ticket-issue { margin-top: 14px; }
.ticket-issued { display: grid; justify-items: center; gap: 10px; margin-top: 25px; padding: 20px 16px; border: 1px solid #bfd4e6; border-radius: 16px; background: #fff; text-align: center; }
.ticket-issued .eyebrow { margin: 0; }
.ticket-issued h2 { margin: 0; color: #143b62; font-size: 22px; }
.ticket-issued p { margin: 0; color: #627b90; font-size: 14px; line-height: 1.4; }
.ticket-issued img { display: block; width: min(100%, 340px); aspect-ratio: 1; margin: 4px 0; background: #fff; }
.ticket-issued strong { color: #153c62; font-size: 14px; letter-spacing: .06em; overflow-wrap: anywhere; }
.ticket-issued #forum-ticket-hint { max-width: 320px; }
.ticket-cancel { margin-top: 3px; padding: 7px 3px; border: 0; background: transparent; color: #61768b; font: inherit; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.ticket-cancel:hover, .ticket-cancel:focus-visible { color: #a34d3b; }
.ticket-cancel:disabled { opacity: .55; cursor: wait; }

.simple-panel, .reward-panel { padding: 18px; border: 1px solid #d9e3ed; border-radius: 15px; background: #fff; }
.simple-panel h2 { margin: 0; font-size: 18px; }
.simple-panel p, .simple-panel li, .reward-panel p { color: #61768b; font-size: 15px; line-height: 1.45; }
.simple-panel p:last-child, .reward-panel p:last-child { margin-bottom: 0; }
.simple-panel ol { margin: 13px 0; padding-left: 23px; }
.simple-panel li + li { margin-top: 9px; }
.profile-intro { display: flex; align-items: center; gap: 12px; margin-bottom: 19px; }
.profile-photo { width: 60px; height: 60px; font-size: 23px; }
.profile-intro span:last-child { display: flex; flex-direction: column; gap: 5px; }
.profile-intro strong { font-size: 19px; }
.profile-intro small { color: #667b8d; font-size: 14px; }
.profile-lead { margin: -10px 0 18px; color: #61778c; font-size: 15px; line-height: 1.4; }
.form-status { padding: 12px 14px; margin: 0 0 17px; border: 1px solid #bfd9e9; border-radius: 11px; background: #e9f6fd; color: #165d82; font-size: 14px; line-height: 1.4; }
.form-status.is-error { border-color: #ebbbbb; background: #fff3f1; color: #a13a2d; }
.profile-media { display: grid; gap: 12px; margin: 0 0 13px; }
.media-item, .form-section, .private-access, .restore-account { padding: 19px; border: 1px solid #d7e3ee; border-radius: 16px; background: #fff; }
.media-item h2, .form-section h2, .private-access h2 { margin: 0; font-size: 19px; line-height: 1.2; }
.media-title { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.media-title span { flex: none; color: #4c7493; font-size: 13px; }
.media-item p, .form-section p, .private-access p { margin: 8px 0 15px; color: #61768b; font-size: 14px; line-height: 1.43; }
.media-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.media-action { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 43px; padding: 8px 13px; border: 1px solid #1b5c91; border-radius: 9px; background: #1b5c91; color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; }
.media-action.secondary { border-color: #c6d6e5; background: #fff; color: #1d547e; }
.media-action:has(input:disabled) { opacity: .55; pointer-events: none; }
.media-action input { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.media-hint { display: block; margin-top: 11px; color: #667b8d; font-size: 13px; line-height: 1.35; }
#profile-video { display: block; width: 100%; max-height: 330px; margin: 13px 0; border-radius: 9px; background: #102d48; }
.profile-form { display: grid; gap: 12px; }
.form-section { display: grid; gap: 14px; }
.form-section h2 { margin-bottom: -5px; }
.form-section p { margin: -3px 0 2px; }
.form-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; color: #17324b; font-size: 14px; font-weight: 650; }
.form-field b { color: #aa5b3a; font-size: 12px; font-weight: 650; }
.form-field small { color: #77889a; font-size: 12px; font-weight: 500; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-width: 0; min-height: 46px; padding: 10px 12px; border: 1px solid #bdcedd; border-radius: 9px; outline: none; background: #fff; color: #1b354d; font-size: 16px; font-weight: 450; }
.form-field select { padding-right: 31px; }
.form-field textarea { min-height: 96px; resize: vertical; line-height: 1.4; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #8495a5; opacity: 1; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #316fa3; box-shadow: 0 0 0 3px #9fcaee5a; }
.phone-control { display: flex; align-items: stretch; border: 1px solid #bdcedd; border-radius: 9px; overflow: hidden; }
.phone-control:focus-within { border-color: #316fa3; box-shadow: 0 0 0 3px #9fcaee5a; }
.phone-control strong { display: grid; place-items: center; min-width: 53px; padding: 0 9px; background: #edf4fb; color: #234d73; font-size: 16px; }
.form-field .phone-control input { border: 0; border-radius: 0; box-shadow: none; }
.social-details { overflow: hidden; border: 1px solid #d8e3ed; border-radius: 10px; }
.social-details summary { display: flex; align-items: center; justify-content: space-between; padding: 13px 14px; list-style: none; cursor: pointer; font-size: 15px; font-weight: 700; }
.social-details summary::-webkit-details-marker { display: none; }
.social-details summary span:first-child { display: grid; gap: 3px; }
.social-details summary small { color: #758b9e; font-size: 13px; font-weight: 450; }
.social-details summary span:last-child { color: #5b83a5; font-size: 22px; transition: transform .2s ease; }
.social-details[open] summary span:last-child { transform: rotate(180deg); }
.social-fields { display: grid; gap: 14px; padding: 0 14px 15px; }
.save-profile { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 54px; padding: 10px 16px; border: 0; border-radius: 10px; background: #15598f; color: white; font-size: 16px; font-weight: 700; }
.save-profile:disabled { opacity: .6; }
.save-profile span { font-size: 23px; }
.private-access { margin-top: 14px; scroll-margin-top: 82px; }
.security-form { display: grid; gap: 12px; }
.security-form button { width: 100%; }
.private-access button, .restore-account button { min-height: 44px; padding: 8px 14px; border: 1px solid #b6cede; border-radius: 9px; background: #eaf3fb; color: #1d5a8a; font-size: 14px; font-weight: 700; }
.private-access #sign-out { width: 100%; margin-top: 13px; border: 0; background: transparent; color: #678297; text-align: left; font-weight: 550; }
.restore-account { margin-top: 14px; }
.restore-account summary { cursor: pointer; color: #205c89; font-size: 14px; font-weight: 650; }
.restore-account form { display: grid; gap: 11px; margin-top: 14px; }
.restore-account form p { margin: 0; color: #667d91; font-size: 13px; line-height: 1.4; }
.reward-panel { margin-bottom: 13px; background: #f0f6fb; }
.reward-panel .eyebrow { margin-bottom: 5px; }
.reward-count { display: flex; align-items: baseline; gap: 9px; }
.reward-count strong { color: #164c7a; font-size: 47px; line-height: 1; }
.reward-count span { color: #56718a; font-size: 16px; }
.stars { margin: 11px 0; color: #3a78ad; font-size: 26px; letter-spacing: 3px; white-space: nowrap; }
.reward-pending { padding-top: 12px; border-top: 1px solid #d9e4ee; }
.reward-actions { display: grid; gap: 9px; margin: 14px 0; }
.reward-actions button { min-height: 47px; padding: 10px 14px; border: 1px solid #1b5c91; border-radius: 9px; background: #1b5c91; color: #fff; font-size: 15px; font-weight: 700; text-align: center; }
.reward-actions button + button { border-color: #b5ccdf; background: #eaf3fb; color: #1d598c; }
.reward-actions.secondary button { border-color: #cbd9e6; background: #fff; color: #315f83; font-size: 14px; }
.reward-actions button:disabled { opacity: .48; }
.reward-details { margin-top: 16px; border-top: 1px solid #e1eaf2; }
.reward-details summary { padding-top: 15px; color: #285e8c; cursor: pointer; font-size: 14px; font-weight: 700; }
.reward-milestones { margin-top: 10px; }
.reward-milestones p { margin: 6px 0; font-size: 13px; }
.reward-milestones b { color: #a7633e; }

.event-dialog { position: fixed; width: min(calc(100% - 16px), 480px); max-height: 84dvh; margin: auto auto 0; padding: 14px 19px calc(24px + env(safe-area-inset-bottom)); overflow: auto; border: 1px solid #cfdeeb; border-radius: 20px 20px 0 0; background: #fff; color: #17324b; box-shadow: 0 -16px 40px #102e4d37; font-family: TildaSans, Arial, sans-serif; }
.event-dialog::backdrop { background: #102e4db0; }
.dialog-grip { width: 42px; height: 4px; margin: 0 auto 19px; border-radius: 10px; background: #bdccda; }
.dialog-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.dialog-top h2 { margin: 0; font-size: 23px; line-height: 1.17; }
.dialog-close { flex: none; width: 39px; height: 39px; border: 0; border-radius: 10px; background: #eef3f8; color: #17324b; font-size: 26px; line-height: 1; }
.dialog-description { color: #5f7388; font-size: 15px; line-height: 1.4; }
.event-facts { margin: 17px 0 0; }
.event-facts div { display: grid; grid-template-columns: 92px 1fr; gap: 10px; padding: 12px 0; border-top: 1px solid #e4edf4; font-size: 14px; }
.event-facts dt { color: #71869a; }
.event-facts dd { margin: 0; font-weight: 650; }
.dialog-forum { margin-top: 18px; background: #123b64; color: #fff; }

@media (max-width: 360px) {
  .app-header { padding-inline: 15px; }
  .app-main { padding-inline: 14px; }
  .forum-card { padding-inline: 15px; }
  .forum-card h2 { font-size: 23px; }
  .forum-card h2 span { font-size: 15px; }
  .event-row { grid-template-columns: 43px 1fr 15px; gap: 7px; }
  .stars { font-size: 23px; letter-spacing: 1px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
