@import url("../design-foundation.css?v=20260817a");

body.public-page { min-height: 100vh; }
.public-shell { display: flex; min-height: 100vh; flex-direction: column; }
.public-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.public-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid color-mix(in srgb, var(--border) 82%, transparent);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(18px);
}
.public-header-inner { display: flex; min-height: 72px; align-items: center; gap: 22px; }
.public-brand { display: flex; min-width: 0; align-items: center; gap: 11px; text-decoration: none; }
.public-brand .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
.public-brand-name { font-size: 12px; font-weight: 850; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.public-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.public-nav a { padding: 9px 11px; border-radius: 9px; color: var(--text-soft); font-size: 12px; font-weight: 750; text-decoration: none; }
.public-nav a:hover, .public-nav a[aria-current="page"] { background: var(--surface-muted); color: var(--text); }
.public-actions { display: flex; align-items: center; gap: 8px; }
.public-menu-button { display: none; }

.public-main { flex: 1; }
.public-footer { margin-top: auto; border-top: 1px solid var(--border); background: color-mix(in srgb, var(--surface) 70%, var(--bg)); }
.public-footer-main { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 36px; padding-block: 44px 34px; }
.public-footer h2 { margin: 0 0 8px; font-size: 13px; overflow-wrap: anywhere; }
.public-footer p { max-width: 430px; margin: 0; color: var(--text-soft); font-size: 12px; }
.footer-links h3 { margin: 0 0 10px; color: var(--text-faint); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { display: block; margin: 7px 0; color: var(--text-soft); font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: var(--primary); }
.public-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid var(--border); color: var(--text-faint); font-size: 10px; }

.public-hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: url("../lsas-banner.jpg") center 45% / cover no-repeat;
}
.public-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(7 12 25 / 93%) 0%, rgb(7 12 25 / 78%) 42%, rgb(7 12 25 / 22%) 74%, rgb(7 12 25 / 10%) 100%); }
.public-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(transparent, color-mix(in srgb, var(--bg) 96%, transparent)); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 700px) 1fr; align-items: center; padding-block: 76px 110px; }
.hero-panel { padding: 34px; border: 1px solid rgb(255 255 255 / 15%); border-radius: 24px; background: rgb(10 16 30 / 72%); box-shadow: 0 24px 70px rgb(0 0 0 / 28%); color: #fff; backdrop-filter: blur(16px); }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 5px 10px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 999px; color: #69dfc8; font-size: 10px; font-weight: 800; }
.hero-kicker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #50d4ae; box-shadow: 0 0 0 4px rgb(80 212 174 / 13%); }
.hero-title { margin: 22px 0 15px; font-size: clamp(42px, 5.6vw, 68px); line-height: 1.08; letter-spacing: -.055em; }
.hero-gradient { background: linear-gradient(90deg, #b5a7ff, #70d7ef); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy { max-width: 580px; margin: 0; color: rgb(255 255 255 / 78%); font-size: 15px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.hero-actions .button:not(.primary) { border-color: rgb(255 255 255 / 18%); background: rgb(8 14 27 / 48%); color: #fff; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; color: rgb(255 255 255 / 65%); font-size: 10px; }
.hero-notes span::before { content: "✓"; margin-right: 6px; color: #50d4ae; }

.integration-bar { border-block: 1px solid var(--border); background: var(--surface); }
.integration-inner { display: flex; flex-wrap: wrap; min-height: 76px; align-items: center; justify-content: center; gap: 36px; color: var(--text-faint); font-size: 11px; font-weight: 800; }
.integration-inner strong { color: var(--text-soft); }

.public-section { padding-block: 92px; }
.public-section.compact { padding-block: 64px; }
.public-section.alt { border-block: 1px solid var(--border); background: color-mix(in srgb, var(--surface-muted) 38%, transparent); }
.section-intro { max-width: 900px; margin-bottom: 34px; }
.section-intro.center { margin-inline: auto; text-align: center; }
.section-intro h2 { margin: 6px 0 10px; font-size: clamp(30px, 4vw, 46px); line-height: 1.2; letter-spacing: -.04em; }
.section-intro p { margin: 0; color: var(--text-soft); }
.feature-card { padding: 28px; }
.feature-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 15px; background: var(--primary-soft); color: var(--primary); font-size: 20px; }
.feature-card h3 { margin: 18px 0 7px; font-size: 18px; }
.feature-card p { margin: 0; color: var(--text-soft); font-size: 13px; }
.feature-list { display: grid; gap: 8px; margin-top: 18px; color: var(--text-soft); font-size: 12px; }
.feature-list span::before { content: "✓"; margin-right: 8px; color: var(--accent); font-weight: 900; }
.public-cta { padding: 46px; border: 1px solid var(--border); border-radius: 26px; background: linear-gradient(145deg, var(--surface-accent), var(--surface)); box-shadow: var(--shadow-sm); text-align: center; }
.public-cta h2 { margin: 0; font-size: clamp(26px, 4vw, 40px); }
.public-cta p { margin: 9px auto 22px; color: var(--text-soft); }
.public-cta .toolbar { justify-content: center; }

.page-hero { padding: 74px 0 40px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; color: var(--text-faint); font-size: 11px; }
.breadcrumbs a { color: var(--text-soft); text-decoration: none; }
.page-hero h1 { margin: 0; font-size: clamp(34px, 5vw, 52px); line-height: 1.2; letter-spacing: -.045em; }
.page-hero p { max-width: 700px; margin: 12px 0 0; color: var(--text-soft); }

.auth-wrap { display: grid; min-height: calc(100vh - 273px); place-items: center; padding: 64px 20px 92px; }
.auth-card { width: min(100%, 560px); overflow: hidden; }
.auth-card-top { padding: 28px 30px; border-bottom: 1px solid var(--border); background: linear-gradient(145deg, var(--surface-accent), var(--surface)); text-align: center; }
.auth-icon { display: grid; width: 58px; height: 58px; margin: 0 auto 14px; place-items: center; border-radius: 18px; background: #5865f2; color: #fff; font-size: 23px; font-weight: 900; }
.auth-card h1 { margin: 0; font-size: 27px; }
.auth-card p { margin: 6px 0 0; color: var(--text-soft); font-size: 13px; }
.auth-card-body { padding: 28px 30px 30px; }
.auth-card-body .button { width: 100%; }
.security-note { display: flex; gap: 10px; margin-top: 18px; padding: 12px; border-radius: 10px; background: var(--surface-muted); color: var(--text-soft); font-size: 11px; }

.content-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 28px; align-items: start; padding-bottom: 90px; }
.content-side { position: sticky; top: 94px; }
.content-side .card-body { padding: 12px; }
.content-side a { display: block; padding: 9px 10px; border-radius: 8px; color: var(--text-soft); font-size: 12px; font-weight: 700; text-decoration: none; }
.content-side a:hover, .content-side a.active { background: var(--primary-soft); color: var(--primary); }
.content-main { min-width: 0; }
.search-box { position: relative; margin-bottom: 20px; }
.search-box .input { padding-left: 42px; }
.search-box::before { content: "⌕"; position: absolute; z-index: 1; left: 15px; top: 9px; color: var(--text-faint); font-size: 18px; }

.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--border); border-radius: 14px; background: var(--surface); overflow: hidden; }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 14px; padding: 17px 18px; border: 0; background: transparent; color: var(--text); text-align: left; font-weight: 800; cursor: pointer; }
.faq-question span:last-child { color: var(--text-faint); font-size: 20px; transition: transform var(--transition); }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 18px 18px; color: var(--text-soft); font-size: 13px; }
.faq-item.open .faq-answer { display: block; }
.faq-answer p { margin: 0; }

