.is-pc-portal {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #f4f8f5;
  color: #10241d;
}

.pc-portal-shell {
  display: block !important;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  grid-template-columns: none !important;
  background:
    radial-gradient(circle at 8% 18%, rgba(26, 141, 102, .08), transparent 26rem),
    radial-gradient(circle at 92% 35%, rgba(17, 103, 130, .07), transparent 28rem),
    #f4f8f5;
}

.pc-portal-shell *,
.pc-portal-shell *::before,
.pc-portal-shell *::after { box-sizing: border-box; }
.pc-portal-shell a { color: inherit; text-decoration: none; }
.pc-portal-shell button,
.pc-portal-shell input,
.pc-portal-shell select { font: inherit; }
.pc-portal-shell button { color: inherit; }

.pc-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(12, 74, 55, .1);
  background: rgba(250, 252, 250, .9);
  backdrop-filter: blur(18px);
}

.pc-header__inner {
  width: min(1240px, calc(100% - 48px));
  min-height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 36px;
}

.pc-brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.pc-brand > span:last-child { display: grid; gap: 1px; }
.pc-brand strong { font-size: 18px; letter-spacing: .08em; color: #082a20; }
.pc-brand small { font-size: 11px; color: #688078; letter-spacing: .08em; }
.pc-brand__mark {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(56, 197, 143, .35);
  border-radius: 50%;
  background: #0a3b2d;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.04), 0 8px 24px rgba(5, 64, 45, .16);
}
.pc-brand__mark i,
.pc-brand__mark b,
.pc-brand__mark em { position: absolute; display: block; border-radius: 50%; }
.pc-brand__mark i { width: 24px; height: 24px; border: 1px solid rgba(123, 232, 190, .6); }
.pc-brand__mark b { width: 8px; height: 8px; background: #7de8bd; box-shadow: 0 0 14px #7de8bd; }
.pc-brand__mark em { width: 3px; height: 3px; background: #fff; transform: translate(10px, -7px); }

.pc-header nav { display: flex; align-items: center; gap: 6px; margin: 0 auto; }
.pc-header nav button,
.pc-header__actions > a:not(.pc-button) {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #415950;
  font-size: 14px;
  cursor: pointer;
}
.pc-header nav button:hover,
.pc-header__actions > a:not(.pc-button):hover,
.pc-header__actions > a.active { color: #087b56; background: #edf7f2; }
.pc-header__actions { display: flex; align-items: center; gap: 8px; }

.pc-button {
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #087a55;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #087a55;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(8, 122, 85, .18);
  cursor: pointer;
}
.pc-button:hover { background: #056c4b; border-color: #056c4b; transform: translateY(-1px); }
.pc-button--compact { min-height: 40px; padding: 0 16px; border-radius: 10px; }
.pc-button--ghost { background: transparent; color: #dff8ed !important; border-color: rgba(223, 248, 237, .35); box-shadow: none; }
.pc-button--ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.6); }
.pc-button--light { color: #083c2e !important; background: #eafbf3; border-color: #eafbf3; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.pc-button--light:hover { color: #052d23 !important; background: #fff; border-color: #fff; }
.pc-button--wide { width: 100%; }
.pc-button svg { width: 17px; height: 17px; }

.pc-main { outline: none; }
.pc-hero {
  min-height: 650px;
  padding: 88px max(24px, calc((100vw - 1240px) / 2)) 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  align-items: center;
  gap: 68px;
  color: #eefaf5;
  background:
    linear-gradient(120deg, rgba(7, 38, 29, .98), rgba(5, 57, 43, .96) 55%, rgba(5, 69, 71, .94)),
    #062a21;
  overflow: hidden;
}
.pc-hero__copy { position: relative; z-index: 2; }
.pc-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #a9d9c6; font-size: 14px; letter-spacing: .08em; }
.pc-eyebrow i { width: 30px; height: 1px; background: #5ed1a4; box-shadow: 0 0 10px #5ed1a4; }
.pc-hero h1 { max-width: 760px; margin: 24px 0 22px; color: #fff; font-size: clamp(40px, 4vw, 60px); line-height: 1.16; letter-spacing: -.055em; }
.pc-hero h1 em { font-style: normal; color: #77e3b8; }
.pc-hero__copy > p { max-width: 690px; margin: 0; color: #bcd1c9; font-size: 18px; line-height: 1.9; }
.pc-hero__actions { display: flex; gap: 12px; margin-top: 34px; }
.pc-hero dl { display: flex; gap: 34px; margin: 42px 0 0; }
.pc-hero dl div { display: grid; gap: 6px; }
.pc-hero dt { color: #f4fff9; font-size: 15px; font-weight: 700; }
.pc-hero dd { margin: 0; color: #89a99c; font-size: 12px; }

.pc-hero__visual { position: relative; min-height: 480px; isolation: isolate; }
.pc-hero__visual::before,
.pc-hero__visual::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  border-radius: 50%;
  border: 1px solid rgba(122, 230, 187, .16);
  transform: translate(-50%, -50%);
}
.pc-hero__visual::before { width: 440px; height: 440px; }
.pc-hero__visual::after { width: 330px; height: 330px; border-style: dashed; animation: pcOrbit 20s linear infinite; }
.pc-hero__orb {
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  width: 186px;
  height: 186px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at 38% 32%, #1b9970, #07543e 58%, #04342b);
  border: 1px solid rgba(143, 244, 202, .45);
  box-shadow: 0 0 70px rgba(42, 218, 154, .24), inset 0 0 36px rgba(255,255,255,.07);
}
.pc-hero__orb::before { content: ""; position: absolute; inset: -42px; border: 1px solid rgba(106, 226, 178, .18); border-radius: 50%; }
.pc-hero__orb strong { color: #f5fff9; font-size: 22px; line-height: 1.4; text-align: center; letter-spacing: .12em; }
.pc-hero__orb i,
.pc-hero__orb b,
.pc-hero__orb em { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #8cf1c8; box-shadow: 0 0 14px #8cf1c8; }
.pc-hero__orb i { top: 20px; left: 36px; }
.pc-hero__orb b { right: 23px; bottom: 46px; }
.pc-hero__orb em { right: 45px; top: 25px; width: 3px; height: 3px; }
.pc-proof {
  position: absolute;
  z-index: 3;
  min-width: 156px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 34px auto;
  gap: 2px 10px;
  border: 1px solid rgba(164, 235, 206, .2);
  border-radius: 14px;
  background: rgba(7, 49, 39, .76);
  box-shadow: 0 18px 38px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
}
.pc-proof::after { content: ""; position: absolute; width: 60px; height: 1px; background: linear-gradient(90deg, rgba(115, 225, 180, .4), transparent); }
.pc-proof > span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #83e8bf; background: rgba(80, 213, 158, .12); }
.pc-proof svg { width: 17px; height: 17px; }
.pc-proof strong { color: #e9fff6; font-size: 13px; }
.pc-proof small { color: #8db2a3; font-size: 11px; }
.pc-proof--one { top: 28px; left: 4px; }
.pc-proof--one::after { right: -60px; top: 50%; }
.pc-proof--two { top: 74px; right: 0; }
.pc-proof--two::after { left: -60px; top: 50%; transform: rotate(180deg); }
.pc-proof--three { bottom: 40px; left: 14px; }
.pc-proof--three::after { right: -60px; top: 50%; }
.pc-proof--four { right: 4px; bottom: 72px; }
.pc-proof--four::after { left: -60px; top: 50%; transform: rotate(180deg); }

.pc-quick-trace {
  position: relative;
  z-index: 5;
  width: min(1120px, calc(100% - 48px));
  min-height: 126px;
  margin: -44px auto 0;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr);
  gap: 12px 32px;
  align-items: center;
  border: 1px solid #dbe8e1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(20, 72, 53, .12);
}
.pc-quick-trace > div { display: flex; align-items: center; gap: 14px; }
.pc-quick-trace > div > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: #087a55; background: #e9f7f0; }
.pc-quick-trace svg { width: 21px; height: 21px; }
.pc-quick-trace small { color: #16835f; }
.pc-quick-trace h2 { margin: 4px 0 0; font-size: 18px; color: #143328; }
.pc-quick-trace form { display: grid; grid-template-columns: 1fr auto; padding: 4px; border: 1px solid #cdded5; border-radius: 12px; background: #f7faf8; }
.pc-quick-trace input { min-width: 0; height: 44px; padding: 0 14px; border: 0; outline: 0; background: transparent; color: #193d30; }
.pc-quick-trace form:focus-within { border-color: #0b8b60; box-shadow: 0 0 0 3px rgba(11, 139, 96, .12); }
.pc-quick-trace form button { padding: 0 18px; border: 0; border-radius: 9px; background: #0c7956; color: #fff; font-weight: 700; cursor: pointer; }
.pc-quick-trace > p { grid-column: 2; margin: -7px 4px 0; color: #74867f; font-size: 12px; }

.pc-section { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0 16px; }
.pc-section__heading { max-width: 760px; }
.pc-section__heading > span,
.pc-register-heading > span { color: #0b805b; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.pc-section__heading h2,
.pc-register-heading h1 { margin: 12px 0 16px; color: #102f24; font-size: clamp(30px, 3vw, 44px); line-height: 1.25; letter-spacing: -.04em; }
.pc-section__heading p,
.pc-register-heading p { margin: 0; color: #61756d; line-height: 1.85; }

.pc-role-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; margin-top: 38px; }
.pc-role-card {
  min-width: 0;
  min-height: 154px;
  padding: 18px 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  border: 1px solid #dbe7e0;
  border-radius: 14px;
  background: rgba(255,255,255,.74);
  text-align: left;
  cursor: pointer;
}
.pc-role-card > span { color: #94a69f; font: 700 11px/1 ui-monospace, monospace; }
.pc-role-card strong { color: #17392d; font-size: 16px; }
.pc-role-card small { color: #6e8179; font-size: 12px; line-height: 1.5; }
.pc-role-card em { margin-top: auto; color: #16805e; font-size: 11px; font-style: normal; font-weight: 700; }
.pc-role-card:hover,
.pc-role-card.active { transform: translateY(-3px); border-color: #41aa80; background: #fff; box-shadow: 0 14px 34px rgba(30, 98, 72, .1); }
.pc-role-card.active { box-shadow: inset 0 3px 0 var(--pc-accent, #16805e), 0 14px 34px rgba(30, 98, 72, .1); }
.pc-role-card--emerald { --pc-accent: #16805e; }
.pc-role-card--blue { --pc-accent: #2475c7; }
.pc-role-card--amber { --pc-accent: #b87713; }
.pc-role-card--rose { --pc-accent: #bc4f71; }
.pc-role-card--violet { --pc-accent: #7857b8; }
.pc-role-card--cyan { --pc-accent: #168d9c; }
.pc-role-card--green { --pc-accent: #4d8e32; }

.pc-role-preview {
  --pc-accent: #16805e;
  margin-top: 18px;
  padding: 42px;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(430px, 1.1fr);
  gap: 44px;
  border: 1px solid #d8e6df;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff, #f5faf7);
  box-shadow: 0 24px 60px rgba(17, 63, 46, .08);
}
.pc-role-preview--blue { --pc-accent: #2475c7; }
.pc-role-preview--amber { --pc-accent: #b87713; }
.pc-role-preview--rose { --pc-accent: #bc4f71; }
.pc-role-preview--violet { --pc-accent: #7857b8; }
.pc-role-preview--cyan { --pc-accent: #168d9c; }
.pc-role-preview--green { --pc-accent: #4d8e32; }
.pc-role-preview__intro > span { color: var(--pc-accent); font-size: 12px; font-weight: 800; }
.pc-role-preview__intro h3 { margin: 12px 0; color: #17362b; font-size: 28px; line-height: 1.4; }
.pc-role-preview__intro > p { color: #667c73; line-height: 1.7; }
.pc-role-preview blockquote { margin: 24px 0; padding: 16px 18px; border-left: 3px solid var(--pc-accent); background: color-mix(in srgb, var(--pc-accent) 7%, white); color: #29463b; line-height: 1.7; }
.pc-role-preview__actions { display: flex; align-items: center; gap: 18px; }
.pc-role-preview__actions > a { color: var(--pc-accent); font-weight: 700; font-size: 13px; }
.pc-role-preview__content { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pc-role-preview__content section { padding: 22px; border: 1px solid #e0e9e4; border-radius: 16px; background: rgba(255,255,255,.76); }
.pc-role-preview__content section > small { display: block; margin-bottom: 15px; color: #7b8d86; font-weight: 700; }
.pc-role-preview ul,
.pc-role-preview ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.pc-role-preview li { display: flex; gap: 10px; color: #395249; font-size: 13px; line-height: 1.55; }
.pc-role-preview li svg { flex: 0 0 auto; width: 16px; height: 16px; color: var(--pc-accent); }
.pc-role-preview li i { flex: 0 0 24px; color: var(--pc-accent); font: 700 11px/1.5 ui-monospace, monospace; }

.pc-trust { padding-bottom: 94px; }
.pc-trust-chain { margin: 42px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; }
.pc-trust-chain li { position: relative; min-height: 180px; padding: 24px; display: flex; gap: 18px; border: 1px solid #dbe7e0; border-radius: 18px; background: #fff; overflow: hidden; }
.pc-trust-chain li::before { content: ""; position: absolute; right: -34px; bottom: -38px; width: 110px; height: 110px; border: 18px solid #f0f7f3; border-radius: 50%; }
.pc-trust-chain li > i { color: #16805e; font: 800 12px/1 ui-monospace, monospace; }
.pc-trust-chain li > svg { position: absolute; right: 18px; top: 18px; width: 17px; height: 17px; color: #a9bbb3; }
.pc-trust-chain strong { color: #16805e; font-size: 12px; }
.pc-trust-chain h3 { margin: 12px 0 8px; color: #17372b; font-size: 18px; }
.pc-trust-chain p { margin: 0; color: #70827a; font-size: 13px; line-height: 1.65; }

.pc-government {
  width: min(1440px, calc(100% - 32px));
  margin: 70px auto 0;
  padding: 72px clamp(28px, 5vw, 82px);
  display: grid;
  grid-template-columns: minmax(360px, .75fr) minmax(560px, 1.25fr);
  gap: 70px;
  align-items: center;
  border-radius: 30px;
  color: #d9f5ef;
  background:
    radial-gradient(circle at 70% 25%, rgba(27, 192, 189, .18), transparent 28rem),
    linear-gradient(135deg, #041f25, #063238 58%, #04242c);
  box-shadow: 0 30px 80px rgba(4, 40, 44, .18);
}
.pc-government__copy > span { color: #63d8d0; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.pc-government__copy > span svg { width: 16px; height: 16px; vertical-align: -3px; margin-right: 8px; }
.pc-government h2 { margin: 18px 0; color: #fff; font-size: clamp(30px, 3vw, 44px); line-height: 1.3; letter-spacing: -.04em; }
.pc-government__copy > p { color: #9fc3c2; line-height: 1.85; }
.pc-government__copy ul { margin: 26px 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.pc-government__copy li { padding-left: 18px; position: relative; color: #c4ddda; font-size: 13px; }
.pc-government__copy li::before { content: ""; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: #4de0c7; box-shadow: 0 0 10px #4de0c7; }
.pc-government__copy > div { display: flex; align-items: center; gap: 20px; }
.pc-government__copy > div > a { color: #7be8dc; font-size: 13px; font-weight: 700; }

.pc-screen-mock { padding: 16px; border: 1px solid rgba(90, 225, 218, .28); border-radius: 18px; background: rgba(1, 20, 27, .75); box-shadow: inset 0 0 45px rgba(48, 205, 192, .05), 0 28px 60px rgba(0,0,0,.26); }
.pc-screen-mock > header { min-height: 52px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(91, 226, 213, .16); }
.pc-screen-mock > header span { color: #78dcd5; font-size: 10px; }
.pc-screen-mock > header span i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #55e6c9; box-shadow: 0 0 10px #55e6c9; }
.pc-screen-mock > header strong { color: #e9fffc; font-size: 16px; letter-spacing: .12em; }
.pc-screen-mock > header em { justify-self: end; color: #769a9c; font-size: 9px; font-style: normal; }
.pc-screen-mock__body { min-height: 340px; display: grid; grid-template-columns: 130px 1fr 130px; gap: 10px; padding: 12px 0; }
.pc-screen-mock__body > aside { padding: 12px; display: flex; flex-direction: column; border: 1px solid rgba(79, 202, 195, .12); background: rgba(6, 48, 55, .38); }
.pc-screen-mock__body aside small { color: #8eb5b5; font-size: 9px; }
.pc-screen-mock__body aside b { margin: 6px 0 2px; color: #68ead8; font-size: 26px; font-family: ui-monospace, monospace; }
.pc-screen-mock__body aside em { margin-bottom: 24px; color: #607f81; font-size: 8px; font-style: normal; }
.pc-screen-mock__body > main { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle, rgba(19, 126, 128, .2), transparent 65%); }
.pc-map-shape { position: relative; width: 210px; height: 220px; display: grid; place-items: center; clip-path: polygon(25% 2%, 77% 8%, 95% 36%, 83% 81%, 49% 98%, 12% 75%, 3% 35%); background: linear-gradient(140deg, rgba(44, 175, 164, .25), rgba(19, 82, 96, .45)); border: 1px solid #4dccc1; }
.pc-map-shape strong { align-self: end; color: #bff8ef; font-size: 12px; }
.pc-map-shape small { align-self: start; color: #709496; font-size: 8px; }
.pc-map-shape i { position: absolute; width: 7px; height: 7px; border: 2px solid #79f0dc; border-radius: 50%; box-shadow: 0 0 10px #79f0dc; }
.pc-map-shape i:nth-child(1) { top: 28%; left: 38%; }
.pc-map-shape i:nth-child(2) { top: 44%; right: 22%; border-color: #f0c56c; box-shadow: 0 0 10px #f0c56c; }
.pc-map-shape i:nth-child(3) { bottom: 28%; left: 26%; border-color: #eb7f82; box-shadow: 0 0 10px #eb7f82; }
.pc-map-shape i:nth-child(4) { bottom: 17%; right: 32%; }
.pc-map-shape i:nth-child(5) { top: 18%; right: 38%; border-color: #f0c56c; box-shadow: 0 0 10px #f0c56c; }
.pc-map-legend { position: absolute; bottom: 10px; display: flex; gap: 9px; }
.pc-map-legend span { color: #6f9698; font-size: 8px; }
.pc-screen-mock > footer { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 8px; border-top: 1px solid rgba(91, 226, 213, .16); color: #83b4b1; font-size: 9px; }
.pc-screen-mock > footer i { width: 18px; height: 1px; background: #277a76; }

.pc-access { padding-bottom: 110px; }
.pc-access__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 38px; }
.pc-access__grid article { min-height: 184px; padding: 24px; border: 1px solid #dbe7e0; border-radius: 18px; background: #fff; }
.pc-access__grid i { color: #97aaa2; font: 700 11px/1 ui-monospace, monospace; }
.pc-access__grid span { float: right; padding: 5px 8px; border-radius: 999px; color: #0d7f5a; background: #edf8f2; font-size: 10px; font-weight: 700; }
.pc-access__grid h3 { margin: 28px 0 10px; color: #17382b; font-size: 18px; }
.pc-access__grid p { margin: 0; color: #71847c; font-size: 13px; line-height: 1.65; }
.pc-access__cta { margin-top: 16px; padding: 24px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 18px; color: #eafff6; background: #0b3f30; }
.pc-access__cta strong { font-size: 17px; }
.pc-access__cta p { margin: 6px 0 0; color: #9fc1b5; font-size: 13px; }

.pc-footer {
  padding: 52px max(24px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 54px;
  color: #9bb4aa;
  background: #061f18;
}
.pc-footer .pc-brand strong { color: #f2fff9; }
.pc-footer .pc-brand small { color: #77978b; }
.pc-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.pc-footer > div:first-child p { max-width: 330px; margin: 8px 0 0; font-size: 13px; line-height: 1.7; }
.pc-footer > div > strong { color: #d9ede4; font-size: 13px; }
.pc-footer a,
.pc-footer span { color: #83a095; font-size: 12px; }
.pc-footer a:hover { color: #76e3b7; }

.pc-auth-main {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(380px, .8fr) minmax(560px, 1.2fr);
  background: #f5f8f6;
  outline: none;
}
.pc-auth-intro {
  min-width: 0;
  padding: clamp(52px, 7vw, 96px) clamp(40px, 5vw, 96px);
  color: #dff4eb;
  background:
    radial-gradient(circle at 20% 20%, rgba(54, 193, 142, .14), transparent 25rem),
    linear-gradient(145deg, #062b21, #0a3c2f);
}
.pc-auth-intro > a,
.pc-register-heading > a { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 60px; color: #7fc5a9; font-size: 13px; }
.pc-auth-intro > a svg,
.pc-register-heading > a svg { width: 15px; height: 15px; transform: rotate(180deg); }
.pc-auth-intro > span { color: #63d6a8; font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.pc-auth-intro h1 { max-width: 540px; margin: 16px 0; color: #fff; font-size: clamp(34px, 4vw, 52px); line-height: 1.25; letter-spacing: -.04em; }
.pc-auth-intro > p { max-width: 560px; color: #9dbdb1; line-height: 1.85; }
.pc-auth-intro ol { max-width: 560px; margin: 42px 0; padding: 0; display: grid; gap: 16px; list-style: none; }
.pc-auth-intro li { display: flex; gap: 16px; align-items: center; }
.pc-auth-intro li i { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(118, 226, 183, .24); border-radius: 10px; color: #6be0b2; font: 700 11px/1 ui-monospace, monospace; font-style: normal; }
.pc-auth-intro li div { display: grid; gap: 4px; }
.pc-auth-intro li strong { color: #e7f8f0; font-size: 14px; }
.pc-auth-intro li small { color: #7d9e91; }
.pc-auth-intro > aside { max-width: 560px; padding: 17px; display: flex; gap: 14px; border: 1px solid rgba(116, 222, 180, .16); border-radius: 14px; background: rgba(1, 22, 17, .24); }
.pc-auth-intro > aside > svg { flex: 0 0 auto; width: 20px; height: 20px; color: #6bd9ad; }
.pc-auth-intro aside strong { color: #dff6ed; font-size: 13px; }
.pc-auth-intro aside p { margin: 5px 0 0; color: #83a297; font-size: 12px; line-height: 1.6; }

.pc-auth-panel { min-width: 0; width: min(680px, calc(100% - 64px)); margin: auto; padding: 54px 0; }
.pc-auth-panel__heading > span { color: #0b805b; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.pc-auth-panel__heading h2 { margin: 7px 0; color: #12352a; font-size: 34px; }
.pc-auth-panel__heading p { margin: 0; color: #74857e; font-size: 13px; }
.pc-auth-panel__heading a { color: #0b805b; font-weight: 700; }
.pc-login-identities { margin: 28px 0 18px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.pc-login-identities button { min-height: 70px; padding: 12px 14px; display: grid; grid-template-columns: 10px 1fr; gap: 3px 9px; border: 1px solid #d9e4de; border-radius: 12px; background: #fff; text-align: left; cursor: pointer; }
.pc-login-identities button:hover,
.pc-login-identities button.active { border-color: #28926d; background: #f0f8f4; box-shadow: 0 8px 20px rgba(29, 96, 72, .07); }
.pc-login-identities .pc-dot { grid-row: 1 / 3; width: 8px; height: 8px; margin-top: 5px; border-radius: 50%; background: #16805e; box-shadow: 0 0 0 4px rgba(22,128,94,.1); }
.pc-dot--blue { background: #2475c7 !important; }
.pc-dot--amber { background: #b87713 !important; }
.pc-dot--rose { background: #bc4f71 !important; }
.pc-dot--violet { background: #7857b8 !important; }
.pc-dot--cyan { background: #168d9c !important; }
.pc-dot--green { background: #4d8e32 !important; }
.pc-login-identities strong { color: #27483c; font-size: 13px; }
.pc-login-identities small { color: #788a83; font-size: 10px; line-height: 1.4; }
.pc-login-context { --pc-accent: #16805e; padding: 16px 18px; border-left: 3px solid var(--pc-accent); border-radius: 0 12px 12px 0; background: #fff; }
.pc-login-context--blue { --pc-accent: #2475c7; }
.pc-login-context--amber { --pc-accent: #b87713; }
.pc-login-context--rose { --pc-accent: #bc4f71; }
.pc-login-context--violet { --pc-accent: #7857b8; }
.pc-login-context--cyan { --pc-accent: #168d9c; }
.pc-login-context--green { --pc-accent: #4d8e32; }
.pc-login-context span { color: var(--pc-accent); font-size: 11px; font-weight: 800; }
.pc-login-context strong { display: block; margin: 5px 0; color: #27483c; font-size: 14px; }
.pc-login-context p { margin: 0; color: #7a8d85; font-size: 11px; }
.pc-demo-entry { margin-top: 16px; padding: 16px; display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 12px; align-items: center; border: 1px solid #b9dccc; border-radius: 14px; background: linear-gradient(135deg, #edf8f3, #f9fcfa); }
.pc-demo-entry > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: #0b805b; }
.pc-demo-entry > span svg { width: 19px; height: 19px; }
.pc-demo-entry > div { min-width: 0; }
.pc-demo-entry small { color: #0b805b; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.pc-demo-entry strong { display: block; margin: 3px 0; color: #173b2e; font-size: 13px; }
.pc-demo-entry p { margin: 0; color: #6d8179; font-size: 10px; line-height: 1.55; }
.pc-demo-entry .pc-button { min-height: 42px; padding-inline: 15px; white-space: nowrap; font-size: 11px; }
.pc-demo-entry--restricted { border-color: #d9d2be; background: #fffaf0; }
.pc-demo-entry--restricted > span { background: #9a7428; }
.pc-login-form { margin-top: 20px; display: grid; gap: 16px; }
.pc-login-form > label,
.pc-register-fields > label { display: grid; gap: 8px; color: #365147; font-size: 13px; font-weight: 700; }
.pc-login-form input,
.pc-register-fields input,
.pc-register-fields select { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid #cfdcd5; border-radius: 10px; outline: 0; background: #fff; color: #17382c; }
.pc-login-form input:focus,
.pc-register-fields input:focus,
.pc-register-fields select:focus { border-color: #0a8b60; box-shadow: 0 0 0 3px rgba(10, 139, 96, .12); }
.pc-login-form label small { color: #8a9a94; font-size: 10px; font-weight: 400; }
.pc-login-form > label > div,
.pc-register-fields label > div { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.pc-login-form > label > div > button { position: absolute; right: 5px; top: 5px; width: 38px; height: 38px; border: 0; background: transparent; color: #789088; cursor: pointer; }
.pc-login-form > label > div > button svg { width: 17px; height: 17px; }
.pc-login-options { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.pc-login-options label { display: flex; align-items: center; gap: 6px; color: #6d8179; font-size: 11px; }
.pc-login-options button,
.pc-auth-help button { padding: 0; border: 0; background: transparent; color: #0b805b; font-size: 11px; cursor: pointer; }
.pc-login-methods { margin-top: 20px; }
.pc-login-method-switch { padding: 4px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; border: 1px solid #d8e4de; border-radius: 13px; background: #eaf1ed; }
.pc-login-method-switch button { min-height: 54px; padding: 9px 14px; display: grid; gap: 2px; border: 0; border-radius: 9px; background: transparent; color: #667a72; text-align: left; cursor: pointer; }
.pc-login-method-switch button:hover { color: #23483b; }
.pc-login-method-switch button.active { color: #0a7554; background: #fff; box-shadow: 0 5px 14px rgba(23, 71, 54, .1); }
.pc-login-method-switch strong { font-size: 13px; }
.pc-login-method-switch small { font-size: 10px; font-weight: 500; }
.pc-login-method-panel { min-width: 0; }
.pc-mobile-qr { margin-top: 16px; padding: 20px; display: grid; grid-template-columns: 176px minmax(0, 1fr); gap: 24px; align-items: center; border: 1px solid #cfe0d8; border-radius: 15px; background: #fff; }
.pc-mobile-qr__code { position: relative; width: 176px; height: 176px; display: grid; place-content: center; justify-items: center; gap: 7px; overflow: hidden; border: 1px solid #b9d3c7; border-radius: 14px; color: #0b805b; background: radial-gradient(circle at center, #fff 0 28%, transparent 29%), linear-gradient(135deg, #eef7f2, #fff); }
.pc-mobile-qr__code::before { content: ""; position: absolute; inset: 14px; border: 1px dashed #a8c8ba; border-radius: 8px; }
.pc-mobile-qr__code i { z-index: 1; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #0b805b; box-shadow: 0 0 0 7px rgba(11, 128, 91, .1); font-size: 18px; font-style: normal; font-weight: 800; }
.pc-mobile-qr__code strong { z-index: 1; font-size: 11px; }
.pc-mobile-qr__corner { position: absolute; width: 26px; height: 26px; border-color: #1a8d68; border-style: solid; }
.pc-mobile-qr__corner--one { top: 16px; left: 16px; border-width: 3px 0 0 3px; }
.pc-mobile-qr__corner--two { top: 16px; right: 16px; border-width: 3px 3px 0 0; }
.pc-mobile-qr__corner--three { bottom: 16px; left: 16px; border-width: 0 0 3px 3px; }
.pc-mobile-qr__corner--four { right: 16px; bottom: 16px; border-width: 0 3px 3px 0; }
.pc-mobile-qr > div:last-child { min-width: 0; }
.pc-mobile-qr > div > small { color: #0b805b; font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.pc-mobile-qr h3 { margin: 4px 0 7px; color: #173b2f; font-size: 18px; }
.pc-mobile-qr p { margin: 0; color: #687d75; font-size: 11px; line-height: 1.6; }
.pc-mobile-qr ol { margin: 12px 0; padding-left: 18px; display: grid; gap: 4px; color: #4f675e; font-size: 11px; }
.pc-mobile-qr .pc-button { min-height: 40px; padding-inline: 14px; font-size: 11px; }
.pc-mobile-qr em { display: block; margin-top: 10px; color: #8b7760; font-size: 9px; font-style: normal; line-height: 1.55; }
.pc-external-login { margin-top: 20px; }
.pc-social-login__divider { display: flex; align-items: center; gap: 12px; color: #82928c; font-size: 10px; }
.pc-social-login__divider::before,
.pc-social-login__divider::after { content: ""; height: 1px; flex: 1; background: #dce6e1; }
.pc-auth-groups { margin-top: 13px; display: grid; gap: 10px; }
.pc-auth-group { overflow: hidden; border: 1px solid #d8e4de; border-radius: 13px; background: #fff; }
.pc-auth-group > summary { min-height: 62px; padding: 12px 15px; display: flex; align-items: center; gap: 14px; color: #294b3f; background: #f7faf8; cursor: pointer; list-style: none; }
.pc-auth-group > summary::-webkit-details-marker { display: none; }
.pc-auth-group > summary::after { content: "＋"; width: 24px; height: 24px; margin-left: 2px; display: grid; place-items: center; border-radius: 50%; color: #25745b; background: #e7f2ed; font-size: 14px; font-weight: 700; }
.pc-auth-group[open] > summary { border-bottom: 1px solid #e1e9e5; background: #f1f8f4; }
.pc-auth-group[open] > summary::after { content: "−"; }
.pc-auth-group > summary > span { min-width: 0; flex: 1; display: grid; gap: 3px; }
.pc-auth-group > summary small { color: #82938c; font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.pc-auth-group > summary strong { color: #23473a; font-size: 12px; }
.pc-auth-group > summary em { padding: 4px 8px; border-radius: 999px; color: #157254; background: #e5f3ec; font-size: 9px; font-style: normal; font-weight: 800; white-space: nowrap; }
.pc-auth-group__body { padding: 14px; }
.pc-auth-group__body > p { margin: 0; color: #6f827a; font-size: 10px; line-height: 1.65; }
.pc-auth-providers { margin-top: 12px; display: grid; grid-template-columns: repeat(auto-fit, minmax(142px, 1fr)); gap: 8px; }
.pc-auth-provider { --provider-accent: #0b805b; min-width: 0; min-height: 68px; padding: 10px; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 2px 8px; align-items: center; border: 1px solid #d6e2dc; border-radius: 11px; color: #345047; background: #fff; text-align: left; cursor: pointer; }
.pc-auth-provider:hover { border-color: var(--provider-accent); background: #f8fbf9; transform: translateY(-1px); }
.pc-auth-provider[data-provider-state="PARTNERSHIP_REQUIRED"] { border-style: dashed; background: #fffdf8; }
.pc-auth-provider__mark { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--provider-accent); font-size: 12px; font-weight: 800; }
.pc-auth-provider strong { min-width: 0; overflow: hidden; color: #23473b; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.pc-auth-provider small { min-width: 0; overflow: hidden; color: #899890; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.pc-auth-provider--dingtalk { --provider-accent: #1677d2; }
.pc-auth-provider--wecom { --provider-accent: #168a5b; }
.pc-auth-provider--feishu { --provider-accent: #3567c8; }
.pc-auth-provider--wechat { --provider-accent: #15966f; }
.pc-auth-provider--qq { --provider-accent: #2e77b8; }
.pc-auth-provider--alipay { --provider-accent: #287bd1; }
.pc-auth-provider--douyin { --provider-accent: #27313a; }
.pc-auth-provider--kuaishou { --provider-accent: #e36f2f; }
.pc-auth-provider--xiaohongshu { --provider-accent: #d24f58; }
.pc-auth-provider--bilibili { --provider-accent: #3289ad; }
.pc-auth-provider--weibo { --provider-accent: #c64a47; }
.pc-auth-provider--government { --provider-accent: #1e7374; }
.pc-auth-provider--yunzhisu { --provider-accent: #2e7b52; }
.pc-auth-provider--certificate { --provider-accent: #8d6b2f; }
.pc-auth-deferred { margin-top: 10px; padding: 10px 11px; display: flex; gap: 9px; border: 1px solid #eadfca; border-radius: 10px; color: #806843; background: #fffaf1; }
.pc-auth-deferred > span { flex: 0 0 auto; }
.pc-auth-deferred svg { width: 14px; height: 14px; color: #a87829; }
.pc-auth-deferred strong { display: block; font-size: 10px; }
.pc-auth-deferred p { margin: 3px 0 0; font-size: 9px; line-height: 1.55; }
.pc-external-login > p { margin: 12px 0 0; display: flex; gap: 7px; align-items: flex-start; color: #71857d; font-size: 9px; line-height: 1.6; }
.pc-external-login > p svg { flex: 0 0 auto; width: 14px; height: 14px; margin-top: 1px; color: #0b805b; }
.pc-government-auth { margin-top: 20px; display: grid; gap: 12px; }
.pc-government-auth > header { padding: 16px; border-left: 3px solid #23797b; border-radius: 0 12px 12px 0; background: #f3f8f7; }
.pc-government-auth > header small { color: #23797b; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.pc-government-auth > header h3 { margin: 5px 0; color: #20463e; font-size: 15px; }
.pc-government-auth > header p { margin: 0; color: #6d8179; font-size: 10px; line-height: 1.6; }
.pc-auth-providers--government { margin-top: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pc-government-auth__boundary { padding: 11px 12px; display: flex; gap: 8px; align-items: flex-start; border: 1px solid #dfd4bd; border-radius: 10px; color: #785f37; background: #fffaf1; font-size: 10px; line-height: 1.6; }
.pc-government-auth__boundary svg { flex: 0 0 auto; width: 15px; height: 15px; color: #9c742b; }
.pc-government-auth__footer { margin: 0; color: #8a625f; font-size: 10px; line-height: 1.6; }
.pc-auth-feedback:empty { display: none; }
.pc-auth-feedback { margin-top: 16px; padding: 16px; display: flex; gap: 12px; border: 1px solid #e3d7b8; border-radius: 12px; background: #fffaf0; }
.pc-auth-feedback > span svg,
.pc-auth-feedback > svg { width: 18px; height: 18px; color: #ad791c; }
.pc-auth-feedback strong { color: #674c1c; font-size: 13px; }
.pc-auth-feedback p { margin: 5px 0 12px; color: #856d42; font-size: 11px; line-height: 1.6; }
.pc-auth-feedback .pc-button { min-height: 38px; padding: 0 14px; font-size: 11px; }
.pc-auth-feedback a { color: #087a55; font-size: 12px; font-weight: 700; }
.pc-auth-help { margin-top: 22px; padding-top: 18px; display: flex; align-items: center; gap: 18px; border-top: 1px solid #dce6e1; color: #72877f; font-size: 11px; }
.pc-auth-help span { display: inline-flex; align-items: center; gap: 6px; margin-right: auto; }
.pc-auth-help svg { width: 15px; height: 15px; }
.pc-auth-help a { color: #0b805b; }

.pc-register-main { min-height: calc(100vh - 76px); padding: 68px max(24px, calc((100vw - 1240px) / 2)) 100px; outline: none; }
.pc-register-heading { max-width: 820px; }
.pc-register-heading > a { margin-bottom: 38px; color: #477268; }
.pc-register-layout { margin-top: 42px; display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 22px; align-items: start; }
.pc-register-layout > aside { position: sticky; top: 98px; padding: 20px; border: 1px solid #d9e5de; border-radius: 18px; background: #fff; }
.pc-register-layout > aside > small { display: block; margin-bottom: 12px; color: #7b8d86; font-weight: 700; }
.pc-register-layout > aside > div { display: grid; gap: 7px; }
.pc-register-layout > aside button { padding: 14px; display: grid; gap: 4px; border: 1px solid transparent; border-radius: 10px; background: #f6f9f7; text-align: left; cursor: pointer; }
.pc-register-layout > aside button:hover,
.pc-register-layout > aside button.active { border-color: #55ac88; background: #ecf7f1; }
.pc-register-layout > aside button strong { color: #294a3e; font-size: 13px; }
.pc-register-layout > aside button small { color: #7d8e87; font-size: 10px; line-height: 1.5; }
.pc-register-layout > aside > section { margin-top: 16px; padding: 15px; border-radius: 12px; color: #dff5eb; background: #0b4332; }
.pc-register-layout > aside section svg { width: 18px; height: 18px; color: #6be0b2; }
.pc-register-layout > aside section strong { display: block; margin: 8px 0 5px; }
.pc-register-layout > aside section p { margin: 0; color: #9bbeb0; font-size: 11px; line-height: 1.6; }
.pc-register-panel { min-height: 640px; padding: 34px; border: 1px solid #d8e5de; border-radius: 20px; background: #fff; box-shadow: 0 18px 46px rgba(23, 72, 54, .07); }
.pc-register-panel > header { padding-bottom: 22px; border-bottom: 1px solid #e1e9e5; }
.pc-register-panel > .pc-demo-entry { margin: 18px 0 0; }
.pc-register-panel > header > span { color: #0b805b; font-size: 11px; font-weight: 800; }
.pc-register-panel > header h2 { margin: 6px 0; color: #16392d; font-size: 28px; }
.pc-register-panel > header p { margin: 0; color: #71847c; font-size: 13px; line-height: 1.7; }
.pc-register-form { margin-top: 26px; }
.pc-register-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 30px; }
.pc-register-steps span { position: relative; display: grid; justify-items: center; gap: 6px; color: #90a09a; }
.pc-register-steps span::after { content: ""; position: absolute; z-index: 0; left: calc(50% + 16px); top: 15px; width: calc(100% - 32px); height: 1px; background: #dbe5e0; }
.pc-register-steps span:last-child::after { display: none; }
.pc-register-steps i { position: relative; z-index: 1; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #d1ddd7; border-radius: 50%; background: #fff; font: 700 11px/1 ui-monospace, monospace; font-style: normal; }
.pc-register-steps span.active { color: #0c805b; }
.pc-register-steps span.active i { border-color: #0c805b; color: #fff; background: #0c805b; }
.pc-register-summary,
.pc-register-fields,
.pc-register-review { min-height: 330px; padding: 26px; border-radius: 16px; background: #f6f9f7; }
.pc-register-summary > span { color: #0c805b; font-size: 11px; font-weight: 800; }
.pc-register-summary h3,
.pc-register-fields h3,
.pc-register-review h3 { margin: 8px 0; color: #1c4033; font-size: 22px; }
.pc-register-summary > p,
.pc-register-fields > p,
.pc-register-review > p { color: #70847b; font-size: 13px; line-height: 1.7; }
.pc-register-summary dl,
.pc-register-review dl { margin: 20px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pc-register-summary dl div,
.pc-register-review dl div { padding: 12px; border: 1px solid #dce7e1; border-radius: 10px; background: #fff; }
.pc-register-summary dt,
.pc-register-review dt { color: #83948d; font-size: 10px; }
.pc-register-summary dd,
.pc-register-review dd { margin: 5px 0 0; color: #335347; font-size: 12px; font-weight: 700; }
.pc-register-summary h4 { color: #365549; font-size: 13px; }
.pc-register-summary ul { padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; list-style: none; }
.pc-register-summary li { display: flex; gap: 7px; color: #647a71; font-size: 11px; }
.pc-register-summary li svg { width: 14px; height: 14px; color: #13825e; }
.pc-register-fields { display: grid; align-content: start; gap: 16px; }
.pc-register-fields > small { display: flex; align-items: center; gap: 7px; color: #7d8e87; font-size: 10px; }
.pc-register-fields > small svg { width: 14px; height: 14px; }
.pc-register-fields label > div > button { min-width: 106px; border: 1px solid #cfdcd5; border-radius: 10px; background: #fff; color: #0b805b; font-size: 11px; cursor: pointer; }
.pc-register-review > label { display: flex; gap: 8px; color: #526a61; font-size: 11px; line-height: 1.6; }
.pc-register-review input { margin-top: 3px; }
.pc-register-actions { min-height: 50px; margin-top: 18px; display: flex; justify-content: space-between; align-items: center; }
.pc-register-actions > button:not(.pc-button) { min-height: 42px; padding: 0 16px; border: 1px solid #d3dfd8; border-radius: 10px; background: #fff; color: #4c665c; cursor: pointer; }
.pc-restricted-access { min-height: 430px; padding: 44px; display: grid; justify-items: start; align-content: start; border-radius: 16px; background: #f6f9f7; }
.pc-restricted-access > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; color: #0d805c; background: #e5f4ed; }
.pc-restricted-access svg { width: 24px; height: 24px; }
.pc-restricted-access h3 { margin: 18px 0 8px; color: #1c4033; font-size: 23px; }
.pc-restricted-access > p { max-width: 700px; margin: 0; color: #6c8178; line-height: 1.75; }
.pc-restricted-access ol { width: 100%; margin: 26px 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; list-style: none; }
.pc-restricted-access li { padding: 12px; display: flex; gap: 10px; border: 1px solid #dce7e1; border-radius: 10px; background: #fff; color: #4e675d; font-size: 12px; }
.pc-restricted-access li i { color: #16805e; font: 700 10px/1.5 ui-monospace, monospace; }

.pc-portal-shell :focus-visible { outline: 3px solid rgba(8, 139, 95, .42); outline-offset: 3px; }

@keyframes pcOrbit { to { transform: translate(-50%, -50%) rotate(360deg); } }

@media (max-width: 1180px) {
  .pc-header__inner { width: min(100% - 32px, 1100px); gap: 18px; }
  .pc-header nav { gap: 0; }
  .pc-header nav button { padding: 0 9px; font-size: 12px; }
  .pc-hero { grid-template-columns: 1fr .8fr; gap: 30px; padding-inline: 40px; }
  .pc-hero__visual { transform: scale(.88); }
  .pc-role-grid { grid-template-columns: repeat(4, 1fr); }
  .pc-government { grid-template-columns: 1fr; }
  .pc-screen-mock { width: 100%; max-width: 800px; margin: auto; }
  .pc-access__grid { grid-template-columns: repeat(3, 1fr); }
  .pc-auth-main { grid-template-columns: .8fr 1.2fr; }
  .pc-auth-intro { padding-inline: 42px; }
}

@media (max-width: 900px) {
  .pc-header nav { display: none; }
  .pc-header__actions { margin-left: auto; }
  .pc-hero { min-height: auto; grid-template-columns: 1fr; padding: 70px 32px 110px; }
  .pc-hero__visual { min-height: 420px; width: min(520px, 100%); margin: auto; }
  .pc-quick-trace { grid-template-columns: 1fr; }
  .pc-quick-trace > p { grid-column: 1; }
  .pc-role-preview { grid-template-columns: 1fr; }
  .pc-trust-chain { grid-template-columns: repeat(2, 1fr); }
  .pc-government { padding: 54px 32px; }
  .pc-auth-main { grid-template-columns: 1fr; }
  .pc-auth-intro { padding: 56px 32px; }
  .pc-auth-intro > a { margin-bottom: 38px; }
  .pc-auth-panel { width: min(680px, calc(100% - 48px)); }
  .pc-register-layout { grid-template-columns: 1fr; }
  .pc-register-layout > aside { position: static; }
  .pc-register-layout > aside > div { grid-template-columns: repeat(2, 1fr); }
  .pc-footer { grid-template-columns: 2fr 1fr 1fr; }
  .pc-footer > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .pc-header__inner { min-height: 66px; width: calc(100% - 24px); }
  .pc-brand small { display: none; }
  .pc-header__actions > a:not(.pc-button) { padding-inline: 8px; }
  .pc-button--compact { padding-inline: 11px; font-size: 12px; }
  .pc-hero { padding: 52px 20px 92px; }
  .pc-hero h1 { font-size: 38px; }
  .pc-hero__copy > p { font-size: 15px; }
  .pc-hero__actions { align-items: stretch; flex-direction: column; }
  .pc-hero dl { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .pc-hero__visual { min-height: 340px; transform: scale(.8); transform-origin: center; }
  .pc-proof--one { left: -20px; }
  .pc-proof--two { right: -20px; }
  .pc-proof--three { left: -20px; }
  .pc-proof--four { right: -20px; }
  .pc-quick-trace { width: calc(100% - 24px); padding: 20px; border-radius: 16px; }
  .pc-quick-trace form { grid-template-columns: 1fr; }
  .pc-quick-trace form button { min-height: 42px; }
  .pc-section { width: calc(100% - 28px); padding-top: 82px; }
  .pc-role-grid { grid-template-columns: repeat(2, 1fr); }
  .pc-role-preview { padding: 24px; grid-template-columns: 1fr; gap: 28px; }
  .pc-role-preview__content { grid-template-columns: 1fr; }
  .pc-role-preview__actions { align-items: stretch; flex-direction: column; }
  .pc-trust-chain { grid-template-columns: 1fr; }
  .pc-government { width: calc(100% - 16px); margin-top: 40px; padding: 38px 20px; border-radius: 22px; }
  .pc-government__copy > div { align-items: stretch; flex-direction: column; }
  .pc-screen-mock__body { grid-template-columns: 1fr; min-height: auto; }
  .pc-screen-mock__body > aside { display: grid; grid-template-columns: 1fr auto; }
  .pc-screen-mock__body aside em { grid-column: 1 / -1; margin-bottom: 10px; }
  .pc-screen-mock__body > main { min-height: 290px; }
  .pc-screen-mock > header { grid-template-columns: 1fr; gap: 6px; padding: 10px 0; text-align: center; }
  .pc-screen-mock > header em { justify-self: center; }
  .pc-screen-mock > footer { flex-wrap: wrap; padding-top: 8px; }
  .pc-access__grid { grid-template-columns: 1fr; }
  .pc-access__cta { align-items: stretch; flex-direction: column; }
  .pc-footer { grid-template-columns: 1fr 1fr; padding: 42px 22px; gap: 32px; }
  .pc-footer > div:first-child,
  .pc-footer > div:last-child { grid-column: 1 / -1; }
  .pc-auth-panel { width: calc(100% - 28px); padding: 42px 0; }
  .pc-login-identities { grid-template-columns: 1fr; }
  .pc-login-options { align-items: flex-start; flex-direction: column; }
  .pc-mobile-qr { grid-template-columns: 1fr; justify-items: center; }
  .pc-mobile-qr > div:last-child { width: 100%; }
  .pc-auth-providers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pc-demo-entry { grid-template-columns: 38px minmax(0, 1fr); align-items: start; }
  .pc-demo-entry .pc-button { grid-column: 1 / -1; justify-content: center; width: 100%; }
  .pc-register-main { padding: 48px 14px 80px; }
  .pc-register-layout > aside > div { grid-template-columns: 1fr; }
  .pc-register-panel { min-height: 0; padding: 20px 14px; }
  .pc-register-steps small { font-size: 9px; }
  .pc-register-summary,
  .pc-register-fields,
  .pc-register-review,
  .pc-restricted-access { min-height: 0; padding: 20px 16px; }
  .pc-register-summary dl,
  .pc-register-review dl,
  .pc-register-summary ul,
  .pc-restricted-access ol { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .pc-brand__mark { width: 34px; height: 34px; }
  .pc-brand strong { font-size: 15px; }
  .pc-header__actions { gap: 2px; }
  .pc-header__actions > a:not(.pc-button) { font-size: 12px; }
  .pc-hero h1 { font-size: 34px; }
  .pc-hero__visual { margin: -24px -38px; transform: scale(.7); }
  .pc-role-grid { grid-template-columns: 1fr; }
  .pc-role-card { min-height: 120px; }
  .pc-login-method-switch button { padding-inline: 10px; }
  .pc-auth-provider { min-height: 64px; padding: 8px; grid-template-columns: 31px minmax(0, 1fr); gap: 2px 6px; }
  .pc-auth-provider__mark { width: 31px; height: 31px; border-radius: 9px; font-size: 11px; }
  .pc-footer { grid-template-columns: 1fr; }
  .pc-footer > div { grid-column: 1 !important; }
}

@media (prefers-reduced-motion: reduce) {
  .pc-portal-shell *,
  .pc-portal-shell *::before,
  .pc-portal-shell *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
