/* HAOLLA Global Utility Dock v1.43.0
   One stable floating utility system for every public page.
   Desktop: social channels + Learning OS + contact, aligned as one right rail.
   Mobile/tablet: only Learning OS + contact in a safe-area aware bottom dock. */
:root{
  --haolla-utility-dock-width:166px;
  --haolla-utility-side-gap:18px;
  --haolla-utility-mobile-gap:8px;
  --haolla-utility-safe-bottom:max(10px,env(safe-area-inset-bottom));
}

/* The new global dock replaces every legacy floating rail only after JS has assembled it. */
html.haollaGlobalUtilityDockReadyV1430 .haollaUtilityRail,
html.haollaGlobalUtilityDockReadyV1430 body>.socialDock,
html.haollaGlobalUtilityDockReadyV1430 .v122ActionRail,
html.haollaGlobalUtilityDockReadyV1430 .localStickyCtaV1346,
html.haollaGlobalUtilityDockReadyV1430 .bottomBar,
html.haollaGlobalUtilityDockReadyV1430 .messageDock{display:none!important}

.haollaGlobalUtilityDockV1430{
  position:fixed!important;
  z-index:2147482000!important;
  right:var(--haolla-utility-side-gap)!important;
  top:50%!important;
  bottom:auto!important;
  left:auto!important;
  width:var(--haolla-utility-dock-width)!important;
  max-width:calc(100vw - 28px)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:9px!important;
  padding:0!important;
  margin:0!important;
  transform:translate3d(0,-50%,0)!important;
  pointer-events:none!important;
  box-sizing:border-box!important;
  contain:layout style!important;
  isolation:isolate!important;
}
.haollaGlobalUtilityDockV1430>*{pointer-events:auto!important;box-sizing:border-box!important;min-width:0!important;max-width:100%!important}

