:root{
  --paper:#f5f4ef;
  --ink:#15201e;
  --muted:#666d67;
  --blue:#2355dd;
  --lime:#e2eccd;
  --line:#c8cbc2;
  --font:"Helvetica Neue",Arial,"Apple SD Gothic Neo","Malgun Gothic",sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-family:var(--font);
  font-synthesis:none;
  font-weight:400;
  line-height:1.5;
  scroll-behavior:smooth
}
*{
  box-sizing:border-box
}
body{
  margin:0
}
a{
  color:inherit;
  text-decoration:none
}
button{
  font:inherit;
  color:inherit
}
button,a{
  -webkit-tap-highlight-color:transparent
}
button{
  cursor:pointer
}
button:disabled{
  cursor:wait
}
a:focus-visible,button:focus-visible{
  outline:3px solid var(--blue);
  outline-offset:6px;
  border-radius:3px
}
p,h1,h2,h3{
  margin:0
}
svg{
  display:block;
  width:24px;
  height:24px
}
::selection{
  background:#c7d9ff
}
.shell{
  width:min(1424px,calc(100% - 112px));
  margin-inline:auto
}
.section-shell{
  width:min(1216px,calc(100% - 112px));
  margin-inline:auto
}
.header{
  height:112px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}
.brand{
  display:flex;
  align-items:center;
  gap:7px;
  width:170px;
  height:45px;
  flex-shrink:0;
  font-size:27px;
  font-weight:650;
  letter-spacing:-1.2px;
  color:#0b2438
}
.brand img{
  width:40px;
  height:40px;
  mix-blend-mode:multiply
}
.main-nav{
  display:flex;
  align-items:center;
  gap:28px;
  font-size:16px
}
.main-nav a{
  padding:12px 0
}
.developer-link{display:flex;align-items:center;gap:7px}
.developer-link svg{width:17px;height:17px}
.header-actions{display:flex;align-items:center;gap:22px;flex-shrink:0}
.github-link{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;transition:background .2s}
.github-link:hover{background:#e6e8e2}
.github-link img{width:24px;height:24px}
.languages{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:15px;
  white-space:nowrap
}
.languages a{
  padding:12px 2px;
  color:var(--muted)
}
.languages a[aria-current]{
  color:var(--ink);
  font-weight:600
}
.languages a:hover,.main-nav a:hover{
  color:var(--blue)
}
.hero{
  min-height:714px;
  text-align:center;
  padding:132px 0 58px;
  display:flex;
  align-items:center;
  flex-direction:column
}
.hero h1{
  font-size:clamp(62px,7.3vw,110px);
  font-weight:600;
  letter-spacing:-.058em;
  line-height:1.03;
  max-width:1230px
}
.intro{
  font-size:clamp(18px,1.65vw,25px);
  letter-spacing:-.025em;
  margin-top:36px
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:43px;
  background:var(--ink);
  color:var(--paper);
  border-radius:99px;
  padding:20px 35px;
  min-width:270px;
  font-size:19px;
  margin-top:54px;
  transition:background .2s,transform .2s
}
.button:hover{
  background:#2d4039;
  transform:translateY(-2px)
}
.alpha{
  color:var(--muted);
  font-size:15px;
  margin-top:26px
}
.product{
  background:var(--lime);
  scroll-margin-top:20px
}
.product-grid{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  align-items:center;
  gap:115px;
  min-height:610px;
  padding-block:72px
}
.product-copy h2,.deployment h2{
  font-size:clamp(40px,4.35vw,65px);
  line-height:1.1;
  font-weight:550;
  letter-spacing:-.045em
}
.product-copy p{
  margin-top:38px;
  font-size:21px;
  line-height:1.6;
  letter-spacing:-.02em
}
.text-button{
  border:0;
  border-radius:0;
  border-bottom:1px solid currentColor;
  background:none;
  padding:2px 0 3px;
  display:inline-block;
  font-size:17px;
  line-height:1.3;
  transition:color .2s
}
.text-button:hover{
  color:var(--blue)
}
.play{
  margin:24px 8px 0
}
.demo-note{
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
  margin:18px 8px 0
}
.deployment{
  padding-block:80px 36px;
  scroll-margin-top:35px
}
.deployment h2{
  font-size:clamp(38px,4.2vw,60px)
}
.deployment-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:95px;
  margin-top:64px
}
.deployment-grid h3{
  font-size:30px;
  font-weight:500;
  letter-spacing:-.025em
}
.deployment-grid p{
  font-size:17px;
  line-height:1.6;
  margin:14px 0 21px;
  max-width:450px
}
.release-note{
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
  margin-top:70px;
  max-width:1040px
}
.footer{
  border-top:1px solid #969e93;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:108px;
  font-size:15px
}
.footer-brand{
  font-weight:600;
  font-size:18px
}
.footer p{
  color:var(--muted)
}
.footer-identity{display:grid;gap:4px}
.footer-links{display:flex;gap:24px;font-size:14px}
.footer-links a:hover{color:var(--blue)}
.skip{
  position:fixed;
  top:-100px;
  left:24px;
  padding:12px 18px;
  z-index:20;
  background:var(--ink);
  color:white
}
.skip:focus{
  top:12px
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap
}
.detail-panel{
  display:none
}
.detail-panel:target:not(dialog){
  display:block;
  max-width:780px;
  padding:36px;
  margin:32px auto;
  border-top:1px solid var(--line)
}
dialog.detail-panel[open]{
  display:block;
  width:min(760px,calc(100% - 40px));
  max-height:85dvh;
  border:1px solid var(--line);
  border-radius:20px;
  padding:38px;
  background:var(--paper);
  color:var(--ink);
  overflow:auto;
  box-shadow:0 30px 100px #0003
}
dialog::backdrop{
  background:#15201e66;
  backdrop-filter:blur(5px)
}
.dialog-open{
  overflow:hidden
}
.panel-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:30px;
  font-size:14px
}
.panel-top>p{
  color:var(--muted)
}
.close-panel{
  padding:8px
}
.detail-panel h2{
  font-size:36px;
  line-height:1.15;
  letter-spacing:-.04em;
  font-weight:550;
  margin-bottom:20px
}
.detail-panel>p{
  font-size:16px;
  line-height:1.7
}
.guide-steps{
  padding-left:23px;
  margin:25px 0
}
.guide-steps li{
  padding-left:6px;
  margin-bottom:15px;
  font-size:15px;
  line-height:1.6
}
pre{
  overflow:auto;
  padding:20px;
  background:#eaece3;
  border-radius:8px;
  font-size:12px;
  line-height:1.8
}
code{
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace
}
.caution{
  color:var(--muted);
  margin-top:27px;
  font-size:14px!important
}
.copy-status{
  font-size:13px;
  margin-left:16px
}
.roadmap{
  list-style:none;
  padding:0;
  margin:26px 0
}
.roadmap li{
  padding:22px 0;
  border-top:1px solid var(--line)
}
.roadmap h3{
  font-size:18px;
  font-weight:550;
  margin-bottom:6px
}
.roadmap p{
  font-size:15px;
  line-height:1.7
}
html[lang=ko] .hero h1{
  letter-spacing:-.065em;
  font-weight:650;
  line-height:1.14;
  font-size:clamp(64px,6.7vw,100px)
}
html[lang=ko] h2{
  font-weight:600;
  line-height:1.23;
  letter-spacing:-.06em
}
html[lang=ko] .intro{
  letter-spacing:-.04em
}
html[lang=ko] .product-copy p{
  letter-spacing:-.035em
}
html[lang=ko] .deployment h2{
  font-size:clamp(35px,3.8vw,56px)
}
@media(min-width:1600px){
  .hero{
    min-height:760px
  }
  .product-grid{
    min-height:650px
  }
}
@media(max-width:1050px){
  .shell,.section-shell{
    width:calc(100% - 72px)
  }
  .hero{
    padding-top:100px;
    min-height:650px
  }
  .hero h1{
    font-size:8vw
  }
  .product-grid{
    gap:65px;
    min-height:565px
  }
  .product-copy h2{
    font-size:4.8vw
  }
  .product-copy p{
    font-size:18px
  }
  .journey li{
    font-size:16px
  }
  .notification p{
    font-size:15px
  }
  .notification h3{
    font-size:16px
  }
  .deployment-grid{
    gap:55px
  }
  .footer p{
    font-size:13px
  }
}
@media(min-width:701px) and (max-width:1100px){
  .header{height:auto;padding-top:20px;display:grid;grid-template-columns:1fr auto;gap:8px}
  .main-nav{grid-row:2;grid-column:1/-1;justify-content:center}
  .header-actions{grid-row:1;grid-column:2}
}
@media(max-width:700px){
  .shell,.section-shell{
    width:calc(100% - 44px)
  }
  .header{
    height:auto;
    padding-top:18px;
    display:grid;
    grid-template-columns:1fr auto;
    gap:4px 14px
  }
  .brand{
    width:155px;
    height:38px;
    font-size:25px
  }
  .brand img{
    width:34px;
    height:34px
  }
  .main-nav{
    grid-row:2;
    grid-column:1/-1;
    justify-content:center;
    gap:20px;
    font-size:13px
  }
  .header-actions{grid-row:1;grid-column:2;gap:8px}
  .github-link{width:36px;height:40px}
  .github-link img{width:22px;height:22px}
  .languages{
    gap:4px;
    font-size:12px
  }
  .hero{
    min-height:556px;
    padding:91px 0 64px
  }
  .hero h1{
    font-size:clamp(36px,8.35vw,57px);
    letter-spacing:-.055em;
    line-height:1.08
  }
  .intro{
    font-size:17px;
    max-width:315px;
    line-height:1.65;
    margin-top:28px
  }
  .button{
    font-size:16px;
    min-width:214px;
    padding:17px 27px;
    gap:33px;
    margin-top:35px
  }
  .button svg{
    width:21px
  }
  .alpha{
    font-size:12px;
    line-height:1.65;
    margin-top:21px
  }
  .product-grid{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:42px;
    padding-block:62px;
    min-height:0
  }
  .product-copy h2{
    font-size:42px
  }
  .product-copy p{
    font-size:17px;
    margin-top:22px
  }
  .demo{
    width:100%;
    max-width:420px;
    align-self:center
  }
  .journey{
    margin:0 0 25px
  }
  .journey li{
    min-height:58px;
    font-size:16px;
    gap:26px
  }
  .notification{
    padding:19px 21px;
    border-radius:15px
  }
  .notification-top strong{
    font-size:19px
  }
  .notification h3{
    font-size:17px
  }
  .notification p{
    font-size:15px
  }
  .demo-note{
    font-size:12px;
    margin-top:15px
  }
  .play{
    font-size:16px;
    margin-top:21px
  }
  .deployment{
    padding-block:62px 35px
  }
  .deployment h2{
    font-size:39px;
    max-width:340px
  }
  .deployment-grid{
    grid-template-columns:1fr;
    gap:38px;
    margin-top:37px
  }
  .deployment-grid article+article{
    border-top:1px solid var(--line);
    padding-top:30px
  }
  .deployment-grid h3{
    font-size:26px
  }
  .deployment-grid p{
    font-size:16px;
    margin:12px 0 16px
  }
  .release-note{
    font-size:12px;
    margin-top:43px
  }
  .footer{
    min-height:138px;
    display:grid;
    grid-template-columns:1fr auto;
    gap:0;
    padding-block:20px
  }
  .footer p{
    font-size:12px
  }
  .footer-identity{grid-column:1;grid-row:1;gap:8px}
  .footer-links{grid-column:1/-1;grid-row:2;gap:22px;margin-top:22px}
  .footer .languages{
    grid-column:2;
    grid-row:1
  }
  .footer-brand{
    font-size:16px
  }
  html[lang=ko] .hero h1{
    font-size:clamp(40px,10vw,68px);
    line-height:1.2
  }
  html[lang=ko] .product-copy h2{
    font-size:39px
  }
  html[lang=ko] .deployment h2{
    font-size:36px;
    max-width:300px
  }
  .detail-panel h2{
    font-size:29px
  }
  dialog.detail-panel[open]{
    padding:25px;
    width:calc(100% - 28px)
  }
  .detail-panel>p{
    font-size:15px
  }
}
@media(max-width:359px){
  .developer-link svg{display:none}
  .main-nav{
    gap:12px;
    font-size:12px
  }
  .header{
    gap:9px
  }
  .brand{
    width:150px
  }
  .hero h1{
    font-size:8.3vw
  }
  .shell,.section-shell{
    width:calc(100% - 36px)
  }
}
@media(prefers-reduced-motion:reduce){
  :root{
    scroll-behavior:auto
  }
  *,*::before,*::after{
    animation:none!important;
    transition:none!important
  }
  .button:hover,.complete .notification{
    transform:none
  }
}
/* Product screenshots use the current console components with sample data. */
.hero{min-height:680px;padding-top:116px}
.product{background:var(--paper);border-top:1px solid #d9dcd3}
.product-grid{display:block;padding-block:77px 60px;min-height:0}
.product-copy h2{font-size:clamp(35px,3.7vw,53px);letter-spacing:-.045em}
.product-copy h2 span{display:inline}
.product-copy p{margin-top:19px;font-size:21px;color:var(--muted)}
.console-figure{margin:42px 0 0}
.console-screen-link{display:block;position:relative;border:1px solid #d6deda;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 16px 40px -26px #173a3345}
.console-screen-link picture{display:block}
.console-screenshot{display:block;width:100%;height:auto}
.screen-enlarge{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:10px;border-radius:99px;background:#15201e;color:#fff;padding:10px 18px;font-size:13px;box-shadow:0 3px 14px #15201e20}
.screen-enlarge svg{width:16px;height:16px;transform:rotate(-45deg)}
.console-screen-link:hover .screen-enlarge{background:#2d4039}
.console-figure figcaption{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:22px;font-size:13px;color:var(--muted)}
.console-figure figcaption .text-button{display:inline-flex;gap:12px;align-items:center;font-size:15px;color:var(--ink)}
.console-figure figcaption svg{width:18px;height:18px}
.console-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;list-style:none;margin:48px 0 0;padding:0}
.console-features li{border-top:1px solid var(--line);padding-top:22px}
.feature-number{display:block;color:var(--muted);font-size:12px;margin-bottom:12px}
.console-features h3{font-size:20px;font-weight:550;letter-spacing:-.03em}
.console-features p{font-size:15px;color:var(--muted);margin-top:9px;line-height:1.65}
.deployment{border-top:1px solid #d9dcd3}
dialog.console-lightbox[open]{width:min(1660px,calc(100% - 36px));max-height:95dvh;padding:20px;border-radius:16px}
.console-lightbox .panel-top{margin-bottom:16px;gap:20px}
.console-lightbox .panel-top h2{font-size:20px;letter-spacing:-.03em}
.console-image-scroll{overflow:auto;border:1px solid #d6deda;border-radius:8px;background:#fff;max-height:calc(95dvh - 142px)}
.console-image-scroll img{display:block;width:100%;min-width:1000px;height:auto}
.console-lightbox>p{font-size:12px;margin-top:14px;color:var(--muted)}
@media(max-width:780px){
  .hero{min-height:550px;padding-top:91px}
  .product-grid{padding-block:50px 42px}
  .product-copy h2{font-size:37px}
  .product-copy h2 span{display:block}
  html[lang=ko] .product-copy h2{font-size:35px}
  .product-copy p{font-size:17px;line-height:1.7;margin-top:17px}
  .console-figure{margin-top:30px}
  .console-figure figcaption{align-items:flex-start;flex-direction:column;gap:14px;font-size:12px;line-height:1.6}
  .console-features{grid-template-columns:1fr;gap:24px;margin-top:34px}
  .console-features li{display:grid;grid-template-columns:28px 1fr;gap:0 12px;padding-top:20px}
  .feature-number{grid-column:1;grid-row:1/3;margin-top:4px}
  .console-features h3,.console-features p{grid-column:2}
  .console-features h3{font-size:19px}
  .console-features p{font-size:14px;margin-top:5px}
  .screen-enlarge{font-size:12px;bottom:15px;white-space:nowrap}
}
@media(max-width:700px){
  .console-screen-link{max-width:390px;margin-inline:auto}
  .console-screenshot{aspect-ratio:390/930}
}
html[lang=ko] p,html[lang=ko] h1,html[lang=ko] h2{word-break:keep-all;overflow-wrap:break-word}
.hero .intro{text-wrap:balance}
