.bcr100-brand-logo {
    display: block !important;
    position: relative !important;

    width: 220px !important;
    height: 170px !important;

    margin: 0 auto 10px !important;

    background: none !important;
    overflow: visible !important;
}

.bcr100-brand-logo::before {
    content: "" !important;

    position: absolute !important;
    left: 50% !important;
    top: 50% !important;

    width: 220px !important;
    height: 170px !important;

    transform: translate(-50%, -50%) !important;

    background-image: url('/images/bcr100/bcr-logo.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;

    pointer-events: none !important;
}


/* =========================================================
   BCR100 - PLATFORM ICONS
   ========================================================= */

.bcr100-platform-logo {
    display: block !important;
    width: 100% !important;
    height: 35px !important;
    margin: 0 0 7px !important;

    background-repeat: no-repeat !important;
    background-position: center center !important;
}


/* STEAM */
.bcr100-logo-steam {
    background-image: url('/images/bcr100/steam.png') !important;
    background-size: 42px auto !important;
}


/* EPIC GAMES */
.bcr100-logo-epic {
    background-image: url('/images/bcr100/epic.png') !important;
    background-size: 36px auto !important;
}


/* PLAYSTATION */
.bcr100-logo-playstation {
    background-image: url('/images/bcr100/playstation.png') !important;
    background-size: 48px auto !important;
}


/* XBOX */
.bcr100-logo-xbox {
    background-image: url('/images/bcr100/xbox.png') !important;
    background-size: 40px auto !important;
}

/* SWITCH */
.bcr100-logo-switch {
    background-image: url('/images/bcr100/switch.png') !important;
    background-size: 36px auto !important;
}
/* =========================================================
   BCR100 SUBMISSION PAGE
   Menu Item ID: 133
   ========================================================= */


/* Mehr Abstand zum Header */
body.itemid-133 #sp-main-body {
    padding-top: 70px !important;
    padding-bottom: 90px !important;
    background: #05070a !important;
}


/* Formular kompakter + mittig */
body.itemid-133 .convertforms {
    width: calc(100% - 40px) !important;
    max-width: 460px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    background: #181a1e !important;

    border: 1px solid rgba(255,255,255,.12) !important;

    box-shadow:
        0 20px 60px rgba(0,0,0,.45) !important;
}


/* Etwas mehr Luft innen */
body.itemid-133 .convertforms .cf-form-wrap {
    padding: 24px !important;
}


/* Formular-Titel */
body.itemid-133 .convertforms .cf-form-title {
    margin-bottom: 24px !important;

    color: #e20b18 !important;

    font-size: 19px !important;
    font-weight: 600 !important;

    letter-spacing: .3px !important;
}


/* Labels nicht komplett knallrot */
body.itemid-133 .convertforms label {
    color: rgba(255,255,255,.78) !important;

    font-size: 12px !important;
    font-weight: 500 !important;
}


/* Pflichtsternchen rot */
body.itemid-133 .convertforms label .required,
body.itemid-133 .convertforms label .star {
    color: #e20b18 !important;
}


/* Felder etwas moderner */
body.itemid-133 .convertforms input,
body.itemid-133 .convertforms select,
body.itemid-133 .convertforms textarea {
    min-height: 38px !important;

    border: 1px solid rgba(255,255,255,.20) !important;

    border-radius: 2px !important;
}


/* Fokus auf Feld */
body.itemid-133 .convertforms input:focus,
body.itemid-133 .convertforms select:focus,
body.itemid-133 .convertforms textarea:focus {
    border-color: #e20b18 !important;

    box-shadow: 0 0 0 1px #e20b18 !important;

    outline: none !important;
}


/* Submit Button */
body.itemid-133 .convertforms button[type="submit"] {
    min-width: 110px !important;

    padding: 11px 22px !important;

    background: #d90916 !important;
    border: 1px solid #ef2531 !important;

    border-radius: 2px !important;

    color: #fff !important;

    font-weight: 600 !important;

    transition: .2s ease !important;
}


body.itemid-133 .convertforms button[type="submit"]:hover {
    background: #f00b1a !important;

    transform: translateY(-1px);
}


/* Mobile */
@media (max-width: 600px) {

    body.itemid-133 #sp-main-body {
        padding-top: 35px !important;
        padding-bottom: 60px !important;
    }

    body.itemid-133 .convertforms {
        width: calc(100% - 28px) !important;
    }

}

/* =========================================================
   BCR100 - HEADER NAV TRUE CENTER
   Preview + Submission
   ========================================================= */

/* BCR100 - Navigation leicht zentrieren */

body.itemid-132 #sp-header .sp-megamenu-parent,
body.itemid-133 #sp-header .sp-megamenu-parent {
    position: relative !important;
    left: 40px !important;
}

/* =========================================================
   BCR100 - FORM FIELD ORDER + TIME MM/SS
   ========================================================= */

body.itemid-133 #cf_2 .cf-fields {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}


/* normale Felder volle Breite */
body.itemid-133 #cf_2 .cf-fields > .cf-control-group {
    flex: 0 0 100% !important;
    width: 100% !important;
}


/* Reihenfolge erzwingen */
body.itemid-133 #cf_2 [data-name="heading_10"] {
    order: 0;
}

body.itemid-133 #cf_2 [data-name="name"] {
    order: 1;
}

body.itemid-133 #cf_2 [data-name="dropdown_16"] {
    order: 2;
}

body.itemid-133 #cf_2 [data-name="time_minutes"] {
    order: 3;
}

body.itemid-133 #cf_2 [data-name="time_seconds"] {
    order: 4;
}

body.itemid-133 #cf_2 [data-name="dropdown_15"] {
    order: 6;
}

body.itemid-133 #cf_2 [data-name="dropdown_13"] {
    order: 7;
}

body.itemid-133 #cf_2 [data-name="url_3"] {
    order: 8;
}

body.itemid-133 #cf_2 [data-name="submit_2"] {
    order: 9;
}


/* =========================================================
   BCR100 TIME - FINAL
   ========================================================= */

body.itemid-133 #cf_2 .bcr-time-field {
    display: block !important;

    width: 100% !important;
    flex: 0 0 100% !important;

    margin: 0 0 18px 0 !important;
    padding: 0 !important;
}


