.ob-card {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
            padding: 20px;
            background: #fff;
            margin: 15px 0;
        }
        .ob-card-title {
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 600;
            font-size: 1.05rem;
            margin-bottom: 12px;
        }
        .ob-status-box {
            border-radius: 12px;
            padding: 14px 16px;
            border: 1px solid #e2e8f0;
            background: #f8fafc;
            margin-bottom: 16px;
        }
        .ob-status-line { display: flex; align-items: flex-start; gap: 10px; }
        .ob-status-text { flex: 1; font-size: 0.88rem; line-height: 1.65; color: #475569; }
        .ob-safe { background: #f0fdf4; border-color: #bbf7d0; }
        .ob-warn { background: #fffbeb; border-color: #fde68a; }
        .ob-danger { background: #fef2f2; border-color: #fecaca; }
        .ob-info { background: #f8fafc; border-color: #e2e8f0; }
        .ob-progress { margin-bottom: 14px; font-size: 0.84rem; color: #64748b; }
        .ob-table { width: 100%; border-collapse: collapse; }
        .ob-table th, .ob-table td {
            padding: 10px 12px;
            text-align: left;
            border-bottom: 1px solid #eef2f7;
            font-size: 0.88rem;
            vertical-align: middle;
        }
        .ob-table th { background: #f8fafc; color: #475569; font-weight: 600; }
        .ob-table tr:last-child td { border-bottom: none; }
        .ob-table td:nth-child(2) { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.84rem; }
        .ob-tag {
            display: inline-block;
            padding: 3px 8px;
            border-radius: 6px;
            font-size: 0.72rem;
            font-weight: 600;
        }
        .ob-tag-ok { background: #dcfce7; color: #166534; }
        .ob-tag-warn { background: #fef3c7; color: #92400e; }
        .ob-tag-bad { background: #fee2e2; color: #991b1b; }
        .ob-tag-info { background: #e0f2fe; color: #075985; }
        .ob-tag-neutral { background: #f1f5f9; color: #475569; }
        .ob-tag-dual { background: #cffafe; color: #0e7490; }
        .ob-skip-msg { color: #64748b; font-size: 0.84rem; font-family: inherit; }
        .ob-site-icon {
            width: 18px; height: 18px; object-fit: contain; vertical-align: middle;
            margin-right: 8px; border-radius: 3px; flex-shrink: 0;
        }
        .ob-site-name { display: inline-flex; align-items: center; gap: 0; }
        .country-flag {
            width: 22px;
            height: 16px;
            object-fit: cover;
            vertical-align: middle;
            margin-right: 6px;
            border-radius: 2px;
            box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.06);
            background: #f1f5f9;
        }
#obMap { width: 100%; height: 280px; border-radius: 12px; overflow: hidden; }
        .ob-desc { color: #64748b; line-height: 1.7; font-size: 0.88rem; margin: 0; }
        .ob-desc ul { margin: 8px 0 0; padding-left: 1.2rem; }
