html body #dch-competition-overview {
  box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px 24px 48px;
  background: #f4f7f8;
  color: #172f3c;
  font: 15px/1.5 "Roboto Condensed", "Segoe UI", sans-serif;
  text-align: left; }
  html body #dch-competition-overview *, html body #dch-competition-overview *::before, html body #dch-competition-overview *::after {
    box-sizing: border-box; }
  html body #dch-competition-overview [hidden] {
    display: none !important; }
  html body #dch-competition-overview h1, html body #dch-competition-overview h2, html body #dch-competition-overview h3, html body #dch-competition-overview p {
    margin: 0;
    padding: 0;
    color: inherit;
    letter-spacing: normal;
    text-transform: none; }
  html body #dch-competition-overview h1 {
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.18;
    font-weight: 700; }
  html body #dch-competition-overview h2 {
    font-size: 19px;
    line-height: 1.35;
    font-weight: 600; }
  html body #dch-competition-overview h3 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600; }
  html body #dch-competition-overview a {
    color: #087fa5;
    text-decoration: none; }
  html body #dch-competition-overview a:hover {
    text-decoration: underline; }
  html body #dch-competition-overview button, html body #dch-competition-overview input, html body #dch-competition-overview select {
    font: inherit;
    letter-spacing: normal;
    text-transform: none;
    margin: 0; }
  html body #dch-competition-overview button, html body #dch-competition-overview select, html body #dch-competition-overview input[type="checkbox"] {
    cursor: pointer; }
  html body #dch-competition-overview button {
    box-shadow: none;
    background-image: none; }
  html body #dch-competition-overview a:focus-visible, html body #dch-competition-overview button:focus-visible, html body #dch-competition-overview input:focus-visible, html body #dch-competition-overview select:focus-visible, html body #dch-competition-overview summary:focus-visible {
    outline: 3px solid #65bed9;
    outline-offset: 3px; }
  html body #dch-competition-overview .dch-header {
    margin-bottom: 26px; }
  html body #dch-competition-overview .dch-eyebrow {
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #087fa5;
    margin-bottom: 10px; }
  html body #dch-competition-overview .dch-intro {
    color: #657c8a;
    margin-top: 10px;
    font-size: 16px; }
  html body #dch-competition-overview .dch-header-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
    html body #dch-competition-overview .dch-header-links {
      display: none; }
  html body #dch-competition-overview .dch-text-link, html body #dch-competition-overview .dch-text-button {
    font-size: 13px;
    color: #087fa5; }
  html body #dch-competition-overview .dch-text-button {
    border: 0;
    background: transparent;
    padding: 6px 0;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 3px; }
  html body #dch-competition-overview .dch-filters {
    padding: 20px;
    background: #fff;
    border: 1px solid #dfebef;
    border-radius: 14px;
    margin-bottom: 28px; }
  html body #dch-competition-overview .dch-filter-fields {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) 135px auto;
    align-items: end;
    gap: 16px; }
  html body #dch-competition-overview .dch-field {
    min-width: 0; }
  html body #dch-competition-overview .dch-field label {
    display: block;
    margin: 0 0 6px;
    color: #657c8a;
    font-size: 13px;
    font-weight: 400; }
  html body #dch-competition-overview input[type="search"], html body #dch-competition-overview select {
    display: block;
    width: 100%;
    min-width: 0;
    height: 42px;
    border: 1px solid #dfebef;
    border-radius: 6px;
    background: #fff;
    color: #172f3c;
    padding: 8px 12px;
    box-shadow: none; }
  html body #dch-competition-overview select {
    padding-right: 26px; }
  html body #dch-competition-overview input::placeholder {
    color: #788891;
    opacity: 1; }
  html body #dch-competition-overview .dch-check {
    display: flex;
    gap: 8px;
    align-items: center;
    min-height: 42px;
    color: #657c8a;
    font-size: 14px;
    font-weight: 400; }
  html body #dch-competition-overview input[type="checkbox"] {
    appearance: auto;
    -webkit-appearance: checkbox;
    position: static;
    display: inline-block;
    opacity: 1;
    width: 16px;
    height: 16px;
    min-width: 16px;
    accent-color: #087fa5; }
  html body #dch-competition-overview .dch-disciplines {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 16px; }
  html body #dch-competition-overview .dch-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid #dfebef;
    border-radius: 5px;
    background: #fff;
    color: #657c8a;
    font-size: 14px;
    line-height: 1.4; }
    html body #dch-competition-overview .dch-chip .dch-count {
      font-weight: 700; }
  html body #dch-competition-overview .dch-chip:hover {
    background: #e8f5f9;
    color: #087fa5; }
  html body #dch-competition-overview .dch-chip[aria-pressed="true"] {
    background: #087fa5;
    color: #fff;
    border-color: #087fa5; }
  html body #dch-competition-overview .dch-count {
    font-size: 11px;
    font-variant-numeric: tabular-nums; }
  html body #dch-competition-overview .dch-count:empty {
    display: none; }
  html body #dch-competition-overview .dch-subfilters {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 16px; }
    html body #dch-competition-overview .dch-subfilters:has(> :not([hidden])) {
      margin-top: 14px; }
  html body #dch-competition-overview .dch-subfilters .dch-field {
    width: 180px; }
  html body #dch-competition-overview .dch-results-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 12px; }
  html body #dch-competition-overview #dch-result-count {
    font-size: 14px;
    color: #657c8a; }
  html body #dch-competition-overview .dch-sort-tools {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: start;
    margin-bottom: 14px; }
  html body #dch-competition-overview .dch-sort-row {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 5px; }
  html body #dch-competition-overview .dch-sort-row label {
    font-size: 12px;
    color: #657c8a;
    min-width: 66px; }
  html body #dch-competition-overview .dch-sort-row select {
    width: 160px;
    height: 34px;
    padding: 4px 24px 4px 9px;
    font-size: 13px; }
  html body #dch-competition-overview .dch-sort-direction, html body #dch-competition-overview .dch-sort-remove {
    border: 1px solid #dfebef;
    border-radius: 5px;
    background: #fff;
    color: #087fa5;
    width: 34px;
    min-width: 34px;
    height: 34px;
    padding: 2px;
    font-size: 18px; }
  html body #dch-competition-overview .dch-sort-remove {
    color: #657c8a; }
  html body #dch-competition-overview .dch-list {
    border-radius: 14px;
    overflow: hidden;
    background: #fff; }
  html body #dch-competition-overview .dch-card {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 132px 132px;
    align-items: center;
    gap: 22px;
    padding: 24px;
    border-bottom: 1px solid #dfebef; }
  html body #dch-competition-overview .dch-card:last-child {
    border-bottom: 0; }
  html body #dch-competition-overview .dch-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: start;
    width: 64px;
    min-height: 78px;
    padding: 8px 4px;
    border-radius: 9px;
    background: #e8f5f9;
    color: #087fa5;
    text-align: center;
    font-variant-numeric: tabular-nums; }
  html body #dch-competition-overview .dch-date-weekday {
    font-size: 11px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 5px; }
  html body #dch-competition-overview .dch-date-day {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.05; }
  html body #dch-competition-overview .dch-date-month {
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 4px; }
  html body #dch-competition-overview .dch-date-year {
    font-size: 11px;
    letter-spacing: .06em; }
  html body #dch-competition-overview .dch-card-main {
    min-width: 0;
    overflow-wrap: anywhere; }
  html body #dch-competition-overview .dch-card-category {
    color: #087fa5;
    font-size: 12px;
    margin-bottom: 4px; }
  html body #dch-competition-overview .dch-card-meta {
    color: #657c8a;
    font-size: 13px;
    margin-top: 5px; }
    html body #dch-competition-overview .dch-card-meta span:first-child {
      font-size: 1.1em;
      font-weight: 600;
      color: #172f3c; }
  html body #dch-competition-overview .dch-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px; }
    html body #dch-competition-overview .dch-card-badges:not(:empty) {
      margin-top: 6px; }
  html body #dch-competition-overview .dch-badge {
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 4px;
    background: #f0f4f6;
    color: #657c8a; }
  html body #dch-competition-overview .dch-badge-enrolled {
    background: #edf6ef;
    color: #377248; }
  html body #dch-competition-overview .dch-deadline {
    font-size: 14px; }
  html body #dch-competition-overview .dch-label {
    display: block;
    font-size: 12px;
    color: #657c8a; }
  html body #dch-competition-overview .dch-deadline time {
    display: block;
    font-weight: 500; }
  html body #dch-competition-overview .dch-deadline-note {
    display: block;
    font-size: 11px;
    color: #657c8a;
    margin-top: 2px; }
  html body #dch-competition-overview .dch-card-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px; }
  html body #dch-competition-overview .dch-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    min-height: 40px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #087fa5;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center; }
  html body #dch-competition-overview .dch-action:hover {
    color: #fff;
    background: #066986;
    text-decoration: none; }
  html body #dch-competition-overview .dch-action-closed {
    background: #e8f5f9;
    color: #087fa5; }
    html body #dch-competition-overview .dch-action-closed:hover {
      background: #d7edf5;
      color: #087fa5; }
  html body #dch-competition-overview .dch-action-planned {
    flex-direction: column;
    gap: 1px;
    background: #fff5df;
    color: #755114;
    padding: 8px 10px;
    font-size: 13px; }
    html body #dch-competition-overview .dch-action-planned:hover {
      background: #faebc7;
      color: #755114; }
  html body #dch-competition-overview .dch-opening-label {
    font-size: 10px;
    font-weight: 400; }
  html body #dch-competition-overview .dch-participants-link {
    font-size: 12px;
    color: #657c8a;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 3px; }
    html body #dch-competition-overview .dch-participants-link:hover {
      color: #087fa5;
      text-decoration-color: currentColor; }
  html body #dch-competition-overview .dch-empty {
    padding: 44px 24px;
    border: 1px dashed #dfebef;
    border-radius: 12px;
    background: #fff;
    text-align: center; }
    html body #dch-competition-overview .dch-empty p {
      margin: 8px 0 18px;
      color: #657c8a; }
  html body #dch-competition-overview .dch-dialog {
    position: fixed;
    inset: 0;
    margin: auto;
    width: calc(100% - 40px);
    max-width: 1080px;
    max-height: 90vh;
    padding: 28px;
    border: 1px solid #dfebef;
    border-radius: 16px;
    background: #f4f7f8;
    color: #172f3c;
    box-shadow: 0 24px 80px #17333f40;
    overflow: auto;
    z-index: 10000;
    font: inherit; }
  html body #dch-competition-overview .dch-dialog:not([open]) {
    display: none; }
  html body #dch-competition-overview .dch-dialog::backdrop {
    background: #132f3e88; }
  html body #dch-competition-overview .dch-dialog-heading {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px; }
    html body #dch-competition-overview .dch-dialog-heading h2 {
      font-size: 24px; }
    html body #dch-competition-overview .dch-dialog-heading p:not(.dch-eyebrow) {
      color: #657c8a;
      margin-top: 6px; }
  html body #dch-competition-overview .dch-close {
    flex-shrink: 0;
    align-self: start;
    width: 38px;
    height: 38px;
    border: 1px solid #dfebef;
    border-radius: 50%;
    color: #172f3c;
    background: #fff;
    font-size: 26px;
    line-height: 1;
    padding: 0; }
  html body #dch-competition-overview .dch-participant-tools {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 10px;
    margin-bottom: 14px; }
    html body #dch-competition-overview .dch-participant-tools .dch-field:first-child {
      flex: 1 1 240px; }
    html body #dch-competition-overview .dch-participant-tools .dch-field {
      flex: 0 1 180px; }
    html body #dch-competition-overview .dch-participant-tools .dch-sort-direction {
      height: 42px; }
    html body #dch-competition-overview .dch-participant-tools .dch-chip {
      min-height: 42px; }
  html body #dch-competition-overview [data-dch-participant-count] {
    margin: 12px 0;
    color: #657c8a;
    font-size: 13px; }
  html body #dch-competition-overview .dch-participant-section {
    margin-top: 20px; }
    html body #dch-competition-overview .dch-participant-section > h3 {
      margin-bottom: 10px; }
  html body #dch-competition-overview .dch-person {
    background: #fff;
    border: 1px solid #dfebef;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 10px;
    overflow-wrap: anywhere; }
  html body #dch-competition-overview .dch-person h3 {
    font-size: 17px;
    margin-bottom: 10px; }
  html body #dch-competition-overview .dch-person dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 20px;
    margin: 0; }
  html body #dch-competition-overview .dch-person dt {
    font-size: 12px;
    color: #657c8a; }
  html body #dch-competition-overview .dch-person dd {
    margin: 2px 0 0;
    min-width: 0; }
  html body #dch-competition-overview .dch-person img {
    max-width: 100%;
    height: auto; }
  html body #dch-competition-overview .dch-person details summary {
    cursor: pointer;
    color: #087fa5; }
  html body #dch-competition-overview .dch-person details ul {
    margin: 6px 0;
    padding-left: 18px; }
  html body #dch-competition-overview .dch-dialog-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #dfebef; }
  html body #dch-competition-overview .dch-print-frame {
    position: fixed;
    left: -10000px;
    top: 0;
    width: 1100px;
    height: 1px;
    border: 0; }
  @media (max-width: 900px) {
    html body #dch-competition-overview {
      padding: 24px 16px 36px; }
      html body #dch-competition-overview .dch-filter-fields {
        grid-template-columns: minmax(170px, 1fr) 112px auto;
        gap: 12px; }
      html body #dch-competition-overview .dch-check {
        font-size: 13px; }
      html body #dch-competition-overview .dch-card {
        grid-template-columns: 58px minmax(0, 1fr) 108px 112px;
        gap: 16px;
        padding: 20px; }
      html body #dch-competition-overview .dch-date {
        width: 58px; }
      html body #dch-competition-overview .dch-card h3 {
        font-size: 16px; }
      html body #dch-competition-overview .dch-deadline {
        font-size: 13px; }
      html body #dch-competition-overview .dch-person dl {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 640px) {
    html body #dch-competition-overview {
      padding: 24px 12px 32px; }
      html body #dch-competition-overview .dch-intro {
        font-size: 14px; }
      html body #dch-competition-overview .dch-filters {
        padding: 14px; }
      html body #dch-competition-overview .dch-filter-fields {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px; }
      html body #dch-competition-overview .dch-chip {
        font-size: 13px;
        padding: 7px 10px; }
      html body #dch-competition-overview .dch-check {
        grid-column: auto; }
      html body #dch-competition-overview .dch-sort-tools {
        flex-direction: column;
        gap: 0; }
      html body #dch-competition-overview .dch-sort-row {
        flex-wrap: wrap; }
      html body #dch-competition-overview .dch-sort-row label {
        min-width: 54px; }
      html body #dch-competition-overview .dch-sort-row select {
        width: 142px; }
      html body #dch-competition-overview .dch-sort-tools > .dch-text-button {
        font-size: 12px; }
      html body #dch-competition-overview .dch-card {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 12px 14px;
        padding: 18px 14px; }
      html body #dch-competition-overview .dch-date {
        width: 52px;
        min-height: 70px; }
      html body #dch-competition-overview .dch-date-day {
        font-size: 25px; }
      html body #dch-competition-overview .dch-card h3 {
        font-size: 17px; }
      html body #dch-competition-overview .dch-deadline {
        grid-column: 2;
        grid-row: 2; }
      html body #dch-competition-overview .dch-card-actions {
        grid-column: 2;
        grid-row: 3;
        align-items: start; }
      html body #dch-competition-overview .dch-action {
        min-height: 42px; }
      html body #dch-competition-overview .dch-card-category {
        font-size: 11px; }
      html body #dch-competition-overview .dch-card-meta {
        font-size: 12px; }
      html body #dch-competition-overview .dch-dialog {
        width: calc(100% - 16px);
        max-height: 94vh;
        padding: 18px 14px; }
      html body #dch-competition-overview .dch-dialog-heading h2 {
        font-size: 20px; }
      html body #dch-competition-overview .dch-person dl {
        grid-template-columns: minmax(0, 1fr); }
      html body #dch-competition-overview .dch-person {
        padding: 14px; } }
  html body #dch-competition-overview.dch-print {
    max-width: none;
    background: #fff;
    padding: 0; }
    html body #dch-competition-overview.dch-print .dch-person {
      break-inside: avoid; }
  @media print {
    html body #dch-competition-overview.dch-print {
      page: dch-participants;
      font-size: 10pt; }
    html body #dch-competition-overview.dch-print .dch-person dl {
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
    html body #dch-competition-overview.dch-print details summary {
      display: none; } }

@page dch-participants {
  size: landscape;
  margin: 12mm; }
