:root{--rf-color-bg: #f5f6f8;--rf-color-surface: #ffffff;--rf-color-text: #111318;--rf-color-muted: #616775;--rf-color-border: #d8dbe2;--rf-color-accent: #e3001b;--rf-radius-xs: 2px;--rf-radius-sm: 4px;--rf-space-1: 4px;--rf-space-2: 8px;--rf-space-3: 12px;--rf-space-4: 16px;--rf-space-5: 20px;--rf-space-6: 24px;--rf-sidebar-collapsed: 82px;--rf-sidebar-expanded: 280px;--rf-shadow-1: 0 2px 8px rgba(17, 19, 24, .06)}body{font-family:var(--rf-font-sans, "Space Grotesk", "Segoe UI", "Arial Narrow", Arial, sans-serif);color:var(--rf-color-text);background:var(--rf-color-bg)}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{-webkit-font-smoothing:antialiased}.pt-shell{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.pt-topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:var(--rf-space-3);padding:calc(env(safe-area-inset-top,0px) + var(--rf-space-2)) var(--rf-space-4) var(--rf-space-2);background:var(--rf-color-surface);border-bottom:1px solid var(--rf-color-border)}.pt-topbar-brand{display:flex;align-items:center;gap:var(--rf-space-2);border:0;background:none;padding:0;cursor:pointer}.pt-topbar-logo{height:28px;width:auto;display:block}.pt-topbar-title{flex:1;min-width:0}.pt-topbar-title h1{margin:0;font-size:1.05rem;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pt-topbar-sub{margin:0;font-size:.72rem;color:var(--rf-color-muted)}.pt-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:50%;background:none;color:var(--rf-color-text);cursor:pointer}.pt-icon-btn:active{background:#11131814}.pt-stale{display:flex;align-items:center;gap:var(--rf-space-2);padding:var(--rf-space-2) var(--rf-space-4);font-size:.82rem;line-height:1.3}.pt-stale--warning{background:#fef3c7;color:#92400e}.pt-stale--critical{background:#fee2e2;color:#991b1b}.pt-stale--unknown{background:#e2e8f0;color:#334155}.pt-main{flex:1;width:100%;max-width:720px;margin:0 auto;padding:var(--rf-space-4) var(--rf-space-4) calc(env(safe-area-inset-bottom,0px) + 96px)}.pt-page-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--rf-space-3);margin-bottom:var(--rf-space-3)}.pt-page-head h2{margin:0;font-size:1.3rem;font-weight:700}.pt-datenstand{font-size:.72rem;color:var(--rf-color-muted);white-space:nowrap}.pt-card{background:var(--rf-color-surface);border:1px solid var(--rf-color-border);border-radius:10px;padding:var(--rf-space-3) var(--rf-space-4);margin-bottom:var(--rf-space-2);box-shadow:var(--rf-shadow-1)}.pt-card-title{display:flex;align-items:center;justify-content:space-between;gap:var(--rf-space-2);font-weight:600;font-size:.95rem}.pt-card-line{margin-top:2px;font-size:.82rem;color:var(--rf-color-muted);overflow:hidden;text-overflow:ellipsis}.pt-card-meta{display:flex;flex-wrap:wrap;gap:var(--rf-space-2) var(--rf-space-4);margin-top:var(--rf-space-2);font-size:.8rem}.pt-card-meta dt{margin:0;color:var(--rf-color-muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.04em}.pt-card-meta dd{margin:0;font-weight:600;font-variant-numeric:tabular-nums}.pt-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.7rem;font-weight:600;background:#eef1f5;color:#3b4252;white-space:nowrap}.pt-chip--ok{background:#dcfce7;color:#166534}.pt-chip--warn{background:#fef3c7;color:#92400e}.pt-chip--danger{background:#fee2e2;color:#991b1b}.pt-kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--rf-space-2);margin-bottom:var(--rf-space-4)}@media(min-width:560px){.pt-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.pt-kpi{background:var(--rf-color-surface);border:1px solid var(--rf-color-border);border-radius:10px;padding:var(--rf-space-3);box-shadow:var(--rf-shadow-1)}.pt-kpi-value{font-size:1.25rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.2}.pt-kpi-label{margin-top:2px;font-size:.7rem;color:var(--rf-color-muted)}.pt-section-title{margin:var(--rf-space-5) 0 var(--rf-space-2);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--rf-color-muted)}.pt-row{display:flex;align-items:center;justify-content:space-between;gap:var(--rf-space-3);padding:var(--rf-space-2) 0;border-bottom:1px solid var(--rf-color-border);font-size:.85rem}.pt-row:last-child{border-bottom:0}.pt-row-value{font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.pt-toolbar{display:flex;flex-direction:column;gap:var(--rf-space-2);margin-bottom:var(--rf-space-3)}.pt-search{width:100%;padding:10px 12px;font-size:.9rem;font-family:inherit;border:1px solid var(--rf-color-border);border-radius:8px;background:var(--rf-color-surface)}.pt-search:focus{outline:2px solid var(--rf-color-accent);outline-offset:-1px;border-color:transparent}.pt-filter-row{display:flex;flex-wrap:wrap;gap:var(--rf-space-2)}.pt-filter{border:1px solid var(--rf-color-border);border-radius:999px;background:var(--rf-color-surface);padding:5px 12px;font-size:.78rem;font-family:inherit;color:var(--rf-color-text);cursor:pointer}.pt-filter.is-active{background:var(--rf-color-text);border-color:var(--rf-color-text);color:#fff}.pt-result-count{font-size:.72rem;color:var(--rf-color-muted)}.pt-state{padding:var(--rf-space-6) var(--rf-space-4);text-align:center;color:var(--rf-color-muted);font-size:.9rem}.pt-state--error{color:#991b1b}.pt-spinner{width:28px;height:28px;margin:0 auto var(--rf-space-3);border:3px solid var(--rf-color-border);border-top-color:var(--rf-color-accent);border-radius:50%;animation:pt-spin .8s linear infinite}@keyframes pt-spin{to{transform:rotate(360deg)}}.pt-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--rf-space-2);padding:10px 18px;border:1px solid var(--rf-color-border);border-radius:8px;background:var(--rf-color-surface);font-size:.88rem;font-family:inherit;font-weight:600;cursor:pointer}.pt-btn--block{width:100%}.pt-tabs{display:flex;gap:var(--rf-space-2);margin-bottom:var(--rf-space-3)}.pt-tab{flex:1;padding:8px 0;border:1px solid var(--rf-color-border);border-radius:8px;background:var(--rf-color-surface);font-size:.85rem;font-family:inherit;font-weight:600;cursor:pointer;color:var(--rf-color-muted)}.pt-tab.is-active{background:var(--rf-color-text);border-color:var(--rf-color-text);color:#fff}.pt-dock{position:fixed;left:0;right:0;bottom:0;z-index:40;display:grid;grid-template-columns:repeat(5,1fr);background:var(--rf-color-surface);border-top:1px solid var(--rf-color-border);padding-bottom:env(safe-area-inset-bottom,0px)}.pt-dock-item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 0 6px;border:0;background:none;color:var(--rf-color-muted);font-size:.62rem;font-family:inherit;font-weight:600;cursor:pointer}.pt-dock-item.is-active{color:var(--rf-color-accent)}.pt-dock-item svg{width:22px;height:22px}.pt-sheet-backdrop{position:fixed;inset:0;z-index:50;background:#11131866}.pt-sheet{position:fixed;left:0;right:0;bottom:0;z-index:51;background:var(--rf-color-surface);border-radius:16px 16px 0 0;padding:var(--rf-space-3) var(--rf-space-4) calc(env(safe-area-inset-bottom,0px) + var(--rf-space-4));box-shadow:0 -8px 24px #11131829}.pt-sheet-head{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--rf-color-muted);margin:var(--rf-space-2) 0}.pt-sheet-item{display:flex;align-items:center;gap:var(--rf-space-3);width:100%;padding:12px var(--rf-space-2);border:0;background:none;font-size:.95rem;font-family:inherit;color:var(--rf-color-text);cursor:pointer;border-radius:8px;text-align:left}.pt-sheet-item:active{background:#1113180f}.pt-sheet-item svg{width:20px;height:20px;color:var(--rf-color-muted)}.pt-sheet-user{padding:var(--rf-space-2);font-size:.8rem;color:var(--rf-color-muted);border-bottom:1px solid var(--rf-color-border);margin-bottom:var(--rf-space-2)}.pt-boot{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:var(--rf-space-3);color:var(--rf-color-muted);padding:var(--rf-space-6);text-align:center}
