

.site-footer{
  border-top:1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgb(18 145 181) 0%, rgb(48 123 217) 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}

.site-footer .footer-widgets{
  padding:16px 0 12px;
}

.site-footer .footer-widgets__inner{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}

.site-footer .notice-card,
.site-footer .share-card{
  position:relative;
  min-width:0;
  border-radius:18px;
  padding:18px;
  overflow:hidden;
  isolation:isolate;
  background:
    linear-gradient(180deg,rgba(17,23,37,.94) 0%,rgba(24,29,41,.94) 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 12px 28px rgba(0,0,0,.22);
}

.site-footer .notice-card::before,
.site-footer .share-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 20%, rgba(88,167,255,.14), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(47,127,224,.16), transparent 30%),
    radial-gradient(circle at 74% 82%, rgba(114,87,255,.10), transparent 24%);
  opacity:.9;
  z-index:0;
}

.site-footer .notice-card::after,
.site-footer .share-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 0 0 1px rgba(88,167,255,.06);
  z-index:0;
}

.site-footer .notice-card > *,
.site-footer .share-card > *{
  position:relative;
  z-index:1;
}

.site-footer .card-glow{
  position:absolute;
  pointer-events:none;
  z-index:1;
  opacity:.96;
  will-change:transform,opacity;
}

.site-footer .card-glow--top{
  top:0;
  left:-28%;
  width:42%;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(88,167,255,0) 0%,rgba(88,167,255,.22) 18%,rgba(88,167,255,.98) 50%,rgba(88,167,255,.22) 82%,rgba(88,167,255,0) 100%);
  box-shadow:
    0 0 10px rgba(88,167,255,.45),
    0 0 18px rgba(47,127,224,.22);
  animation:footerGlowTop 5.8s linear infinite;
}

.site-footer .card-glow--right{
  top:-24%;
  right:0;
  width:2px;
  height:34%;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(88,167,255,0) 0%,rgba(88,167,255,.18) 18%,rgba(88,167,255,.92) 50%,rgba(88,167,255,.18) 82%,rgba(88,167,255,0) 100%);
  box-shadow:
    0 0 10px rgba(88,167,255,.34),
    0 0 16px rgba(47,127,224,.20);
  animation:footerGlowRight 5.8s linear infinite;
  animation-delay:1.45s;
}

.site-footer .card-glow--bottom{
  bottom:0;
  right:-30%;
  width:44%;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(88,167,255,0) 0%,rgba(88,167,255,.18) 18%,rgba(88,167,255,.94) 50%,rgba(88,167,255,.18) 82%,rgba(88,167,255,0) 100%);
  box-shadow:
    0 0 10px rgba(88,167,255,.34),
    0 0 16px rgba(47,127,224,.18);
  animation:footerGlowBottom 5.8s linear infinite;
  animation-delay:2.9s;
}

.site-footer .card-glow--left{
  bottom:-24%;
  left:0;
  width:2px;
  height:30%;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(88,167,255,0) 0%,rgba(88,167,255,.14) 18%,rgba(88,167,255,.74) 50%,rgba(88,167,255,.14) 82%,rgba(88,167,255,0) 100%);
  box-shadow:
    0 0 8px rgba(88,167,255,.24),
    0 0 14px rgba(47,127,224,.14);
  animation:footerGlowLeft 5.8s linear infinite;
  animation-delay:4.35s;
}

@keyframes footerGlowTop{
  0%{transform:translateX(0);opacity:0}
  6%{opacity:1}
  24%{transform:translateX(292%);opacity:1}
  30%{opacity:0}
  100%{transform:translateX(292%);opacity:0}
}

@keyframes footerGlowRight{
  0%{transform:translateY(0);opacity:0}
  6%{opacity:1}
  24%{transform:translateY(352%);opacity:1}
  30%{opacity:0}
  100%{transform:translateY(352%);opacity:0}
}

@keyframes footerGlowBottom{
  0%{transform:translateX(0);opacity:0}
  6%{opacity:1}
  24%{transform:translateX(-305%);opacity:1}
  30%{opacity:0}
  100%{transform:translateX(-305%);opacity:0}
}

@keyframes footerGlowLeft{
  0%{transform:translateY(0);opacity:0}
  6%{opacity:1}
  24%{transform:translateY(-360%);opacity:1}
  30%{opacity:0}
  100%{transform:translateY(-360%);opacity:0}
}

@media (prefers-reduced-motion: reduce){
  .site-footer .card-glow--top,
  .site-footer .card-glow--right,
  .site-footer .card-glow--bottom,
  .site-footer .card-glow--left{
    animation:none;
    opacity:.72;
  }
}

.site-footer .notice-card__title,
.site-footer .share-card__left{
  display:flex;
  gap:12px;
  align-items:flex-start;
  min-width:0;
}

.site-footer .notice-card__title .icon,
.site-footer .share-card__left .icon{
  flex:0 0 auto;
  width:18px;
  height:18px;
  display:block;
  margin-top:2px;
  color:rgba(255,255,255,.90);
}

.site-footer .notice-card__heading,
.site-footer .share-card__heading{
  margin:0;
  line-height:1.12;
  color:#fff;
  font-size:clamp(16px,1.6vw,18px);
  font-weight:800;
  letter-spacing:.1px;
}

