:root {
  --ink: #172033;
  --muted: #7d8799;
  --line: #e7ebf1;
  --panel: #ffffff;
  --canvas: #f6f8fb;
  --navy: #243a62;
  --navy-deep: #1d2f50;
  --blue: #4d78bd;
  --blue-soft: #e8f0fb;
  --teal: #3ca796;
  --orange: #e59a4a;
  --red: #d96b68;
  --shadow: 0 12px 35px rgba(24, 41, 76, 0.08);
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: "Segoe UI", "Microsoft YaHei", Arial, sans-serif; font-size: 14px; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.login-screen { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at top left, #dfefff, transparent 34%), #f5f8fc; }
.login-screen.hidden { display: none; }
.login-card { width: min(380px, 100%); background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 28px; box-shadow: 0 24px 60px rgba(24, 41, 76, .14); }
.login-brand { justify-content: center; padding: 0 0 24px; }
.login-brand strong { color: #111827; font-size: 17px; }
.login-button { width: 100%; margin-top: 18px; }
.app-shell { min-height: 100vh; display: flex; }
.app-shell.hidden { display: none; }
.sidebar { width: 244px; background: var(--navy-deep); color: #d9e3f4; display: flex; flex-direction: column; padding: 26px 15px 18px; flex: 0 0 244px; }
.brand { display: flex; align-items: center; gap: 11px; padding: 0 11px 31px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #fff; font-weight: 800; background: linear-gradient(145deg, #70b7c4, #4b7cb8); box-shadow: 0 8px 16px rgba(63, 157, 175, .26); }
.brand-logo { width: 38px; height: 38px; object-fit: contain; flex: 0 0 auto; }
.sidebar-logo { width: 36px; height: 36px; }
.brand strong { display: block; font-size: 16px; letter-spacing: .02em; color: #fff; }
.sidebar .brand strong { font-size: 14px; line-height: 1.25; letter-spacing: 0; }
.brand span { display: block; margin-top: 2px; font-size: 10px; letter-spacing: .12em; color: #8fa4c4; text-transform: uppercase; }
.login-card .login-brand strong { color: #111827; font-size: 17px; }
.workspace-label { padding: 0 12px 10px; color: #8196b8; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.side-nav { display: grid; gap: 5px; }
.nav-item { border: 0; width: 100%; display: flex; align-items: center; gap: 12px; padding: 12px 12px; border-radius: 8px; color: #9cafca; background: transparent; text-align: left; transition: .2s ease; }
.nav-item:hover { color: #fff; background: rgba(255,255,255,.08); }
.nav-item.active { color: #fff; background: #334e7a; box-shadow: inset 3px 0 #78c2c2; }
.nav-icon { width: 18px; text-align: center; font-size: 18px; color: #88a6d2; }
.nav-item.active .nav-icon { color: #91d4d1; }
.nav-count { margin-left: auto; min-width: 22px; padding: 2px 6px; border-radius: 10px; background: rgba(126, 191, 199, .18); color: #a7ddda; text-align: center; font-size: 11px; }
.sidebar-footer { margin-top: auto; position: relative; }
.security-note { display: flex; gap: 9px; padding: 14px 12px; border-top: 1px solid rgba(211, 224, 246, .1); border-bottom: 1px solid rgba(211, 224, 246, .1); }
.profile-mini strong, .profile-mini small { display: block; }
.security-note strong { color: #d6e1f0; font-size: 12px; }
.security-note small { margin-top: 3px; color: #7f93b2; font-size: 11px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #63c7b4; box-shadow: 0 0 0 4px rgba(99, 199, 180, .12); flex: 0 0 auto; margin-top: 5px; }
.profile-mini { width: 100%; margin-top: 14px; display: flex; align-items: center; gap: 9px; border: 0; background: transparent; color: #fff; text-align: left; padding: 7px 9px; border-radius: 8px; }
.profile-mini:hover { background: rgba(255,255,255,.07); }
.profile-mini small { color: #8ea1bd; font-size: 10px; margin-top: 3px; }
.profile-more { margin-left: auto; color: #8ea1bd; }
.profile-menu { position: absolute; left: 10px; right: 10px; bottom: 50px; z-index: 12; padding: 6px; border: 1px solid rgba(211, 224, 246, .18); border-radius: 8px; background: #fff; box-shadow: 0 14px 30px rgba(8, 20, 42, .22); }
.profile-menu.hidden { display: none; }
.profile-menu button { width: 100%; height: 34px; border: 0; border-radius: 6px; background: transparent; color: #354158; text-align: left; padding: 0 10px; font-size: 12px; }
.profile-menu button:hover { background: #f3f6fa; }
.profile-menu button:last-child { color: #c24e4a; }
.avatar { width: 30px; height: 30px; border-radius: 50%; display: inline-grid; place-items: center; flex: 0 0 auto; background: #72a2d7; color: white; font-weight: 700; }
.avatar-small { width: 24px; height: 24px; font-size: 11px; }
.avatar-blue { background: #77aadb; }
.avatar-purple { background: #9887c5; }
.avatar-orange { background: #e2a15a; }
.avatar-green { background: #70b69e; }
.main-content { width: calc(100% - 244px); min-width: 0; }
.topbar { min-height: 86px; padding: 22px 42px; background: #fff; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.breadcrumb { color: #9aa4b3; font-size: 12px; margin-bottom: 7px; }
.breadcrumb span { color: #5a6678; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: 21px; line-height: 1; letter-spacing: -.02em; }
h2 { font-size: 24px; letter-spacing: -.03em; }
h3 { font-size: 20px; }
.topbar-actions { display: flex; align-items: center; gap: 20px; }
.icon-button { width: 34px; height: 34px; border: 1px solid transparent; border-radius: 8px; background: transparent; color: #647188; font-size: 20px; position: relative; }
.icon-button:hover { background: #f1f4f8; }
.notification-dot { position: absolute; right: 6px; top: 6px; width: 6px; height: 6px; border-radius: 50%; background: #e58d62; border: 2px solid #fff; box-sizing: content-box; }
.role-chip { display: flex; align-items: center; gap: 8px; color: #475267; font-size: 12px; }
.chip-caret { color: #a4acb9; font-size: 16px; }
.page-section { padding: 22px 42px 48px; max-width: 1600px; margin: auto; }
.page-section.hidden { display: none; }
.page-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.page-intro.compact { align-items: center; }
.eyebrow { color: #7697c1; font-size: 10px; letter-spacing: .16em; font-weight: 700; margin-bottom: 8px; }
.page-description { color: var(--muted); margin-top: 10px; line-height: 1.6; }
.intro-actions { display: flex; gap: 10px; }
.button { border: 1px solid transparent; border-radius: 7px; height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 14px; font-weight: 600; font-size: 12px; white-space: nowrap; }
.button-primary { color: #fff; background: var(--navy); box-shadow: 0 5px 12px rgba(36, 58, 98, .16); }
.button-primary:hover { background: #314e81; }
.button-secondary { color: #45536b; background: #fff; border-color: #dce2eb; }
.button-secondary:hover, .button-ghost:hover { background: #f3f6fa; }
.button-ghost { color: #748096; background: transparent; }
.upload-button { position: relative; overflow: hidden; }
.upload-button input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.dashboard-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: stretch; gap: 14px; margin-bottom: 14px; }
.metric-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; box-shadow: 0 3px 10px rgba(27, 42, 70, .02); }
.metric { min-height: 88px; padding: 15px 20px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric-label { color: #798599; font-size: 12px; }
.metric-value { margin-top: 7px; font-size: 23px; line-height: 1; font-weight: 750; color: var(--ink); }
.metric-foot { margin-top: 8px; color: #a2aab6; font-size: 11px; }
.dashboard-actions { display: grid; grid-template-columns: repeat(2, max-content); align-content: center; gap: 8px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 3px 10px rgba(27, 42, 70, .02); }
.positive { color: #54a894; font-weight: 700; }
.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 10px; }
.search-box { height: 38px; width: 280px; border: 1px solid #dfe5ed; background: #fff; border-radius: 7px; display: flex; align-items: center; padding: 0 10px; gap: 7px; }
.search-box.small { width: 220px; }
.search-icon { color: #a2adbd; font-size: 20px; line-height: 1; }
.search-box input { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--ink); font-size: 12px; background: transparent; }
kbd { color: #a4adba; border: 1px solid #e1e6ed; border-radius: 4px; background: #fafbfc; padding: 1px 5px; font-size: 10px; }
.filter-group { display: flex; align-items: center; gap: 8px; }
.select-wrap { height: 38px; display: flex; align-items: center; gap: 8px; padding: 0 10px; border: 1px solid #dfe5ed; background: #fff; border-radius: 7px; color: #8c97a7; font-size: 11px; }
.select-wrap select { border: 0; outline: 0; color: #536075; background: transparent; font-size: 12px; }
.table-shell, .panel { background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 3px 12px rgba(24, 41, 76, .025); }
.table-topline { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); }
.table-topline strong { font-size: 13px; }
.result-count { color: #9ca6b5; font-size: 11px; margin-left: 9px; }
.view-actions { display: flex; gap: 5px; }
.view-button { border: 0; background: transparent; color: #a7b0bd; border-radius: 5px; height: 27px; width: 28px; }
.view-button.active { color: var(--navy); background: #edf2f8; }
.table-scroll { overflow: auto; }
.data-table { width: 100%; min-width: 1250px; border-collapse: collapse; }
.data-table th { color: #8c97a8; font-size: 11px; font-weight: 600; text-align: left; padding: 10px 10px; background: #fbfcfd; border-bottom: 1px solid var(--line); white-space: nowrap; cursor: pointer; user-select: none; }
.data-table th:first-child, .data-table th:last-child { cursor: default; }
.data-table th[data-sort-key]:hover { color: var(--navy); background: #f4f7fb; }
.data-table td { padding: 9px 10px; border-bottom: 1px solid #edf0f4; vertical-align: middle; color: #4f5c70; font-size: 12px; }
.data-table tbody tr:hover { background: #fafcff; }
.data-table tbody tr:last-child td { border-bottom: 0; }
.check-col { width: 34px; text-align: center !important; }
.action-col { width: 82px; }
.sort { color: #b7c0cc; margin-left: 4px; }
input[type="checkbox"] { width: 14px; height: 14px; accent-color: var(--blue); }
.candidate { display: flex; align-items: center; min-width: 90px; }
.candidate strong { display: block; color: #26344b; font-size: 12px; }
.candidate small, .role-line small { display: block; color: #a4adba; font-size: 10px; margin-top: 3px; }
.role-line strong { display: block; color: #556277; font-weight: 600; }
.phone-cell { color: #667286; font-variant-numeric: tabular-nums; white-space: nowrap; }
.location-cell { color: #667286; white-space: nowrap; }
.time-cell { color: #667286; white-space: nowrap; font-variant-numeric: tabular-nums; }
.time-line strong { display: block; color: #334057; font-size: 12px; white-space: nowrap; }
.time-line.single-date strong { font-weight: 700; }
.time-line small { display: block; color: #a4adba; font-size: 10px; margin-top: 3px; }
.phone { font-variant-numeric: tabular-nums; color: #8994a5; }
.feedback { color: #687589; }
.feedback.empty { color: #b5bdc8; }
.tag { display: inline-flex; align-items: center; gap: 5px; height: 22px; padding: 0 8px; border-radius: 20px; font-size: 11px; font-weight: 650; white-space: nowrap; }
.result-button { border: 0; cursor: pointer; }
.result-button:hover { box-shadow: 0 0 0 3px rgba(77, 120, 189, .12); }
.tag.waiting { color: #5475a9; background: #eaf1fb; }
.tag.success { color: #3b8c7f; background: #e7f5f0; }
.tag.warning { color: #a16f2c; background: #fff2dc; }
.tag.danger { color: #b75d5a; background: #fdebea; }
.tag::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.row-actions { display: flex; align-items: center; gap: 4px; }
.row-action { width: 29px; height: 29px; border: 0; background: transparent; color: #9ea8b5; border-radius: 5px; }
.row-action:hover { color: var(--navy); background: #edf2f8; }
.row-action.delete-action { color: #b75d5a; font-size: 11px; }
.row-action.delete-action:hover { color: #a84541; background: #fdebea; }
.table-footer { min-height: 50px; border-top: 1px solid var(--line); padding: 0 18px; display: flex; align-items: center; justify-content: space-between; color: #9ba5b2; font-size: 11px; }
.bulk-actions { display: flex; align-items: center; gap: 10px; min-height: 28px; }
.bulk-delete { border: 1px solid #f0beb9; background: #fff6f5; color: #c94d45; border-radius: 6px; height: 28px; padding: 0 12px; font-size: 12px; font-weight: 700; }
.bulk-delete:hover { background: #ffecea; }
.bulk-delete.hidden { display: none; }
.pagination { display: flex; align-items: center; gap: 6px; }
.page-button { width: 26px; height: 26px; border: 1px solid #e4e9ef; border-radius: 5px; color: #8792a3; background: #fff; font-size: 11px; }
.page-button.active { color: #fff; background: var(--navy); border-color: var(--navy); }
.content-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.panel-header { min-height: 62px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.panel-header strong { display: block; font-size: 13px; }
.panel-header small { display: block; color: #a1aab7; font-size: 11px; margin-top: 4px; }
.panel-actions { display: flex; align-items: center; gap: 10px; }
.subtle { color: #9ba6b7; }
.department-panel { overflow: hidden; }
.department-table-head, .org-node { display: grid; grid-template-columns: 1.35fr 1fr .75fr .9fr; align-items: center; }
.department-table-head { min-height: 52px; padding: 0 16px; background: #fbfcfe; border-bottom: 1px solid var(--line); color: #52627a; font-size: 12px; font-weight: 700; }
.org-tree { padding: 0; }
.org-node { min-height: 54px; padding: 0 16px; border-bottom: 1px solid #edf1f5; color: #334158; font-size: 12px; }
.org-node:last-child { border-bottom: 0; }
.org-node.root { background: #fff; border: 0; border-bottom: 1px solid #edf1f5; border-radius: 0; }
.org-name { display: flex; align-items: center; gap: 8px; padding-left: calc(var(--level) * 20px); }
.org-name strong { display: inline; color: #26364f; font-size: 12px; }
.org-name small { display: inline; color: #9ca7b6; font-size: 11px; }
.org-name, .org-manager, .org-status, .org-actions { min-width: 0; }
.org-name strong, .org-manager { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.org-toggle { width: 16px; height: 16px; border: 1px solid #dfe5ed; border-radius: 2px; background: #fff; color: #6f7e93; line-height: 1; font-size: 12px; display: inline-flex; align-items: center; justify-content: center; }
.org-toggle.empty { visibility: hidden; }
.org-manager, .org-status { color: #344158; }
.org-actions { display: flex; gap: 12px; white-space: nowrap; }
.department-edit { border: 0; background: transparent; color: #2368c4; height: auto; padding: 0; font-size: 12px; }
.department-edit:hover { color: #174f99; }
.department-delete { border: 0; background: transparent; color: #d55d58; height: auto; padding: 0; font-size: 12px; }
.department-delete:hover { color: #b9433e; background: transparent; border-color: transparent; }
.permission-list { padding: 10px 20px 20px; }
.permission-row { display: flex; align-items: center; gap: 14px; min-height: 68px; border-bottom: 1px solid #f0f2f5; }
.permission-row:last-child { border-bottom: 0; }.permission-row strong { display: block; color: #3e4a60; font-size: 12px; }.permission-row small { display: block; color: #a2abb8; font-size: 10px; margin-top: 4px; }
.role-badge { display: inline-flex; align-items: center; height: 24px; padding: 0 9px; border-radius: 6px; font-size: 10px; font-weight: 700; white-space: nowrap; }
.role-badge.admin { color: #6a5a99; background: #efecfb; }.role-badge.director { color: #367da3; background: #e5f3fa; }.role-badge.manager { color: #4d8e79; background: #e8f5ef; }.role-badge.employee { color: #99703d; background: #fff2de; }
.account-list { padding: 0 20px 10px; }
.admin-panel { margin-bottom: 18px; }
.admin-manager { display: grid; grid-template-columns: minmax(280px, 380px) 1fr; gap: 18px; padding: 18px 20px; }
.admin-create-form { display: grid; gap: 12px; align-content: start; }
.permission-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; padding: 12px; border: 1px solid #e3e8ef; border-radius: 8px; background: #fbfcfe; }
.permission-checks label { display: flex; align-items: center; gap: 7px; color: #637086; font-size: 12px; }
.admin-list { display: grid; gap: 10px; align-content: start; }
.admin-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; padding: 12px 14px; border: 1px solid #edf0f4; border-radius: 8px; background: #fff; }
.admin-row strong { display: block; color: #344158; font-size: 13px; }
.admin-row small { display: block; margin-top: 4px; color: #9aa5b4; font-size: 11px; line-height: 1.5; }
.admin-actions { display: flex; gap: 6px; }
.permission-pill { display: inline-flex; align-items: center; height: 21px; margin: 3px 4px 0 0; padding: 0 7px; border-radius: 12px; background: #eef3fb; color: #60789d; font-size: 10px; }
.account-row { display: grid; grid-template-columns: 1.45fr .9fr .9fr .95fr .65fr 108px; align-items: center; min-height: 56px; gap: 12px; border-bottom: 1px solid #f0f2f5; color: #667286; font-size: 12px; }
.account-row:last-child { border-bottom: 0; }.account-head { min-height: 43px; color: #99a3b1; font-size: 11px; }.account-cell { display: flex; align-items: center; gap: 9px; color: #3c4960; }
.status-active { color: #4b9d85; }.status-inactive { color: #c17d4c; }
.account-actions { display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.account-action { height: 28px; border-radius: 6px; border: 1px solid #dfe5ed; background: #fff; color: #65728a; padding: 0 9px; font-size: 11px; }
.account-action:hover { background: #f3f6fa; color: var(--navy); }
.account-action.danger { color: #b75d5a; border-color: #f0c9c7; background: #fff6f5; }
.account-action.danger:hover { background: #fdebea; border-color: #e7aaa6; }
.modal-backdrop { position: fixed; inset: 0; z-index: 20; background: rgba(19, 31, 53, .45); display: grid; place-items: center; padding: 20px; backdrop-filter: blur(2px); }.modal-backdrop.hidden, .toast.hidden { display: none; }
.modal { width: min(680px, 100%); max-height: calc(100vh - 40px); overflow: auto; background: #fff; border-radius: 12px; box-shadow: 0 24px 60px rgba(11, 26, 51, .24); }
.compact-modal { width: min(560px, 100%); }
.result-modal { width: min(420px, 100%); }
.admin-form.hidden { display: none; }
.modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 25px 28px 18px; border-bottom: 1px solid var(--line); }.close-modal { font-size: 24px; color: #9ca6b5; }.modal form { padding: 22px 28px 0; }.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }.form-field { display: grid; gap: 7px; color: #687589; font-size: 11px; font-weight: 650; }.form-field em { color: #d86e67; font-style: normal; }.form-field.full { grid-column: 1 / -1; }.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #dfe5ec; outline: 0; border-radius: 6px; padding: 0 11px; min-height: 38px; color: #354158; background: #fff; font-size: 12px; }.form-field textarea { padding-top: 10px; resize: vertical; }.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #6f93c7; box-shadow: 0 0 0 3px rgba(91, 129, 184, .12); }.modal-footer { margin: 26px -28px 0; padding: 15px 28px; display: flex; justify-content: flex-end; gap: 9px; background: #fafbfd; border-top: 1px solid var(--line); }
#accountForm .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.department-combobox-field { position: relative; }
.department-combobox-field::after { content: "⌄"; position: absolute; right: 12px; top: 34px; color: #667286; pointer-events: none; font-size: 14px; }
.department-combobox-field input[readonly] { cursor: pointer; padding-right: 30px; background: #fff; }
.combo-options { position: absolute; left: 0; right: 0; top: calc(100% + 4px); z-index: 35; max-height: 180px; overflow: auto; padding: 5px; border: 1px solid #dfe5ec; border-radius: 7px; background: #fff; box-shadow: 0 14px 30px rgba(11, 26, 51, .14); }
.combo-options.hidden { display: none; }
.combo-option { width: 100%; height: 32px; border: 0; border-radius: 5px; background: transparent; color: #354158; text-align: left; padding: 0 9px; font-size: 12px; }
.combo-option:hover, .combo-option.active { background: #eef4fb; color: #24446f; }
.combo-empty { padding: 8px 9px; color: #9aa6b6; font-size: 12px; }
.toast { position: fixed; right: 26px; bottom: 24px; z-index: 40; color: #fff; background: #243a62; box-shadow: var(--shadow); border-radius: 7px; padding: 12px 16px; font-size: 12px; }
@media (max-width: 1050px) { .sidebar { width: 210px; flex-basis: 210px; }.main-content { width: calc(100% - 210px); }.topbar, .page-section { padding-left: 25px; padding-right: 25px; }.dashboard-row { grid-template-columns: 1fr; }.dashboard-actions { grid-template-columns: repeat(4, max-content); }.toolbar { align-items: flex-start; flex-direction: column; }.filter-group { width: 100%; flex-wrap: wrap; }.search-box { width: 100%; } }
@media (max-width: 760px) { .sidebar { width: 64px; flex-basis: 64px; padding: 18px 8px; }.brand { justify-content: center; padding: 0 0 25px; }.brand > div:last-child, .workspace-label, .nav-item span:not(.nav-icon), .sidebar-footer { display: none; }.nav-item { justify-content: center; padding: 12px 0; }.nav-icon { font-size: 20px; }.main-content { width: calc(100% - 64px); }.topbar { padding: 18px 16px; }.topbar-actions .role-chip { display: none; }.page-section { padding: 18px 16px 35px; }.page-intro { align-items: flex-start; flex-direction: column; }.intro-actions { width: 100%; }.intro-actions .button { flex: 1; }.metric-strip { grid-template-columns: repeat(2, 1fr); }.dashboard-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }.dashboard-actions .button { width: 100%; }.metric:nth-child(2) { border-right: 0; }.metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.filter-group { gap: 6px; }.select-wrap { flex: 1; min-width: 130px; }.content-grid { grid-template-columns: 1fr; }.form-grid { grid-template-columns: 1fr; }.form-field.full { grid-column: auto; }.modal-header, .modal form { padding-left: 20px; padding-right: 20px; }.modal-footer { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; } }
.login-brand > div:last-child { display: block; }
