/* ==========================================================================
   授权台 · 管理后台样式
   视觉体系：TDesign（品牌 #0052D9 / 页底 #F3F3F3 / 侧栏 #242424）
   ========================================================================== */

:root {
  --brand: #0052d9;
  --brand-h: #366ef4;
  --brand-a: #0034b5;
  --brand-bg: #f2f3ff;
  --ok: #2ba471;
  --ok-bg: #e3f9e9;
  --warn: #e37318;
  --warn-bg: #fff1e9;
  --bad: #d54941;
  --bad-bg: #ffeeee;
  --txt: #18191c;
  --txt-2: #5e6673;
  --txt-3: #8e96a4;
  --line: #e8e8e8;
  --line-2: #f3f3f3;
  --bg: #f3f3f3;
  --card: #ffffff;
  --side: #242424;
  --side-h: #2f2f2f;
  --side-t: #a6a6a6;
  --r: 6px;
  --r-lg: 8px;
  --r-xl: 12px;
  --sh: 0 1px 2px rgba(16, 24, 40, .04);
  --sh-lg: 0 8px 28px rgba(0, 0, 0, .1);
  --mono: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
}

* { box-sizing: border-box }
html, body { height: 100% }
body {
  margin: 0;
  color: var(--txt);
  background: var(--bg);
  font: 14px/1.5 Inter, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--brand); text-decoration: none }
a:hover { color: var(--brand-h) }
h1, h2, h3 { margin: 0 }
code {
  font-family: var(--mono);
  font-size: 12.5px;
  color: #1a4fa0;
  background: #f2f5ff;
  padding: 2px 6px;
  border-radius: 4px;
  word-break: break-all;
}
pre { margin: 0 }
button, input, select, textarea { font: inherit }
.inline { display: inline }
.grow { flex: 1; min-width: 160px }
.w80 { width: 80px }
.w140 { width: 140px }

/* ---------- 表单控件 ---------- */
label {
  display: block;
  margin: 0 0 6px;
  color: var(--txt-2);
  font-size: 12px;
  font-weight: 500;
}
input, select {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  color: var(--txt);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  outline: none;
  transition: border-color .15s, box-shadow .15s;
}
input::placeholder { color: var(--txt-3) }
input:hover, select:hover { border-color: #d5d5d5 }
input:focus, select:focus, textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 2px rgba(0, 82, 217, .12);
}
textarea {
  width: 100%;
  min-height: 120px;
  padding: 10px 12px;
  color: var(--txt);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  outline: none;
  resize: vertical;
  line-height: 1.55;
  font-family: var(--mono);
  font-size: 12.5px;
  transition: border-color .15s, box-shadow .15s;
}
textarea::placeholder { color: var(--txt-3) }
textarea:hover { border-color: #d5d5d5 }
.field { margin: 0 0 12px }
select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235e6673' stroke-width='2.4'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
}
.check {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  color: var(--txt);
  font-size: 13px;
  cursor: pointer;
  user-select: none;
}
.check input { width: auto; height: auto; accent-color: var(--brand) }

