/* Stickerbörse – komplett namespaced, damit nichts am restlichen Layout verändert wird */
.stickerboerse-hero,
.stickerboerse-card,
.stickerboerse-summary-card,
.stickerboerse-table-wrap,
.stickerboerse-match-card {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
	line-height:1.5em;
}

.stickerboerse-hero,
.stickerboerse-card,
.stickerboerse-match-card,
.stickerboerse-table-wrap,
.stickerboerse-summary-card {
    border-radius: 8px;
}

.stickerboerse-hero {
    padding: 28px;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #f6fbff 100%);
    border-top: 6px solid #00619d;
}

.stickerboerse-hero h2,
.stickerboerse-card h2,
.stickerboerse-card h3,
.stickerboerse-table-wrap h2 {
    color: #00619d;
    margin-top: 0;
}

.stickerboerse-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.stickerboerse-button,
.stickerboerse-button-secondary,
.stickerboerse-table-actions button,
.stickerboerse-auth-form input[type="submit"],
.stickerboerse-inline-form input[type="submit"] {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 6px;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
}

.stickerboerse-button,
.stickerboerse-table-actions button,
.stickerboerse-auth-form input[type="submit"],
.stickerboerse-inline-form input[type="submit"] {
    background: #00619d;
    color: #fff;
}

.stickerboerse-button:hover,
.stickerboerse-table-actions button:hover,
.stickerboerse-auth-form input[type="submit"]:hover,
.stickerboerse-inline-form input[type="submit"]:hover {
    background: #004f81;
    color: #fff;
}

.stickerboerse-button-secondary {
    background: #e9f2f9;
    color: #00619d;
}

.stickerboerse-button-secondary:hover {
    background: #d7e9f6;
    color: #004f81;
}

.stickerboerse-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    align-items: start;
}

.stickerboerse-sidebar {
    display: grid;
    gap: 20px;
}

.stickerboerse-card {
    padding: 22px;
    margin-bottom: 20px;
}

.stickerboerse-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.stickerboerse-summary-card {
    padding: 18px;
}

.stickerboerse-summary-label {
    display: block;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.stickerboerse-summary-value {
    display: block;
    color: #00619d;
    font-size: 30px;
    line-height: 1.1;
}

.stickerboerse-muted {
    color: #666;
}

.stickerboerse-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 18px;
	line-height:1.5em;
}

.stickerboerse-fact {
    background: #fff;
    border: 1px solid #e9eef2;
    border-radius: 8px;
    padding: 16px;
}

.stickerboerse-auth-form input[type="text"],
.stickerboerse-auth-form input[type="email"],
.stickerboerse-auth-form input[type="password"],
.stickerboerse-auth-form input[type="number"],
.stickerboerse-auth-form input[type="date"],
.stickerboerse-auth-form input[type="time"],
.stickerboerse-auth-form textarea,
.stickerboerse-inline-form input[type="text"],
.stickerboerse-inline-form input[type="email"],
.stickerboerse-inline-form input[type="password"],
.stickerboerse-inline-form input[type="number"],
.stickerboerse-inline-form input[type="date"],
.stickerboerse-inline-form input[type="time"],
.stickerboerse-filter-bar input[type="text"],
.stickerboerse-filter-bar select {
    width: 100%;
    border: 1px solid #cdd7df;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 12px 14px;
    margin-bottom: 12px;
    background: #fff;
    min-height: 46px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.stickerboerse-auth-form input[type="text"]:focus,
.stickerboerse-auth-form input[type="email"]:focus,
.stickerboerse-auth-form input[type="password"]:focus,
.stickerboerse-auth-form input[type="number"]:focus,
.stickerboerse-auth-form input[type="date"]:focus,
.stickerboerse-auth-form input[type="time"]:focus,
.stickerboerse-auth-form textarea:focus,
.stickerboerse-inline-form input[type="text"]:focus,
.stickerboerse-inline-form input[type="email"]:focus,
.stickerboerse-inline-form input[type="password"]:focus,
.stickerboerse-inline-form input[type="number"]:focus,
.stickerboerse-inline-form input[type="date"]:focus,
.stickerboerse-inline-form input[type="time"]:focus,
.stickerboerse-filter-bar input[type="text"]:focus,
.stickerboerse-filter-bar select:focus {
    border-color: #7bb4d9;
    box-shadow: 0 0 0 3px rgba(0, 97, 157, 0.12);
    outline: none;
}

.stickerboerse-auth-form label,
.stickerboerse-inline-form label {
    display: block;
    margin-bottom: 8px;
    color: #333;
}

.stickerboerse-checkbox-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.stickerboerse-alert {
    padding: 14px 16px;
    border-radius: 6px;
    margin-bottom: 18px;
    border: 1px solid transparent;
}

.stickerboerse-alert-success {
    background: #edf9f0;
    border-color: #b8e2c1;
    color: #1e6b31;
}

.stickerboerse-alert-error {
    background: #fff1f1;
    border-color: #f0c4c4;
    color: #9d1f1f;
}

.stickerboerse-alert-info {
    background: #edf6fd;
    border-color: #b9d8ef;
    color: #0b5483;
}

.stickerboerse-table-wrap {
    padding: 18px;
    margin-bottom: 20px;
}

.stickerboerse-filter-bar {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr auto;
    gap: 12px;
    margin-bottom: 16px;
}

.stickerboerse-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 780px;
}

