:root{--image-height: 28dvh;--image-min-height: 160px;--image-max-height: 240px;--split-height: 35dvh;--split-min-height: 220px;--split-max-height: 300px}@media (min-width: 768px){:root{--image-height: 38dvh;--image-min-height: 260px;--image-max-height: 360px;--split-height: 45dvh;--split-min-height: 340px;--split-max-height: 400px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#080808;background-image:linear-gradient(to right,#111111 1px,transparent 1px),linear-gradient(to bottom,#111111 1px,transparent 1px);background-size:20px 20px;color:#f0f0f0;min-height:100dvh}#root{width:100%;max-width:480px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;background:#000;border-left:1px solid #1a1a1a;border-right:1px solid #1a1a1a}@media (min-width: 768px){#root{max-width:850px;margin:24px auto;min-height:calc(100dvh - 48px);height:calc(100dvh - 48px);border:2px solid #222;border-radius:4px;box-shadow:0 20px 50px #000000e6}}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#0d0d0d}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#444}@keyframes sliderFade{0%{opacity:.4}to{opacity:1}}.slider-fade{animation:sliderFade .28s cubic-bezier(.25,.46,.45,.94) forwards}
