/* ==========================================================================
   WHMCPanel — arayüz sistemi
   Yapı cPanel Jupiter düzenini izler: koyu lacivert menü, beyaz üst çubuk,
   gruplanmış araç kartları, sağda bilgi rayı.
   ========================================================================== */

:root {
  /* Yüzeyler */
  --navy: #202654;
  --navy-2: #2b3268;
  --navy-3: #39407d;
  --canvas: #fafafa;
  --surface: #ffffff;
  --line: #e5e7eb;
  --line-soft: #f0f1f3;

  /* Metin */
  --text: #33373d;
  --text-2: #6b7280;
  --text-3: #9aa0a6;
  --on-navy: #c9cce4;

  /* Vurgu */
  --accent: #1f5fbf;
  --accent-hover: #17499a;
  --accent-wash: #edf3fc;
  --amber: #e2622e;

  /* Durum */
  --ok: #1e8e5a;
  --ok-wash: #e8f5ee;
  --warn: #b26a00;
  --warn-wash: #fdf3e2;
  --danger: #c0392b;
  --danger-wash: #fdeceb;
  --live: #59c08a; /* koyu menü üzerindeki canlı ölçüm çubukları */

  /* Ölçü */
  --sidebar-w: 236px;
  --topbar-h: 60px;
  --radius: 4px;
  --shadow: 0 3px 10px 0 rgba(10, 37, 64, .05);
  --shadow-lg: 0 12px 40px rgba(10, 37, 64, .22);

  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "Cascadia Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-hover); text-decoration: underline; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 2px;
}

/* Makine değerleri (alan adı, IP, yol, veritabanı adı) her yerde tek biçim */
.mono, code {
  font-family: var(--mono);
  font-size: .92em;
  font-variant-numeric: tabular-nums;
  word-break: break-all;
}

/* ---------- İkonlar --------------------------------------------------- */

.ico { width: 20px; height: 20px; flex: none; display: block; }
/* Her alt öğe currentColor'ı kendi color değerine göre çözsün */
.ico > * { stroke: currentColor; }
.ico .ac { color: var(--amber); }
.ico-sm { width: 16px; height: 16px; }
.ico-lg { width: 26px; height: 26px; }

/* ---------- Yan menü --------------------------------------------------- */

.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--sidebar-w);
  background: var(--navy);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  z-index: 30;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  height: var(--topbar-h);
  padding: 0 18px;
  color: #fff;
  flex: none;
}
.brand-link { display: flex; align-items: center; gap: 9px; color: #fff; }
.brand-link:hover { text-decoration: none; color: #fff; }
.brand-mark { width: 22px; height: 22px; color: var(--amber); }
.brand-text { font-size: 16px; letter-spacing: -.2px; font-weight: 300; }
.brand-text b { font-weight: 600; }

.nav { padding: 10px 0 24px; }
.nav-group {
  padding: 16px 18px 6px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #7178a8;
}
.nav a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 18px;
  color: var(--on-navy);
  font-size: 13.5px;
  border-left: 3px solid transparent;
}
.nav a:hover { background: rgba(255, 255, 255, .06); color: #fff; text-decoration: none; }
.nav a.active {
  background: var(--navy-2);
  border-left-color: var(--amber);
  color: #fff;
  font-weight: 600;
}
.nav a .ico { opacity: .85; }
.nav a.active .ico { opacity: 1; }

/* ---------- Sistem durumu (yan menü altı) ------------------------------- */

.sysmon {
  margin-top: auto; /* menü kısa olsa da kutu en alta yaslanır */
  flex: none;
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(255, 255, 255, .09);
}
.sysmon-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 11px;
}
.sysmon-title {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #7178a8;
}
.sysmon-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--live);
  animation: sysmon-pulse 2.4s ease-in-out infinite;
}
/* Bağlantı koptuğunda değerler soluklaşır: eski veriyi canlıymış gibi göstermeyelim */
.sysmon.is-stale { opacity: .55; }
.sysmon.is-stale .sysmon-dot { background: var(--text-3); animation: none; }

@keyframes sysmon-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }

.meter + .meter { margin-top: 12px; }
.meter-top { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.meter-name { font-size: 12px; color: var(--on-navy); }
.meter-val {
  font-family: var(--mono);
  font-size: 11.5px;
  font-variant-numeric: tabular-nums;
  color: #fff;
}
.meter-track {
  height: 4px;
  margin-top: 6px;
  border-radius: 2px;
  background: rgba(255, 255, 255, .13);
  overflow: hidden;
}
.meter-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 2px;
  background: var(--live);
  transition: width .45s ease, background-color .3s;
}
.meter.is-warn .meter-fill { background: var(--amber); }
.meter.is-high .meter-fill { background: #ef5f52; }
.meter-sub {
  margin-top: 4px;
  font-size: 10.5px;
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  color: #7178a8;
}
.sysmon-foot { margin-top: 13px; font-size: 10.5px; color: #7178a8; line-height: 1.5; }

/* ---------- Üst çubuk --------------------------------------------------- */

.topbar {
  position: sticky;
  top: 0;
  height: var(--topbar-h);
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 0 24px;
  z-index: 20;
}
.menu-toggle { display: none; }

.user-chip {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px 0 0;
  margin-right: 4px;
  line-height: 1.25;
}
.user-chip .ico {
  width: 30px; height: 30px;
  padding: 6px;
  border-radius: 50%;
  background: #eef1f6;
  color: var(--navy);
}
.user-name { font-weight: 600; font-size: 13px; }
.user-role { font-size: 11px; color: var(--text-3); }

/* ---------- Yerleşim --------------------------------------------------- */

.shell { margin-left: var(--sidebar-w); min-height: 100vh; display: flex; flex-direction: column; }
.content { flex: 1; padding: 26px 32px 56px; }
.wrap { max-width: 1240px; }

/* İçerik + sağ ray */
.with-rail { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 20px; align-items: start; }

/* ---------- Sayfa başlığı ---------------------------------------------- */

.page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.page-title {
  margin: 0;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -.5px;
  color: var(--text);
}
.page-sub { margin: 3px 0 0; font-size: 13px; color: var(--text-2); }

/* ---------- Kartlar ----------------------------------------------------- */

.card {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 18px;
  overflow: hidden;
}
.card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line-soft);
}
.card-head .ico { color: var(--navy); }
.card-title { font-size: 14.5px; font-weight: 600; margin: 0; }
.card-body { padding: 18px; }
.card-body > p:first-child { margin-top: 0; }
.card-body > *:last-child { margin-bottom: 0; }

/* ---------- Araç ızgarası (panel ana ekranı) ---------------------------- */

.tool-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  padding: 6px;
}
.tool {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 14px;
  color: inherit;
  border-radius: var(--radius);
}
.tool:hover { background: #f6f9fd; text-decoration: none; }
.tool:hover .tool-name { color: var(--accent-hover); text-decoration: underline; }
.tool .ico { width: 26px; height: 26px; color: var(--navy); margin-top: 1px; }
.tool-name { display: block; color: var(--accent); font-size: 13.5px; }
.tool-desc { display: block; color: var(--text-3); font-size: 12px; margin-top: 2px; line-height: 1.4; }

/* ---------- Sağ ray ----------------------------------------------------- */

.rail .card-head { padding: 13px 16px; }
.rail-list { padding: 0; margin: 0; }
.rail-row { padding: 11px 16px; border-bottom: 1px solid var(--line-soft); }
.rail-row:last-child { border-bottom: 0; }
.rail-label { display: block; font-size: 11.5px; color: var(--text-2); margin-bottom: 2px; }
.rail-value { display: block; font-size: 13px; color: var(--text); }
.rail-value.mono { font-size: 12.5px; }

/* ---------- İstatistik kutuları ----------------------------------------- */

.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; margin-bottom: 18px; }
.stat { background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow); padding: 16px 18px; display: flex; align-items: center; gap: 14px; }
.stat .ico { width: 28px; height: 28px; color: var(--navy); }
.stat-num { font-family: var(--mono); font-size: 24px; font-variant-numeric: tabular-nums; line-height: 1.1; }
.stat-label { font-size: 12px; color: var(--text-2); margin-top: 1px; }