/* Label wie normale Convert-Forms-Felder */

body.itemid-133 #cf_2 .bcr-time-field .cf-control-label {
    display: block !important;

    width: 100% !important;

    margin: 0 0 6px 0 !important;
    padding: 0 !important;
}


/* EIN gemeinsamer weißer Kasten */

body.itemid-133 #cf_2 .bcr-time-box {
    display: flex !important;

    width: 100% !important;
    height: 36px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #fff !important;

    border: 1px solid rgba(255,255,255,.20) !important;
    border-radius: 2px !important;

    box-sizing: border-box !important;
    overflow: hidden !important;
}


/* Minutes und Seconds = jeweils halbe Breite */

body.itemid-133 #cf_2 .bcr-time-part {
    position: relative !important;

    display: block !important;

    flex: 1 1 50% !important;

    width: 50% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


/* Trennung in der Mitte */

body.itemid-133 #cf_2 .bcr-time-part:first-child {
    border-right: 1px solid #ddd !important;
}


/* Eingabefläche */

body.itemid-133 #cf_2 .bcr-time-part input {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;

    /* Platz für m / s rechts */
    padding: 0 32px 0 10px !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;

    box-sizing: border-box !important;

    color: #333 !important;

    text-align: right !important;

    font-size: 14px !important;
}


/* m / s FEST rechts in der jeweiligen Hälfte */

body.itemid-133 #cf_2 .bcr-time-unit {
    position: absolute !important;

    right: 10px !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #555 !important;

    font-size: 12px !important;
    font-weight: 600 !important;

    pointer-events: none !important;
}

/* =========================================================
   BCR100 - FORM ORDER CLEANUP + TIME SIZE
   ========================================================= */

/* Convert Forms wieder normale Reihenfolge verwenden */
body.itemid-133 #cf_2 .cf-fields {
    display: block !important;
}

/* Alte Grid-/Order-Versuche neutralisieren */
body.itemid-133 #cf_2 .cf-fields > .cf-control-group {
    order: initial !important;
    grid-column: auto !important;
    grid-row: auto !important;

    width: 100% !important;
}


/* BCR100 TIME - MATCH NORMAL FIELD WIDTH */

body.itemid-133 #cf_2 .bcr-time-field {
    width: 100% !important;
    max-width: none !important;

    margin: 0 0 18px 0 !important;
    padding: 0 !important;
}

body.itemid-133 #cf_2 .bcr-time-field > .cf-control-input {
    width: 100% !important;
}

body.itemid-133 #cf_2 .bcr-time-box {
    width: 100% !important;
    max-width: none !important;

    box-sizing: border-box !important;
}

/* BCR100 TIME - exakt gleiche Breite wie normale Felder */

body.itemid-133 #cf_2 .bcr-time-field {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
}

body.itemid-133 #cf_2 .bcr-time-field > .cf-control-input {
    width: 100% !important;
    box-sizing: border-box !important;
}

body.itemid-133 #cf_2 .bcr-time-box {
    width: 100% !important;
    box-sizing: border-box !important;
}

.bcr100-submit {
    cursor: pointer !important;
    user-select: none !important;
    font-family: inherit !important;
    appearance: none !important;
}
.bcr100-brand-logo {
    background: transparent !important;
    background-color: transparent !important;
}





/* =========================================================
   BCR SUBMISSION PAGE
   Menu Item ID: 101
   ========================================================= */


/* Mehr Abstand zum Header */
body.itemid-101 #sp-main-body {
    padding-top: 70px !important;
    padding-bottom: 90px !important;
    background: #05070a !important;
}


/* Formular kompakter + mittig */
body.itemid-101 .convertforms {
    width: calc(100% - 40px) !important;
    max-width: 460px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    background: #181a1e !important;

    border: 1px solid rgba(255,255,255,.12) !important;

    box-shadow:
        0 20px 60px rgba(0,0,0,.45) !important;
}


/* Etwas mehr Luft innen */
body.itemid-101 .convertforms .cf-form-wrap {
    padding: 24px !important;
}


/* Formular-Titel */
body.itemid-101 .convertforms .cf-form-title {
    margin-bottom: 24px !important;

    color: #e20b18 !important;

    font-size: 19px !important;
    font-weight: 600 !important;

    letter-spacing: .3px !important;
}


/* Labels nicht komplett knallrot */
body.itemid-101 .convertforms label {
    color: rgba(255,255,255,.78) !important;

    font-size: 12px !important;
    font-weight: 500 !important;
}


/* Pflichtsternchen rot */
body.itemid-101 .convertforms label .required,
body.itemid-101 .convertforms label .star {
    color: #e20b18 !important;
}


/* Felder etwas moderner */
body.itemid-101 .convertforms input,
body.itemid-101 .convertforms select,
body.itemid-101 .convertforms textarea {
    min-height: 38px !important;

    border: 1px solid rgba(255,255,255,.20) !important;

    border-radius: 2px !important;
}


/* Fokus auf Feld */
body.itemid-101 .convertforms input:focus,
body.itemid-101 .convertforms select:focus,
body.itemid-101 .convertforms textarea:focus {
    border-color: #e20b18 !important;

    box-shadow: 0 0 0 1px #e20b18 !important;

    outline: none !important;
}


/* Submit Button */
body.itemid-101 .convertforms button[type="submit"] {
    min-width: 110px !important;

    padding: 11px 22px !important;

    background: #d90916 !important;
    border: 1px solid #ef2531 !important;

    border-radius: 2px !important;

    color: #fff !important;

    font-weight: 600 !important;

    transition: .2s ease !important;
}


body.itemid-101 .convertforms button[type="submit"]:hover {
    background: #f00b1a !important;

    transform: translateY(-1px);
}


/* Mobile */
@media (max-width: 600px) {

    body.itemid-101 #sp-main-body {
        padding-top: 35px !important;
        padding-bottom: 60px !important;
    }

    body.itemid-101 .convertforms {
        width: calc(100% - 28px) !important;
    }

}

/* =========================================================
   BCR - HEADER NAV TRUE CENTER
   Preview + Submission
   ========================================================= */

/* BCR - Navigation leicht zentrieren */

