/*
 * version: 1.3.1
 * revision: 2026.05.13.10.17.14
 */

/* TimeTracker app-specific styles. Framework block styles are loaded from /Framework/client/styles/framework.css. */

.tt-sidebar {
  flex-shrink: 0;
  width: 200px;
  height: 100vh;
  background: #fff;
  border-right: 1px solid #ddd;
  align-self: flex-start;
  position: sticky;
  top: 0;
  overflow: hidden;
  gap: 0;
}

.tt-sidebar .bf-vertical-menu {
  width: auto;
  height: auto;
  min-height: 0;
  flex: 1 1 auto;
  padding-bottom: 32px;
  border-right: none;
  align-self: stretch;
  position: static;
  top: auto;
}

.tt-version-display {
  position: fixed;
  left: 0;
  bottom: 8px;
  width: 200px;
  margin: 0;
  padding: 0;
  text-align: right;
  pointer-events: none;
  z-index: 20;
}

.tt-version-display .bf-field-display {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 11px;
  line-height: 1.2;
  color: #777;
  text-align: right;
  user-select: none;
}

.tt-main > .bf-header {
  padding-left: 24px;
}

.um-auth-card {
  max-width: 400px;
  margin: 80px auto;
  gap: 14px;
  padding: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.um-auth-card .bf-btn {
  width: 100%;
  justify-content: center;
}

.um-modal-actions {
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
  justify-content: flex-end;
}