/* ---------- Tablolar ---------------------------------------------------- */

.table-wrap { overflow-x: auto; }
table.table { width: 100%; border-collapse: collapse; }
.table th {
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--text-2);
  background: #fbfbfc;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.table td { padding: 12px 14px; border-bottom: 1px solid var(--line-soft); vertical-align: middle; }
.table tbody tr:last-child td { border-bottom: 0; }
.table tbody tr:hover { background: #fbfcfe; }
.table .num { text-align: right; font-family: var(--mono); font-variant-numeric: tabular-nums; }
.table .col-actions { text-align: right; white-space: nowrap; width: 1%; }
.cell-main { font-weight: 600; }
.cell-sub { font-size: 12px; color: var(--text-3); margin-top: 1px; }
.file-cell { display: flex; align-items: center; gap: 9px; }
.file-cell .ico { color: var(--text-3); }
.file-cell .ico.folder { color: var(--amber); }

/* ---------- Butonlar ---------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 34px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  transition: background .12s, border-color .12s, color .12s;
}
.btn:hover { background: #f6f7f9; border-color: #d6d9de; color: var(--text); text-decoration: none; }
.btn .ico { width: 16px; height: 16px; }

.btn-primary { background: var(--accent); border-color: var(--accent); color: #fff; font-weight: 600; }
.btn-primary:hover { background: var(--accent-hover); border-color: var(--accent-hover); color: #fff; }

.btn-danger { background: var(--danger); border-color: var(--danger); color: #fff; font-weight: 600; }
.btn-danger:hover { background: #a53125; border-color: #a53125; color: #fff; }

/* Devre dışı butonlar imleçle değişmez (sıralama önemli: genelden özele) */
.btn:disabled { opacity: .45; cursor: not-allowed; }
.btn:disabled:hover { background: var(--surface); border-color: var(--line); }
.btn-primary:disabled:hover { background: var(--accent); border-color: var(--accent); }
.btn-danger:disabled:hover { background: var(--danger); border-color: var(--danger); }

.btn-sm { height: 29px; padding: 0 10px; font-size: 12.5px; }
.btn-icon { width: 29px; height: 29px; padding: 0; color: var(--text-2); }
.btn-icon:hover { color: var(--text); }
.btn-icon.danger:hover { color: var(--danger); border-color: #f0c7c3; background: var(--danger-wash); }
.btn-block { width: 100%; }

.btn-ghost-light {
  border-color: rgba(255, 255, 255, .28);
  background: transparent;
  color: #fff;
}
.btn-ghost-light:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .45); color: #fff; }

.actions { display: inline-flex; gap: 6px; align-items: center; justify-content: flex-end; }
.actions form { display: inline-flex; margin: 0; }

.inline-form { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
/* Doğrudan çocuklar; .input-join veya .pw-wrap içindekiler kendi genişliğini korur */
.inline-form > input, .inline-form > select { width: auto; min-width: 150px; margin-top: 0; }

/* ---------- Araç çubuğu ------------------------------------------------- */

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line-soft);
}
.toolbar-group { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }

