/* official notice popup - compact mobile fit */
.hg-entry-pop-lock{
  overflow:hidden!important;
}
.hg-entry-pop-mask{
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index:2147483000;
  width:100%;
  min-height:100vh;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  padding:42px 14px 22px;
  box-sizing:border-box;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 14%, rgba(245,158,11,.16), rgba(255,255,255,0) 32%),
    linear-gradient(180deg,#fff8e8 0%,#ffffff 52%,#fffdf8 100%);
  color:#111827;
}
.hg-entry-pop-card{
  width:100%;
  max-width:640px;
  max-height:calc(100vh - 64px);
  border:1px solid rgba(180,83,9,.16);
  border-radius:20px;
  background:#fff;
  box-shadow:0 20px 56px rgba(15,23,42,.13);
  padding:0;
  position:relative;
  overflow:hidden;
  text-align:left;
  -webkit-animation:hgEntryPopIn .22s ease-out both;
  animation:hgEntryPopIn .22s ease-out both;
}
.hg-entry-pop-card:before{
  content:"";
  display:block;
  height:5px;
  background:linear-gradient(90deg,#f59e0b,#fde68a,#f59e0b);
}
.hg-entry-pop-card:after{
  content:"";
  position:absolute;
  right:-88px;
  bottom:-92px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(245,158,11,.10),rgba(245,158,11,0) 68%);
  pointer-events:none;
}
.hg-entry-pop-close{
  position:fixed!important;
  right:4px;
  top:4px;
  width:10px;
  height:10px;
  border:0;
  border-radius:50%;
  background:transparent;
  color:rgba(17,24,39,.10);
  cursor:pointer;
  font-size:8px;
  line-height:8px;
  z-index:2147483001;
  padding:0;
  box-shadow:none;
  opacity:.12;
  outline:none;
}
.hg-entry-pop-close:hover,
.hg-entry-pop-close:focus{
  opacity:.45;
  color:rgba(17,24,39,.34);
}
.hg-entry-pop-header{
  padding:22px 30px 15px;
  text-align:center;
  border-bottom:1px solid rgba(180,83,9,.10);
  background:linear-gradient(180deg,rgba(255,247,226,.98),rgba(255,255,255,.96));
}
.hg-entry-pop-badge{
  display:inline-block;
  min-width:78px;
  height:25px;
  line-height:25px;
  padding:0 13px;
  margin:0 auto 10px;
  border-radius:999px;
  background:rgba(245,158,11,.12);
  color:#b45309;
  font-size:13px;
  font-weight:900;
  letter-spacing:.8px;
  border:1px solid rgba(245,158,11,.22);
  text-align:center;
}
.hg-entry-pop-title{
  margin:0;
  color:#111827;
  font-size:28px;
  line-height:1.22;
  font-weight:900;
  letter-spacing:.3px;
  text-align:center;
}
.hg-entry-pop-sub{
  display:none!important;
}
.hg-entry-pop-body{
  position:relative;
  z-index:1;
  padding:18px 30px 6px;
}
.hg-entry-pop-intro{
  color:#374151;
  font-size:15px;
  line-height:1.78;
  text-align:left;
  background:#fffaf0;
  border:1px solid rgba(245,158,11,.16);
  border-radius:13px;
  padding:12px 14px;
  margin-bottom:12px;
}
.hg-entry-pop-intro strong{
  color:#111827;
  font-weight:900;
}
.hg-entry-pop-list{
  display:block;
  margin:0 0 12px;
}
.hg-entry-pop-row{
  display:-ms-grid;
  display:grid;
  -ms-grid-columns:92px 10px 1fr;
  grid-template-columns:92px 1fr;
  gap:10px;
  align-items:center;
  padding:9px 12px;
  margin-bottom:8px;
  border-radius:13px;
  background:#fff;
  border:1px solid rgba(17,24,39,.07);
  box-shadow:0 7px 18px rgba(15,23,42,.03);
}
.hg-entry-pop-row-name{
  display:inline-block;
  min-height:26px;
  line-height:26px;
  text-align:center;
  border-radius:999px;
  background:linear-gradient(135deg,#fff3bf,#f8d66d);
  color:#5f370e;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
}
.hg-entry-pop-row-text{
  color:#374151;
  font-size:14px;
  line-height:1.55;
  white-space:normal;
}
.hg-entry-pop-note{
  color:#92400e;
  background:rgba(245,158,11,.09);
  border-left:4px solid #f59e0b;
  border-radius:11px;
  padding:9px 12px;
  font-size:14px;
  line-height:1.55;
  text-align:left;
}
.hg-entry-pop-actions{
  position:relative;
  z-index:1;
  width:100%;
  padding:16px 30px 24px;
  box-sizing:border-box;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.hg-entry-pop-actions a{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  width:100%;
  max-width:340px;
  min-height:48px;
  padding:0 22px;
  border-radius:999px;
  text-decoration:none!important;
  color:#1f1607!important;
  font-size:16px;
  font-weight:900;
  letter-spacing:.6px;
  background:linear-gradient(135deg,#fff4bd 0%,#f5d46f 38%,#f59e0b 76%,#ffe28a 100%);
  border:1px solid rgba(180,83,9,.18);
  box-shadow:0 13px 26px rgba(245,158,11,.24), inset 0 1px 0 rgba(255,255,255,.65);
}
.hg-entry-pop-actions a:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  margin-right:9px;
  background:#1f1607;
  opacity:.38;
}
.hg-entry-pop-actions a:hover{
  -webkit-transform:translateY(-2px);
  transform:translateY(-2px);
  filter:brightness(1.04);
}
@-webkit-keyframes hgEntryPopIn{
  from{opacity:0;-webkit-transform:translateY(10px) scale(.985);transform:translateY(10px) scale(.985)}
  to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}
}
@keyframes hgEntryPopIn{
  from{opacity:0;-webkit-transform:translateY(10px) scale(.985);transform:translateY(10px) scale(.985)}
  to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}
}
@media(max-width:520px){
  .hg-entry-pop-mask{
    padding:18px 9px 12px;
    align-items:center;
  }
  .hg-entry-pop-card{
    max-width:100%;
    max-height:calc(100vh - 24px);
    border-radius:14px;
  }
  .hg-entry-pop-card:before{
    height:4px;
  }
  .hg-entry-pop-header{
    padding:13px 12px 10px;
  }
  .hg-entry-pop-badge{
    min-width:68px;
    height:21px;
    line-height:21px;
    padding:0 10px;
    margin-bottom:7px;
    font-size:11px;
  }
  .hg-entry-pop-title{
    font-size:20px;
    line-height:1.18;
  }
  .hg-entry-pop-body{
    padding:10px 9px 4px;
  }
  .hg-entry-pop-intro{
    font-size:12px;
    line-height:1.54;
    padding:8px 9px;
    margin-bottom:8px;
    border-radius:10px;
  }
  .hg-entry-pop-row{
    display:grid;
    grid-template-columns:70px 1fr;
    gap:7px;
    align-items:center;
    padding:6px 8px;
    margin-bottom:6px;
    border-radius:10px;
  }
  .hg-entry-pop-row-name{
    min-height:22px;
    line-height:22px;
    padding:0 6px;
    font-size:11px;
  }
  .hg-entry-pop-row-text{
    display:block;
    font-size:11.5px;
    line-height:1.42;
  }
  .hg-entry-pop-note{
    font-size:11.5px;
    line-height:1.42;
    padding:7px 8px;
    border-left-width:3px;
    border-radius:9px;
  }
  .hg-entry-pop-actions{
    padding:10px 9px 13px;
  }
  .hg-entry-pop-actions a{
    max-width:100%;
    min-height:38px;
    font-size:13px;
  }
  .hg-entry-pop-actions a:before{
    width:6px;
    height:6px;
    margin-right:7px;
  }
  .hg-entry-pop-close{
    right:3px;
    top:3px;
    width:9px;
    height:9px;
    font-size:7px;
    line-height:7px;
    opacity:.10;
  }
}
@media(max-width:380px){
  .hg-entry-pop-mask{
    padding:10px 7px 8px;
  }
  .hg-entry-pop-card{
    max-height:calc(100vh - 16px);
  }
  .hg-entry-pop-header{
    padding:10px 10px 8px;
  }
  .hg-entry-pop-badge{
    height:19px;
    line-height:19px;
    margin-bottom:5px;
    font-size:10px;
  }
  .hg-entry-pop-title{
    font-size:18px;
  }
  .hg-entry-pop-body{
    padding:8px 7px 3px;
  }
  .hg-entry-pop-intro{
    font-size:11px;
    line-height:1.42;
    padding:7px;
    margin-bottom:6px;
  }
  .hg-entry-pop-row{
    grid-template-columns:64px 1fr;
    gap:6px;
    padding:5px 7px;
    margin-bottom:5px;
  }
  .hg-entry-pop-row-name{
    min-height:20px;
    line-height:20px;
    font-size:10px;
  }
  .hg-entry-pop-row-text{
    font-size:10.5px;
    line-height:1.35;
  }
  .hg-entry-pop-note{
    font-size:10.5px;
    line-height:1.35;
    padding:6px 7px;
  }
  .hg-entry-pop-actions{
    padding:8px 7px 10px;
  }
  .hg-entry-pop-actions a{
    min-height:34px;
    font-size:12px;
  }
}
