/* Guias en aleman (/de/*). Solo tipografia de articulo y la tabla de la lista;
   todo lo demas (topbar, footer, botones) viene de site.css. */
.de-article { max-width: 760px; margin: 0 auto; padding: clamp(28px, 5vw, 56px) 16px 48px; color: var(--ink); }
.de-article h1 { font-size: clamp(1.8rem, 4.2vw, 2.7rem); line-height: 1.12; color: var(--forest); margin: 8px 0 16px; }
.de-article h2 { font-size: clamp(1.25rem, 2.6vw, 1.6rem); color: var(--forest); margin: 36px 0 12px; }
.de-article p, .de-article li { font-size: 1.05rem; line-height: 1.65; }
.de-article p { margin: 0 0 14px; }
.de-article ul, .de-article ol { padding-left: 1.3em; margin: 0 0 16px; }
.de-article li { margin: 6px 0; }
.de-article a { color: var(--teal); text-underline-offset: 3px; }
.de-lead { font-size: 1.18rem !important; }
.de-meta { color: var(--muted); font-size: .92rem !important; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.de-cards { display: grid; gap: 12px; margin: 24px 0; }
.de-card { display: block; padding: 16px 18px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-md); text-decoration: none; color: var(--ink) !important; box-shadow: var(--shadow-sm); }
.de-card strong { display: block; color: var(--forest); font-size: 1.1rem; margin-bottom: 4px; }
.de-card span { color: var(--muted); }
.de-card:hover { border-color: var(--line-strong); }
.de-tool { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; margin: 16px 0 8px; }
.de-tool label { display: block; font-weight: 600; margin-bottom: 8px; }
.de-tool textarea { width: 100%; box-sizing: border-box; font: inherit; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .95rem; padding: 12px; border: 1px solid var(--line-strong); border-radius: var(--r-sm); background: #fff; resize: vertical; }
.de-tool-actions { display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: center; margin: 12px 0; }
.de-tool-status { color: var(--muted); font-size: .95rem !important; }
.de-table-wrap { overflow-x: auto; }
.de-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.de-table th, .de-table td { text-align: left; padding: 8px 6px; border-bottom: 1px solid var(--line); vertical-align: top; }
.de-table td:nth-child(2) { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; white-space: nowrap; }
.de-row-weee_shape td:nth-child(3), .de-row-invalid_format td:nth-child(3) { color: var(--error); }
.de-row-lucid_derived td:nth-child(3), .de-row-lucid_no_prefix td:nth-child(3), .de-row-multiple td:nth-child(3) { color: var(--warn); }
.de-copy { padding: 4px 10px; font-size: .85rem; }
.de-faq { border: 1px solid var(--line); border-radius: var(--r-sm); padding: 12px 14px; margin: 8px 0; background: var(--card); }
.de-faq summary { cursor: pointer; font-weight: 600; }
.de-faq p { margin: 10px 0 0; }
.de-related, .de-sources { margin-top: 36px; }
.de-sources li { font-size: .95rem; }
@media (max-width: 640px) { .topbar nav { display: none; } }
