html,
body,
#app,
.zaui-app,
.zaui-page,
.page {
  background:
    linear-gradient(180deg, #f4fbf8 0%, #eef4f7 42%, #f7f7ef 100%);
  min-height: 100vh;
}

* {
  box-sizing: border-box;
}

body {
  color: #14211f;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.full-width {
  width: 100%;
}

.zaui-btn {
  align-items: center;
  appearance: none;
  background: #0b74f1;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  gap: 7px;
  justify-content: center;
  min-height: 42px;
  padding: 10px 13px;
  text-decoration: none;
}

.zaui-btn.secondary,
.zaui-btn[variant="secondary"] {
  background: #eef7f5;
  color: #0f766e;
}

.zaui-btn.tertiary {
  background: transparent;
  color: #0f766e;
  min-height: 34px;
  padding: 7px 4px;
}

.zaui-btn:disabled {
  cursor: default;
  opacity: 0.62;
}

.btn-chevron {
  font-size: 18px;
  line-height: 1;
}

.app-inline-icon,
.app-nav-icon,
.app-button-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
}

.app-inline-icon svg {
  height: 22px;
  width: 22px;
}

.app-nav-icon svg {
  height: 22px;
  width: 22px;
}

.app-button-icon svg {
  height: 18px;
  width: 18px;
}

.web-icon {
  align-items: center;
  display: inline-flex;
  font-size: 0;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
}

.web-icon::before {
  content: "•";
  font-size: 18px;
}

.page-intro-icon .web-icon::before,
.registration-modal-icon .web-icon::before {
  content: "A";
  font-size: 16px;
}

