:root {
  color: #25353b;
  background: #f5f7f4;
  font-family: Inter, "Noto Sans CJK SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
button, input, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #83b69d; outline-offset: 3px; }
h1, h2, p { margin: 0; }
[hidden] { display: none !important; }
.entry-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(330px, 42%) 1fr; }
.entry-intro { display: flex; flex-direction: column; min-height: 100vh; padding: 56px 13%; color: #fff; background: #142d3a; }
.entry-brand { display: flex; align-items: center; gap: 15px; }
.entry-mark { display: grid; place-items: center; width: 48px; height: 48px; color: #d7edbe; border: 1px solid #658777; border-radius: 12px; font-size: 28px; }
.entry-brand h1 { font-size: 25px; font-weight: 600; letter-spacing: 5px; line-height: 1.2; }
.entry-brand div > span { display: block; margin-top: 7px; font-size: 11px; letter-spacing: 3px; color: #c0ced1; }
.intro-copy { margin: auto 0; padding: 90px 0; }
.entry-eyebrow { display: block; color: #adc5b0; font-size: 10px; letter-spacing: 2px; }
.intro-copy h2 { margin-top: 26px; color: #e2efdb; font-size: clamp(32px, 3.2vw, 48px); font-weight: 500; line-height: 1.55; letter-spacing: 2px; }
.intro-copy p { margin-top: 27px; color: #b4c7cb; font-size: 13px; line-height: 2; }
.intro-company { color: #a1b6bf; font-size: 11px; line-height: 1.8; }
.entry-panel { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 66px 36px 28px; }
.entry-card { width: 100%; max-width: 398px; margin: auto 0; }
.entry-badge { display: inline-block; color: #326d59; background: #e8efe6; border-radius: 5px; padding: 6px 10px; font-size: 11px; letter-spacing: 1px; }
.entry-card h2 { margin-top: 22px; font-size: 28px; font-weight: 600; letter-spacing: -.5px; }
.entry-description { margin-top: 12px; color: #697b7f; font-size: 13px; line-height: 1.8; }
.entry-form { display: grid; gap: 23px; margin-top: 34px; }
.entry-field { display: grid; gap: 9px; font-size: 13px; font-weight: 500; }
.entry-field input, .entry-field select { min-width: 0; width: 100%; padding: 13px 14px; line-height: 1.5; color: #25353b; background: #fff; border: 1px solid #dce3dd; border-radius: 8px; font-weight: 400; }
.entry-field input::placeholder { color: #98a4a3; }
.entry-field input:focus { border-color: #326d59; }
.entry-field small { color: #6b7d7b; font-size: 11px; font-weight: 400; line-height: 1.7; }
.entry-submit { display: flex; justify-content: center; align-items: center; gap: 18px; min-height: 47px; padding: 12px 20px; color: #fff; background: #326d59; border: 1px solid #326d59; border-radius: 8px; font-size: 14px; font-weight: 500; }
.entry-submit:hover:not(:disabled) { background: #24513f; border-color: #24513f; }
.entry-message { padding: 11px 13px; border: 1px solid #efd7d1; border-radius: 7px; color: #963e35; background: #fff4f0; font-size: 12px; line-height: 1.8; overflow-wrap: anywhere; }
.entry-help { margin-top: 23px; color: #778785; font-size: 11px; line-height: 1.9; text-align: center; }
.entry-footer { margin-top: 60px; color: #82908c; font-size: 11px; letter-spacing: 1px; text-align: center; }
.setup-shell .entry-panel { padding-top: 42px; }
.setup-shell .entry-form { gap: 18px; margin-top: 25px; }
.setup-shell .entry-card { max-width: 420px; }
.setup-success { display: grid; gap: 20px; margin-top: 28px; padding: 24px; border: 1px solid #cbdcc9; border-radius: 10px; background: #eef5eb; }
.setup-success h3 { margin: 0; color: #24513f; font-size: 18px; }
.setup-success p { color: #51665a; line-height: 1.9; font-size: 13px; overflow-wrap: anywhere; }
.setup-success strong { color: #24513f; }
.setup-accounts { margin-top: 28px; padding-top: 22px; border-top: 1px solid #dce3dd; }
.setup-accounts h3 { margin: 0 0 12px; font-size: 13px; font-weight: 600; }
.setup-accounts > p { color: #697b7f; font-size: 12px; line-height: 1.8; }
.setup-accounts ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.setup-accounts li { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 12px; }
.setup-accounts li span { overflow-wrap: anywhere; }
.setup-accounts button { flex-shrink: 0; color: #326d59; border: 1px solid #d6e1d8; border-radius: 5px; background: #fff; padding: 6px 9px; font-size: 11px; }
@media (max-width: 760px) {
  .entry-shell { display: block; }
  .entry-intro { min-height: auto; padding: 28px 30px; }
  .entry-mark { width: 41px; height: 41px; font-size: 24px; }
  .entry-brand h1 { font-size: 22px; }
  .intro-copy, .intro-company { display: none; }
  .entry-panel, .setup-shell .entry-panel { padding: 42px 26px 25px; }
  .entry-card h2 { margin-top: 18px; font-size: 26px; }
  .entry-footer { margin-top: 44px; }
}
