:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;background-color:#f3f4f6}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;background-color:#e5e7eb}.layout-root{min-height:100vh;display:grid;grid-template-columns:260px 1fr;background:#e5e7eb}.sidebar{background:#020617;color:#e5e7eb;display:flex;flex-direction:column;padding:1.5rem 1.25rem;gap:1.5rem;box-shadow:4px 0 12px #0f172a99}.sidebar-logo{display:flex;align-items:center;gap:.75rem}.logo-circle{width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,#22c55e,#0ea5e9);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#020617}.logo-title{font-weight:600}.logo-subtitle{font-size:.75rem;color:#9ca3af}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.nav-item{width:100%;text-align:left;padding:.5rem .75rem;border-radius:999px;border:none;background:transparent;color:#e5e7eb;font-size:.9rem;cursor:pointer}.nav-item:hover{background:#94a3b833}.nav-item-active{background:#e5e7eb;color:#020617}.sidebar-footer{margin-top:auto;font-size:.75rem;border-top:1px solid #1f2937;padding-top:.75rem;display:flex;flex-direction:column;gap:.25rem}.sidebar-footline{display:flex;align-items:center;gap:.4rem}.sidebar-footline-muted{color:#6b7280}.main-area{padding:1.5rem 2rem;background:radial-gradient(circle at top left,#e5e7eb,#d1d5db)}.page-content{max-width:1100px;margin:0 auto}.page-header-row{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1rem}.page-title{margin:0 0 .25rem;font-size:1.6rem}.page-subtitle{margin:0 0 .5rem;font-size:.9rem;color:#4b5563}button{font-family:inherit}.primary-btn{padding:.5rem 1rem;border-radius:999px;border:none;background:#2563eb;color:#fff;font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem}.primary-btn:hover{background:#1d4ed8}.secondary-btn{padding:.45rem 1rem;border-radius:999px;border:none;background:#e5e7eb;color:#111827;font-size:.85rem;cursor:pointer}.secondary-btn:hover{background:#d1d5db}.plant-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-top:.5rem}.plant-card{text-align:left;border-radius:14px;padding:.9rem 1rem;border:1px solid #e5e7eb;background:#fff;box-shadow:0 1px 3px #0f172a14;cursor:pointer;transition:transform .08s ease,box-shadow .08s ease,border-color .08s ease,background .08s ease}.plant-card:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0f172a1f}.plant-card-active{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33,0 4px 10px #2563eb59;background:#eff6ff}.plant-card-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.plant-card h2{margin:0 0 .25rem;font-size:1rem}.plant-location{margin:.1rem 0;font-size:.85rem;color:#4b5563}.plant-id{margin:.2rem 0 0;font-size:.75rem;color:#9ca3af}.status-pill{font-size:.75rem;padding:.2rem .5rem;border-radius:999px;font-weight:500;text-transform:uppercase}.status-online{background:#dcfce7;color:#166534}.status-offline{background:#fee2e2;color:#991b1b}.status-warnung{background:#fef9c3;color:#854d0e}.placeholder-card{background:#fff;border-radius:12px;padding:1rem 1.2rem;box-shadow:0 1px 4px #0f172a14;border:1px solid #e5e7eb}.hint{font-size:.8rem;color:#6b7280;margin-top:.5rem}.status-dot{display:inline-block;width:8px;height:8px;border-radius:999px;margin-right:.3rem}.status-dot.online{background:#22c55e}.modal-backdrop{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:30}.modal{background:#fff;border-radius:14px;padding:1.5rem 1.75rem;max-width:640px;width:100%;box-shadow:0 20px 40px #0f172a66}.modal h2{margin:0 0 .25rem}.modal-subtitle{margin:0 0 1rem;font-size:.85rem;color:#4b5563}.modal-form{display:flex;flex-direction:column;gap:.75rem}.form-row,.form-row-vertical{display:flex;gap:.75rem}.form-row-vertical{flex-direction:column}.modal-form label{flex:1;font-size:.8rem;display:flex;flex-direction:column;gap:.25rem}.modal-form input,.modal-form select{padding:.45rem .5rem;border-radius:8px;border:1px solid #d1d5db;font-size:.9rem}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.75rem}*{box-sizing:border-box}body{margin:0;background:#e5e7eb;color:#111827;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{min-height:100vh}.layout-root{display:flex;min-height:100vh;width:100vw}.sidebar{width:260px;min-width:260px;background:#020617;color:#f9fafb;padding:22px 16px;display:flex;flex-direction:column}.main-area{flex:1;padding:28px 36px;overflow-y:auto}.sidebar-logo{display:flex;align-items:center;gap:12px;margin-bottom:28px}.logo-circle,.login-logo{width:42px;height:42px;border-radius:14px;background:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:800}.logo-title{font-weight:800}.logo-subtitle{font-size:12px;color:#9ca3af}.sidebar-nav{display:flex;flex-direction:column;gap:8px}.nav-item,.logout-btn{border:0;border-radius:14px;padding:12px 14px;background:transparent;color:#cbd5e1;text-align:left;cursor:pointer}.nav-item-active{background:#f9fafb;color:#020617}.sidebar-footer{margin-top:auto;border-top:1px solid #1f2937;padding-top:16px}.sidebar-user{display:flex;flex-direction:column;gap:3px;margin-bottom:10px;font-size:13px}.sidebar-user span{color:#9ca3af}.logout-btn{width:100%;background:#111827;margin-bottom:14px}.sidebar-footline{font-size:12px;color:#9ca3af;display:flex;gap:8px;align-items:center}.status-dot{width:8px;height:8px;border-radius:99px;background:#22c55e}.page-content{max-width:1180px;margin:0 auto}.page-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px}.page-title{margin:0;font-size:30px}.page-subtitle{margin:6px 0 0;color:#6b7280}.primary-btn,.secondary-btn,button[type=submit]{border:0;border-radius:14px;padding:12px 16px;background:#2563eb;color:#fff;font-weight:700;cursor:pointer}.secondary-btn{background:#374151}.plant-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.plant-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:18px;text-align:left;cursor:pointer;box-shadow:0 12px 30px #0f172a14}.plant-card-active{outline:2px solid #2563eb}.plant-card-header{display:flex;justify-content:space-between;gap:12px}.plant-card h2{font-size:18px;margin:0 0 8px}.plant-location,.plant-id{margin:5px 0;color:#6b7280;font-size:13px}.status-pill{height:fit-content;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;background:#dcfce7;color:#15803d}.status-offline{background:#fee2e2;color:#b91c1c}.status-warnung{background:#fef3c7;color:#92400e}.tag-pill{display:inline-block;margin-top:10px;font-size:11px;font-weight:700;color:#1d4ed8}.plant-drawer{position:fixed!important;top:0;right:0;width:min(480px,100vw);height:100vh;background:#0f172a;color:#f9fafb;border-left:1px solid #1f2937;box-shadow:-24px 0 80px #00000059;z-index:9999;padding:28px;overflow-y:auto;text-align:left}.plant-drawer-header{display:flex;justify-content:space-between;gap:20px;margin-bottom:28px}.plant-drawer-header h2{margin:4px 0 6px}.plant-drawer-header p{margin:0;color:#9ca3af}.drawer-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#60a5fa!important}.drawer-close{width:42px;height:42px;border-radius:14px;border:1px solid #374151;background:#111827;color:#f9fafb;font-size:24px;cursor:pointer}.drawer-section{background:#111827;border:1px solid #1f2937;border-radius:20px;padding:20px;margin-bottom:18px}.drawer-section h3{margin:0 0 16px}.drawer-info-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:10px 14px;font-size:14px}.drawer-info-grid span{color:#9ca3af}.drawer-info-grid strong{color:#f9fafb;text-align:right}.live-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.live-card{background:#030712;border:1px solid #1f2937;border-radius:16px;padding:16px}.live-card span{display:block;color:#9ca3af;font-size:13px;margin-bottom:8px}.live-card strong{font-size:20px}.control-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.control-row button,.target-control button{border:1px solid #374151;background:#1d4ed8;color:#fff;border-radius:12px;padding:11px 12px;cursor:pointer}.target-control{margin-top:16px;display:flex;align-items:center;justify-content:space-between;background:#030712;border:1px solid #1f2937;border-radius:16px;padding:12px}.hint{color:#9ca3af;font-size:13px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f172a}.login-card{width:min(420px,calc(100vw - 32px));background:#111827;color:#f9fafb;border:1px solid #1f2937;border-radius:24px;padding:32px;box-shadow:0 24px 80px #00000059;text-align:left}.login-card label{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;font-weight:600}.login-card input{border:1px solid #374151;background:#030712;color:#f9fafb;border-radius:12px;padding:12px 14px;font-size:15px}.login-error{background:#7f1d1d;color:#fecaca;border-radius:12px;padding:10px 12px;margin-bottom:12px}
