:root{--bg:#f5f3ef;--surface:#fbfaf7;--white:#fff;--blue:#647d91;--blue-dark:#40586b;--text:#29353d;--muted:#7b858b;--border:#e5e1da;--soft:#e9eef0}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}a{color:inherit;text-decoration:none}.container{max-width:980px;margin:auto;padding:28px 20px 40px}.nav,.nav-right,.hero,.toolbar,.section-head,.card-actions{display:flex;align-items:center}.nav{justify-content:space-between;gap:15px;margin-bottom:48px}.nav-right{gap:12px}.brand{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700}.mark{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--blue);color:#fff}.nav-link{border:1px solid var(--border);border-radius:9px;padding:8px 12px;color:var(--blue-dark);font-size:12px}.hero{justify-content:space-between;gap:20px;margin-bottom:30px}.kicker{margin:0 0 11px;color:var(--blue-dark);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero h1{margin:0;font-size:clamp(32px,6vw,44px);letter-spacing:-.05em}.hero p{margin:12px 0 0;color:var(--muted);font-size:15px}.primary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:0;border-radius:10px;background:var(--blue);color:#fff;padding:0 15px;font-size:13px}.primary:hover{background:var(--blue-dark)}.toolbar{justify-content:space-between;gap:14px;margin-bottom:26px;padding:13px 15px;border:1px solid var(--border);border-radius:13px;background:var(--surface);color:var(--muted);font-size:12px}.toolbar label{display:flex;align-items:center;gap:8px}.toolbar select{border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);padding:7px;font:inherit}.section-head{justify-content:space-between;gap:10px;margin-bottom:12px}.section-head h2{margin:0;font-size:16px}.section-head span{color:var(--muted);font-size:12px}.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.photo-card{overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--white)}.photo-preview{display:grid;place-items:center;overflow:hidden;aspect-ratio:4/3;background:linear-gradient(145deg,#dce6e7,#f7f4ed);color:rgba(64,88,107,.55);font-size:28px}.photo-preview img{display:block;max-width:100%;max-height:100%;width:auto;height:auto}.photo-card-body{padding:14px}.photo-card h3{margin:0 0 7px;font-size:14px}.meta{margin:3px 0;color:var(--muted);font-size:12px;line-height:1.55}.tags{display:flex;flex-wrap:wrap;gap:6px;margin:11px 0}.tag{border-radius:999px;background:var(--soft);color:var(--blue-dark);padding:4px 7px;font-size:11px}.sale{background:#e8f0ec;color:#426a58}.card-actions{justify-content:space-between;gap:7px;padding-top:9px;border-top:1px solid var(--border)}.detail-link{color:var(--blue-dark);font-size:12px;font-weight:700}.empty{grid-column:1/-1;padding:45px 20px;border:1px dashed #cbd3d5;border-radius:15px;color:var(--muted);text-align:center;font-size:13px;line-height:1.7}html[data-theme=dark]{color-scheme:dark;--bg:#10181e;--surface:#18242b;--white:#1a252c;--blue:#7898ab;--blue-dark:#c0d5e0;--text:#edf4f7;--muted:#a8bbc5;--border:#344852;--soft:#263841}html[data-theme=dark] .toolbar select{background:#152128;color:var(--text)}html[data-theme=dark] .photo-preview{background-color:#263841}@media(max-width:680px){.container{padding:22px 16px 30px}.nav{margin-bottom:34px}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:430px){.hero{display:block}.hero .primary{margin-top:19px}.toolbar{align-items:flex-start;flex-direction:column}.photo-grid{grid-template-columns:1fr}}

.photo-card{display:flex;flex-direction:column;height:100%;cursor:pointer}
.photo-card:focus-visible{outline:3px solid var(--blue);outline-offset:2px}
.photo-preview{position:relative;aspect-ratio:auto;background:#eef1f2}
.photo-preview:not(.is-placeholder){background:#eef1f2}
.photo-preview::before{content:"";display:block;grid-area:1/1;width:1px;padding-top:56.25%}
.photo-placeholder{grid-area:1/1}
.photo-preview img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:50% 50%;image-rendering:auto}
.photo-card-body{display:flex;flex:1;flex-direction:column}
.photo-card-footer{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:auto}
.photo-grid{grid-auto-rows:1fr}
.photo-engagement,.photo-comment-count{display:inline-flex;align-items:center}
.photo-engagement{justify-content:flex-end;gap:10px;margin-left:auto}
.photo-comment-count{gap:4px;min-height:24px;color:var(--muted);font-size:12px}
.photo-comment-count svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
html[data-theme=dark] .photo-preview,html[data-theme=dark] .photo-preview:not(.is-placeholder){background:#10181e}
.photo-grid{width:min(calc(100vw - 40px),1576px);margin-left:50%;transform:translateX(-50%);grid-template-columns:repeat(5,minmax(0,1fr))}
.photo-card h3,.photo-card .meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.photo-card .meta{min-height:18.6px}
@media(max-width:680px){.photo-grid{width:100%;margin-left:0;transform:none;grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:430px){.photo-grid{grid-template-columns:1fr}}
