/* WEISS PADEL CONNECT – geschützter Live-Systemmonitor */
.wp-system-monitor{display:grid;gap:18px}
.wp-system-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:24px;border:1px solid #dce7ec;border-radius:24px;background:linear-gradient(135deg,#fff 0%,#f6fafb 100%);box-shadow:0 16px 42px rgba(32,42,57,.08)}
.wp-system-hero.is-ok{border-color:#9bd9d2;background:linear-gradient(135deg,#fff 0%,#effaf8 100%)}
.wp-system-hero.is-warning{border-color:#d8c8ff;background:linear-gradient(135deg,#fff 0%,#f6f1ff 100%)}
.wp-system-status-orb{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:#e4f7f4}
.wp-system-status-orb span{width:18px;height:18px;border-radius:50%;background:#16a79d;box-shadow:0 0 0 8px rgba(22,167,157,.14)}
.wp-system-hero.is-warning .wp-system-status-orb{background:#f0eaff}
.wp-system-hero.is-warning .wp-system-status-orb span{background:#7656e8;box-shadow:0 0 0 8px rgba(118,86,232,.14)}
.wp-system-hero h2,.wp-system-card h3{margin:4px 0 6px;color:#202a39}
.wp-system-hero p{margin:0;color:#647083}
.wp-system-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.wp-system-actions button{border:0;border-radius:14px;padding:12px 18px;background:#202a39;color:#fff;font-weight:800;cursor:pointer}
.wp-system-actions button:disabled{opacity:.6;cursor:wait}
.wp-system-actions small{color:#728092}
#cockpit-system-state{display:inline-flex;align-items:center;justify-content:center;min-width:34px;margin-left:5px;padding:2px 7px;border-radius:999px;background:#dff7f3;color:#087f78;font-size:10px;letter-spacing:.08em}
#cockpit-system-state.is-warning{background:#efe8ff;color:#6845dc}
.wp-system-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.wp-system-kpis article{min-width:0;padding:18px;border:1px solid #e0e8ed;border-radius:18px;background:#fff}
.wp-system-kpis span,.wp-system-card-head span{display:block;color:#168f8c;font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.wp-system-kpis strong{display:block;margin:8px 0 5px;color:#202a39;font-size:26px;line-height:1}
.wp-system-kpis small{display:block;color:#758193;font-size:12px;line-height:1.35}
.wp-system-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:18px}
.wp-system-card{min-width:0;padding:22px;border:1px solid #e0e8ed;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(32,42,57,.05)}
.wp-system-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}
.wp-system-card-head strong{color:#667386;font-size:12px;text-align:right}
.wp-system-checks{display:grid;gap:9px}
.wp-system-check,.wp-system-flow{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px 14px;border-radius:14px;background:#f7fafb}
.wp-system-check-dot{width:10px;height:10px;border-radius:50%;background:#16a79d;box-shadow:0 0 0 5px rgba(22,167,157,.1)}
.wp-system-check.is-warning .wp-system-check-dot,.wp-system-flow.is-warning .wp-system-check-dot{background:#7656e8;box-shadow:0 0 0 5px rgba(118,86,232,.1)}
.wp-system-check strong,.wp-system-flow strong{display:block;color:#273345;font-size:14px}
.wp-system-check small,.wp-system-flow small{display:block;margin-top:3px;color:#798596;font-size:12px}
.wp-system-check b,.wp-system-flow b{color:#168f8c;font-size:12px}
.wp-system-check.is-warning b,.wp-system-flow.is-warning b{color:#7656e8}
.wp-system-history{height:210px;display:flex;align-items:flex-end;gap:3px;padding:16px 4px 0;border-bottom:1px solid #dce5ea}
.wp-system-history span{flex:1;min-width:3px;max-width:12px;border-radius:4px 4px 1px 1px;background:linear-gradient(180deg,#24b8ae,#0b8e88)}
.wp-system-history span.is-warning{background:linear-gradient(180deg,#9a7bf3,#704be0)}
.wp-system-history p{margin:auto;color:#778496}
.wp-system-note{margin:12px 0 0;color:#7a8798;font-size:12px}
.wp-system-flows{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.wp-system-flow{border:1px solid #e5ecef;background:#fbfcfd}
.wp-system-bottom-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.wp-system-device-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.wp-system-device-grid div{padding:14px;border-radius:14px;background:#f6fafb}
.wp-system-device-grid span{display:block;color:#6f7d8f;font-size:12px}
.wp-system-device-grid strong{display:block;margin-top:6px;color:#202a39;font-size:22px}
.wp-system-privacy p{margin:0 0 10px;color:#607083;line-height:1.55}
.wp-system-error{margin:0;padding:14px 16px;border-radius:14px;background:#f1ebff;color:#6542d1;font-weight:700}
@media(max-width:1180px){.wp-system-kpis{grid-template-columns:repeat(3,1fr)}.wp-system-bottom-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wp-system-flows{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.wp-system-hero{grid-template-columns:auto minmax(0,1fr);padding:18px}.wp-system-actions{grid-column:1/-1;align-items:stretch}.wp-system-actions small{text-align:left}.wp-system-grid{grid-template-columns:1fr}.wp-system-kpis{grid-template-columns:repeat(2,1fr)}.wp-system-flows{grid-template-columns:1fr}.wp-system-device-grid{grid-template-columns:repeat(2,1fr)}.wp-system-card{padding:17px}.wp-system-card-head{display:block}.wp-system-card-head>strong{display:block;margin-top:7px;text-align:left}.wp-system-check,.wp-system-flow{grid-template-columns:auto minmax(0,1fr)}.wp-system-check b,.wp-system-flow b{grid-column:2}}
@media(max-width:440px){.wp-system-status-orb{width:44px;height:44px;border-radius:14px}.wp-system-kpis{grid-template-columns:1fr 1fr}.wp-system-kpis article{padding:15px}.wp-system-kpis strong{font-size:22px}}