/* =====================================================================
   NAIS - Telekom KPR Modulu
   AdminLTE benzeri gorunum (NAIS panel stiline uyumlu)
   ===================================================================== */

:root {
  --nais-navbar:  #e20074;   /* ust bar - Telekom magenta */
  --nais-navbar2: #b8005f;   /* koyu magenta (gradyan) */
  --nais-sidebar: #2b2230;   /* koyu magenta-gri sidebar */
  --nais-sidebar-hover: #241c29;
  --nais-accent:  #e20074;   /* magenta vurgu */
  --nais-content: #f3eef1;   /* icerik zemini (hafif magenta ton) */
  --nais-box-border: #ddd4da;
  --nais-text: #333;
  --nais-muted: #948a90;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background: var(--nais-content);
  color: var(--nais-text);
  font-size: 14px;
}

/* ---- Ust bar --------------------------------------------------------*/
.nais-navbar {
  height: 50px;
  background: linear-gradient(180deg, var(--nais-navbar), var(--nais-navbar2));
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 16px;
  position: sticky;
  top: 0;
  z-index: 30;
  box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.nais-navbar .brand {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  margin-right: 24px;
}
.nais-navbar .brand { display:flex; align-items:center; }
.nais-navbar .brand small { font-weight: 400; opacity: .8; font-size: 11px; margin-left:6px; }
.brand-logo {
  display:inline-flex; align-items:center; justify-content:center;
  width:30px; height:30px; border-radius:8px; margin-right:9px;
  background:linear-gradient(135deg,#f5008a,#a30052); color:#fff;
  font-weight:800; font-size:18px; line-height:1;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.25), 0 1px 3px rgba(0,0,0,.2);
}
.login-logo .brand-logo { width:56px; height:56px; border-radius:14px; font-size:32px; margin:0 auto 12px; }
.nais-navbar .brand .vtr {
  font-size: 12px; font-weight: 700; background: rgba(255,255,255,.25);
  padding: 2px 6px; border-radius: 3px; vertical-align: middle; letter-spacing: 0;
}
.navbar-logout {
  color:#fff; text-decoration:none; font-size:20px; line-height:1;
  padding:6px 8px; border-radius:4px; opacity:.85; margin-left:4px;
}
.navbar-logout:hover { background:rgba(255,255,255,.18); opacity:1; }
.nais-navbar .spacer { flex: 1; }
.nais-navbar .lang-switch { display:flex; gap:2px; margin-right:14px; }
.nais-navbar .lang-switch a {
  color:#fff; text-decoration:none; font-size:12px; font-weight:600;
  padding:4px 8px; border-radius:3px; opacity:.7; line-height:1;
}
.nais-navbar .lang-switch a:hover { opacity:1; background:rgba(255,255,255,.12); }
.nais-navbar .lang-switch a.active { opacity:1; background:rgba(255,255,255,.25); }
.nais-navbar .user {
  display: flex; align-items: center; gap: 8px; font-size: 13px;
}
.nais-navbar .user .avatar {
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,255,255,.25);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 12px;
}

/* ---- Duzen ----------------------------------------------------------*/
.nais-layout { display: flex; min-height: calc(100vh - 50px); }