.stickerboerse-table th,
.stickerboerse-table td {
    border-bottom: 1px solid #e9eef2;
    padding: 10px 8px;
    text-align: left;
    vertical-align: middle;
}

.stickerboerse-table th {
    color: #666;
    background: #fafcfe;
    position: sticky;
    top: 0;
    z-index: 1;
}

.stickerboerse-table-wrap-inner {
    overflow: auto;
    max-height: 72vh;
}

.stickerboerse-number {
    font-weight: bold;
    color: #00619d;
    white-space: nowrap;
}

.stickerboerse-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    margin-right: 5px;
    margin-bottom: 4px;
}

.stickerboerse-badge-owned { background: #e6f6eb; color: #1e6b31; }
.stickerboerse-badge-missing { background: #fff1f1; color: #9d1f1f; }
.stickerboerse-badge-duplicate { background: #fff5df; color: #9a6400; }
.stickerboerse-badge-glitter { background: #efe8ff; color: #5d2ab2; }
.stickerboerse-badge-search { background: #edf6fd; color: #0b5483; }

.stickerboerse-row-input {
    width: 78px !important;
    margin-bottom: 0 !important;
    padding: 8px 10px !important;
}

.stickerboerse-row-checkbox {
    transform: scale(1.15);
}

.stickerboerse-table-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.stickerboerse-match-list {
    display: grid;
    gap: 16px;
}

.stickerboerse-match-card {
    padding: 20px;
    border-left: 5px solid #00619d;
    background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
    position: relative;
    overflow: hidden;
}

.stickerboerse-match-card-priority {
    border-left-color: #f2b500;
    background: linear-gradient(135deg, #fffdf4 0%, #f7fbff 100%);
}

.stickerboerse-match-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.stickerboerse-match-person {
    min-width: 0;
    flex: 1 1 260px;
}

.stickerboerse-match-name {
    display: block;
    color: #143248;
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 4px;
}

.stickerboerse-match-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.stickerboerse-match-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.stickerboerse-match-badge-glitter {
    background: rgba(242, 181, 0, 0.16);
    color: #8a6400;
}

.stickerboerse-match-badge-event {
    background: #e9f2f9;
    color: #00619d;
}

.stickerboerse-match-badge-own {
    background: rgba(0, 97, 157, 0.12);
    color: #00619d;
}

.stickerboerse-score-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    min-width: 120px;
}

.stickerboerse-score-label {
    color: #6d7b87;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.stickerboerse-score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    min-height: 44px;
    background: #e9f2f9;
    color: #00619d;
    border-radius: 14px;
    padding: 8px 14px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(0, 97, 157, 0.08);
}

.stickerboerse-match-card-priority .stickerboerse-score {
    background: rgba(242, 181, 0, 0.16);
    color: #8a6400;
    box-shadow: inset 0 0 0 1px rgba(242, 181, 0, 0.2);
}

.stickerboerse-match-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 14px;
    color: #58656f;
    font-size: 13px;
}

.stickerboerse-match-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.stickerboerse-match-box {
    padding: 12px 14px;
    border: 1px solid #dbe7f0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.88);
}

.stickerboerse-match-box-label {
    display: block;
    margin-bottom: 6px;
    color: #00619d;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.stickerboerse-list-mini {
    margin: 0;
    color: #444;
    line-height: 1.5;
}

.stickerboerse-ranking-sections {
    display: grid;
    gap: 24px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #e4ecf3;
}

.stickerboerse-ranking-list {
    display: grid;
    gap: 12px;
}

.stickerboerse-ranking-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid #dbe7f0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
}

.stickerboerse-ranking-item-current {
    border-color: rgba(0, 97, 157, 0.35);
    box-shadow: inset 0 0 0 1px rgba(0, 97, 157, 0.06);
}

.stickerboerse-ranking-position {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e9f2f9;
    color: #00619d;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.stickerboerse-ranking-position-complete {
    background: #e6f6eb;
    color: #1e6b31;
}

.stickerboerse-ranking-main {
    min-width: 0;
}

.stickerboerse-ranking-name {
    display: block;
    color: #143248;
    font-size: 17px;
    line-height: 1.25;
}

.stickerboerse-ranking-meta {
    display: block;
    margin-top: 4px;
    color: #5f6b7a;
    font-size: 13px;
    line-height: 1.4;
}

.stickerboerse-ranking-value-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    text-align: right;
}

.stickerboerse-ranking-value {
    color: #00619d;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.stickerboerse-list-block + .stickerboerse-list-block {
    margin-top: 16px;
}

.stickerboerse-list-block strong {
    display: block;
    margin-bottom: 6px;
    color: #143248;
}

.stickerboerse-expandable-list {
    display: grid;
    gap: 10px;
}

.stickerboerse-expandable-list-text {
    color: #444;
    line-height: 1.5;
    word-break: break-word;
}

.stickerboerse-expandable-list-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.stickerboerse-list-action {
    padding: 9px 12px;
    font-size: 14px;
}

.stickerboerse-list-copy-status {
    min-height: 20px;
    color: #1e6b31;
    font-size: 13px;
    font-weight: 600;
}

.stickerboerse-card-admin {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.stickerboerse-section-head {
    margin-bottom: 14px;
}

.stickerboerse-section-subtitle {
    margin: 6px 0 0;
}

.stickerboerse-trade-form {
    padding: 18px;
    border: 1px solid #dbe8f2;
    border-radius: 12px;
    background: #f8fbfe;
}

.stickerboerse-admin-field:last-child input,
.stickerboerse-trade-form input[type="text"],
.stickerboerse-trade-form input[type="date"],
.stickerboerse-trade-form input[type="time"] {
    margin-bottom: 0;
}

.stickerboerse-admin-field {
    margin-bottom: 14px;
}

.stickerboerse-admin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 14px;
}

.stickerboerse-admin-grid .stickerboerse-admin-field {
    margin-bottom: 0;
}

.stickerboerse-admin-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 18px;
}

.stickerboerse-admin-actions .stickerboerse-button-secondary,
.stickerboerse-admin-actions input[type="submit"] {
    margin: 0;
    text-decoration: none;
    font-weight: 600;
}

.stickerboerse-admin-actions .stickerboerse-button-secondary {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.stickerboerse-admin-list-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: end;
    margin: 22px 0 14px;
    flex-wrap: wrap;
}

.stickerboerse-admin-list-head h4,
.stickerboerse-event-item h4 {
    margin: 0;
    color: #143248;
}

.stickerboerse-admin-list-head p {
    margin: 0;
}

.stickerboerse-event-list {
    display: grid;
    gap: 14px;
}

.stickerboerse-event-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid #dbe7f0;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f6fbff 100%);
}