.haollaGlobalSocialDockV1430{
  display:grid!important;
  gap:6px!important;
  width:100%!important;
  padding:12px 10px 10px!important;
  margin:0!important;
  border:1px solid rgba(176,200,255,.16)!important;
  border-radius:18px!important;
  background:linear-gradient(155deg,rgba(10,15,37,.97),rgba(6,10,27,.98))!important;
  box-shadow:0 18px 52px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.045)!important;
  backdrop-filter:blur(18px) saturate(135%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(135%)!important;
}
.haollaGlobalSocialDockV1430>span{
  display:block!important;
  padding:0 3px 3px!important;
  color:#7f8da8!important;
  font-size:8px!important;
  font-weight:900!important;
  line-height:1.15!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
.haollaGlobalSocialDockV1430 a{
  display:grid!important;
  grid-template-columns:20px minmax(0,1fr)!important;
  align-items:center!important;
  gap:8px!important;
  min-height:33px!important;
  padding:5px 7px!important;
  border:1px solid rgba(177,202,255,.12)!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.026)!important;
  color:#f1f5ff!important;
  text-decoration:none!important;
  font-size:9.5px!important;
  font-weight:780!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  box-shadow:none!important;
  transform:none!important;
  transition:background .18s ease,border-color .18s ease,transform .18s ease!important;
}
.haollaGlobalSocialDockV1430 a:hover,
.haollaGlobalSocialDockV1430 a:focus-visible{
  background:rgba(255,255,255,.07)!important;
  border-color:rgba(163,213,255,.25)!important;
  transform:translateX(-2px)!important;
}
.haollaGlobalSocialIconV1430{
  width:20px!important;
  height:20px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:7px!important;
  color:#fff!important;
  font-size:7.5px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:-.02em!important;
  box-shadow:inset 0 1px rgba(255,255,255,.18),0 5px 14px rgba(0,0,0,.18)!important;
}
.haollaGlobalSocialIconV1430.instagram{background:linear-gradient(135deg,#ff7a59,#d946ef 50%,#7c3aed)!important}
.haollaGlobalSocialIconV1430.naver{background:#03c75a!important}
.haollaGlobalSocialIconV1430.linkedin{background:#0a66c2!important}
.haollaGlobalSocialIconV1430.youtube{background:#ff0033!important}

/* Reset old fixed positioning after the existing launchers are moved into the new dock. */
html body .haollaGlobalUtilityDockV1430 .learningOsLauncher,
html body .haollaGlobalUtilityDockV1430 .messageLauncher{
  position:relative!important;
  inset:auto!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
  transform:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  visibility:visible!important;
  opacity:1!important;
  box-sizing:border-box!important;
}
html body .haollaGlobalUtilityDockV1430 .learningOsLauncher{
  min-height:44px!important;
  padding:0 11px!important;
  border:1px solid rgba(174,224,255,.26)!important;
  border-radius:13px!important;
  background:linear-gradient(135deg,#91f1d1,#7fdcf4 54%,#b8afff)!important;
  color:#071121!important;
  font-size:10px!important;
  font-weight:920!important;
  letter-spacing:-.015em!important;
  box-shadow:0 12px 28px rgba(74,197,217,.18)!important;
  white-space:nowrap!important;
}
html body .haollaGlobalUtilityDockV1430 .learningOsLauncher span{display:inline-flex!important;align-items:center!important;gap:6px!important;white-space:nowrap!important}
html body .haollaGlobalUtilityDockV1430 .learningOsLauncher:hover,
html body .haollaGlobalUtilityDockV1430 .learningOsLauncher:focus-visible{transform:translateY(-2px)!important;box-shadow:0 16px 34px rgba(74,197,217,.25)!important}
html body .haollaGlobalUtilityDockV1430 .messageLauncher{
  min-height:42px!important;
  padding:0 11px!important;
  border:1px solid rgba(176,201,255,.17)!important;
  border-radius:13px!important;
  background:linear-gradient(150deg,rgba(13,19,46,.98),rgba(7,11,29,.99))!important;
  color:#f4f7ff!important;
  font-size:10px!important;
  font-weight:880!important;
  letter-spacing:-.01em!important;
  box-shadow:0 14px 34px rgba(0,0,0,.24)!important;
  white-space:nowrap!important;
}
html body .haollaGlobalUtilityDockV1430 .messageLauncher:before{width:7px!important;height:7px!important;flex:0 0 7px!important;margin-right:5px!important}
html body .haollaGlobalUtilityDockV1430 .messageLauncher:hover,
html body .haollaGlobalUtilityDockV1430 .messageLauncher:focus-visible{transform:translateY(-2px)!important;background:linear-gradient(150deg,rgba(18,25,57,.99),rgba(9,14,35,.99))!important}

/* The site.js chooser is the only contact UI. This final stylesheet contains
   its complete presentation so generated pages do not depend on site.css. */
html.haollaGlobalUtilityDockReadyV1430 body>.messagePanel[hidden]{display:none!important}
html.haollaGlobalUtilityDockReadyV1430 body>.messagePanel:not([hidden]){
  display:block!important;
  position:fixed!important;
  z-index:2147481999!important;
  right:calc(var(--haolla-utility-dock-width) + var(--haolla-utility-side-gap) + 12px)!important;
  left:auto!important;
  top:50%!important;
  bottom:auto!important;
  width:min(340px,calc(100vw - 230px))!important;
  max-height:min(74dvh,620px)!important;
  overflow:auto!important;
  margin:0!important;
  padding:15px!important;
  border:1px solid rgba(190,205,255,.18)!important;
  border-radius:22px!important;
  background:linear-gradient(160deg,rgba(11,15,37,.985),rgba(8,11,28,.99))!important;
  box-shadow:0 26px 80px rgba(0,0,0,.48)!important;
  color:#f7fbff!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  transform:translate3d(0,calc(-50% + 8px),0) scale(.985)!important;
  box-sizing:border-box!important;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;
}
html.haollaGlobalUtilityDockReadyV1430 body>.messagePanel.open{
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
  transform:translate3d(0,-50%,0) scale(1)!important;
}
html.haollaGlobalUtilityDockReadyV1430 .messagePanelHead{display:grid!important;grid-template-columns:minmax(0,1fr) 34px!important;gap:12px!important;align-items:start!important;padding:3px 2px 12px!important;border-bottom:1px solid rgba(176,201,255,.12)!important}
html.haollaGlobalUtilityDockReadyV1430 .messagePanelHead b{display:block!important;color:#fff!important;font-size:15px!important;line-height:1.25!important}
html.haollaGlobalUtilityDockReadyV1430 .messagePanelHead small{display:block!important;margin-top:5px!important;color:#b8c6df!important;font-size:11px!important;line-height:1.45!important}
html.haollaGlobalUtilityDockReadyV1430 .messageClose{width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;border:1px solid rgba(176,201,255,.14)!important;border-radius:11px!important;background:rgba(255,255,255,.035)!important;color:#eaf0ff!important;font:inherit!important;font-size:20px!important;line-height:1!important;cursor:pointer!important}
html.haollaGlobalUtilityDockReadyV1430 .messageOptions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px!important;align-items:stretch!important;padding-top:12px!important}
html.haollaGlobalUtilityDockReadyV1430 .messageOption{display:flex!important;flex-direction:column!important;justify-content:center!important;width:100%!important;min-width:0!important;min-height:62px!important;padding:10px 12px!important;border:1px solid rgba(176,201,255,.13)!important;border-radius:14px!important;background:rgba(255,255,255,.03)!important;color:#f6f8ff!important;text-decoration:none!important;text-align:left!important;font:inherit!important;box-sizing:border-box!important;cursor:pointer!important}
html.haollaGlobalUtilityDockReadyV1430 .messageOption:hover,html.haollaGlobalUtilityDockReadyV1430 .messageOption:focus-visible{background:rgba(255,255,255,.07)!important;border-color:rgba(153,221,244,.3)!important}
html.haollaGlobalUtilityDockReadyV1430 .messageOption>span{display:block!important;color:#9cebdd!important;font-size:11px!important;font-weight:900!important;line-height:1.2!important}
html.haollaGlobalUtilityDockReadyV1430 .messageOption b{display:block!important;margin-top:3px!important;color:#fff!important;font-size:13px!important;line-height:1.25!important}
html.haollaGlobalUtilityDockReadyV1430 .messageOption small{display:block!important;margin-top:4px!important;color:#b9c8df!important;font-size:10px!important;line-height:1.35!important}
html.haollaGlobalUtilityDockReadyV1430 .messageOption.kakao{background:linear-gradient(145deg,rgba(255,229,0,.11),rgba(255,255,255,.035))!important}
html.haollaGlobalUtilityDockReadyV1430 .messageOption.kakao>span{color:#ffe86b!important}
html.haollaGlobalUtilityDockReadyV1430 .messageOption.whatsapp{background:linear-gradient(145deg,rgba(37,211,102,.10),rgba(255,255,255,.035))!important}
html.haollaGlobalUtilityDockReadyV1430 .messageOption.whatsapp>span{color:#8ef0b4!important}
html.haollaGlobalUtilityDockReadyV1430 .messageOption.form{grid-column:1/-1!important;background:linear-gradient(135deg,rgba(143,242,222,.12),rgba(151,186,255,.10))!important}

@media (min-width:1321px) and (max-width:1700px){
  html.haollaGlobalUtilityDockReadyV1430 main,
  html.haollaGlobalUtilityDockReadyV1430 footer{padding-inline-end:190px}
}

/* Mobile keeps one two-button dock above the browser safe area and reserves
   enough document space that the footer cannot disappear behind it. */
@media (max-width:1199px){
  html{scroll-padding-bottom:calc(82px + env(safe-area-inset-bottom))!important}
  body,body[data-local-growth="true"]{padding-bottom:calc(82px + env(safe-area-inset-bottom))!important}
  .haollaGlobalUtilityDockV1430{
    top:auto!important;
    right:max(8px,env(safe-area-inset-right))!important;
    bottom:var(--haolla-utility-safe-bottom)!important;
    left:max(8px,env(safe-area-inset-left))!important;
    width:auto!important;
    max-width:none!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:var(--haolla-utility-mobile-gap)!important;
    padding:7px!important;
    border:1px solid rgba(176,201,255,.15)!important;
    border-radius:18px!important;
    background:linear-gradient(155deg,rgba(10,15,37,.94),rgba(6,10,27,.96))!important;
    box-shadow:0 18px 48px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.045)!important;
    backdrop-filter:blur(18px) saturate(135%)!important;
    -webkit-backdrop-filter:blur(18px) saturate(135%)!important;
    transform:none!important;
    contain:layout style!important;
  }
  .haollaGlobalUtilityDockV1430 .haollaGlobalSocialDockV1430{display:none!important}
  html body .haollaGlobalUtilityDockV1430 .learningOsLauncher,
  html body .haollaGlobalUtilityDockV1430 .messageLauncher{
    min-height:46px!important;
    border-radius:12px!important;
    font-size:11.5px!important;
    padding:0 10px!important;
  }
  html body .haollaGlobalUtilityDockV1430 .messageLauncher:before{margin-right:4px!important}
  html.haollaGlobalUtilityDockReadyV1430 body>.messagePanel:not([hidden]){
    right:max(8px,env(safe-area-inset-right))!important;
    left:max(8px,env(safe-area-inset-left))!important;
    top:auto!important;
    bottom:calc(var(--haolla-utility-safe-bottom) + 68px)!important;
    width:auto!important;
    max-height:min(70dvh,560px)!important;
    border-radius:20px!important;
    transform:translate3d(0,8px,0) scale(.99)!important;
  }
  html.haollaGlobalUtilityDockReadyV1430 body>.messagePanel.open{transform:none!important}
}

@media (max-width:480px){
  :root{--haolla-utility-mobile-gap:6px}
  .haollaGlobalUtilityDockV1430{right:max(6px,env(safe-area-inset-right))!important;left:max(6px,env(safe-area-inset-left))!important;padding:6px!important;border-radius:16px!important}
  html body .haollaGlobalUtilityDockV1430 .learningOsLauncher,
  html body .haollaGlobalUtilityDockV1430 .messageLauncher{min-height:44px!important;font-size:11px!important;padding:0 8px!important;border-radius:11px!important}
  html body .haollaGlobalUtilityDockV1430 .learningOsLauncher span{gap:4px!important}
  html.haollaGlobalUtilityDockReadyV1430 body>.messagePanel:not([hidden]){right:max(6px,env(safe-area-inset-right))!important;left:max(6px,env(safe-area-inset-left))!important;bottom:calc(var(--haolla-utility-safe-bottom) + 64px)!important}
  html.haollaGlobalUtilityDockReadyV1430 .messageOptions{grid-template-columns:minmax(0,1fr)!important}
  html.haollaGlobalUtilityDockReadyV1430 .messageOption.form{grid-column:auto!important}
}

/* Focused inputs + mobile keyboards should never make the dock appear to float upward. */
@media (max-width:1199px){
  html.haollaUtilityInputFocusV1430 .haollaGlobalUtilityDockV1430{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate3d(0,10px,0)!important;
  }
  html.haollaUtilityInputFocusV1430 .messagePanel{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
}

@media (prefers-reduced-motion:reduce){
  .haollaGlobalUtilityDockV1430 *,
  html.haollaGlobalUtilityDockReadyV1430 .messagePanel{transition:none!important;animation:none!important}
}
