.start-community-stream {
    position: relative;
    overflow: hidden;
    padding: clamp(20px, 2.8vw, 30px);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 30px;
    background:
        radial-gradient(circle at 92% 8%, rgba(34, 197, 94, 0.1), transparent 24%),
        radial-gradient(circle at 5% 96%, rgba(239, 68, 68, 0.07), transparent 28%),
        rgba(255, 255, 255, 0.84);
    box-shadow:
        0 24px 64px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
}

.start-community-stream__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.start-community-stream__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #ef252f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.start-community-stream__header h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(22px, 2.4vw, 31px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.start-community-stream__header p {
    margin: 7px 0 0;
    color: rgba(71, 85, 105, 0.82);
    font-size: 13px;
    line-height: 1.45;
}

.start-community-stream__live {
    display: inline-flex;
    min-height: 28px;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    padding: 0 11px;
    border: 1px solid rgba(34, 197, 94, 0.18);
    border-radius: 999px;
    color: #15803d;
    background: rgba(220, 252, 231, 0.76);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.start-community-stream__live i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.start-bonus-timeline {
    position: relative;
    display: grid;
    padding-top: 8px;
}

.start-bonus-timeline.has-items::before {
    content: "";
    position: absolute;
    top: 38px;
    bottom: 38px;
    left: 23px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.3), rgba(239, 68, 68, 0.2));
}

.start-bonus-item {
    position: relative;
    display: grid;
    min-width: 0;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    min-height: 86px;
    padding: 10px 2px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.start-bonus-item:last-child {
    border-bottom: 0;
}

.start-bonus-item__icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 42px;
    height: 42px;
    border: 4px solid rgba(255, 255, 255, 0.96);
    border-radius: 50%;
    color: #15803d;
    background: #dcfce7;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.1);
    place-items: center;
}

.start-bonus-item--marketing .start-bonus-item__icon {
    color: #dc2626;
    background: #fee2e2;
}

.start-bonus-item__icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.start-bonus-item__copy {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.start-bonus-item__kind {
    width: fit-content;
    margin-bottom: 2px;
    padding: 3px 7px 2px;
    border-radius: 999px;
    color: #166534;
    background: rgba(220, 252, 231, 0.8);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.085em;
    line-height: 1.25;
    text-transform: uppercase;
}

.start-bonus-item--marketing .start-bonus-item__kind {
    color: #b91c1c;
    background: rgba(254, 226, 226, 0.86);
}

.start-bonus-item__copy strong {
    overflow: hidden;
    color: #111827;
    font-size: 14px;
    font-weight: 780;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.start-bonus-item__copy span {
    color: #475569;
    font-size: 12px;
    font-weight: 600;
}

.start-bonus-item__copy time {
    margin-top: 1px;
    color: #94a3b8;
    font-size: 10px;
}

.start-bonus-item__amount {
    justify-self: end;
    color: #16a34a;
    font-size: clamp(15px, 1.7vw, 20px);
    font-weight: 850;
    letter-spacing: -0.025em;
    white-space: nowrap;
}

.start-bonus-item__amount.is-negative {
    color: #dc2626;
}

.start-bonus-timeline__status {
    display: grid;
    gap: 9px;
    padding: 14px 0 4px;
}

.start-bonus-timeline__status small {
    color: #94a3b8;
    font-size: 10px;
    text-align: center;
}

.start-bonus-timeline__skeleton {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 72px;
    align-items: center;
    gap: 13px;
    min-height: 62px;
}

.start-bonus-timeline__skeleton i,
.start-bonus-timeline__skeleton b,
.start-bonus-timeline__skeleton em {
    display: block;
    border-radius: 999px;
    background: linear-gradient(90deg, #edf1f5 20%, #f8fafc 50%, #edf1f5 80%);
    background-size: 220% 100%;
    animation: start-bonus-skeleton 1.25s ease-in-out infinite;
}

.start-bonus-timeline__skeleton i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.start-bonus-timeline__skeleton b {
    width: min(220px, 75%);
    height: 13px;
}

.start-bonus-timeline__skeleton em {
    width: 68px;
    height: 15px;
}

.start-bonus-timeline__message {
    display: grid;
    justify-items: center;
    gap: 5px;
    padding: 28px 16px 22px;
    color: #64748b;
    text-align: center;
}

.start-bonus-timeline__message strong {
    color: #1e293b;
    font-size: 13px;
}

.start-bonus-timeline__message span {
    max-width: 360px;
    font-size: 11px;
    line-height: 1.45;
}

.start-bonus-timeline__message button {
    min-height: 34px;
    margin-top: 5px;
    padding: 0 13px;
    border: 1px solid rgba(239, 37, 47, 0.18);
    border-radius: 999px;
    color: #d71521;
    background: #fff1f2;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

.start-community-stream__footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid rgba(148, 163, 184, 0.15);
}

.start-community-stream__footer a,
.start-community-stream__footer button {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    gap: 7px;
    padding: 0;
    border: 0;
    color: #d71521;
    background: transparent;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.start-community-stream__footer button:disabled {
    opacity: 0.56;
    cursor: wait;
}

.start-community-stream__footer button[hidden] {
    display: none;
}

.start-community-stream__more-spinner {
    display: block;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    border: 2px solid rgba(15, 23, 42, 0.12);
    border-top-color: #e9353d;
    border-right-color: #0f172a;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(233, 53, 61, 0.08);
    animation: start-bonus-more-spin 0.8s linear infinite;
}

.start-community-stream__more-spinner[hidden],
.start-community-stream__footer button.is-loading svg {
    display: none;
}

.start-community-stream__footer a svg,
.start-community-stream__footer button svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
}

@keyframes start-bonus-skeleton {
    from { background-position: 100% 0; }
    to { background-position: -100% 0; }
}

@keyframes start-bonus-more-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 640px) {
    .start-community-stream {
        padding: 17px 15px 14px;
        border-radius: 23px;
    }

    .start-community-stream__header {
        gap: 10px;
        padding-bottom: 13px;
    }

    .start-community-stream__eyebrow {
        font-size: 8px;
    }

    .start-community-stream__header h2 {
        font-size: 20px;
    }

    .start-community-stream__header p {
        max-width: 235px;
        margin-top: 5px;
        font-size: 10px;
    }

    .start-community-stream__live {
        min-height: 24px;
        padding: 0 8px;
        font-size: 7px;
    }

    .start-bonus-timeline.has-items::before {
        left: 19px;
    }

    .start-bonus-item {
        grid-template-columns: 40px minmax(0, 1fr) auto;
        gap: 10px;
        min-height: 80px;
        padding: 9px 0;
    }

    .start-bonus-item__icon {
        width: 36px;
        height: 36px;
        border-width: 3px;
    }

    .start-bonus-item__icon svg {
        width: 16px;
        height: 16px;
    }

    .start-bonus-item__copy strong {
        font-size: 12px;
    }

    .start-bonus-item__copy span {
        font-size: 10px;
    }

    .start-bonus-item__copy time,
    .start-bonus-item__kind {
        font-size: 7px;
    }

    .start-bonus-item__amount {
        font-size: 13px;
    }

    .start-bonus-timeline__skeleton {
        grid-template-columns: 36px minmax(0, 1fr) 56px;
        gap: 10px;
    }

    .start-bonus-timeline__skeleton i {
        width: 36px;
        height: 36px;
    }

    .start-bonus-timeline__skeleton em {
        width: 54px;
    }

    .start-community-stream__footer {
        padding-top: 7px;
    }

    .start-community-stream__footer a,
    .start-community-stream__footer button {
        min-height: 34px;
        font-size: 9px;
    }
}
