
        .font-glyph-set-card {
            border: 1px solid #d7e1ef;
            border-radius: 4px;
            background: #fff;
            box-shadow: 0 2px 10px rgba(20, 40, 90, 0.04);
        }

        .font-glyph-tester-card {
            border: 1px solid #d7e1ef;
            border-radius: 4px;
            background: #fff;
            padding: 16px;
            box-shadow: 0 2px 10px rgba(20, 40, 90, 0.04);
        }

        .font-glyph-tester-head {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            margin-bottom: 12px;
        }

        .font-glyph-test-preview-box {
            min-height: 260px;
            border: 1px solid #d7e1ef;
            border-radius: 4px;
            background: #fff;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 18px;
        }

        .font-glyph-test-preview {
            width: 100%;
            min-height: 220px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            cursor: grab;
            user-select: none;
        }

        .font-glyph-test-preview.is-panning {
            cursor: grabbing;
        }

        .font-glyph-test-preview img,
        .font-glyph-test-preview svg {
            display: block;
            max-width: 100%;
            max-height: 220px;
        }

        .font-glyph-test-preview svg[data-font-glyph-test-svg="true"] {
            position: absolute;
            inset: 0;
            max-width: none;
            max-height: none;
            overflow: visible;
        }

        .font-glyph-test-empty {
            text-align: center;
            color: #6b7f9a;
            font-size: 14px;
            padding: 28px;
        }

        .font-glyph-test-meta {
            font-size: 13px;
            color: #445a78;
        }

        .font-glyph-test-debug {
            margin-top: 8px;
            padding: 10px 12px;
            border: 1px solid #d7e1ef;
            border-radius: 4px;
            background: #f8fbff;
            color: #29476d;
            font-size: 12px;
            line-height: 1.45;
            white-space: pre-wrap;
            max-height: 220px;
            overflow: auto;
            display: none;
        }

        .font-glyph-set-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 10px;
        }

        .font-glyph-set-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            min-height: 28px;
            padding: 0 12px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 700;
            line-height: 1;
            border: 1px solid #d6e0ee;
            background: #f8fbff;
            color: #315a8e;
        }

        .font-glyph-set-badge.is-default {
            border-color: #cdb8ff;
            background: #f3ecff;
            color: #6a38c2;
        }

        .font-glyph-set-samples {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 14px;
        }

        .font-glyph-sample {
            min-width: 34px;
            height: 34px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0 10px;
            border-radius: 4px;
            border: 1px solid #d7e1ef;
            background: #f8fbff;
            font-weight: 700;
            font-size: 14px;
            color: #16365d;
        }

        .font-glyph-list {
            display: grid;
            gap: 12px;
            max-height: 460px;
            overflow-y: auto;
            overflow-x: hidden;
            padding-right: 4px;
        }

        .font-glyph-row {
            display: grid;
            grid-template-columns: 76px minmax(0, 1fr) auto;
            gap: 12px;
            align-items: center;
            padding: 12px;
            border: 1px solid #d7e1ef;
            border-radius: 4px;
            background: #fff;
        }

        .font-glyph-char-box {
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #d7e1ef;
            border-radius: 4px;
            background: #f8fbff;
            font-size: 24px;
            font-weight: 800;
            color: #16365d;
        }

        .font-glyph-preview-box {
            min-height: 260px;
            border: 1px solid #d7e1ef;
            border-radius: 4px;
            background: #fff;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .font-glyph-preview-stage {
            width: 100%;
            height: 100%;
            min-height: 260px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .font-glyph-preview-stage img,
        .font-glyph-preview-stage svg {
            max-width: 100%;
            max-height: 220px;
            display: block;
        }

        .font-glyph-preview-empty {
            text-align: center;
            color: #6b7f9a;
            font-size: 14px;
            padding: 28px;
        }

        .font-glyph-file-status,
        .font-glyph-metrics {
            font-size: 13px;
            color: #445a78;
        }

        .font-glyph-inline-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 6px;
            font-size: 13px;
            color: #556d8b;
        }

        .font-glyph-inline-meta strong {
            font-weight: 700;
            color: #19395e;
        }

        @media (max-width: 767.98px) {
            .font-glyph-row {