.stickerboerse-event-body {
    display: grid;
    gap: 6px;
}

.stickerboerse-event-item-selectable {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
}

.stickerboerse-event-item-selectable .stickerboerse-event-body {
    gap: 12px;
    min-width: 0;
}

.stickerboerse-event-item-selectable .stickerboerse-event-time {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 700;
    color: #143248;
    line-height: 1.15;
}

.stickerboerse-event-date {
    font-size: 23px;
    letter-spacing: -0.01em;
}

.stickerboerse-event-time-range {
    font-size: 16px;
}

.stickerboerse-event-location {
    color: #50606f;
}

.stickerboerse-event-item-selectable .stickerboerse-event-location {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid #e5edf4;
    color: #3f5363;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.stickerboerse-event-item-selectable .stickerboerse-event-location::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00619d;
    flex: 0 0 10px;
    box-shadow: 0 0 0 4px rgba(0, 97, 157, 0.12);
}

.stickerboerse-event-response {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    min-width: 0;
}

.stickerboerse-event-item-selectable .stickerboerse-event-response {
    min-width: 0;
    width: 100%;
    padding: 14px;
    border: 1px solid #dfe9f1;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-sizing: border-box;
}

.stickerboerse-event-response-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 9px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
}

.stickerboerse-response-open {
    background: #edf6fd;
    border: 1px solid #c8deef;
    color: #0b5483;
}

