.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:20px}.auth-card{width:min(420px,100%);padding:36px;display:grid;gap:16px}.auth-card h1{font-family:Georgia,serif;font-size:34px;margin:4px 0 0}.auth-card p{color:var(--muted);line-height:1.6;margin:0 0 6px}.hero{padding:28px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}.eyebrow{font-size:9px;font-weight:800;letter-spacing:1.6px;color:var(--accent)}.hero h1{font-family:Georgia,serif;font-size:clamp(32px,5vw,52px);font-weight:500;margin:5px 0 7px}.hero p{margin:0;color:var(--muted)}.usage{grid-column:1/-1;display:grid;gap:8px}.usage-head{display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.gallery-head{display:flex;justify-content:space-between;align-items:end;gap:12px;margin:28px 2px 14px}.gallery-head h2{font-size:22px;margin:5px 0 0}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.photo-tile{border:0;padding:0;background:#eee;border-radius:16px;overflow:hidden;aspect-ratio:1;position:relative;box-shadow:0 8px 24px rgba(45,36,28,.06)}.photo-tile img{width:100%;height:100%;object-fit:cover;display:block}.photo-tile .format{position:absolute;inset:0;display:grid;place-items:center;background:#e9e5df;color:var(--muted);font-size:12px;font-weight:800}.photo-tile .overlay{position:absolute;left:0;right:0;bottom:0;padding:26px 10px 9px;color:white;text-align:left;background:linear-gradient(transparent,rgba(0,0,0,.68));font-size:10px}.photo-tile .overlay strong{display:block;font-size:11px}.pager{display:flex;justify-content:center;gap:8px;margin:22px}.modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:16px}.modal-backdrop{position:absolute;inset:0;background:rgba(15,13,11,.72);backdrop-filter:blur(7px)}.photo-card{position:relative;width:min(980px,100%);max-height:92vh;overflow:auto;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);padding:0}.modal-x{position:absolute;right:12px;top:8px;z-index:4;border:0;background:rgba(255,255,255,.85);width:36px;height:36px;border-radius:50%;font-size:24px}.photo-view{background:#161513;min-height:540px;display:grid;place-items:center}.photo-view img{width:100%;height:100%;max-height:78vh;object-fit:contain}.heic-fallback{color:#ccc;text-align:center;line-height:1.6}.photo-info{padding:30px;display:flex;flex-direction:column;align-items:flex-start}.photo-info h2{font-family:Georgia,serif;font-size:30px;margin:6px 0}.photo-info p{color:var(--muted);line-height:1.7;white-space:pre-wrap}.photo-meta{display:grid;gap:5px;color:var(--muted);font-size:10px;margin:auto 0 18px}.empty-gallery{grid-column:1/-1}.photo-info .btn{width:100%}@media(max-width:900px){.gallery{grid-template-columns:repeat(3,1fr)}.photo-card{grid-template-columns:1fr}.photo-view{min-height:50vh}.photo-meta{margin:18px 0}}@media(max-width:600px){.hero{grid-template-columns:1fr}.hero .btn{width:100%}.gallery{grid-template-columns:repeat(2,1fr);gap:8px}.gallery-head{align-items:center}.photo-info{padding:22px}}
