:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#111827;background:#f3f4f6}
*{box-sizing:border-box}body{margin:0;background:#f3f4f6}.app-shell{max-width:760px;margin:0 auto;min-height:100vh;background:#f9fafb}.topbar{padding:18px 16px;background:#111827;color:white;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:5}.brand{font-weight:800;letter-spacing:.03em}.subtitle{font-size:14px;opacity:.75;margin-top:2px}main{padding:14px}.card{background:white;border-radius:18px;padding:16px;margin-bottom:14px;box-shadow:0 1px 3px rgba(0,0,0,.08)}label{display:block;font-size:13px;font-weight:700;margin-bottom:8px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.stat{background:white;border-radius:16px;padding:14px;box-shadow:0 1px 3px rgba(0,0,0,.07)}.stat b{font-size:24px;display:block}.stat span{font-size:12px;color:#6b7280}select,input,button{font:inherit}select,input{width:100%;padding:13px 12px;border:1px solid #d1d5db;border-radius:12px;background:white}.center{text-align:center}.object-name{font-size:28px;font-weight:800;margin:8px 0 4px}.muted{color:#6b7280}.scan-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.big{min-height:56px}.hero{width:100%;min-height:66px;font-weight:800;font-size:18px;margin-top:8px}.primary,.secondary,.danger,.ghost{border:none;border-radius:14px;padding:12px 14px;cursor:pointer}.primary{background:#111827;color:#fff}.secondary{background:#e5e7eb;color:#111827}.danger{background:#991b1b;color:white}.ghost{background:transparent;color:inherit;border:1px solid currentColor}.topbar .ghost{color:white}.primary:disabled{opacity:.35;cursor:not-allowed}.hidden{display:none!important}.scanner{margin:10px 0 16px}.scanner video{width:100%;border-radius:14px;background:#111827;max-height:300px}.scanner-note{font-size:13px;color:#6b7280;margin:8px 0}.manual{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:12px}.running-info{margin-top:12px;padding:12px;background:#ecfdf5;border-radius:12px;font-weight:700}.section-title{font-size:17px;font-weight:800;margin-bottom:10px}.row{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr) auto;gap:8px;padding:11px 0;border-bottom:1px solid #eee;align-items:center}.row:last-child{border-bottom:none}.row .name{font-weight:700}.row .meta{font-size:12px;color:#6b7280}.badge{font-size:12px;font-weight:800;padding:6px 9px;border-radius:999px;white-space:nowrap}.done{background:#dcfce7;color:#166534}.running{background:#dbeafe;color:#1d4ed8}.open{background:#f3f4f6;color:#4b5563}.toolbar{display:grid;grid-template-columns:1fr auto auto;gap:8px}.object-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;background:#f3f4f6;padding:4px 7px;border-radius:8px}.empty{color:#6b7280;padding:10px 0}footer{padding:18px 16px 30px;font-size:12px;color:#6b7280;text-align:center}.offline{color:#991b1b;font-weight:800}@media(max-width:560px){.stats{grid-template-columns:1fr 1fr 1fr}.toolbar{grid-template-columns:1fr}.scan-grid{grid-template-columns:1fr}.row{grid-template-columns:1fr auto}.row .meta{grid-column:1/-1}.object-name{font-size:24px}}
@media print{.topbar,.toolbar,#objectList,footer,#employeeView{display:none!important}body,.app-shell{background:white;max-width:none}main{padding:0}.card{box-shadow:none;border-radius:0}.stats{display:none}.row{break-inside:avoid}}