body.itemid-132 #sp-header .sp-megamenu-parent,
body.itemid-101 #sp-header .sp-megamenu-parent {
    position: relative !important;
    left: 40px !important;
}

/* =========================================================
   BCR - FORM FIELD ORDER + TIME MM/SS
   ========================================================= */

body.itemid-101 #cf_2 .cf-fields {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}


/* normale Felder volle Breite */
body.itemid-101 #cf_2 .cf-fields > .cf-control-group {
    flex: 0 0 100% !important;
    width: 100% !important;
}


/* Reihenfolge erzwingen */
body.itemid-101 #cf_2 [data-name="heading_10"] {
    order: 0;
}

body.itemid-101 #cf_2 [data-name="discord-username"] {
    order: 1;
}

body.itemid-101 #cf_2 [data-name="type"] {
    order: 2;
}

body.itemid-101 #cf_2 [data-name="time_minutes"] {
    order: 3;
}

body.itemid-101 #cf_2 [data-name="time_seconds"] {
    order: 4;
}

body.itemid-101 #cf_2 [data-name="platform"] {
    order: 6;
}

body.itemid-101 #cf_2 [data-name="starting-location"] {
    order: 7;
}

body.itemid-101 #cf_2 [data-name="run-link"] {
    order: 8;
}

body.itemid-101 #cf_2 [data-name="submit_2"] {
    order: 9;
}


/* =========================================================
   BCR TIME - FINAL
   ========================================================= */

body.itemid-101 #cf_2 .bcr-time-field {
    display: block !important;

    width: 100% !important;
    flex: 0 0 100% !important;

    margin: 0 0 18px 0 !important;
    padding: 0 !important;
}


/* Label wie normale Convert-Forms-Felder */

body.itemid-101 #cf_2 .bcr-time-field .cf-control-label {
    display: block !important;

    width: 100% !important;

    margin: 0 0 6px 0 !important;
    padding: 0 !important;
}


/* EIN gemeinsamer weißer Kasten */

body.itemid-101 #cf_2 .bcr-time-box {
    display: flex !important;

    width: 100% !important;
    height: 36px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #fff !important;

    border: 1px solid rgba(255,255,255,.20) !important;
    border-radius: 2px !important;

    box-sizing: border-box !important;
    overflow: hidden !important;
}


/* Minutes und Seconds = jeweils halbe Breite */

body.itemid-101 #cf_2 .bcr-time-part {
    position: relative !important;

    display: block !important;

    flex: 1 1 50% !important;

    width: 50% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


/* Trennung in der Mitte */

body.itemid-101 #cf_2 .bcr-time-part:first-child {
    border-right: 1px solid #ddd !important;
}


/* Eingabefläche */

body.itemid-101 #cf_2 .bcr-time-part input {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;

    /* Platz für m / s rechts */
    padding: 0 32px 0 10px !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;

    box-sizing: border-box !important;

    color: #333 !important;

    text-align: right !important;

    font-size: 14px !important;
}


/* m / s FEST rechts in der jeweiligen Hälfte */

body.itemid-101 #cf_2 .bcr-time-unit {
    position: absolute !important;

    right: 10px !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #555 !important;

    font-size: 12px !important;
    font-weight: 600 !important;

    pointer-events: none !important;
}

/* =========================================================
   BCR - FORM ORDER CLEANUP + TIME SIZE
   ========================================================= */

/* Convert Forms wieder normale Reihenfolge verwenden */
body.itemid-101 #cf_2 .cf-fields {
    display: block !important;
}

/* Alte Grid-/Order-Versuche neutralisieren */
body.itemid-101 #cf_2 .cf-fields > .cf-control-group {
    order: initial !important;
    grid-column: auto !important;
    grid-row: auto !important;

    width: 100% !important;
}


/* BCR TIME - MATCH NORMAL FIELD WIDTH */

body.itemid-101 #cf_2 .bcr-time-field {
    width: 100% !important;
    max-width: none !important;

    margin: 0 0 18px 0 !important;
    padding: 0 !important;
}

body.itemid-101 #cf_2 .bcr-time-field > .cf-control-input {
    width: 100% !important;
}

body.itemid-101 #cf_2 .bcr-time-box {
    width: 100% !important;
    max-width: none !important;

    box-sizing: border-box !important;
}

/* BCR TIME - exakt gleiche Breite wie normale Felder */

body.itemid-101 #cf_2 .bcr-time-field {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
}

body.itemid-101 #cf_2 .bcr-time-field > .cf-control-input {
    width: 100% !important;
    box-sizing: border-box !important;
}

body.itemid-101 #cf_2 .bcr-time-box {
    width: 100% !important;
    box-sizing: border-box !important;
}

.bcr-submit {
    cursor: pointer !important;
    user-select: none !important;
    font-family: inherit !important;
    appearance: none !important;
}
.bcr-brand-logo {
    background: transparent !important;
    background-color: transparent !important;
}

body.itemid-132 .bcr100-brand-logo {
    width: 115px !important;
    height: 90px !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* =========================================================
   BCR100 RULES PAGE
   ========================================================= */

.bcr100-rules-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 70px 30px 90px;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(217, 9, 22, .08),
            transparent 35%
        ),
        #05070a;

    color: #fff;
    box-sizing: border-box;
}

.bcr100-rules-page * {
    box-sizing: border-box;
}


/* MAIN WIDTH */

.bcr100-rules-inner {
    width: min(1080px, 100%);
    margin: 0 auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.bcr100-rules-header {
    max-width: 820px;
    margin: 0 auto 60px;
    text-align: center;
}

.bcr100-rules-kicker {
    margin-bottom: 12px;

    color: #df0b17;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 5px;
    text-transform: uppercase;
}

.bcr100-rules-header h1 {
    margin: 0 0 14px;

    color: #f4f4f4;

    font-size: clamp(40px, 5vw, 64px);
    font-weight: 700;
    line-height: 1;

    letter-spacing: 1px;
}

.bcr100-rules-header h1 span {
    color: #df0b17;
}

.bcr100-rules-subtitle {
    margin-bottom: 24px;

    color: rgba(255,255,255,.58);

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 4px;
}

.bcr100-rules-intro {
    position: relative;

    max-width: 700px;
    margin: 0 auto;
    padding-top: 22px;

    color: rgba(255,255,255,.65);

    font-size: 14px;
    line-height: 1.8;
}

.bcr100-rules-intro::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: 80px;
    height: 2px;

    transform: translateX(-50%);

    background: #df0b17;
}


