:root {
  --ink:#242038;
  --muted:#726d7e;
  --blue:#6550ad;
  --blue-dark:#503d90;
  --yellow:#ffd34e;
  --line:#e3dfea;
  --tint:#f4f0fa;
  --danger:#bb3d35;
  --positive:#267d48;
  --font:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;
  color-scheme:light
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:96px
}
body {
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:var(--font);
  font-size:16px;
  line-height:1.65
}
a {
  color:inherit;
  text-decoration:none
}
button,input,select,textarea {
  font:inherit
}
button,a,input,select,textarea,summary {
  -webkit-tap-highlight-color:transparent
}
button,a,summary {
  touch-action:manipulation
}
:focus-visible {
  outline:3px solid var(--blue);
  outline-offset:4px
}
[hidden] {
  display:none!important
}
button {
  cursor:pointer
}
button:disabled {
  cursor:wait;
  opacity:.55
}
h1,h2,h3,p,figure {
  margin:0
}
h1,h2,h3 {
  line-height:1.3
}
h2 {
  font-size:clamp(28px,3vw,40px);
  letter-spacing:-.03em;
  font-weight:650
}
h3 {
  font-size:20px;
  font-weight:600
}
p {
  overflow-wrap:anywhere
}
.skip-link {
  position:fixed;
  left:12px;
  top:-70px;
  z-index:5;
  background:#fff;
  padding:8px 16px
}
.skip-link:focus {
  top:8px
}
.site-header {
  height:88px;
  border-bottom:1px solid #eef1f5;
  background:#fff
}
.nav-wrap {
  max-width:1280px;
  margin:auto;
  padding:0 40px;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-size:25px;
  font-weight:650;
  white-space:nowrap;
  letter-spacing:-.03em
}
.brand small {
  display:inline-block;
  margin-left:12px;
  padding-left:12px;
  border-left:1px solid var(--line);
  font-size:13px;
  font-weight:400;
  letter-spacing:0;
  color:var(--muted)
}
.brand-mark {
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:10px;
  background:var(--yellow);
  font-size:21px;
  font-weight:600
}
.site-header nav,.nav-actions {
  display:flex;
  align-items:center;
  gap:30px
}
.site-header nav a,.quiet-link {
  font-size:14px;
  color:#4a5260
}
.site-header nav a:hover,.quiet-link:hover,.text-link:hover {
  color:var(--blue)
}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:20px;
  min-height:48px;
  padding:12px 25px;
  border:1px solid transparent;
  border-radius:7px;
  font-weight:550;
  line-height:1.4;
  transition:background .15s,box-shadow .15s
}
.button.small {
  min-height:42px;
  padding:10px 20px;
  font-size:14px
}
.button.primary {
  background:var(--blue);
  color:#fff
}
.button.primary:hover {
  background:var(--blue-dark)
}
.button.creation {
  background:var(--yellow);
  color:var(--ink)
}
.button.creation:hover {
  background:#f7c731
}
.button.secondary {
  background:#fff;
  border-color:var(--line);
  color:var(--ink)
}
.button.danger {
  background:#fff;
  border-color:#e7b4b0;
  color:var(--danger)
}
.hero {
  background:linear-gradient(105deg,#f0f5fd 0%,#f4f8fe 44%,#e3edfc 100%);
  overflow:hidden
}
.hero-inner {
  max-width:1280px;
  min-height:650px;
  display:grid;
  grid-template-columns:42% 58%;
  gap:30px;
  align-items:center;
  margin:auto;
  padding:62px 40px 64px
}
.hero-copy {
  z-index:1
}
.eyebrow {
  color:var(--blue);
  font-size:14px;
  font-weight:550;
  margin-bottom:20px
}
.hero h1 {
  font-size:clamp(40px,4.4vw,62px);
  line-height:1.25;
  letter-spacing:-.045em;
  font-weight:680
}
.hero h1 span {
  color:var(--blue)
}
.hero-description {
  font-size:20px;
  line-height:1.8;
  color:#505b6d;
  margin-top:24px;
  margin-bottom:32px
}
.fine-print {
  font-size:13px;
  color:var(--muted);
  margin-top:18px
}
.hero-product {
  width:900px;
  margin-top:24px;
  align-self:center
}
.hero-product img {
  display:block;
  width:100%;
  height:auto;
  border-radius:12px;
  border:1px solid #dce3ed;
  box-shadow:0 22px 60px #22497816
}
.hero-product figcaption {
  font-size:12px;
  color:var(--muted);
  padding-top:12px
}
.section {
  max-width:1200px;
  margin:auto;
  padding:88px 40px
}
.section-intro,.section-heading {
  text-align:center
}
.section-lead {
  margin-top:20px;
  color:var(--muted);
  font-size:17px;
  line-height:1.9
}
.feature-grid {
  margin-top:54px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:56px;
  text-align:left
}
.feature-symbol {
  color:var(--blue);
  display:inline-grid;
  place-items:center;
  font-size:30px;
  width:42px;
  height:42px;
  margin-bottom:18px
}
.feature-grid h3 {
  margin-bottom:14px
}
.feature-grid p,.roles-list p {
  color:var(--muted);
  font-size:16px;
  line-height:1.9
}
.team-section {
  background:#f7f9fc
}
.split-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center
}
.text-link {
  display:inline-block;
  color:var(--blue);
  font-weight:550;
  margin-top:26px
}
.roles-list article {
  display:flex;
  gap:24px;
  padding:26px 0;
  border-bottom:1px solid var(--line)
}
.roles-list article:last-child {
  border-bottom:0
}
.roles-list h3 {
  margin-bottom:8px
}
.role-icon {
  display:grid;
  place-items:center;
  flex:0 0 42px;
  height:42px;
  color:var(--blue);
  background:#eaf1fc;
  border-radius:10px;
  font-size:18px
}
.capital-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
  border-bottom:1px solid var(--line)
}
.capital-section p:not(.eyebrow) {
  line-height:1.9
}
.muted {
  color:var(--muted)
}
.capital-section .muted {
  margin-top:14px;
  font-size:14px
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  list-style:none;
  padding:0;
  margin:50px 0 0;
  gap:54px
}
.steps span {
  color:var(--blue);
  font-variant-numeric:tabular-nums;
  font-size:14px
}
.steps h3 {
  margin:14px 0
}
.steps p {
  color:var(--muted)
}
.client-panel {
  padding:48px;
  background:var(--tint);
  border:1px solid #e6edf8;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:48px
}
.client-panel p:not(.eyebrow) {
  margin-top:18px;
  color:var(--muted)
}
.questions {
  padding-top:0;
  max-width:980px
}
.questions h2 {
  margin-bottom:28px;
  font-size:28px
}
.questions details {
  padding:22px 0;
  border-bottom:1px solid var(--line)
}
.questions summary {
  cursor:pointer;
  font-weight:550
}
.questions details p {
  padding-top:14px;
  color:var(--muted)
}
.site-footer {
  max-width:1200px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin:auto;
  padding:32px 40px;
  border-top:1px solid var(--line);
  font-size:13px;
  color:var(--muted)
}
.site-footer .brand {
  font-size:20px;
  color:var(--ink)
}
/* Shared public application and private platform surfaces. */
.auth-page {
  background:var(--tint);
  min-height:100vh
}
.auth-layout {
  max-width:1140px;
  margin:auto;
  padding:60px 40px;
  display:grid;
  grid-template-columns:1fr 460px;
  gap:90px;
  align-items:center
}
.auth-copy h1 {
  font-size:42px;
  line-height:1.4;
  letter-spacing:-.04em
}
.auth-copy p {
  margin-top:20px;
  color:var(--muted)
}
.auth-copy ul {
  padding:0;
  list-style:none;
  margin-top:30px
}
.auth-copy li {
  padding:10px 0;
  color:#525d6e
}
.auth-card {
  background:#fff;
  padding:36px;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 20px 50px #233f5d08
}
.auth-card h1,.auth-card h2 {
  font-size:27px;
  letter-spacing:-.025em
}
.auth-card .intro {
  margin:12px 0 24px;
  color:var(--muted);
  font-size:14px
}
.field {
  display:block;
  margin:18px 0
}
.field>span {
  display:block;
  margin-bottom:7px;
  font-size:14px;
  font-weight:550
}
.field input,.field select,.field textarea {
  width:100%;
  min-height:46px;
  border:1px solid #d7dfe9;
  border-radius:7px;
  background:#fff;
  padding:10px 12px;
  color:var(--ink)
}
.field input::placeholder,.field textarea::placeholder {
  color:#9299a5
}
.field textarea {
  min-height:100px;
  resize:vertical
}
.password-wrap {
  display:flex;
  border:1px solid #d7dfe9;
  border-radius:7px
}
.password-wrap input {
  border:0;
  min-width:0
}
.password-wrap button {
  border:0;
  background:transparent;
  color:var(--muted);
  padding:0 12px;
  font-size:13px;
  min-width:48px
}
.country-set {
  border:0;
  padding:0;
  margin:20px 0
}
.country-set legend {
  font-size:14px;
  font-weight:550;
  margin-bottom:10px
}
.country-set label {
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  margin-right:18px
}
.country-set input {
  accent-color:var(--blue);
  width:17px;
  height:17px
}
.full-width {
  width:100%
}
.form-note {
  color:var(--muted);
  font-size:13px;
  margin-top:18px
}
.form-error {
  color:var(--danger);
  font-size:14px;
  margin:14px 0;
  white-space:pre-line
}
.form-notice {
  background:var(--tint);
  border-radius:8px;
  padding:14px;
  font-size:14px;
  margin:16px 0;
  white-space:pre-line
}
.pending-symbol {
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:#fff6d7;
  color:#805c00;
  font-size:24px;
  margin-bottom:22px
}
.info-list {
  margin:28px 0
}
.info-list div {
  display:grid;
  grid-template-columns:80px 1fr;
  padding:12px 0;
  border-bottom:1px solid var(--line);
  gap:18px
}
.info-list dt {
  color:var(--muted);
  font-size:14px
}
.info-list dd {
  margin:0;
  overflow-wrap:anywhere;
  font-size:14px
}
.platform-header .nav-wrap {
  max-width:none
}
.platform-label {
  font-size:14px;
  font-weight:400;
  color:var(--muted);
  margin-left:18px
}
.platform-main {
  max-width:1400px;
  margin:auto;
  padding:32px
}
.platform-main h1 {
  font-size:28px
}
.platform-login {
  max-width:450px;
  margin:64px auto
}
.platform-controls {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin:28px 0 22px
}
.filters {
  display:flex;
  gap:6px;
  flex-wrap:wrap
}
.filters button {
  border:0;
  border-radius:6px;
  padding:9px 16px;
  min-height:42px;
  color:var(--muted);
  background:transparent;
  font-size:14px
}
.filters button[aria-pressed=true] {
  background:#eee9f8;
  color:var(--blue)
}
.platform-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:24px;
  align-items:start
}
.application-list {
  border:1px solid var(--line);
  border-radius:10px;
  overflow:hidden
}
.application-row {
  display:flex;
  justify-content:space-between;
  gap:16px;
  width:100%;
  padding:20px;
  text-align:left;
  border:0;
  border-bottom:1px solid var(--line);
  background:#fff
}
.application-row:last-child {
  border-bottom:0
}
.application-row:hover {
  background:#f7f4fb
}
.application-row[aria-pressed=true] {
  background:#eee9f8
}
.application-row strong {
  display:block;
  font-size:16px;
  font-weight:550
}
.application-row small {
  display:block;
  font-size:13px;
  color:var(--muted);
  margin-top:5px;
  overflow-wrap:anywhere
}
.application-row .status {
  flex-shrink:0;
  align-self:flex-start
}
.status {
  font-size:12px;
  padding:3px 9px;
  border-radius:5px;
  background:#f2f4f7;
  color:var(--muted)
}
.status.pending {
  background:#fff5d5;
  color:#805b00
}
.status.approved {
  background:#eaf6ee;
  color:var(--positive)
}
.status.rejected {
  background:#fff0ee;
  color:var(--danger)
}
.review-panel {
  border:1px solid var(--line);
  border-radius:10px;
  padding:24px;
  background:#fff;
  position:sticky;
  top:24px
}
.review-panel h2 {
  font-size:20px;
  overflow-wrap:anywhere
}
.review-panel .info-list {
  margin:16px 0
}
.review-panel .info-list div {
  grid-template-columns:70px 1fr
}
.review-actions {
  display:flex;
  gap:12px
}
.review-actions button {
  flex:1;
  min-height:44px;
  font-size:14px;
  padding:10px 12px
}
.empty-state {
  padding:50px 24px;
  text-align:center;
  color:var(--muted);
  font-size:14px
}
.platform-meta {
  font-size:13px;
  color:var(--muted);
  margin-top:10px
}
.count-summary {
  font-size:14px;
  color:var(--muted)
}
.small-note {
  font-size:12px;
  color:var(--muted);
  margin-top:12px
}
@media(min-width:1500px) {
  .hero-inner {
    min-height:700px
  }
  .hero-product {
    width:950px
  }
}
@media(max-width:1050px) {
  .site-header nav {
    gap:20px
  }
  .brand small {
    display:none
  }
  .hero-inner {
    grid-template-columns:45% 55%;
    min-height:570px;
    padding-left:32px
  }
  .hero-product {
    width:750px
  }
  .hero h1 {
    font-size:44px
  }
  .split-section {
    gap:45px
  }
  .auth-layout {
    gap:40px;
    grid-template-columns:1fr 440px
  }
  .auth-copy h1 {
    font-size:34px
  }
  .platform-layout {
    grid-template-columns:minmax(0,1fr) 340px
  }
}
@media(max-width:780px) {
  .site-header {
    height:74px
  }
  .nav-wrap {
    padding:0 20px;
    gap:12px
  }
  .site-header nav {
    display:none
  }
  .nav-actions {
    gap:16px
  }
  .quiet-link {
    font-size:13px
  }
  .brand {
    font-size:22px;
    gap:9px
  }
  .brand-mark {
    width:32px;
    height:32px
  }
  .hero-inner {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:38px;
    padding:44px 24px 26px;
    min-height:0
  }
  .hero h1 {
    font-size:43px
  }
  .hero-description {
    font-size:18px;
    margin:20px 0 26px
  }
  .hero-product {
    width:100%;
    margin-top:0
  }
  .hero-product img {
    border-radius:8px
  }
  .section {
    padding:58px 24px
  }
  .feature-grid {
    grid-template-columns:1fr;
    gap:30px;
    margin-top:36px
  }
  .feature-symbol {
    float:left;
    margin:0 14px 0 0
  }
  .feature-grid article {
    display:flow-root
  }
  .feature-grid h3,.feature-grid p {
    margin-left:56px
  }
  .feature-grid h3 {
    margin-bottom:10px
  }
  .split-section,.capital-section {
    grid-template-columns:1fr;
    gap:30px
  }
  .roles-list article {
    gap:18px;
    padding:22px 0
  }
  .steps {
    grid-template-columns:1fr;
    gap:30px;
    margin-top:35px
  }
  .steps h3 {
    margin:8px 0
  }
  .client-panel {
    flex-direction:column;
    align-items:flex-start;
    gap:25px;
    padding:28px
  }
  .questions {
    padding-top:10px
  }
  .site-footer {
    padding:25px 24px;
    flex-wrap:wrap;
    gap:14px
  }
  .auth-layout {
    display:block;
    padding:30px 20px
  }
  .auth-copy {
    margin:0 0 28px
  }
  .auth-copy h1 {
    font-size:29px
  }
  .auth-copy ul {
    display:none
  }
  .auth-copy p {
    margin-top:12px;
    font-size:14px
  }
  .auth-card {
    padding:25px;
    max-width:480px;
    margin:auto
  }
  .platform-main {
    padding:24px 18px
  }
  .platform-login {
    margin:32px auto
  }
  .platform-layout {
    grid-template-columns:1fr
  }
  .review-panel {
    position:static
  }
  .platform-controls {
    align-items:flex-start;
    flex-wrap:wrap;
    gap:12px
  }
  .platform-label {
    font-size:12px;
    margin-left:4px
  }
  .platform-header .quiet-link {
    display:none
  }
  .application-row {
    padding:17px
  }
  .auth-card h1 {
    font-size:25px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  * {
    transition:none!important
  }
}
/* Form and data alignment follow the same compact visual rhythm. */
.feature-symbol svg,.role-icon svg {
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round
}
.hero-inner {
  grid-template-columns:minmax(0, .8fr) minmax(0, 1.2fr);
  gap:38px;
  min-height:620px
}
.hero-product {
  width:calc(100% + 70px)
}
.field>label {
  display:block;
  font-size:14px;
  font-weight:550;
  margin-bottom:7px
}
.field>.form-note,.country-set>.form-note {
  display:block;
  font-size:12px;
  font-weight:400;
  line-height:1.6;
  margin-top:8px
}
.auth-copy .steps {
  display:block;
  margin:32px 0
}
.auth-copy .steps li {
  display:grid;
  grid-template-columns:28px 1fr;
  column-gap:12px;
  padding:15px 0
}
.auth-copy .steps span {
  grid-row:span 2;
  padding-top:2px
}
.auth-copy .steps h3 {
  font-size:17px;
  margin:0
}
.auth-copy .steps p {
  font-size:14px;
  margin-top:5px
}
.auth-card>.muted,.auth-card #application-form-panel>.muted {
  font-size:14px;
  margin:12px 0 24px
}
.info-list {
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  gap:14px 12px
}
.info-list dt,.info-list dd {
  line-height:1.65
}
.platform-header {
  min-height:76px;
  padding:16px 32px;
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.platform-header>div {
  display:flex;
  align-items:center;
  gap:18px
}
.platform-meta {
  display:block;
  overflow-wrap:anywhere;
  line-height:1.6
}
.application-row>span:first-child {
  min-width:0
}
.application-row>span:last-child {
  text-align:right;
  flex-shrink:0
}
.review-panel h2 {
  margin-top:14px
}
@media(min-width:1500px) {
  .hero-product {
    width:calc(100% + 110px)
  }
}
@media(max-width:1050px) {
  .hero-inner {
    grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
    gap:24px
  }
  .hero-product {
    width:calc(100% + 24px)
  }
}
@media(max-width:780px) {
  .hero-product {
    width:100%
  }
  .auth-copy .steps,.auth-copy .small-note,.auth-copy .section-lead {
    display:none
  }
  .auth-copy {
    max-width:480px;
    margin:0 auto 24px
  }
  .auth-copy h1 {
    font-size:28px
  }
  .auth-copy h1 br {
    display:none
  }
  .platform-header {
    padding:16px 18px
  }
  .platform-header .brand small {
    display:none
  }
  .application-row>span:last-child {
    max-width:110px
  }
  .application-row {
    gap:12px
  }
  .platform-meta {
    font-size:12px
  }
  .info-list {
    grid-template-columns:70px minmax(0,1fr)
  }
}
.password-wrap button {
  white-space:nowrap;
  min-width:64px
}
@media(min-width:781px) {
  .auth-layout {
    padding-top:36px;
    padding-bottom:36px
  }
}
