body{font-family:system-ui,Arial,sans-serif;margin:0}.hero-section{background:#1e1e1e;display:flex;flex-direction:column;gap:1.5rem;padding:5rem}h2{color:#e1e5e8;font-size:3em;margin:0 auto}.input_div{display:flex;justify-content:center}.search-wrapper{display:flex;width:50%}#searchBox{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");background-position:14px;background-repeat:no-repeat;border:none;border-radius:4px;font-size:14px;outline:none;padding:14px 14px 14px 44px;width:100%}#searchBox:focus{box-shadow:0 0 0 2px rgba(185,192,255,.4)}.alphabet-nav{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.glossary-letter{background:#1e1e1e;border:1px solid #444;border-radius:4px;color:#51e3fa;cursor:pointer;font-size:13px;font-weight:600;padding:4px 8px}.glossary-letter:hover{background:#51e3fa;color:#1e1e1e}#backToTopBar{align-items:center;background:rgba(30,30,30,.95);display:flex;gap:16px;left:0;opacity:0;padding:10px 16px;pointer-events:none;position:fixed;top:0;transform:translateY(-100%);transition:all .25s ease;width:100%;z-index:9999}#backToTopBar.visible{justify-content:center;opacity:1;pointer-events:auto;transform:translateY(0)}#backToTopBtn{background:#3cff64;border:none;border-radius:6px;color:#1e1e1e;cursor:pointer;font-size:13px;font-weight:600;padding:6px 14px}#backToTopBtn:hover{background:#2ee356}.dictionary-table{border-collapse:separate;border-spacing:0 12px;padding-top:3rem}.dictionary-row,.dictionary-table{display:flex;justify-content:center}td{padding:0;width:55%}.row-header{align-items:center;background:#1e1e1e;color:#51e3fa;display:flex;font-weight:600;gap:8px;padding:10px 14px}.row-header .term{color:#b9c0ff}.row-header .type{color:#3cff64}.row-description{background:#e1e5e8;color:#1e1e1e;font-size:14px;line-height:1.4;padding:12px 14px}