@layer quartz-base{.komorebi{box-sizing:border-box;border:2px solid var(--lightgray);background-color:var(--lightgray);border-radius:5px;width:100%;height:180px;margin:0 0 1.5rem;position:relative;overflow:hidden}.komorebi canvas{width:100%;height:100%;image-rendering:pixelated;image-rendering:crisp-edges;animation:.8s forwards komorebi-fade;display:block}@keyframes komorebi-fade{0%{opacity:0}to{opacity:1}}@media (max-width:800px){.komorebi{height:120px}}}