/**
 * TeleLive — Bug bounty (isolated hacker / terminal theme)
 * Scoped under body.page-bug-bounty — visually separate from main site.
 */

/* ── Isolate from main site chrome ── */
body.page-bug-bounty {
    background: #020203 !important;
    font-family: "Dana", "Vazirmatn", ui-sans-serif, system-ui, sans-serif;
}

/* English: readable Latin stack — Dana is weak for EN */
html[lang="en"] body.page-bug-bounty,
html[lang="en"] body.page-bug-bounty .tl-bb-page {
    --bb-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-family: var(--bb-sans);
}

html[lang="en"] body.page-bug-bounty .tl-bb-page {
    font-size: 16px;
    letter-spacing: normal;
}

html[lang="en"] body.page-bug-bounty .tl-bb-glitch::before,
html[lang="en"] body.page-bug-bounty .tl-bb-glitch::after {
    display: none;
}

html[lang="en"] body.page-bug-bounty .tl-bb-glitch {
    text-shadow: none;
    font-weight: 700;
}

html[lang="en"] body.page-bug-bounty .tl-bb-blink {
    animation: none;
    opacity: 1;
}

body.page-bug-bounty .main-content {
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
    background: transparent !important;
}

body.page-bug-bounty .tl-left-sidebar {
    display: none !important;
}

body.page-bug-bounty .tl-page-content.has-sidebar {
    margin-inline-start: 0 !important;
    max-width: 100% !important;
}

body.page-bug-bounty .container:not(.tl-bb-wrap) {
    max-width: none;
}

body.page-bug-bounty .tl-bb-page,
body.page-bug-bounty .tl-bb-page * {
    box-sizing: border-box;
}

body.page-bug-bounty .tl-bb-page {
    --bb-sans: "Dana", "Vazirmatn", ui-sans-serif, system-ui, sans-serif;
    --bb-mono: ui-monospace, "Cascadia Code", "SF Mono", "Fira Code", Consolas, monospace;
    --bb-cyan: #22d3ee;
    --bb-green: #4ade80;
    --bb-red: #f87171;
    --bb-amber: #fbbf24;
    --bb-purple: #a855f7;
    --bb-bg: #050508;
    --bb-panel: rgba(8, 12, 18, 0.92);
    --bb-line: rgba(34, 211, 238, 0.14);
    font-family: var(--bb-sans);
    font-size: 15px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

/* Monospace فقط ترمینال / کد — نه متن کاربر */
body.page-bug-bounty .tl-bb-page .tl-bb-code-card__body,
body.page-bug-bounty .tl-bb-page .tl-bb-code-card__bar code,
body.page-bug-bounty .tl-bb-page .tl-bb-form__bar code,
body.page-bug-bounty .tl-bb-page .tl-bb-form__prompt,
body.page-bug-bounty .tl-bb-page .tl-bb-file__name,
body.page-bug-bounty .tl-bb-page .tl-bb-rules__n,
body.page-bug-bounty .tl-bb-page .tl-bb-term-line,
body.page-bug-bounty .tl-bb-page .tl-bb-bg__matrix {
    font-family: var(--bb-mono);
}

body.page-bug-bounty .tl-bb-page h1,
body.page-bug-bounty .tl-bb-page h2,
body.page-bug-bounty .tl-bb-page h3,
body.page-bug-bounty .tl-bb-page p,
body.page-bug-bounty .tl-bb-page li,
body.page-bug-bounty .tl-bb-page label,
body.page-bug-bounty .tl-bb-page button,
body.page-bug-bounty .tl-bb-page select,
body.page-bug-bounty .tl-bb-page textarea,
body.page-bug-bounty .tl-bb-page a.tl-bb-btn,
body.page-bug-bounty .tl-bb-page .tl-bb-btn,
body.page-bug-bounty .tl-bb-page .tl-bb-hero__lead,
body.page-bug-bounty .tl-bb-page .tl-bb-section,
body.page-bug-bounty .tl-bb-page .tl-bb-card {
    font-family: var(--bb-sans);
}

.tl-bb-page {
    --bb-cyan: #22d3ee;
    --bb-green: #4ade80;
    --bb-red: #f87171;
    --bb-amber: #fbbf24;
    --bb-bg: #050508;
    --bb-panel: rgba(8, 12, 18, 0.92);
    --bb-line: rgba(34, 211, 238, 0.14);
    position: relative;
    overflow: hidden;
    padding: 24px 0 64px;
    min-height: 70vh;
    background: var(--bb-bg);
    color: #e2e8f0;
}

.tl-bb-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.tl-bb-bg__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(34, 211, 238, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 211, 238, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 20%, transparent 75%);
}

