.word-result-box {
            background-color: #f0f8ff;
            border: 2px solid var(--primary-color);
            border-radius: 12px;
            padding: 2rem 1.5rem;
            margin: 1.5rem 0;
            font-size: 2rem;
            line-height: 1.4;
            font-family: 'Georgia', 'Times New Roman', serif;
            word-break: break-word;
            text-align: center;
            box-shadow: 0 6px 12px rgba(0,0,0,0.05);
        }@media (max-width: 768px) {.examples-panel{display:none!important}}
        .breakdown-table th {
            background-color: var(--light-gray);
            font-weight: 600;
        }
        .breakdown-table td, .breakdown-table th {
            padding: 0.5rem;
            border: 1px solid #dee2e6;
        }
        .breakdown-table {
            width: 100%;
            margin: 1.5rem 0;
            border-collapse: collapse;
        }
        .fun-fact {
            background-color: #f9f2ec;
            border-left: 5px solid #e67e22;
            padding: 1.2rem;
            margin: 2rem 0;
            border-radius: 0 8px 8px 0;
        }
        .language-note {
            font-size: 0.95rem;
            background: #f1f9f0;
            border: 1px solid #b6d7a8;
            padding: 1rem;
            border-radius: 6px;
        }
        .example-badge {
            background-color: #e9ecef;
            padding: 0.25rem 0.6rem;
            border-radius: 30px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s;
            border: 1px solid #ced4da;
        }
        .example-badge:hover {
            background-color: #d4edda;
            border-color: #28a745;
            transform: translateY(-2px);
        }
        .examples-panel {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem;
            margin: 1rem 0 1.5rem;
        }
        .section-subhead {
            font-size: 1.3rem;
            font-weight: 500;
            border-bottom: 2px solid var(--primary-color);
            padding-bottom: 0.3rem;
            margin: 2rem 0 1rem;
        }
        .euler-note {
            background-color: #e7f3ff;
            border-radius: 8px;
            padding: 1rem;
        }
        .align-btn-with-input {
            display: flex;
            align-items: flex-start;
            height: 100%;
        }
        .btn-lg-custom {
            padding: 0.5rem 1rem;
            font-size: 1.25rem;
        }