:root{--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a}}body,html{max-width:100vw;overflow-x:hidden}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.design-card img{max-width:100%}.details-section{display:none}.story-card img{border-radius:8px}.add-button{font-size:24px;line-height:1;background-color:#fff;color:#6c757d;border:1px solid #ccc;border-radius:50%;padding:5px 10px;cursor:pointer}.story-card{border:1px solid #c2c2c2;padding:5px;border-radius:10px}.show.upper-sidebar{width:100%;transition:all .3s cubic-bezier(.86,0,.07,1);padding:18px}.upper-sidebar{position:absolute;width:0;height:100%;background-color:#fff;border:0 solid #0a0a0a;top:0;left:0;z-index:99;overflow:auto;overflow-x:hidden}.cross-mark{position:absolute;right:15px}.cross-mark,.pointer-cursor{cursor:pointer}