.Modal{position:fixed;z-index:2000000;top:0;left:0;width:100%;height:100%;background-color:#fff;display:none}.Modal--on{display:flex;flex-direction:column}.Modal__head{flex-shrink:0;height:60px;background-color:#d6cece;display:flex;align-items:center;justify-content:flex-end;padding:0 var(--space-xs)}.Modal__body{flex-grow:1;overflow-y:scroll}.Modal__body>*{margin-top:var(--space-xl)}.Modal__body>:last-child{margin-bottom:var(--space-xl)}.IconButton{display:block;margin:0;border:0;padding:4px;background-color:rgba(0,0,0,0);cursor:pointer}.IconButton svg{width:32px;height:32px;stroke:#0a0c10}.theme-dark .IconButton svg{stroke:#fff}@media(min-width:768px){.IconButton{padding:0}.IconButton svg{width:40px;height:40px}}