.stickerboerse-response-yes {
    background: #e6f6eb;
    border: 1px solid #b8e2c1;
    color: #1e6b31;
}

.stickerboerse-response-no {
    background: #fff1f1;
    border: 1px solid #f0c4c4;
    color: #9d1f1f;
}

.stickerboerse-event-response-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.stickerboerse-event-response-actions form,
.stickerboerse-event-response-form {
    margin: 0;
    width: 100%;
}

.stickerboerse-response-button {
    width: 100%;
    min-width: 68px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid #cfdbe4;
    border-radius: 8px;
    background: #fff;
    color: #143248;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.stickerboerse-response-button:hover {
    border-color: #7bb4d9;
    box-shadow: 0 0 0 3px rgba(0, 97, 157, 0.08);
}

.stickerboerse-response-button:active {
    transform: translateY(1px);
}

.stickerboerse-response-button-yes.is-active {
    background: #e6f6eb;
    border-color: #b8e2c1;
    color: #1e6b31;
    box-shadow: inset 0 0 0 1px rgba(30, 107, 49, 0.05);
}

.stickerboerse-response-button-no.is-active {
    background: #fff1f1;
    border-color: #f0c4c4;
    color: #9d1f1f;
    box-shadow: inset 0 0 0 1px rgba(157, 31, 31, 0.05);
}

.stickerboerse-event-item .stickerboerse-admin-actions {
    margin-top: 0;
}

.stickerboerse-event-time {
    font-weight: 700;
    color: #143248;
}

.stickerboerse-inline-form-compact input[type="submit"] {
    background: #fff1f1;
    color: #9d1f1f;
}

.stickerboerse-inline-form-compact input[type="submit"]:hover {
    background: #ffdede;
    color: #861616;
}

.stickerboerse-install-hint code {
    display: inline-block;
    background: #f4f7fa;
    padding: 2px 6px;
    border-radius: 4px;
}

.stickerboerse-card-excel {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    border-color: #dbe7f0;
}

.stickerboerse-excel-panel {
    display: grid;
    gap: 14px;
}

.stickerboerse-excel-block {
    padding: 16px;
    border: 1px solid #dbe7f0;
    border-radius: 12px;
    background: #fff;
}

.stickerboerse-excel-block h4 {
    margin: 0 0 8px;
    color: #143248;
}

.stickerboerse-excel-block p {
    margin: 0 0 14px;
    color: #50606f;
    line-height: 1.5;
}

.stickerboerse-excel-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: #e9f2f9;
    color: #00619d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.stickerboerse-inline-form-tight input,
.stickerboerse-inline-form-tight button {
    margin-bottom: 0 !important;
}

.stickerboerse-button-full {
    width: 100%;
    justify-content: center;
    text-align: center;
}

button.stickerboerse-button-full {
    display: inline-flex;
    align-items: center;
    border: 0;
}

