/* ITEM5.5 P00 only. Built on Tabler 1.4.0 login/card/form structure. */
.p00-login-page {
  --p00-blue: #1769e0;
  --p00-blue-strong: #0f5ed7;
  --p00-blue-soft: #eef6ff;
  --p00-ink: #12233f;
  --p00-muted: #667895;
  --p00-line: #dbe7f6;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--p00-ink);
  background: linear-gradient(135deg, #f7faff 0%, #f2f7ff 50%, #eef5ff 100%);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.p00-login-page::before,
.p00-login-page::after {
  position: fixed;
  z-index: 0;
  border-radius: 999px;
  content: "";
  filter: blur(3px);
  pointer-events: none;
}

.p00-login-page::before {
  top: -160px;
  right: 10%;
  width: 440px;
  height: 440px;
  background: transparent;
}

.p00-login-page::after {
  bottom: -230px;
  left: -100px;
  width: 520px;
  height: 520px;
  border: 0;
  background: transparent;
}

.p00-particles,
.p00-grid,
.tech-orbits,
.tech-glows,
.tech-flow,
.p00-data-lights {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.p00-particles { z-index: 2; opacity: 1; }

.p00-grid {
  z-index: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(55, 116, 195, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 116, 195, .08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 78%, transparent);
}

.tech-orbits,
.tech-glows,
.tech-flow,
.p00-data-lights {
  z-index: 1;
  overflow: hidden;
}

.tech-glows { z-index: 0; }
.tech-orbits {
  transform-origin: 92% 8%;
  animation: p00-orbit-field-drift 26s ease-in-out infinite;
  will-change: transform, opacity;
}

.tech-orbits,
.tech-flow {
  width: 100%;
  height: 100%;
}

.orbit-line {
  fill: none;
  stroke: #6eb6ff;
  stroke-width: 1.1;
  opacity: .16;
  vector-effect: non-scaling-stroke;
}

.top-orbit-b .orbit-line { stroke: #a5d2ff; stroke-width: .85; opacity: .12; }

.top-orbit-sweep {
  fill: none;
  stroke: rgba(110, 182, 255, .48);
  stroke-width: 1.25;
  stroke-dasharray: 70 480;
  opacity: 0;
  filter: drop-shadow(0 0 4px rgba(22, 119, 255, .2));
  animation: p00-top-sweep 8s ease-in-out infinite;
}

.orbit-node,
.flow-node {
  fill: #4da3ff;
  filter: drop-shadow(0 0 5px rgba(22, 119, 255, .42));
}

.orbit-node-main { fill: #eff8ff; filter: drop-shadow(0 0 8px rgba(22, 119, 255, .45)); }

.tech-flow { opacity: .64; }

.flow-band {
  fill: none;
  vector-effect: non-scaling-stroke;
  animation: p00-flow-dash 10s linear infinite;
}

.flow-band-a { stroke: rgba(91, 164, 245, .26); stroke-width: 1.8; stroke-dasharray: 10 16; animation-duration: 9s; }
.flow-band-b { stroke: rgba(116, 178, 244, .14); stroke-width: .8; stroke-dasharray: 7 18; animation-duration: 11s; }
.flow-band-c { stroke: rgba(67, 148, 235, .13); stroke-width: 1; stroke-dasharray: 4 16; animation-duration: 7s; }
.flow-band-d { stroke: rgba(153, 203, 255, .1); stroke-width: .7; stroke-dasharray: 13 22; animation-duration: 12s; }

.flow-node { opacity: .62; }

.p00-data-light {
  position: absolute;
  left: -90px;
  bottom: 8%;
  width: 58px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(90, 176, 255, .26), #f2fbff);
  box-shadow: 12px 0 8px rgba(22, 119, 255, .32);
  opacity: 0;
  transform: rotate(-21deg);
  animation: p00-data-flight 10s linear infinite;
}

.p00-data-light-b { bottom: 28%; animation-duration: 13s; animation-delay: -5s; transform: rotate(-16deg); }
.p00-data-light-c { bottom: 50%; animation-duration: 9s; animation-delay: -2s; transform: rotate(-12deg); }
.p00-data-light-d { bottom: 69%; animation-duration: 15s; animation-delay: -9s; transform: rotate(-18deg); }

.p00-data-light::after {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 9px rgba(22, 119, 255, .8);
  content: "";
}

.p00-glow {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(2px);
  will-change: transform, opacity;
}

.p00-lightfield {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
  will-change: transform, opacity;
}

.p00-glow-one {
  right: -135px;
  top: -125px;
  width: 520px;
  height: 520px;
  background: radial-gradient(ellipse, rgba(70, 150, 255, .34) 0%, rgba(104, 181, 255, .14) 43%, transparent 71%);
  animation: p00-glow-one 9.5s ease-in-out infinite;
}

.p00-glow-two {
  bottom: -220px;
  left: -150px;
  width: 620px;
  height: 560px;
  background: radial-gradient(ellipse, rgba(22, 119, 255, .3) 0%, rgba(100, 180, 255, .1) 45%, transparent 71%);
  animation: p00-glow-two 11.5s ease-in-out infinite;
}

.p00-glow-three {
  right: -45px;
  top: 44%;
  width: 320px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(22, 119, 255, .31), rgba(100, 180, 255, .1) 48%, transparent 70%);
  animation: p00-glow-three 8.5s ease-in-out infinite;
}

.p00-glow-four {
  left: -135px;
  top: -235px;
  width: 680px;
  height: 590px;
  background: radial-gradient(ellipse, rgba(22, 119, 255, .31), rgba(100, 180, 255, .11) 48%, transparent 71%);
  animation: p00-glow-four 10.5s ease-in-out infinite;
}

.p00-lightfield-top-left-outer {
  left: -280px;
  top: -340px;
  width: 880px;
  height: 760px;
  background: radial-gradient(ellipse, rgba(95, 172, 255, .24), rgba(138, 201, 255, .08) 52%, transparent 72%);
  animation: p00-top-left-outer 15.5s ease-in-out infinite;
}

.p00-lightfield-top-right-outer {
  right: -330px;
  top: -350px;
  width: 820px;
  height: 760px;
  background: radial-gradient(ellipse, rgba(86, 166, 255, .28), rgba(135, 199, 255, .09) 50%, transparent 72%);
  animation: p00-top-right-outer 17s ease-in-out infinite;
}

.p00-lightfield-bottom-left-outer {
  left: -260px;
  bottom: -360px;
  width: 780px;
  height: 670px;
  background: radial-gradient(ellipse, rgba(85, 163, 250, .23), rgba(137, 200, 255, .08) 52%, transparent 72%);
  animation: p00-bottom-left-outer 15s ease-in-out infinite;
}

.p00-ambient-light {
  left: -10vw;
  top: 0;
  width: 120vw;
  height: 100vh;
  border-radius: 0;
  filter: none;
  background: radial-gradient(ellipse at 48% 42%, rgba(72, 153, 255, .28), rgba(128, 194, 255, .08) 44%, transparent 68%);
  animation: p00-ambient-drift 20s ease-in-out infinite;
}

.p00-shell {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 500px);
  align-items: center;
  gap: clamp(48px, 7vw, 108px);
  width: min(1180px, calc(100% - 64px));
  min-height: 100vh;
  padding: 32px 0;
}

.p00-brand {
  max-width: 610px;
  padding: 20px 4px;
  animation: p00-left-enter 750ms cubic-bezier(.22, 1, .36, 1) both;
}

.p00-brand-heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 56px;
}

.p00-brand-heading::before {
  position: absolute;
  z-index: -1;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 119, 255, .28), transparent 68%);
  content: "";
  animation: p00-logo-glow 4.6s ease-in-out infinite;
}

