.domain-score-gauge {
            width: 160px;
            height: 160px;
            margin: 10px auto;
            background: conic-gradient(var(--primary-color) 0deg 240deg, #e9ecef 240deg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 2rem;
            color: #1a2b3c;
            border: 6px solid white;
            box-shadow: 0 6px 16px rgba(0,0,0,0.1);
        }
        .score-text { background: white; width: 110px; height: 110px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; line-height: 1.2; }
        .score-value { font-size: 2.4rem; color: var(--primary-color); }
        .score-label { font-size: 0.8rem; color: #6c757d; }
        .factor-badge {
            background-color: rgba(70, 130, 180, 0.08);
            border-left: 3px solid var(--primary-color);
            padding: 0.5rem 0.8rem;
            border-radius: 0 20px 20px 0;
            margin: 0.4rem 0;
        }
        .market-comparison {
            background: #f2f8fd;
            border-radius: 20px;
            padding: 1.2rem;
            border: 1px solid #cfe2ff;
        }
        .sales-table td, .sales-table th {
            font-size: 0.9rem;
        }
        .estimation-range {
            font-size: 1.8rem;
            font-weight: 700;
            color: #198754;
        }
        .estimation-note {
            font-size: 0.85rem;
        }
        .example-domain {
            font-family: 'Courier New', monospace;
            font-weight: 600;
        }
        .tld-premium {
            background-color: #fff3cd;
            border: 1px solid #ffeeba;
            border-radius: 8px;
            padding: 0.8rem;
            margin: 1rem 0;
        }
        .market-trend {
            font-size: 0.9rem;
            background: #e6f7ff;
            border-left: 3px solid #17a2b8;
            padding: 0.3rem 1rem;
            margin: 0.5rem 0;
        }
        .update-badge {
            background-color: #d1e7dd;
            color: #0f5132;
            padding: 0.2rem 0.6rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: normal;
        }
        .heat-index {
            font-size: 0.9rem;
            background: #fbe9e7;
            border-left: 3px solid #d32f2f;
            padding: 0.4rem 1rem;
            margin: 0.8rem 0;
            border-radius: 0 20px 20px 0;
        }
        .pie-container {
            height: 130px;
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
        }
        .user-review {
            background: #f9f9f9;
            border-radius: 16px;
            padding: 1rem;
            border: 1px solid #ddd;
            margin-top: 1rem;
        }
        .star-rating {
            color: #ffc107;
        }