:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:2.5em;line-height:1.2;margin:0}h2{font-size:1.5em;line-height:1.3;margin:0}h3{font-size:1.2em;line-height:1.4;margin:0}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}}.artwork-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem}.artwork-item{background:#ffffff0d;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.artwork-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.artwork-image{width:100%;height:280px;object-fit:cover;display:block;background:#ffffff1a}.artwork-placeholder{width:100%;height:280px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;color:#ffffff80;font-size:.9rem}.artwork-info{padding:1.25rem}.artwork-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#ffffffe6}.artwork-description{font-size:.9rem;color:#ffffffb3;margin:.5rem 0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.artwork-likes{font-size:.85rem;color:#fff9;margin-top:.75rem}@media(prefers-color-scheme:light){.artwork-item{background:#00000008;border:1px solid rgba(0,0,0,.1)}.artwork-item:hover{box-shadow:0 8px 24px #0000001a}.artwork-image{background:#0000000d}.artwork-placeholder{background:#0000000d;color:#00000080}.artwork-title{color:#000000e6}.artwork-description{color:#000000b3}.artwork-likes{color:#0009}}@media(max-width:768px){.artwork-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}}
