.bm-module .bm-panel,
.bm-module .bm-card {
    border: 1px solid rgba(51, 65, 85, 0.9);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.92));
    border-radius: 1rem;
    box-shadow: 0 16px 36px rgba(2, 6, 23, 0.18);
}

.bm-module .bm-card {
    padding: 1rem;
}

.bm-module .bm-label {
    color: rgb(148, 163, 184);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.bm-module .bm-value {
    color: rgb(241, 245, 249);
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 2.1rem;
    margin-top: 0.35rem;
}

.bm-module .bm-input {
    width: 100%;
    border: 1px solid rgb(51, 65, 85);
    background: rgb(2, 6, 23);
    color: rgb(226, 232, 240);
    border-radius: 0.85rem;
    padding: 0.7rem 0.85rem;
    outline: none;
}

.bm-module .bm-input:focus {
    border-color: rgb(34, 211, 238);
    box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12);
}

.bm-module .bm-btn {
    border-radius: 0.85rem;
    padding: 0.62rem 0.95rem;
    font-size: 0.85rem;
    font-weight: 700;
    transition: transform 0.15s ease, opacity 0.15s ease, background 0.15s ease;
}

.bm-module .bm-btn:hover {
    transform: translateY(-1px);
}

.bm-module .bm-btn-primary { background: rgb(8, 145, 178); color: white; }
.bm-module .bm-btn-primary:hover { background: rgb(6, 182, 212); }
.bm-module .bm-btn-success { background: rgb(5, 150, 105); color: white; }
.bm-module .bm-btn-success:hover { background: rgb(16, 185, 129); }
.bm-module .bm-btn-warning { background: rgb(217, 119, 6); color: white; }
.bm-module .bm-btn-warning:hover { background: rgb(245, 158, 11); }
.bm-module .bm-btn-secondary { border: 1px solid rgb(51, 65, 85); color: rgb(203, 213, 225); background: rgba(15, 23, 42, 0.85); }
.bm-module .bm-btn-secondary:hover { background: rgb(30, 41, 59); }

.bm-module .bm-step {
    border: 1px solid rgba(51, 65, 85, 0.9);
    border-radius: 0.95rem;
    padding: 0.95rem;
    background: rgba(15, 23, 42, 0.58);
}

.bm-module .bm-step strong {
    display: block;
    color: rgb(224, 242, 254);
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
}

.bm-module .bm-step span {
    display: block;
    color: rgb(148, 163, 184);
    font-size: 0.78rem;
    line-height: 1.2rem;
}

.bm-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.15rem 0.55rem;
    font-size: 0.68rem;
    font-weight: 700;
}

.bm-badge-ok { background: rgba(16, 185, 129, 0.13); color: rgb(110, 231, 183); }
.bm-badge-warn { background: rgba(245, 158, 11, 0.14); color: rgb(252, 211, 77); }
.bm-badge-danger { background: rgba(244, 63, 94, 0.13); color: rgb(253, 164, 175); }
.bm-badge-info { background: rgba(34, 211, 238, 0.13); color: rgb(103, 232, 249); }
