/* ============================================================
   Centrala SSO – Style nadpisujące Tabler
   ============================================================ */

/* Dashboard tiles */
.tile-card {
  border-radius: var(--tblr-border-radius-lg);
  transition: transform 0.15s, box-shadow 0.15s;
  cursor: pointer;
  overflow: hidden;
  color: inherit;
}
.tile-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--tblr-box-shadow-lg) !important;
}
.tile-bar {
  height: 4px;
}
.tile-icon i {
  transition: transform 0.15s;
}
.tile-card:hover .tile-icon i {
  transform: scale(1.18);
}
.tile-name {
  font-size: 0.82rem;
  color: var(--tblr-body-color);
}
.tile-desc {
  font-size: 0.7rem;
  line-height: 1.3;
}

/* OTP input centering */
.otp-input {
  letter-spacing: 0.5em;
  font-family: var(--tblr-font-monospace);
}

/* Sidebar profile avatar */
.navbar-vertical .avatar {
  width: 32px;
  height: 32px;
  font-size: 0.875rem;
  background: var(--tblr-primary);
  color: #fff;
}

/* Page-center helper for auth pages */
.page-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 100vh;
}