/* =========================================================
   RULE SECTIONS
   ========================================================= */

.bcr100-rules-content {
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.bcr100-rule-section {
    display: grid;

    grid-template-columns: 65px minmax(0, 1fr);
    gap: 28px;

    padding: 40px 0;

    border-top: 1px solid rgba(255,255,255,.10);
}

.bcr100-rule-number {
    padding-top: 2px;

    color: #df0b17;

    font-size: 24px;
    font-weight: 700;
    line-height: 1;

    letter-spacing: 1px;
}

.bcr100-rule-body {
    min-width: 0;
}

.bcr100-rule-body h2 {
    margin: 0 0 18px;

    color: #f4f4f4;

    font-size: 19px;
    font-weight: 700;

    letter-spacing: 2px;
}

.bcr100-rule-body p {
    margin: 0 0 18px;

    color: rgba(255,255,255,.68);

    font-size: 14px;
    line-height: 1.8;
}

.bcr100-rule-body p:last-child {
    margin-bottom: 0;
}

.bcr100-rule-body strong {
    color: #f2f2f2;
    font-weight: 650;
}

.bcr100-rule-body code {
    color: #fff;
    background: rgba(255,255,255,.07);

    padding: 2px 5px;

    border-radius: 2px;
}


/* =========================================================
   SUBSECTIONS
   ========================================================= */

.bcr100-rule-subsection {
    margin-top: 28px;
    padding-top: 24px;

    border-top: 1px solid rgba(255,255,255,.09);
}

.bcr100-rule-subsection h3 {
    margin: 0 0 14px;

    color: rgba(255,255,255,.9);

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2.5px;
}


/* =========================================================
   TRANQ WARNING
   ========================================================= */

.bcr100-rule-warning {
    margin: 25px 0;
    padding: 20px 24px;

    background:
        linear-gradient(
            90deg,
            rgba(217,9,22,.15),
            rgba(217,9,22,.025)
        );

    border: 1px solid rgba(217,9,22,.35);
    border-left: 3px solid #df0b17;
}

.bcr100-rule-warning-label {
    margin-bottom: 6px;

    color: #df0b17;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 3px;
}

.bcr100-rule-warning > strong {
    display: block;

    margin-bottom: 6px;

    color: #fff;

    font-size: 22px;
    font-weight: 800;

    letter-spacing: 2px;
}

.bcr100-rule-warning > span {
    display: block;

    color: rgba(255,255,255,.68);

    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   TIMER / RATING SCREEN
   ========================================================= */

.bcr100-rule-highlight {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 17px;

    margin: 25px 0;
    padding: 16px 20px;

    background: rgba(255,255,255,.035);

    border-top: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);

    color: #fff;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;
    text-align: center;
}

.bcr100-rule-highlight span {
    color: #df0b17;
}


/* =========================================================
   VIDEO REQUIREMENTS
   ========================================================= */

.bcr100-rule-keymessage {
    margin: 0 0 24px;
    padding: 18px 20px;

    background: #0c0e12;

    border: 1px solid rgba(255,255,255,.13);
    border-left: 3px solid #df0b17;

    color: #fff;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;

    letter-spacing: 1.4px;
}

.bcr100-video-platforms {
    display: flex;
    flex-wrap: wrap;

    gap: 9px;

    margin: 23px 0;
}

.bcr100-video-platform {
    display: flex;

    align-items: center;

    gap: 8px;

    padding: 8px 12px;

    background: rgba(255,255,255,.04);

    border: 1px solid rgba(255,255,255,.13);

    color: rgba(255,255,255,.76);

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1px;
}

.bcr100-video-platform.preferred {
    border-color: rgba(217,9,22,.45);
}

.bcr100-video-platform span {
    padding: 3px 6px;

    background: #d90916;

    color: #fff;

    font-size: 7px;
    font-weight: 800;

    letter-spacing: 1px;
}


/* =========================================================
   BOTTOM SUBMIT BUTTON
   ========================================================= */

.bcr100-rules-footer {
    display: flex;

    justify-content: flex-end;

    padding-top: 42px;
}

.bcr100-rules-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: min(320px, 100%);
    padding: 17px 20px;

    background: #d90916;
    border: 1px solid #ef2531;

    color: #fff !important;
    text-decoration: none !important;

    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;

    cursor: pointer;
    user-select: none;

    transition:
        background .2s ease,
        transform .2s ease;
}
.bcr100-rules-submit span {
    margin-left: 25px;

    font-size: 20px;
}

.bcr100-rules-submit:hover {
    background: #f00b1a;
    transform: translateY(-2px);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .bcr100-rules-page {
        padding: 50px 20px 70px;
    }

    .bcr100-rules-header {
        margin-bottom: 45px;
    }

    .bcr100-rules-subtitle {
        line-height: 1.7;
        letter-spacing: 2.5px;
    }

    .bcr100-rule-section {
        grid-template-columns: 1fr;

        gap: 12px;

        padding: 30px 0;
    }

    .bcr100-rule-number {
        font-size: 17px;
    }

    .bcr100-rule-body h2 {
        font-size: 17px;
        letter-spacing: 1.4px;
    }

    .bcr100-rule-body p {
        font-size: 13px;
    }

    .bcr100-rule-warning > strong {
        font-size: 18px;
    }

    .bcr100-rule-highlight {
        flex-direction: column;
        gap: 5px;
    }

    .bcr100-rule-highlight span {
        display: none;
    }

    .bcr100-video-platforms {
        gap: 7px;
    }

    .bcr100-rules-footer {
        justify-content: stretch;
    }

    .bcr100-rules-submit {
        width: 100%;
    }
}

.bcr100-rules-intro a {
    color: #df0b17 !important;
    text-decoration: none !important;
    font-weight: 600;
}

.bcr100-rules-intro a:hover {
    text-decoration: underline !important;
}

.bcr100-rule-body a {
    color: #df0b17 !important;
    text-decoration: none !important;
    font-weight: 600;
}

.bcr100-rule-body a:hover {
    text-decoration: underline !important;
}

