:root{--sf-docs-bg:#0b1020;--sf-docs-panel:#121622;--sf-docs-panel-2:#0f1320;--sf-docs-text:#e7eaf0;--sf-docs-titel:#fff;--sf-docs-muted:#fefefe;--sf-docs-border:#27304a;--sf-docs-primary:#3b82f6;--sf-docs-primary-hover:#2563eb;--sf-docs-danger:#700121;--sf-docs-danger-hover:#dc2626;--sf-docs-success:#10b981;--sf-docs-success-hover:#059669;--sf-docs-warning:#f59e0b;--sf-docs-radius:10px;--sf-docs-radius-pill:999px;--sf-docs-space-1:.25rem;--sf-docs-space-2:.5rem;--sf-docs-space-3:.75rem;--sf-docs-space-4:1rem;--sf-docs-space-5:1.5rem;--sf-docs-btn-pad-y:.4rem;--sf-docs-btn-pad-x:.9rem;--sf-docs-btn-min-w:7.5rem;--sf-docs-btn-font:.95rem;--sf-docs-dur:.16s;--sf-docs-ease:cubic-bezier(.2,.7,.2,1)}.sf-secure-docs-frontend *{box-sizing:border-box}.sf-secure-docs-frontend .sr-only{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sf-secure-docs-frontend{background:0 0;color:var(--sf-docs-text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.sf-secure-docs-frontend .sf-docs-table-container{background:radial-gradient(circle at top left,#1d2839 0,#020617 46%,#020617 100%);border-radius:.3125rem;border:1px solid rgba(15,23,42,.8);padding:1.25rem;box-shadow:0 18px 50px rgba(15,23,42,.9),0 0 0 1px rgba(148,163,184,.05);position:relative;overflow:hidden}.sf-secure-docs-frontend .sf-docs-header{display:flex;justify-content:space-between;align-items:baseline;gap:var(--sf-docs-space-3);margin-bottom:var(--sf-docs-space-3)}.sf-secure-docs-frontend .sf-docs-title{margin:0;font-size:1.3rem;font-weight:600;color:var(--sf-docs-titel)}.sf-secure-docs-frontend .sf-docs-subtitle{margin:0;font-size:.85rem;color:rgba(226,232,240,.8)}.sf-secure-docs-frontend .sf-docs-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--sf-docs-space-3);align-items:center;margin-bottom:var(--sf-docs-space-3)}.sf-secure-docs-frontend .sf-docs-length{display:inline-flex;align-items:center;gap:var(--sf-docs-space-2);font-size:.85rem;color:rgba(226,232,240,.9)}.sf-secure-docs-frontend .sf-docs-length select{height:2.2rem;border-radius:var(--sf-docs-radius-pill);border:1px solid var(--sf-docs-border);background:var(--sf-docs-panel);color:var(--sf-docs-text);padding:0 1.75rem 0 .85rem;font-size:.85rem;outline:none;appearance:none;position:relative;min-width:4.5rem;cursor:pointer;transition:border-color var(--sf-docs-dur) var(--sf-docs-ease),box-shadow var(--sf-docs-dur) var(--sf-docs-ease),background-color var(--sf-docs-dur) var(--sf-docs-ease)}.sf-secure-docs-frontend .sf-docs-length select:focus{border-color:var(--sf-docs-primary);box-shadow:0 0 0 1px rgba(37,99,235,.45)}.sf-secure-docs-frontend .sf-docs-length-wrapper{position:relative;display:inline-flex;align-items:center}.sf-secure-docs-frontend .sf-docs-length-wrapper:after{content:"▾";position:absolute;right:.65rem;top:50%;transform:translateY(-48%);font-size:.75rem;pointer-events:none;color:rgba(226,232,240,.82)}.sf-secure-docs-frontend .sf-docs-search-wrapper{display:inline-flex;align-items:center;gap:var(--sf-docs-space-2)}.sf-secure-docs-frontend .sf-docs-search-label{font-size:.85rem;color:rgba(226,232,240,.9)}.sf-secure-docs-frontend .sf-docs-search{height:2.5rem;border-radius:999px;border:1px solid var(--sf-docs-border);background:var(--sf-docs-panel);color:var(--sf-docs-text);padding:0 1rem;min-width:220px;outline:none;transition:border-color var(--sf-docs-dur) var(--sf-docs-ease),box-shadow var(--sf-docs-dur) var(--sf-docs-ease),background-color var(--sf-docs-dur) var(--sf-docs-ease)}.sf-secure-docs-frontend .sf-docs-search::placeholder{color:#1d2839}.sf-secure-docs-frontend .sf-docs-search:focus{border-color:var(--sf-docs-primary);box-shadow:0 0 0 1px rgba(206,206,206,.45);background:#020617}.sf-secure-docs-frontend .sf-docs-table-wrapper{border-radius:var(--sf-docs-radius);background:linear-gradient(145deg,var(--sf-docs-panel-2),#020617);position:relative;overflow:hidden;overflow-x:auto}.sf-secure-docs-frontend .sf-docs-table{width:100%;min-width:780px;border-collapse:separate;border-spacing:0;margin-bottom:0}.sf-secure-docs-frontend .sf-docs-table thead th{position:sticky;top:0;z-index:1;background:var(--sf-docs-panel-2);color:var(--sf-docs-muted);text-align:left;font-weight:600;font-size:.9rem;padding:var(--sf-docs-space-3) var(--sf-docs-space-4);border-bottom:1px solid var(--sf-docs-border)}.sf-secure-docs-frontend .sf-docs-table thead th:first-child{border-top-left-radius:var(--sf-docs-radius)}.sf-secure-docs-frontend .sf-docs-table thead th:last-child{border-top-right-radius:var(--sf-docs-radius)}.sf-secure-docs-frontend .sf-docs-table thead th:first-child,.sf-secure-docs-frontend .sf-docs-table tbody td:first-child{width:140px;min-width:140px;font-family:'Courier New',Consolas,monospace}.sf-secure-docs-frontend .sf-docs-table tbody td:first-child strong{color:var(--sf-docs-text) !important}.sf-secure-docs-frontend .sf-docs-table tbody td{padding:var(--sf-docs-space-3) var(--sf-docs-space-4);border-bottom:1px solid var(--sf-docs-border);vertical-align:middle;font-size:.95rem}.sf-secure-docs-frontend .sf-docs-table tbody tr:nth-child(even){background:rgba(255,255,255,.02)}.sf-secure-docs-frontend .sf-docs-table tbody tr:hover{background:rgba(59,130,246,.08)}.sf-secure-docs-frontend .sf-docs-table tbody tr:last-child td:first-child{border-bottom-left-radius:var(--sf-docs-radius)}.sf-secure-docs-frontend .sf-docs-table tbody tr:last-child td:last-child{border-bottom-right-radius:var(--sf-docs-radius)}.sf-secure-docs-frontend .sf-docs-table td.sf-docs-col-title strong{display:block;color:var(--sf-docs-titel);font-weight:600}.sf-secure-docs-frontend .sf-docs-col-date,.sf-secure-docs-frontend .sf-docs-col-category{white-space:nowrap}.sf-secure-docs-frontend .sf-docs-status-pill{display:inline-flex;align-items:center;gap:.35rem;border-radius:var(--sf-docs-radius-pill);padding:.15rem .75rem;font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.sf-secure-docs-frontend .sf-docs-status-pill span.sf-docs-status-dot{width:.5rem;height:.5rem;border-radius:999px;background:currentColor;box-shadow:0 0 0 2px rgba(15,23,42,.8)}.sf-secure-docs-frontend .sf-docs-status--public{background:rgba(16,185,129,.14);color:var(--sf-docs-success)}.sf-secure-docs-frontend .sf-docs-status--blocked{background:rgba(220,38,38,.1);color:#f97373}.sf-secure-docs-frontend .sf-docs-status--missing{background:rgba(148,163,184,.16);color:#e5e7eb}.sf-secure-docs-frontend .sf-docs-actions{display:inline-flex;flex-wrap:wrap;gap:var(--sf-docs-space-2)}.sf-secure-docs-frontend .sf-docs-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:var(--sf-docs-btn-pad-y) var(--sf-docs-btn-pad-x);min-width:var(--sf-docs-btn-min-w);border-radius:999px;font-size:var(--sf-docs-btn-font);line-height:1.3;font-weight:500;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color var(--sf-docs-dur) var(--sf-docs-ease),transform var(--sf-docs-dur) var(--sf-docs-ease),box-shadow var(--sf-docs-dur) var(--sf-docs-ease),border-color var(--sf-docs-dur) var(--sf-docs-ease),color var(--sf-docs-dur) var(--sf-docs-ease)}.sf-secure-docs-frontend .sf-docs-btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.6);transform:translateY(-1px)}.sf-secure-docs-frontend .sf-docs-btn svg{width:1rem;height:1rem}.sf-secure-docs-frontend .sf-docs-btn--download{background:var(--sf-docs-primary);color:#f9fafb;border-color:transparent}.sf-secure-docs-frontend .sf-docs-btn--download:hover{background:var(--sf-docs-primary-hover);transform:translateY(-1px);box-shadow:0 12px 22px rgba(37,99,235,.48)}.sf-secure-docs-frontend .sf-docs-btn--view{background:rgba(15,23,42,.9);color:var(--sf-docs-text);border-color:rgba(148,163,184,.4)}.sf-secure-docs-frontend .sf-docs-btn--view:hover{background:#020617;border-color:rgba(148,163,184,.9);transform:translateY(-1px);box-shadow:0 10px 18px rgba(15,23,42,.9)}.sf-secure-docs-frontend .sf-docs-btn--missing{background:0 0;color:rgba(156,163,175,.95);border-color:rgba(148,163,184,.7);cursor:not-allowed}.sf-secure-docs-frontend .sf-docs-btn--missing:hover{background:rgba(127,29,29,.05);color:#fca5a5;border-color:#b91c1c}.sf-secure-docs-frontend .sf-docs-btn--blocked{background:rgba(127,29,29,.9);color:#fee2e2;border-color:transparent}.sf-secure-docs-frontend .sf-docs-btn--blocked:hover{background:var(--sf-docs-danger-hover);transform:translateY(-1px);box-shadow:0 12px 24px rgba(185,28,28,.7)}.sf-secure-docs-frontend .sf-docs-info-row{margin-top:var(--sf-docs-space-3);font-size:.82rem;color:rgba(226,232,240,.85)}.sf-secure-docs-frontend .sf-docs-pagination{margin-top:var(--sf-docs-space-3);display:flex;flex-wrap:wrap;gap:var(--sf-docs-space-2);align-items:center;justify-content:center}.sf-secure-docs-frontend .sf-docs-pagination-pages{display:inline-flex;flex-wrap:wrap;gap:var(--sf-docs-space-2)}.sf-secure-docs-frontend .sf-docs-page-btn{min-width:2.4rem;height:2.1rem;border-radius:999px;border:1px solid rgba(148,163,184,.4);background:rgba(15,23,42,.9);color:var(--sf-docs-text);font-size:.85rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color var(--sf-docs-dur) var(--sf-docs-ease),border-color var(--sf-docs-dur) var(--sf-docs-ease),color var(--sf-docs-dur) var(--sf-docs-ease),transform var(--sf-docs-dur) var(--sf-docs-ease)}.sf-secure-docs-frontend .sf-docs-page-btn:hover{background:#020617;border-color:rgba(148,163,184,.9);transform:translateY(-1px)}.sf-secure-docs-frontend .sf-docs-page-btn[aria-current=page]{background:var(--sf-docs-primary);color:#fff;border-color:transparent;cursor:default;transform:none}.sf-secure-docs-frontend .sf-docs-page-ellipsis{color:var(--sf-docs-muted);padding:0 .25rem;font-weight:700}@media (max-width:960px){.sf-secure-docs-frontend .sf-docs-header,.sf-secure-docs-frontend .sf-docs-toolbar{flex-direction:column;align-items:flex-start;gap:var(--sf-docs-space-2)}.sf-secure-docs-frontend .sf-docs-search-wrapper{width:100%}.sf-secure-docs-frontend .sf-docs-search-label{display:none}.sf-secure-docs-frontend .sf-docs-search{width:100%;min-width:0}.sf-secure-docs-frontend .sf-docs-table-wrapper{overflow-x:visible;border:none !important;background:0 0 !important;border-radius:0 !important}.sf-secure-docs-frontend .sf-docs-table{width:100%;min-width:0;border-collapse:separate;border-spacing:0}.sf-secure-docs-frontend .sf-docs-table thead{display:none}.sf-secure-docs-frontend .sf-docs-table tbody tr{display:block;margin-bottom:var(--sf-docs-space-3);padding:var(--sf-docs-space-3) var(--sf-docs-space-4);border-radius:var(--sf-docs-radius);border:1px solid var(--sf-docs-border);background:#232736 !important}.sf-secure-docs-frontend .sf-docs-table tbody tr:nth-child(even){background:#232736 !important}.sf-secure-docs-frontend .sf-docs-table tbody tr:hover{background:#232736 !important}.sf-secure-docs-frontend .sf-docs-table tbody tr:last-child{margin-bottom:0}.sf-secure-docs-frontend .sf-docs-table tbody td{display:flex;align-items:flex-start;justify-content:space-between;padding:.35rem 0;border:0;font-size:.9rem;background:0 0 !important;width:auto;min-width:0}.sf-secure-docs-frontend .sf-docs-table tbody td:before{flex:0 0 45%;max-width:45%;padding-right:var(--sf-docs-space-3);font-weight:600;font-size:.85rem;content:""}.sf-secure-docs-frontend .sf-docs-table tbody td:nth-child(1):before{content:"Belegnr."}.sf-secure-docs-frontend .sf-docs-table tbody td:nth-child(2):before{content:"Dokument"}.sf-secure-docs-frontend .sf-docs-table tbody td:nth-child(3):before{content:"Kategorie"}.sf-secure-docs-frontend .sf-docs-table tbody td:nth-child(4):before{content:"Datum"}.sf-secure-docs-frontend .sf-docs-table tbody td:nth-child(5):before{content:"Status"}.sf-secure-docs-frontend .sf-docs-table tbody td:nth-child(6):before{content:"Aktionen"}.sf-secure-docs-frontend .sf-docs-table tbody td>*{max-width:55%}.sf-secure-docs-frontend .sf-docs-table tbody td:nth-child(1),.sf-secure-docs-frontend .sf-docs-table tbody td:nth-child(2),.sf-secure-docs-frontend .sf-docs-table tbody td:nth-child(3),.sf-secure-docs-frontend .sf-docs-table tbody td:nth-child(4){justify-content:flex-start}.sf-secure-docs-frontend .sf-docs-table tbody td:nth-child(1)>*,.sf-secure-docs-frontend .sf-docs-table tbody td:nth-child(2)>*,.sf-secure-docs-frontend .sf-docs-table tbody td:nth-child(3)>*,.sf-secure-docs-frontend .sf-docs-table tbody td:nth-child(4)>*{text-align:left}.sf-secure-docs-frontend .sf-docs-table td.sf-docs-col-title>:not(strong){display:none}.sf-secure-docs-frontend .sf-docs-table td.sf-docs-col-title strong{font-size:.95rem}.sf-secure-docs-frontend .sf-docs-col-date,.sf-secure-docs-frontend .sf-docs-col-category{white-space:normal;color:var(--sf-docs-text)}.sf-secure-docs-frontend .sf-docs-status-pill{width:100%;justify-content:center}.sf-secure-docs-frontend .sf-docs-table tbody td:last-child{align-items:stretch}.sf-secure-docs-frontend .sf-docs-actions{display:flex;flex-direction:column;width:100%;gap:var(--sf-docs-space-2)}.sf-secure-docs-frontend .sf-docs-btn{width:100%;justify-content:center}.sf-secure-docs-frontend .sf-docs-actions .sf-docs-btn--view{order:1}.sf-secure-docs-frontend .sf-docs-actions .sf-docs-btn--download{order:2}.sf-secure-docs-frontend .sf-docs-actions .sf-docs-btn:only-child{align-self:stretch;width:100%}.sf-secure-docs-frontend .sf-docs-info-row{margin-top:var(--sf-docs-space-3)}}@media (max-width:600px){.sf-secure-docs-frontend .sf-docs-table tbody tr{padding:var(--sf-docs-space-3);background:#232736 !important}.sf-secure-docs-frontend .sf-docs-table tbody td:before{flex-basis:40%;max-width:40%}.sf-secure-docs-frontend .sf-docs-table tbody td>*{max-width:60%}.sf-secure-docs-frontend .sf-docs-status-pill{width:100%}.sf-secure-docs-frontend .sf-docs-actions .sf-docs-btn:only-child{width:100%}}