.result-row {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #e9ecef;
}
.result-row {
    font-size: 1.2rem;
    margin: 0.5rem 0;
}.deep-dive {
            margin: 1.8rem 0;
        }.result-value {
    font-family: 'Courier New', monospace;
    font-size: 1.1rem;
    word-break: break-all;
    background-color: white;
    padding: 0.5rem;
    border-radius: 4px;color: var(--primary-color);
    border: 1px solid #dee2e6;
} 
        .deep-dive p {
            text-align: justify;
        }
        .unit-note {
            font-size: 0.9rem;
            color: #6c757d;
        }
        .result-label {
            font-weight: 600;
            color: var(--accent-color);
            margin-bottom: 0.25rem;
        }
        .copy-btn {
            margin-left: 0.5rem;
        }
        .disclaimer-note {
            font-size:0.85rem;
            color:#6c757d;
            background:#f8f9fa;
            padding:0.75rem;
            border-radius:4px;
            margin-top:1rem;
        }
        .password-strength {
            height: 8px;
            border-radius: 4px;
            margin: 0.5rem 0;
        }