*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f5f5f5;color:#333}.app{display:flex;min-height:100vh}.sidebar{width:240px;background:#1976d2;color:#fff;padding:20px 0;position:fixed;height:100vh}.sidebar h1{font-size:18px;padding:0 20px 20px;border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:20px}.sidebar nav a{display:block;color:#fff;text-decoration:none;padding:12px 20px;transition:background .2s}.sidebar nav a:hover,.sidebar nav a.active{background:#ffffff1a}.main-content{flex:1;margin-left:240px;padding:24px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-header h2{font-size:24px;font-weight:600}.card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:20px;margin-bottom:20px}.card h3{margin-bottom:16px;font-size:16px;color:#666}table{width:100%;border-collapse:collapse}table th,table td{padding:12px;text-align:left;border-bottom:1px solid #eee}table th{font-weight:600;color:#666;font-size:14px}table tr:hover{background:#f9f9f9}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:#1976d2;color:#fff}.btn-primary:hover{background:#1565c0}.btn-secondary{background:#e0e0e0;color:#333}.btn-secondary:hover{background:#d0d0d0}.btn-danger{background:#d32f2f;color:#fff}.btn-danger:hover{background:#c62828}.btn-sm{padding:6px 12px;font-size:12px}input,select{padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;width:100%}input:focus,select:focus{outline:none;border-color:#1976d2}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#666}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:24px}.stat-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.stat-card h3{font-size:14px;color:#666;margin-bottom:8px}.stat-card .value{font-size:32px;font-weight:600;color:#1976d2}.status-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.status-pending{background:#fff3e0;color:#e65100}.status-in_progress{background:#e3f2fd;color:#1565c0}.status-completed{background:#e8f5e9;color:#2e7d32}.status-finalized{background:#f3e5f5;color:#7b1fa2}.status-taken{background:#e8f5e9;color:#2e7d32}.status-lost{background:#ffebee;color:#c62828}.status-returned{background:#e3f2fd;color:#1565c0}.map-container{height:500px;border-radius:8px;overflow:hidden}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#1976d2,#1565c0)}.login-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000026;width:100%;max-width:400px}.login-card h1{text-align:center;margin-bottom:32px;color:#1976d2}.error-message{background:#ffebee;color:#c62828;padding:12px;border-radius:6px;margin-bottom:16px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:12px;padding:24px;width:100%;max-width:500px;max-height:80vh;overflow-y:auto}.modal h3{margin-bottom:20px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.loading{display:flex;align-items:center;justify-content:center;padding:40px;color:#666}.ws-indicator{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#666}.ws-indicator .dot{width:8px;height:8px;border-radius:50%}.ws-indicator .dot.connected{background:#4caf50}.ws-indicator .dot.disconnected{background:#f44336}
