.authing-page {
  background:
    radial-gradient(circle at 91% 8%, rgba(32, 116, 100, .12), transparent 28rem),
    radial-gradient(circle at 24% 94%, rgba(56, 76, 122, .1), transparent 30rem),
    #f5f7f6;
}

.authing-config-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr); align-items: start; gap: 14px; }
.authing-main-panel { min-height: 100%; }
.authing-master-switch { margin-top: 0; margin-bottom: 19px; }
.authing-field-grid .field-wide { grid-column: 1 / -1; }
.linear-field em { color: #aaa6b5; font-size: 9px; font-style: normal; font-weight: 500; }
.field-action-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.field-action-row input { border-radius: 9px 0 0 9px; }
.field-action-row button { min-width: 62px; padding: 0 11px; border: 1px solid #dfe7e4; border-left: 0; border-radius: 0 9px 9px 0; color: #3f7667; background: #f2f8f5; font-size: 9px; font-weight: 750; }
.field-action-row button:hover:not(:disabled) { color: #245a4d; background: #e7f3ee; }

.authing-side-stack { display: grid; gap: 14px; }
.identity-status-panel { padding: 22px; border-color: #dce8e4; background: rgba(253, 255, 254, .94); }
.identity-status-head { display: flex; align-items: center; justify-content: space-between; }
.identity-status-dot { width: 8px; height: 8px; border-radius: 50%; background: #c1c8c6; box-shadow: 0 0 0 5px rgba(193, 200, 198, .12); }
.identity-status-dot.is-ready { background: #38a57d; box-shadow: 0 0 0 5px rgba(56, 165, 125, .13); animation: breathe 2.4s ease-in-out infinite; }
.identity-status-panel h2 { margin: 18px 0 7px; color: #344c47; font-size: 20px; }
.identity-status-panel > p { min-height: 30px; margin: 0; color: #91a29e; font-size: 9px; line-height: 1.55; }
.identity-status-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-top: 18px; }
.identity-status-grid span { display: grid; min-width: 0; gap: 5px; padding: 9px; border: 1px solid #edf1f0; border-radius: 8px; color: #abb5b2; background: #fafcfc; font-size: 8px; }
.identity-status-grid strong { overflow: hidden; color: #60736e; font-family: var(--font-mono); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.probe-result { display: grid; gap: 5px; margin-top: 12px; padding: 11px; border: 1px solid #cde8dc; border-radius: 9px; background: #eff9f5; }
.probe-result b { color: #2f8b6d; font-size: 8px; letter-spacing: .11em; }
.probe-result span, .probe-result small { overflow: hidden; color: #69877e; font-family: var(--font-mono); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }

.current-session-panel { display: grid; justify-items: center; padding: 21px; text-align: center; }
.current-session-panel .section-kicker { justify-self: start; }
.session-avatar { display: grid; width: 47px; height: 47px; margin-top: 18px; place-items: center; border: 1px solid #cfe6dd; border-radius: 15px; color: #347962; background: linear-gradient(145deg, #e4f5ee, #f7fcfa); font-size: 18px; font-weight: 750; }
.current-session-panel > strong { margin-top: 10px; color: #4a605a; font-size: 11px; }
.current-session-panel > span { max-width: 100%; overflow: hidden; margin-top: 3px; color: #9ba9a5; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.current-session-panel a { margin-top: 14px; color: #367e67; font-size: 9px; font-weight: 750; }
.current-session-panel a:hover { color: #245b4a; }
.current-session-panel a b { font-size: 12px; }

.authing-page.is-ready .sidebar-status .status-dot { background: #38a57d; }

@container workspace (max-width: 1180px) {
  .authing-config-layout { grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); }
}

@container workspace (max-width: 860px) {
  .authing-config-layout { grid-template-columns: 1fr; }
  .authing-side-stack { grid-column: auto; grid-template-columns: 1fr; }
}

@container workspace (max-width: 650px) {
  .authing-field-grid { grid-template-columns: 1fr; }
  .authing-field-grid .field-wide { grid-column: auto; }
}