.p00-brand-heading::before { left: -13px; top: -13px; }

.p00-brand-mark {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
}

.p00-brand-heading h1 {
  margin: 0 0 7px;
  color: #102544;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 750;
  letter-spacing: -.035em;
}

.p00-brand-heading p {
  margin: 0;
  color: #56708f;
  font-size: 15px;
  letter-spacing: .08em;
}

.p00-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.p00-feature {
  display: flex;
  gap: 14px;
  min-height: 112px;
  padding: 20px 18px;
  border: 1px solid rgba(203, 220, 242, .82);
  border-radius: 16px;
  background: rgba(255, 255, 255, .48);
  box-shadow: 0 10px 28px rgba(58, 103, 160, .045);
  backdrop-filter: blur(7px);
  opacity: 1;
  transform: translateY(0);
  animation: p00-feature-enter 620ms cubic-bezier(.22, 1, .36, 1) backwards;
  transition: transform 250ms ease, border-color 250ms ease, box-shadow 250ms ease, background-color 250ms ease;
}

.p00-feature:nth-child(1) { animation-delay: 180ms; }
.p00-feature:nth-child(2) { animation-delay: 260ms; }
.p00-feature:nth-child(3) { animation-delay: 340ms; }
.p00-feature:nth-child(4) { animation-delay: 420ms; }

