: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}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:.75rem}.app-header h1{margin:0;font-size:1.25rem;font-weight:600;letter-spacing:-.02em}.app-header .icon{font-size:1.4rem}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;padding:2rem;flex:1}.photo-card{position:relative;aspect-ratio:4 / 3;border-radius:.5rem;overflow:hidden;cursor:pointer;border:1px solid rgba(255,255,255,.06);transition:transform .2s,box-shadow .2s}.photo-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0006}.photo-card img{width:100%;height:100%;object-fit:cover;display:block}.photo-card .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 50%);opacity:0;transition:opacity .2s;display:flex;align-items:flex-end;padding:.75rem}.photo-card:hover .overlay{opacity:1}.photo-card .overlay span{font-size:.85rem;font-weight:500;color:#fff}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:100;animation:fadeIn .2s ease-out}.drawer{position:fixed;top:0;right:0;bottom:0;width:min(480px,90vw);background:#141414;border-left:1px solid rgba(255,255,255,.08);z-index:101;display:flex;flex-direction:column;animation:slideIn .25s ease-out;overflow-y:auto}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.drawer-header h2{margin:0;font-size:1.1rem;font-weight:600}.drawer-close{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fafafa;width:2rem;height:2rem;border-radius:.375rem;cursor:pointer;display:grid;place-items:center;font-size:1.1rem;transition:background .15s}.drawer-close:hover{background:#ffffff1f}.drawer-image{width:100%;aspect-ratio:4 / 3;object-fit:cover}.drawer-body{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.drawer-body h3{margin:0;font-size:1.15rem;font-weight:600}.drawer-meta{display:flex;flex-wrap:wrap;gap:.5rem}.meta-tag{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;color:#fff9;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:.3rem .6rem;border-radius:.375rem}.drawer-body p{margin:0;color:#ffffffa6;font-size:.9rem;line-height:1.6}.drawer-actions{display:flex;gap:.5rem;margin-top:.5rem}.btn{padding:.55rem 1rem;border-radius:.375rem;font-size:.85rem;font-weight:500;cursor:pointer;border:1px solid transparent;transition:background .15s}.btn-primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.btn-primary:hover{background:#2563eb}.btn-ghost{background:#ffffff0d;color:#fafafa;border-color:#ffffff1a}.btn-ghost:hover{background:#ffffff1a}