.app-bottom-nav .web-icon::before {
  content: "◆";
  font-size: 18px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  color: #14211f;
  font-size: 24px;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

h2 {
  color: #14211f;
  font-size: 20px;
  line-height: 1.2;
}

.industrial-page {
  background:
    linear-gradient(180deg, #f4fbf8 0%, #eef4f7 42%, #f7f7ef 100%);
  color: #14211f;
  min-height: 100vh;
  padding: 112px 16px 28px;
}

.industrial-page.has-bottom-nav {
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 104px);
}

.center-page {
  align-items: center;
  display: flex;
  justify-content: center;
}

.app-header {
  align-items: flex-end;
  background: #0b74f1;
  border: 0;
  border-radius: 0;
  box-shadow: 0 8px 18px rgba(7, 84, 191, 0.24);
  display: flex;
  justify-content: flex-start;
  left: 0;
  margin: 0;
  min-height: 92px;
  padding: 42px 128px 14px 18px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateZ(0);
  z-index: 1001;
}

.app-header-logo {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 23px;
  font-weight: 900;
  gap: 1px;
  height: 32px;
  letter-spacing: 0;
  line-height: 1;
  padding: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.app-header-logo strong {
  color: #ffffff;
  font-weight: 900;
}

.page-intro {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dce7e3;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(20, 33, 31, 0.08);
  display: grid;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  margin-bottom: 12px;
  min-height: 84px;
  padding: 12px;
}

.page-intro-icon {
  align-items: center;
  background: #0f766e;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.page-intro-icon .app-inline-icon svg {
  height: 22px;
  width: 22px;
}

.page-intro-content {
  min-width: 0;
}

.page-intro-content span {
  color: #0f766e;
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.page-intro-content .zaui-typography-title {
  color: #14211f;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.page-intro-content h1 {
  color: #14211f;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.page-intro-content p {
  color: #425c56;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  margin: 4px 0 0;
}

.page-intro-action {
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.page-intro-action .zaui-btn {
  min-width: 72px;
}

.app-bottom-nav {
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #dce7e3;
  bottom: 0;
  box-shadow: 0 -8px 22px rgba(20, 33, 31, 0.1);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: calc(env(safe-area-inset-bottom, 0px) + 72px);
  left: 0;
  padding: 6px 10px calc(env(safe-area-inset-bottom, 0px) + 6px);
  position: fixed;
  right: 0;
  transform: translateZ(0);
  z-index: 1000;
}

.app-bottom-nav button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #64736f;
  display: grid;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  gap: 3px;
  height: 58px;
  justify-items: center;
  line-height: 1.1;
  margin: 0;
  min-width: 0;
  padding: 6px 4px;
}

.app-bottom-nav .zaui-icon {
  font-size: 22px;
}

.app-bottom-nav .app-nav-icon {
  color: inherit;
}

.app-bottom-nav button.active {
  background: #eef7f5;
  color: #0f766e;
}

.app-bottom-nav span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.registration-modal-backdrop {
  align-items: center;
  background: rgba(20, 33, 31, 0.42);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 18px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1200;
}

.registration-modal {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(20, 33, 31, 0.24);
  display: grid;
  gap: 12px;
  max-width: 420px;
  padding: 18px;
  position: relative;
  width: 100%;
}

.registration-modal-close {
  align-items: center;
  appearance: none;
  background: #eef7f5;
  border: 0;
  border-radius: 8px;
  color: #0f766e;
  display: flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
}

.registration-modal-close .app-button-icon svg {
  height: 17px;
  width: 17px;
}

.registration-modal-icon {
  align-items: center;
  background: #0f766e;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.registration-modal-icon .app-inline-icon svg {
  height: 23px;
  width: 23px;
}

.registration-modal-event {
  background:
    linear-gradient(135deg, #101828 0%, #0b74f1 58%, #08a88a 100%);
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 6px;
  padding: 12px;
}

.registration-modal-event span {
  background: #facc15;
  border-radius: 6px;
  color: #422006;
  font-size: 11px;
  font-weight: 900;
  justify-self: flex-start;
  padding: 4px 7px;
  text-transform: uppercase;
}

.registration-modal-event strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
}

.registration-modal-event p {
  color: #ecfeff;
  font-size: 13px;
  margin: 0;
}

.registration-modal-event button {
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  color: #0b74f1;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  justify-self: flex-start;
  margin-top: 4px;
  padding: 8px 10px;
}

.registration-modal p {
  color: #425c56;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.compact-notice {
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #dce7e3;
  border-left: 5px solid #0f766e;
  border-radius: 8px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 86px);
  box-shadow: 0 14px 32px rgba(20, 33, 31, 0.2);
  display: grid;
  gap: 10px;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  left: 14px;
  padding: 12px;
  position: fixed;
  right: 14px;
  z-index: 1300;
}

.compact-notice > div {
  align-items: center;
  background: #dcfce7;
  border-radius: 8px;
  color: #0f766e;
  display: flex;
  height: 30px;
  justify-content: center;
}

.compact-notice > div .app-button-icon svg {
  height: 18px;
  width: 18px;
}

.compact-notice p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.compact-notice strong {
  color: #14211f;
  font-size: 14px;
}

.compact-notice span {
  color: #425c56;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.compact-notice button {
  align-items: center;
  appearance: none;
  background: #eef7f5;
  border: 0;
  border-radius: 8px;
  color: #0f766e;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
}

.compact-notice button .app-button-icon svg {
  height: 17px;
  width: 17px;
}

.hero-panel,
.jobs-header,
.detail-hero,
.profile-hero,
.home-hero {
  background: #ffffff;
  border: 1px solid #dce7e3;
  border-left: 5px solid #0f766e;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(20, 33, 31, 0.08);
  color: #14211f;
  margin-bottom: 12px;
  overflow: visible;
  padding: 14px;
  position: relative;
}

.hero-panel::after,
.jobs-header::after,
.detail-hero::after,
.profile-hero::after,
.home-hero::after {
  content: none;
}

.event-slider {
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
}

.event-track {
  display: flex;
  transition: transform 280ms ease;
}

.event-slide {
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.94), rgba(22, 101, 52, 0.9)),
    #0f766e;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  flex: 0 0 100%;
  min-height: 154px;
  padding: 14px;
}

.event-slide-content {
  background: rgba(7, 39, 35, 0.74);
  border-radius: 8px;
  display: grid;
  gap: 5px;
  max-width: 88%;
  padding: 12px;
}

.event-slide-content span,
.event-slide-content button {
  background: #facc15;
  border: 0;
  border-radius: 6px;
  color: #422006;
  display: inline-flex;
  font-size: 12px;
  font: inherit;
  font-weight: 800;
  justify-self: flex-start;
  padding: 4px 7px;
}

.event-slide-content strong {
  font-size: 22px;
  line-height: 1.16;
}

.event-slide-content p,
.event-slide-content small {
  color: #effdf8;
  margin: 0;
}

.event-dots {
  bottom: 9px;
  display: flex;
  gap: 6px;
  position: absolute;
  right: 10px;
}

.event-dots button {
  background: rgba(255, 255, 255, 0.58);
  border: 0;
  border-radius: 999px;
  height: 7px;
  padding: 0;
  width: 7px;
}

.event-dots button.active {
  background: #facc15;
  width: 20px;
}

.hero-panel p,
.jobs-header p,
.detail-hero p,
.profile-hero p,
.home-hero p,
.section-heading p,
.form-panel p {
  margin: 6px 0 0;
}

.hero-panel p,
.jobs-header p,
.detail-hero p,
.profile-hero p,
.home-hero p {
  color: #425c56;
  font-weight: 700;
}