/* BCR100 RULES - SUBMIT BUTTON */

document.addEventListener('click', function (event) {

    const button = event.target.closest('.bcr100-rules-submit');

    if (!button) {
        return;
    }

    window.location.href = '/bcr100-submission';

});

/* =========================================================
   BCR ABOUT PAGE
   ========================================================= */

.bcr-about-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 70px 30px 95px;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(217, 9, 22, .09),
            transparent 34%
        ),
        #05070a;

    color: #fff;
    box-sizing: border-box;
}

.bcr-about-page * {
    box-sizing: border-box;
}


/* =========================================================
   MAIN WIDTH
   ========================================================= */

.bcr-about-inner {
    width: min(1080px, 100%);
    margin: 0 auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.bcr-about-header {
    max-width: 820px;
    margin: 0 auto 65px;
    text-align: center;
}

.bcr-about-kicker {
    margin-bottom: 12px;

    color: #df0b17;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 5px;
    text-transform: uppercase;
}

.bcr-about-header h1 {
    margin: 0 0 14px;

    color: #f4f4f4;

    font-size: clamp(42px, 5vw, 66px);
    font-weight: 700;
    line-height: 1;

    letter-spacing: 1px;
}

.bcr-about-header h1 span {
    color: #df0b17;
}

.bcr-about-subtitle {
    margin-bottom: 25px;

    color: rgba(255,255,255,.58);

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 4px;
}

.bcr-about-intro {
    position: relative;

    max-width: 700px;
    margin: 0 auto;
    padding-top: 23px;

    color: rgba(255,255,255,.66);

    font-size: 14px;
    line-height: 1.8;
}

.bcr-about-intro::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: 80px;
    height: 2px;

    transform: translateX(-50%);

    background: #df0b17;
}


/* =========================================================
   SECTIONS
   ========================================================= */

.bcr-about-content {
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.bcr-about-section {
    display: grid;

    grid-template-columns: 65px minmax(0, 1fr);
    gap: 28px;

    padding: 42px 0;

    border-top: 1px solid rgba(255,255,255,.10);
}

.bcr-about-number {
    padding-top: 2px;

    color: #df0b17;

    font-size: 24px;
    font-weight: 700;
    line-height: 1;

    letter-spacing: 1px;
}

.bcr-about-body {
    min-width: 0;
}

.bcr-about-body h2 {
    margin: 0 0 19px;

    color: #f3f3f3;

    font-size: 19px;
    font-weight: 700;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.bcr-about-body p {
    margin: 0 0 18px;

    color: rgba(255,255,255,.68);

    font-size: 14px;
    line-height: 1.82;
}

.bcr-about-body p:last-child {
    margin-bottom: 0;
}

.bcr-about-body strong {
    color: rgba(255,255,255,.95);
}


/* =========================================================
   HOW BCR WORKS - FLOW
   ========================================================= */

.bcr-about-cycle {
    display: grid;

    grid-template-columns:
        minmax(120px, 1fr)
        26px
        minmax(160px, 1.25fr)
        26px
        minmax(120px, 1fr)
        26px
        minmax(150px, 1.2fr);

    align-items: stretch;

    gap: 8px;

    margin: 5px 0 30px;
}

.bcr-about-cycle-item {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 82px;

    padding: 14px 12px;

    background: rgba(255,255,255,.035);

    border: 1px solid rgba(255,255,255,.12);

    text-align: center;
}

.bcr-about-cycle-item strong {
    margin-bottom: 7px;

    color: #fff;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2px;
}

.bcr-about-cycle-item span {
    color: rgba(255,255,255,.54);

    font-size: 10px;
    line-height: 1.5;
}

.bcr-about-cycle-arrow {
    display: flex;

    align-items: center;
    justify-content: center;

    color: #df0b17;

    font-size: 18px;
    font-weight: 700;
}


/* =========================================================
   THE ONLY RULE
   ========================================================= */

.bcr-about-rule {
    margin: 25px 0 5px;
    padding: 24px 26px;

    background:
        linear-gradient(
            90deg,
            rgba(217,9,22,.17),
            rgba(217,9,22,.025)
        );

    border: 1px solid rgba(217,9,22,.38);
    border-left: 3px solid #df0b17;
}

.bcr-about-rule-label {
    margin-bottom: 7px;

    color: #df0b17;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 3px;
}

.bcr-about-rule > strong {
    display: block;

    margin-bottom: 7px;

    color: #fff;

    font-size: 22px;
    font-weight: 800;

    letter-spacing: 1.5px;
}

.bcr-about-rule > span {
    display: block;

    color: rgba(255,255,255,.65);

    font-size: 13px;
}


/* =========================================================
   WATCH PARTIES
   ========================================================= */

.bcr-about-keymessage {
    width: fit-content;

    margin: 0 0 23px;
    padding: 10px 14px;

    background: rgba(217,9,22,.10);

    border-left: 3px solid #df0b17;

    color: #fff;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2px;
}

.bcr-about-tags {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin-top: 25px;
}

.bcr-about-tags > div {
    padding: 8px 12px;

    background: rgba(255,255,255,.04);

    border: 1px solid rgba(255,255,255,.12);

    color: rgba(255,255,255,.72);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 1.6px;
}


/* =========================================================
   BEGINNING - QUOTE
   ========================================================= */

.bcr-about-quote {
    position: relative;

    margin: 25px 0;
    padding: 24px 28px;

    background: #0c0e12;

    border: 1px solid rgba(255,255,255,.12);
    border-left: 3px solid #df0b17;

    color: #fff;

    font-size: 20px;
    font-weight: 600;
    font-style: italic;

    line-height: 1.55;
}

.bcr-about-quote::before {
    content: "“";

    position: absolute;

    top: -12px;
    right: 17px;

    color: rgba(217,9,22,.22);

    font-size: 74px;
    font-weight: 800;

    line-height: 1;
}


/* =========================================================
   PEOPLE / NAMES
   ========================================================= */

.bcr-about-people {
    display: flex;
    flex-wrap: wrap;

    gap: 9px;

    margin: 22px 0 24px;
}

.bcr-about-people > div {
    padding: 9px 14px;

    background: rgba(255,255,255,.04);

    border: 1px solid rgba(255,255,255,.13);

    color: #eee;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.5px;
}


/* =========================================================
   SUBSECTIONS
   ========================================================= */

.bcr-about-subsection {
    margin-top: 30px;
    padding-top: 25px;

    border-top: 1px solid rgba(255,255,255,.09);
}

.bcr-about-subsection h3 {
    margin: 0 0 15px;

    color: #df0b17;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2.5px;
}


/* =========================================================
   L'APERITIF MILESTONE
   ========================================================= */

.bcr-about-milestone {
    margin: 5px 0 28px;
    padding: 25px 26px;

    background:
        linear-gradient(
            110deg,
            rgba(217,9,22,.13),
            rgba(255,255,255,.025)
        );

    border: 1px solid rgba(217,9,22,.30);
    border-left: 3px solid #df0b17;
}

.bcr-about-milestone-date {
    margin-bottom: 7px;

    color: #df0b17;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 3px;
}

.bcr-about-milestone > strong {
    display: block;

    margin-bottom: 16px;

    color: #fff;

    font-size: 24px;
    font-weight: 800;

    letter-spacing: 1.5px;
}

.bcr-about-milestone-stats {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;
}

.bcr-about-milestone-stats span {
    padding: 6px 9px;

    background: rgba(0,0,0,.22);

    border: 1px solid rgba(255,255,255,.12);

    color: rgba(255,255,255,.70);

    font-size: 8px;
    font-weight: 700;

    letter-spacing: 1.4px;
}


/* =========================================================
   PHILOSOPHY / END
   ========================================================= */

.bcr-about-philosophy {
    margin: 27px 0;
    padding: 28px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.035),
            rgba(217,9,22,.06)
        );

    border-top: 1px solid rgba(255,255,255,.13);
    border-bottom: 1px solid rgba(255,255,255,.13);
}

