
.release-note{
 margin:34px auto 14px;max-width:760px;padding:15px 18px;
 border-radius:20px;text-align:center;
 background:rgba(247,250,248,.76);border:1px solid rgba(95,134,125,.10);
 color:#74847f;font-size:10px;line-height:1.75;letter-spacing:.02em
}
.release-note b{display:block;margin-bottom:3px;color:#557f77;font-size:11px}
.to-page-top{
 position:fixed;right:18px;bottom:18px;z-index:60;
 width:42px;height:42px;border-radius:50%;
 display:flex;align-items:center;justify-content:center;
 text-decoration:none!important;background:rgba(255,255,253,.9);
 border:1px solid #dce9e5;color:#66877f;
 box-shadow:0 8px 24px rgba(60,94,86,.10);
 backdrop-filter:blur(8px);font-size:15px;font-weight:800;
 transition:transform .18s ease,opacity .18s ease
}
.to-page-top:hover{transform:translateY(-2px)}
@media(max-width:600px){
 .to-page-top{right:12px;bottom:12px;width:38px;height:38px;font-size:13px}
 .release-note{margin:26px 10px 10px;padding:13px}
}
