:root { --navy: #102d33; --paper: #fffaf0; --ink: #17312f; --muted: #63716b; --line: rgba(23,49,47,.17); --lime: #d9ee86; --ochre: #e7b54d; --orange: #dc7856; }
.lexicon-page { min-height: 100dvh; color: var(--ink); background: #f5f0e7; }
.glass-nav { position: fixed; top: max(12px, env(safe-area-inset-top)); left: 50%; z-index: 100; display: flex; width: min(calc(100% - 32px), 1280px); min-height: 58px; align-items: center; gap: 12px; padding: 8px 12px 8px 18px; transform: translateX(-50%); border: 1px solid rgba(240,214,157,.62); border-radius: 999px; color: #fffaf0; background: rgba(7,29,34,.76); box-shadow: 0 14px 32px rgba(4,20,22,.24); }
@supports (backdrop-filter: blur(12px)) { .glass-nav { background: rgba(7,29,34,.66); backdrop-filter: blur(16px) saturate(118%); } }
.glass-brand { display: inline-flex; min-width: 0; align-items: center; gap: 8px; color: #fffaf0; font-size: .82rem; letter-spacing: -.01em; text-decoration: none; white-space: nowrap; }
.glass-brand > span { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--ochre); font-family: Georgia, serif; font-size: 1.1rem; font-weight: 700; }
.glass-links { display: flex; min-width: 0; gap: 3px; margin-left: auto; }
.glass-links a { display: inline-flex; min-height: 38px; align-items: center; padding: 0 10px; border-radius: 999px; color: rgba(255,248,233,.9); font-size: .66rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; white-space: nowrap; transition: color .2s ease, background .2s ease; }
.glass-links a i { margin-left: 4px; color: #ecd08a; font-size: .52rem; font-style: normal; }.glass-links a:hover, .glass-links a.is-current { color: #fff9e8; background: rgba(240,214,157,.18); }
.lexicon-shell { width: min(calc(100% - 32px), 1200px); margin: 0 auto; padding: 106px 0 38px; }
.section-label { margin: 0; color: #735d2b; font-size: .64rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.tool-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; padding: 0 0 18px; border-bottom: 1px solid var(--line); }
.tool-heading h1 { margin: 3px 0; color: var(--navy); font-size: 1.9rem; letter-spacing: -.045em; line-height: 1; }.tool-heading p:last-child { max-width: 62ch; margin: 0; color: var(--muted); font-size: .86rem; }
.tool-heading > strong { display: grid; width: 52px; height: 52px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--navy); background: var(--lime); font-size: 1.25rem; }
.table-workspace { padding-top: 18px; }.controls-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; }.controls-heading h2 { margin: 0; color: var(--navy); font-size: 1.18rem; letter-spacing: -.03em; }.controls-heading p { max-width: 45ch; margin: 0; color: var(--muted); font-size: .78rem; }
.table-controls { display: grid; grid-template-columns: minmax(235px, 1.1fr) auto auto; gap: 14px 20px; align-items: end; margin-top: 16px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.search-control { display: grid; gap: 5px; color: var(--muted); font-size: .63rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.search-control input { width: 100%; min-height: 40px; padding: 8px 10px; border: 1px solid rgba(23,49,47,.35); border-radius: 6px; color: var(--ink); background: rgba(255,255,255,.68); font: 650 .88rem/1 system-ui, sans-serif; }.search-control input::placeholder { color: #7d8984; }
.chip-group { display: flex; flex-wrap: wrap; gap: 5px; margin: 0; padding: 0; border: 0; }.chip-group legend { width: 100%; margin-bottom: 5px; color: var(--muted); font-size: .63rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.filter-chip { min-height: 32px; padding: 5px 8px; border: 1px solid rgba(23,49,47,.3); border-radius: 999px; color: var(--ink); background: transparent; font-size: .69rem; font-weight: 750; cursor: pointer; }.filter-chip:hover, .filter-chip.is-active { border-color: var(--navy); color: var(--paper); background: var(--navy); }.filter-chip.chip-der.is-active { color: var(--ink); background: #cfe4f2; }.filter-chip.chip-die.is-active { color: var(--ink); background: #f4d6df; }.filter-chip.chip-das.is-active { color: var(--ink); background: #f8df9f; }
.table-status { min-height: 1.25rem; margin: 11px 0 6px; color: var(--muted); font-size: .68rem; }.table-frame { min-height: 510px; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }.lexicon-table { width: 100%; min-width: 820px; table-layout: fixed; border-collapse: collapse; color: var(--ink); }.noun-table { min-width: 700px; }.noun-table th:nth-child(1) { width: 12%; }.noun-table th:nth-child(2) { width: 25%; }.noun-table th:nth-child(3) { width: 23%; }.noun-table th:nth-child(4) { width: 16%; }.noun-table th:nth-child(5) { width: 24%; }.verb-table th:nth-child(1) { width: 18%; }.verb-table th:nth-child(2), .verb-table th:nth-child(3), .verb-table th:nth-child(4) { width: 15%; }.verb-table th:nth-child(5) { width: 11%; }.verb-table th:nth-child(6) { width: 16%; }.verb-table th:nth-child(7) { width: 10%; }
.lexicon-table th { position: sticky; top: 0; z-index: 1; padding: 10px; border-bottom: 2px solid var(--ink); color: #53635d; background: #e7e0d3; font-size: .62rem; letter-spacing: .07em; text-align: left; text-transform: uppercase; }.lexicon-table th button { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; font-weight: 850; letter-spacing: inherit; text-transform: inherit; cursor: pointer; }.lexicon-table th button::after { content: " ↕"; color: #89938c; }.lexicon-table th button[aria-sort="ascending"]::after { content: " ↑"; color: #b55136; }.lexicon-table th button[aria-sort="descending"]::after { content: " ↓"; color: #b55136; }
.lexicon-table td { padding: 10px; border-bottom: 1px solid rgba(23,49,47,.13); vertical-align: middle; overflow-wrap: anywhere; }.lexicon-table tbody tr:last-child td { border-bottom: 0; }.lexicon-table tbody tr:hover { background: #f0eadf; }.lexicon-table .article { font-family: Georgia, serif; font-size: 1.05rem; font-style: italic; font-weight: 700; }.lexicon-table .german-cell { font-weight: 850; }.lexicon-table .plural, .lexicon-table .present, .lexicon-table .past, .lexicon-table .perfect { font-family: Georgia, serif; font-size: 1rem; }.article-row.article-der { background: #eaf4fa; }.article-row.article-die { background: #faeaef; }.article-row.article-das { background: #fdf2da; }.article-row.article-der:hover { background: #dcecf5; }.article-row.article-die:hover { background: #f5dde6; }.article-row.article-das:hover { background: #f8e8c3; }
.section-tags { padding: 8px 10px !important; }.section-tag-list { display: flex; flex-wrap: wrap; gap: 4px; align-items: center; }.section-tag-list span { display: inline-block; padding: 3px 5px; border-radius: 4px; color: #554b1d; background: #f4d978; font-size: .62rem; font-weight: 850; white-space: nowrap; }.translator-copy { border-left: 1px dashed rgba(23,49,47,.28); color: #607069; font-family: Georgia, serif; font-style: italic; }.passport-button, .passport-close { min-height: 32px; padding: 5px 9px; border: 1px solid var(--navy); border-radius: 5px; color: var(--paper); background: var(--navy); font-size: .68rem; font-weight: 800; cursor: pointer; }.passport-button:hover, .passport-close:hover { color: var(--navy); background: var(--lime); }.translation-note { margin: 10px 0 0; color: var(--muted); font-size: .73rem; line-height: 1.4; }.translation-note strong { color: var(--ink); }
.verb-dialog { width: min(calc(100% - 32px), 980px); max-height: min(760px, calc(100dvh - 32px)); padding: 0; border: 1px solid rgba(240,214,157,.62); color: var(--ink); background: var(--paper); box-shadow: 0 24px 80px rgba(4,20,22,.44); }.verb-dialog::backdrop { background: rgba(4,20,22,.75); backdrop-filter: blur(4px); }.passport-inner { padding: 20px; }.passport-top { display: flex; justify-content: space-between; gap: 16px; align-items: start; }.passport-top h2 { margin: 3px 0 0; color: var(--navy); font-size: 1.8rem; letter-spacing: -.04em; }.passport-lead { margin: 11px 0 14px; color: var(--muted); font-size: .84rem; }.passport-table-wrap { overflow-x: auto; border: 1px solid var(--line); }.passport-table { width: 100%; min-width: 700px; border-collapse: collapse; }.passport-table th, .passport-table td { padding: 9px; border-bottom: 1px solid var(--line); text-align: left; }.passport-table th { color: var(--paper); background: var(--navy); font-size: .64rem; letter-spacing: .07em; text-transform: uppercase; }.passport-table td:first-child { font-weight: 800; }.passport-perfect { margin: 14px 0 0; font-size: .88rem; }.passport-perfect strong { margin-right: 8px; color: var(--muted); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }.passport-note { margin: 8px 0 0; color: var(--muted); font-size: .72rem; }
.site-footer { margin-top: 18px; padding: 17px 16px; color: rgba(255,250,240,.76); background: var(--navy); font-size: .7rem; text-align: center; }.site-footer span { padding: 0 5px; color: var(--ochre); }
@media (max-width: 830px) { .table-controls { grid-template-columns: 1fr; } .controls-heading { align-items: start; flex-direction: column; gap: 6px; } }
@media (max-width: 720px) { .lexicon-shell { padding-top: 91px; } .glass-nav { top: max(8px, env(safe-area-inset-top)); width: min(calc(100% - 16px), 1280px); min-height: 50px; padding: 5px 7px 5px 11px; } .glass-brand { font-size: .72rem; }.glass-brand > span { width: 26px; height: 26px; }.glass-links { overflow-x: auto; }.glass-links a { min-height: 34px; padding: 0 7px; font-size: .58rem; }.tool-heading { align-items: start; }.table-frame { min-height: 0; overflow: visible; border: 0; background: transparent; }.lexicon-table, .lexicon-table tbody, .lexicon-table tr, .lexicon-table td { display: block; width: 100%; min-width: 0; }.lexicon-table thead { display: none; }.lexicon-table tbody { display: grid; gap: 10px; }.lexicon-table tbody tr { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }.lexicon-table td { display: grid; grid-template-columns: minmax(82px, .7fr) minmax(0, 1.3fr); gap: 7px; min-height: 38px; padding: 8px 10px; border-bottom: 1px solid rgba(23,49,47,.12); }.lexicon-table td::before { content: attr(data-label); color: var(--muted); font-size: .6rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }.lexicon-table td.german-cell { grid-column: 1 / -1; background: rgba(255,255,255,.4); font-size: 1.02rem; }.lexicon-table td.german-cell::before { align-self: center; }.lexicon-table td:nth-last-child(1) { border-bottom: 0; }.verb-table td.german-cell, .verb-table td:nth-last-child(1) { grid-column: 1 / -1; }.verb-table td:nth-last-child(1) { justify-content: start; }.section-tags { padding: 8px 10px !important; }.section-tag-list { justify-content: flex-start; }.translator-copy { border-left: 0; }.verb-dialog { width: min(calc(100% - 16px), 980px); }.passport-inner { padding: 16px; } }
@media (max-width: 430px) { .glass-brand strong { display: none; } .tool-heading > strong { width: 44px; height: 44px; } .tool-heading p:last-child { font-size: .78rem; } .lexicon-table tbody tr { grid-template-columns: 1fr; } }