/* ---------- Rozetler ---------------------------------------------------- */

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 9px;
  border-radius: 100px;
  font-size: 11.5px;
  font-weight: 600;
  white-space: nowrap;
}
.chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.chip-ok { background: var(--ok-wash); color: var(--ok); }
.chip-warn { background: var(--warn-wash); color: var(--warn); }
.chip-err { background: var(--danger-wash); color: var(--danger); }
.chip-mute { background: #f2f3f5; color: var(--text-2); }

/* ---------- Bildirim şeridi --------------------------------------------- */

.flash {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: var(--radius);
  border-left: 3px solid;
  margin-bottom: 18px;
  font-size: 13.5px;
}
.flash .ico { margin-top: 1px; }
.flash-ok { background: var(--ok-wash); border-color: var(--ok); color: #15613e; }
.flash-err { background: var(--danger-wash); border-color: var(--danger); color: #8f2b20; }

.notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 14px;
  background: var(--accent-wash);
  border-radius: var(--radius);
  font-size: 13px;
  color: #1c4f9c;
}
.notice .ico { margin-top: 1px; flex: none; }
.notice a { text-decoration: underline; }

/* Yönetici, müşteri hesabını görüntülerken */
.imp-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 10px 32px;
  background: var(--navy-2);
  color: #fff;
  font-size: 13px;
}
.imp-bar .ico { color: var(--amber); }
.imp-left { display: flex; align-items: center; gap: 9px; }

/* ---------- Formlar ----------------------------------------------------- */

.field { margin-bottom: 15px; }
.field:last-child { margin-bottom: 0; }
.field > label { display: block; font-size: 12.5px; font-weight: 600; color: var(--text); margin-bottom: 5px; }
.field-hint { font-size: 12px; color: var(--text-3); margin-top: 5px; }

input[type="text"], input[type="password"], input[type="email"], input[type="file"], select, textarea {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #d6d9de;
  border-radius: var(--radius);
  font: inherit;
  font-size: 13.5px;
  color: var(--text);
  background: var(--surface);
}
input[type="file"] { height: auto; padding: 7px 10px; }
textarea { height: auto; padding: 10px; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); outline: 2px solid var(--accent-wash); outline-offset: 0; }
input::placeholder { color: #b3b8bf; }

/* ---------- Şifre alanları (göster/gizle + üret) ------------------------ */

.pw-wrap { position: relative; display: flex; align-items: center; }
.field .pw-wrap { width: 100%; }
.inline-form .pw-wrap { width: 250px; }
.pw-wrap input { width: 100%; margin-top: 0; }

.pw-actions {
  position: absolute;
  right: 4px;
  display: flex;
  gap: 2px;
  pointer-events: none; /* butonlar kendi pointer-event'ini geri açar */
}
.pw-btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  color: var(--text-3);
  cursor: pointer;
}
.pw-btn:hover { background: #f1f3f6; color: var(--text); }
.pw-btn .ico .ac { color: inherit; }

.pw-note {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--ok);
  line-height: 1.45;
}

.input-join { display: flex; align-items: stretch; }
.input-join .prefix, .input-join .suffix {
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: #f6f7f9;
  border: 1px solid #d6d9de;
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--text-2);
  white-space: nowrap;
}
.input-join .prefix { border-right: 0; border-radius: var(--radius) 0 0 var(--radius); }
.input-join .suffix { border-left: 0; border-radius: 0 var(--radius) var(--radius) 0; }
.input-join .prefix + input { border-radius: 0; }
.input-join input:not(:last-child) { border-radius: var(--radius) 0 0 var(--radius); }
.input-join > select { border-radius: 0 var(--radius) var(--radius) 0; width: auto; }

/* ---------- Boş durum ---------------------------------------------------- */

