.SidenoteDialog_overlay__DEarp{position:fixed;inset:0;background-color:rgba(0,0,0,.4);z-index:999;animation:SidenoteDialog_fadeIn__CU1a2 .15s cubic-bezier(.16,1,.3,1)}.SidenoteDialog_content__Up9s8{position:fixed;bottom:0;left:0;right:0;width:100%;max-height:80vh;background-color:var(--mono1);border-top-left-radius:1rem;border-top-right-radius:1rem;box-shadow:var(--btn-shadow);z-index:1000;padding:1.75rem 1.25rem 1.25rem;display:flex;flex-direction:column;animation:SidenoteDialog_slideUp__s1oHN .25s cubic-bezier(.16,1,.3,1);will-change:transform,opacity;transition:transform .2s ease,opacity .2s ease;font-family:var(--font-sans)}.SidenoteDialog_handle___EKmB{position:absolute;top:.5rem;left:50%;transform:translateX(-50%);height:.25rem;width:2.5rem;background-color:var(--mono6);border-radius:.125rem;cursor:grab;touch-action:none}.SidenoteDialog_handle___EKmB:active{cursor:grabbing}.SidenoteDialog_handle___EKmB:before{content:"";position:absolute;top:-12px;left:-20px;right:-20px;bottom:-12px;z-index:-1}.SidenoteDialog_title__GGVwk{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.SidenoteDialog_body__dVska{overflow-y:auto;margin-bottom:0;font-size:var(--font-size-s);line-height:1.6;color:var(--mono12);max-height:calc(80vh - 4rem);-webkit-overflow-scrolling:touch}@media (min-width:768px){.SidenoteDialog_content__Up9s8,.SidenoteDialog_overlay__DEarp{display:none}}@keyframes SidenoteDialog_fadeIn__CU1a2{0%{opacity:0}to{opacity:1}}@keyframes SidenoteDialog_slideUp__s1oHN{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.SidenoteDialog_content__Up9s8,.SidenoteDialog_overlay__DEarp{animation:none;transition:none}}