/*
 * Deprecated styles, всё перенесено в assets/css/frontend.css
 */
.bongacamscamitem {
    float: left;
    width: 180px;
    margin: 5px;
    padding: 3px;
    text-align: center;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.bongacamscamitem img {
    max-width: 100%;
    display: block;
}

.bongacamscamlive {
    position: relative;
    margin-top: -25px;
    margin-bottom: 5px;
}

.bongacams_pager {
    clear: both;
    padding-top: 10px;
}

.bongacams_pager_item,
.bongacams_pager_item_current {
    display: inline-block;
    padding: 3px 6px;
    margin-right: 3px;
    border: 1px solid #ccc;
    text-decoration: none;
}

.bongacams_pager_item_current {
    background: #333;
    color: #fff;
}

.bongacams-tags-list {
    margin: 10px 0;
}

.bongacams-tags-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bongacams-tag-li {
    margin-bottom: 6px;
}

/* внешний вид ссылки-кнопки */
.bongacams-tag-item {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 14px;
    background: #f3f4f6;
    color: #111827;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    transition: background 0.2s, color 0.2s, transform 0.1s, box-shadow 0.1s;
}

.bongacams-tag-item:hover {
    background: #0A5A83;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    transform: translateY(-1px);
}

.bongacams-tag-count {
    margin-left: 4px;
    font-size: 11px;
    opacity: 0.8;
}

.bongacams-signup-box {
    max-width: 480px;
    margin: 30px auto;
    padding: 24px 26px;
    background: linear-gradient(145deg, #111827, #020617);
    border-radius: 18px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.45);
    color: #e5e7eb;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bongacams-signup-box .bcsu-title {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 600;
    color: #f9fafb;
    text-align: center;
}

.bcsu-roles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

@media (min-width: 480px) {
    .bcsu-roles {
        grid-template-columns: 1fr 1fr;
    }
}

.bcsu-role-card {
    position: relative;
    display: block;
    cursor: pointer;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.35);
    padding: 10px 12px;
    transition: all 0.18s ease-out;
    overflow: hidden;
}

.bcsu-role-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.18), transparent 60%);
    opacity: 0;
    transition: opacity 0.2s ease-out;
    pointer-events: none;
}

.bcsu-role-card:hover {
    transform: translateY(-1px);
    border-color: rgba(59, 130, 246, 0.9);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.7);
}

.bcsu-role-card:hover::before {
    opacity: 1;
}

.bcsu-role-card input[type="radio"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.bcsu-role-inner {
    position: relative;
    display: block;
}

.bcsu-role-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #e5e7eb;
    margin-bottom: 4px;
}

.bcsu-role-desc {
    display: block;
    font-size: 12px;
    color: #9ca3af;
}

.bongacams-signup-form input[type="radio"]:checked + .bcsu-role-inner .bcsu-role-label {
    color: #f97316;
}

.bongacams-signup-form input[type="radio"]:checked + .bcsu-role-inner .bcsu-role-desc {
    color: #fbbf24;
}

.bcsu-actions {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 10px;
}

.bcsu-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 26px;
    border-radius: 999px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #0b1120;
    background: linear-gradient(135deg, #f97316, #facc15);
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(248, 181, 0, 0.45);
    transition: transform 0.14s ease-out, box-shadow 0.14s ease-out, filter 0.14s ease-out;
}

.bcsu-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(248, 181, 0, 0.6);
    filter: brightness(1.05);
}

.bcsu-btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

.bcsu-note {
    margin: 0;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
    color: #9ca3af;
    text-align: center;
}
