:root{--bg:#f5f7fb;--text:#0e1420;--muted:#5f6b7a;--card:#ffffff;--line:#d8dee8;--accent:#0b7a75}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:IBM Plex Sans,Segoe UI,sans-serif;background:linear-gradient(180deg,#f8fbff 0,var(--bg) 100%);color:var(--text);overscroll-behavior-y:none;-webkit-overflow-scrolling:auto}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}main{max-width:900px;margin:0 auto;padding:2rem 1rem 3rem}.panel{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:1rem}.field{display:grid;grid-gap:.4rem;gap:.4rem;margin-bottom:.9rem}input,textarea{width:100%;padding:.6rem .7rem;border-radius:8px;border:1px solid #c5cfdd;font:inherit}button{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:.55rem .95rem;font:inherit;cursor:pointer}button:disabled{opacity:.7;cursor:not-allowed}.buttonLink{display:inline-block;background:var(--accent);color:#fff;border:none;border-radius:8px;padding:.55rem .95rem}.buttonLink:hover{color:#fff;text-decoration:none}.small{color:var(--muted);font-size:.92rem}.svgContainer svg{width:min(100%,420px);height:auto}@keyframes sign{to{stroke-dashoffset:0}}.dictionaryList{display:grid;grid-gap:1rem;gap:1rem;margin:1rem auto 0;max-width:760px}.dictionaryCard{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:1rem;display:grid;grid-gap:.65rem;gap:.65rem}.dictionaryCardHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.dictionaryWordTitle{margin:0;font-size:clamp(1.65rem,4vw,2rem);line-height:1.1;letter-spacing:-.01em;font-weight:700}.dictionaryCardActions{display:inline-flex;align-items:center;gap:.45rem}.dictionaryViewLink{font-size:.86rem;color:var(--muted);text-decoration:underline}.dictionaryAudioStub{border:1px solid var(--line);background:transparent;color:var(--muted);border-radius:999px;width:1.8rem;height:1.8rem;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.dictionaryAudioStub:disabled{cursor:not-allowed}.dictionaryPronunciation{margin:0;color:var(--muted);font-size:.95rem}.dictionaryPart{margin:0;font-size:.9rem;color:var(--muted);font-style:italic}.dictionaryDefinition{margin:.25rem 0 0;font-size:1.04rem;line-height:1.65}.dictionaryMeta{display:grid;grid-gap:.35rem;gap:.35rem;color:var(--muted);font-size:.92rem}.dictionaryMeta p{margin:0}.dictionaryMetaLabel{font-weight:600;color:#39465a}.dictionaryEtymologyClamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (min-width:768px){.dictionaryList{gap:1.1rem}.dictionaryCard{padding:1.5rem;gap:.8rem}}.wordEditorControls{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.wordEditorControls select{margin-left:.45rem}.wordEditorColumnsMenu{margin-top:.5rem;width:min(420px,80vw);max-height:320px;overflow:auto;display:grid;grid-template-columns:1fr;grid-gap:.4rem;gap:.4rem;padding:.5rem;border:1px solid var(--line);border-radius:8px;background:#fff}.wordEditorColumnsMenu label{display:grid;grid-template-columns:auto 1fr;align-items:start;grid-gap:.5rem;gap:.5rem;font-size:.86rem}.wordEditorColumnsMenu input{margin-top:.15rem}.wordEditorColumnsMenu span{text-align:left;line-height:1.2}.wordEditorColumnRow{display:grid;grid-template-columns:1fr auto;grid-gap:.5rem;gap:.5rem;align-items:center}.wordEditorColumnOrderButtons{display:inline-flex;gap:.25rem}.wordEditorColumnOrderButtons button{min-width:2rem;padding:.3rem .45rem}.wordEditorTableWrap{max-height:65vh;overflow:auto;border:1px solid var(--line);border-radius:10px;background:#fff}.wordEditorTable{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0}.wordEditorTable td,.wordEditorTable th{border-bottom:1px solid var(--line);border-right:1px solid var(--line);padding:.5rem;vertical-align:top;font-size:.85rem;max-width:280px;overflow-wrap:anywhere}.wordEditorTable th{position:-webkit-sticky;position:sticky;top:0;background:#f8fbff;z-index:2}.wordEditorStickyCol{position:-webkit-sticky;position:sticky;left:0;background:#fff;z-index:3}.wordEditorTable thead .wordEditorStickyCol{background:#f8fbff;z-index:4}.wordEditorSortButton{display:flex;width:100%;align-items:center;justify-content:space-between;border:none;background:transparent;color:var(--text);padding:0;font-weight:600;border-radius:0}.wordEditorFilter{margin-top:.4rem;display:grid;grid-gap:.35rem;gap:.35rem}.wordEditorFilter input,.wordEditorFilter select{font-size:.78rem;padding:.35rem .45rem}.wordEditorPagination{display:flex;gap:.75rem;align-items:center;justify-content:flex-end}.wordEditorEmptyState{text-align:center;color:var(--muted);padding:1.4rem}.wordEditorCellButton{width:100%;border:none;background:transparent;color:var(--text);padding:0;text-align:left;border-radius:0;cursor:pointer}.wordEditorCellButtonStatic{cursor:default}.wordEditorCellText{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wordEditorDialogBackdrop{position:fixed;inset:0;background:rgba(14,20,32,.6);z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem}.wordEditorDialog{width:min(780px,100%);max-height:80vh;overflow:auto;background:var(--card);border:1px solid var(--line);border-radius:12px;padding:1rem;display:grid;grid-gap:.75rem;gap:.75rem}.wordEditorDialog h2{margin:0;font-size:1.15rem}.wordEditorDialog pre{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace;font-size:.82rem;line-height:1.4;max-height:52vh;overflow:auto;border:1px solid var(--line);border-radius:8px;padding:.75rem;background:#f8fbff}