.glossary-page{min-height:100vh}.glossary-page .container{max-width:1200px}.glossary-header h1{font-size:2.5rem;line-height:1.3;margin-bottom:1rem;letter-spacing:normal!important}@media(max-width:768px){.glossary-header h1{font-size:1.8rem}}.glossary-header h1 .text-title{position:relative;display:inline-block;font-weight:700}.glossary-header h1 .text-title:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:4px;background:var(--color-primary);border-radius:2px}.glossary-header .lead{font-size:1.1rem;font-weight:400}.search-section{max-width:600px;margin:0 auto}.search-wrapper{position:relative;display:flex;align-items:center}.search-wrapper .search-icon{position:absolute;right:16px;color:#666;font-size:1.2rem;pointer-events:none;z-index:2}.search-wrapper .search-input{padding:14px 50px 14px 16px;font-size:1rem;border:2px solid #e0e0e0;border-radius:50px;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05)}.search-wrapper .search-input:focus{border-color:var(--color-primary);box-shadow:0 4px 12px rgba(255,193,7,.2);outline:none}.search-wrapper .search-input::placeholder{color:#999}.search-wrapper .clear-btn{position:absolute;left:8px;z-index:2;border-radius:50%;width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#666;transition:all .2s ease}.search-wrapper .clear-btn:hover{background:#f0f0f0;color:#000}.search-wrapper .clear-btn i{font-size:1.2rem}.alphabet-filter .alphabet-title{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.alphabet-filter .alphabet-title h3{margin:0;color:#333}.alphabet-filter .alphabet-title h3 i{color:var(--color-primary)}.alphabet-filter .alphabet-title .filter-badge{padding:6px 16px;background:var(--color-primary);color:#000!important;border-radius:20px;font-size:.9rem;font-weight:600}.alphabet-filter .alphabet-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(50px,1fr));grid-gap:10px;gap:10px;padding:20px;background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.05)}@media(max-width:768px){.alphabet-filter .alphabet-grid{grid-template-columns:repeat(auto-fill,minmax(45px,1fr));gap:8px;padding:15px}}.alphabet-filter .alphabet-btn{aspect-ratio:1;border:2px solid #e0e0e0;background:#fff;color:#333;font-size:1.3rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.alphabet-filter .alphabet-btn:hover:not(.disabled){border-color:var(--color-primary);background:#fffbf0;transform:translateY(-3px);box-shadow:0 4px 12px rgba(255,193,7,.3)}.alphabet-filter .alphabet-btn.active{background:var(--color-primary);border-color:var(--color-primary);color:#000;transform:scale(1.1);box-shadow:0 4px 16px rgba(255,193,7,.4)}.alphabet-filter .alphabet-btn.disabled{opacity:.3;cursor:not-allowed;background:#f5f5f5;border-color:#f0f0f0}.results-info .results-count{font-size:1.1rem;color:#666}.results-info .results-count i{color:var(--color-primary)}.results-info .results-count span{color:var(--color-primary);font-size:1.3rem}.terms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:24px;gap:24px;margin-bottom:40px}@media(max-width:768px){.terms-grid{grid-template-columns:1fr;gap:20px}}.term-card{border-radius:16px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:all .3s ease;border:2px solid transparent}.term-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:var(--color-primary)}.term-card .term-card-header{display:flex;align-items:flex-start;gap:16px;padding:20px;background:linear-gradient(135deg,#fffbf0,#fff);border-bottom:2px solid #f0f0f0}@media(prefers-color-scheme:dark){.term-card .term-card-header{background:linear-gradient(135deg,#2a2817,#1a1a1a);border-bottom-color:#333}}.term-card .term-card-header .term-letter{flex-shrink:0;width:50px;height:50px;background:var(--color-primary);color:#000;font-size:1.5rem;font-weight:700;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(255,193,7,.3)}.term-card .term-card-header .term-titles{flex:1 1;min-width:0}.term-card .term-card-header .term-titles .term-ar{font-size:1.4rem;font-weight:700;color:#222;margin:0 0 8px;line-height:1.3}@media(prefers-color-scheme:dark){.term-card .term-card-header .term-titles .term-ar{color:#e0e0e0}}.term-card .term-card-header .term-titles .term-en{font-size:1rem;color:#666;margin:0;font-weight:500;font-style:italic;text-align:left}@media(prefers-color-scheme:dark){.term-card .term-card-header .term-titles .term-en{color:#999}}.term-card .term-card-body{padding:20px}.term-card .term-card-body .term-definition{font-size:1rem;color:#555;line-height:1.8;margin:0;text-align:justify}.no-results{background:#fff;border-radius:20px;padding:60px 20px;box-shadow:0 4px 16px rgba(0,0,0,.05)}.no-results .no-results-icon i{font-size:4rem;opacity:.3}.no-results h3{color:#333}.no-results p{font-size:1.1rem}.glossary-footer p{font-size:.95rem;line-height:1.6}.glossary-footer p b,.glossary-footer p i{color:var(--color-primary)}.glossary-footer p b{font-size:1.1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.term-card{animation:fadeIn .4s ease backwards}.term-card:first-child{animation-delay:.05s}.term-card:nth-child(2){animation-delay:.1s}.term-card:nth-child(3){animation-delay:.15s}.term-card:nth-child(4){animation-delay:.2s}.term-card:nth-child(5){animation-delay:.25s}.term-card:nth-child(6){animation-delay:.3s}.term-card:nth-child(7){animation-delay:.35s}.term-card:nth-child(8){animation-delay:.4s}.term-card:nth-child(9){animation-delay:.45s}.term-card:nth-child(10){animation-delay:.5s}.term-card:nth-child(11){animation-delay:.55s}.term-card:nth-child(12){animation-delay:.6s}.term-card:nth-child(13){animation-delay:.65s}.term-card:nth-child(14){animation-delay:.7s}.term-card:nth-child(15){animation-delay:.75s}.term-card:nth-child(16){animation-delay:.8s}.term-card:nth-child(17){animation-delay:.85s}.term-card:nth-child(18){animation-delay:.9s}.term-card:nth-child(19){animation-delay:.95s}.term-card:nth-child(20){animation-delay:1s}body.dark .alphabet-title h3{color:#fff}body.dark .term-card-header{background:linear-gradient(135deg,#2a2817,#1a1a1a);border-bottom-color:#333}body.dark .term-card-header .term-letter{color:#000!important}body.dark .term-card-header .term-titles h3.term-ar{color:#fff}body.dark .term-card-header .term-titles p.term-en{color:#ccc}body.dark .alphabet-grid{background-color:transparent;border:1px solid #666}
/*# sourceMappingURL=4d710b122a29d576.css.map*/