:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.museum-header{text-align:center;padding:2.5rem 1rem 1.5rem}.museum-header h1{margin:0;font-size:2.2rem;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,#f472b6,#a78bfa,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.museum-header p{margin:.5rem 0 0;color:#ffffff80;font-size:.95rem}.upload-zone{max-width:600px;margin:0 auto 2rem;padding:1.5rem;border:2px dashed rgba(255,255,255,.15);border-radius:1rem;background:#ffffff05;text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.upload-zone:hover,.upload-zone.dragover{border-color:#a855f780;background:#a855f70d}.upload-zone input[type=file]{display:none}.upload-zone .upload-icon{font-size:2rem;margin-bottom:.5rem}.upload-zone .upload-text{font-size:.95rem;color:#fff9}.upload-zone .upload-text strong{color:#a78bfa}.gallery{max-width:1200px;margin:0 auto;padding:0 1rem 3rem;columns:3;column-gap:1rem}@media(max-width:900px){.gallery{columns:2}}@media(max-width:500px){.gallery{columns:1}}.gallery-card{break-inside:avoid;margin-bottom:1rem;border-radius:.75rem;overflow:hidden;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);transition:transform .2s,box-shadow .2s;cursor:pointer}.gallery-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0006}.gallery-card img{width:100%;display:block}.gallery-card .card-footer{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.4rem}.gallery-card .card-title{font-size:.9rem;font-weight:600;color:#e2e8f0}.gallery-card .card-meta{display:flex;align-items:center;justify-content:space-between}.gallery-card .card-author{font-size:.75rem;color:#fff6}.gallery-card .card-reactions{display:flex;gap:.4rem}.gallery-card .reaction-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:2rem;padding:.2rem .55rem;font-size:.75rem;cursor:pointer;transition:background .15s,transform .15s;color:#fafafa;display:flex;align-items:center;gap:.25rem}.gallery-card .reaction-btn:hover{background:#a855f733;transform:scale(1.1)}.gallery-card .reaction-btn.active{background:#a855f74d;border-color:#a855f780}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{max-width:90vw;max-height:90vh;position:relative}.lightbox-content img{max-width:90vw;max-height:80vh;border-radius:.5rem;object-fit:contain}.lightbox-info{text-align:center;margin-top:.75rem}.lightbox-info .card-title{font-size:1.1rem;font-weight:600}.lightbox-info .card-author{font-size:.8rem;color:#ffffff73}.lightbox-close{position:fixed;top:1.5rem;right:1.5rem;background:#ffffff1a;border:none;color:#fff;font-size:1.5rem;width:2.5rem;height:2.5rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.lightbox-close:hover{background:#fff3}.caption-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.caption-modal{background:#1a1a2e;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;max-width:420px;width:90%}.caption-modal h2{margin:0 0 .5rem;font-size:1.2rem}.caption-modal p{margin:0 0 1.25rem;color:#ffffff80;font-size:.85rem}.caption-modal .preview-thumb{width:100%;max-height:200px;object-fit:cover;border-radius:.5rem;margin-bottom:1rem}.caption-modal input[type=text]{width:100%;padding:.65rem .9rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:#fafafa;font-size:.9rem;margin-bottom:.6rem;outline:none;transition:border-color .15s}.caption-modal input[type=text]:focus{border-color:#a78bfa}.caption-modal input[type=text]::placeholder{color:#ffffff4d}.caption-modal .modal-actions{display:flex;gap:.5rem;margin-top:1rem;justify-content:flex-end}.caption-modal .btn{padding:.5rem 1.2rem;border-radius:.5rem;border:none;font-size:.85rem;cursor:pointer;font-weight:500;transition:background .15s}.caption-modal .btn-cancel{background:#ffffff14;color:#fff}.caption-modal .btn-cancel:hover{background:#ffffff24}.caption-modal .btn-submit{background:#7c3aed;color:#fff}.caption-modal .btn-submit:hover{background:#6d28d9}.empty-state{text-align:center;padding:4rem 1rem;color:#ffffff59}.empty-state .empty-icon{font-size:3rem;margin-bottom:.75rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}
