html,body{margin:0;padding:0}body{background:#000;justify-content:center;display:flex}h1,h2,h3,h4,h5,h6,p{color:#fff;margin:0;padding:0}#root{flex-direction:column;align-items:center;width:100%;padding:0;display:flex}#header{box-sizing:border-box;background:#000;border-bottom:.1rem solid #fff;justify-content:space-between;align-items:center;width:100%;padding:12px;display:flex;position:sticky;top:0}.hidden{visibility:hidden}#gallery{box-sizing:border-box;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;width:100vw;max-width:1000px;padding:12px;display:flex}#preview-parent{background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}#preview-child{box-sizing:border-box;background-color:#131313;flex-direction:column;gap:12px;width:fit-content;max-width:98vw;height:fit-content;max-height:90vh;padding:6px;display:flex;overflow:hidden}#preview-img{object-fit:contain;width:auto;height:auto;max-height:80vh;display:block}#preview-child>p{text-overflow:ellipsis;color:#fff;flex-shrink:0;width:contain;margin:0;padding:16px;overflow:auto}#preview-child-content{display:flex}#preview-child-content-data{flex:1}#preview-child-content-data-tags{color:#fff;flex-wrap:wrap;align-items:center;gap:8px;display:flex}a{color:#ff69b4}button{color:#000;cursor:pointer;background-color:#fff;border:none;height:min-content;padding:8px 16px}div>span{background-color:#5e0634}#gallery-img{border:.2rem solid #ff69b4;height:260px}#gallery-img:hover{cursor:pointer;filter:drop-shadow(0 0 .5rem #ff69b4)}#gallery-img:active{filter:drop-shadow(0 0 .5rem #ff69b4);transform:scale(.99)}@media (width<=630px){#gallery-img{height:150px}}
