/* NHA v27 Premium Login */
:root{--login-gold:#d7a842;--login-gold-2:#f5d982;--login-gold-3:#fff2bc;--login-dark:#050609}
html,body{height:100%;margin:0;font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif}
body.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;color:#fff;background-image:url('../assets/images/nha-login-bg.webp');background-size:cover;background-position:center;background-repeat:no-repeat}
body.login-page::before{content:"";position:fixed;inset:0;z-index:0;background:radial-gradient(circle at 50% 12%,rgba(245,217,130,.20),transparent 32%),linear-gradient(135deg,rgba(0,0,0,.84),rgba(0,0,0,.60) 48%,rgba(0,0,0,.86))}
body.login-page::after{content:"";position:fixed;inset:0;z-index:1;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 78%)}
.login-container{position:relative;z-index:2;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px}
.login-card{width:440px;max-width:94vw;margin:0 auto;padding:38px 38px 32px;border-radius:34px;text-align:center;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.16);box-shadow:0 32px 100px rgba(0,0,0,.66),0 0 0 1px rgba(215,168,66,.10),inset 0 1px 0 rgba(255,255,255,.10);backdrop-filter:blur(20px) saturate(1.25);-webkit-backdrop-filter:blur(20px) saturate(1.25);animation:login-in .44s cubic-bezier(.22,1,.36,1) both}
@keyframes login-in{from{opacity:0;transform:translateY(16px) scale(.98);filter:blur(5px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}
.nha-logo{width:76px!important;height:76px!important;max-width:76px!important;max-height:76px!important;display:block!important;margin:0 auto 20px!important;border-radius:24px!important;object-fit:contain!important;filter:drop-shadow(0 16px 34px rgba(215,168,66,.30));transition:transform .22s ease,filter .22s ease!important}.nha-logo:hover{transform:translateY(-2px) scale(1.02)!important;filter:drop-shadow(0 20px 42px rgba(245,217,130,.36))!important}
.login-title{font-size:38px;line-height:1.02;margin:0 0 10px;color:#fff7dd;font-weight:950;letter-spacing:-.06em}.login-sub{font-size:15px;line-height:1.45;color:rgba(255,255,255,.70);margin:0 auto 28px;max-width:330px}.login-card .input{width:100%;height:56px;padding:0 18px;margin:0 0 13px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:rgba(6,7,10,.70);color:#fff;font-size:15px;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.05);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.login-card .input::placeholder{color:rgba(255,255,255,.44)}.login-card .input:focus{border-color:rgba(245,217,130,.50);box-shadow:0 0 0 4px rgba(215,168,66,.13),inset 0 1px 0 rgba(255,255,255,.07);background:rgba(7,8,12,.88)}
.remember-label{display:flex;align-items:center;gap:9px;margin:4px 0 18px;color:rgba(255,255,255,.70);font-size:14px;cursor:pointer;user-select:none;text-align:left}.remember-checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--login-gold)}.remember-checkbox:focus{outline:2px solid rgba(245,217,130,.42);outline-offset:2px}.login-card .btn,.login-card .btn-gold{width:100%;height:56px;border-radius:16px;border:1px solid rgba(255,242,188,.22);background:linear-gradient(135deg,var(--login-gold-2),var(--login-gold),#8b6414);color:#070707;box-shadow:0 18px 42px rgba(215,168,66,.28),inset 0 1px 0 rgba(255,255,255,.35);font-weight:950;cursor:pointer;transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s cubic-bezier(.22,1,.36,1)}.login-card .btn:hover,.login-card .btn-gold:hover{transform:translateY(-1px);box-shadow:0 24px 54px rgba(215,168,66,.35),inset 0 1px 0 rgba(255,255,255,.38)}.login-card .btn:active{transform:translateY(1px) scale(.988)}
.alert{background:rgba(239,68,68,.14);color:#fecaca;padding:12px 14px;border-radius:15px;margin:0 0 16px;font-size:14px;border:1px solid rgba(239,68,68,.30);text-align:left}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media (max-width:480px){.login-container{padding:18px}.login-card{padding:30px 22px;border-radius:28px}.login-title{font-size:32px}.nha-logo{width:66px!important;height:66px!important}}
@media (prefers-reduced-motion:reduce){.login-card{animation:none!important}*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important}}

/* NHA premium landing page */
body.landing-page{min-height:100vh;position:relative;overflow-x:hidden;color:#fff;background-image:url('../assets/images/nha-login-bg.webp');background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}
body.landing-page::before{content:"";position:fixed;inset:0;z-index:0;background:radial-gradient(circle at 50% 12%,rgba(245,217,130,.20),transparent 32%),linear-gradient(135deg,rgba(0,0,0,.84),rgba(0,0,0,.60) 48%,rgba(0,0,0,.86));pointer-events:none}
body.landing-page::after{content:"";position:fixed;inset:0;z-index:1;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 78%)}
.landing-page a{color:inherit;text-decoration:none}.landing-nav,.landing-main,.landing-footer{position:relative;z-index:2}.landing-nav{position:sticky;top:16px;width:min(1160px,calc(100% - 32px));margin:16px auto 0;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.16);box-shadow:0 22px 70px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.10);backdrop-filter:blur(20px) saturate(1.25);-webkit-backdrop-filter:blur(20px) saturate(1.25)}
.landing-brand{display:inline-flex;align-items:center;gap:10px;font-weight:950;color:#fff7dd}.landing-brand img{width:42px;height:42px;object-fit:contain;border-radius:14px;filter:drop-shadow(0 10px 22px rgba(215,168,66,.26))}.landing-brand span{font-size:18px;letter-spacing:0}.landing-links{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.landing-links a{padding:10px 12px;border-radius:14px;color:rgba(255,255,255,.74);font-size:13px;font-weight:850;transition:background .18s ease,color .18s ease,transform .18s ease}.landing-links a:hover{color:#fff2bc;background:rgba(215,168,66,.12);transform:translateY(-1px)}.landing-links .landing-login-link{color:#070707;background:linear-gradient(135deg,var(--login-gold-2),var(--login-gold),#8b6414);border:1px solid rgba(255,242,188,.22);box-shadow:0 12px 30px rgba(215,168,66,.22)}
.landing-main{width:min(1160px,calc(100% - 32px));margin:0 auto;padding:72px 0 34px}.landing-hero{min-height:calc(100vh - 124px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 18px}.landing-logo{width:94px;height:94px;object-fit:contain;border-radius:28px;margin:0 auto 24px;filter:drop-shadow(0 18px 42px rgba(215,168,66,.34))}.landing-kicker,.section-kicker{margin:0 0 12px;color:var(--login-gold-2);font-size:12px;line-height:1.4;text-transform:uppercase;letter-spacing:.14em;font-weight:950}.landing-hero h1{margin:0;color:#fff7dd;font-size:clamp(42px,8vw,86px);line-height:.98;font-weight:950;letter-spacing:0;text-shadow:0 24px 70px rgba(0,0,0,.56)}.landing-hero h1 span{color:#fff;font-size:.62em;font-weight:900}.landing-subtitle{max-width:780px;margin:24px auto 0;color:rgba(255,255,255,.74);font-size:clamp(16px,2vw,20px);line-height:1.7}.landing-actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:32px}.landing-btn{display:inline-flex;align-items:center;justify-content:center;min-width:150px;height:54px;padding:0 24px;border-radius:16px;border:1px solid rgba(255,242,188,.22);background:linear-gradient(135deg,var(--login-gold-2),var(--login-gold),#8b6414);color:#070707;font-weight:950;box-shadow:0 18px 42px rgba(215,168,66,.28),inset 0 1px 0 rgba(255,255,255,.35);transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s cubic-bezier(.22,1,.36,1)}.landing-btn:hover{transform:translateY(-2px);box-shadow:0 24px 54px rgba(215,168,66,.35),inset 0 1px 0 rgba(255,255,255,.38)}.version-pill{display:inline-flex;align-items:center;height:42px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.72);font-size:13px;font-weight:850}
.landing-section{scroll-margin-top:110px;margin:0 0 22px}.landing-card,.feature-card,.developer-card,.notice-card{background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.16);box-shadow:0 28px 90px rgba(0,0,0,.44),0 0 0 1px rgba(215,168,66,.08),inset 0 1px 0 rgba(255,255,255,.10);backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2)}.landing-card,.notice-card{padding:34px;border-radius:30px}.landing-section h2{margin:0 0 14px;color:#fff2bc;font-size:clamp(26px,3vw,38px);line-height:1.12;font-weight:950;letter-spacing:0}.landing-section p{margin:0 0 14px;color:rgba(255,255,255,.74);font-size:16px;line-height:1.75}.landing-section p:last-child{margin-bottom:0}.section-heading{margin:0 0 18px;text-align:left}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.feature-card{min-height:154px;padding:20px;border-radius:24px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s cubic-bezier(.22,1,.36,1),border-color .2s ease,background .2s ease}.feature-card:hover,.developer-card:hover{transform:translateY(-3px);border-color:rgba(245,217,130,.28);background:linear-gradient(180deg,rgba(215,168,66,.13),rgba(255,255,255,.045))}.feature-icon,.developer-card span{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:16px;background:rgba(215,168,66,.13);border:1px solid rgba(245,217,130,.26);color:var(--login-gold-2);font-weight:950;box-shadow:inset 0 1px 0 rgba(255,255,255,.10)}.feature-card h3,.developer-card h3{margin:16px 0 0;color:#fff;font-size:18px;line-height:1.28;font-weight:900;letter-spacing:0}.notice-card{border-color:rgba(245,217,130,.24);background:linear-gradient(180deg,rgba(215,168,66,.12),rgba(255,255,255,.045))}.notice-card strong{display:block;margin-top:12px;color:#fff7dd;line-height:1.65}.developer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.developer-card{min-height:210px;padding:24px;border-radius:26px}.developer-card span{width:58px;height:58px;border-radius:20px}.developer-card p{margin:10px 0 0;color:rgba(255,242,188,.68);font-weight:850}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.compact-info{height:100%}.tech-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.tech-list span{display:inline-flex;align-items:center;min-height:42px;padding:10px 14px;border-radius:999px;background:rgba(6,7,10,.62);border:1px solid rgba(245,217,130,.18);color:rgba(255,255,255,.82);font-weight:850}.landing-footer{width:min(1160px,calc(100% - 32px));margin:0 auto;padding:30px 0 42px;text-align:center;color:rgba(255,255,255,.58)}.landing-footer p{margin:5px 0;font-size:14px;line-height:1.45}.reveal{opacity:0;transform:translateY(18px);filter:blur(4px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1),filter .5s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:translateY(0);filter:blur(0)}
@media (max-width:980px){.landing-nav{align-items:flex-start;flex-direction:column}.landing-links{width:100%;justify-content:flex-start}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.info-grid{grid-template-columns:1fr}.landing-main{padding-top:42px}.landing-hero{min-height:auto;padding:72px 10px 54px}}
@media (max-width:620px){body.landing-page{background-attachment:scroll}.landing-nav{top:10px;width:min(100% - 20px,1160px);border-radius:20px}.landing-links{gap:4px}.landing-links a{padding:9px 10px;font-size:12px}.landing-main{width:min(100% - 20px,1160px)}.landing-hero h1{font-size:42px}.landing-hero h1 span{font-size:.58em}.landing-subtitle{font-size:15px}.landing-card,.notice-card{padding:24px;border-radius:24px}.feature-grid,.developer-grid{grid-template-columns:1fr}.feature-card{min-height:132px}.developer-card{min-height:0}.landing-section h2{font-size:26px}.landing-footer{width:min(100% - 20px,1160px)}}
.feature-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px rgba(245,217,130,.22))}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}}

