.config-display {
            font-size: 1.4rem;
            line-height: 1.5;
            word-break: break-word;
        }
        .condensed-config {
            font-size: 1.2rem;
            background: rgba(70, 130, 180, 0.1);
            padding: 0.75rem;
            border-radius: 8px;
            font-family: monospace;
        }
        .orbital-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin: 1rem 0;
        }
        .orbital-box {
            background: #f8f9fc;
            border: 1px solid #ced4da;
            border-radius: 8px;
            padding: 0.4rem 0.8rem;
            font-family: monospace;
            font-weight: 600;
            font-size: 1rem;
        }
        .element-badge {
            background: #1f3b4c;
            color: white;
            border-radius: 50px;
            padding: 0.2rem 1rem;
            display: inline-block;
            font-weight: 600;
        }
        .valence-box {
            background: #e9ecef;
            border-radius: 12px;
            padding: 0.8rem 1rem;
            text-align: center;
            font-weight: 600;
        }
        .myth-fact {
            background: #fef9e6;
            border-left: 5px solid #f4b942;
            padding: 1rem;
            margin: 1rem 0;
            border-radius: 8px;
        }
        canvas {
            background: #fefefe;
            border-radius: 12px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        }
        .info-icon {
            font-size: 0.8rem;
            color: #2c7da0;
            margin-left: 0.3rem;
            cursor: help;
        }