.back-to-top-wrap{bottom:var(--space-24);right:var(--space-24);z-index:1000;align-items:center;gap:var(--space-12);opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s,transform .25s;display:flex;position:fixed;transform:translateY(8px)}.back-to-top-wrap--visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top-label{font-family:var(--font-mono);font-size:var(--text-sm);font-weight:var(--medium);color:var(--black);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;transform:translate(4px)}.back-to-top-wrap:hover .back-to-top-label{opacity:1;transform:translate(0)}.back-to-top{width:72px;height:72px;color:var(--black);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .2s,transform .2s;display:flex;transform:scale(1)}.back-to-top-wrap:hover .back-to-top{opacity:.9;transform:scale(1.12)}.back-to-top-icon{filter:drop-shadow(0 1px 3px #0000000f);width:42px;height:auto;display:block;transform:scaleY(-1)}@media (max-width:768px){.back-to-top-wrap{bottom:var(--space-20);right:var(--space-20)}.back-to-top{width:66px;height:66px}.back-to-top-icon{width:36px}}
.scroll-progress{bottom:var(--space-24);left:var(--space-24);z-index:999;pointer-events:none;opacity:1;visibility:visible;justify-content:center;align-items:center;width:56px;height:56px;transition:opacity .25s,visibility .25s;display:flex;position:fixed}.scroll-progress--hidden{opacity:0;visibility:hidden}.scroll-progress-svg{width:56px;height:56px;position:absolute;inset:0}.scroll-progress-track{stroke:#00000014}.scroll-progress-fill{stroke:var(--black);transition:stroke-dashoffset 80ms ease-out}.scroll-progress-text{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--light);color:var(--black);opacity:.7;line-height:1;position:relative}@media (max-width:768px){.scroll-progress{bottom:var(--space-20);left:var(--space-20);width:48px;height:48px}.scroll-progress-svg{width:48px;height:48px}.scroll-progress-text{opacity:.6;font-size:10px}}
