/* jg-mobile-nav-v3.css — 모바일 하단 고정 네비 + 빠른계산 바텀시트 (v2172 로직 단일화, 20260713)
   기존 26개 페이지에 인라인 복붙(300줄 x 26)되어 있던 것을 단일 파일로 통합.
   내용은 실사용 검증된 v2172 스타일 원문 그대로 이식 (동작 변경 없음). */
@media (min-width:1025px){
  #jg-mobile-nav-static-v2172,
  #jg-mobile-nav-static-v2172-backdrop,
  #jg-mobile-nav-static-v2172-sheet{display:none!important}
}
@media (max-width:1024px){
  html,body{overflow-x:hidden!important}
  body{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))!important}
  .jgnav-bar,.jgnav-backdrop,.jgnav-sheet,
  .jgmobnav-bar,.jgmobnav-backdrop,.jgmobnav-sheet,
  .cf-sticky-mobile-cta,.mobile-sticky-cta,.jg-floating-tools{display:none!important}
  #jg-mobile-nav-static-v2172{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:2147483000!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-around!important;
    gap:2px!important;
    min-height:74px!important;
    padding:8px 8px calc(10px + env(safe-area-inset-bottom,0px))!important;
    background:rgba(7,18,42,.98)!important;
    -webkit-backdrop-filter:blur(16px)!important;
    backdrop-filter:blur(16px)!important;
    border-radius:20px 20px 0 0!important;
    box-shadow:0 -12px 36px rgba(0,0,0,.32)!important;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR","Apple SD Gothic Neo",sans-serif!important;
  }
  #jg-mobile-nav-static-v2172 .jgms-item{
    flex:1 1 0!important;
    min-width:0!important;
    min-height:52px!important;
    padding:4px 2px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    border:0!important;
    background:transparent!important;
    color:#fff!important;
    text-decoration:none!important;
    cursor:pointer!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  #jg-mobile-nav-static-v2172 .jgms-icon{
    width:22px!important;
    height:22px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#fff!important;
  }
  #jg-mobile-nav-static-v2172 .jgms-icon svg{
    width:22px!important;
    height:22px!important;
    display:block!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:2!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }
  #jg-mobile-nav-static-v2172 .jgms-label{
    display:block!important;
    color:rgba(255,255,255,.82)!important;
    font-size:10.5px!important;
    font-weight:900!important;
    line-height:1.1!important;
    letter-spacing:-.06em!important;
    white-space:nowrap!important;
  }
  #jg-mobile-nav-static-v2172 .jgms-item.jgms-center .jgms-icon{
    width:54px!important;
    height:54px!important;
    margin-top:-30px!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;
    border:3px solid rgba(255,255,255,.18)!important;
    box-shadow:0 10px 26px rgba(37,99,235,.52)!important;
  }
  #jg-mobile-nav-static-v2172 .jgms-item.jgms-center .jgms-icon svg{
    width:25px!important;
    height:25px!important;
  }
  #jg-mobile-nav-static-v2172 .jgms-item.jgms-center .jgms-label{
    color:#fff!important;
    font-weight:950!important;
  }

  #jg-mobile-nav-static-v2172-backdrop{
    position:fixed!important;
    inset:0!important;
    z-index:2147483001!important;
    display:block!important;
    background:rgba(8,15,30,.58)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .2s ease,visibility .2s ease!important;
  }
  #jg-mobile-nav-static-v2172-backdrop.jgms-open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  #jg-mobile-nav-static-v2172-sheet{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:2147483002!important;
    display:block!important;
    transform:translateY(110%)!important;
    transition:transform .24s ease!important;
    max-height:80vh!important;
    overflow-y:auto!important;
    padding:14px 14px calc(20px + env(safe-area-inset-bottom,0px))!important;
    border-radius:24px 24px 0 0!important;
    background:#fff!important;
    color:#0f172a!important;
    box-shadow:0 -20px 60px rgba(0,0,0,.36)!important;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR","Apple SD Gothic Neo",sans-serif!important;
  }
  #jg-mobile-nav-static-v2172-sheet.jgms-open{
    transform:translateY(0)!important;
  }
  html.dark #jg-mobile-nav-static-v2172-sheet,
  html[data-theme="dark"] #jg-mobile-nav-static-v2172-sheet{
    background:#0f1b2d!important;
    color:#e2e8f0!important;
  }
  #jg-mobile-nav-static-v2172-sheet .jgms-grip{
    width:44px!important;
    height:4px!important;
    margin:0 auto 12px!important;
    border-radius:999px!important;
    background:rgba(148,163,184,.58)!important;
  }
  #jg-mobile-nav-static-v2172-sheet .jgms-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    margin-bottom:10px!important;
  }
  #jg-mobile-nav-static-v2172-sheet .jgms-title{
    margin:0!important;
    color:inherit!important;
    font-size:18px!important;
    font-weight:950!important;
    letter-spacing:-.05em!important;
  }
  #jg-mobile-nav-static-v2172-sheet .jgms-close{
    width:38px!important;
    height:38px!important;
    border:0!important;
    border-radius:999px!important;
    background:rgba(148,163,184,.15)!important;
    color:inherit!important;
    font-size:22px!important;
    line-height:1!important;
  }
  #jg-mobile-nav-static-v2172-sheet .jgms-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
  }
  #jg-mobile-nav-static-v2172-sheet .jgms-card{
    display:block!important;
    padding:13px 12px!important;
    border:1px solid rgba(148,163,184,.30)!important;
    border-radius:15px!important;
    background:#f8fafc!important;
    color:inherit!important;
    text-decoration:none!important;
  }
  html.dark #jg-mobile-nav-static-v2172-sheet .jgms-card,
  html[data-theme="dark"] #jg-mobile-nav-static-v2172-sheet .jgms-card{
    background:rgba(148,163,184,.10)!important;
  }
  #jg-mobile-nav-static-v2172-sheet .jgms-card strong{
    display:block!important;
    margin:0 0 4px!important;
    color:inherit!important;
    font-size:13.5px!important;
    font-weight:900!important;
    letter-spacing:-.04em!important;
  }
  #jg-mobile-nav-static-v2172-sheet .jgms-card span{
    display:block!important;
    color:#64748b!important;
    font-size:11px!important;
    line-height:1.42!important;
  }
  html.dark #jg-mobile-nav-static-v2172-sheet .jgms-card span,
  html[data-theme="dark"] #jg-mobile-nav-static-v2172-sheet .jgms-card span{
    color:#cbd5e1!important;
  }
  #jg-mobile-nav-static-v2172-sheet .jgms-all{
    display:block!important;
    margin-top:11px!important;
    padding:12px!important;
    border-radius:13px!important;
    background:rgba(37,99,235,.09)!important;
    color:#2563eb!important;
    text-align:center!important;
    text-decoration:none!important;
    font-size:13px!important;
    font-weight:950!important;
  }
}
