.result-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            padding: 1.5rem;
            margin-bottom: 1.5rem;
            border: 1px solid #eef2f6;
        }
        .ua-string-box {
            font-family: 'Courier New', monospace;
            background-color: #f5f7fa;
            padding: 1rem;
            border-radius: 8px;
            word-break: break-all;
            font-size: 0.85rem;
            border-left: 4px solid var(--primary-color);
        }
        .detail-table {
            width: 100%;
            margin-top: 1rem;
        }
        .detail-table td {
            padding: 0.75rem 0.5rem;
            border-bottom: 1px solid #e9ecef;
        }
        .detail-table td:first-child {
            font-weight: 600;
            width: 35%;
            color: #2c3e50;
        }
        .detail-table td:last-child {
            color: #1a4d8c;
            font-family: monospace;
        }
        .badge-bot {
            background-color: #dc3545;
            color: white;
            font-size: 0.75rem;
            padding: 0.3rem 0.6rem;
            border-radius: 30px;
            font-weight: 500;
        }
        .badge-device {
            background-color: #28a745;
        }
        .example-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem;
            margin: 1.2rem 0;
        }
        .icon-lg {
            font-size: 2rem;
            margin-right: 0.75rem;
            vertical-align: middle;
        }
        .feature-icon {
            color: var(--primary-color);
        }
        .glossary-term {
            font-weight: 600;
            color: #0056b3;
        }
        .citation {
            font-size: 0.85rem;
            border-left: 3px solid #dee2e6;
            padding-left: 1rem;
            margin: 1rem 0;
            color: #5a6874;
        }
        .tool-header h1 {
            font-size: 2rem;
        }
        .feedback-modal-footer {
            justify-content: space-between;
        }
        @media (max-width: 768px) {
            .detail-table td:first-child { width: 45%; }
        }