.site-footer .notice-card__title .muted,
.site-footer .share-card__left .muted{
  margin:3px 0 0;
  color:rgba(255,255,255,.72);
  line-height:1.35;
}

.site-footer .notice-card__body p{
  margin:0;
  color:rgba(255,255,255,.88);
  font-weight:700;
  line-height:1.55;
  font-size:clamp(14px,1.2vw,16px);
}

.site-footer .share-card{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:nowrap;
}

.site-footer .share-card__left{
  flex:1 1 auto;
  min-width:0;
}

.site-footer .share-card__left > div{
  min-width:0;
  flex:1 1 auto;
}

.site-footer .share-card__left .muted{
  color:rgba(255,255,255,.74);
  line-height:1.45;
  white-space:normal;
  overflow-wrap:break-word;
}

.site-footer .share-card__right{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 1 auto;
  min-width:0;
  width:auto;
  max-width:100%;
  margin-left:auto;
}

.site-footer .share-input{
  flex:0 1 auto;
  width:auto;
  min-width:18ch;
  max-width:32ch;
  height:46px;
  padding:0 16px;
  background:linear-gradient(180deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,.04) 100%);
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  color:#fff;
  outline:none;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 6px 16px rgba(0,0,0,.14);
  field-sizing:content;
}

.site-footer .share-input::placeholder{
  color:rgba(255,255,255,.46);
}

.site-footer .share-input::selection{
  background:rgba(255,255,255,.20);
}

.site-footer .share-input:focus{
  border-color:rgba(88,167,255,.36);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 0 3px rgba(88,167,255,.08),
    0 8px 18px rgba(47,127,224,.16);
}

.site-footer .share-card .btn{
  flex:0 0 auto;
  min-width:102px;
  min-height:46px;
  padding:0 18px;
  justify-content:center;
  border-radius:999px;
}

.site-footer .site-footer__links{
  padding:12px 0;
  border-top:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(255,255,255,.01) 0%,rgba(255,255,255,0) 100%);
}

.site-footer .footer-inner{
  display:flex;
  justify-content:center;
  align-items:center;
}

.site-footer .footer-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  align-items:center;
}

.site-footer .footer-menu a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(120,193,255,.82);
  background:linear-gradient(180deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,.01) 100%);
  color:#bfe3ff;
  font-weight:700;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 6px 14px rgba(0,0,0,.10);
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;
}

.site-footer .footer-menu a:hover{
  background:linear-gradient(180deg,rgba(47,127,224,.16) 0%,rgba(31,99,190,.10) 100%);
  border-color:#8ecfff;
  color:#fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 8px 16px rgba(14,46,96,.16);
  transform:translateY(-1px);
}

.site-copyright{
  position:relative;
  padding:6px 0 6px;
  color:rgba(219,232,248,.82);
  background: linear-gradient(180deg, rgb(47 119 211) 0%, rgba(20, 58, 111, .96) 100%);
  border-top:1px solid rgba(255,255,255,.10);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 10px 18px rgba(255,255,255,.02);
}

.site-copyright::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 20%, rgba(88,167,255,.10), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(88,167,255,.08), transparent 24%);
  opacity:.9;
}

.site-copyright .container{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
}

.site-copyright small{
  font-size:14px;
  line-height:1.45;
  letter-spacing:.1px;
}

.site-copyright a{
  color:#d9ecff;
  text-decoration:none;
  transition:color .2s ease,opacity .2s ease;
}

.site-copyright a:hover{
  color:#fff;
}

@media (max-width:560px){
  .site-copyright{
    padding:6px 0 6px;
  }

  .site-copyright small{
    font-size:13px;
    line-height:1.45;
  }
}

@media (max-width:900px){
  .site-footer .footer-widgets__inner{
    grid-template-columns:1fr;
  }

  .site-footer .share-card{
    flex-wrap:wrap;
    align-items:flex-start;
  }

  .site-footer .share-card__right{
    width:100%;
    margin-left:0;
  }

  .site-footer .share-input{
    flex:1 1 auto;
    width:auto;
    max-width:none;
  }
}

@media (max-width:700px){
  .site-footer .footer-widgets{
    padding:14px 0 10px;
  }

  .site-footer .notice-card,
  .site-footer .share-card{
    border-radius:16px;
    padding:16px;
  }

  .site-footer .share-card{
    gap:12px;
  }

  .site-footer .share-card__right{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:10px;
  }

  .site-footer .share-card .btn{
    width:100%;
  }

  .site-footer .footer-menu{
    gap:8px;
  }

  .site-footer .footer-menu a{
    min-height:38px;
    padding:7px 12px;
  }
}

@media (max-width:560px){
  .site-footer .notice-card__heading,
  .site-footer .share-card__heading{
    font-size:15px;
  }

  .site-footer .notice-card__body p{
    font-size:13px;
  }

  .site-footer .share-input{
    height:44px;
    padding:0 14px;
  }

  .site-footer .share-card .btn{
    min-height:44px;
  }

  .site-copyright{
    padding:6px 0 6px;
  }

  .site-copyright small{
    font-size:13px;
  }
}