/*
BackDoor League Shareable Schedule v1
*/

.bdlss-wrap {
    max-width: 1180px;
    margin: 28px auto 48px;
    padding: 0 18px;
    color: #111827;
}

.bdlss-hero,
.bdlss-share-card {
    background:
        radial-gradient(circle at top right, rgba(247,198,0,.32), transparent 280px),
        linear-gradient(135deg, #080b12, #1f2a44);
    color: #fff;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 18px;
    box-shadow: 0 16px 35px rgba(16,24,40,.10);
    overflow: hidden;
}

.bdlss-hero span {
    display: inline-block;
    color: #f7c600;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
}

.bdlss-hero h1 {
    margin: 6px 0 8px;
    color: #fff;
    font-size: 42px;
    line-height: 1.02;
}

.bdlss-hero p {
    margin: 0;
    color: #f7c600;
    font-weight: 800;
}

.bdlss-filter-row {
    display: grid;
    gap: 10px;
    margin: 16px 0 20px;
}

.bdlss-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bdlss-tabs a {
    display: inline-block;
    text-decoration: none;
    background: #f2f4f7;
    color: #111827;
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 900;
}

.bdlss-tabs a.is-active {
    background: #111827;
    color: #fff;
}

.bdlss-view-tabs a.is-active {
    background: #f7c600;
    color: #111827;
}

.bdlss-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 16px;
}

.bdlss-card,
.bdlss-public-note,
.bdlss-empty {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(16,24,40,.055);
}

.bdlss-card {
    padding: 18px;
    transition: transform .16s ease, box-shadow .16s ease;
}

.bdlss-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 35px rgba(16,24,40,.10);
}

.bdlss-card-top {
    display: flex;
    justify-content: space-between;
    color: #667085;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 14px;
}

.bdlss-card-top .is-final {
    color: #027a48;
}

.bdlss-matchup-mini {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
    align-items: center;
}

.bdlss-team-mini {
    text-align: center;
}

.bdlss-logo-mini {
    width: 76px;
    height: 76px;
    margin: 0 auto 8px;
    border-radius: 18px;
    background: #111827;
    color: #f7c600;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 900;
}

.bdlss-logo-mini img,
.bdlss-big-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bdlss-team-mini strong {
    display: block;
    line-height: 1.15;
    min-height: 36px;
}

.bdlss-team-mini b {
    display: block;
    margin-top: 5px;
    font-size: 26px;
}

.bdlss-vs-mini {
    background: #fff7cc;
    border: 1px solid #f7c600;
    color: #111827;
    border-radius: 999px;
    padding: 7px 9px;
    font-weight: 900;
    font-size: 12px;
}

.bdlss-details {
    background: #f8fafc;
    border: 1px solid #eef0f3;
    border-radius: 14px;
    padding: 12px;
    margin: 14px 0;
}

.bdlss-details p {
    margin: 0;
    color: #475467;
    font-weight: 700;
}

.bdlss-button,
.bdlss-back,
.bdlss-copy-link,
.bdlss-facebook {
    display: inline-block;
    border: 0;
    text-decoration: none;
    background: #111827;
    color: #fff !important;
    border-radius: 12px;
    padding: 11px 14px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(17,24,39,.16);
    cursor: pointer;
}

.bdlss-back {
    margin-bottom: 10px;
}

.bdlss-share-card {
    text-align: center;
}

.bdlss-share-kicker {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.bdlss-share-kicker span {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    padding: 8px 12px;
    color: #f7c600;
    font-weight: 900;
    letter-spacing: .06em;
}

.bdlss-share-main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: center;
}

.bdlss-big-team {
    min-width: 0;
}

.bdlss-big-logo {
    width: 160px;
    height: 160px;
    margin: 0 auto 14px;
    border-radius: 34px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #f7c600;
    font-size: 36px;
    font-weight: 900;
}

.bdlss-big-team h2 {
    margin: 0;
    color: #fff;
    font-size: 34px;
    line-height: 1.05;
}

.bdlss-big-team strong {
    display: block;
    margin-top: 10px;
    color: #f7c600;
    font-size: 62px;
    line-height: 1;
}

.bdlss-big-vs {
    background: #f7c600;
    color: #111827;
    border-radius: 999px;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 1000;
    letter-spacing: .06em;
}

.bdlss-game-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 24px 0 18px;
}

.bdlss-game-info div {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 16px;
    padding: 14px;
}

.bdlss-game-info span {
    display: block;
    color: #f7c600;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}

.bdlss-game-info strong {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 18px;
}

.bdlss-share-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.bdlss-facebook {
    background: #1877f2;
}

.bdlss-copy-status {
    color: #f7c600;
    font-weight: 900;
    margin: 12px 0 0;
}

.bdlss-public-note {
    padding: 18px;
}

.bdlss-public-note h2 {
    margin: 0 0 8px;
}

.bdlss-public-note p {
    margin: 0 0 12px;
    color: #475467;
    font-weight: 700;
}

.bdlss-public-note code {
    display: block;
    white-space: normal;
    word-break: break-all;
    background: #f8fafc;
    border-radius: 12px;
    padding: 12px;
}

.bdlss-empty {
    padding: 22px;
    font-weight: 800;
}

@media (max-width: 820px) {
    .bdlss-share-main,
    .bdlss-game-info {
        grid-template-columns: 1fr;
    }

    .bdlss-big-vs {
        margin: 0 auto;
    }

    .bdlss-big-logo {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 640px) {
    .bdlss-wrap {
        padding: 0 14px;
    }

    .bdlss-hero,
    .bdlss-share-card {
        border-radius: 18px;
        padding: 24px;
    }

    .bdlss-hero h1 {
        font-size: 32px;
    }

    .bdlss-big-team h2 {
        font-size: 28px;
    }

    .bdlss-share-actions a,
    .bdlss-share-actions button {
        width: 100%;
    }
}