.stickerboerse-excel-upload-form input[type="file"] {
    width: 100%;
    border: 1px dashed #b8cfdf;
    border-radius: 10px;
    background: #f8fbfe;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.stickerboerse-excel-file-label {
    font-weight: 700;
}

.stickerboerse-excel-upload-form input[type="submit"] {
    width: 100%;
}


.stickerboerse-countdown-card {
    position: relative;
    margin: 0 0 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f6fbff 100%);
    border: 1px solid #dce9f3;
    border-top: 6px solid #00619d;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.stickerboerse-countdown-card--image {
    background-color: #0f3551;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.stickerboerse-countdown-card--combi {
    background-image: url('https://www.sc-borchen-fussball.de/images/combi_tauschboerse.jpg');
}

.stickerboerse-countdown-card--hessenberg {
    background-image: url('https://www.sc-borchen-fussball.de/images/hessenberg_tauschboerse.jpg');
}

.stickerboerse-countdown-card--image:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(8, 32, 50, 0.76) 0%, rgba(7, 52, 82, 0.62) 52%, rgba(9, 34, 54, 0.76) 100%);
    pointer-events: none;
}


.stickerboerse-countdown-card:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle at center, rgba(0, 97, 157, 0.12) 0%, rgba(0, 97, 157, 0) 72%);
    pointer-events: none;
}

.stickerboerse-countdown-shell {
    position: relative;
    z-index: 2;
    padding: 24px 26px 26px;
}

.stickerboerse-countdown-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.stickerboerse-countdown-copy {
    max-width: 760px;
}

.stickerboerse-countdown-kicker {
    display: inline-block;
    margin-bottom: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e9f2f9;
    color: #00619d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.stickerboerse-countdown-card h2 {
    margin: 0;
    color: #143248;
    font-size: 34px;
    line-height: 1.08;
}

.stickerboerse-countdown-intro {
    margin: 10px 0 0;
    color: #50606f;
    font-size: 16px;
    line-height: 1.5;
}

.stickerboerse-countdown-status {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    min-height: 38px;
    border-radius: 999px;
    background: #00619d;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 6px 14px rgba(0, 97, 157, 0.18);
}

