:root{--bg:#fff;--fg:#1a1a1a;--muted:#6b7280;--border:#e5e7eb;--accent:#0f766e;--accent-hover:#115e59;--on-accent:#fff;--surface:#f9fafb;--row-alt:#f8fafc;--max-width:1100px;--ext-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");color-scheme:light;font-family:Noto Naskh Arabic,Segoe UI,system-ui,-apple-system,sans-serif}:root[data-theme=dark]{--bg:#0f1115;--fg:#e6e8eb;--muted:#9aa3af;--border:#2a2f3a;--accent:#2dd4bf;--accent-hover:#5eead4;--on-accent:#0b0e13;--surface:#171a21;--row-alt:#161922;color-scheme:dark}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--fg);margin:0;padding:0;font-size:16px;line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}header.site-header{background:var(--surface);border-bottom:1px solid var(--border);padding:.875rem 0}header.site-header .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}header.site-header .brand{color:var(--fg);font-size:1.25rem;font-weight:700}header.site-header .brand:hover{color:var(--accent);text-decoration:none}header.site-header nav{flex-wrap:wrap;gap:1.25rem;display:flex}header.site-header nav a{color:var(--fg);font-weight:500}header.site-header nav a:hover{color:var(--accent);text-decoration:none}header.site-header .header-right{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.theme-switch{border:1px solid var(--border);background:var(--bg);border-radius:6px;display:inline-flex;overflow:hidden}.theme-switch button{width:2rem;height:1.9rem;color:var(--muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;line-height:0;display:inline-flex}.theme-switch button+button{border-inline-start:1px solid var(--border)}.theme-switch button:hover{color:var(--fg)}.theme-switch button[aria-pressed=true]{background:var(--accent);color:var(--on-accent)}.theme-switch svg{width:1.05rem;height:1.05rem;display:block}footer.site-footer{border-top:1px solid var(--border);color:var(--muted);text-align:center;margin-top:3rem;padding:1.5rem 0;font-size:.9rem}main{padding:1.5rem 0 2rem}h1,h2,h3{line-height:1.3}h1{margin:0 0 .5rem;font-size:1.9rem}h2{margin:1.75rem 0 .75rem;font-size:1.4rem}h3{margin:1.25rem 0 .5rem;font-size:1.15rem}.lead{color:var(--muted);font-size:1.05rem}.banner{color:#fff;background:linear-gradient(135deg,#0f766e 0%,#14b8a6 100%);border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:1.25rem 0 1.75rem;padding:1.1rem 1.25rem;display:flex}.banner-text{font-size:1.05rem;line-height:1.4}.banner-text strong{margin-bottom:.15rem;font-size:1.15rem;display:block}.banner a.btn-primary{color:var(--accent);white-space:nowrap;background:#fff;border-radius:6px;padding:.55rem 1.1rem;font-weight:600}.banner a.btn-primary:hover{background:#f3f4f6;text-decoration:none}table.dicts,table.terms{border-collapse:collapse;width:100%;margin:.5rem 0 1.5rem;font-size:.95rem}table.dicts th,table.dicts td,table.terms th,table.terms td{text-align:start;border-bottom:1px solid var(--border);vertical-align:top;padding:.6rem .75rem}table.dicts th,table.terms th{background:var(--surface);color:var(--muted);font-size:.9rem;font-weight:600}table.dicts tr:nth-child(2n),table.terms tr:nth-child(2n){background:var(--row-alt)}table.dicts td.count,table.terms td.id{color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}table.terms td.desc{color:var(--muted);font-size:.9rem}.table-wrap{overscroll-behavior-x:contain;overflow-x:auto}.table-wrap>table.terms{min-width:42rem}table.terms th.col-id,table.terms td.id{width:4rem}table.terms th.col-page,table.terms td.page{width:4.5rem;color:var(--muted);font-variant-numeric:tabular-nums;text-align:end;white-space:nowrap}table.terms th.col-uri,table.terms td.uri{text-align:center;width:2.75rem}a.ext{vertical-align:-.15em;background-color:var(--muted);width:1rem;height:1rem;-webkit-mask:var(--ext-icon) center / contain no-repeat;mask:var(--ext-icon) center / contain no-repeat;display:inline-block}a.ext:hover{background-color:var(--accent)}.visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section-title{border-bottom:2px solid var(--border);margin:2rem 0 .5rem;padding-bottom:.35rem}.meta-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5rem 1.5rem;margin:.75rem 0 1rem;display:grid}.meta-grid dt{color:var(--muted);font-size:.85rem}.meta-grid dd{margin:0 0 .5rem;font-weight:500}.actions{flex-wrap:wrap;gap:.6rem;margin:1rem 0 1.5rem;display:flex}.actions a{background:var(--accent);color:var(--on-accent);border-radius:6px;padding:.5rem .9rem;font-size:.95rem;font-weight:500;display:inline-block}.actions a:hover{background:var(--accent-hover);text-decoration:none}.actions a.secondary{color:var(--accent);border:1px solid var(--accent);background:0 0}.actions a.secondary:hover{background:var(--surface)}nav.pagination{flex-wrap:wrap;justify-content:center;gap:.35rem;margin:1.5rem 0 .5rem;display:flex}nav.pagination a,nav.pagination span{text-align:center;border:1px solid var(--border);min-width:2.25rem;color:var(--fg);background:var(--bg);border-radius:4px;padding:.4rem .75rem;font-size:.9rem;display:inline-block}nav.pagination a:hover{border-color:var(--accent);color:var(--accent);text-decoration:none}nav.pagination span.current{background:var(--accent);color:var(--on-accent);border-color:var(--accent);font-weight:600}nav.pagination span.ellipsis{color:var(--muted);background:0 0;border:none}.muted{color:var(--muted)}.small{font-size:.85rem}.hero{padding:1.5rem 0 .5rem}.hero h1{font-size:2.2rem}.hero p.lead{max-width:70ch}
