/* SATRIA R15.3.39 — Balanced Minimal Unified Authentication UI
   Late visual override for RC7.2.78. Auth workflow remains unchanged. */

body.r15339-auth-balanced{
  --r39-navy:#0a2c52;
  --r39-navy-2:#123b66;
  --r39-blue:#176fe8;
  --r39-blue-deep:#0d63d8;
  --r39-cyan:#28a6ce;
  --r39-text:#163858;
  --r39-muted:#71849b;
  --r39-border:#d9e4ef;
  --r39-soft:#f6f9fd;
  min-height:100dvh;
  background:#f7f9fc;
  color:var(--r39-text);
}

/* --------------------------------------------------------------------------
   Desktop composition — one calm hero + one focused auth card.
   -------------------------------------------------------------------------- */
body.r15339-auth-balanced .sv2-login{
  min-height:100dvh!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(520px,.92fr)!important;
  overflow:hidden!important;
  background:#fff!important;
}

body.r15339-auth-balanced .sv2-login-hero{
  position:relative!important;
  min-width:0!important;
  min-height:100dvh!important;
  display:flex!important;
  flex-direction:column!important;
  padding:42px clamp(48px,5.5vw,86px) 42px!important;
  overflow:hidden!important;
  color:var(--r39-navy)!important;
  background:
    radial-gradient(circle at 77% 43%,rgba(59,143,246,.10),transparent 24%),
    radial-gradient(circle at 14% 83%,rgba(30,164,200,.07),transparent 31%),
    linear-gradient(142deg,#f9fcff 0%,#eff6ff 54%,#f8fbff 100%)!important;
}

/* restrained network/globe texture: no bottom cards, no landing-page clutter */
body.r15339-auth-balanced .sv2-login-hero:before{
  content:""!important;
  position:absolute!important;
  left:-9%!important;
  right:9%!important;
  bottom:-22%!important;
  height:57%!important;
  border-radius:50% 50% 0 0!important;
  opacity:.36!important;
  background-image:
    radial-gradient(circle,rgba(31,118,225,.32) 1.2px,transparent 1.5px),
    linear-gradient(22deg,transparent 49.6%,rgba(83,155,241,.11) 50%,transparent 50.4%),
    linear-gradient(-22deg,transparent 49.6%,rgba(83,155,241,.10) 50%,transparent 50.4%);
  background-size:12px 12px,78px 78px,78px 78px;
  -webkit-mask-image:radial-gradient(ellipse at 45% 75%,#000 0%,rgba(0,0,0,.78) 42%,transparent 76%);
  mask-image:radial-gradient(ellipse at 45% 75%,#000 0%,rgba(0,0,0,.78) 42%,transparent 76%);
  pointer-events:none!important;
}
body.r15339-auth-balanced .sv2-login-hero:after{
  content:""!important;
  position:absolute!important;
  width:480px!important;
  height:480px!important;
  right:-150px!important;
  top:19%!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(31,119,232,.11),transparent 69%)!important;
  pointer-events:none!important;
}

body.r15339-auth-balanced .sv2-login-brand{
  position:relative!important;
  z-index:5!important;
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
  flex:0 0 auto!important;
}
body.r15339-auth-balanced .sv2-login-brand img{
  width:58px!important;
  height:58px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 8px 17px rgba(9,54,98,.11));
}
body.r15339-auth-balanced .sv2-login-brand strong{
  display:block!important;
  color:#0b3058!important;
  font-size:35px!important;
  line-height:1!important;
  letter-spacing:.085em!important;
  font-weight:850!important;
}
body.r15339-auth-balanced .sv2-login-brand span{
  display:block!important;
  margin-top:7px!important;
  color:#7489a2!important;
  font-size:10.5px!important;
  font-weight:750!important;
  letter-spacing:.18em!important;
}

body.r15339-auth-balanced .sv2-login-copy{
  position:relative!important;
  z-index:5!important;
  width:min(100%,680px)!important;
  max-width:680px!important;
  margin:clamp(104px,15vh,150px) 0 0!important;
}
body.r15339-auth-balanced .sv2-login-copy .eyebrow{
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  color:#276bb8!important;
  font-size:12.5px!important;
  line-height:1.3!important;
  font-weight:900!important;
  letter-spacing:.17em!important;
}
body.r15339-auth-balanced .sv2-login-copy .eyebrow:before{
  content:""!important;
  flex:0 0 28px!important;
  width:28px!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#176fe8,#2ba8ca)!important;
}
body.r15339-auth-balanced .sv2-login-copy h1{
  margin:20px 0 0!important;
  max-width:670px!important;
  color:#092d55!important;
  font-size:clamp(48px,4.25vw,68px)!important;
  line-height:1.01!important;
  letter-spacing:-.05em!important;
  font-weight:870!important;
}
body.r15339-auth-balanced .sv2-login-copy h1:after{
  content:""!important;
  display:block!important;
  width:52px!important;
  height:3px!important;
  margin-top:25px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#176fe8,#64b8ff)!important;
}
body.r15339-auth-balanced .sv2-login-copy p{
  display:block!important;
  width:min(100%,570px)!important;
  margin:22px 0 0!important;
  color:#58728e!important;
  font-size:16px!important;
  line-height:1.7!important;
  font-weight:500!important;
}

/* keep the existing CSS-drawn tower vocabulary, but move it behind the copy */
body.r15339-auth-balanced .sv2-login-art{
  display:block!important;
  position:absolute!important;
  z-index:2!important;
  inset:auto 0 0 28%!important;
  width:auto!important;
  height:68%!important;
  opacity:.48!important;
  overflow:hidden!important;
  pointer-events:none!important;
}
body.r15339-auth-balanced .r15338-map-grid{
  inset:12% -3% -22% 14%!important;
  opacity:.24!important;
  transform:perspective(620px) rotateX(62deg) rotateZ(-15deg)!important;
  background-size:42px 42px!important;
}
body.r15339-auth-balanced .r15338-map-pin{opacity:.55!important;transform:rotate(-45deg) scale(.72)!important}
body.r15339-auth-balanced .r15338-map-pin.pin-a{left:52%!important;top:22%!important}
body.r15339-auth-balanced .r15338-map-pin.pin-b{left:35%!important;top:51%!important}
body.r15339-auth-balanced .r15338-map-pin.pin-c{left:70%!important;top:58%!important}
body.r15339-auth-balanced .r1424-auth-towers{
  left:auto!important;
  right:4%!important;
  bottom:-3%!important;
  width:35%!important;
  height:83%!important;
  opacity:.36!important;
  filter:drop-shadow(0 14px 22px rgba(22,72,124,.06))!important;
}
body.r15339-auth-balanced .r15338-hero-features{display:none!important}

/* --------------------------------------------------------------------------
   Auth panel — compact, vertically centered, readable at laptop height.
   -------------------------------------------------------------------------- */
body.r15339-auth-balanced .sv2-login-panel{
  position:relative!important;
  z-index:8!important;
  display:grid!important;
  place-items:center!important;
  min-width:0!important;
  min-height:100dvh!important;
  padding:30px clamp(34px,4vw,64px)!important;
  background:
    radial-gradient(circle at 54% 10%,rgba(74,146,242,.055),transparent 28%),
    #fff!important;
}
body.r15339-auth-balanced .sv2-login-card{
  width:min(100%,570px)!important;
  max-width:570px!important;
  margin:0!important;
  padding:31px 34px 28px!important;
  overflow:visible!important;
  border:1px solid #dce6f0!important;
  border-radius:25px!important;
  background:rgba(255,255,255,.985)!important;
  box-shadow:0 24px 68px rgba(24,63,108,.10)!important;
}
body.r15339-auth-balanced .r15339-panel-head{margin:0 0 21px!important}
body.r15339-auth-balanced .ua-eyebrow{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 10px!important;
  color:#2768dc!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
}
body.r15339-auth-balanced .r15339-shield{
  width:23px!important;
  height:23px!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 23px!important;
  clip-path:polygon(50% 0,90% 18%,84% 72%,50% 100%,16% 72%,10% 18%)!important;
  background:#176fe8!important;
  color:#fff!important;
  font-size:11px!important;
  letter-spacing:0!important;
}
body.r15339-auth-balanced .sv2-login-card h2{
  margin:0 0 7px!important;
  color:#09294d!important;
  font-size:34px!important;
  line-height:1.08!important;
  letter-spacing:-.039em!important;
  font-weight:870!important;
}
body.r15339-auth-balanced .r15339-panel-head>p{
  margin:0!important;
  max-width:475px!important;
  color:#6e8299!important;
  font-size:14px!important;
  line-height:1.55!important;
  font-weight:500!important;
}
body.r15339-auth-balanced .r15339-login-form{
  display:grid!important;
  gap:0!important;
  margin:0!important;
}
body.r15339-auth-balanced .sv2-login-card .s-field,
body.r15339-auth-balanced .sv2-login-card .sv2-field{
  margin:0 0 14px!important;
}
body.r15339-auth-balanced .sv2-login-card .s-field>label,
body.r15339-auth-balanced .sv2-login-card .sv2-field>label{
  display:block!important;
  margin:0 0 7px!important;
  color:#183a60!important;
  font-size:11.5px!important;
  line-height:1.3!important;
  font-weight:875!important;
  letter-spacing:.025em!important;
  text-transform:uppercase!important;
}

/* Robust icon/input geometry: icon owns a dedicated grid column.
   This prevents the icon + placeholder collision seen in RC7.2.77. */
body.r15339-auth-balanced .r15339-control{
  position:relative!important;
  width:100%!important;
  min-height:54px!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  align-items:center!important;
  overflow:hidden!important;
  border:1px solid #d4dfeb!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:0 1px 2px rgba(20,55,91,.015)!important;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
body.r15339-auth-balanced .r15339-control:focus-within{
  border-color:#6da7ed!important;
  background:#fcfdff!important;
  box-shadow:0 0 0 4px rgba(23,111,232,.075)!important;
}
body.r15339-auth-balanced .r15339-control-icon{
  position:static!important;
  z-index:1!important;
  width:48px!important;
  height:100%!important;
  display:grid!important;
  place-items:center!important;
  color:#8195ac!important;
  pointer-events:none!important;
}
body.r15339-auth-balanced .r15339-control-icon svg,
body.r15339-auth-balanced .r15339-method-icon svg,
body.r15339-auth-balanced .r15339-register-icon svg{
  width:20px!important;
  height:20px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body.r15339-auth-balanced .sv2-login-card .r15339-control input:not([type=checkbox]):not([type=radio]){
  position:static!important;
  z-index:1!important;
  width:100%!important;
  min-width:0!important;
  height:52px!important;
  min-height:52px!important;
  margin:0!important;
  padding:0 16px 0 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#173858!important;
  font-size:14px!important;
  line-height:52px!important;
  font-weight:550!important;
  outline:0!important;
  box-shadow:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
}
body.r15339-auth-balanced .sv2-login-card .r15339-control input::placeholder{
  color:#98a9ba!important;
  opacity:1!important;
  font-weight:500!important;
}
body.r15339-auth-balanced .sv2-login-card .s-field.invalid .r15339-control{
  border-color:#e99797!important;
  box-shadow:0 0 0 3px rgba(222,75,75,.06)!important;
}
body.r15339-auth-balanced .sv2-login-card .s-field .err{margin-top:6px!important;font-size:10px!important}

body.r15339-auth-balanced .r15339-login-meta{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin:0 0 13px!important;
  color:#59718c!important;
  font-size:11px!important;
}
body.r15339-auth-balanced .r15339-remember{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  color:#344f70!important;
  font-weight:750!important;
  cursor:pointer!important;
}
body.r15339-auth-balanced .r15339-remember input{
  width:15px!important;
  height:15px!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  accent-color:#176fe8!important;
}
body.r15339-auth-balanced .r15339-login-meta .s-link{
  color:#426b96!important;
  font-weight:780!important;
  text-decoration:none!important;
}
body.r15339-auth-balanced .r15339-login-meta .s-link:hover{color:#176fe8!important}

body.r15339-auth-balanced .r15339-login-methods{
  display:grid!important;
  gap:8px!important;
  margin:0!important;
}
body.r15339-auth-balanced .r15339-login-methods .r15339-method{
  position:relative!important;
  width:100%!important;
  min-height:56px!important;
  display:grid!important;
  grid-template-columns:36px minmax(0,1fr) 18px!important;
  align-items:center!important;
  gap:10px!important;
  padding:8px 13px!important;
  border:1px solid #d6e1ed!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#15385f!important;
  text-align:left!important;
  cursor:pointer!important;
  box-shadow:none!important;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease!important;
}
body.r15339-auth-balanced .r15339-login-methods .r15339-method:hover{
  transform:translateY(-1px)!important;
  border-color:#9abce8!important;
  background:#fbfdff!important;
  box-shadow:0 8px 20px rgba(23,77,137,.065)!important;
}
body.r15339-auth-balanced .r15339-login-methods .r15339-method-primary{
  border-color:#176fe8!important;
  background:linear-gradient(135deg,#247cf0 0%,#0c65db 100%)!important;
  color:#fff!important;
  box-shadow:0 11px 24px rgba(20,102,220,.19)!important;
}
body.r15339-auth-balanced .r15339-login-methods .r15339-method-primary:hover{
  border-color:#0b62d5!important;
  background:linear-gradient(135deg,#1d76ea 0%,#075cc9 100%)!important;
}
body.r15339-auth-balanced .r15339-method-icon{
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:11px!important;
  background:#eef5ff!important;
  color:#2673df!important;
}
body.r15339-auth-balanced .r15339-method-primary .r15339-method-icon{background:rgba(255,255,255,.16)!important;color:#fff!important}
body.r15339-auth-balanced .r15339-method-icon.telegram{background:#eaf8ff!important;color:#159bd4!important}
body.r15339-auth-balanced .r15339-method-icon.email{background:#f5edff!important;color:#8c55dc!important}
body.r15339-auth-balanced .r15339-method>span:nth-child(2){display:grid!important;gap:2px!important;min-width:0!important}
body.r15339-auth-balanced .r15339-method strong{font-size:13.5px!important;line-height:1.15!important;font-weight:860!important}
body.r15339-auth-balanced .r15339-method small{color:#8191a5!important;font-size:10px!important;line-height:1.25!important;font-weight:550!important;opacity:1!important}
body.r15339-auth-balanced .r15339-method-primary small{color:rgba(255,255,255,.76)!important}
body.r15339-auth-balanced .r15339-method-arrow{display:block!important;color:#a3b2c3!important;font-size:22px!important;line-height:1!important;text-align:center!important}
body.r15339-auth-balanced .r15339-method-primary .r15339-method-arrow{color:rgba(255,255,255,.82)!important}

body.r15339-auth-balanced .r15339-register-cta{
  display:grid!important;
  gap:7px!important;
  margin:17px 0 0!important;
  padding:15px 0 0!important;
  border-top:1px solid #e4ebf3!important;
}
body.r15339-auth-balanced .r15339-register-cta>strong{color:#0f3158!important;font-size:15px!important;line-height:1.25!important;font-weight:860!important}
body.r15339-auth-balanced .r15339-register-cta>span{color:#71839a!important;font-size:10.5px!important;line-height:1.45!important}
body.r15339-auth-balanced .r15339-register-btn{
  width:100%!important;
  min-height:45px!important;
  margin-top:2px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  border:1.5px solid #cfdceb!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#183b65!important;
  font-size:12.5px!important;
  font-weight:850!important;
  box-shadow:none!important;
}
body.r15339-auth-balanced .r15339-register-btn:hover{background:#f7fbff!important;border-color:#7ca8e7!important;color:#1766d1!important}
body.r15339-auth-balanced .r15339-register-icon{width:19px!important;height:19px!important;display:grid!important;place-items:center!important;color:#607892!important}
body.r15339-auth-balanced .sv2-login-foot{display:none!important}
body.r15339-auth-balanced .sv2-flash{margin:0 0 14px!important;border-radius:12px!important;font-size:11px!important;line-height:1.45!important;padding:10px 12px!important}

/* --------------------------------------------------------------------------
   Laptop-height tuning. Keeps all actions visible without the clipped rail.
   -------------------------------------------------------------------------- */
@media(max-height:780px) and (min-width:901px){
  body.r15339-auth-balanced .sv2-login-hero{padding-top:30px!important;padding-bottom:24px!important}
  body.r15339-auth-balanced .sv2-login-brand img{width:48px!important;height:48px!important}
  body.r15339-auth-balanced .sv2-login-brand strong{font-size:30px!important}
  body.r15339-auth-balanced .sv2-login-brand span{font-size:9px!important;margin-top:5px!important}
  body.r15339-auth-balanced .sv2-login-copy{margin-top:clamp(72px,11vh,92px)!important}
  body.r15339-auth-balanced .sv2-login-copy .eyebrow{font-size:10.5px!important}
  body.r15339-auth-balanced .sv2-login-copy h1{font-size:48px!important;margin-top:14px!important}
  body.r15339-auth-balanced .sv2-login-copy h1:after{margin-top:18px!important}
  body.r15339-auth-balanced .sv2-login-copy p{font-size:13px!important;line-height:1.6!important;margin-top:15px!important;max-width:520px!important}
  body.r15339-auth-balanced .sv2-login-panel{padding:18px 26px!important}
  body.r15339-auth-balanced .sv2-login-card{padding:22px 28px 20px!important}
  body.r15339-auth-balanced .r15339-panel-head{margin-bottom:16px!important}
  body.r15339-auth-balanced .sv2-login-card h2{font-size:31px!important}
  body.r15339-auth-balanced .sv2-login-card .s-field{margin-bottom:10px!important}
  body.r15339-auth-balanced .r15339-control{min-height:49px!important}
  body.r15339-auth-balanced .sv2-login-card .r15339-control input:not([type=checkbox]):not([type=radio]){height:47px!important;min-height:47px!important;line-height:47px!important}
  body.r15339-auth-balanced .r15339-login-meta{margin-bottom:10px!important}
  body.r15339-auth-balanced .r15339-login-methods{gap:7px!important}
  body.r15339-auth-balanced .r15339-login-methods .r15339-method{min-height:49px!important}
  body.r15339-auth-balanced .r15339-register-cta{margin-top:12px!important;padding-top:11px!important}
  body.r15339-auth-balanced .r15339-register-btn{min-height:41px!important}
}

@media(max-width:1180px){
  body.r15339-auth-balanced .sv2-login{grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr)!important}
  body.r15339-auth-balanced .sv2-login-hero{padding-left:38px!important;padding-right:32px!important}
  body.r15339-auth-balanced .sv2-login-copy{margin-top:110px!important}
  body.r15339-auth-balanced .sv2-login-copy h1{font-size:47px!important}
  body.r15339-auth-balanced .sv2-login-copy p{font-size:14px!important;max-width:500px!important}
  body.r15339-auth-balanced .sv2-login-panel{padding-left:26px!important;padding-right:26px!important}
}

/* Tablet/mobile keeps the established auth flow but removes decorative density. */
@media(max-width:900px){
  body.r15339-auth-balanced .sv2-login{display:block!important;min-height:100dvh!important;background:#f4f8fd!important;overflow:visible!important}
  body.r15339-auth-balanced .sv2-login-hero{
    display:block!important;
    min-height:184px!important;
    padding:24px 22px 56px!important;
    background:linear-gradient(145deg,#f7fbff,#edf5ff)!important;
  }
  body.r15339-auth-balanced .sv2-login-hero:before,
  body.r15339-auth-balanced .sv2-login-hero:after,
  body.r15339-auth-balanced .sv2-login-art{display:none!important}
  body.r15339-auth-balanced .sv2-login-brand img{width:42px!important;height:42px!important}
  body.r15339-auth-balanced .sv2-login-brand strong{font-size:25px!important}
  body.r15339-auth-balanced .sv2-login-brand span{font-size:8px!important;margin-top:4px!important}
  body.r15339-auth-balanced .sv2-login-copy{margin:24px 0 0!important;max-width:100%!important}
  body.r15339-auth-balanced .sv2-login-copy .eyebrow{font-size:9px!important}
  body.r15339-auth-balanced .sv2-login-copy h1{font-size:30px!important;line-height:1.08!important;margin:10px 0 0!important}
  body.r15339-auth-balanced .sv2-login-copy h1:after{display:none!important}
  body.r15339-auth-balanced .sv2-login-copy p{display:none!important}
  body.r15339-auth-balanced .sv2-login-panel{display:block!important;min-height:auto!important;padding:0 14px 28px!important;background:transparent!important}
  body.r15339-auth-balanced .sv2-login-card{position:relative!important;width:min(100%,590px)!important;margin:-29px auto 0!important;padding:24px 20px!important;border-radius:21px!important;box-shadow:0 18px 46px rgba(25,65,111,.11)!important}
  body.r15339-auth-balanced .sv2-login-card h2{font-size:29px!important}
  body.r15339-auth-balanced .r15339-panel-head>p{font-size:12px!important}
}

@media(max-width:520px){
  body.r15339-auth-balanced .sv2-login-hero{min-height:165px!important;padding:20px 18px 50px!important}
  body.r15339-auth-balanced .sv2-login-copy{margin-top:18px!important}
  body.r15339-auth-balanced .sv2-login-copy .eyebrow{display:none!important}
  body.r15339-auth-balanced .sv2-login-copy h1{font-size:25px!important}
  body.r15339-auth-balanced .sv2-login-panel{padding:0 10px 22px!important}
  body.r15339-auth-balanced .sv2-login-card{padding:21px 16px!important;border-radius:18px!important}
  body.r15339-auth-balanced .ua-eyebrow{font-size:9.5px!important}
  body.r15339-auth-balanced .r15339-shield{width:20px!important;height:20px!important;flex-basis:20px!important}
  body.r15339-auth-balanced .sv2-login-card h2{font-size:27px!important}
  body.r15339-auth-balanced .sv2-login-card .s-field>label{font-size:10.5px!important}
  body.r15339-auth-balanced .r15339-control{grid-template-columns:44px minmax(0,1fr)!important;min-height:51px!important}
  body.r15339-auth-balanced .r15339-control-icon{width:44px!important}
  body.r15339-auth-balanced .sv2-login-card .r15339-control input:not([type=checkbox]):not([type=radio]){height:49px!important;min-height:49px!important;line-height:49px!important;font-size:13px!important}
  body.r15339-auth-balanced .r15339-login-meta{font-size:10px!important}
  body.r15339-auth-balanced .r15339-login-methods .r15339-method{grid-template-columns:34px minmax(0,1fr) 14px!important;min-height:54px!important;padding:8px 10px!important}
  body.r15339-auth-balanced .r15339-method strong{font-size:12.5px!important}
  body.r15339-auth-balanced .r15339-method small{font-size:9.4px!important}
}

@media(prefers-reduced-motion:reduce){
  body.r15339-auth-balanced *,
  body.r15339-auth-balanced *:before,
  body.r15339-auth-balanced *:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
