/* The public page is isolated from the authenticated file explorer. */
:root {
  --lp-ink: #153b37;
  --lp-teal: #0e7168;
  --lp-muted: #536b66;
  --lp-border: #dbe5e1;
  --lp-surface: #f4f7f5;
}
html { scroll-padding-top: 6rem; }
body.unauth { color: var(--lp-ink); background: #fff; }
.lp-navigation, .lp-login-arrow, .lp-skip { display: none; }
body.unauth > header {
  position: relative;
  z-index: 2;
  height: auto;
  min-height: 80px;
  padding: 18px max(24px, calc((100% - 1160px) / 2));
  gap: 30px;
  border-bottom: 1px solid var(--lp-border);
  background: #fff;
}
body.unauth > header .brand { font-size: 18px; white-space: nowrap; min-width: 0; }
body.unauth > header .brand b { width: 33px; height: 33px; font-size: 23px; border-radius: 7px; }
body.unauth .lp-navigation { display: flex; flex-direction: row; align-items: center; gap: 30px; margin-left: auto; }
body.unauth .lp-navigation a { color: var(--lp-muted); text-decoration: none; font-size: 16px; font-weight: 500; }
body.unauth .lp-navigation a:hover { color: var(--lp-teal); text-decoration: underline; text-underline-offset: 6px; }
html body.unauth > header .login { margin-left: 12px; background: #fff; border: 1px solid #a9c3bb; color: var(--lp-ink); padding: 11px 20px; border-radius: 6px; font-size: 16px; font-weight: 600; }
body.unauth .lp-login-arrow { display: inline; margin-left: 12px; }
body.unauth .lp-skip { display: block; position: absolute; left: 20px; top: -100px; z-index: 10; padding: 14px; background: #fff; color: var(--lp-ink); }
body.unauth .lp-skip:focus { top: 8px; }
#landing { font-size: 18px; line-height: 1.65; color: var(--lp-ink); }
#landing .lp-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
#landing .lp-shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
#landing .lp-section { padding-top: 96px; padding-bottom: 96px; }
#landing p { margin: 0; }
#landing h1, #landing h2, #landing h3 { margin: 0; color: inherit; }
#landing h2 { font-size: clamp(2.15rem, 3.5vw, 3rem); line-height: 1.16; font-weight: 600; letter-spacing: -.035em; text-wrap: balance; }
#landing h3 { font-size: 23px; line-height: 1.35; font-weight: 600; letter-spacing: -.02em; }
#landing .lp-eyebrow { font-size: 13px; letter-spacing: .14em; font-weight: 650; line-height: 1.65; color: var(--lp-teal); margin-bottom: 18px; }
#landing .lp-icon { display: inline-block; flex-shrink: 0; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
#landing a { color: var(--lp-teal); }
#landing a:hover { text-decoration-thickness: 2px; }
#landing :is(a, button, summary):focus-visible, body.unauth > header :is(a, button):focus-visible { outline: 3px solid #ca8037; outline-offset: 5px; }
#landing .lp-hero { background: var(--lp-surface); padding: 72px 0 0; border-bottom: 1px solid var(--lp-border); }
#landing .lp-hero-copy { max-width: 850px; margin: 0 auto; text-align: center; }
#landing .lp-hero h1 { font-size: clamp(3.25rem, 6.2vw, 5.6rem); line-height: 1.04; font-weight: 600; letter-spacing: -.055em; margin: 0 0 27px; }
#landing .lp-hero h1 span { display: block; color: var(--lp-teal); }
#landing .lp-lead { font-size: 22px; line-height: 1.65; color: var(--lp-muted); max-width: 740px; margin: 0 auto; text-wrap: pretty; }
#landing .lp-actions { display: flex; justify-content: center; align-items: center; gap: 14px; margin: 30px 0 17px; }
#landing .lp-button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 22px; padding: 13px 26px; border: 1px solid transparent; border-radius: 6px; font-size: 17px; font-weight: 600; line-height: 1.4; text-decoration: none; cursor: pointer; transition: background-color .15s, box-shadow .15s; }
#landing .lp-primary { background: var(--lp-teal); border-color: var(--lp-teal); color: #fff; box-shadow: 0 3px 8px #123e3910; }
#landing .lp-primary:hover { background: #08564e; border-color: #08564e; }
#landing .lp-secondary { background: #fff; border-color: #bdcfc8; color: var(--lp-ink); }
#landing .lp-secondary:hover { background: #e9f0ed; }
#landing .lp-hero-note { color: var(--lp-muted); font-size: 14px; }
#landing .lp-hero-note > span { margin: 0 6px; }
#landing .lp-preview { margin: 54px auto 0; width: min(1080px, 100%); }
#landing .lp-window { background: #fff; border: 1px solid #afc7be; border-radius: 12px; overflow: hidden; box-shadow: 0 25px 65px -30px #133f3960, 0 0 0 7px #e5ece8; text-align: left; }
#landing .lp-window-bar { display: flex; align-items: center; gap: 18px; padding: 15px 25px; border-bottom: 1px solid #d3e2dc; background: #f9fbfa; }
#landing .lp-app-name { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 650; letter-spacing: .025em; }
#landing .lp-app-icon { width: 28px; height: 28px; border-radius: 6px; background: var(--lp-teal); display: grid; place-items: center; color: white; font: 700 20px Georgia, serif; }
#landing .lp-preview-label { margin-left: auto; font-size: 12px; letter-spacing: .1em; color: var(--lp-muted); }
#landing .lp-window-bar > .lp-icon { width: 17px; height: 17px; color: var(--lp-muted); }
#landing .lp-window-body { display: grid; grid-template-columns: 225px minmax(0, 1fr); min-height: 390px; }
#landing .lp-tree { display: flex; flex-direction: column; padding: 26px 14px 20px; background: #f6f9f7; border-right: 1px solid var(--lp-border); font-size: 15px; }
#landing .lp-tree-label { color: var(--lp-muted); font-size: 12px; letter-spacing: .1em; padding: 0 12px 20px; }
#landing .lp-tree-root, #landing .lp-tree-branch > span { display: flex; align-items: center; gap: 9px; padding: 10px 12px; }
#landing .lp-tree-root { font-weight: 650; }
#landing .lp-tree .lp-icon { width: 19px; height: 19px; }
#landing .lp-tree-branch { border-left: 1px solid #cbdad3; margin-left: 21px; }
#landing .lp-tree-active { background: #e0eee7; color: #0f6255; border-radius: 0 5px 5px 0; font-weight: 600; }
#landing .lp-tree-bottom { display: flex; align-items: center; gap: 8px; margin-top: auto; padding: 26px 10px 0; font-size: 12px; color: var(--lp-muted); }
#landing .lp-document-area { min-width: 0; padding: 22px 30px 19px; }
#landing .lp-breadcrumb { font-size: 13px; color: var(--lp-muted); display: flex; gap: 12px; }
#landing .lp-breadcrumb > span { color: #758e86; }
#landing .lp-document-heading { margin: 22px 0 17px; }
#landing .lp-document-heading h2 { font-size: 25px; font-weight: 600; letter-spacing: -.025em; }
#landing .lp-document-heading > span { display: block; margin-top: 5px; font-size: 13px; color: var(--lp-muted); }
#landing .lp-table-row { display: grid; grid-template-columns: minmax(0, 1fr) 65px 65px; gap: 12px; align-items: center; padding: 12px; border-bottom: 1px solid #e7eeea; font-size: 14px; line-height: 1.6; }
#landing .lp-table-row > span:first-child { display: flex; align-items: center; gap: 9px; min-width: 0; overflow-wrap: anywhere; }
#landing .lp-table-row > span:not(:first-child) { color: var(--lp-muted); }
#landing .lp-table-head { padding-top: 7px; padding-bottom: 7px; font-size: 12px; color: var(--lp-muted); background: #fafcfb; }
#landing .lp-folder-icon { color: #a47728; fill: #f9f1df; width: 22px; height: 22px; }
#landing .lp-pdf-icon { color: #a35149; width: 21px; height: 21px; }
#landing .lp-row-highlight { background: #edf6f1; }
#landing .lp-preview-status { display: flex; align-items: center; gap: 8px; margin-top: 19px; font-size: 12px; color: var(--lp-muted); }
#landing .lp-preview-status .lp-icon { width: 17px; height: 17px; }
#landing .lp-preview figcaption { text-align: center; font-size: 12px; color: #5d756c; padding-top: 18px; }
#landing .lp-facts { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 24px 42px; margin-top: 38px; padding: 27px 0; border-top: 1px solid var(--lp-border); }
#landing .lp-facts > div { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--lp-muted); }
#landing .lp-facts .lp-icon { width: 20px; height: 20px; color: var(--lp-teal); }
#landing .lp-aws-text { font-weight: 700; font-size: 17px; letter-spacing: -.04em; color: var(--lp-ink); }
#landing .lp-section-heading { display: grid; grid-template-columns: 1.4fr 1fr; align-items: end; gap: 75px; margin-bottom: 42px; }
#landing .lp-section-heading > p { color: var(--lp-muted); font-size: 18px; }
#landing .lp-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
#landing .lp-feature-grid article { border: 1px solid var(--lp-border); border-radius: 8px; padding: 30px; display: flex; flex-direction: column; align-items: start; }
#landing .lp-feature-icon { width: 32px; height: 32px; margin: 0 0 28px; color: var(--lp-teal); }
#landing .lp-feature-grid h3 { margin: 0 0 14px; }
#landing .lp-feature-grid p { color: var(--lp-muted); font-size: 17px; margin-bottom: 28px; }
#landing .lp-feature-note { margin-top: auto; font-size: 13px; font-weight: 600; color: var(--lp-teal); }
#landing .lp-search-example { display: flex; align-items: center; gap: 20px; border: 1px solid var(--lp-border); border-radius: 8px; padding: 22px 30px; margin-top: 24px; background: var(--lp-surface); }
#landing .lp-search-example > .lp-icon { color: var(--lp-teal); width: 27px; height: 27px; }
#landing .lp-search-example > div > span { display: block; font-size: 13px; color: var(--lp-muted); }
#landing .lp-search-example strong { font-size: 20px; font-weight: 600; }
#landing .lp-example-result { margin-left: auto; font-size: 15px; color: var(--lp-muted); }
#landing .lp-example-result b { color: var(--lp-ink); font-weight: 500; }
#landing .lp-security { background: #0d3e3a; color: #fff; }
#landing .lp-security .lp-eyebrow { color: #a5d2c1; }
#landing .lp-security .lp-section-heading > p { color: #c1d6cd; }
#landing .lp-security-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; }
#landing .lp-security-grid article { padding-top: 24px; border-top: 1px solid #37615a; }
#landing .lp-security-number { color: #9dc5b8; font-size: 14px; }
#landing .lp-security-grid h3 { margin: 18px 0 12px; }
#landing .lp-security-grid p { color: #c1d6cd; font-size: 17px; }
#landing .lp-responsibility { display: flex; align-items: center; gap: 17px; border-top: 1px solid #37615a; margin-top: 44px; padding-top: 27px; font-size: 15px; }
#landing .lp-responsibility > .lp-icon { color: #a5d2c1; }
#landing .lp-responsibility p span { color: #b7cfc5; font-size: 13px; }
#landing .lp-responsibility a { color: #d3e8de; font-size: 14px; margin-left: auto; white-space: nowrap; text-underline-offset: 4px; }
#landing .lp-capacity { display: grid; grid-template-columns: 1.45fr 1fr; gap: 90px; align-items: center; }
#landing .lp-capacity p:not(.lp-eyebrow) { color: var(--lp-muted); margin: 22px 0; }
#landing .lp-text-link { font-size: 15px; font-weight: 600; text-underline-offset: 5px; }
#landing .lp-years { display: flex; flex-direction: column; align-items: center; border-left: 1px solid var(--lp-border); padding: 25px 0 25px 32px; text-align: center; }
#landing .lp-years > strong { font-size: clamp(6rem, 11vw, 9.5rem); line-height: 1; letter-spacing: -.075em; font-weight: 500; color: var(--lp-teal); }
#landing .lp-years > strong > span { font-size: .5em; vertical-align: top; position: relative; top: 18px; margin-left: 4px; }
#landing .lp-years > span { font-size: 23px; margin-top: 12px; }
#landing .lp-years > small { font-size: 12px; color: var(--lp-muted); margin-top: 12px; }
#landing .lp-faq-section { background: var(--lp-surface); border-block: 1px solid var(--lp-border); }
#landing .lp-faq-layout { display: grid; grid-template-columns: .85fr 1.6fr; gap: 90px; }
#landing .lp-faq-layout > div > p:not(.lp-eyebrow) { color: var(--lp-muted); margin-top: 18px; }
#landing .lp-faq-list details { border-bottom: 1px solid #cddcd4; }
#landing .lp-faq-list details:first-child { border-top: 1px solid #cddcd4; }
#landing .lp-faq-list summary { padding: 22px 36px 22px 0; position: relative; cursor: pointer; font-size: 19px; font-weight: 550; line-height: 1.5; list-style: none; }
#landing .lp-faq-list summary::-webkit-details-marker { display: none; }
#landing .lp-faq-list summary::after { content: "+"; font-size: 24px; font-weight: 400; position: absolute; right: 3px; top: 19px; color: var(--lp-teal); }
#landing .lp-faq-list details[open] summary::after { content: "−"; }
#landing .lp-faq-list summary:hover { color: var(--lp-teal); }
#landing .lp-faq-list details > div { padding: 0 28px 23px 0; color: var(--lp-muted); font-size: 16px; }
#landing .lp-faq-list details p + p { margin-top: 13px; }
#landing .lp-transparency-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
#landing .lp-transparency-grid article { border-top: 1px solid var(--lp-border); padding-top: 23px; }
#landing .lp-transparency-grid h3 { font-size: 20px; margin-bottom: 12px; }
#landing .lp-transparency-grid p { color: var(--lp-muted); font-size: 16px; }
#landing .lp-final { background: #e9f2ed; border-block: 1px solid #d7e6dc; padding: 64px 0; }
#landing .lp-final > .lp-shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
#landing .lp-final h2 { font-size: clamp(2.1rem, 3.5vw, 2.9rem); }
#landing .lp-final p:not(.lp-eyebrow) { margin-top: 17px; color: var(--lp-muted); }
#landing .lp-final .lp-existing { display: block; padding: 14px 4px 0; margin: 0 auto; font-size: 14px; color: var(--lp-teal); }
#landing .lp-final .lp-existing:hover { background: none; text-decoration: underline; text-underline-offset: 5px; }
#landing .lp-footer { display: block; height: auto; max-width: none; margin: 0; padding: 0; background: #fff; border: 0; }
#landing .lp-footer-main { display: flex; justify-content: space-between; align-items: start; gap: 40px; padding-top: 45px; padding-bottom: 38px; }
#landing .lp-footer .brand { font-size: 17px; min-width: 0; }
#landing .lp-footer p { color: var(--lp-muted); font-size: 14px; line-height: 1.65; margin-top: 16px; }
#landing .lp-footer nav { display: grid; grid-template-columns: auto auto; gap: 15px 44px; }
#landing .lp-footer a { font-size: 14px; color: var(--lp-muted); text-decoration: none; }
#landing .lp-footer a:hover { text-decoration: underline; text-underline-offset: 5px; }
#landing .lp-footer-bottom { border-top: 1px solid var(--lp-border); padding-block: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
#landing .lp-footer-bottom small, #landing .lp-footer-bottom > span { color: var(--lp-muted); font-size: 12px; margin: 0; width: auto; order: 0; }
#landing .lp-footer-login { color: var(--lp-teal); font-size: 13px; margin-left: auto; padding: 4px 0; }
#landing .lp-footer-login span { color: inherit; margin-left: 6px; font-size: inherit; }
@media (max-width: 950px) {
  #landing .lp-section { padding-top: 72px; padding-bottom: 72px; }
  #landing .lp-section-heading { gap: 40px; }
  #landing .lp-feature-grid { gap: 15px; }
  #landing .lp-feature-grid article { padding: 24px; }
  #landing .lp-feature-grid h3 { font-size: 21px; }
  #landing .lp-security-grid { gap: 28px; }
  #landing .lp-capacity, #landing .lp-faq-layout { gap: 45px; }
  #landing .lp-window-body { grid-template-columns: 190px minmax(0, 1fr); }
  #landing .lp-document-area { padding-inline: 18px; }
  #landing .lp-facts { column-gap: 22px; }
}
@media (max-width: 720px) {
  body.unauth > header { min-height: 72px; gap: 14px; flex-wrap: wrap; padding: 15px 24px; }
  body.unauth > header .brand { font-size: 16px; }
  body.unauth .lp-navigation { order: 3; width: 100%; justify-content: center; gap: 28px; border-top: 1px solid var(--lp-border); padding-top: 14px; margin-top: 2px; }
  body.unauth .lp-navigation a { font-size: 14px; }
  html body.unauth > header .login { margin-left: auto; font-size: 14px; padding: 9px 14px; }
  #landing .lp-hero { padding-top: 49px; }
  #landing .lp-hero h1 { font-size: clamp(2.5rem, 8.8vw, 3.8rem); }
  #landing .lp-lead { font-size: 19px; line-height: 1.65; }
  #landing .lp-eyebrow { font-size: 12px; letter-spacing: .11em; }
  #landing .lp-hero-note { font-size: 13px; max-width: 300px; margin-inline: auto; }
  #landing .lp-preview { margin-top: 38px; }
  #landing .lp-window-body { grid-template-columns: 135px minmax(0, 1fr); min-height: 370px; }
  #landing .lp-window-bar { padding: 13px 17px; }
  #landing .lp-preview-label { display: none; }
  #landing .lp-window-bar > .lp-icon { margin-left: auto; }
  #landing .lp-tree { padding: 22px 6px 18px; font-size: 12px; }
  #landing .lp-tree-label { font-size: 12px; padding-left: 7px; }
  #landing .lp-tree-root, #landing .lp-tree-branch > span { gap: 6px; padding: 10px 6px; }
  #landing .lp-tree-branch { margin-left: 12px; }
  #landing .lp-tree .lp-icon { width: 16px; height: 16px; }
  #landing .lp-tree-bottom { padding-inline: 6px; font-size: 12px; align-items: start; }
  #landing .lp-document-area { padding: 20px 12px 15px; }
  #landing .lp-document-heading { margin-top: 16px; }
  #landing .lp-document-heading h2 { font-size: 21px; }
  #landing .lp-document-heading > span { font-size: 12px; }
  #landing .lp-table-row { grid-template-columns: minmax(0, 1fr) 47px; gap: 6px; font-size: 12px; padding: 12px 6px; }
  #landing .lp-table-row > span:nth-child(2) { display: none; }
  #landing .lp-preview-status { align-items: start; font-size: 12px; }
  #landing .lp-facts { justify-content: start; padding: 25px 6px; gap: 14px; }
  #landing .lp-facts > div { flex-basis: 100%; }
  #landing .lp-section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 30px; }
  #landing .lp-feature-grid, #landing .lp-security-grid, #landing .lp-transparency-grid { grid-template-columns: 1fr; gap: 24px; }
  #landing .lp-feature-grid article { padding: 26px; }
  #landing .lp-feature-icon { margin-bottom: 18px; }
  #landing .lp-feature-grid p { margin-bottom: 18px; }
  #landing .lp-search-example { flex-wrap: wrap; gap: 12px; padding: 20px; }
  #landing .lp-example-result { margin-left: 0; flex-basis: 100%; font-size: 14px; }
  #landing .lp-responsibility { align-items: start; flex-wrap: wrap; }
  #landing .lp-responsibility p { flex: 1; min-width: 180px; }
  #landing .lp-responsibility a { margin-left: 41px; flex-basis: 100%; }
  #landing .lp-capacity { grid-template-columns: 1fr; gap: 34px; }
  #landing .lp-years { border-left: 0; border-top: 1px solid var(--lp-border); padding: 34px 0 0; }
  #landing .lp-years > strong { font-size: 110px; }
  #landing .lp-faq-layout { grid-template-columns: 1fr; gap: 30px; }
  #landing .lp-final > .lp-shell { flex-direction: column; align-items: start; gap: 28px; }
  #landing .lp-final .lp-existing { margin-left: 0; }
  #landing .lp-footer-main { flex-direction: column; gap: 30px; }
  #landing .lp-footer-bottom { gap: 10px 20px; }
  #landing .lp-footer-bottom > span { flex-basis: 100%; }
  #landing .lp-footer-login { margin-left: 0; }
}
@media (max-width: 440px) {
  #landing .lp-actions { flex-direction: column; gap: 10px; }
  #landing .lp-actions .lp-button { width: 100%; }
  #landing .lp-window-body { grid-template-columns: 110px minmax(0, 1fr); }
  #landing .lp-tree .lp-icon { display: none; }
  #landing .lp-tree-root { padding-left: 8px; }
  #landing .lp-table-row { grid-template-columns: minmax(0, 1fr); }
  #landing .lp-table-row > span:nth-child(3) { display: none; }
  #landing .lp-breadcrumb { font-size: 12px; gap: 5px; flex-wrap: wrap; }
  #landing .lp-document-heading > span { display: none; }
  #landing .lp-footer nav { gap: 15px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  #landing .lp-button { transition: none; }
}
