.album-screen{min-height:100%;padding:13px 0 calc(var(--nav-h) + var(--safe-bottom) + 18px);overflow:auto;background:var(--canvas);color:var(--ink)}
.album-screen>.page-brand,.album-screen>.screen-header-card,.album-screen>.album-toolbar{margin-left:14px;margin-right:14px}.album-screen .page-brand{margin-bottom:6px}.album-screen .screen-header-card{align-items:end;margin-bottom:10px}.album-screen .screen-header-copy h2{margin:0;font-size:25px;line-height:1.05;font-weight:770;letter-spacing:-.025em}.album-screen .cat-help{margin-top:3px;font-size:11px;font-weight:620;color:var(--muted)}.album-screen #albumRefresh{width:46px;height:38px;padding:0;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink);font-size:10.5px;font-weight:700;box-shadow:none}
.album-toolbar{display:grid;margin-bottom:10px}.album-toolbar label{display:grid;gap:3px;color:#607087;font-size:8.5px;font-weight:680}.album-toolbar .input{width:100%;height:42px;padding:0 9px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink);font-size:10.5px;font-weight:650;box-shadow:none}
.album-feed{display:grid;gap:12px}.album-post{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.album-post-head{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:52px;padding:7px 12px}.album-post-avatar{display:grid;place-items:center;width:34px;height:34px;border:1px solid #e2e7ed;border-radius:50%;background:#fff;color:var(--album-post-color,#64748b);font-size:17px}.album-post-title{display:grid;gap:2px;min-width:0}.album-post-title b{overflow:hidden;font-size:12px;line-height:1.2;font-weight:780;white-space:nowrap;text-overflow:ellipsis}.album-post-title span{overflow:hidden;color:var(--muted);font-size:9px;line-height:1.2;white-space:nowrap;text-overflow:ellipsis}
.album-post-media{position:relative;width:100%;background:#eef2f6}.album-post-media>.album-multi-photo{right:10px;top:10px}.album-post-track{display:flex;width:100%;aspect-ratio:4/5;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.album-post-track::-webkit-scrollbar{display:none}.album-post-slide{flex:0 0 100%;width:100%;height:100%;padding:0;border:0;background:#eef2f6;scroll-snap-align:start;scroll-snap-stop:always}.album-post-slide img{display:block;width:100%;height:100%;object-fit:contain;background:#eef2f6}.album-post-dots{position:absolute;left:50%;bottom:8px;display:flex;gap:4px;transform:translateX(-50%);pointer-events:none}.album-post-dots i{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.55);box-shadow:0 1px 2px rgba(0,0,0,.25)}.album-post-dots i.active{background:#fff}
.album-post-foot{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:10px;min-height:44px;padding:9px 12px 10px}.album-post-foot b{overflow:hidden;font-size:11px;font-weight:780;white-space:nowrap;text-overflow:ellipsis}.album-post-foot span{overflow:hidden;max-width:52%;color:var(--muted);font-size:9px;white-space:nowrap;text-overflow:ellipsis}.album-empty{margin:0 14px}
@media(max-width:360px){.album-post-head{padding-left:10px;padding-right:10px}.album-post-foot{padding-left:10px;padding-right:10px}.album-post-track{aspect-ratio:1/1.22}}

/* v58: searchable feed without rebuilding photo DOM while typing. */
.album-toolbar{grid-template-columns:minmax(0,1.35fr) minmax(120px,.65fr);gap:8px}
.album-toolbar .album-search-field{min-width:0}
.album-toolbar input[type="search"]{-webkit-appearance:none;appearance:none}
.album-search-empty{margin:0 14px 10px}
.album-post[hidden]{display:none!important}
@media(max-width:420px){.album-toolbar{grid-template-columns:1fr}}
