.bp-standout-page .site-main {
    max-width: 1100px;
    margin: 0 auto;
}

.bp-standout-wrap {
    padding: 20px 0 32px;
}

.bp-standout-header {
    margin-bottom: 14px;
}

.bp-standout-title {
    margin: 0 0 6px;
    font-size: 32px;
    line-height: 1.2;
}

.bp-standout-subtitle {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.45;
}

.bp-standout-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
    margin: 14px 0 16px;
}

.bp-summary-chip {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    padding: 10px 12px;
}

.bp-summary-label {
    display: block;
    color: #6b7280;
    font-size: 11px;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.bp-summary-value {
    display: block;
    color: #111827;
    font-size: 18px;
    font-weight: 700;
}

.bp-standout-filters {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0;
}

.bp-phase-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #fff;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.2s ease;
}

.bp-phase-tab:hover {
    border-color: #93c5fd;
    background: #eff6ff;
    color: #1d4ed8;
}

.bp-phase-tab.is-active {
    border-color: #3b82f6;
    background: #dbeafe;
    color: #1d4ed8;
}

.bp-standout-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 14px;
}

.bp-standout-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bp-standout-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(17, 24, 39, 0.1);
}

.bp-dev-significant {
    border-color: #fecaca;
}

.bp-dev-moderate {
    border-color: #fde68a;
}

.bp-dev-minimal {
    border-color: #bfdbfe;
}

.bp-standout-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.bp-card-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bp-league-line {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.bp-league-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    border-radius: 50%;
}

.bp-phase-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}

.bp-phase-pre_match {
    background: #e5e7eb;
    color: #374151;
}

.bp-phase-live {
    background: #fee2e2;
    color: #b91c1c;
}

.bp-phase-post_match {
    background: #dcfce7;
    color: #166534;
}

.bp-league-name {
    font-size: 12px;
    color: #6b7280;
}

.bp-kickoff-time {
    font-size: 12px;
    color: #9ca3af;
}

.bp-standout-link {
    text-decoration: none;
    color: inherit;
}

.bp-standout-fixture {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 15px;
}

.bp-team {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.bp-team img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.bp-vs {
    color: #9ca3af;
    font-size: 12px;
    text-transform: uppercase;
}

.bp-standout-table {
    border: 1px solid #f3f4f6;
    border-radius: 8px;
    overflow: hidden;
}

.bp-row {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr .8fr;
    gap: 8px;
    padding: 8px 10px;
    font-size: 13px;
}

.bp-row:not(.bp-head) {
    border-top: 1px solid #f3f4f6;
}

.bp-head {
    background: #f9fafb;
    font-weight: 700;
    color: #4b5563;
}

.bp-pos {
    color: #047857;
}

.bp-neg {
    color: #b91c1c;
}

.bp-standout-card-foot {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 12px;
    font-size: 12px;
    gap: 10px;
    flex-wrap: wrap;
}

.bp-insight-text {
    color: #374151;
    font-weight: 600;
}

.bp-open-preview {
    text-decoration: none;
    font-weight: 700;
}

.bp-standout-empty {
    border: 1px dashed #d1d5db;
    background: #f9fafb;
    border-radius: 10px;
    padding: 16px;
    color: #6b7280;
}

.bp-standout-empty p {
    margin: 0 0 10px;
}

.bp-standout-empty-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.bp-empty-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 6px 10px;
    text-decoration: none;
    color: #374151;
    background: #fff;
    font-weight: 600;
}
