@import url("https://fonts.googleapis.com/css2?family=Grandstander:wght@400;600&display=swap");body{background-color:#1a1a1a;color:#fff;font-family:Grandstander,cursive}#searchInput{background-color:#fff;border:2px solid #ffb324;border-radius:8px;box-sizing:border-box;color:#000;font-size:1em;margin-bottom:1em;max-width:400px;padding:.6em 1em;width:100%}#letterFilter{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:1em}#letterFilter button{background-color:#d90739;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9em;font-weight:700;padding:6px 12px;transition:background-color .2s ease}#letterFilter button:hover{background-color:#b30630}#letterFilter button.active{background-color:#ffb324!important;border:2px solid #d90739;color:#fff!important}#glossaryList{display:flex;flex-direction:column;gap:1em}.glossary-entry{background-color:#2a2a2a;border-left:6px solid #d90739;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.3)}.glossary-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:1em}.glossary-header h2{color:#fff;font-size:1.6em;margin:0}.glossary-header span{color:#ffb324;font-size:1.4em;font-weight:700}.glossary-content{display:none;padding:0 1em 1em}.glossary-content img{border-radius:6px;width:70px}.glossary-content ol,.glossary-content ul{margin:0 0 1em;padding-left:1.2em}.glossary-content li{margin-bottom:.4em}@media (max-width:600px){.glossary-entry{flex-direction:column}.glossary-content img{display:none}}