.hero-title {
  line-height: 1.18;
  margin-top: 8px;
}

.eyebrow {
  background: #eef7f5;
  border-radius: 6px;
  color: #0f766e;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 5px 8px;
  text-transform: uppercase;
}

.reward-box {
  background: #facc15;
  border: 2px solid #ffffff;
  border-radius: 8px;
  color: #422006;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 14px;
  padding: 12px;
}

.reward-box strong {
  font-size: 22px;
}

.event-strip {
  background: #ffffff;
  border: 2px solid #facc15;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
  padding: 12px;
}

.event-strip div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.event-strip strong {
  color: #b45309;
  font-size: 18px;
}

.event-detail-panel {
  background: #ffffff;
  border: 1px solid #dce7e3;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(20, 33, 31, 0.08);
  display: grid;
  gap: 14px;
  padding: 16px;
}

.article-back-button {
  align-items: center;
  appearance: none;
  background: #ffffff;
  border: 1px solid #dce7e3;
  border-radius: 8px;
  color: #0f766e;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  gap: 6px;
  justify-self: flex-start;
  margin-bottom: 12px;
  padding: 9px 12px;
}

.article-back-button .zaui-icon {
  font-size: 18px;
}

.article-back-button .app-button-icon svg {
  height: 18px;
  width: 18px;
}