/* ---------- 按钮 ---------- */
.btn, .btn.ghost, .btn.danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 34px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: var(--r);
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
  transition: background .15s, border-color .15s, color .15s;
}
.btn { background: var(--brand); color: #fff; font-weight: 500 }
.btn:hover { background: var(--brand-h) }
.btn:active { background: var(--brand-a) }
.btn.ghost { background: #fff; border-color: var(--line); color: var(--txt) }
.btn.ghost:hover { border-color: var(--brand); color: var(--brand); background: #fff }
.btn.ghost:active { background: var(--brand-bg) }
.btn.danger { background: #fff; border-color: #f7c9c6; color: var(--bad) }
.btn.danger:hover { background: var(--bad-bg); border-color: var(--bad); color: var(--bad) }
.btn.sm { height: 28px; padding: 0 10px; font-size: 12px }

/* ---------- 登录页 ---------- */
.is-login { background: #fff }
.login-split { display: flex; min-height: 100vh }

.lg-brand {
  position: relative;
  width: 50%;
  max-width: 720px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 44px 48px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(900px 760px at 92% 4%, rgba(90, 147, 255, .92) 0%, rgba(42, 98, 232, .5) 28%, rgba(18, 48, 110, .28) 60%, rgba(5, 9, 26, 0) 100%),
    radial-gradient(640px 640px at 6% 100%, rgba(47, 107, 255, .32) 0%, rgba(22, 51, 110, .12) 60%, rgba(5, 9, 26, 0) 100%),
    linear-gradient(38deg, #02040a 0%, #040a1a 50%, #081228 100%);
}
.lg-top { display: flex; align-items: center; gap: 12px }
.lg-mark {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #fff;
  color: var(--brand);
  font: 700 17px/1 Inter, sans-serif;
}
.lg-top b { display: block; font-size: 16px; font-weight: 700; letter-spacing: .01em }
.lg-top small {
  display: block;
  margin-top: 1px;
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .14em;
}
.lg-body { margin: auto 0; padding: 56px 0 }
.lg-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px 5px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  color: #8fb6ff;
  font: 500 11px/16px Inter, sans-serif;
  letter-spacing: .1em;
}
.lg-chip i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #59d48c;
  box-shadow: 0 0 0 3px rgba(89, 212, 140, .2);
}
.lg-brand h1 {
  margin: 20px 0 0;
  font-size: 38px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: .01em;
}
.lg-brand h1 em { display: block; font-style: normal; color: #7fb0ff }
.lg-lead {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  line-height: 24px;
}
.lg-feats { margin: 30px 0 0; display: grid; gap: 14px }
.lg-feat { display: flex; align-items: flex-start; gap: 12px }
.lg-feat i {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, .1);
}
.lg-feat i svg { width: 16px; height: 16px; stroke: #a1c7ff; fill: none; stroke-width: 1.7 }
.lg-feat b { display: block; font-size: 13px; font-weight: 500 }
.lg-feat span { display: block; margin-top: 3px; color: rgba(255, 255, 255, .62); font-size: 12px; line-height: 18px }
.lg-metrics {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 34px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.lg-metrics div { min-width: 0 }
.lg-metrics b {
  display: block;
  font: 700 22px/28px Inter, sans-serif;
  font-variant-numeric: tabular-nums;
}
.lg-metrics span { display: block; margin-top: 2px; color: #8a98b8; font-size: 11px }
.lg-metrics hr { width: 1px; height: 26px; border: 0; background: rgba(255, 255, 255, .14); margin: 0 }
.lg-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, .45);
  font-size: 12px;
}
.lg-foot i {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, .55);
}
.lg-foot i::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #59d48c;
}

.lg-form {
  flex: 1;
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 56px;
  background: #fff;
}
.lg-panel { width: 100%; max-width: 380px }
.lg-eyebrow { margin: 0 0 8px; color: var(--txt-3); font-size: 12px; letter-spacing: .04em }
.lg-panel h2 { font-size: 26px; line-height: 34px; font-weight: 700; letter-spacing: .01em }
.lg-panel .sub { margin: 8px 0 26px; color: var(--txt-2); font-size: 13px }
.lg-field { position: relative; margin: 0 0 16px }
.lg-field > label { margin-bottom: 6px }
.lg-field .ico {
  position: absolute;
  left: 12px;
  bottom: 0;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--txt-3);
  pointer-events: none;
}
.lg-field .ico svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.7 }
.lg-field input { padding-left: 36px }
.lg-field .eye {
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 34px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  background: none;
  color: var(--txt-3);
  cursor: pointer;
}
.lg-field .eye:hover { color: var(--txt-2) }
.lg-field .eye svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.7 }
.lg-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 4px 0 22px;
  font-size: 13px;
}
.lg-row label { margin: 0; font-size: 13px; color: var(--txt) }
.lg-help { color: var(--brand); font-size: 13px; font-weight: 500; cursor: help }
.lg-submit { width: 100%; height: 42px; font-size: 14px }
.lg-note {
  margin: 22px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--line-2);
  color: var(--txt-3);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