.tl-bb-bg__scan {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(34, 211, 238, 0.03) 50%, transparent 100%);
    background-size: 100% 8px;
    animation: tl-bb-scan 6s linear infinite;
    opacity: 0.35;
}

@keyframes tl-bb-scan {
    0% { background-position: 0 -100vh; }
    100% { background-position: 0 100vh; }
}

.tl-bb-bg__hex {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%2300fff0' fill-opacity='1'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.tl-bb-bg__crt {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.12) 0px,
        rgba(0, 0, 0, 0.12) 1px,
        transparent 1px,
        transparent 3px
    );
    opacity: 0.35;
}

.tl-bb-bg__matrix {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    opacity: 0.12;
    font-family: ui-monospace, monospace;
    font-size: 0.72rem;
    color: var(--bb-green);
    line-height: 1.1;
}

.tl-bb-bg__col {
    writing-mode: vertical-rl;
    animation: tl-bb-fall var(--d, 4s) linear infinite;
    animation-delay: var(--del, 0s);
    white-space: nowrap;
}

@keyframes tl-bb-fall {
    0% { transform: translateY(-110%); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 0.6; }
    100% { transform: translateY(110vh); opacity: 0; }
}

.tl-bb-wrap {
    position: relative;
    z-index: 1;
    max-width: 980px;
}

/* Hero */
.tl-bb-hero {
    position: relative;
    margin-bottom: 22px;
    padding: 48px 20px 40px;
    border-radius: 20px;
    border: 1px solid var(--bb-line);
    background: var(--bb-panel);
    box-shadow: 0 0 0 1px rgba(74, 222, 128, 0.06), 0 24px 80px rgba(0, 0, 0, 0.55);
    overflow: hidden;
    text-align: center;
}

.tl-bb-hero__ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(34, 211, 238, 0.2);
    pointer-events: none;
}

.tl-bb-hero__ring--a {
    width: 420px;
    height: 420px;
    top: 50%;
    left: 50%;
    margin: -210px 0 0 -210px;
    animation: tl-bb-spin 18s linear infinite;
}

.tl-bb-hero__ring--b {
    width: 280px;
    height: 280px;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -140px;
    border-color: rgba(74, 222, 128, 0.15);
    animation: tl-bb-spin 12s linear infinite reverse;
}

@keyframes tl-bb-spin {
    to { transform: rotate(360deg); }
}

.tl-bb-hero__core { position: relative; z-index: 2; }

.tl-bb-hero__badge {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 2rem;
    color: var(--bb-cyan);
    background: rgba(34, 211, 238, 0.08);
    border: 1px solid rgba(34, 211, 238, 0.35);
    box-shadow: 0 0 32px rgba(34, 211, 238, 0.2);
    animation: tl-bb-pulse 2.8s ease-in-out infinite;
}

@keyframes tl-bb-pulse {
    0%, 100% { box-shadow: 0 0 24px rgba(34, 211, 238, 0.15); transform: scale(1); }
    50% { box-shadow: 0 0 40px rgba(74, 222, 128, 0.35); transform: scale(1.04); }
}

.tl-bb-hero__kicker {
    margin: 0 0 10px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bb-green);
    font-family: var(--bb-sans, "Dana", "Vazirmatn", sans-serif);
}

.tl-bb-blink { animation: tl-bb-blink 1.2s step-end infinite; }

@keyframes tl-bb-blink {
    50% { opacity: 0.2; }
}