.event-detail-panel img {
  aspect-ratio: 1.78;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

.event-article-meta {
  background: #facc15;
  border-radius: 6px;
  color: #422006;
  font-size: 12px;
  font-weight: 900;
  justify-self: flex-start;
  padding: 5px 8px;
  text-transform: uppercase;
}

.event-detail-panel .zaui-typography-title {
  color: #14211f;
  line-height: 1.18;
}

.event-detail-panel p {
  color: #425c56;
  font-weight: 700;
  line-height: 1.48;
  margin: 0;
}

.event-article-lead {
  color: #243b37;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.42;
}

.event-article-content {
  display: grid;
  gap: 10px;
}

.form-panel,
.job-card,
.info-section,
.cta-panel,
.loading-card,
.empty-state {
  background: #ffffff;
  border: 1px solid #dce7e3;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(20, 33, 31, 0.08);
  padding: 14px;
}

.register-form-panel {
  border-color: #c8e4df;
  box-shadow: 0 14px 30px rgba(20, 33, 31, 0.1);
}

.register-subsection-heading {
  margin-top: 14px;
}

.register-basic-details {
  margin-top: 14px;
}

.profile-bank-details {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.section-heading,
.job-card-top {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.section-heading h2,
.job-card-top h2 {
  color: #14211f;
  font-size: 20px;
  line-height: 1.2;
}

.status-chip,
.hot-chip {
  background: #dcfce7;
  border-radius: 6px;
  color: #166534;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 8px;
}

.form-grid {
  display: grid;
  gap: 10px;
  margin: 12px 0;
}

.form-grid label {
  display: grid;
  gap: 6px;
}

.form-grid label > span {
  color: #243b37;
  font-size: 13px;
  font-weight: 800;
}

.register-input-grid {
  gap: 12px;
}

.field-card {
  background: #f8fbfa;
  border: 1px solid #dce7e3;
  border-radius: 8px;
  padding: 10px;
  position: relative;
}

.field-card.done {
  background: #f0fdf4;
  border-color: #86efac;
}

.field-card.done::after {
  align-items: center;
  background: #16a34a;
  border-radius: 999px;
  color: #ffffff;
  content: "✓";
  display: flex;
  font-size: 11px;
  font-weight: 900;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 9px;
  top: 9px;
  width: 20px;
}

.field-card.done > span {
  padding-right: 28px;
}

.referral-inline {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid #dce7e3;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 52px;
  padding: 10px 12px;
}

.referral-inline span {
  color: #243b37;
  font-size: 13px;
  font-weight: 800;
}

.referral-inline strong,
.referral-inline input {
  color: #14211f;
  font-size: 15px;
  font-weight: 800;
  min-width: 0;
}

.referral-inline strong {
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.referral-inline input {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  text-align: right;
}

.referral-inline input::placeholder {
  color: #78908a;
}

.qr-entry-card {
  align-items: center;
  background: #eef7f5;
  border: 1px solid #c7ddd7;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 12px;
  padding: 10px;
}

.qr-entry-card div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.qr-entry-card strong {
  color: #0f766e;
  font-size: 15px;
  font-weight: 900;
}

.qr-entry-card span {
  color: #425c56;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.qr-entry-card .zaui-btn {
  min-width: 96px;
}

.qr-entry-card .qr-action-icon {
  align-items: center;
  background: #101828;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.qr-entry-card .qr-action-icon .zaui-icon {
  font-size: 23px;
}

.compact-details {
  border-top: 1px solid #e4ece9;
  margin-top: 12px;
  padding-top: 10px;
}

.compact-details summary {
  align-items: center;
  color: #14211f;
  cursor: pointer;
  display: flex;
  gap: 2px;
  justify-content: space-between;
  list-style: none;
}

.compact-details summary::-webkit-details-marker {
  display: none;
}

.compact-details summary span {
  font-size: 15px;
  font-weight: 900;
}

.compact-details summary .zaui-icon {
  color: #0f766e;
  transition: transform 180ms ease;
}

.compact-details[open] summary .zaui-icon {
  transform: rotate(180deg);
}

.compact-details summary small {
  color: #64736f;
  font-size: 12px;
  font-weight: 700;
}

.compact-form-grid {
  margin-bottom: 0;
}

.native-input {
  background: #ffffff;
  border: 1px solid #d7dedb;
  border-radius: 8px;
  color: #14211f;
  font-size: 16px;
  min-height: 42px;
  padding: 0 12px;
  width: 100%;
}

.uid-box {
  align-items: center;
  background: #eef7f5;
  border-radius: 8px;
  color: #33524d;
  display: flex;
  gap: 8px;
  margin: 0 0 14px;
  padding: 10px;
  word-break: break-all;
}

.referral-box {
  background: #fff7ed;
  color: #9a3412;
}

.terms-check {
  align-items: flex-start;
  background: #f5f8f6;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  padding: 12px;
}

.terms-check input {
  accent-color: #0f766e;
  height: 20px;
  margin-top: 1px;
  width: 20px;
}

.terms-check span {
  color: #243b37;
  font-weight: 700;
  line-height: 1.35;
}

.terms-check button {
  background: none;
  border: 0;
  color: #0f766e;
  font: inherit;
  font-weight: 900;
  padding: 0;
  text-decoration: underline;
}

.cccd-upload-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4px 0 12px;
}

.image-upload-card {
  display: grid;
  gap: 8px;
}

.image-upload-card > span {
  color: #243b37;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.image-upload-card input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.image-preview {
  align-items: center;
  aspect-ratio: 1.58;
  background: #eef7f5;
  border: 2px dashed #0f766e;
  border-radius: 8px;
  color: #0f766e;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
  padding: 8px;
  text-align: center;
}

.image-preview strong {
  font-size: 12px;
  line-height: 1.2;
}

.image-preview.has-image {
  border-style: solid;
  padding: 0;
}

.image-preview img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.error-text {
  background: #fef2f2;
  border-radius: 8px;
  color: #b91c1c;
  font-weight: 700;
  padding: 10px;
}

.success-text {
  background: #dcfce7;
  border-radius: 8px;
  color: #166534;
  font-weight: 800;
  padding: 10px;
}

.profile-hero {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 0;
}

.profile-hero .zaui-btn {
  flex: 0 0 auto;
  min-width: 104px;
}

.profile-hero .zaui-typography-title {
  line-height: 1.15;
  margin-top: 6px;
  word-break: break-word;
}

.home-hero {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.home-hero > div,
.profile-hero > div {
  min-width: 0;
}

.home-hero .zaui-btn {
  flex: 0 0 auto;
  min-width: 118px;
}

.home-section {
  background: #ffffff;
  border: 1px solid #dce7e3;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(20, 33, 31, 0.08);
  margin-bottom: 12px;
  padding: 14px;
}

.compact-job-list,
.article-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.compact-job {
  background: #f5f8f6;
  border: 1px solid #dce7e3;
  border-left: 5px solid #0f766e;
  border-radius: 8px;
  color: #14211f;
  display: grid;
  gap: 4px;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.compact-job span,
.article-card strong {
  font-size: 16px;
  font-weight: 900;
}

.compact-job strong {
  color: #b45309;
  font-size: 18px;
}

.compact-job small,
.article-card small {
  color: #5d756f;
  font-weight: 700;
}

.article-card {
  background: #f5f8f6;
  border: 1px solid #dce7e3;
  border-radius: 8px;
  display: grid;
  gap: 6px;
  padding: 12px;
}

.article-card span {
  background: #dcfce7;
  border-radius: 6px;
  color: #166534;
  font-size: 12px;
  font-weight: 800;
  justify-self: flex-start;
  padding: 4px 7px;
}

.article-card p {
  color: #425c56;
  font-weight: 700;
  margin: 0;
}

.event-news-card {
  background:
    linear-gradient(135deg, #fff7d6 0%, #ffedd5 50%, #ffffff 100%);
  border: 2px solid #f59e0b;
  box-shadow: 0 10px 22px rgba(245, 158, 11, 0.18);
  overflow: hidden;
  position: relative;
}

.event-news-card::after {
  background: #ef4444;
  border-radius: 999px;
  color: #ffffff;
  content: "HOT";
  font-size: 11px;
  font-weight: 900;
  padding: 4px 8px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.event-news-card span {
  background: #ef4444;
  color: #ffffff;
}

.event-news-card strong {
  color: #b45309;
  padding-right: 54px;
}

.event-news-card p {
  color: #7c2d12;
}

.event-news-card small {
  background: #0b74f1;
  border-radius: 6px;
  color: #ffffff;
  justify-self: flex-start;
  padding: 5px 8px;
}

.article-card,
.notice-card {
  appearance: none;
  text-align: left;
  width: 100%;
}

.notice-card {
  background: #f5f8f6;
  border: 1px solid #dce7e3;
  border-radius: 8px;
  display: grid;
  gap: 7px;
  padding: 12px;
}

.notice-card span {
  background: #eef7f5;
  border-radius: 6px;
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  justify-self: flex-start;
  padding: 4px 7px;
}

.notice-card strong {
  color: #14211f;
}

.notice-card p {
  color: #425c56;
  font-weight: 700;
  margin: 0;
}

.referral-card,
.milestone-panel,
.terms-panel,
.referral-table-panel {
  background: #ffffff;
  border: 1px solid #dce7e3;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(20, 33, 31, 0.08);
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
  padding: 14px;
}

.referral-summary-table {
  border: 1px solid #dce7e3;
  border-radius: 8px;
  display: grid;
  margin-top: 12px;
  overflow: hidden;
}

.referral-summary-table div {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #dce7e3;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  min-height: 52px;
  padding: 10px 12px;
}

.referral-summary-table div:last-child {
  border-bottom: 0;
}

.referral-summary-table span {
  color: #425c56;
  font-weight: 800;
}

.referral-summary-table strong {
  color: #0f766e;
  font-size: 22px;
}

.referral-card > div {
  background: #0f766e;
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 4px;
  padding: 12px;
}

.referral-card .referral-code-panel {
  grid-template-columns: minmax(0, 1fr) auto;
}

.referral-card .referral-code-panel span,
.referral-card .referral-code-panel strong {
  grid-column: 1 / -1;
}

.referral-card .referral-code-panel button {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  gap: 6px;
  justify-self: flex-start;
  margin-top: 4px;
  padding: 9px 11px;
}

.referral-card .referral-code-panel button svg {
  height: 17px;
  width: 17px;
}

.referral-card span {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.referral-card strong {
  font-size: 32px;
  letter-spacing: 0;
}

.referral-card p,
.milestone-panel p,
.terms-panel p {
  color: #425c56;
  font-weight: 700;
  margin: 0;
}

.qr-modal-backdrop {
  background: rgba(3, 21, 18, 0.62);
}

.qr-modal {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #0b74f1, #08a88a, #facc15) border-box;
  border: 2px solid transparent;
  gap: 14px;
  max-width: 390px;
  overflow: hidden;
  padding: 16px;
}

.qr-modal-hero {
  background: linear-gradient(135deg, #063f38 0%, #0f766e 48%, #0b74f1 100%);
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 5px;
  padding: 18px 56px 16px 16px;
}

.qr-modal-hero span {
  align-items: center;
  color: #d1fae5;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.qr-modal-hero span svg {
  height: 18px;
  width: 18px;
}

.qr-modal-hero strong {
  font-size: 34px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

.registration-modal .qr-modal-hero p {
  color: #ecfeff;
  font-size: 13px;
  font-weight: 700;
}

.qr-code-frame {
  align-items: center;
  background:
    radial-gradient(circle at top left, rgba(11, 116, 241, 0.12), transparent 32%),
    radial-gradient(circle at bottom right, rgba(8, 168, 138, 0.16), transparent 34%),
    #f8fffd;
  border: 1px solid #d7eee7;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: 16px;
  position: relative;
}

.qr-code-frame canvas {
  background: #ffffff;
  border: 10px solid #ffffff;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(6, 63, 56, 0.16);
  display: block;
  height: min(286px, 72vw);
  width: min(286px, 72vw);
}

.qr-code-frame b {
  background: #ffffff;
  border: 1px solid #d7eee7;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(6, 63, 56, 0.18);
  color: #0f766e;
  font-size: 13px;
  font-weight: 950;
  left: 50%;
  padding: 7px 12px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.qr-link-box {
  background: #eef7f5;
  border: 1px solid #d7eee7;
  border-radius: 8px;
  color: #315c55;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  padding: 10px 12px;
  text-align: center;
}

.stats-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 12px;
}

.stats-grid div {
  background: #ffffff;
  border: 1px solid #dce7e3;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(20, 33, 31, 0.06);
  display: grid;
  gap: 3px;
  min-height: 104px;
  padding: 10px;
}

.stats-grid span,
.stats-grid small {
  color: #5d756f;
  font-size: 12px;
  font-weight: 800;
}

.stats-grid strong {
  color: #0f766e;
  font-size: 27px;
  line-height: 1;
}

.stats-grid strong.rank-empty {
  color: #425c56;
  font-size: 14px;
  line-height: 1.2;
}

.progress-bar {
  background: #e5efeb;
  border-radius: 999px;
  height: 12px;
  overflow: hidden;
}

.progress-bar span {
  background: #facc15;
  border-radius: inherit;
  display: block;
  height: 100%;
}

.terms-panel {
  margin-top: 12px;
}

.terms-panel .eyebrow {
  background: #eef7f5;
  color: #0f766e;
  justify-self: flex-start;
}

.terms-content {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.bottom-safe-space {
  height: 30px;
}

.sticky-search {
  background: #eef4f7;
  padding: 6px 0 12px;
  position: sticky;
  top: calc(env(safe-area-inset-top, 0px) + 56px);
  z-index: 2;
}

.job-list {
  display: grid;
  gap: 12px;
}

.job-card-top span:not(.hot-chip) {
  color: #3f615b;
  display: block;
  font-weight: 700;
  margin-top: 4px;
}

.job-facts,
.bank-info {
  display: grid;
  gap: 10px;
  margin: 12px 0;
}

.job-facts div,
.bank-info div {
  background: #f5f8f6;
  border-radius: 8px;
  padding: 10px;
}

.job-facts dt,
.bank-info dt {
  color: #5d756f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.job-facts dd,
.bank-info dd {
  color: #14211f;
  font-size: 16px;
  font-weight: 800;
  margin: 4px 0 0;
}

.money-panel {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin-bottom: 12px;
}

.money-panel div {
  background: #facc15;
  border-radius: 8px;
  color: #422006;
  display: grid;
  gap: 4px;
  padding: 12px;
}

.money-panel span {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.money-panel strong {
  font-size: 20px;
}

.info-section {
  margin-bottom: 12px;
}

.plain-list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.plain-list li {
  background: #f5f8f6;
  border-left: 4px solid #0f766e;
  border-radius: 8px;
  font-weight: 700;
  padding: 10px;
}

.cta-panel {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.cta-panel strong {
  font-size: 18px;
}

.loading-card,
.empty-state {
  color: #33524d;
  font-weight: 800;
  text-align: center;
}

.mt-3 {
  margin-top: 12px;
}

.mt-4 {
  margin-top: 16px;
}

.zaui-list-item {
  cursor: pointer;
}

@media (max-width: 359px) {
  .app-header {
    padding-left: 10px;
    padding-right: 116px;
  }

  .page-intro {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .page-intro-icon {
    height: 32px;
    width: 32px;
  }

  .page-intro-action {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .page-intro-action .zaui-btn {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .industrial-page {
    margin: 0 auto;
    max-width: 720px;
  }

  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wide-field {
    grid-column: 1 / -1;
  }

  .event-strip,
  .money-panel,
  .cccd-upload-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* UX Pilot register screen, mobile only */
.industrial-page:has(.ux-register-shell) {
  background: #f4fbf8;
  box-sizing: border-box;
  max-width: 430px;
  overflow-x: hidden;
  padding: 80px 12px 0;
  width: 100%;
}

.industrial-page:has(.ux-register-shell) .app-header {
  align-items: center;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(11, 116, 241, 0.18);
  left: 50%;
  max-width: 430px;
  min-height: 64px;
  padding: 0 16px;
  right: auto;
  transform: translateX(-50%);
  width: 100%;
}

.industrial-page:has(.ux-register-shell) .app-header-logo {
  align-items: center;
  font-size: 22px;
  gap: 0;
}

.ux-register-shell {
  box-sizing: border-box;
  color: #1c1b3a;
  display: block;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0 auto;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.ux-register-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.06);
  margin: 0 auto;
  max-width: 100%;
  overflow: visible;
  width: 100%;
}

.ux-register-intro {
  background: #fff;
  border-bottom: 1px solid #f3f4f6;
  padding: 24px 20px 20px;
  text-align: center;
}

.ux-register-intro h1 {
  color: #1c1b3a;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 8px;
}

.ux-register-intro p {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0 auto 28px;
  max-width: 320px;
}

.ux-steps {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 300px;
  position: relative;
}

.ux-steps::before,
.ux-steps::after {
  content: "";
  height: 2px;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 16px;
}

.ux-steps::before {
  background: #e5e7eb;
}

.ux-steps::after {
  background: #0b74f1;
  right: 50%;
}

.ux-step {
  align-items: center;
  color: #6b7280;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.ux-step b {
  align-items: center;
  background: #e5e7eb;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #6b7280;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.ux-step b svg {
  height: 17px;
  width: 17px;
}

.ux-step small {
  font-size: 12px;
  font-weight: 700;
}

.ux-step.is-done b,
.ux-step.is-active b {
  background: #0b74f1;
  color: #fff;
}

.ux-step.is-done,
.ux-step.is-active {
  color: #0b74f1;
}

.ux-register-body {
  display: grid;
  gap: 24px;
  max-width: 100%;
  min-width: 0;
  padding: 24px 16px;
}

.ux-section {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.ux-section-heading {
  align-items: flex-start;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: space-between;
}

.ux-section-heading > div {
  min-width: 0;
}

.ux-section-heading h2,
.ux-title-line {
  align-items: center;
  color: #1c1b3a;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  gap: 8px;
  line-height: 1.25;
}

.ux-section-heading p {
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  margin-top: 4px;
}

.ux-section-icon {
  align-items: center;
  color: #0b74f1;
  display: inline-flex;
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
}

.ux-section-icon svg {
  height: 24px;
  width: 24px;
}

.ux-safe-chip {
  align-items: center;
  background: #dcfce7;
  border-radius: 999px;
  color: #15803d;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  gap: 4px;
  min-height: 24px;
  padding: 4px 9px;
}

.ux-safe-chip svg {
  height: 16px;
  width: 16px;
}

.ux-upload-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 100%;
  overflow: hidden;
  width: 100% !important;
}

.ux-upload-card {
  cursor: pointer;
  display: block;
  min-width: 0;
  position: relative;
}

.ux-upload-card > div {
  align-items: center;
  background: rgba(239, 246, 255, 0.62);
  border: 2px dashed #0b74f1;
  border-radius: 8px;
  color: #0b74f1;
  display: flex;
  flex-direction: column;
  height: 132px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.ux-upload-card input {
  cursor: pointer;
  inset: 0;
  opacity: 0;
  position: absolute;
}

.ux-camera {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
  display: flex;
  height: 46px;
  justify-content: center;
  margin-bottom: 12px;
  width: 46px;
}

.ux-camera svg {
  height: 23px;
  width: 23px;
}

.ux-upload-card strong {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.ux-upload-card small {
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
}

.ux-upload-card.has-image > div,
.ux-upload-card > div.has-image {
  background: #111827;
  border: 1px solid #e5e7eb;
  padding: 0;
}

.ux-upload-card img {
  filter: blur(1.5px);
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  width: 100%;
}

.ux-upload-file {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 6px;
  bottom: 8px;
  color: #1c1b3a;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  left: 8px;
  min-height: 28px;
  overflow: hidden;
  padding: 5px 28px 5px 8px;
  position: absolute;
  right: 8px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ux-upload-file::after {
  color: #22c55e;
  content: "✓";
  font-size: 15px;
  position: absolute;
  right: 9px;
}

.ux-scan-alert {
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  color: #0b74f1;
  display: grid;
  gap: 2px 12px;
  grid-template-columns: 28px minmax(0, 1fr);
  padding: 12px;
}

.ux-scan-alert strong,
.ux-success,
.ux-error {
  font-size: 14px;
  font-weight: 800;
}

.ux-scan-icon {
  align-items: center;
  display: flex;
  grid-row: 1 / span 2;
  justify-content: center;
  min-height: 36px;
}

.ux-scan-icon svg {
  animation: ux-spin 900ms linear infinite;
  height: 22px;
  width: 22px;
}

.ux-scan-alert span {
  color: rgba(37, 99, 235, 0.8);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

@keyframes ux-spin {
  to {
    transform: rotate(360deg);
  }
}

.ux-success {
  background: #dcfce7;
  border-radius: 8px;
  color: #166534;
  padding: 10px 12px;
}

.ux-error {
  background: #fef2f2;
  border-radius: 8px;
  color: #b91c1c;
  line-height: 1.4;
  padding: 10px 12px;
}

.ux-divider {
  border: 0;
  border-top: 1px solid #f3f4f6;
  margin: 0;
}

.ux-field-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100% !important;
}

.ux-field-fullName,
.ux-field-phone,
.ux-field-address,
.ux-field-school {
  grid-column: 1 / -1;
}

.ux-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.ux-field > span,
.ux-field-label {
  color: #1c1b3a;
  font-size: 14px;
  font-weight: 700;
}

.ux-field em {
  color: #ef4444;
  font-style: normal;
}

.ux-field div {
  position: relative;
}

.ux-field input {
  background: rgba(249, 250, 251, 0.62);
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #1c1b3a;
  font-size: 16px;
  min-height: 48px;
  outline: 0;
  padding: 11px 40px 11px 14px;
  transition: border-color 150ms ease, box-shadow 150ms ease;
  width: 100%;
}

.ux-field input:focus,
.ux-referral input:focus {
  border-color: #0b74f1;
  box-shadow: 0 0 0 1px #0b74f1;
}

.ux-field i {
  color: #22c55e;
  align-items: center;
  display: flex;
  height: 22px;
  justify-content: center;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}

.ux-field i svg {
  height: 22px;
  width: 22px;
}

.ux-school-combo {
  position: relative;
}

.ux-school-combo input {
  padding-right: 76px;
}

.ux-school-combo > i {
  right: 45px;
}

.ux-school-combo > button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #6b7280;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 36px;
  z-index: 2;
}

.ux-school-combo > button svg {
  height: 20px;
  width: 20px;
}

.ux-field .ux-school-options {
  background: #ffffff;
  border: 1px solid #dbe5f4;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
  display: grid;
  left: 0;
  max-height: 230px;
  overflow: auto;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  z-index: 80;
}

.ux-field .ux-school-options button,
.ux-field .ux-school-options span {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: #1c1b3a;
  font-size: 14px;
  line-height: 1.35;
  padding: 11px 10px;
  text-align: left;
  width: 100%;
}

.ux-field .ux-school-options button:active,
.ux-field .ux-school-options button:focus,
.ux-field .ux-school-options button:hover {
  background: #eef5ff;
  color: #0b63ce;
  outline: 0;
}

.ux-field .ux-school-options span {
  color: #6b7280;
}

.ux-accordion {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}

.ux-accordion summary {
  align-items: center;
  background: #f9fafb;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  list-style: none;
  padding: 14px;
}

.ux-accordion summary::-webkit-details-marker {
  display: none;
}

.ux-bank-icon {
  align-items: center;
  background: #dbeafe;
  border-radius: 999px;
  color: #0b74f1;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.ux-bank-icon svg {
  height: 18px;
  width: 18px;
}

.ux-accordion strong {
  color: #1c1b3a;
  display: block;
  font-size: 14px;
  font-weight: 800;
}

.ux-accordion small {
  color: #0f766e;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
}

.ux-accordion summary > b {
  align-items: center;
  color: #9ca3af;
  display: flex;
  height: 20px;
  justify-content: center;
  transition: transform 180ms ease;
  width: 20px;
}

.ux-accordion summary > b svg {
  height: 18px;
  width: 18px;
}

.ux-accordion[open] summary > b {
  transform: rotate(180deg);
}

.ux-accordion-body {
  border-top: 1px solid #f3f4f6;
  display: grid;
  gap: 16px;
  padding: 14px;
}

.ux-referral input,
.ux-referral strong {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #1c1b3a;
  display: block;
  font-size: 16px;
  font-weight: 700;
  min-height: 48px;
  outline: 0;
  padding: 11px 14px;
  width: 100%;
}

.ux-referral strong {
  background: #f9fafb;
}

.ux-terms {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 12px;
}

.ux-terms input {
  accent-color: #0b74f1;
  flex: 0 0 auto;
  height: 20px;
  margin-top: 1px;
  width: 20px;
}

.ux-terms span {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.ux-terms button {
  background: transparent;
  border: 0;
  color: #0b74f1;
  font: inherit;
  font-weight: 700;
  padding: 0;
}

.ux-actions {
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  bottom: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  padding: 14px 20px calc(env(safe-area-inset-bottom, 0px) + 14px);
  position: sticky;
  z-index: 20;
}

.ux-primary-action,
.ux-secondary-action {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  gap: 8px;
  height: 56px;
  justify-content: center;
  width: 100%;
}

.ux-primary-action {
  background: #0b74f1;
  border: 0;
  box-shadow: 0 10px 25px -5px rgba(11, 116, 241, 0.15);
  color: #fff;
  order: 1;
}

.ux-primary-action span {
  align-items: center;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.ux-primary-action svg {
  height: 19px;
  width: 19px;
}

.ux-secondary-action {
  background: #fff;
  border: 1px solid #d1d5db;
  color: #1c1b3a;
  order: 2;
}