/* ---------- 后台框架 ---------- */
.wrap { display: flex; min-height: 100vh }
.side {
  width: 232px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 16px 12px;
  background: var(--side);
  color: var(--side-t);
}
.brand { display: flex; align-items: center; gap: 10px; padding: 6px 8px 20px; color: #fff }
.brand .brand-mark { margin: 0; width: 34px; height: 34px; font-size: 15px; border-radius: 8px; background: #fff; color: var(--brand) }
.brand b { display: block; font-size: 15px; font-weight: 700 }
.brand small { display: block; margin-top: 1px; color: #7a7a7a; font-size: 9px; letter-spacing: .14em }
.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--brand);
  color: #fff;
  font: 700 18px/1 Inter, sans-serif;
}
.nav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  margin: 0 0 2px;
  color: var(--side-t);
  border-radius: var(--r);
  font-size: 14px;
  transition: background .15s, color .15s;
}
.nav svg { width: 16px; height: 16px; flex-shrink: 0 }
.nav:hover { color: #fff; background: var(--side-h) }
.nav.on { color: #fff; background: var(--brand) }
.nav.on:hover { background: var(--brand) }
.side-foot { margin-top: auto; padding-top: 14px; border-top: 1px solid #333 }
.who {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  padding: 0 6px;
  color: #cfcfcf;
  font-size: 12px;
}
.who::before {
  content: "";
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #3a3a3a;
  box-shadow: inset 0 0 0 1px #4a4a4a;
}
.side-foot .btn.ghost {
  width: 100%;
  background: transparent;
  border-color: #3d3d3d;
  color: #e0e0e0;
}
.side-foot .btn.ghost:hover { border-color: #fff; color: #fff; background: transparent }

.main { flex: 1; min-width: 0; padding: 24px 28px 40px }
.page { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin: 0 0 18px }
.page h1 { font-size: 20px; font-weight: 700 }
.page p { margin: 5px 0 0; color: var(--txt-2); font-size: 13px }

/* ---------- 卡片 / 统计 ---------- */
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 18px 20px;
  margin: 0 0 14px;
  box-shadow: var(--sh);
}
.card.narrow { max-width: 420px }
.card h2 {
  margin: 0 0 14px;
  color: var(--txt);
  font-size: 14px;
  font-weight: 600;
}
.card h2 .hint { margin-left: 8px; color: var(--txt-3); font-size: 12px; font-weight: 400 }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(118px, 1fr)); gap: 12px; margin: 0 0 14px }
.stat {
  padding: 16px 18px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--sh);
}
.stat span { display: block; color: var(--txt-2); font-size: 12px; font-weight: 500 }
.stat b {
  display: block;
  margin-top: 8px;
  color: var(--txt);
  font: 700 26px/32px Inter, sans-serif;
  font-variant-numeric: tabular-nums;
}
.stat.live { border-color: #b7ebc6; background: #f6ffed; }
.stat.live b { color: #14803f; }
.stat.live span::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34,197,94,.55);
  animation: onpulse 1.6s infinite;
  vertical-align: 1px;
}
@keyframes onpulse {
  0% { box-shadow: 0 0 0 0 rgba(34,197,94,.55); }
  70% { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}
.empty-cell { text-align: center; color: var(--txt-3) !important; }
.steps { margin: 0; padding: 0 0 0 18px; color: var(--txt-2) }
.steps li { margin: 0 0 8px }
.steps li:last-child { margin-bottom: 0 }

.row { display: flex; gap: 10px; flex-wrap: wrap; align-items: flex-end }
.toolbar { display: flex; gap: 10px; margin: 0 0 14px }
.toolbar input { max-width: 300px }
.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #fbc79e;
  background: var(--warn-bg);
  color: #8a4a08;
  border-radius: var(--r-lg);
}
.err { margin: 0 0 12px; padding: 10px 12px; background: var(--bad-bg); color: var(--bad); border-radius: var(--r); font-size: 13px }
.ok { margin: 0 0 12px; padding: 10px 12px; background: var(--ok-bg); color: #14803f; border-radius: var(--r); font-size: 13px }

/* ---------- 表格 ---------- */
.table-wrap { overflow: auto; border: 1px solid var(--line-2); border-radius: var(--r-lg) }
table { width: 100%; border-collapse: collapse }
th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 10px 12px;
  color: var(--txt-2);
  background: #fafafa;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
td {
  padding: 12px;
  border-bottom: 1px solid var(--line-2);
  font-size: 13px;
  vertical-align: middle;
}
tbody tr:last-child td, table tr:last-child td { border-bottom: 0 }
tr:hover td { background: #fafbff }
td .sub { display: block; margin-top: 2px; color: var(--txt-3); font-size: 11px; line-height: 16px }
.mono { font-family: var(--mono); font-size: 12px; color: var(--txt-2); word-break: break-all }
.ip-loc { display: block; margin-top: 2px; color: var(--txt-3); font-size: 11px; font-weight: 400; line-height: 16px; font-family: inherit }
time .ip-loc, time .mono { display: inline; margin: 0 0 0 4px; font-size: inherit }
.ops { display: flex; flex-wrap: wrap; gap: 6px; align-items: center }
.ops select { width: 86px; height: 28px; font-size: 12px; background-position: right 6px center; padding-right: 22px }
.ops input { width: 104px; height: 28px; font-size: 12px }

.tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor }
.t-ok { background: var(--ok-bg); color: #14803f }
.t-off { background: var(--bad-bg); color: var(--bad) }
.t-wait { background: var(--warn-bg); color: #a35408 }
.t-feat { background: var(--brand-bg); color: var(--brand) }
.t-algo { background: #f3e8ff; color: #6b21c8 }
.t-addr { background: #e8f7ff; color: #0b6e99 }
.t-sig { background: #fff7e6; color: #ad6800 }

.cloud-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 12px;
  align-items: end;
}
.cloud-form .span2 { grid-column: span 2 }
.cloud-form .span4 { grid-column: 1 / -1 }
.cloud-form .cloud-actions { display: flex; gap: 8px; align-items: center }

.empty { padding: 40px 8px; text-align: center; color: var(--txt-3); font-size: 13px }
td.dim, td .dim { color: var(--txt-3) }
td.dim { max-width: 280px; overflow: hidden; text-overflow: ellipsis; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px }
.chip {
  padding: 5px 12px;
  border: 1px solid var(--line);
  border-radius: 99px;
  color: var(--txt-2);
  background: #fff;
  font-size: 13px;
  transition: border-color .15s, color .15s, background .15s;
}
.chip:hover { border-color: var(--brand); color: var(--brand) }
.chip.on { border-color: var(--brand); background: var(--brand-bg); color: var(--brand); font-weight: 500 }
.card .tl { color: var(--txt) }
.card .tl li:last-child { border-left-color: var(--line) }
.card .tl code { margin-right: 6px }

/* ---------- 生成结果 ---------- */
.flash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
}
.flash-head em { font-style: normal; color: var(--brand) }
.flash {
  max-height: 220px;
  overflow: auto;
  padding: 14px 16px;
  background: #1c1c1c;
  border-radius: var(--r-lg);
  color: #9dc4ff;
  font: 13px/1.9 var(--mono);
  letter-spacing: .04em;
}

/* ---------- 抽屉 ---------- */
.mask {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(0, 0, 0, .45);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, visibility .2s;
}
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 41;
  width: 560px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: var(--sh-lg);
  transform: translateX(100%);
  transition: transform .24s cubic-bezier(.22, .61, .36, 1);
}
.is-open .mask { opacity: 1; visibility: visible }
.is-open .drawer { transform: none }
.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line-2);
}
.drawer-head h3 { font-size: 15px; font-weight: 600 }
.drawer-head .x {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: var(--r);
  background: none;
  color: var(--txt-3);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.drawer-head .x:hover { background: var(--line-2); color: var(--txt) }
.drawer-body { flex: 1; overflow: auto; padding: 18px 20px }
.drawer-body h4 {
  margin: 0 0 10px;
  color: var(--txt-3);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
}
.drawer-body h4 + .kv { margin-bottom: 22px }
.kv { display: grid; grid-template-columns: 96px 1fr; gap: 8px 12px; margin: 0 0 22px; font-size: 13px }
.kv dt { color: var(--txt-2) }
.kv dd { margin: 0; word-break: break-all }
.hl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  margin: 0 0 14px;
  background: #f5f8ff;
  border: 1px solid #dbe6ff;
  border-radius: var(--r-lg);
}
.hl b { display: block; font-family: var(--mono); font-size: 13px; color: #1a4fa0; word-break: break-all }
.hl span { display: block; margin-top: 3px; color: var(--txt-3); font-size: 11px }
.tl { margin: 0; padding: 0; list-style: none; font-size: 13px }
.tl li { position: relative; padding: 0 0 14px 18px; border-left: 1px solid var(--line); margin-left: 3px }
.tl li:last-child { padding-bottom: 0; border-left-color: transparent }
.tl li::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 2px var(--brand);
}
.tl time { display: block; margin-top: 2px; color: var(--txt-3); font-size: 12px; font-variant-numeric: tabular-nums }
.drawer-foot {
  display: flex;
  gap: 10px;
  padding: 14px 20px;
  border-top: 1px solid var(--line-2);
}

/* ---------- 响应式 ---------- */
@media (max-width: 1100px) {
  .stats { grid-template-columns: repeat(3, minmax(0, 1fr)) }
  .cloud-form { grid-template-columns: repeat(2, minmax(0, 1fr)) }
  .cloud-form .span2, .cloud-form .span4 { grid-column: 1 / -1 }
}
@media (max-width: 980px) {
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)) }
  .wrap { flex-direction: column }
  .side { width: 100%; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 6px; padding: 12px }
  .brand { padding: 0 8px 0 0 }
  .nav { margin: 0 }
  .nav span { display: none }
  .side-foot { margin: 0 0 0 auto; border: 0; padding: 0; display: flex; align-items: center; gap: 10px }
  .who { margin: 0 }
  .main { padding: 18px 16px 32px }
  .login-split { flex-direction: column }
  .lg-brand { width: 100%; max-width: none; padding: 32px 28px }
  .lg-body { padding: 32px 0 }
  .lg-brand h1 { font-size: 28px; line-height: 40px }
  .lg-feats, .lg-metrics { display: none }
  .lg-form { padding: 40px 24px 56px }
  .lg-foot { margin-top: 24px }
}