.tl-bb-glitch {
    margin: 0 0 12px;
    font-size: clamp(1.5rem, 4.5vw, 2.1rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: #f8fafc;
    text-shadow: 0 0 20px rgba(34, 211, 238, 0.25);
    position: relative;
    font-family: var(--bb-sans, "Dana", "Vazirmatn", sans-serif);
}

.tl-bb-glitch::before,
.tl-bb-glitch::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    opacity: 0.55;
}

.tl-bb-glitch::before {
    color: var(--bb-cyan);
    animation: tl-bb-glitch-a 3.5s infinite linear alternate-reverse;
    clip-path: polygon(0 0, 100% 0, 100% 42%, 0 58%);
}

.tl-bb-glitch::after {
    color: var(--bb-green);
    animation: tl-bb-glitch-b 2.8s infinite linear alternate-reverse;
    clip-path: polygon(0 58%, 100% 42%, 100% 100%, 0 100%);
}

@keyframes tl-bb-glitch-a {
    0% { transform: translate(0); }
    20% { transform: translate(-2px, 1px); }
    40% { transform: translate(2px, -1px); }
    100% { transform: translate(0); }
}

@keyframes tl-bb-glitch-b {
    0% { transform: translate(0); }
    30% { transform: translate(2px, 1px); }
    60% { transform: translate(-1px, -2px); }
    100% { transform: translate(0); }
}

.tl-bb-hero__lead {
    margin: 0 auto 22px;
    max-width: 580px;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #94a3b8;
}

.tl-bb-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.tl-bb-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.15s;
}

.tl-bb-btn--primary {
    color: #041016;
    background: linear-gradient(135deg, var(--bb-cyan), var(--bb-green));
    box-shadow: 0 8px 28px rgba(34, 211, 238, 0.25);
}

.tl-bb-btn--ghost {
    color: var(--bb-cyan);
    border: 1px solid rgba(34, 211, 238, 0.4);
    background: rgba(34, 211, 238, 0.06);
}

.tl-bb-btn:hover {
    transform: translateY(-2px);
    color: inherit;
}

.tl-bb-btn--primary:hover { color: #041016; }

/* Pills */
.tl-bb-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.tl-bb-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    border: 1px solid var(--bb-line);
    background: rgba(255, 255, 255, 0.03);
    color: #cbd5e1;
}

.tl-bb-pill i { color: var(--bb-cyan); font-size: 0.72rem; }

/* Report section */
.tl-bb-section {
    margin-bottom: 32px;
}

.tl-bb-section h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    font-size: 1.1rem;
    font-weight: 800;
    color: #f1f5f9;
}

.tl-bb-section h2 i { color: var(--bb-cyan); }

.tl-bb-report__lead {
    margin: 0 0 16px;
    color: #94a3b8;
    font-size: 0.88rem;
    line-height: 1.65;
}

.tl-bb-report__grid {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    gap: 16px;
    align-items: start;
}

.tl-bb-report__form-panel {
    padding: 18px;
    border-radius: 14px;
    border: 1px solid var(--bb-line);
    background: var(--bb-panel);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.tl-bb-form__label {
    display: block;
    margin: 0 0 6px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #94a3b8;
}

.tl-bb-report__head {
    margin-bottom: 16px;
}

.tl-bb-form__input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(8, 12, 22, 0.82);
    color: #e2e8f0;
    font-size: 0.88rem;
    font-family: var(--bb-sans, "Dana", "Vazirmatn", sans-serif);
    line-height: 1.5;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.tl-bb-form__input option {
    background: #0f172a;
    color: #e2e8f0;
}

.tl-bb-report__motd {
    margin: 10px 0 0;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid rgba(57, 255, 20, 0.25);
    background: rgba(57, 255, 20, 0.06);
    color: var(--bb-green);
    font-size: 0.82rem;
    line-height: 1.55;
    font-family: "Dana", "Vazirmatn", sans-serif;
}

.tl-bb-form__bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin: -18px -18px 16px;
    background: rgba(0, 255, 240, 0.04);
}

