.docs-hero{position:relative;overflow:hidden;text-align:left;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),var(--evt-gradient);background-size:100% 60px,100% 100%}.docs-hero__glow{position:absolute;top:-45%;right:-4%;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(72,117,124,.32) 0%,transparent 66%);pointer-events:none}.docs-hero__inner{position:relative;z-index:2;padding:56px 0 60px}.docs-hero__eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;font-weight:600;letter-spacing:.3em;font-size:0.75rem;text-transform:uppercase;color:rgba(255,255,255,.6)}.docs-hero__eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--red);flex-shrink:0}.docs-hero__title{font-weight:700;font-size:clamp(2.75rem,5.5vw,4.25rem);line-height:.96;letter-spacing:-0.01em;margin:0;color:#ffffff}.docs-hero__subtitle{margin:18px 0 0;max-width:560px;font-size:1.05rem;line-height:1.6;color:rgba(255,255,255,.72)}.docs-hero__search{margin-top:34px;position:relative;max-width:720px}.docs-hero__search svg{position:absolute;left:22px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.docs-hero__search input{width:100%;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:var(--card);padding:18px 22px 18px 54px;font-family:var(--font-main);font-size:1rem;color:var(--fg);outline:none;box-shadow:0 12px 34px rgba(11,15,17,.28);transition:box-shadow 160ms ease}.docs-hero__search input::placeholder{color:var(--muted)}.docs-hero__search input:focus{box-shadow:0 0 0 3px rgba(111,166,173,.5),0 12px 34px rgba(11,15,17,.28)}.docs-hero__line{position:relative;z-index:3;height:3px;background:linear-gradient(90deg,var(--red),var(--blue))}.docs-main{padding:44px 0 90px}.docs-note{display:flex;gap:16px;align-items:flex-start;padding:20px 24px;border-radius:16px;background:rgba(72,117,124,.08);border:1px solid rgba(72,117,124,.22);margin-bottom:40px}.docs-note__icon{width:40px;height:40px;border-radius:11px;background:rgba(72,117,124,.14);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--blue)}[data-theme="dark"] .docs-note__icon{color:#8fb0b5}.docs-note p{margin:0;padding-top:2px;font-size:0.95rem;line-height:1.6;color:var(--muted)}.docs-note strong{color:var(--fg);font-weight:700}.docs-note a{color:var(--blue);font-weight:600;text-decoration:none;border-bottom:1.5px solid rgba(72,117,124,.4)}[data-theme="dark"] .docs-note a{color:#8fb0b5}.docs-categories{display:flex;flex-direction:column;gap:26px}.docs-category{border-radius:20px;background:var(--card);border:1px solid rgba(128,128,128,.18);overflow:hidden;box-shadow:0 1px 2px rgba(60,64,67,.06),0 10px 28px rgba(22,41,42,.05)}[data-theme="dark"] .docs-category{border-color:rgba(255,255,255,.1)}.docs-category__head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 28px 22px;border-bottom:1px solid rgba(128,128,128,.14)}.docs-category__head-left{display:flex;align-items:center;gap:16px}.docs-category__icon{width:52px;height:52px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.docs-category__icon--verein,.docs-category__icon--barrierefreiheit{background:rgba(72,117,124,.1);color:#3c6167}.docs-category__icon--rechtliches{background:rgba(185,78,72,.1);color:var(--red)}[data-theme="dark"] .docs-category__icon--verein,[data-theme="dark"] .docs-category__icon--barrierefreiheit{color:#8fb0b5}.docs-category__title{font-weight:700;font-size:1.5rem;margin:0;color:var(--fg);line-height:1.05}.docs-category__subtitle{margin:5px 0 0;font-size:0.875rem;color:var(--muted)}.docs-category__count{flex-shrink:0;display:inline-flex;align-items:center;padding:8px 15px;border-radius:999px;background:rgba(128,128,128,.12);font-weight:600;letter-spacing:.08em;font-size:0.75rem;text-transform:uppercase;color:var(--muted)}.docs-list{padding:10px 14px 16px}.docs-row{display:flex;align-items:center;gap:16px;text-decoration:none;padding:15px 16px;border-radius:14px;transition:background 160ms ease}.docs-row:hover{background:rgba(128,128,128,.08)}.docs-row[hidden]{display:none}.docs-row__badge{width:44px;height:44px;border-radius:11px;background:rgba(72,117,124,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700;font-size:0.68rem;letter-spacing:.04em;color:#3c6167}[data-theme="dark"] .docs-row__badge{color:#8fb0b5}.docs-row__badge--pdf{background:rgba(185,78,72,.1);color:var(--red)}[data-theme="dark"] .docs-row__badge--pdf{color:#d99b96}.docs-row__body{flex:1;min-width:0}.docs-row__title{font-weight:600;font-size:1.05rem;color:var(--fg);line-height:1.2}.docs-row__meta{display:flex;align-items:center;gap:10px;margin-top:4px;font-size:0.8rem;color:var(--muted)}.docs-row__meta-dot{width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.6;display:inline-block}.docs-row__download{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:10px;border:1px solid rgba(128,128,128,.3);font-weight:600;letter-spacing:.06em;font-size:0.75rem;text-transform:uppercase;color:var(--fg);transition:background 160ms ease,color 160ms ease,border-color 160ms ease}.docs-row:hover .docs-row__download{background:#16292a;color:#ffffff;border-color:#16292a}.docs-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:44px 28px 48px}.docs-empty[hidden]{display:none}.docs-empty__icon{width:52px;height:52px;border-radius:14px;background:rgba(128,128,128,.12);display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--muted)}.docs-empty p{margin:0;font-weight:500;font-size:1rem;color:var(--muted)}.docs-empty--search{padding:24px 16px 28px}@media (max-width:860px){.docs-hero__inner{padding:44px 0 48px}.docs-category__head{flex-direction:column;align-items:flex-start;gap:14px}}@media (max-width:560px){.docs-main{padding:32px 0 64px}.docs-note{margin-bottom:28px}.docs-row{flex-wrap:wrap;row-gap:10px}.docs-row__body{min-width:calc(100% - 60px)}.docs-row__download{margin-left:60px}}