.empty { text-align: center; padding: 46px 24px; }
.empty .ico { width: 34px; height: 34px; color: #c3c7cd; margin: 0 auto 12px; }
.empty h3 { margin: 0 0 5px; font-size: 15px; font-weight: 600; }
.empty p { margin: 0 auto 16px; font-size: 13px; color: var(--text-2); max-width: 380px; }

/* ---------- Anahtar/değer listesi ---------------------------------------- */

.kv { width: 100%; border-collapse: collapse; }
.kv th {
  text-align: left;
  font-weight: 500;
  color: var(--text-2);
  font-size: 13px;
  padding: 10px 14px 10px 0;
  width: 210px;
  vertical-align: top;
  border-bottom: 1px solid var(--line-soft);
}
.kv td { padding: 10px 0; border-bottom: 1px solid var(--line-soft); }
.kv tr:last-child th, .kv tr:last-child td { border-bottom: 0; }

/* ---------- Kırıntı yolu (dosya yöneticisi) ------------------------------ */

.crumbs { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; font-size: 13px; }
.crumbs .sep { color: var(--text-3); }
.crumbs a { color: var(--accent); }
.crumbs .here { color: var(--text-2); }

/* ---------- Kod düzenleyici ---------------------------------------------- */

.editor {
  width: 100%;
  min-height: 62vh;
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.6;
  color: #e6e9ef;
  background: #1b1f2e;
  border: 0;
  border-radius: var(--radius);
  padding: 16px;
  tab-size: 4;
  resize: vertical;
}
.editor:focus { outline: 2px solid var(--accent); outline-offset: 2px; }

/* ---------- İletişim kutusu ---------------------------------------------- */

dialog.dlg {
  width: min(480px, calc(100vw - 32px));
  padding: 0;
  border: 0;
  border-radius: 6px;
  box-shadow: var(--shadow-lg);
  color: var(--text);
}
dialog.dlg::backdrop { background: rgba(32, 38, 84, .45); }
.dlg-head { display: flex; align-items: center; gap: 10px; padding: 16px 18px; border-bottom: 1px solid var(--line-soft); }
.dlg-head h2 { margin: 0; font-size: 15.5px; font-weight: 600; }
.dlg-head .ico { color: var(--navy); }
.dlg-head.danger .ico { color: var(--danger); }
.dlg-body { padding: 18px; }
.dlg-body > p:first-child { margin-top: 0; }
.dlg-body > *:last-child { margin-bottom: 0; }
.dlg-foot { display: flex; justify-content: flex-end; gap: 8px; padding: 13px 18px; background: #fbfbfc; border-top: 1px solid var(--line-soft); border-radius: 0 0 6px 6px; }
.dlg-close { margin-left: auto; border: 0; background: none; cursor: pointer; color: var(--text-3); padding: 4px; line-height: 0; border-radius: var(--radius); }
.dlg-close:hover { color: var(--text); background: #f2f3f5; }

/* ---------- Giriş sayfası ------------------------------------------------ */

.login { min-height: 100vh; display: grid; grid-template-columns: 420px 1fr; }
.login-aside {
  background: var(--navy);
  color: #fff;
  padding: 44px 44px 36px;
  display: flex;
  flex-direction: column;
  background-image:
    linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px);
  background-size: 28px 28px;
}
.login-aside .brand { height: auto; padding: 0; margin-bottom: auto; }
.login-lede { font-size: 24px; font-weight: 300; line-height: 1.4; letter-spacing: -.3px; margin: 0 0 12px; max-width: 22ch; }
.login-note { font-size: 13px; color: #9aa0c8; margin: 0; max-width: 34ch; line-height: 1.6; }
.login-meta { margin-top: 26px; font-size: 11.5px; color: #6f76a4; font-family: var(--mono); }
.login-aside .brand + .login-lede { margin-top: 40px; }

.login-main { display: flex; align-items: center; justify-content: center; padding: 32px; }
.login-form { width: 100%; max-width: 340px; }
.login-form h1 { margin: 0 0 4px; font-size: 24px; font-weight: 300; letter-spacing: -.3px; }
.login-form .sub { margin: 0 0 26px; font-size: 13px; color: var(--text-2); }

/* ---------- Duyarlılık --------------------------------------------------- */

@media (max-width: 1080px) {
  .with-rail { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 900px) {
  .sidebar {
    position: static;
    width: 100%;
    height: auto;
    max-height: none;
  }
  .sidebar .nav { display: none; padding-bottom: 12px; }
  .sidebar.open .nav { display: block; }
  /* Kutu, menü kapalıyken içeriği aşağı itmesin */
  .sidebar .sysmon { display: none; }
  .sidebar.open .sysmon:not([hidden]) { display: block; }
  .sidebar .brand { justify-content: space-between; }
  .shell { margin-left: 0; }
  .content { padding: 20px 16px 44px; }
  .topbar { padding: 0 16px; }
  .imp-bar { padding: 10px 16px; }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px; height: 34px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: var(--radius);
    background: none;
    color: #fff;
    cursor: pointer;
  }
  .page-head { flex-direction: column; align-items: stretch; }
  .page-title { font-size: 26px; }
  .login { grid-template-columns: 1fr; }
  .login-aside { padding: 28px 24px; }
  .login-lede { font-size: 21px; }
  .login-note, .login-meta { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