.p00-feature::after {
  position: absolute;
  bottom: 13px;
  left: 74px;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1677ff, rgba(77, 163, 255, .35));
  content: "";
  transition: width 250ms ease;
}

.p00-feature { position: relative; }
.p00-feature:hover { border-color: rgba(91, 157, 238, .72); background: rgba(255, 255, 255, .7); box-shadow: 0 15px 34px rgba(42, 99, 168, .11); transform: translateY(-4px); }
.p00-feature:hover::after { width: 48px; }
.p00-feature-icon { transition: transform 250ms ease, background-color 250ms ease; }
.p00-feature:hover .p00-feature-icon { transform: scale(1.06); background: #e6f2ff; }

.p00-feature-icon,
.role-card-icon,
.forgot-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 12px;
  background: linear-gradient(145deg, #e6f1ff, #f6faff);
}

.p00-feature-icon {
  width: 42px;
  height: 42px;
  border: 1px solid #d4e5fb;
}

.p00-feature-icon img { width: 23px; height: 23px; filter: invert(36%) sepia(91%) saturate(1642%) hue-rotate(201deg) brightness(91%); }

.p00-feature h2 {
  margin: 1px 0 6px;
  color: #18365d;
  font-size: 15px;
  font-weight: 700;
}

.p00-feature p {
  margin: 0;
  color: #71829a;
  font-size: 12.5px;
  line-height: 1.65;
}

.p00-brand-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 32px;
  color: #7590ad;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
}

.p00-brand-note span {
  width: 25px;
  height: 1px;
  background: #76a9e7;
}

.p00-login-page .p00-login-card {
  width: 100%;
  overflow: visible;
  border: 1px solid rgba(194, 214, 240, .88);
  border-radius: 17px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 24px 70px rgba(41, 84, 139, .12), 0 2px 8px rgba(41, 84, 139, .05);
  backdrop-filter: blur(15px);
  animation: p00-right-enter 850ms 100ms cubic-bezier(.22, 1, .36, 1) both, p00-card-float 7s 1.15s ease-in-out infinite;
}

.p00-login-page .p00-login-card > .card-body { padding: 28px 34px 32px; }

.p00-mobile-brand { display: none; }

.p00-login-page .p00-auth-tabs {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin: -4px 0 26px;
  border-bottom: 1px solid #dce7f5;
}

.p00-login-page .p00-auth-tabs::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 16%, var(--p00-blue) 16%, var(--p00-blue) 84%, transparent 84%);
  content: "";
  transform: translateX(0);
  transition: transform 290ms cubic-bezier(.22, 1, .36, 1);
}

.p00-login-page .p00-auth-tabs.register-active::after { transform: translateX(100%); }