/* v31 landing refinement: login background only on hero, dark content after scroll */
body.landing-page{
  min-height:100vh;
  overflow-x:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 12% 18%,rgba(245,217,130,.08),transparent 28%),
    radial-gradient(circle at 88% 44%,rgba(255,255,255,.035),transparent 24%),
    linear-gradient(180deg,#050609 0%,#06070a 38%,#030405 100%)!important;
  background-attachment:scroll!important;
}
body.landing-page::before{
  background:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px)!important;
  background-size:42px 42px!important;
  mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.7) 45%,transparent 100%)!important;
}
body.landing-page::after{display:none!important}
.landing-nav{
  position:fixed!important;
  left:50%;
  top:18px!important;
  z-index:20!important;
  transform:translateX(-50%);
  width:min(1120px,calc(100% - 32px))!important;
  margin:0!important;
  border-radius:20px!important;
  background:rgba(8,9,12,.58)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:0 18px 58px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.landing-main{
  width:100%!important;
  margin:0!important;
  padding:0 0 54px!important;
}
.landing-hero{
  position:relative;
  isolation:isolate;
  width:100%;
  min-height:100vh!important;
  padding:132px 24px 118px!important;
  overflow:hidden;
}
.landing-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:url('../assets/images/nha-login-bg.webp');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.landing-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 15%,rgba(245,217,130,.22),transparent 34%),
    linear-gradient(135deg,rgba(0,0,0,.86),rgba(0,0,0,.56) 48%,rgba(0,0,0,.84)),
    linear-gradient(to bottom,transparent 0%,transparent 58%,#050609 100%);
}
.landing-logo{
  width:88px!important;
  height:88px!important;
  margin-bottom:22px!important;
}
.landing-hero h1{
  max-width:980px;
  font-size:clamp(42px,7.4vw,82px)!important;
  line-height:1.02!important;
}
.landing-subtitle{
  max-width:760px!important;
  color:rgba(255,255,255,.76)!important;
}
.landing-section,.landing-footer{
  width:min(1120px,calc(100% - 32px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.landing-section{
  margin-bottom:26px!important;
  scroll-margin-top:104px!important;
}
.landing-section:first-of-type{
  margin-top:0!important;
}
.section-heading{
  margin-bottom:20px!important;
  padding:0 2px;
}
.section-heading h2,.landing-section h2{
  letter-spacing:0!important;
}
.landing-card,.notice-card{
  padding:32px!important;
  border-radius:24px!important;
}
.landing-card,.feature-card,.developer-card,.notice-card{
  background:linear-gradient(180deg,rgba(255,255,255,.078),rgba(255,255,255,.034))!important;
  border-color:rgba(255,255,255,.115)!important;
  box-shadow:0 20px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.07)!important;
  backdrop-filter:blur(16px) saturate(1.12)!important;
  -webkit-backdrop-filter:blur(16px) saturate(1.12)!important;
}
.landing-card p,.notice-card p{
  max-width:940px;
}
.feature-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
.feature-card{
  min-height:142px!important;
  padding:18px!important;
  border-radius:20px!important;
}
.feature-card h3{
  font-size:16px!important;
  line-height:1.32!important;
}
.feature-icon{
  width:44px!important;
  height:44px!important;
  border-radius:14px!important;
}
.notice-card{
  background:linear-gradient(135deg,rgba(215,168,66,.14),rgba(255,255,255,.045) 52%,rgba(255,255,255,.028))!important;
}
.developer-grid{
  gap:18px!important;
}
.developer-card{
  min-height:184px!important;
  border-radius:22px!important;
}
.developer-card span{
  width:52px!important;
  height:52px!important;
  border-radius:17px!important;
}
.developer-card h3{
  font-size:17px!important;
}
.info-grid{
  gap:26px!important;
}
.tech-list span{
  background:rgba(255,255,255,.055)!important;
  border-color:rgba(245,217,130,.16)!important;
}
.landing-footer{
  padding-top:14px!important;
  color:rgba(255,255,255,.54)!important;
}
@media (max-width:980px){
  .landing-nav{
    align-items:flex-start!important;
    width:min(100% - 24px,1120px)!important;
  }
  .landing-hero{
    padding:126px 18px 88px!important;
  }
  .feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .developer-grid,.info-grid{
    grid-template-columns:1fr!important;
  }
}
@media (max-width:620px){
  .landing-nav{
    top:10px!important;
    width:min(100% - 18px,1120px)!important;
    padding:10px!important;
  }
  .landing-brand img{
    width:36px!important;
    height:36px!important;
  }
  .landing-links{
    gap:3px!important;
  }
  .landing-links a{
    padding:8px 9px!important;
    font-size:12px!important;
  }
  .landing-hero{
    min-height:100svh!important;
    padding:142px 14px 76px!important;
  }
  .landing-hero h1{
    font-size:38px!important;
  }
  .landing-logo{
    width:72px!important;
    height:72px!important;
  }
  .landing-section,.landing-footer{
    width:min(100% - 20px,1120px)!important;
  }
  .landing-card,.notice-card,.developer-card{
    padding:22px!important;
    border-radius:20px!important;
  }
  .feature-grid{
    grid-template-columns:1fr!important;
  }
  .feature-card{
    min-height:112px!important;
  }
}

/* v32 clean landing: small NHA logo on top-right, no empty reveal boxes */
.landing-page .reveal{
  opacity:1!important;
  transform:none!important;
  filter:none!important;
}
.landing-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  min-height:62px!important;
  padding:10px 12px 10px 18px!important;
}
.landing-links{
  flex:1!important;
  justify-content:flex-start!important;
}
.landing-brand{
  margin-left:auto!important;
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:0!important;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  border:0!important;
}
.landing-brand span{
  display:none!important;
}
.landing-brand img{
  width:32px!important;
  height:32px!important;
  max-width:32px!important;
  max-height:32px!important;
  border-radius:10px!important;
}
.landing-hero{
  align-items:flex-start!important;
  text-align:left!important;
  padding-left:max(24px,calc((100vw - 1120px) / 2 + 24px))!important;
  padding-right:max(24px,calc((100vw - 1120px) / 2 + 24px))!important;
}
.landing-hero h1,.landing-subtitle,.landing-actions{
  margin-left:0!important;
  margin-right:0!important;
}
.landing-hero h1{
  max-width:860px!important;
}
.landing-subtitle{
  max-width:690px!important;
}
.landing-section{
  position:relative!important;
}
.landing-card,.notice-card{
  min-height:0!important;
}
.wbl-highlight{
  margin-top:-42px!important;
  border-color:rgba(245,217,130,.22)!important;
  background:linear-gradient(135deg,rgba(215,168,66,.16),rgba(255,255,255,.06) 46%,rgba(255,255,255,.03))!important;
}
.wbl-highlight h2{
  color:#fff7dd!important;
}
.feature-card,.developer-card{
  min-height:0!important;
}
.feature-card{
  justify-content:flex-start!important;
  gap:18px!important;
}
.developer-card{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
}
@media (max-width:620px){
  .landing-nav{
    min-height:0!important;
    align-items:flex-start!important;
    padding:9px!important;
  }
  .landing-links{
    order:2!important;
    width:100%!important;
  }
  .landing-brand{
    order:1!important;
    margin-left:auto!important;
  }
  .landing-brand span{
    display:none!important;
  }
  .landing-brand img{
    width:32px!important;
    height:32px!important;
  }
  .landing-hero{
    text-align:left!important;
    align-items:flex-start!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .wbl-highlight{
    margin-top:-24px!important;
  }
}

/* v33 login back button and landing copy alignment */
.login-back-home{
  position:fixed;
  left:18px;
  top:18px;
  z-index:5;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 12px;
  border-radius:13px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(8,9,12,.52);
  color:rgba(255,242,188,.88);
  font-size:13px;
  font-weight:900;
  box-shadow:0 14px 34px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(16px) saturate(1.16);
  -webkit-backdrop-filter:blur(16px) saturate(1.16);
  transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
}
.login-back-home:hover{
  transform:translateY(-1px);
  color:#fff2bc;
  background:rgba(215,168,66,.14);
  border-color:rgba(245,217,130,.26);
}
.landing-page .landing-section p,
.landing-page .notice-card strong{
  text-align:justify!important;
  text-justify:inter-word;
}
.landing-page .landing-subtitle{
  text-align:justify!important;
}
@media (max-width:620px){
  .login-back-home{
    left:12px;
    top:12px;
    min-height:34px;
    padding:7px 10px;
    font-size:12px;
  }
  .landing-page .landing-subtitle,
  .landing-page .landing-section p,
  .landing-page .notice-card strong{
    text-align:left!important;
  }
}

/* v34 landing text justification for presentation screenshots */
body.landing-page .landing-hero .landing-subtitle{
  width:min(100%,980px)!important;
  max-width:980px!important;
  text-align:justify!important;
  text-align-last:left;
  line-height:1.72!important;
}
body.landing-page .landing-card > p:not(.section-kicker),
body.landing-page .notice-card > p:not(.section-kicker){
  width:100%!important;
  max-width:none!important;
  text-align:justify!important;
  text-align-last:left;
  text-justify:inter-word;
  line-height:1.78!important;
}
body.landing-page .notice-card > strong{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  text-align:left!important;
}
@media (max-width:620px){
  body.landing-page .landing-hero .landing-subtitle,
  body.landing-page .landing-card > p:not(.section-kicker),
  body.landing-page .notice-card > p:not(.section-kicker){
    text-align:justify!important;
    text-align-last:left;
  }
}

/* v35 premium typography polish for the landing page */
body.landing-page{
  font-feature-settings:"kern" 1,"liga" 1;
}
body.landing-page .landing-kicker,
body.landing-page .section-kicker{
  color:#f6dd93!important;
  font-size:13px!important;
  font-weight:950!important;
  letter-spacing:.18em!important;
  text-shadow:0 0 22px rgba(245,217,130,.24)!important;
}
body.landing-page .landing-hero h1{
  color:#fff6d5!important;
  font-size:clamp(46px,7.8vw,94px)!important;
  line-height:.98!important;
  font-weight:950!important;
  letter-spacing:0!important;
  text-wrap:balance;
  text-shadow:0 18px 58px rgba(0,0,0,.72),0 0 34px rgba(215,168,66,.18)!important;
}
body.landing-page .landing-hero h1 span{
  display:inline-block!important;
  margin-top:12px!important;
  color:transparent!important;
  background:linear-gradient(90deg,#ffffff 0%,#fff4c9 46%,#f1c75d 100%);
  -webkit-background-clip:text;
  background-clip:text;
  font-size:.72em!important;
  font-weight:950!important;
  text-shadow:none!important;
}
body.landing-page .landing-subtitle{
  margin-top:26px!important;
  padding:18px 20px!important;
  border-left:3px solid rgba(245,217,130,.72)!important;
  border-radius:0 18px 18px 0!important;
  background:linear-gradient(90deg,rgba(0,0,0,.36),rgba(0,0,0,.10))!important;
  color:rgba(255,255,255,.84)!important;
  font-size:clamp(17px,1.55vw,22px)!important;
  font-weight:550!important;
  line-height:1.78!important;
  text-shadow:0 10px 28px rgba(0,0,0,.62)!important;
}
body.landing-page .landing-btn{
  font-size:16px!important;
  letter-spacing:.01em!important;
}
body.landing-page .version-pill{
  color:rgba(255,255,255,.78)!important;
  font-weight:900!important;
}
body.landing-page .landing-section h2,
body.landing-page .section-heading h2{
  color:#fff1bd!important;
  font-size:clamp(30px,3.2vw,50px)!important;
  line-height:1.06!important;
  font-weight:950!important;
  letter-spacing:0!important;
  text-wrap:balance;
  text-shadow:0 18px 42px rgba(0,0,0,.45),0 0 24px rgba(215,168,66,.11)!important;
}
body.landing-page .landing-card > p:not(.section-kicker),
body.landing-page .notice-card > p:not(.section-kicker){
  color:rgba(255,255,255,.76)!important;
  font-size:18px!important;
  font-weight:500!important;
  line-height:1.86!important;
}
body.landing-page .feature-card h3,
body.landing-page .developer-card h3{
  color:#f8f3e5!important;
  font-weight:950!important;
  letter-spacing:0!important;
}
body.landing-page .tech-list span,
body.landing-page .developer-card p{
  font-weight:900!important;
}
@media (max-width:620px){
  body.landing-page .landing-hero h1{
    font-size:42px!important;
  }
  body.landing-page .landing-hero h1 span{
    font-size:.68em!important;
  }
  body.landing-page .landing-subtitle{
    padding:14px 15px!important;
    font-size:16px!important;
    line-height:1.68!important;
  }
  body.landing-page .landing-section h2,
  body.landing-page .section-heading h2{
    font-size:28px!important;
  }
  body.landing-page .landing-card > p:not(.section-kicker),
  body.landing-page .notice-card > p:not(.section-kicker){
    font-size:16px!important;
    line-height:1.72!important;
  }
}

/* v36 calmer landing typography */
body.landing-page .landing-kicker,
body.landing-page .section-kicker{
  font-size:12px!important;
  letter-spacing:.16em!important;
  color:rgba(245,217,130,.86)!important;
  text-shadow:0 0 14px rgba(245,217,130,.16)!important;
}
body.landing-page .landing-hero h1{
  font-size:clamp(42px,6.2vw,72px)!important;
  line-height:1.04!important;
  color:#fff4d4!important;
  text-shadow:0 16px 44px rgba(0,0,0,.62),0 0 20px rgba(215,168,66,.10)!important;
}
body.landing-page .landing-hero h1 span{
  margin-top:8px!important;
  font-size:.68em!important;
  background:linear-gradient(90deg,#ffffff 0%,#fff3c4 58%,#e9c465 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
}
body.landing-page .landing-subtitle{
  margin-top:22px!important;
  padding:14px 16px!important;
  max-width:860px!important;
  font-size:clamp(15.5px,1.25vw,18px)!important;
  font-weight:500!important;
  line-height:1.68!important;
  border-left-width:2px!important;
  border-radius:0 14px 14px 0!important;
  color:rgba(255,255,255,.78)!important;
  text-shadow:0 8px 22px rgba(0,0,0,.48)!important;
}
body.landing-page .landing-btn{
  font-size:15px!important;
}
body.landing-page .landing-section h2,
body.landing-page .section-heading h2{
  font-size:clamp(25px,2.45vw,36px)!important;
  line-height:1.14!important;
  color:#fff1bd!important;
  text-shadow:0 12px 30px rgba(0,0,0,.36),0 0 14px rgba(215,168,66,.08)!important;
}
body.landing-page .landing-card > p:not(.section-kicker),
body.landing-page .notice-card > p:not(.section-kicker){
  font-size:16px!important;
  font-weight:450!important;
  line-height:1.76!important;
  color:rgba(255,255,255,.72)!important;
}
body.landing-page .feature-card h3,
body.landing-page .developer-card h3{
  font-size:16px!important;
  font-weight:900!important;
}
body.landing-page .developer-card p,
body.landing-page .tech-list span{
  font-size:14px!important;
}
@media (max-width:620px){
  body.landing-page .landing-hero h1{
    font-size:36px!important;
  }
  body.landing-page .landing-hero h1 span{
    font-size:.66em!important;
  }
  body.landing-page .landing-subtitle{
    font-size:15px!important;
    line-height:1.64!important;
  }
  body.landing-page .landing-section h2,
  body.landing-page .section-heading h2{
    font-size:24px!important;
  }
  body.landing-page .landing-card > p:not(.section-kicker),
  body.landing-page .notice-card > p:not(.section-kicker){
    font-size:15px!important;
    line-height:1.68!important;
  }
}