.help-category { margin-bottom: 28px; scroll-margin-top: 100px; }
.help-category-header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 12px; }
.help-category-header h2 { margin: 0; font-size: 20px; }
.help-category-header span { color: var(--text-faint); font-size: 10px; }
.help-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.help-article-card { display: flex; min-height: 128px; flex-direction: column; padding: 17px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); color: inherit; text-decoration: none; transition: border-color var(--transition), transform var(--transition); }
.help-article-card:hover { border-color: var(--primary); transform: translateY(-2px); }
.help-article-card > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 10px; background: var(--primary-soft); color: var(--primary); font-size: 10px; font-weight: 900; }
.help-article-card h3 { margin: 13px 0 4px; font-size: 13px; }
.help-article-card p { margin: 0; color: var(--text-soft); font-size: 10px; }

.release-list { position: relative; display: grid; gap: 18px; }
.release-card .card-body { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 24px; }
.release-version { font-size: 18px; font-weight: 850; }
.release-version small { display: block; margin-top: 5px; color: var(--text-faint); font-size: 10px; font-weight: 600; }
.release-content h2 { margin: 0 0 8px; font-size: 19px; }
.release-content p { margin: 0; color: var(--text-soft); font-size: 13px; }
.release-content ul { margin: 14px 0 0; padding-left: 19px; color: var(--text-soft); font-size: 12px; }

.notice-list { display: grid; gap: 10px; }
.notice-row { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 16px 17px; border: 1px solid var(--border); border-radius: 13px; background: var(--surface); color: inherit; text-decoration: none; }
.notice-row:hover { border-color: var(--primary); transform: translateY(-1px); }
.notice-row h2 { margin: 0; font-size: 14px; }
.notice-row p { margin: 3px 0 0; color: var(--text-soft); font-size: 11px; }
.notice-date { color: var(--text-faint); font-size: 10px; white-space: nowrap; }

