.ota-platform-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.ota-platform-pill--android {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #15803d;
}

.ota-platform-pill--ios {
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: #1d4ed8;
}

html.dark .ota-platform-pill--android {
    border-color: rgba(34, 197, 94, 0.35);
    background: rgba(34, 197, 94, 0.12);
    color: #4ade80;
}

html.dark .ota-platform-pill--ios {
    border-color: rgba(59, 130, 246, 0.35);
    background: rgba(59, 130, 246, 0.12);
    color: #60a5fa;
}

.ota-active-card {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    background: #fff;
}

html.dark .ota-active-card {
    border-color: #374151;
    background: rgba(255, 255, 255, 0.02);
}

.ota-active-card-value {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #101828;
}

html.dark .ota-active-card-value {
    color: rgba(255, 255, 255, 0.92);
}

.ota-bundle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.875rem;
    padding: 0.75rem 0.9rem;
}

html.dark .ota-bundle-row {
    border-color: #374151;
}

.ota-bundle-bar {
    height: 0.45rem;
    border-radius: 999px;
    background: #f2f4f7;
    overflow: hidden;
}

html.dark .ota-bundle-bar {
    background: #1f2937;
}

.ota-bundle-bar-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #f472b6, #fda4af);
}

.ota-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 3rem 1.5rem;
    text-align: center;
    color: #667085;
}

.ota-empty i {
    font-size: 2rem;
    color: #98a2b3;
}

.ota-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.8125rem;
}