.stickerboerse-countdown-card--image .stickerboerse-countdown-kicker {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.stickerboerse-countdown-card--image h2,
.stickerboerse-countdown-card--image .stickerboerse-countdown-intro {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.stickerboerse-countdown-card--image .stickerboerse-countdown-status {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), 0 10px 24px rgba(0, 0, 0, 0.18);
}

.stickerboerse-countdown-card--image.stickerboerse-countdown-live .stickerboerse-countdown-status {
    background: rgba(30, 107, 49, 0.9);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.stickerboerse-countdown-card--image .stickerboerse-countdown-meta-item {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.stickerboerse-countdown-live .stickerboerse-countdown-status {
    background: #1e6b31;
    box-shadow: 0 6px 14px rgba(30, 107, 49, 0.16);
}

.stickerboerse-countdown-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.stickerboerse-countdown-meta-item {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dce9f3;
    color: #143248;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.stickerboerse-countdown-download-form {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.stickerboerse-countdown-download-button {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    padding: 8px 14px;
    min-height: 40px;
}

.stickerboerse-countdown-download-button:hover,
.stickerboerse-countdown-download-button:focus {
    color: #005b93;
    outline: none;
}

.stickerboerse-countdown-timer {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.stickerboerse-countdown-segment {
    position: relative;
    padding: 18px 14px;
    border-radius: 12px;
    background: linear-gradient(180deg, #0d6ea7 0%, #005b93 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    box-shadow: 0 10px 18px rgba(0, 74, 118, 0.16);
}

.stickerboerse-countdown-live .stickerboerse-countdown-segment {
    background: linear-gradient(180deg, #2d8f44 0%, #1e6b31 100%);
    box-shadow: 0 10px 18px rgba(30, 107, 49, 0.16);
}

.stickerboerse-countdown-segment:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 42%;
    border-radius: 12px 12px 0 0;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.stickerboerse-countdown-segment strong {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 40px;
    line-height: 1;
}

.stickerboerse-countdown-segment span {
    position: relative;
    z-index: 1;
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .stickerboerse-summary-grid,
    .stickerboerse-facts {
        grid-template-columns: repeat(2, 1fr);
    }

    .stickerboerse-grid {
        grid-template-columns: 1fr;
    }

    .stickerboerse-countdown-card h2 {
        font-size: 30px;
    }

    .stickerboerse-countdown-timer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .stickerboerse-summary-grid,
    .stickerboerse-facts,
    .stickerboerse-filter-bar,
    .stickerboerse-admin-grid {
        grid-template-columns: 1fr;
    }

    .stickerboerse-countdown-timer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stickerboerse-hero,
    .stickerboerse-card,
    .stickerboerse-match-card,
    .stickerboerse-table-wrap,
    .stickerboerse-summary-card {
        padding: 16px;
    }

    .stickerboerse-summary-value {
        font-size: 24px;
    }

    .stickerboerse-countdown-shell {
        padding: 18px 16px 18px;
    }

    .stickerboerse-countdown-head {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 14px;
    }

    .stickerboerse-countdown-card h2 {
        font-size: 26px;
    }

    .stickerboerse-countdown-intro {
        font-size: 15px;
    }

    .stickerboerse-countdown-status {
        align-self: flex-start;
    }

    .stickerboerse-countdown-segment {
        padding: 16px 12px;
    }

    .stickerboerse-countdown-segment strong {
        font-size: 30px;
    }

    .stickerboerse-match-head {
        align-items: stretch;
    }

    .stickerboerse-score-wrap {
        align-items: flex-start;
        min-width: 0;
    }

    .stickerboerse-match-columns {
        grid-template-columns: 1fr;
    }

    .stickerboerse-match-name {
        font-size: 17px;
    }

    .stickerboerse-score {
        font-size: 22px;
    }

    .stickerboerse-trade-form {
        padding: 14px;
    }

    .stickerboerse-excel-block {
        padding: 14px;
    }

    .stickerboerse-event-item,
    .stickerboerse-admin-list-head {
        align-items: stretch;
        flex-direction: column;
    }

    .stickerboerse-event-item-selectable {
        gap: 14px;
    }

    .stickerboerse-admin-actions,
    .stickerboerse-event-response {
        width: 100%;
    }

    .stickerboerse-event-response {
        align-items: stretch;
        min-width: 0;
    }

    .stickerboerse-event-item-selectable .stickerboerse-event-location {
        font-size: 17px;
    }

    .stickerboerse-event-response-actions {
        justify-content: stretch;
    }

    .stickerboerse-event-response-actions form,
    .stickerboerse-event-response-actions .stickerboerse-response-button {
        flex: 1 1 0;
    }
}


@media (max-width: 480px) {
    .stickerboerse-match-card {
        padding: 16px;
    }

    .stickerboerse-event-date {
        font-size: 21px;
    }

    .stickerboerse-event-time-range {
        font-size: 15px;
    }

    .stickerboerse-event-item-selectable .stickerboerse-event-location {
        font-size: 14px;
    }

    .stickerboerse-score {
        min-width: 74px;
        font-size: 20px;
    }

    .stickerboerse-match-badge {
        width: 100%;
        justify-content: center;
    }

    .stickerboerse-countdown-timer {
        gap: 10px;
    }

    .stickerboerse-countdown-card h2 {
        font-size: 23px;
    }

    .stickerboerse-countdown-meta-item {
        width: 100%;
        justify-content: center;
        text-align: center;
        border-radius: 10px;
    }

    .stickerboerse-countdown-segment strong {
        font-size: 26px;
    }
}


@media (max-width: 820px) {
    .stickerboerse-ranking-item {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .stickerboerse-ranking-value-wrap {
        grid-column: 2;
        align-items: flex-start;
        text-align: left;
    }
}

@media (max-width: 520px) {
    .stickerboerse-ranking-item {
        grid-template-columns: 1fr;
    }

    .stickerboerse-ranking-position {
        width: 36px;
        height: 36px;
    }

    .stickerboerse-ranking-value-wrap {
        grid-column: auto;
    }
}