.tl-bb-form__bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.tl-bb-form__bar span:nth-child(1) { background: #ef4444; }
.tl-bb-form__bar span:nth-child(2) { background: #eab308; }
.tl-bb-form__bar span:nth-child(3) { background: #22c55e; }

.tl-bb-form__bar code {
    margin-inline-start: auto;
    font-size: 0.68rem;
    color: #64748b;
}

.tl-bb-form__prompt {
    color: var(--bb-green);
    margin-inline-end: 4px;
    font-family: var(--bb-mono);
}

.tl-bb-file {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px dashed rgba(0, 255, 240, 0.28);
    background: rgba(0, 0, 0, 0.35);
}

.tl-bb-file__input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.tl-bb-file__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    color: #041016;
    background: linear-gradient(135deg, var(--bb-cyan), var(--bb-green));
    box-shadow: 0 0 16px rgba(0, 255, 240, 0.25);
    transition: transform 0.15s, box-shadow 0.15s;
    font-family: "Dana", "Vazirmatn", sans-serif;
}

.tl-bb-file__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 24px rgba(57, 255, 20, 0.35);
}

.tl-bb-file__name {
    flex: 1;
    min-width: 120px;
    font-size: 0.78rem;
    color: #64748b;
    font-family: var(--bb-mono);
    word-break: break-all;
}

.tl-bb-file__name[data-state="ok"] {
    color: var(--bb-green);
}

.tl-bb-term-line {
    display: block;
    opacity: 0;
    animation: tl-bb-term-in 0.35s ease forwards;
}

@keyframes tl-bb-term-in {
    from { opacity: 0; transform: translateX(-6px); }
    to { opacity: 1; transform: translateX(0); }
}

.tl-bb-hotline__say {
    margin: 0 0 12px;
    font-size: 0.8rem;
    color: #fecaca;
    line-height: 1.5;
    font-family: "Dana", "Vazirmatn", sans-serif;
}

.tl-bb-form__textarea {
    resize: vertical;
    min-height: 120px;
    font-family: var(--bb-sans, "Dana", "Vazirmatn", sans-serif);
    line-height: 1.6;
}

.tl-bb-form__input:focus {
    outline: none;
    border-color: rgba(34, 211, 238, 0.55);
    box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12);
}

.tl-bb-form__preview img {
    max-width: 100%;
    max-height: 160px;
    border-radius: 8px;
    border: 1px solid var(--bb-line);
    margin-bottom: 12px;
}

.tl-bb-form__submit {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.92rem;
    cursor: pointer;
    color: #041016;
    background: linear-gradient(135deg, var(--bb-green), #16a34a);
    box-shadow: 0 6px 20px rgba(74, 222, 128, 0.2);
}

.tl-bb-form__submit:disabled { opacity: 0.65; cursor: wait; }

.tl-bb-form__msg {
    margin-top: 10px;
    font-size: 0.84rem;
    text-align: center;
    min-height: 1.2em;
}

.tl-bb-form__msg[data-state="ok"] { color: var(--bb-green); }
.tl-bb-form__msg[data-state="err"] { color: var(--bb-red); }

/* Aside: terminal + hotline */
.tl-bb-report__aside {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tl-bb-code-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(34, 211, 238, 0.2);
    background: #0a0e14;
}

.tl-bb-code-card__bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tl-bb-code-card__bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #475569;
}

