/* Doplňkové styly administrace a podpisové stránky
   (základ vzhledu smlouvy je v smlouva.css). */

/* ===== PŘIHLÁŠENÍ ===== */
#login-obrazovka {
  position: fixed; inset: 0; z-index: 5000;
  background: #e8e8e8;
  display: flex; align-items: center; justify-content: center;
}
.login-box {
  background: white; border-radius: 10px; padding: 36px 42px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  max-width: 360px; width: 92%;
  text-align: center;
}
.login-box h1 { font-size: 14pt; color: #72bf44; margin-bottom: 6px; }
.login-oddelovac { font-size: 8.5pt; color: #999; margin: 4px 0; }
#login-heslo { width: 100%; }
#login-heslo input {
  width: 100%; border: 1px solid #ccc; border-radius: 4px;
  padding: 8px 10px; font-size: 10pt; box-sizing: border-box; margin-bottom: 8px;
}
#login-heslo button {
  width: 100%; background: #72bf44; color: white; border: none;
  border-radius: 4px; padding: 9px; font-size: 10pt; font-weight: bold;
  cursor: pointer; font-family: Arial;
}
#login-heslo button:hover { background: #5aa832; }
#login-chyba { color: #e74c3c; font-size: 8.5pt; min-height: 14px; max-width: 280px; }
.google-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; background: white; color: #3c4043;
  border: 1px solid #dadce0; border-radius: 4px;
  padding: 10px 14px; font-size: 10.5pt; font-weight: bold;
  font-family: Arial; text-decoration: none; cursor: pointer;
}
.google-btn:hover { background: #f6fbff; border-color: #d2e3fc; }
.google-g {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%;
  background: conic-gradient(from -45deg, #ea4335 0 25%, #4285f4 0 50%, #34a853 0 75%, #fbbc05 0);
  color: white; font-size: 12pt; font-weight: bold;
}

/* ===== TOOLBAR DOPLŇKY ===== */
.toolbar-mezera { flex: 1; }
#prihlasen-jako { font-size: 8.5pt; opacity: 0.9; }
.stav-chip {
  color: white; font-size: 8.5pt; font-weight: bold;
  padding: 4px 12px; border-radius: 12px; background: #7f8c8d;
  white-space: nowrap;
}

/* ===== SEZNAM SMLUV ===== */
.mini-btn {
  font-size: 7.5pt; padding: 3px 9px; margin-right: 4px;
  color: white; border: none; border-radius: 3px; cursor: pointer;
  font-family: Arial; font-weight: bold;
}
.mini-btn:hover { opacity: 0.85; }

/* ===== ZAMČENÝ FORMULÁŘ (podepsaná smlouva / zákaznický náhled) ===== */
body.zamknuto .fi,
body.zamknuto .prow input,
body.zamknuto .date-row input,
body.zamknuto .dev-table td input,
body.zamknuto .cislo-input,
body.zamknuto textarea { background: white !important; }
body.zamknuto input[type=checkbox] { opacity: 1; }

/* ===== PODPISOVÁ STRÁNKA ===== */
body.podpis-stranka { padding-bottom: 96px; }

#stav-box {
  max-width: 820px; margin: 90px auto 30px;
  display: flex; justify-content: center;
}
.stav-box-vnitrek {
  background: white; border-radius: 10px; padding: 34px 44px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.15);
  font-size: 11pt; color: #333; text-align: center; line-height: 1.6;
}

.info-lista {
  max-width: 820px; margin: 60px auto -46px;
  position: relative; z-index: 10;
  background: #72bf44; color: white;
  border-radius: 6px; padding: 10px 16px;
  font-size: 9.5pt; line-height: 1.5;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.sign-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 998;
  background: #2c3e50; color: white;
  display: flex; align-items: center; justify-content: center;
  gap: 18px; padding: 12px 16px; flex-wrap: wrap;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.35);
}
.souhlas-label {
  font-size: 9.5pt; display: flex; align-items: center; gap: 8px;
  cursor: pointer; max-width: 480px;
}
.souhlas-label input { width: 17px; height: 17px; accent-color: #72bf44; }
#podepsat-btn {
  background: #c0392b; color: white; border: none; border-radius: 6px;
  padding: 11px 26px; font-size: 11pt; font-weight: bold;
  cursor: pointer; font-family: Arial;
}
#podepsat-btn:hover { background: #a93226; }
#podepsat-btn:disabled { background: #888; cursor: wait; }

/* ===== TISK ===== */
@media print {
  .sign-bar, .info-lista, #stav-box, #login-obrazovka,
  #radocom-modal, .stav-chip, .mini-btn,
  .sig-razitko-placeholder { display: none !important; }
  body.podpis-stranka { padding-bottom: 0; }
  #obsah-smlouvy { display: block !important; }
}