.bcr-about-philosophy strong {
    display: block;

    margin-bottom: 8px;

    color: #fff;

    font-size: 18px;
    font-weight: 700;

    letter-spacing: .5px;
}

.bcr-about-philosophy span {
    display: block;

    margin-top: 17px;

    color: #df0b17;

    font-size: 15px;
    font-weight: 700;

    letter-spacing: .8px;
}

.bcr-about-welcome {
    margin-top: 30px !important;
}

.bcr-about-final {
    margin-top: 28px;
    padding-top: 25px;

    border-top: 1px solid rgba(255,255,255,.10);

    color: rgba(255,255,255,.60);

    font-size:20px;
    font-weight: 600;

    letter-spacing: 2.5px;

    text-align: center;
}

.bcr-about-final strong {
    color: #df0b17;

    font-weight: 800;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .bcr-about-cycle {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .bcr-about-cycle-arrow {
        display: none;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .bcr-about-page {
        padding: 50px 20px 70px;
    }

    .bcr-about-header {
        margin-bottom: 45px;
    }

    .bcr-about-subtitle {
        line-height: 1.7;
        letter-spacing: 2.5px;
    }

    .bcr-about-section {
        grid-template-columns: 1fr;

        gap: 12px;

        padding: 31px 0;
    }

    .bcr-about-number {
        font-size: 17px;
    }

    .bcr-about-body h2 {
        font-size: 17px;
        letter-spacing: 1.4px;
    }

    .bcr-about-body p {
        font-size: 13px;
    }

    .bcr-about-cycle {
        grid-template-columns: 1fr;
    }

    .bcr-about-cycle-item {
        min-height: 70px;
    }

    .bcr-about-rule > strong {
        font-size: 18px;
    }

    .bcr-about-quote {
        padding: 21px 20px;

        font-size: 17px;
    }

    .bcr-about-milestone > strong {
        font-size: 20px;
    }

    .bcr-about-philosophy {
        padding: 22px 20px;
    }

    .bcr-about-philosophy strong {
        font-size: 16px;
    }

}

/* =========================================================
   ABOUT - DISCORD FOOTER WIE PREVIEW
   ========================================================= */

body.itemid-103 #sp-footer-1 > .container {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

body.itemid-103 #sp-footer-1 > .container > .container-inner > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.itemid-103 #sp-footer1 {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================================================
   ABOUT - DISCORD STYLE WIE BCR100 PREVIEW
   ========================================================= */

/* Text + Icon nebeneinander */
body.itemid-103 #sp-footer-1 .mod-banners,
body.itemid-103 #sp-footer-1 .bannergroup {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;

    width: auto !important;

    gap: 11px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
}

/* Text rechts vom Icon */
body.itemid-103 #sp-footer-1 .mod-banners__header,
body.itemid-103 #sp-footer-1 .bannergroup > .bannerheader,
body.itemid-103 #sp-footer-1 .bannerheader {
    order: 2 !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    color: rgba(255,255,255,.72) !important;

    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 30px !important;

    white-space: nowrap !important;
}

/* Icon zuerst */
body.itemid-103 #sp-footer-1 .mod-banners__item,
body.itemid-103 #sp-footer-1 .banneritem {
    order: 1 !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* Discord Icon wie Preview: 30px */
body.itemid-103 #sp-footer-1 .mod-banners__item img,
body.itemid-103 #sp-footer-1 .banneritem img {
    display: block !important;

    width: 30px !important;
    height: 30px !important;
    max-width: 30px !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain !important;
}

/* =========================================================
   BCR LEADERBOARD PAGE
   ========================================================= */

.bcr-leaderboard-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 70px 30px 95px;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(217, 9, 22, .09),
            transparent 34%
        ),
        #05070a;

    color: #fff;
    box-sizing: border-box;
}

.bcr-leaderboard-page * {
    box-sizing: border-box;
}