.state-page { display: grid; min-height: calc(100vh - 151px); place-items: center; padding: 70px 20px; }
.state-card { width: min(100%, 820px); overflow: hidden; text-align: center; }
.state-visual { display: grid; min-height: 220px; place-items: center; background: linear-gradient(145deg, var(--surface-accent), var(--surface-muted)); }
.state-symbol { display: grid; width: 96px; height: 96px; place-items: center; border-radius: 30px; background: var(--surface); box-shadow: var(--shadow-sm); color: var(--primary); font-size: 42px; font-weight: 900; }
.state-card .card-body { padding: 32px; }
.state-card h1 { margin: 0; font-size: clamp(27px, 4vw, 38px); }
.state-card p { max-width: 610px; margin: 11px auto 0; color: var(--text-soft); }
.state-card .toolbar { justify-content: center; margin-top: 22px; }
.state-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 22px; text-align: left; }
.state-details div { padding: 12px 14px; border-radius: 10px; background: var(--surface-muted); }
.state-details small, .state-details strong { display: block; }
.state-details small { color: var(--text-faint); font-size: 10px; }
.state-details strong { margin-top: 2px; font-size: 12px; }
.restriction-visual { grid-template-columns: 240px minmax(0, 1fr); min-height: 270px; padding: 26px; text-align: left; }
.restriction-visual img { width: 220px; height: 220px; border-radius: 24px; object-fit: cover; }
.restriction-visual .state-symbol-copy h2 { margin: 0; font-size: 24px; }
.restriction-visual .state-symbol-copy p { margin: 8px 0 0; color: var(--text-soft); font-size: 13px; }
.prototype-note { margin-top: 12px; color: var(--text-faint); font-size: 10px; }