.tl-bb-code-card__bar span:nth-child(1) { background: #ef4444; }
.tl-bb-code-card__bar span:nth-child(2) { background: #eab308; }
.tl-bb-code-card__bar span:nth-child(3) { background: #22c55e; }

.tl-bb-code-card__bar code {
    margin-inline-start: auto;
    font-size: 0.68rem;
    color: #64748b;
}

.tl-bb-code-card__body {
    margin: 0;
    padding: 14px;
    font-size: 0.72rem;
    line-height: 1.65;
    color: #94a3b8;
    overflow-x: auto;
}

.tl-bb-code-prompt { color: var(--bb-green); }
.tl-bb-code-ok { color: var(--bb-cyan); }
.tl-bb-code-warn { color: var(--bb-amber); }
.tl-bb-code-dim { color: #64748b; }
.tl-bb-code-code {
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    background: rgba(248, 113, 113, 0.2);
    color: #fecaca;
    font-weight: 800;
    animation: tl-bb-code-flash 1.5s ease-in-out infinite;
}

@keyframes tl-bb-code-flash {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.65; }
}

.tl-bb-hotline {
    padding: 18px;
    border-radius: 14px;
    border: 1px solid rgba(248, 113, 113, 0.35);
    background: linear-gradient(145deg, rgba(127, 29, 29, 0.25), rgba(8, 12, 18, 0.95));
    text-align: center;
}

.tl-bb-hotline__badge {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.35rem;
    color: #fecaca;
    background: rgba(248, 113, 113, 0.15);
    border: 1px solid rgba(248, 113, 113, 0.4);
}

.tl-bb-hotline__pulse {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(248, 113, 113, 0.45);
    animation: tl-bb-ring-pulse 2s ease-out infinite;
}

@keyframes tl-bb-ring-pulse {
    0% { transform: scale(0.85); opacity: 1; }
    100% { transform: scale(1.35); opacity: 0; }
}

.tl-bb-hotline h3 {
    margin: 0 0 8px;
    font-size: 0.95rem;
    color: #fecaca;
}

.tl-bb-hotline p {
    margin: 0 0 14px;
    font-size: 0.82rem;
    line-height: 1.6;
    color: #fca5a5;
}

.tl-bb-hotline__code {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 14px;
    padding: 10px 24px;
    border-radius: 12px;
    border: 2px dashed rgba(248, 113, 113, 0.5);
    background: rgba(0, 0, 0, 0.3);
}

.tl-bb-hotline__code-lbl {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fca5a5;
}

.tl-bb-hotline__code-num {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 24px rgba(248, 113, 113, 0.6);
}

.tl-bb-hotline__call {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #ef4444, #b91c1c);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.3);
}

.tl-bb-hotline__call:hover { color: #fff; transform: translateY(-1px); }

/* Scope cards */
.tl-bb-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.tl-bb-card {
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid var(--bb-line);
    background: var(--bb-panel);
    transition: border-color 0.2s, transform 0.2s;
}

.tl-bb-card:hover {
    transform: translateY(-2px);
    border-color: rgba(34, 211, 238, 0.35);
}

.tl-bb-card--in { border-inline-start: 3px solid var(--bb-green); }
.tl-bb-card--out { border-inline-start: 3px solid #64748b; opacity: 0.85; }

.tl-bb-card h3 {
    margin: 0 0 6px;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #f1f5f9;
}

.tl-bb-card h3 i { color: var(--bb-cyan); font-size: 0.82rem; }

.tl-bb-card p {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.6;
    color: #94a3b8;
}

/* Severity */
.tl-bb-severity {
    display: grid;
    gap: 8px;
}

.tl-bb-sev {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid var(--bb-line);
    background: rgba(0, 0, 0, 0.25);
}

.tl-bb-sev span {
    font-weight: 800;
    font-size: 0.82rem;
}

.tl-bb-sev p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    color: #94a3b8;
}

.tl-bb-sev--crit span { color: #fca5a5; }
.tl-bb-sev--high span { color: #fdba74; }
.tl-bb-sev--med span { color: #fde047; }
.tl-bb-sev--low span { color: #93c5fd; }

/* Rules */
.tl-bb-rules {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.tl-bb-rules li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid var(--bb-line);
    background: var(--bb-panel);
    font-size: 0.86rem;
    line-height: 1.55;
    color: #cbd5e1;
}

.tl-bb-rules__n {
    flex-shrink: 0;
    font-family: ui-monospace, monospace;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--bb-cyan);
    padding: 4px 8px;
    border-radius: 6px;
    background: rgba(34, 211, 238, 0.08);
}

@media (max-width: 820px) {
    .tl-bb-report__grid { grid-template-columns: 1fr; }
    .tl-bb-sev { grid-template-columns: 1fr; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
    .tl-bb-bg__scan,
    .tl-bb-bg__col,
    .tl-bb-hero__ring,
    .tl-bb-hero__badge,
    .tl-bb-glitch::before,
    .tl-bb-glitch::after,
    .tl-bb-code-code,
    .tl-bb-hotline__pulse,
    .tl-bb-blink { animation: none !important; }
}
