/* GuildBau connected project qualification flow · 2026-07-24 */
body.register-mode .gb-flow-context-note {
  display: grid; gap: 5px; margin: -2px 0 14px; padding: 15px 18px;
  border: 1px solid rgba(52,126,210,.42); border-radius: 11px;
  background: linear-gradient(120deg, rgba(24,64,106,.34), rgba(15,27,44,.96));
}
body.register-mode .gb-flow-context-note span,
body.register-mode .gb-flow-project-hero .gb-workspace-eyebrow,
body.register-mode .gb-flow-section .gb-workspace-section-head > div > span,
body.register-mode .gb-flow-submit-panel > div > span,
body.register-mode .gb-flow-decision-pack > div > span {
  color: #f5a623; font-size: 10px; font-weight: 900; letter-spacing: .085em; text-transform: uppercase;
}
body.register-mode .gb-flow-context-note strong { color: #fff; font-size: 14px; }
body.register-mode .gb-flow-context-note p { margin: 0; color: #95a5b9; font-size: 12px; line-height: 1.5; }

body.register-mode .gb-flow-project-hero {
  display: grid; gap: 17px; scroll-margin-top: 18px; padding: 20px;
  border: 1px solid #324863; border-radius: 13px;
  background: linear-gradient(135deg, rgba(20,38,62,.98), rgba(14,25,41,.99));
  box-shadow: 0 16px 36px rgba(0,0,0,.16);
}
body.register-mode .gb-flow-back {
  justify-self: start; padding: 0; border: 0; background: transparent; color: #9cafc5;
  font: inherit; font-size: 11.5px; font-weight: 750; cursor: pointer;
}
body.register-mode .gb-flow-back:hover { color: #f5a623; }
body.register-mode .gb-flow-project-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 22px; }
body.register-mode .gb-flow-project-hero-grid > div:first-child { display: grid; gap: 7px; }
body.register-mode .gb-flow-project-hero h1 { margin: 0; color: #fff; font-size: clamp(22px,2.1vw,32px); line-height: 1.16; }
body.register-mode .gb-flow-project-hero p { margin: 0; color: #9babbe; font-size: 12.5px; line-height: 1.55; }
body.register-mode .gb-flow-hero-actions { display: grid; gap: 9px; min-width: 230px; }
body.register-mode .gb-flow-hero-actions .btn { width: 100%; min-height: 42px; margin: 0; }
body.register-mode .gb-flow-hero-status { display: grid; justify-items: end; gap: 8px; }
body.register-mode .gb-flow-hero-status strong { color: #fff; font-size: 17px; }
body.register-mode .gb-flow-process-steps { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 7px; }
body.register-mode .gb-flow-process-steps span {
  position: relative; padding: 9px 10px; border: 1px solid #2b3f59; border-radius: 8px;
  background: #0c1727; color: #71839a; font-size: 10.5px; font-weight: 800; text-align: center;
}
body.register-mode .gb-flow-process-steps span.is-done { border-color: rgba(48,180,133,.42); background: rgba(28,105,82,.18); color: #57c99d; }
body.register-mode .gb-flow-process-steps span.is-current { border-color: rgba(245,166,35,.58); background: rgba(245,166,35,.1); color: #ffc35a; }

body.register-mode .gb-flow-metric-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 11px; }
body.register-mode .gb-flow-metric-grid article {
  display: grid; gap: 4px; min-height: 102px; padding: 15px;
  border: 1px solid #293e59; border-radius: 10px; background: #101d30;
}
body.register-mode .gb-flow-metric-grid span { color: #8fa0b5; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
body.register-mode .gb-flow-metric-grid strong { color: #fff; font-size: 23px; line-height: 1.15; }
body.register-mode .gb-flow-metric-grid small { color: #71849a; font-size: 10.5px; }
body.register-mode .gb-flow-section { scroll-margin-top: 18px; }
body.register-mode .gb-flow-table-wrap { width: 100%; overflow-x: auto; border: 1px solid #273c56; border-radius: 9px; }
body.register-mode .gb-flow-table { width: 100%; min-width: 850px; border-collapse: collapse; background: #0e192a; }
body.register-mode .gb-flow-table th {
  padding: 10px 11px; border-bottom: 1px solid #2a405c; background: #122039;
  color: #8192a9; font-size: 9.5px; font-weight: 900; letter-spacing: .045em; text-align: left; text-transform: uppercase;
}
body.register-mode .gb-flow-table td { padding: 11px; border-bottom: 1px solid #21344d; color: #b6c2d0; font-size: 11.5px; vertical-align: middle; }
body.register-mode .gb-flow-table tbody tr:last-child td { border-bottom: 0; }
body.register-mode .gb-flow-table td strong { display: block; color: #f5f7fa; font-size: 12px; line-height: 1.35; }
body.register-mode .gb-flow-table td small { display: block; margin-top: 3px; color: #71839a; font-size: 9.8px; line-height: 1.35; }
body.register-mode .gb-flow-table td.is-risk { color: #f18181; font-weight: 900; }
body.register-mode .gb-flow-table button,
body.register-mode .gb-flow-empty button {
  min-height: 32px; padding: 6px 10px; border: 1px solid rgba(245,166,35,.42); border-radius: 7px;
  background: rgba(245,166,35,.07); color: #ffc35a; font: inherit; font-size: 10.5px; font-weight: 800; cursor: pointer;
}
body.register-mode .gb-flow-row-actions { display: flex; flex-wrap: wrap; gap: 5px; }
body.register-mode .gb-flow-candidate-name { display: flex; align-items: center; gap: 9px; min-width: 190px; }
body.register-mode .gb-flow-candidate-name > span,
body.register-mode .gb-flow-response-head > span {
  display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px;
  border: 1px solid #3d5674; border-radius: 9px; background: #172945; color: #fff; font-size: 10.5px; font-weight: 900;
}
body.register-mode .gb-flow-progress-inline { display: flex; align-items: center; gap: 8px; min-width: 115px; }
body.register-mode .gb-flow-progress-inline > span,
body.register-mode .gb-flow-progress-bar,
body.register-mode .gb-flow-response-progress { display: block; flex: 1; height: 6px; overflow: hidden; border-radius: 999px; background: #223249; }
body.register-mode .gb-flow-progress-inline i,
body.register-mode .gb-flow-progress-bar i,
body.register-mode .gb-flow-response-progress i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#2fa977,#55d09d); }
body.register-mode .gb-flow-progress-inline strong { min-width: 31px; color: #e9eef5; font-size: 10.5px; }

body.register-mode .gb-flow-status {
  display: inline-flex; align-items: center; min-height: 23px; padding: 4px 7px; border-radius: 999px;
  border: 1px solid #3a4e68; background: #15243a; color: #aebacc; font-size: 9.8px; font-weight: 800; white-space: nowrap;
}
body.register-mode .gb-flow-status.is-green { border-color: rgba(49,183,133,.42); background: rgba(36,126,96,.15); color: #5ed3a4; }
body.register-mode .gb-flow-status.is-gold { border-color: rgba(245,166,35,.46); background: rgba(245,166,35,.1); color: #ffc35a; }
body.register-mode .gb-flow-status.is-red { border-color: rgba(226,81,81,.48); background: rgba(169,45,45,.12); color: #f58a8a; }
body.register-mode .gb-flow-verified { color: #55c99d; font-size: 10.5px; font-weight: 800; }
body.register-mode .gb-flow-muted { color: #718399; }

body.register-mode .gb-flow-response-board { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; }
body.register-mode .gb-flow-response-board > article,
body.register-mode .gb-flow-invite-card {
  display: grid; gap: 11px; padding: 15px; border: 1px solid #293e59; border-radius: 10px;
  background: linear-gradient(145deg,#111f33,#0d1828);
}
body.register-mode .gb-flow-response-head { display: flex; align-items: center; gap: 9px; }
body.register-mode .gb-flow-response-head > div { display: grid; gap: 3px; }
body.register-mode .gb-flow-response-head strong { color: #fff; font-size: 12.5px; }
body.register-mode .gb-flow-response-head small { color: #8294aa; font-size: 10px; }
body.register-mode .gb-flow-response-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
body.register-mode .gb-flow-response-stats span { display: grid; gap: 2px; color: #7f91a7; font-size: 9.5px; }
body.register-mode .gb-flow-response-stats b { color: #fff; font-size: 15px; }
body.register-mode .gb-flow-response-board button,
body.register-mode .gb-flow-invite-card > button {
  min-height: 36px; border: 1px solid rgba(245,166,35,.42); border-radius: 8px;
  background: rgba(245,166,35,.08); color: #ffc35a; font: inherit; font-size: 10.5px; font-weight: 850; cursor: pointer;
}
body.register-mode .gb-flow-empty { display: grid; justify-items: start; gap: 6px; padding: 18px; color: #8fa1b6; }
body.register-mode .gb-flow-empty strong { color: #fff; font-size: 13px; }
body.register-mode .gb-flow-empty p { margin: 0; font-size: 11.5px; }

body.register-mode .gb-flow-decision-pack,
body.register-mode .gb-flow-submit-panel {
  display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 22px;
  scroll-margin-top: 18px; padding: 21px; border: 1px solid rgba(245,166,35,.5); border-radius: 12px;
  background: linear-gradient(125deg,rgba(31,58,89,.96),rgba(17,31,50,.99));
}
body.register-mode .gb-flow-decision-pack > div:first-child,
body.register-mode .gb-flow-submit-panel > div:first-child { display: grid; gap: 6px; }
body.register-mode .gb-flow-decision-pack h2,
body.register-mode .gb-flow-submit-panel h2 { margin: 0; color: #fff; font-size: 20px; }
body.register-mode .gb-flow-decision-pack p,
body.register-mode .gb-flow-submit-panel p { margin: 0; color: #95a5b9; font-size: 12px; line-height: 1.5; }
body.register-mode .gb-flow-decision-actions { display: grid; gap: 8px; min-width: 230px; }
body.register-mode .gb-flow-decision-actions button,
body.register-mode .gb-flow-submit-panel > button,
body.register-mode .gb-flow-clarification > button {
  min-height: 40px; padding: 8px 14px; border: 1px solid #3a506d; border-radius: 8px;
  background: #14243a; color: #eef3f8; font: inherit; font-size: 11.5px; font-weight: 850; cursor: pointer;
}
body.register-mode .gb-flow-decision-actions button.is-primary,
body.register-mode .gb-flow-submit-panel > button { border-color: #ffc251; background: #f5a623; color: #101722; }
body.register-mode .gb-flow-decision-actions button:disabled,
body.register-mode .gb-flow-submit-panel > button:disabled { opacity: .48; cursor: default; }
body.register-mode .gb-flow-invite-card { align-content: start; }
body.register-mode .gb-flow-invite-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
body.register-mode .gb-flow-invite-top small { color: #6f8299; font-size: 9.5px; }
body.register-mode .gb-flow-invite-card h3 { margin: 0; color: #fff; font-size: 14px; line-height: 1.35; }
body.register-mode .gb-flow-invite-card > p { margin: 0; color: #8fa0b5; font-size: 11px; line-height: 1.45; }
body.register-mode .gb-flow-alert { padding: 10px 11px; border: 1px solid #3a4d65; border-radius: 8px; background: #121f32; }
body.register-mode .gb-flow-alert.is-gold { border-color: rgba(245,166,35,.4); background: rgba(245,166,35,.07); }
body.register-mode .gb-flow-alert strong { color: #ffc35a; font-size: 10.5px; }
body.register-mode .gb-flow-alert p { margin: 4px 0 0; color: #aab7c7; font-size: 10.5px; line-height: 1.4; }
body.register-mode .gb-flow-clarification {
  display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 18px;
  padding: 16px 18px; border: 1px solid rgba(245,166,35,.46); border-radius: 10px; background: rgba(245,166,35,.075);
}
body.register-mode .gb-flow-clarification > div { display: grid; gap: 4px; }
body.register-mode .gb-flow-clarification span { color: #ffc35a; font-size: 9.5px; font-weight: 900; text-transform: uppercase; }
body.register-mode .gb-flow-clarification strong { color: #fff; font-size: 12.5px; }
body.register-mode .gb-flow-clarification small { color: #9aaabd; font-size: 10.5px; }
body.register-mode .gb-flow-access-scope { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; }
body.register-mode .gb-flow-access-scope article { display: grid; gap: 5px; padding: 13px; border: 1px solid #293f5a; border-radius: 9px; background: #0e1a2c; }
body.register-mode .gb-flow-access-scope span { color: #7e90a6; font-size: 9.5px; font-weight: 800; text-transform: uppercase; }
body.register-mode .gb-flow-access-scope strong { color: #fff; font-size: 12px; line-height: 1.35; }
body.register-mode .gb-flow-access-scope small { color: #6f8298; font-size: 9.5px; }
body.register-mode .gb-flow-consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 13px; padding: 12px; border: 1px solid #2b405b; border-radius: 8px; background: #0e192a; color: #b3bfcd; font-size: 11.5px; line-height: 1.45; cursor: pointer; }
body.register-mode .gb-flow-consent input { margin-top: 2px; accent-color: #f5a623; }

.gb-flow-modal { position: fixed; inset: 0; z-index: 1700; display: grid; place-items: center; padding: 18px; }
.gb-flow-modal-backdrop { position: absolute; inset: 0; background: rgba(2,7,14,.82); backdrop-filter: blur(6px); }
.gb-flow-modal-dialog { position: relative; z-index: 1; width: min(620px,100%); max-height: calc(100vh - 30px); overflow: auto; border: 1px solid #39516f; border-radius: 14px; background: #101b2c; box-shadow: 0 30px 90px rgba(0,0,0,.62); }
.gb-flow-modal.is-wide .gb-flow-modal-dialog { width: min(920px,100%); }
.gb-flow-modal-dialog > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 20px 22px 16px; border-bottom: 1px solid #293e58; }
.gb-flow-modal-dialog > header > div { display: grid; gap: 4px; }
.gb-flow-modal-dialog > header span { color: #f5a623; font-size: 10px; font-weight: 900; letter-spacing: .085em; text-transform: uppercase; }
.gb-flow-modal-dialog > header h2 { margin: 0; color: #fff; font-size: 21px; line-height: 1.25; }
.gb-flow-modal-dialog > header button { width: 34px; height: 34px; border: 1px solid #344a66; border-radius: 8px; background: #14233a; color: #dce5ef; font-size: 20px; cursor: pointer; }
.gb-flow-modal-body { display: grid; gap: 16px; padding: 20px 22px; color: #a8b6c7; font-size: 12.5px; line-height: 1.55; }
.gb-flow-modal-body > p,
.gb-flow-modal-body h3 { margin: 0; }
.gb-flow-modal-body h3 { color: #fff; font-size: 15px; }
.gb-flow-modal-dialog > footer { display: flex; justify-content: flex-end; gap: 9px; padding: 15px 22px 20px; border-top: 1px solid #293e58; }
.gb-flow-modal-dialog > footer .btn { min-height: 40px; margin: 0; padding: 8px 16px; }
.gb-flow-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.gb-flow-form-grid label,
.gb-flow-field { display: grid; align-content: start; gap: 6px; }
.gb-flow-form-grid label.is-wide,
.gb-flow-form-grid .is-wide { grid-column: 1 / -1; }
.gb-flow-form-grid label > span,
.gb-flow-field > span,
.gb-flow-form-section > span { color: #c4cfdb; font-size: 10.5px; font-weight: 850; }
.gb-flow-form-grid input,
.gb-flow-form-grid select,
.gb-flow-form-grid textarea,
.gb-flow-field textarea {
  width: 100%; min-height: 39px; padding: 9px 11px; border: 1px solid #344a66; border-radius: 8px;
  background: #0b1626; color: #fff; font: inherit; font-size: 12px; line-height: 1.45;
}
.gb-flow-form-grid textarea,
.gb-flow-field textarea { resize: vertical; }
.gb-flow-form-grid .gb-flow-check { display: flex; align-items: flex-start; gap: 8px; padding: 10px 11px; border: 1px solid #2b405b; border-radius: 8px; background: #0d1828; cursor: pointer; }
.gb-flow-form-grid .gb-flow-check input { width: auto; min-height: 0; margin-top: 2px; accent-color: #f5a623; }
.gb-flow-info-box { padding: 13px 14px; border: 1px solid rgba(49,132,211,.38); border-radius: 9px; background: rgba(25,78,128,.12); }
.gb-flow-info-box strong { color: #e9f2fb; font-size: 11.5px; }
.gb-flow-info-box p { margin: 4px 0 0; color: #91a4ba; font-size: 11px; line-height: 1.5; }
.gb-flow-form-section { display: grid; gap: 7px; }
.gb-flow-company-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.gb-flow-company-option { display: grid !important; grid-template-columns: auto 34px minmax(0,1fr); align-items: center; gap: 9px !important; padding: 10px; border: 1px solid #2c425e; border-radius: 9px; background: #0d1829; cursor: pointer; }
.gb-flow-company-option:has(input:checked),
.gb-flow-company-option.is-selected { border-color: rgba(245,166,35,.62); background: rgba(245,166,35,.08); }
.gb-flow-company-option input { width: auto; min-height: 0; accent-color: #f5a623; }
.gb-flow-company-avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 8px; background: #1b3150; color: #fff !important; font-size: 10px !important; }
.gb-flow-company-option > span:last-child { display: grid; gap: 3px; min-width: 0; }
.gb-flow-company-option strong { color: #f5f7fa; font-size: 11.5px; }
.gb-flow-company-option small { color: #7f92a9; font-size: 9.5px; }
.gb-flow-modal-metrics,
.gb-flow-decision-summary { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
.gb-flow-modal-metrics article,
.gb-flow-decision-summary article { display: grid; gap: 4px; padding: 12px; border: 1px solid #2d435f; border-radius: 8px; background: #0d1828; }
.gb-flow-modal-metrics span,
.gb-flow-decision-summary span { color: #7f91a7; font-size: 9.5px; text-transform: uppercase; }
.gb-flow-modal-metrics strong,
.gb-flow-decision-summary strong { color: #fff; font-size: 19px; }
.gb-flow-decision-candidates { display: grid; gap: 8px; }
.gb-flow-decision-candidates article { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 5px 15px; padding: 11px 12px; border: 1px solid #2c425d; border-radius: 8px; background: #0d1828; }
.gb-flow-decision-candidates article > div { display: flex; align-items: center; gap: 8px; }
.gb-flow-decision-candidates article > div > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 7px; background: #1b3150; color: #fff; font-size: 9px; font-weight: 900; }
.gb-flow-decision-candidates strong { color: #fff; font-size: 11.5px; }
.gb-flow-decision-candidates b { color: #54c99c; font-size: 16px; }
.gb-flow-decision-candidates small { grid-column: 1 / -1; color: #8193a9; font-size: 10px; }
.gb-flow-evidence-summary { display: grid; gap: 4px; padding: 13px; border: 1px solid #2d435f; border-radius: 9px; background: #0d1828; }
.gb-flow-evidence-summary span { color: #f5a623; font-size: 9.5px; font-weight: 900; text-transform: uppercase; }
.gb-flow-evidence-summary strong { color: #fff; font-size: 13px; }
.gb-flow-evidence-summary p { margin: 0; color: #8da0b6; font-size: 10.5px; }

@media (max-width: 1100px) {
  body.register-mode .gb-flow-response-board { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.register-mode .gb-flow-access-scope { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  body.register-mode .gb-flow-project-hero-grid,
  body.register-mode .gb-flow-decision-pack,
  body.register-mode .gb-flow-submit-panel,
  body.register-mode .gb-flow-clarification { grid-template-columns: 1fr; }
  body.register-mode .gb-flow-hero-actions,
  body.register-mode .gb-flow-decision-actions { min-width: 0; width: 100%; }
  body.register-mode .gb-flow-hero-status { justify-items: start; }
  body.register-mode .gb-flow-process-steps { grid-template-columns: 1fr 1fr; }
  body.register-mode .gb-flow-metric-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.register-mode .gb-flow-response-board { grid-template-columns: 1fr; }
  .gb-flow-modal { padding: 8px; }
  .gb-flow-modal-dialog { max-height: calc(100vh - 16px); }
  .gb-flow-modal-dialog > header,
  .gb-flow-modal-body { padding-left: 15px; padding-right: 15px; }
  .gb-flow-modal-dialog > footer { display: grid; grid-template-columns: 1fr; padding: 13px 15px 16px; }
  .gb-flow-modal-dialog > footer .btn { width: 100%; }
  .gb-flow-form-grid,
  .gb-flow-company-list { grid-template-columns: 1fr; }
  .gb-flow-form-grid label.is-wide,
  .gb-flow-form-grid .is-wide { grid-column: auto; }
  .gb-flow-modal-metrics,
  .gb-flow-decision-summary { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 480px) {
  body.register-mode .gb-flow-process-steps,
  body.register-mode .gb-flow-metric-grid,
  body.register-mode .gb-flow-access-scope { grid-template-columns: 1fr; }
}
/* Document Center demo architecture v3 · 2026-07-28 */
body.register-mode .gb-flow-demo-tools {
  display: grid;
  grid-template-columns: minmax(150px,1fr) auto auto;
  align-items: end;
  gap: 7px;
  min-width: 310px;
}
body.register-mode .gb-flow-demo-tools label { display: grid; gap: 3px; }
body.register-mode .gb-flow-demo-tools label span { color: #7f91a8; font-size: 8.5px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
body.register-mode .gb-flow-demo-tools select,
body.register-mode .gb-flow-demo-tools button {
  min-height: 36px;
  border: 1px solid #314762;
  border-radius: 8px;
  background: #101d30;
  color: #c8d2de;
  padding: 0 10px;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
}
body.register-mode .gb-flow-demo-tools button { cursor: pointer; }
body.register-mode .gb-flow-demo-tools button:hover { border-color: rgba(245,166,35,.65); color: #fff; }

body.register-mode .gb-flow-product-boundary {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px,1.2fr) minmax(340px,1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(92,143,208,.35);
  border-radius: 12px;
  background: linear-gradient(135deg,rgba(14,29,49,.96),rgba(12,22,37,.96));
}
body.register-mode .gb-flow-product-boundary > div:first-child { display: grid; gap: 5px; }
body.register-mode .gb-flow-product-boundary > div:first-child > span { color: var(--gold); font-size: 9.5px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
body.register-mode .gb-flow-product-boundary > div:first-child > strong { color: #f7f9fc; font-size: 16px; line-height: 1.3; }
body.register-mode .gb-flow-product-boundary p { margin: 0; color: #95a6ba; font-size: 11.5px; line-height: 1.55; }
body.register-mode .gb-flow-product-modes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
body.register-mode .gb-flow-product-modes article { display: grid; gap: 4px; min-height: 74px; padding: 11px 12px; border: 1px solid #2b405b; border-radius: 9px; background: #111f33; }
body.register-mode .gb-flow-product-modes b { color: #eaf0f7; font-size: 11px; }
body.register-mode .gb-flow-product-modes small { color: #8193a9; font-size: 9.8px; line-height: 1.4; }
body.register-mode .gb-flow-product-boundary > button,
body.register-mode .gb-flow-public-access-status > button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(245,166,35,.55);
  border-radius: 8px;
  background: rgba(245,166,35,.1);
  color: #ffc45d;
  font: inherit;
  font-size: 10.5px;
  font-weight: 900;
  cursor: pointer;
}

body.register-mode .gb-flow-public-access-status {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto auto;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  border: 1px solid rgba(55,184,135,.28);
  border-radius: 10px;
  background: rgba(31,104,79,.1);
}
body.register-mode .gb-flow-public-access-status > div { display: grid; gap: 3px; }
body.register-mode .gb-flow-public-access-status > div > span { color: #5fd0a4; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
body.register-mode .gb-flow-public-access-status strong { color: #f3f7fb; font-size: 12px; }
body.register-mode .gb-flow-public-access-status small { color: #8da0b6; font-size: 10px; }

body.register-mode .gb-flow-handoff-panel {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 22px;
  border: 1px solid #31465f;
  border-radius: 12px;
  background: linear-gradient(135deg,#111f33,#101a29);
}
body.register-mode .gb-flow-handoff-panel.is-ready { border-color: rgba(54,183,135,.48); background: linear-gradient(135deg,rgba(25,77,62,.24),#101a29); }
body.register-mode .gb-flow-handoff-panel > div:first-child { display: grid; gap: 6px; }
body.register-mode .gb-flow-handoff-panel > div:first-child > span { color: #59cc9e; font-size: 9.5px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
body.register-mode .gb-flow-handoff-panel h2 { margin: 0; color: #fff; font-size: 20px; }
body.register-mode .gb-flow-handoff-panel p { margin: 0; color: #92a4b9; font-size: 11.5px; line-height: 1.55; }
body.register-mode .gb-flow-process-steps.is-six { grid-template-columns: repeat(6,minmax(0,1fr)); }

.gb-flow-four-status-note { display: grid; grid-template-columns: auto repeat(4,1fr); align-items: center; gap: 6px; padding: 10px 12px; border: 1px solid #2d435e; border-radius: 8px; background: #0d1828; }
.gb-flow-four-status-note strong { color: #f4f7fa; font-size: 10.5px; }
.gb-flow-four-status-note span { padding: 5px 7px; border-radius: 6px; background: #15253b; color: #91a4ba; font-size: 9px; text-align: center; }

.gb-flow-handoff-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.gb-flow-handoff-steps span { padding: 9px; border: 1px solid #2c4059; border-radius: 7px; background: #0c1726; color: #72849a; font-size: 9.5px; font-weight: 850; text-align: center; }
.gb-flow-handoff-steps span.is-current { border-color: rgba(245,166,35,.58); color: #ffc45d; background: rgba(245,166,35,.08); }
.gb-flow-handoff-steps span.is-done { border-color: rgba(54,183,135,.42); color: #5bd1a2; background: rgba(54,183,135,.08); }
.gb-flow-integration-choice { display: grid; gap: 8px; }
.gb-flow-integration-choice label { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 12px; border: 1px solid #2c425e; border-radius: 9px; background: #0d1829; cursor: pointer; }
.gb-flow-integration-choice label:has(input:checked) { border-color: rgba(245,166,35,.64); background: rgba(245,166,35,.07); }
.gb-flow-integration-choice input { accent-color: #f5a623; }
.gb-flow-integration-choice label > span { display: grid; gap: 3px; }
.gb-flow-integration-choice strong { color: #f5f7fa; font-size: 11.5px; }
.gb-flow-integration-choice small { color: #8294aa; font-size: 9.5px; }

.gb-flow-integration-intro { display: grid; gap: 6px; padding: 15px; border-left: 4px solid #f5a623; border-radius: 8px; background: rgba(245,166,35,.06); }
.gb-flow-integration-intro strong { color: #fff; font-size: 15px; }
.gb-flow-integration-intro p { margin: 0; color: #9badc0; font-size: 11px; }
.gb-flow-integration-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.gb-flow-integration-grid article { display: grid; align-content: start; gap: 9px; padding: 14px; border: 1px solid #2b405b; border-radius: 10px; background: #0d1828; }
.gb-flow-integration-grid article > div:first-child { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.gb-flow-integration-grid article > div:first-child > span { color: #7f91a8; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.gb-flow-integration-grid h3 { margin: 0; color: #fff; font-size: 15px; }
.gb-flow-integration-grid p { margin: 0; color: #8ea1b6; font-size: 10.5px; line-height: 1.45; }
.gb-flow-integration-grid dl { display: grid; gap: 5px; margin: 0; }
.gb-flow-integration-grid dl > div { display: grid; grid-template-columns: 92px 1fr; gap: 8px; }
.gb-flow-integration-grid dt { color: #6f8298; font-size: 9px; }
.gb-flow-integration-grid dd { margin: 0; color: #bac5d1; font-size: 9.5px; }
.gb-flow-integration-grid button,
.gb-flow-download-grid button {
  min-height: 36px;
  border: 1px solid #3d5674;
  border-radius: 8px;
  background: #15253b;
  color: #edf3f9;
  font: inherit;
  font-size: 10px;
  font-weight: 850;
  cursor: pointer;
}
.gb-flow-integration-grid button:disabled { opacity: .45; cursor: not-allowed; }

.gb-flow-download-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.gb-flow-download-grid button:first-child { border-color: rgba(245,166,35,.58); background: rgba(245,166,35,.1); color: #ffc45d; }
.gb-flow-handoff-success { display: flex; align-items: center; gap: 13px; padding: 15px; border: 1px solid rgba(55,184,135,.4); border-radius: 10px; background: rgba(55,184,135,.08); }
.gb-flow-handoff-success > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #236f57; color: #fff; font-size: 20px; }
.gb-flow-handoff-success > div { display: grid; gap: 3px; }
.gb-flow-handoff-success strong { color: #fff; font-size: 15px; }
.gb-flow-handoff-success p { margin: 0; color: #aab8c6; font-size: 11px; }
.gb-flow-handoff-success small { color: #62cfa5; font-size: 9.5px; }
.gb-flow-alert.is-green { border-color: rgba(55,184,135,.4); background: rgba(55,184,135,.08); }
.gb-flow-alert.is-green strong { color: #5cd0a2; }

body.register-mode .gb-flow-access-lifecycle { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
body.register-mode .gb-flow-access-lifecycle article { display: grid; gap: 8px; padding: 14px; border: 1px solid #2d425d; border-radius: 10px; background: #0e1929; }
body.register-mode .gb-flow-access-card-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
body.register-mode .gb-flow-access-card-head > span { color: #74869c; font-size: 9px; }
body.register-mode .gb-flow-access-lifecycle h3 { margin: 0; color: #fff; font-size: 14px; }
body.register-mode .gb-flow-access-lifecycle p { margin: 0; color: #a8b5c4; font-size: 11px; }
body.register-mode .gb-flow-access-lifecycle dl { display: grid; gap: 5px; margin: 0; }
body.register-mode .gb-flow-access-lifecycle dl > div { display: grid; grid-template-columns: 80px 1fr; gap: 8px; }
body.register-mode .gb-flow-access-lifecycle dt { color: #718399; font-size: 9px; }
body.register-mode .gb-flow-access-lifecycle dd { margin: 0; color: #bdc7d3; font-size: 9.5px; }
body.register-mode .gb-flow-access-lifecycle article > small { color: #8294aa; font-size: 9.5px; }
body.register-mode .gb-flow-demo-badge { align-self: center; padding: 6px 9px; border: 1px solid rgba(245,166,35,.34); border-radius: 999px; color: #d9ad60; font-size: 9px; font-weight: 800; }

body.register-mode .gb-flow-row-actions button:disabled { opacity: .35; cursor: not-allowed; }
body.register-mode :is(.gb-flow-modal,.gb-document-workspace,.gb-source-profile) button:focus-visible,
body.register-mode :is(.gb-flow-modal,.gb-document-workspace,.gb-source-profile) input:focus-visible,
body.register-mode :is(.gb-flow-modal,.gb-document-workspace,.gb-source-profile) select:focus-visible,
body.register-mode :is(.gb-flow-modal,.gb-document-workspace,.gb-source-profile) textarea:focus-visible { outline: 3px solid rgba(117,167,255,.65); outline-offset: 2px; }

@media (max-width: 1260px) {
  body.register-mode .gb-demo-perspective-bar { grid-template-columns: 1fr; }
  body.register-mode .gb-flow-demo-tools { grid-template-columns: minmax(180px,1fr) auto auto; min-width: 0; }
  body.register-mode .gb-flow-product-boundary { grid-template-columns: 1fr; }
  body.register-mode .gb-flow-product-boundary > button { justify-self: start; }
}
@media (max-width: 900px) {
  body.register-mode .gb-flow-process-steps.is-six { grid-template-columns: repeat(3,1fr); }
  .gb-flow-integration-grid,
  body.register-mode .gb-flow-access-lifecycle { grid-template-columns: 1fr; }
  .gb-flow-four-status-note { grid-template-columns: repeat(2,1fr); }
  .gb-flow-four-status-note strong { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  body.register-mode .gb-flow-product-modes,
  .gb-flow-download-grid { grid-template-columns: 1fr; }
  body.register-mode .gb-flow-public-access-status,
  body.register-mode .gb-flow-handoff-panel { grid-template-columns: 1fr; }
  body.register-mode .gb-flow-demo-tools { grid-template-columns: 1fr; }
  .gb-flow-integration-choice label { grid-template-columns: auto minmax(0,1fr); }
  .gb-flow-integration-choice label > i { grid-column: 2; justify-self: start; }
}
@media (max-width: 480px) {
  body.register-mode .gb-flow-process-steps.is-six,
  .gb-flow-handoff-steps { grid-template-columns: 1fr; }
  .gb-flow-four-status-note { grid-template-columns: 1fr; }
}
/* ========================================================================== 
   PUBLIC DOCUMENT TRUST CENTER AUDIT 2 — 2026-07-28
   Symmetric coverage and public-only trust guidance
   ========================================================================== */
body.register-mode .gb-proof-coverage-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
body.register-mode .gb-proof-coverage-card,
body.register-mode .gb-proof-coverage-card:nth-child(5),
body.register-mode .gb-proof-coverage-card:last-child {
  grid-column: auto !important;
  width: auto !important;
  min-width: 0;
  justify-self: stretch !important;
}
body.register-mode .gb-proof-verification-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 190px;
  padding: 18px;
}
body.register-mode .gb-proof-verification-card > strong {
  display: block;
  min-height: 38px;
  color: #f7f9fc;
  font-size: 15px;
  line-height: 1.3;
}
body.register-mode .gb-proof-verification-card > p {
  margin: 0;
}
body.register-mode .gb-proof-verification-card > button {
  width: 100%;
  min-height: 40px;
  margin-top: auto;
  padding: 9px 12px;
  border: 1px solid #334966;
  border-radius: 8px;
  background: rgba(17, 31, 51, .92);
  color: #e9eef5;
  font-weight: 750;
  cursor: pointer;
}
body.register-mode .gb-proof-verification-card > button:hover,
body.register-mode .gb-proof-verification-card > button:focus-visible {
  border-color: rgba(245, 166, 35, .72);
  color: #ffc35a;
  outline: none;
}
body.register-mode .gb-proof-verification-card > button:disabled {
  cursor: not-allowed;
  opacity: .48;
}

@media (max-width: 900px) {
  body.register-mode .gb-proof-coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 480px) {
  body.register-mode .gb-proof-coverage-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  body.register-mode .gb-proof-verification-card {
    min-height: 0;
  }
}
/* SYMMETRIC EIGHT-PACKAGE GRID */
body.register-mode .gb-proof-packages-section .gb-proof-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  justify-content: initial;
  gap: 12px;
}
body.register-mode .gb-proof-packages-section .gb-proof-package-card {
  width: auto;
  min-width: 0;
  min-height: 300px;
  flex: none;
}
@media (max-width: 1100px) {
  body.register-mode .gb-proof-packages-section .gb-proof-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  body.register-mode .gb-proof-packages-section .gb-proof-package-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  body.register-mode .gb-proof-packages-section .gb-proof-package-card {
    min-height: 0;
  }
}
/* ========================================================================== 
   DOCUMENT CENTER V4 — CONDITIONAL REQUIREMENTS, REGISTERS AND PRE-START PACK
   ========================================================================== */
body.register-mode .gb-flow-process-steps.is-seven { grid-template-columns: repeat(7,minmax(0,1fr)); }
body.register-mode .gb-flow-applicability {
  display: inline-flex;
  padding: 4px 7px;
  border: 1px solid rgba(116,154,199,.38);
  border-radius: 999px;
  background: rgba(36,74,119,.2);
  color: #a9c6e8;
  font-size: 9px;
  font-weight: 850;
  white-space: nowrap;
}
body.register-mode .gb-flow-na-reason { color: #d5ab61 !important; }
body.register-mode .gb-flow-na-action { display: grid; gap: 6px; min-width: 150px; }
body.register-mode .gb-flow-na-action small { color: #aeb9c6; line-height: 1.35; }

body.register-mode .gb-flow-master-registers {
  display: grid;
  gap: 16px;
  margin: 0 0 16px;
  padding: 20px;
  border: 1px solid #2a405c;
  border-radius: 12px;
  background: linear-gradient(135deg,#101c2e,#0d1726);
}
body.register-mode .gb-flow-register-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
body.register-mode .gb-flow-register-grid article {
  display: grid;
  align-content: start;
  gap: 9px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #2b405b;
  border-radius: 10px;
  background: #0d1828;
}
body.register-mode .gb-flow-register-grid article > div:first-child { display: flex; justify-content: space-between; gap: 8px; color: #70849a; font-size: 9px; text-transform: uppercase; }
body.register-mode .gb-flow-register-grid h3 { margin: 0; color: #fff; font-size: 14px; }
body.register-mode .gb-flow-register-grid p { margin: 0; min-height: 47px; color: #8ea1b6; font-size: 10px; line-height: 1.5; }
body.register-mode .gb-flow-register-grid dl { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; margin: 0; }
body.register-mode .gb-flow-register-grid dl > div { display: grid; gap: 2px; padding: 7px; border-radius: 7px; background: #13233a; }
body.register-mode .gb-flow-register-grid dt { color: #74889f; font-size: 8.5px; }
body.register-mode .gb-flow-register-grid dd { margin: 0; color: #fff; font-size: 13px; font-weight: 850; }
body.register-mode .gb-flow-register-grid button,
body.register-mode .gb-flow-registry-intro button,
body.register-mode .gb-flow-mobilization-card-grid button,
body.register-mode .gb-flow-mobilization-progress button,
body.register-mode .gb-flow-mobilization-actions button {
  min-height: 36px;
  border: 1px solid #3d5674;
  border-radius: 8px;
  background: #15253b;
  color: #edf3f9;
  font: inherit;
  font-size: 10px;
  font-weight: 850;
  cursor: pointer;
}
body.register-mode .gb-flow-registry-intro { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 16px; padding: 14px; border: 1px solid rgba(54,183,135,.32); border-radius: 10px; background: rgba(54,183,135,.07); }
body.register-mode .gb-flow-registry-intro > div { display: grid; gap: 4px; }
body.register-mode .gb-flow-registry-intro span { color: #56c99b; font-size: 9px; font-weight: 900; text-transform: uppercase; }
body.register-mode .gb-flow-registry-intro strong { color: #fff; font-size: 13px; }
body.register-mode .gb-flow-registry-intro p { margin: 0; color: #94a7bb; font-size: 10px; }

body.register-mode .gb-flow-mobilization-panel {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(220px,300px);
  align-items: center;
  gap: 22px;
  padding: 22px;
  border: 1px solid #30455f;
  border-radius: 12px;
  background: linear-gradient(135deg,#111c2d,#0e1725);
}
body.register-mode .gb-flow-mobilization-panel.is-active { border-color: rgba(245,166,35,.48); background: linear-gradient(135deg,rgba(88,62,18,.2),#101a29); }
body.register-mode .gb-flow-mobilization-panel.is-approved { border-color: rgba(54,183,135,.5); background: linear-gradient(135deg,rgba(25,77,62,.24),#101a29); }
body.register-mode .gb-flow-mobilization-panel > div:first-child { display: grid; gap: 6px; }
body.register-mode .gb-flow-mobilization-panel > div:first-child > span { color: #eeb34e; font-size: 9.5px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
body.register-mode .gb-flow-mobilization-panel.is-approved > div:first-child > span { color: #59cc9e; }
body.register-mode .gb-flow-mobilization-panel h2 { margin: 0; color: #fff; font-size: 20px; }
body.register-mode .gb-flow-mobilization-panel p { margin: 0; color: #92a4b9; font-size: 11.5px; line-height: 1.55; }
body.register-mode .gb-flow-mobilization-progress { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 9px; }
body.register-mode .gb-flow-mobilization-progress > strong { color: #fff; font-size: 19px; }
body.register-mode .gb-flow-mobilization-progress > span { height: 8px; overflow: hidden; border-radius: 999px; background: #26374b; }
body.register-mode .gb-flow-mobilization-progress > span i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#f5a623,#54c99b); }
body.register-mode .gb-flow-mobilization-progress button { grid-column: 1 / -1; }
body.register-mode .gb-flow-mobilization-progress button:disabled,
body.register-mode .gb-flow-mobilization-actions button:disabled { opacity: .4; cursor: not-allowed; }
body.register-mode .gb-flow-mobilization-context { display: grid; grid-template-columns: minmax(220px,.7fr) minmax(0,1.3fr); gap: 12px; padding: 14px; border-left: 4px solid #f5a623; border-radius: 8px; background: rgba(245,166,35,.06); }
body.register-mode .gb-flow-mobilization-context > div { display: grid; gap: 3px; }
body.register-mode .gb-flow-mobilization-context span { color: #d8a447; font-size: 9px; font-weight: 900; text-transform: uppercase; }
body.register-mode .gb-flow-mobilization-context strong { color: #fff; font-size: 13px; }
body.register-mode .gb-flow-mobilization-context small,
body.register-mode .gb-flow-mobilization-context p { margin: 0; color: #93a5ba; font-size: 10px; line-height: 1.5; }
body.register-mode .gb-flow-mobilization-actions { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 14px; border: 1px solid #2c425d; border-radius: 9px; background: #0d1828; }
body.register-mode .gb-flow-mobilization-actions > div { display: grid; gap: 3px; }
body.register-mode .gb-flow-mobilization-actions strong { color: #fff; font-size: 12px; }
body.register-mode .gb-flow-mobilization-actions small { color: #8699ae; font-size: 9.5px; }
body.register-mode .gb-flow-mobilization-card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
body.register-mode .gb-flow-mobilization-card-grid article { display: grid; gap: 10px; padding: 15px; border: 1px solid rgba(245,166,35,.38); border-radius: 10px; background: rgba(245,166,35,.05); }
body.register-mode .gb-flow-mobilization-card-grid article > div:first-child { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
body.register-mode .gb-flow-mobilization-card-grid article > div:first-child > span { color: #d9a74d; font-size: 9px; font-weight: 850; text-transform: uppercase; }
body.register-mode .gb-flow-mobilization-card-grid h3 { margin: 0; color: #fff; font-size: 15px; }
body.register-mode .gb-flow-mobilization-card-grid p { margin: 0; color: #93a5b9; font-size: 10.5px; }

@media (max-width: 1100px) {
  body.register-mode .gb-flow-process-steps.is-seven { grid-template-columns: repeat(4,minmax(0,1fr)); }
  body.register-mode .gb-flow-register-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  body.register-mode .gb-flow-process-steps.is-seven,
  body.register-mode .gb-flow-register-grid,
  body.register-mode .gb-flow-mobilization-card-grid,
  body.register-mode .gb-flow-mobilization-panel,
  body.register-mode .gb-flow-mobilization-context,
  body.register-mode .gb-flow-mobilization-actions,
  body.register-mode .gb-flow-registry-intro { grid-template-columns: 1fr; }
}
body.register-mode .gb-flow-import-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
body.register-mode .gb-flow-import-summary > div { display: grid; gap: 3px; padding: 11px; border: 1px solid #2c425d; border-radius: 8px; background: #0d1828; }
body.register-mode .gb-flow-import-summary span { color: #7c90a7; font-size: 9px; }
body.register-mode .gb-flow-import-summary strong { color: #fff; font-size: 15px; }
body.register-mode .gb-flow-import-list { display: grid; gap: 7px; }
body.register-mode .gb-flow-import-list label { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 11px; border: 1px solid #2d425c; border-radius: 8px; background: #0d1828; cursor: pointer; }
body.register-mode .gb-flow-import-list label:has(input:checked) { border-color: rgba(245,166,35,.5); background: rgba(245,166,35,.06); }
body.register-mode .gb-flow-import-list input { accent-color: #f5a623; }
body.register-mode .gb-flow-import-list label > span { display: grid; gap: 3px; }
body.register-mode .gb-flow-import-list strong { color: #f4f7fa; font-size: 11px; }
body.register-mode .gb-flow-import-list small { color: #7e91a7; font-size: 9px; }
body.register-mode .gb-flow-import-list i { color: #d7aa59; font-size: 9px; font-style: normal; font-weight: 800; }
@media (max-width: 760px) {
  body.register-mode .gb-flow-import-summary { grid-template-columns: 1fr; }
  body.register-mode .gb-flow-import-list label { grid-template-columns: auto minmax(0,1fr); }
  body.register-mode .gb-flow-import-list i { grid-column: 2; }
}