@media (max-width: 920px) {
  .public-header-inner { flex-wrap: nowrap; }
  .public-brand-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .public-nav { position: fixed; inset: 72px 14px auto; z-index: 49; display: none; padding: 12px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow-md); }
  .public-header[data-menu-open="true"] .public-nav { display: grid; }
  .public-nav a { padding: 11px 12px; }
  .public-menu-button { display: inline-flex; }
  .public-actions .button:not(.primary) { display: none; }
  .public-footer-main { grid-template-columns: 1fr 1fr; }
  .hero-layout { grid-template-columns: 1fr; }
  .public-hero { min-height: 640px; background-position: 57% center; }
  .public-hero::before { background: linear-gradient(90deg, rgb(7 12 25 / 93%), rgb(7 12 25 / 64%)); }
  .content-layout { grid-template-columns: 1fr; }
  .content-side { position: static; }
  .content-side .card-body { display: flex; overflow-x: auto; }
  .content-side a, .content-side button { flex: 0 0 auto; width: auto; }
}
@media (max-width: 640px) {
  .public-container { width: min(100% - 28px, 1180px); }
  .public-brand-name { max-width: 180px; }
  .public-actions .button.primary { display: none; }
  .public-hero { min-height: 610px; }
  .hero-layout { padding-block: 54px 82px; }
  .hero-panel { padding: 25px 20px; }
  .hero-title { font-size: 28px; }

  .hero-actions { display: grid; }
  .integration-inner { gap: 20px; }
  .public-section { padding-block: 68px; }
  .public-footer-main { grid-template-columns: 1fr; gap: 24px; }
  .public-footer-bottom { flex-direction: column; }
  .release-card .card-body { grid-template-columns: 1fr; gap: 12px; }
  .help-grid { grid-template-columns: 1fr; }
  .notice-row { grid-template-columns: minmax(0, 1fr) auto; }
  .notice-row time { grid-column: 1 / -1; }
  .state-details { grid-template-columns: 1fr; }
  .restriction-visual { grid-template-columns: 1fr; text-align: center; }
  .restriction-visual img { margin: auto; }
}
.cms-article-body { margin-top: 14px; color: var(--text-soft); line-height: 1.85; overflow-wrap: anywhere; }
.cms-article-body p { margin: .4em 0; }
.cms-inline-image { display: block; width: auto; max-width: 100%; height: auto; margin: 18px 0; border-radius: 14px; border: 1px solid var(--border); cursor: zoom-in; }
.las-lightbox-overlay { position: fixed; inset: 0; z-index: 10000; background: rgba(0,0,0,.85); display: flex; align-items: center; justify-content: center; cursor: zoom-out; opacity: 1; }
.las-lightbox-overlay img { max-width: 92vw; max-height: 92vh; object-fit: contain; border-radius: 14px; box-shadow: 0 8px 32px rgba(0,0,0,.5); }
.cms-heading { margin: 1.5em 0 .6em; line-height: 1.4; color: var(--text); }
h2.cms-heading { font-size: 1.5em; padding-bottom: .35em; border-bottom: 2px solid var(--border); }
h3.cms-heading { font-size: 1.25em; }
h4.cms-heading { font-size: 1.1em; }
h5.cms-heading { font-size: 1em; }
.cms-spacer { height: .8em; }
.cms-hr { border: 0; border-top: 1px solid var(--border); margin: 1.5em 0; }
.cms-list { margin: .7em 0; padding-left: 1.8em; }
.cms-list li { margin: .35em 0; }
.cms-list--ordered { list-style: decimal; }
.cms-blockquote { margin: 1em 0; padding: .7em 1.2em; border-left: 4px solid var(--primary); background: color-mix(in srgb, var(--primary) 6%, var(--surface)); border-radius: 0 10px 10px 0; font-style: italic; color: var(--text-soft); }
.cms-inline-code { padding: 2px 6px; border-radius: 5px; background: var(--surface-muted); border: 1px solid var(--border); font-family: var(--font-mono, 'Consolas', 'Monaco', monospace); font-size: .88em; }
.cms-callout { margin: 1.2em 0; border-radius: 12px; overflow: hidden; }
.cms-callout-header { display: flex; align-items: center; gap: 8px; padding: 10px 16px; font-weight: 800; font-size: .95em; }
.cms-callout-header i { font-size: 1.05em; }
.cms-callout-body { padding: 12px 18px; line-height: 1.75; }
.cms-callout-body p { margin: .3em 0; }
.cms-callout-body .cms-inline-image { margin: 14px 0; }
.cms-callout--note { border-left: 4px solid #6366f1; background: color-mix(in srgb, #6366f1 7%, var(--surface)); }
.cms-callout--note .cms-callout-header { color: #6366f1; }
.cms-callout--warning { border-left: 4px solid #f59e0b; background: color-mix(in srgb, #f59e0b 7%, var(--surface)); }
.cms-callout--warning .cms-callout-header { color: #f59e0b; }
.cms-callout--tip { border-left: 4px solid #10b981; background: color-mix(in srgb, #10b981 7%, var(--surface)); }
.cms-callout--tip .cms-callout-header { color: #10b981; }
.cms-callout--info { border-left: 4px solid #3b82f6; background: color-mix(in srgb, #3b82f6 7%, var(--surface)); }
.cms-callout--info .cms-callout-header { color: #3b82f6; }
.cms-callout--step { border-left: 4px solid #f97316; background: color-mix(in srgb, #f97316 5%, var(--surface)); }
.cms-step-header { display: flex; align-items: center; gap: 12px; padding: 12px 16px; }
.cms-step-number { display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; border-radius: 50%; background: #f97316; color: #fff; font-weight: 900; font-size: 1em; flex-shrink: 0; }
.cms-step-title { font-weight: 800; font-size: 1.1em; color: var(--text); }
.cms-unavailable-layout { width: min(100% - 32px, 980px); margin: 70px auto 110px; }
.cms-unavailable-card { min-height: 360px; display: grid; place-items: center; align-content: center; padding: 56px; text-align: center; }
.public-brand-name{font-size:14px}.public-nav a{font-size:14px}.public-footer p,.footer-links a{font-size:13px}.breadcrumbs{font-size:13px}.content-side a,.phase2-content-side a,.phase2-content-side button{font-size:14px}.phase2-content-side button{display:block;width:100%;padding:11px 12px;border:0;border-radius:8px;background:transparent;color:var(--text-soft);font-weight:700;text-align:left;cursor:pointer}.phase2-content-side button:hover,.phase2-content-side button.active{background:var(--primary-soft);color:var(--primary)}.help-category-header h2,.phase2-help-section__header h2{font-size:22px}.help-article-card h3,.phase2-help-card h3{font-size:16px}.help-article-card p,.phase2-help-card p{font-size:13px;line-height:1.7}.notice-row h2,.phase2-notice-row h2{font-size:16px}.notice-row p,.phase2-notice-row p{font-size:13px;line-height:1.65}.notice-date,.phase2-notice-row time{font-size:12px}.cms-article-body{font-size:15px}.phase2-help-card{display:block;color:var(--text);text-decoration:none}.article-link{display:inline-flex;align-items:center;gap:7px;margin-top:14px;color:var(--primary);font-size:13px;font-weight:800}.phase2-article-detail{max-width:900px;margin:0 auto}.phase2-article-detail h1{margin:10px 0 12px;font-size:clamp(30px,4vw,44px)}.article-lead{color:var(--text-soft);font-size:16px;line-height:1.8}.related-articles{max-width:900px;margin:28px auto}.related-articles h2{font-size:22px}.phase2-search{position:relative}.phase2-search [data-filter-status]{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--text-faint);font-size:12px}.phase2-empty-search{padding:40px;text-align:center;color:var(--text-soft);font-size:14px}
