:root {
  --clinica-background-image: url("/img/backgrounds/clinica_micheloni_bg.png");
  --clinica-background-overlay-system: rgba(255, 255, 255, 0.60);
  --clinica-background-overlay-login: rgba(255, 255, 255, 0.72);
  --clinica-background-fallback: #eef4fb;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background-color: var(--clinica-background-fallback);
  background-image: linear-gradient(var(--clinica-background-overlay-system), var(--clinica-background-overlay-system)), var(--clinica-background-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body.background-login {
  background-color: var(--clinica-background-fallback);
  background-image: linear-gradient(var(--clinica-background-overlay-login), var(--clinica-background-overlay-login)), var(--clinica-background-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.welcome-card {
  position: absolute;
  top: 24px;
  left: 24px;
  max-width: 320px;
  padding: 22px 22px 20px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 22px;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.16);
  color: #0f172a;
  z-index: 5;
}

.welcome-card-title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.welcome-card-date {
  margin-top: 8px;
  font-size: 0.95rem;
  color: #64748b;
}

.welcome-card-subtitle {
  margin-top: 12px;
  font-size: 0.96rem;
  color: #475569;
  line-height: 1.5;
}

.desktop {
  position: relative;
}

.desktop-watermark {
  display: none;
}

.app-shell,
.desktop,
.desktop::before {
  background: transparent !important;
}

/* Preserve white panels and visual hierarchy */
.legacy-window,
.window-body,
.window-titlebar,
.legacy-panel,
.status-bar,
.menu-panel,
form,
.table,
.card,
.summary-item,
.login-error {
  background-clip: padding-box;
}