.p00-login-page .p00-auth-tabs .nav-link {
  position: relative;
  margin: 0;
  padding: 11px 8px 13px;
  border: 0;
  border-radius: 0;
  color: #8190a5;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.p00-login-page .p00-auth-tabs .nav-link.active { color: var(--p00-blue); }

.auth-panel { display: none; }
.auth-panel.active { display: block; animation: p00-panel-enter 270ms cubic-bezier(.22, 1, .36, 1) both; }

.p00-card-heading { margin-bottom: 20px; text-align: center; }

.p00-kicker {
  display: block;
  margin-bottom: 7px;
  color: #6b9bda;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
}

.p00-card-heading h2 {
  margin: 0 0 5px;
  color: #132a4a;
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -.025em;
}

.p00-card-heading p { margin: 0; color: #78889e; font-size: 13px; }
.p00-register-heading { margin-bottom: 17px; }

.p00-login-page .error-tip {
  display: none;
  margin: 0 0 14px;
  padding: 9px 12px;
  border: 1px solid #ffd4d5;
  border-radius: 9px;
  font-size: 12px;
}

.p00-login-page .error-tip.show { display: block; }
.p00-login-page .error-tip.success { border-color: #c5ebd3; color: #16804b; background: #edf9f2; }
.p00-login-page .error-tip.shake { animation: p00-shake 320ms ease-in-out; }

.role-selector {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 20px;
}

.p00-login-page .role-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 112px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 7px 11px;
  border: 1px solid #dce6f3;
  border-radius: 12px;
  color: inherit;
  background: rgba(255, 255, 255, .75);
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.p00-login-page .role-card:hover { border-color: #78acec; background: linear-gradient(145deg, #f8fbff, #edf6ff); box-shadow: 0 10px 22px rgba(41, 101, 181, .12); transform: translateY(-3px); }
.p00-login-page .role-card:focus-visible { outline: 3px solid rgba(23, 105, 224, .16); outline-offset: 2px; }
.p00-login-page .role-card.selected { border-color: #3b86eb; background: linear-gradient(145deg, #f5faff, #eaf4ff); box-shadow: inset 0 0 0 1px rgba(59, 134, 235, .15), 0 0 18px rgba(22, 119, 255, .11); animation: p00-role-select 320ms cubic-bezier(.22, 1, .36, 1) both, p00-role-breathe 3.6s 320ms ease-in-out infinite; }

.role-check {
  position: absolute;
  top: 7px;
  right: 7px;
  display: none;
  width: 17px;
  height: 17px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #2b78df;
  font-size: 11px;
  font-weight: 800;
}

.role-card.selected .role-check { display: inline-flex; }
.role-card.selected .role-check { animation: p00-check-pop 210ms cubic-bezier(.22, 1, .36, 1) both; }

.role-card-icon { width: 35px; height: 35px; margin-bottom: 7px; }
.role-card-icon { transition: transform 240ms ease, background-color 240ms ease; }
.role-card:hover .role-card-icon { transform: scale(1.05); background: #dfedff; }
.role-card.selected .role-card-icon { animation: p00-role-icon-select 360ms cubic-bezier(.22, 1, .36, 1) both; }
.role-card-icon img { width: 19px; height: 19px; filter: invert(34%) sepia(94%) saturate(1597%) hue-rotate(202deg) brightness(92%); }
.role-card-title { overflow: hidden; max-width: 100%; color: #213a5d; font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.role-card-desc { margin-top: 3px; color: #8391a5; font-size: 9.5px; line-height: 1.4; }

.p00-login-page .form-label { margin-bottom: 6px; color: #344b6b; font-size: 12px; font-weight: 650; }
.p00-login-page .form-control { min-height: 42px; border-color: #d6e2f1; border-radius: 9px; color: #203753; background: rgba(255, 255, 255, .82); font-size: 13px; transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease; }
.p00-login-page .form-control::placeholder { color: #a1adbd; }
.p00-login-page .form-control:focus { border-color: #6ca4ec; box-shadow: 0 0 0 3px rgba(38, 119, 224, .1); background: #fff; }
.p00-login-page .input-icon-addon { color: #8da0b7; }
.p00-login-page .input-icon-addon img { width: 17px; height: 17px; opacity: .55; }
.p00-login-page .input-icon-addon img { transition: opacity 200ms ease, filter 200ms ease, transform 200ms ease; }
.p00-login-page .input-icon:focus-within .input-icon-addon img { opacity: .92; filter: invert(36%) sepia(95%) saturate(1800%) hue-rotate(202deg) brightness(92%); transform: scale(1.04); }
.p00-login-page .input-group-flat .form-control { border-radius: 9px 0 0 9px; }
.p00-login-page .toggle-pwd { min-width: 52px; justify-content: center; border-color: #d6e2f1; border-radius: 0 9px 9px 0; color: #66809f; background: rgba(248, 251, 255, .92); font-size: 11px; cursor: pointer; }
.p00-login-page .toggle-pwd:hover { color: var(--p00-blue); background: #f1f7ff; }

.p00-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 14px 0 19px;
  font-size: 12px;
}

.p00-login-page .form-check { margin: 0; min-height: auto; }
.p00-login-page .form-check-input { width: 15px; height: 15px; margin-top: .12rem; border-color: #b9c9dd; }
.p00-login-page .form-check-input:checked { border-color: var(--p00-blue); background-color: var(--p00-blue); }
.p00-login-page .form-check-label { color: #667a94; }
.p00-login-page .forget-link { color: #276fcf; text-decoration: none; }
.p00-login-page .forget-link:hover { color: #155ab8; text-decoration: underline; }

.p00-login-page .login-btn {
  position: relative;
  width: 100%;
  min-height: 43px;
  overflow: hidden;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(100deg, #1769e0, #2c7ce8 48%, #1769e0);
  background-size: 180% 100%;
  box-shadow: 0 9px 22px rgba(23, 105, 224, .2);
  font-size: 14px;
  font-weight: 650;
  transition: background-position .3s ease, box-shadow .2s ease, transform .2s ease;
}

.p00-login-page .login-btn::before {
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -42%;
  width: 30%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .42), transparent);
  content: "";
  pointer-events: none;
  transform: skewX(-18deg);
}

.p00-login-page .login-btn:hover { background-position: 100% 0; box-shadow: 0 11px 26px rgba(23, 105, 224, .25); transform: translateY(-1px); }
.p00-login-page .login-btn:hover::before { animation: p00-button-shine 720ms ease-out 1; }
.p00-login-page .login-btn:active { transform: translateY(0); }
.button-spinner { display: none; margin-left: 7px; }
.login-btn.is-loading .button-spinner { display: inline-block; }

.p00-register-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 13px; margin-bottom: 17px; }
.p00-span-2 { grid-column: span 2; }
.mode-note { margin-top: 15px; padding: 10px 12px; border: 1px solid #dbe8f7; border-radius: 9px; color: #70829a; background: rgba(240, 247, 255, .78); font-size: 10.5px; line-height: 1.55; }
.mode-note strong { color: #2b66b3; }

.forgot-mask { position: fixed; inset: 0; z-index: 1100; background: rgba(28, 50, 80, .3); backdrop-filter: blur(3px); }
.p00-login-page .forgot-modal { position: fixed; top: 50%; left: 50%; z-index: 1101; width: min(380px, calc(100vw - 32px)); border: 1px solid #d6e3f3; border-radius: 15px; transform: translate(-50%, -50%); box-shadow: 0 24px 70px rgba(25, 57, 98, .2); }
.p00-login-page .forgot-modal .card-body { padding: 25px; }
.forgot-icon { width: 40px; height: 40px; margin-bottom: 14px; }
.forgot-icon img { width: 22px; height: 22px; filter: invert(35%) sepia(90%) saturate(1450%) hue-rotate(201deg) brightness(92%); }
.forgot-title { margin: 0 0 6px; color: #173253; font-size: 18px; font-weight: 700; }
.forgot-sub { margin: 0 0 14px; color: #718198; font-size: 12px; line-height: 1.65; }
.forgot-contact-note { padding: 10px 12px; border: 1px solid #dbe7f5; border-radius: 8px; color: #637893; background: #f5f9fe; font-size: 12px; }
.forgot-actions { display: flex; justify-content: flex-end; margin-top: 16px; }
.p00-login-page .forgot-actions .btn { border-radius: 8px; }

@keyframes p00-left-enter { from { opacity: 0; transform: translateX(-45px); } to { opacity: 1; transform: translateX(0); } }
@keyframes p00-right-enter { from { opacity: 0; transform: translateX(45px); } to { opacity: 1; transform: translateX(0); } }
@keyframes p00-feature-enter { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes p00-panel-enter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes p00-check-pop { from { opacity: 0; transform: scale(.6); } to { opacity: 1; transform: scale(1); } }
@keyframes p00-role-select { 0% { transform: scale(.96); } 58% { transform: translateY(-3px) scale(1.045); } 100% { transform: translateY(0) scale(1); } }
@keyframes p00-role-icon-select { 0% { transform: scale(.78) rotate(-8deg); } 65% { transform: scale(1.12) rotate(3deg); } 100% { transform: scale(1) rotate(0); } }
@keyframes p00-role-breathe { 0%, 100% { box-shadow: inset 0 0 0 1px rgba(59, 134, 235, .15), 0 0 12px rgba(22, 119, 255, .08); } 50% { box-shadow: inset 0 0 0 1px rgba(59, 134, 235, .24), 0 0 22px rgba(22, 119, 255, .16); } }
@keyframes p00-button-shine { from { left: -42%; } to { left: 112%; } }
@keyframes p00-glow-one {
  0%, 100% { opacity: .74; transform: translate3d(0, 0, 0) scale(.95); }
  38% { opacity: 1; transform: translate3d(-60px, 45px, 0) scale(1.1); }
  72% { opacity: .8; transform: translate3d(25px, -20px, 0) scale(.99); }
}
@keyframes p00-glow-two {
  0%, 100% { opacity: .66; transform: translate3d(-35px, 35px, 0) scale(.95); }
  46% { opacity: 1; transform: translate3d(80px, -58px, 0) scale(1.1); }
  74% { opacity: .74; transform: translate3d(38px, -25px, 0) scale(.99); }
}
@keyframes p00-glow-three {
  0%, 100% { opacity: .58; transform: translate3d(0, -48px, 0) scale(.93); }
  48% { opacity: 1; transform: translate3d(35px, 70px, 0) scale(1.12); }
  78% { opacity: .66; transform: translate3d(-22px, -28px, 0) scale(.99); }
}
@keyframes p00-glow-four {
  0%, 100% { opacity: .68; transform: translate3d(-55px, -30px, 0) scale(.94); }
  42% { opacity: 1; transform: translate3d(90px, 45px, 0) scale(1.1); }
  76% { opacity: .76; transform: translate3d(-28px, -15px, 0) scale(.99); }
}
@keyframes p00-top-left-outer {
  0%, 100% { opacity: .56; transform: translate3d(55px, 28px, 0) scale(1.06); }
  45% { opacity: 1; transform: translate3d(-80px, -40px, 0) scale(.94); }
  78% { opacity: .66; transform: translate3d(28px, 14px, 0) scale(1); }
}
@keyframes p00-top-right-outer {
  0%, 100% { opacity: .56; transform: translate3d(60px, -26px, 0) scale(1.06); }
  44% { opacity: 1; transform: translate3d(-90px, 55px, 0) scale(.94); }
  77% { opacity: .66; transform: translate3d(32px, 12px, 0) scale(1.08); }
}
@keyframes p00-bottom-left-outer {
  0%, 100% { opacity: .52; transform: translate3d(60px, -35px, 0) scale(1.06); }
  48% { opacity: .94; transform: translate3d(-75px, 42px, 0) scale(.94); }
  78% { opacity: .64; transform: translate3d(25px, -15px, 0) scale(1); }
}
@keyframes p00-ambient-drift {
  0%, 100% { opacity: .16; transform: translate3d(-7vw, -3vh, 0); }
  46% { opacity: .28; transform: translate3d(7vw, 5vh, 0); }
  78% { opacity: .2; transform: translate3d(-4vw, 0, 0); }
}
@keyframes p00-orbit-field-drift {
  0%, 100% { opacity: .82; transform: rotate(-6deg) translate3d(0, 0, 0); }
  48% { opacity: 1; transform: rotate(5deg) translate3d(-12px, 10px, 0); }
}
@keyframes p00-flow-dash { from { stroke-dashoffset: 0; } to { stroke-dashoffset: -260; } }
@keyframes p00-top-sweep {
  0%, 72%, 100% { opacity: 0; stroke-dashoffset: 0; }
  79% { opacity: .35; }
  92% { opacity: 0; stroke-dashoffset: -430; }
}
@keyframes p00-data-flight { 0%, 12% { opacity: 0; translate: 0 0; } 20% { opacity: .82; } 72% { opacity: .7; } 82%, 100% { opacity: 0; translate: calc(100vw + 190px) -48vh; } }
@keyframes p00-card-float { 0%, 100% { transform: translateY(0); box-shadow: 0 24px 70px rgba(41, 84, 139, .12), 0 2px 8px rgba(41, 84, 139, .05); } 50% { transform: translateY(-3px); box-shadow: 0 28px 76px rgba(41, 84, 139, .15), 0 3px 10px rgba(41, 84, 139, .07); } }
@keyframes p00-logo-glow { 0%, 100% { opacity: .12; transform: scale(.9); } 50% { opacity: .25; transform: scale(1.12); } }
@keyframes p00-shake { 0%, 100% { transform: translateX(0); } 30% { transform: translateX(-4px); } 60% { transform: translateX(4px); } }

@media (max-width: 1040px) {
  .p00-shell { grid-template-columns: minmax(0, 1fr) minmax(410px, 470px); gap: 44px; width: min(960px, calc(100% - 48px)); }
  .p00-feature-grid { grid-template-columns: 1fr; gap: 13px; }
  .p00-feature { min-height: 0; padding: 15px; }
  .p00-brand-heading { margin-bottom: 32px; }
}

@media (max-width: 820px) {
  .p00-login-page { display: block; }
  .p00-shell { display: flex; width: min(520px, calc(100% - 32px)); min-height: 100vh; flex-direction: column; justify-content: center; gap: 18px; padding: 24px 0; }
  .p00-login-card { order: 1; }
  .p00-brand { display: none; }
  .p00-mobile-brand { display: flex; align-items: center; justify-content: center; gap: 10px; margin: -2px 0 18px; color: #1b3558; font-size: 14px; font-weight: 700; }
  .p00-mobile-brand img { width: 34px; height: 34px; }
}

@media (max-width: 520px) {
  .p00-shell { width: min(100% - 20px, 470px); padding: 10px 0; }
  .p00-login-page .p00-login-card > .card-body { padding: 22px 18px 24px; }
  .role-selector { gap: 6px; }
  .p00-login-page .role-card { min-height: 104px; padding: 11px 4px 9px; }
  .role-card-desc { font-size: 8.5px; }
  .p00-register-grid { grid-template-columns: 1fr; }
  .p00-span-2 { grid-column: auto; }
}

@media (max-height: 820px) and (min-width: 821px) {
  .p00-shell { padding-top: 18px; padding-bottom: 18px; }
  .p00-brand-heading { margin-bottom: 31px; }
  .p00-feature { min-height: 96px; padding: 16px; }
  .p00-login-page .p00-login-card > .card-body { padding-top: 22px; padding-bottom: 24px; }
  .p00-login-page .p00-auth-tabs { margin-bottom: 19px; }
  .p00-card-heading { margin-bottom: 15px; }
  .role-selector { margin-bottom: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .p00-brand,
  .p00-feature,
  .p00-login-page .p00-login-card,
  .p00-login-page .role-card.selected,
  .auth-panel.active,
  .p00-login-page .error-tip.shake { animation: none; }
  .p00-feature { opacity: 1; transform: none; }
  .tech-orbits,
  .tech-glows,
  .tech-flow,
  .p00-data-lights,
  .p00-particles { display: none; }
  .p00-feature:hover,
  .p00-login-page .role-card:hover,
  .p00-login-page .login-btn:hover { transform: none; }
  .p00-login-page *,
  .p00-login-page *::before,
  .p00-login-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
