:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#f8fafc;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{border:0;border-radius:10px;background:#0f172a;color:#fff;padding:11px 16px;cursor:pointer;font-weight:700}button:disabled{opacity:.6;cursor:wait}.secondary,.ghost{background:#e2e8f0;color:#0f172a}.ghost{padding:8px 12px}.link-button{background:none;color:#2563eb;padding:0;margin-bottom:8px}.app-shell{min-height:100vh}.topbar{height:72px;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 28px}.brand,.userbox{display:flex;align-items:center;gap:12px}.brand small{display:block;color:#94a3b8;font-size:12px}.logo{width:38px;height:38px;border-radius:10px;background:#2563eb;display:grid;place-items:center;font-weight:900}.logo.big{width:54px;height:54px;font-size:20px}.userbox{font-size:14px}.layout{display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - 72px)}.sidebar{padding:20px 12px;border-right:1px solid #e2e8f0;background:#fff}.sidebar button{display:block;width:100%;text-align:left;background:transparent;color:#334155;margin-bottom:5px}.sidebar button.active,.sidebar button:hover{background:#e2e8f0}.content{padding:30px;max-width:1400px;width:100%;margin:auto}.page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.page-head h1{margin:4px 0 0;font-size:32px}.muted{color:#64748b}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.stat,.panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0f172a0a}.stat span{color:#64748b;font-size:14px}.stat strong{display:block;font-size:32px;margin-top:8px}.stat.danger strong{color:#dc2626}.stat.warning strong{color:#d97706}.panel-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.panel-title h2{margin:0}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:14px 10px;border-bottom:1px solid #e2e8f0;vertical-align:top}th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.toolbar{margin-bottom:16px}.toolbar input{width:100%;max-width:600px}.badge{display:inline-block;padding:4px 8px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:12px;font-weight:800;margin:2px 4px 2px 0}.condition-ok{background:#dcfce7;color:#166534}.condition-eingeschränkt{background:#fef3c7;color:#92400e}.condition-defekt,.inspection-overdue{background:#fee2e2;color:#991b1b}.inspection-soon{background:#fef3c7;color:#92400e}.inspection-ok{background:#dcfce7;color:#166534}.detail-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.detail-hero{display:flex;justify-content:space-between;gap:20px}.detail-hero h2{margin-top:0}.qr{text-align:center}.qr img{width:150px;height:150px;display:block}.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px}.facts div{background:#f8fafc;padding:12px;border-radius:10px}.facts span{display:block;color:#64748b;font-size:12px;margin-bottom:4px}.tabs{display:flex;gap:4px;border-bottom:1px solid #e2e8f0;margin:-20px -20px 20px;padding:10px 20px}.tabs button{background:transparent;color:#475569}.tabs button.selected{background:#e2e8f0;color:#0f172a}.info-box{padding:14px;background:#eff6ff;border-radius:12px;color:#1e3a8a}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid label{font-weight:700;font-size:14px}.form-grid input,.form-grid select,.form-grid textarea,.login-card input{display:block;width:100%;margin-top:6px;padding:11px 12px;border:1px solid #cbd5e1;border-radius:10px;background:#fff}.span-2{grid-column:span 2}.form-actions{display:flex;justify-content:flex-end;gap:8px}.history-list{display:grid;gap:10px}.history-item{padding:14px;background:#f8fafc;border-radius:12px}.history-item p{margin:8px 0}.empty{text-align:center;padding:30px;color:#64748b}.notice{position:fixed;right:24px;top:88px;z-index:20;background:#0f172a;color:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 10px 30px #0f172a33;cursor:pointer}.center-screen{min-height:100vh;display:grid;place-items:center;padding:20px;background:#f8fafc}.login-card,.setup-card{width:min(420px,100%);background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:30px;box-shadow:0 20px 60px #0f172a12}.login-card h1,.setup-card h1{margin:12px 0 4px}.login-card label{display:block;margin-top:16px;font-weight:700}.login-card button{width:100%;margin-top:20px}.setup-card li{margin:10px 0}.error{color:#b91c1c;background:#fee2e2;padding:10px;border-radius:10px}.spinner{width:36px;height:36px;border:4px solid #cbd5e1;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.scanner-modal{position:fixed;inset:0;background:#000b;display:grid;place-items:center;z-index:50;padding:20px}.scanner-card{background:#fff;border-radius:18px;padding:20px;width:min(520px,100%)}.modal-head{display:flex;justify-content:space-between;align-items:center}.scanner-box{margin-top:12px;min-height:280px}.scanner-box video{border-radius:12px}.badge-row{margin-top:12px}@media(max-width:900px){.layout{grid-template-columns:1fr}.sidebar{display:flex;gap:4px;overflow:auto;border-right:0;border-bottom:1px solid #e2e8f0}.sidebar button{white-space:nowrap}.content{padding:18px}.stats,.detail-grid,.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.topbar{padding:0 16px}.brand small,.userbox span{display:none}.facts{grid-template-columns:1fr}}