.bcr-leaderboard-inner {
    width: min(1080px, 100%);
    margin: 0 auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.bcr-leaderboard-header {
    max-width: 820px;
    margin: 0 auto 65px;
    text-align: center;
}

.bcr-leaderboard-kicker {
    margin-bottom: 12px;

    color: #df0b17;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 5px;
    text-transform: uppercase;
}

.bcr-leaderboard-header h1 {
    margin: 0 0 14px;

    color: #f4f4f4;

    font-size: clamp(42px, 5vw, 66px);
    font-weight: 700;
    line-height: 1;

    letter-spacing: 1px;
}

.bcr-leaderboard-header h1 span {
    color: #df0b17;
}

.bcr-leaderboard-subtitle {
    margin-bottom: 25px;

    color: rgba(255,255,255,.58);

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 4px;
}

.bcr-leaderboard-intro {
    position: relative;

    max-width: 700px;
    margin: 0 auto;
    padding-top: 23px;

    color: rgba(255,255,255,.66);

    font-size: 14px;
    line-height: 1.8;
}

.bcr-leaderboard-intro::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: 80px;
    height: 2px;

    transform: translateX(-50%);

    background: #df0b17;
}


/* =========================================================
   PODIUM
   ========================================================= */

.bcr-leaderboard-podium {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    align-items: end;
    gap: 18px;

    max-width: 820px;

    margin: 0 auto 70px;
    padding-top: 25px;
}

.bcr-podium-player {
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}


/* AVATARS */

.bcr-podium-avatar {
    position: relative;

    width: 105px;
    height: 105px;

    margin-bottom: 13px;

    overflow: hidden;

    border-radius: 50%;

    background: #101216;
}

.bcr-podium-avatar img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* GOLD */

.bcr-podium-first .bcr-podium-avatar {
    width: 125px;
    height: 125px;

    border: 3px solid #d7b449;

    box-shadow:
        0 0 0 5px rgba(215,180,73,.07),
        0 0 28px rgba(215,180,73,.12);
}


/* SILVER */

.bcr-podium-second .bcr-podium-avatar {
    border: 3px solid #b8bec7;
}


/* BRONZE */

.bcr-podium-third .bcr-podium-avatar {
    border: 3px solid #b77a44;
}


/* PLAYER NAME */

.bcr-podium-name {
    margin-bottom: 4px;

    color: #f4f4f4;

    font-size: 17px;
    font-weight: 800;

    letter-spacing: .5px;
}


/* WIN COUNT */

.bcr-podium-wins {
    margin-bottom: 16px;

    color: rgba(255,255,255,.52);

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}


/* PODIUM STEP */

.bcr-podium-step {
    display: flex;

    align-items: flex-start;
    justify-content: center;

    width: 100%;

    padding-top: 18px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.015)
        );

    border: 1px solid rgba(255,255,255,.10);
    border-bottom: 0;
}

.bcr-podium-step span {
    font-size: 38px;
    font-weight: 900;

    line-height: 1;
}


/* 1ST STEP */

.bcr-podium-first .bcr-podium-step {
    min-height: 155px;

    border-top: 3px solid #d7b449;

    background:
        linear-gradient(
            180deg,
            rgba(215,180,73,.11),
            rgba(215,180,73,.018)
        );
}

.bcr-podium-first .bcr-podium-step span {
    color: #d7b449;
}


/* 2ND STEP */

.bcr-podium-second .bcr-podium-step {
    min-height: 115px;

    border-top: 3px solid #b8bec7;

    background:
        linear-gradient(
            180deg,
            rgba(184,190,199,.09),
            rgba(184,190,199,.015)
        );
}

.bcr-podium-second .bcr-podium-step span {
    color: #b8bec7;
}


/* 3RD STEP */

.bcr-podium-third .bcr-podium-step {
    min-height: 85px;

    border-top: 3px solid #b77a44;

    background:
        linear-gradient(
            180deg,
            rgba(183,122,68,.09),
            rgba(183,122,68,.015)
        );
}

.bcr-podium-third .bcr-podium-step span {
    color: #b77a44;
}


/* =========================================================
   FULL LEADERBOARD
   ========================================================= */

.bcr-leaderboard-list {
    border-top: 1px solid rgba(255,255,255,.10);
}

.bcr-leaderboard-list-header,
.bcr-leaderboard-row {
    display: grid;

    grid-template-columns: 90px minmax(0, 1fr) 110px;

    align-items: center;

    gap: 20px;
}

.bcr-leaderboard-list-header {
    padding: 16px 20px;

    border-bottom: 1px solid rgba(255,255,255,.10);

    color: rgba(255,255,255,.42);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 3px;

    text-transform: uppercase;
}

.bcr-leaderboard-list-header > div:last-child {
    text-align: right;
}


/* ROW */

.bcr-leaderboard-row {
    min-height: 76px;

    padding: 11px 20px;

    border-bottom: 1px solid rgba(255,255,255,.075);

    transition:
        background .18s ease,
        transform .18s ease;
}

.bcr-leaderboard-row:hover {
    background: rgba(255,255,255,.025);
}


/* RANK */

.bcr-leaderboard-page .bcr-rank {
    color: #df0b17;

    font-size: 17px;
    font-weight: 800;

    letter-spacing: 1px;
}


/* PLAYER */

.bcr-leaderboard-page .bcr-player {
    display: flex;

    align-items: center;

    gap: 15px;

    min-width: 0;
}

.bcr-leaderboard-page .bcr-player img {
    display: block;

    width: 46px;
    height: 46px;

    flex: 0 0 46px;

    border: 2px solid rgba(255,255,255,.12);

    border-radius: 50%;

    object-fit: cover;

    background: #101216;
}

.bcr-leaderboard-page .bcr-player span {
    overflow: hidden;

    color: rgba(255,255,255,.90);

    font-size: 14px;
    font-weight: 700;

    letter-spacing: .4px;

    text-overflow: ellipsis;
    white-space: nowrap;
}


/* WINS */

.bcr-leaderboard-page .bcr-wins {
    color: #fff;

    font-size: 18px;
    font-weight: 800;

    text-align: right;
}


/* TOP 3 IN LIST */

.bcr-leaderboard-row:nth-child(2) .bcr-rank {
    color: #d7b449;
}

.bcr-leaderboard-row:nth-child(3) .bcr-rank {
    color: #b8bec7;
}

