@font-face {
  font-family: 'Chulabhorn Likhit Text';
  src: url('/fonts/chulabhorn-likhit/chulabhornlikittext-light.woff2') format('woff2');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Chulabhorn Likhit Text';
  src: url('/fonts/chulabhorn-likhit/chulabhornlikittext-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Chulabhorn Likhit Text';
  src: url('/fonts/chulabhorn-likhit/chulabhornlikittext-medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
}
@font-face {
  font-family: 'Chulabhorn Likhit Text';
  src: url('/fonts/chulabhorn-likhit/chulabhornlikittext-bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
}
@font-face {
  font-family: 'Chulabhorn Likhit Display';
  src: url('/fonts/chulabhorn-likhit/chulabhornlikitdisplay-medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

.public-page { min-height: 100vh; padding: 28px 18px; color: #423952; background: radial-gradient(circle at 10% 0%, rgba(196,181,253,.26), transparent 32%), #f7f5fb; font-family: 'Chulabhorn Likhit Text', 'Noto Sans Thai', system-ui, sans-serif; }
.public-page, .public-page * { box-sizing: border-box; }
.public-page a { color: #7041a5; }
body { margin: 0; min-width: 320px; }
.public-shell { width: min(960px, 100%); margin: 0 auto; }
.public-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 26px; }
.public-brand { display: inline-flex; align-items: center; gap: 11px; color: #3f216f; text-decoration: none; }
.public-brand strong, .public-brand small { display: block; }
.public-brand strong { font-family: 'Chulabhorn Likhit Display', 'Chulabhorn Likhit Text', sans-serif; font-size: 15px; line-height: 1.35; }
.public-brand small { color: #746f7d; font-size: 12px; margin-top: 2px; }
.public-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 5px 16px rgba(63,33,111,.1); }
.public-mark img { display: block; width: 100%; height: 100%; object-fit: contain; padding: 3px; }
.public-login { padding: 9px 16px; border: 1px solid #e7e0f1; border-radius: 999px; background: #fff; color: #5b358a; font-size: 13px; text-decoration: none; }
.public-card { padding: clamp(28px, 6vw, 64px); border: 1px solid #e2e8f0; border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: 0 18px 50px rgba(63,33,111,.1); }
.public-eyebrow { color: #7c4dbe; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.public-page h1 { margin: 10px 0 8px; color: #3f216f; font-family: 'Chulabhorn Likhit Display', 'Chulabhorn Likhit Text', sans-serif; font-size: clamp(28px, 5vw, 44px); line-height: 1.2; }
.public-updated { margin: 0 0 34px; color: #746f7d; font-size: 13px; }
.public-content { color: #423952; font-size: 16px; line-height: 1.8; }
.public-content h2 { margin: 30px 0 8px; color: #3f216f; font-size: 20px; line-height: 1.35; }
.public-content p { margin: 0 0 14px; }
.public-content ul { margin: 0 0 16px; padding-left: 25px; }
.public-content li { margin: 5px 0; }
.public-lead { color: #3f216f; font-size: 18px; line-height: 1.75; }
.public-highlight { display: grid; gap: 2px; margin: 26px 0 30px; padding: 18px 20px; border-left: 4px solid #7c4dbe; border-radius: 12px; background: #f5f0fc; }
.public-highlight strong { color: #5b358a; }
.public-footer { display: flex; justify-content: space-between; gap: 16px; padding: 22px 4px 4px; color: #746f7d; font-size: 12px; }
.public-footer nav { display: flex; flex-wrap: wrap; gap: 16px; }
.public-footer a { color: #5b358a; }
@media (max-width: 640px) { .public-page { padding: 16px 12px; } .public-header { align-items: flex-start; } .public-brand strong { max-width: 210px; } .public-card { padding: 26px 20px; border-radius: 18px; } .public-content { font-size: 15px; } .public-lead { font-size: 17px; } .public-footer { display: grid; } }
