@import"https://fonts.googleapis.com/css2?family=ABeeZee&display=swap";body{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;background-color:#242424;color:#efefef;margin:0;padding:1rem}h1{text-align:center;font-size:2rem}h2{font-size:1.2rem}.form-container{border:3px solid #555;border-radius:12px;padding:1rem;max-width:400px;margin:0 auto 1.5rem;text-align:center}.form-container form{display:flex;flex-direction:column;gap:.5rem;align-items:center}.form-container input{padding:.4rem .8rem;border-radius:6px;border:1px solid #888;background-color:#1a1a1a;color:#efefef;font-size:1rem;width:100%;max-width:250px}.main-layout{display:flex;flex-direction:column;gap:1rem}.favorites-container{border:3px solid #555;border-radius:12px;padding:1rem;min-height:100px;min-width:380px}#favorites-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:.5rem;max-height:400px;overflow-y:auto}.fav-item{padding:.6rem;border:1.8px solid #555;border-radius:6px;font-size:.85rem;display:flex;flex-direction:column;gap:.5rem}.fav-img{width:100%;border-radius:6px}.container{border:3px solid #555;border-radius:12px;padding:1rem;min-width:500px}#art-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1rem;max-height:500px;overflow-y:auto}.card{border:1.8px solid #555;border-radius:12px;padding:.5rem;width:230px;display:flex;flex-direction:column;gap:.4rem}.card .title{font-size:1rem;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card .image{width:100%;height:190px;object-fit:cover;border-radius:8px}.card-btns{display:flex;gap:.3rem;justify-content:center;align-items:center}button{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-weight:700;background-color:#1a1a1a;color:#efefef;border:1px solid #888;border-radius:6px;padding:.4rem .7rem;font-size:1rem;cursor:pointer}button:hover{border-color:#646cff}#overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}#single-card{background:#2a2a2a;border:2px solid #555;border-radius:16px;padding:1.5rem;width:90%;max-width:460px;display:flex;flex-direction:column;gap:.5rem;max-height:85vh;overflow-y:auto}#single-image{width:100%;border-radius:10px}#close-btn{font-family:ABeeZee,sans-serif;font-weight:700;width:35px;border:2px solid #555}.hidden{display:none!important}@media(min-width:600px){.form-container form{flex-direction:row;justify-content:center}.form-container input{width:auto}#art-list{justify-content:flex-start}}@media(min-width:900px){.main-layout{flex-direction:row;align-items:flex-start}.favorites-container{width:200px;flex-shrink:0;min-height:400px}.container{flex:1}}