.bcr-leaderboard-row:nth-child(4) .bcr-rank {
    color: #b77a44;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .bcr-leaderboard-page {
        padding: 50px 20px 70px;
    }

    .bcr-leaderboard-header {
        margin-bottom: 50px;
    }

    .bcr-leaderboard-subtitle {
        line-height: 1.7;
        letter-spacing: 2.5px;
    }

    .bcr-leaderboard-podium {
        grid-template-columns: repeat(3, 1fr);

        gap: 6px;

        margin-bottom: 50px;
    }

    .bcr-podium-avatar {
        width: 70px;
        height: 70px;
    }

    .bcr-podium-first .bcr-podium-avatar {
        width: 82px;
        height: 82px;
    }

    .bcr-podium-name {
        max-width: 100%;

        font-size: 12px;

        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .bcr-podium-wins {
        font-size: 8px;
        letter-spacing: 1px;
    }

    .bcr-podium-step span {
        font-size: 27px;
    }

    .bcr-podium-first .bcr-podium-step {
        min-height: 115px;
    }

    .bcr-podium-second .bcr-podium-step {
        min-height: 85px;
    }

    .bcr-podium-third .bcr-podium-step {
        min-height: 65px;
    }

    .bcr-leaderboard-list-header,
    .bcr-leaderboard-row {
        grid-template-columns: 45px minmax(0, 1fr) 45px;

        gap: 10px;
    }

    .bcr-leaderboard-list-header {
        padding-left: 8px;
        padding-right: 8px;
    }

    .bcr-leaderboard-row {
        min-height: 65px;

        padding-left: 8px;
        padding-right: 8px;
    }

    .bcr-leaderboard-page .bcr-player img {
        width: 38px;
        height: 38px;

        flex-basis: 38px;
    }

    .bcr-leaderboard-page .bcr-player {
        gap: 10px;
    }

    .bcr-leaderboard-page .bcr-player span {
        font-size: 12px;
    }

    .bcr-leaderboard-page .bcr-wins,
    .bcr-leaderboard-page .bcr-rank {
        font-size: 14px;
    }

}

/* =========================================================
   BCR100 PRIZE POOL
   ========================================================= */

.bcr100-prizepool {
    position: relative;
    z-index: 2;

    width: min(900px, 100%);

    margin: 38px auto 0;
    padding: 30px 0 55px;

    border-top: 2px solid #df0b17;
}


/* =========================================================
   PRIZE POOL HEADING
   ========================================================= */

.bcr100-prizepool-head {
    margin-bottom: 24px;

    text-align: center;
}

.bcr100-prizepool-head h2 {
    margin: 0 0 7px;

    color: #f4f4f4;

    font-size: 29px;
    font-weight: 700;
    line-height: 1;

    letter-spacing: 5px;
    text-transform: uppercase;
}

.bcr100-prizepool-head h2 span {
    color: #df0b17;
}

.bcr100-prizepool-total {
    color: rgba(255,255,255,.62);

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 3px;
    text-transform: uppercase;
}


/* =========================================================
   SPEEDRUN + CREATIVE GRID
   ========================================================= */

.bcr100-prizepool-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 20px;

    width: min(860px, 100%);

    margin: 0 auto;
}


/* =========================================================
   PRIZE CARDS
   ========================================================= */

.bcr100-prize-card {
    padding: 20px 21px 15px;

    background:
        linear-gradient(
            135deg,
            rgba(18,20,25,.94),
            rgba(8,10,14,.96)
        );

    border: 1px solid rgba(255,255,255,.12);

    box-shadow:
        0 12px 28px rgba(0,0,0,.25);
}


/* =========================================================
   CARD HEADER
   ========================================================= */

.bcr100-prize-card-head {
    min-height: 74px;

    margin-bottom: 13px;
}

.bcr100-prize-card-head h3 {
    position: relative;

    margin: 0 0 7px;

    padding-left: 13px;

    color: #f4f4f4;

    font-size: 16px;
    font-weight: 800;

    line-height: 1.2;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.bcr100-prize-card-head h3::before {
    content: "";

    position: absolute;

    left: 0;
    top: 2px;

    width: 3px;
    height: 16px;

    background: #df0b17;
}

.bcr100-prize-card-head p {
    margin: 0;

    padding-left: 13px;

    color: rgba(255,255,255,.64);

    font-size: 12px;
    line-height: 1.5;
}


/* =========================================================
   PRIZE ROWS
   ========================================================= */

.bcr100-prize-row {
    display: flex;

    align-items: center;
    justify-content: space-between;

    min-height: 35px;

    padding: 6px 2px;

    border-top: 1px solid rgba(255,255,255,.08);
}

.bcr100-prize-row span {
    color: rgba(255,255,255,.84);

    font-size: 12px;
    font-weight: 700;
}

.bcr100-prize-row strong {
    color: #df0b17;

    font-size: 20px;
    font-weight: 800;
}


/* =========================================================
   STARTING LOCATION BONUS
   ========================================================= */

.bcr100-location-bonus {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;

    width: min(620px, 100%);

    min-height: 64px;

    margin: 18px auto 0;

    padding: 15px 20px;

    background:
        linear-gradient(
            90deg,
            rgba(223,11,23,.12),
            rgba(12,14,19,.96) 32%,
            rgba(8,10,14,.96)
        );

    border: 1px solid rgba(255,255,255,.12);
    border-left: 3px solid #df0b17;

    box-shadow:
        0 10px 24px rgba(0,0,0,.22);
}

.bcr100-location-bonus h3 {
    margin: 0 0 5px;

    color: #f4f4f4;

    font-size: 13px;
    font-weight: 800;

    line-height: 1.2;

    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.bcr100-location-bonus p {
    margin: 0;

    color: rgba(255,255,255,.66);

    font-size: 11px;
    line-height: 1.5;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .bcr100-prizepool {
        width: 100%;

        margin-top: 30px;

        padding-top: 25px;
        padding-bottom: 45px;
    }

    .bcr100-prizepool-head {
        margin-bottom: 20px;
    }

    .bcr100-prizepool-head h2 {
        font-size: 23px;

        letter-spacing: 4px;
    }

    .bcr100-prizepool-total {
        font-size: 9px;

        letter-spacing: 2px;
    }

    .bcr100-prizepool-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .bcr100-prize-card {
        padding: 18px;
    }

    .bcr100-prize-card-head {
        min-height: auto;
    }

    .bcr100-location-bonus {
    width: min(860px, 100%);
    min-height: 78px;

    margin: 18px auto 0;
    padding: 18px 22px;
}

}

D%Vv!0HO5*ygCCB6rdP6