.nais-sidebar {
  width: 230px;
  background: var(--nais-sidebar);
  color: #b8c7ce;
  flex-shrink: 0;
}
.nais-sidebar .profile {
  padding: 16px; display: flex; align-items: center; gap: 10px;
  border-bottom: 1px solid #1a2226;
}
.nais-sidebar .profile .avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: #e20074; color:#fff; display:flex; align-items:center;
  justify-content:center; font-weight:700;
}
.nais-sidebar .profile .name { color:#fff; font-size:13px; font-weight:600; }
.nais-sidebar .profile .status { font-size:11px; color:#00a65a; }
.nais-sidebar .menu-header {
  padding: 10px 16px; font-size: 11px; text-transform: uppercase;
  color: #4b646f; letter-spacing: .5px;
}
.nais-sidebar a {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 16px; color: #b8c7ce; text-decoration: none;
  border-left: 3px solid transparent; font-size: 14px;
}
.nais-sidebar a:hover { background: var(--nais-sidebar-hover); color:#fff; }
.nais-sidebar a.active {
  background: var(--nais-sidebar-hover); color:#fff;
  border-left-color: var(--nais-navbar);
}
.nais-sidebar a .ico { width: 18px; text-align:center; }

.nais-main { flex: 1; padding: 16px 20px 40px; min-width: 0; }
.nais-page-title {
  font-size: 22px; font-weight: 400; margin: 4px 0 2px;
  color: #444;
}
.nais-page-title small { color: var(--nais-muted); font-size: 13px; }
.nais-breadcrumb { color: var(--nais-muted); font-size: 12px; margin-bottom: 16px; }

/* ---- Kutular (box) --------------------------------------------------*/
.box {
  background: #fff; border: 1px solid var(--nais-box-border);
  border-top: 3px solid var(--nais-navbar);
  border-radius: 3px; margin-bottom: 18px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.box.box-green  { border-top-color: #00a65a; }
.box.box-blue   { border-top-color: #0073b7; }
.box.box-magenta{ border-top-color: #e20074; }
.box-header {
  padding: 12px 16px; border-bottom: 1px solid #f4f4f4;
  font-size: 16px; font-weight: 600; color:#444;
  display:flex; align-items:center; justify-content:space-between;
}
.box-body { padding: 16px; }

/* ---- Istatistik kutulari (small-box) --------------------------------*/
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.small-box {
  border-radius: 4px; color: #fff; padding: 16px 18px; position: relative;
  overflow: hidden;
}
.small-box .num { font-size: 34px; font-weight: 700; line-height: 1; }
.small-box .lbl { font-size: 14px; margin-top: 6px; opacity: .95; }
.small-box .ico { position:absolute; right: 12px; top: 10px; font-size: 46px; opacity: .25; }
.bg-green { background: #00a65a; }
.bg-aqua  { background: #00c0ef; }
.bg-yellow{ background: #f39c12; }
.bg-purple{ background: #605ca8; }
.bg-magenta{ background: #e20074; }
.bg-red   { background: #dd4b39; }

/* ---- Cagri butonu ---------------------------------------------------*/
.call-btn {
  width: 100%; padding: 30px; border: none; border-radius: 6px;
  background: linear-gradient(180deg, #f5008a, #e20074);
  color: #fff; font-size: 26px; font-weight: 700; cursor: pointer;
  box-shadow: 0 4px 0 #b8005f; transition: transform .05s, box-shadow .05s;
  display: flex; align-items: center; justify-content: center; gap: 14px;
}
.call-btn:active { transform: translateY(3px); box-shadow: 0 1px 0 #b8005f; }
.call-btn .ico { font-size: 34px; }
.call-btn small { display:block; font-size: 13px; font-weight: 400; opacity:.9; margin-top:4px;}

/* Iki cagri butonu (basarili / basarisiz) */
.call-btn-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.call-btn-row .call-btn { padding:22px 14px; font-size:19px; gap:10px; }
.call-btn-row .call-btn .ico { font-size:26px; }
.call-btn-success {
  background: linear-gradient(180deg,#00c46a,#00a65a); box-shadow:0 4px 0 #008d4c;
}
.call-btn-success:active { box-shadow:0 1px 0 #008d4c; }
.call-btn-fail {
  background: linear-gradient(180deg,#e9573f,#dd4b39); box-shadow:0 4px 0 #b33422;
}
.call-btn-fail:active { box-shadow:0 1px 0 #b33422; }
@media (max-width:520px){ .call-btn-row { grid-template-columns:1fr; } }

/* ---- Kampanya kategorileri -----------------------------------------*/
.campaign-cat { margin-bottom: 16px; }
.campaign-cat:last-child { margin-bottom: 0; }
.campaign-cat-title {
  display:flex; align-items:center; gap:8px;
  font-size: 13px; font-weight: 700; color:#e20074; text-transform: uppercase;
  letter-spacing: .5px; margin: 4px 0 10px; padding-bottom: 6px;
  border-bottom: 2px solid #f2dbe8;
}
.campaign-cat-title .cat-count {
  font-size: 11px; font-weight: 700; color:#fff; background:#e20074;
  border-radius: 10px; padding: 1px 7px; text-transform: none;
}

/* ---- Kampanya butonlari --------------------------------------------*/
.campaign-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.campaign-btn {
  border: 2px solid; background: #fff; border-radius: 6px;
  padding: 16px 12px; cursor: pointer; text-align: center;
  font-size: 15px; font-weight: 600; color:#444; transition: all .1s;
  position: relative;
}
.campaign-btn:hover { color:#fff; }
.campaign-btn .code { font-size: 12px; opacity:.75; display:block; font-weight:400; margin-top:2px; }
.campaign-btn .cnt {
  position:absolute; top:-8px; right:-8px; min-width: 22px; height:22px;
  border-radius: 11px; background:#dd4b39; color:#fff; font-size:12px;
  display:flex; align-items:center; justify-content:center; padding:0 6px;
  font-weight:700;
}
.campaign-btn:active { transform: scale(.96); }

.hint {
  background: #fcf8e3; border: 1px solid #faebcc; color:#8a6d3b;
  padding: 8px 12px; border-radius: 3px; font-size: 13px; margin-bottom: 14px;
}
.hint.active { background:#dff0d8; border-color:#d6e9c6; color:#3c763d; }

/* ---- Aktivite listesi ----------------------------------------------*/
.activity { list-style:none; margin:0; padding:0; }
.activity li {
  display:flex; align-items:center; gap:10px; padding:10px 16px;
  border-bottom: 1px solid #f4f4f4; font-size:13px;
}
.activity li:last-child { border-bottom:none; }
.activity .dot { width:10px; height:10px; border-radius:50%; flex-shrink:0; }
.activity .time { color: var(--nais-muted); margin-left:auto; font-variant-numeric: tabular-nums; }
.activity .tag { font-weight:600; }
.activity .act-del {
  border:none; background:transparent; color:#c9ccd1; cursor:pointer;
  font-size:18px; line-height:1; width:22px; height:22px; border-radius:50%;
  margin-left:8px; flex-shrink:0;
}
.activity li:hover .act-del { color:#dd4b39; }
.activity .act-del:hover { background:#fdecea; }

/* ---- Karsilastirma delta -------------------------------------------*/
.delta { font-size:11px; font-weight:700; padding:1px 5px; border-radius:8px; margin-left:4px; }
.delta.up   { color:#0a7d3f; background:rgba(255,255,255,.35); }
.delta.down { color:#8a1a0d; background:rgba(255,255,255,.35); }
.delta.flat { color:#fff; opacity:.7; }

/* ---- Liderlik tablosu ----------------------------------------------*/
.leaderboard { display:flex; flex-direction:column; gap:10px; }
.lb-row { display:flex; align-items:center; gap:12px; }
.lb-rank { width:34px; text-align:center; font-size:20px; font-weight:700; color:#8a95a5; }
.lb-top .lb-rank { font-size:24px; }
.lb-name { width:150px; flex-shrink:0; font-weight:600; }
.lb-bar { flex:1; height:22px; background:#f2eaee; border-radius:6px; overflow:hidden; }
.lb-fill { height:100%; background:linear-gradient(90deg,#e20074,#f5008a); border-radius:6px; min-width:3px; transition:width .5s; }
.lb-sales { width:90px; text-align:right; font-variant-numeric:tabular-nums; }
.lb-top .lb-fill { background:linear-gradient(90deg,#f39c12,#f5c542); }

/* ---- Yazdirma (PDF) ------------------------------------------------*/
@media print {
  .nais-navbar, .nais-sidebar, .no-print, .navbar-logout, .lang-switch { display:none !important; }
  .nais-main { padding:0 !important; }
  .nais-layout { display:block !important; }
  body { background:#fff !important; }
  .box { break-inside:avoid; box-shadow:none !important; }
  .tc-plot, .box-body { overflow:visible !important; }
}

/* ---- Marka onizleme ------------------------------------------------*/
.brand-preview {
  background:linear-gradient(180deg,#e20074,#b8005f); color:#fff; border-radius:6px;
  padding:12px 16px; font-size:22px; font-weight:800; letter-spacing:1px; margin-bottom:16px;
}
.brand-preview .vtr { font-size:12px; font-weight:700; background:rgba(255,255,255,.25); padding:2px 6px; border-radius:3px; vertical-align:middle; }
.brand-preview small { font-weight:400; opacity:.8; font-size:12px; letter-spacing:0; }

.ev-dot { display:inline-block; width:9px; height:9px; border-radius:50%; margin-right:7px; vertical-align:middle; }

/* ---- Canli durum panosu --------------------------------------------*/
.live-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(160px, 1fr)); gap:10px; }
.live-card { border:1px solid var(--nais-box-border); border-left-width:4px; border-radius:6px; padding:10px 12px; }
.live-name { font-weight:600; font-size:14px; }
.live-badge { font-size:12px; font-weight:700; margin-top:3px; }
.live-card.st-on    { border-left-color:#00a65a; background:#f4fbf7; }
.live-card.st-on    .live-badge { color:#00a65a; }
.live-card.st-break { border-left-color:#f39c12; background:#fef9f0; }
.live-card.st-break .live-badge { color:#c87f0a; }
.live-card.st-off   { border-left-color:#c9ccd1; background:#fafafa; }
.live-card.st-off   .live-badge { color:#8a95a5; }

/* ---- Toggle switch -------------------------------------------------*/
.switch { position:relative; display:inline-block; width:48px; height:26px; flex-shrink:0; }
.switch input { opacity:0; width:0; height:0; }
.switch .slider { position:absolute; inset:0; background:#c9ccd1; border-radius:26px; cursor:pointer; transition:.2s; }
.switch .slider:before { content:''; position:absolute; width:20px; height:20px; left:3px; top:3px; background:#fff; border-radius:50%; transition:.2s; }
.switch input:checked + .slider { background:#00a65a; }
.switch input:checked + .slider:before { transform:translateX(22px); }

/* ---- Mesai cubugu --------------------------------------------------*/
.shift-bar { display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
.shift-status { display:flex; align-items:center; gap:8px; font-size:15px; }
.shift-dot { width:12px; height:12px; border-radius:50%; background:#c9ccd1; flex-shrink:0; }
.shift-dot.on { background:#00a65a; box-shadow:0 0 0 4px rgba(0,166,90,.18); }
.shift-worked { font-size:14px; }
.shift-worked b { font-variant-numeric:tabular-nums; font-size:16px; }
.shift-bar .btn { margin-left:auto; padding:9px 18px; font-size:14px; }

/* ---- Hedef ilerleme cubuklari --------------------------------------*/
.progress-item { }
.progress-top { display:flex; justify-content:space-between; font-size:13px; font-weight:600; margin-bottom:5px; }
.progress-val { color:#8a95a5; font-variant-numeric:tabular-nums; }
.progress-track { height:16px; background:#f0eaee; border-radius:8px; overflow:hidden; }
.progress-fill { height:100%; background:linear-gradient(90deg,#e20074,#f5008a); border-radius:8px; min-width:2px; transition:width .5s; }
.progress-fill.done { background:linear-gradient(90deg,#00a65a,#00c46a); }

/* ---- Liste basligindaki sayac rozeti -------------------------------*/
.count-badge {
  background:#0073b7; color:#fff; font-size:13px; font-weight:700;
  min-width:26px; height:22px; padding:0 8px; border-radius:11px;
  display:inline-flex; align-items:center; justify-content:center;
}
.count-badge.green { background:#00a65a; }

/* ---- Liste ic kaydirma (uzun listeler) -----------------------------*/
#callsList, #salesList { max-height:280px; overflow-y:auto; }

/* ---- Gunluk ozet listesi -------------------------------------------*/
.summary { list-style:none; margin:0; padding:0; }
.summary li {
  display:flex; align-items:center; gap:10px; padding:11px 16px;
  border-bottom:1px solid #f4f4f4; font-size:14px;
}
.summary li:last-child { border-bottom:none; }
.summary li .lbl { display:flex; align-items:center; gap:8px; }
.summary li .val {
  margin-left:auto; font-weight:700; font-size:16px;
  font-variant-numeric: tabular-nums; min-width:34px; text-align:right;
}
.summary li.total { background:#f7fbf8; }
.summary li.total .lbl { font-weight:700; }
.summary li.total .val { color:#00a65a; }
.summary li.sub-total { background:#f4f9fc; }
.summary li.sub-total .val { color:#0073b7; }
.summary .cdot { width:12px; height:12px; border-radius:3px; flex-shrink:0; }
.summary .code { font-size:11px; color:#8a95a5; }

/* ---- Tablolar -------------------------------------------------------*/
table.nais { width:100%; border-collapse: collapse; font-size:13px; }
table.nais th, table.nais td { padding: 9px 10px; border-bottom:1px solid #f0f0f0; text-align:left; }
table.nais th { color:#0073b7; font-weight:600; white-space:nowrap; }
table.nais tbody tr:hover { background:#f9fbfc; }
table.nais td.num, table.nais th.num { text-align:right; font-variant-numeric: tabular-nums; }

/* ---- Butonlar / form -----------------------------------------------*/
.btn {
  display:inline-flex; align-items:center; gap:6px; border:none; border-radius:3px;
  padding:7px 14px; font-size:13px; cursor:pointer; color:#fff; text-decoration:none;
}
.btn-default { background:#f4f4f4; color:#444; border:1px solid #ddd; }
.btn-green { background:#00a65a; }
.btn-blue  { background:#0073b7; }
.btn-red   { background:#dd4b39; }
.btn-magenta { background:#e20074; }
.btn-yellow { background:#f39c12; }
.shift-breaks { display:inline-flex; gap:6px; }
.shift-breaks .btn { padding:8px 14px; font-size:13px; }
.role-badge { display:inline-block; color:#fff; font-size:11px; font-weight:700; padding:2px 9px; border-radius:11px; }
.fld { margin-bottom:10px; }
.fld label { display:block; margin-bottom:4px; font-size:12px; }

/* ---- Kategori (menu) listesi (yonetim) -----------------------------*/
.cat-list { list-style:none; margin:0; padding:0; }
.cat-list li {
  display:flex; align-items:center; gap:8px; padding:8px 4px;
  border-bottom:1px solid #f4f4f4; font-size:14px;
}
.cat-list li:last-child { border-bottom:none; }
.cat-list .cat-name { font-weight:600; }
.cat-list .cat-actions { margin-left:auto; display:flex; gap:2px; }
.cat-list .mini {
  border:1px solid #e2dbe0; background:#fff; cursor:pointer; border-radius:3px;
  width:26px; height:26px; font-size:12px; color:#777; line-height:1;
}
.cat-list .mini:hover:not(:disabled) { background:#fdf0f7; color:#e20074; border-color:#e9b7d3; }
.cat-list .mini:disabled { opacity:.35; cursor:default; }
.cat-list .del-cat:hover { color:#dd4b39; border-color:#f0b8b0; background:#fdecea; }
.btn-sm { padding:4px 9px; font-size:12px; }
.btn:active { filter:brightness(.93); }

input.form-control, select.form-control {
  padding:7px 10px; border:1px solid var(--nais-box-border); border-radius:3px;
  font-size:13px; width:100%;
}
.form-inline { display:flex; gap:8px; align-items:center; flex-wrap:wrap; }
.badge-dot { display:inline-block; width:12px; height:12px; border-radius:3px; vertical-align:middle; }

.toast {
  position: fixed; bottom: 24px; right: 24px; z-index: 60;
  background: #00a65a; color:#fff; padding: 12px 18px; border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0,0,0,.2); font-size:14px; opacity:0;
  transform: translateY(10px); transition: all .2s; pointer-events:none;
}
.toast.show { opacity:1; transform: translateY(0); }

.muted { color: var(--nais-muted); }
.text-center { text-align:center; }
@media (max-width: 760px){ .nais-sidebar{ display:none; } }

/* =====================================================================
   Grafikler (raporlar)
   ===================================================================== */
.dot { display:inline-block; width:10px; height:10px; border-radius:50%; margin-right:5px; vertical-align:middle; }

/* Periyot secici */
.period-tabs { display:inline-flex; border:1px solid var(--nais-box-border); border-radius:5px; overflow:hidden; }
.period-tabs a {
  padding:7px 16px; text-decoration:none; color:#555; font-size:13px; font-weight:600;
  border-right:1px solid var(--nais-box-border); background:#fff;
}
.period-tabs a:last-child { border-right:none; }
.period-tabs a.active { background:#e20074; color:#fff; }

/* Trend (gruplu dikey cubuk) */
.trend-chart { padding:6px 4px; }
.tc-legend { display:flex; gap:16px; font-size:12px; color:#666; margin-bottom:8px; }
.tc-plot { display:flex; align-items:flex-end; gap:6px; height:190px; overflow-x:auto; padding-top:6px; }
.tc-col { flex:1; min-width:26px; display:flex; flex-direction:column; align-items:center; }
.tc-bars { display:flex; align-items:flex-end; gap:3px; height:160px; }
.tc-bar { width:14px; border-radius:3px 3px 0 0; position:relative; min-height:2px; transition:height .3s; }
.tc-bar span { position:absolute; top:-15px; left:50%; transform:translateX(-50%); font-size:10px; color:#666; }
.tc-calls { background:#0073b7; }
.tc-sales { background:#00a65a; }
.tc-x { font-size:10px; color:#999; margin-top:5px; white-space:nowrap; }

/* Yatay cubuk */
.hbar-chart { display:flex; flex-direction:column; gap:9px; padding:4px 0; }
.hb-row { display:flex; align-items:center; gap:10px; }
.hb-label { width:130px; flex-shrink:0; font-size:13px; font-weight:600; text-align:right; }
.hb-label .hb-sub { font-weight:400; color:#8a95a5; font-size:11px; }
.hb-track { flex:1; background:#f0f0f0; border-radius:4px; height:20px; overflow:hidden; }
.hb-fill { height:100%; border-radius:4px; min-width:2px; transition:width .4s; }
.hb-val { width:36px; text-align:right; font-weight:700; font-variant-numeric:tabular-nums; }

/* Basari/basarisizlik orani */
.ratio-wrap { padding:6px 0; }
.ratio-bar { display:flex; height:26px; border-radius:5px; overflow:hidden; background:#eee; }
.ratio-s { background:#00a65a; } .ratio-f { background:#dd4b39; }
.ratio-legend { display:flex; gap:20px; font-size:13px; color:#555; margin-top:10px; flex-wrap:wrap; }

/* =====================================================================
   Giris sayfasi
   ===================================================================== */
body.login-page {
  min-height: 100vh; margin: 0;
  background: linear-gradient(135deg, #e20074 0%, #8e0050 55%, #3a1030 100%);
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.login-lang { position: fixed; top: 16px; right: 20px; display: flex; gap: 2px; }
.login-lang a {
  color:#fff; text-decoration:none; font-size:12px; font-weight:600;
  padding:5px 9px; border-radius:3px; opacity:.7;
}
.login-lang a:hover { opacity:1; background:rgba(255,255,255,.15); }
.login-lang a.active { opacity:1; background:rgba(255,255,255,.28); }

.login-card {
  width: 100%; max-width: 380px; background:#fff; border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0,0,0,.35); overflow: hidden;
}
.login-logo {
  text-align:center; padding: 28px 20px 18px; color: var(--nais-navbar);
  font-size: 34px; font-weight: 800; letter-spacing: 1px;
}
.login-logo .vtr {
  font-size: 15px; background: var(--nais-navbar); color:#fff;
  padding: 3px 8px; border-radius: 4px; vertical-align: middle; font-weight:700;
}
.login-logo .login-sub {
  font-size: 12px; color: var(--nais-muted); font-weight: 500;
  letter-spacing: 2px; margin-top: 6px; text-transform: uppercase;
}
.login-tabs { display: flex; border-bottom: 1px solid #eee; }
.login-tabs a {
  flex: 1; text-align:center; padding: 13px 8px; text-decoration:none;
  color: var(--nais-muted); font-size: 13px; font-weight: 600;
  border-bottom: 3px solid transparent; background:#faf7f9;
}
.login-tabs a .ico { display:block; font-size:20px; margin-bottom:3px; }
.login-tabs a:hover { color: var(--nais-navbar); }
.login-tabs a.active {
  color: var(--nais-navbar); background:#fff; border-bottom-color: var(--nais-navbar);
}
.login-form { padding: 22px 26px 26px; }
.login-form.is-lead { background: linear-gradient(180deg,#fff,#fdf4f9); }
.login-form label {
  display:block; font-size:12px; color:#666; margin:12px 0 5px; font-weight:600;
}
.login-form input {
  width:100%; padding:11px 12px; border:1px solid var(--nais-box-border);
  border-radius:5px; font-size:14px;
}
.login-form input:focus { outline:none; border-color: var(--nais-navbar); box-shadow:0 0 0 3px rgba(226,0,116,.12); }
.login-btn {
  width:100%; margin-top:20px; padding:12px; border:none; border-radius:5px;
  background: linear-gradient(180deg,#f5008a,#e20074); color:#fff;
  font-size:15px; font-weight:700; cursor:pointer;
}
.login-btn:active { filter:brightness(.94); }
.login-error {
  background:#fdecea; border:1px solid #f5c6cb; color:#a33a3a;
  padding:9px 12px; border-radius:5px; font-size:13px; margin-bottom:6px;
}
.login-hint {
  text-align:center; font-size:11px; color:var(--nais-muted); margin-top:16px;
}
