body { background: #f0f2f5; }

.thw-header {
  background: #003f8a;
  border-bottom: 3px solid #2196f3;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 20px;
}
.thw-header img {
  height: 48px;
  width: auto;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}
.thw-header .ov-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  flex: 1;
}
.thw-header .thw-clock {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  letter-spacing: 4px;
  color: #fff;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.thw-nav {
  background: #002d63;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.thw-nav .nav-user {
  margin-left: auto;
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
}

.thw-btn { background: #003f8a; color: #fff; border: none; }
.thw-btn:hover { background: #002d63; color: #fff; }
.card { border: none; }

.main-container { max-width: 800px; }
.icon-xs { font-size: .6rem; vertical-align: middle; }
.icon-lg { font-size: 2rem; }
.login-header { background: #003f8a; font-size: 1.1rem; }
.td-details { max-width: 220px; word-break: break-word; }
