.camera-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  overflow: hidden !important;
}
.camera-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 64px;
  margin: 6px 0 13px;
  padding: 12px 16px;
  border: 1px solid var(--accent);
  border-radius: 12px;
  background: #0b2231;
  color: #fff;
  cursor: pointer;
}
.camera-btn span {
  font-size: 28px;
}
.camera-btn b {
  font-size: 16px;
}
.camera-btn small {
  margin-left: auto;
  color: #b8c9d4;
}
.camera-btn.ready {
  border-color: #34d17b;
}
.camera-btn.ready small {
  color: #34d17b;
  font-weight: 700;
}
body {
  background-image:
    linear-gradient(180deg, rgba(1, 8, 13, 0.18), rgba(2, 8, 13, 0.88) 58%),
    url("assets/maquinaria-fondo.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.hero {
  background: linear-gradient(
    180deg,
    rgba(2, 8, 13, 0.08),
    rgba(5, 13, 20, 0.78)
  );
}
.machine-icon {
  display: inline-block;
  width: 39px;
  height: 31px;
  vertical-align: middle;
  object-fit: contain;
}
.machine-photo .machine-icon {
  width: 82px;
  height: 62px;
}
.camera-dialog {
  width: min(94vw, 520px);
  padding: 14px;
}
.camera-dialog video {
  display: block;
  width: 100%;
  max-height: 65vh;
  object-fit: cover;
  border-radius: 14px;
  background: #000;
  margin: 8px 0 14px;
}
.camera-dialog .primary {
  font-size: 18px;
}
.stats {
  gap: 6px;
}
.stat {
  min-height: 94px;
  padding: 10px 5px;
  color: #fff;
}
.stat .ico {
  font-size: 25px;
}
.stat .machine-icon {
  width: 33px;
  height: 27px;
}
.stat small {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.15;
}
.stat b {
  color: #fff;
  font-size: 21px;
  margin-top: 4px;
}
.password-wrap {
  position: relative;
}
.password-wrap input {
  padding-right: 52px;
}
.password-wrap button {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 44px;
  height: calc(100% - 8px);
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 20px;
}
.assign-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 4px;
  border-bottom: 1px solid #29465b;
}
.assign-option input {
  width: 20px;
  height: 20px;
  margin: 0;
}
.operator-actions {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.profile-avatar-img {
  display: block;
  width: 76px;
  height: 76px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.profile-card .avatar,
.profile-preview .avatar {
  position: relative;
  overflow: hidden;
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  padding: 0;
  border-radius: 50%;
}
.clickable-card {
  width: 100%;
  color: #fff;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.clickable-card *,
.machine-card *,
.profile-card * {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.profile-card.clickable-card {
  font: inherit;
}
.operator-card {
  padding: 0;
  overflow: hidden;
}
.operator-card-main {
  width: 100%;
  padding: 15px;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.operator-card-actions {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  padding: 0 15px 15px;
}
.profile-preview {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 12px 0;
}
.profile-preview .avatar {
  flex: 0 0 76px;
}
.vehicle-emoji{font-size:42px;line-height:1}.machine-side{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.work-badge{display:inline-block;margin:9px 0 0;padding:5px 8px;border-radius:7px;background:#173247;color:#eaf4f8;font-size:12px}.report-card .wide{margin-top:10px}.machine-card p b,.machine-card p small{display:block}.machine-card p small{margin-top:4px;color:var(--muted);font-size:10px}@media(max-width:390px){.machine-side{align-items:flex-start}.list-card>.row{align-items:flex-start;flex-direction:column}}
.assigned-work-card{margin:14px 0;padding:13px 15px;border:1px solid #34d17b;border-radius:12px;background:#0c2b25}.assigned-work-card small,.assigned-work-card b{display:block}.assigned-work-card small{color:#a9c8bc;font-size:12px;margin-bottom:5px}.assigned-work-card b{font-size:17px}.assigned-work-card.missing{border-color:#e6a23c;background:#2a2110}
