*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f5f6f8;color:#20242a}header{height:70px;background:#fff;border-bottom:1px solid #e1e4e8;display:flex;align-items:center;gap:16px;padding:0 max(20px,calc((100% - 1280px)/2));position:sticky;top:0;z-index:5}.brand{font-size:25px;font-weight:800;color:#111;text-decoration:none}header span{color:#667085}main{max-width:1280px;margin:auto;padding:26px 20px 60px}.crumbs{display:flex;gap:9px;flex-wrap:wrap;font-size:14px}.crumbs a{color:#375b96;text-decoration:none}h1{font-size:34px;margin:14px 0 28px}h2{font-size:20px;margin:28px 0 14px}h2 small{font-weight:400;color:#777}.album-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}.album-card{background:#fff;border:1px solid #e1e4e8;border-radius:12px;overflow:hidden;color:inherit;text-decoration:none;box-shadow:0 2px 8px #0000000b}.album-card img,.empty{width:100%;aspect-ratio:4/3;object-fit:cover;background:#e9ebef}.empty{display:grid;place-items:center;font-size:54px}.album-card div:last-child{padding:13px 15px}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px}.photo{position:relative;background:#ddd;border-radius:10px;overflow:hidden;aspect-ratio:4/3}.photo img{width:100%;height:100%;object-fit:cover;display:block;transition:.2s}.photo:hover img{transform:scale(1.025)}.photo span{position:absolute;left:0;right:0;bottom:0;padding:22px 9px 7px;color:#fff;font-size:12px;background:linear-gradient(transparent,#000a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notice{background:#fff;padding:18px;border-radius:10px}#lightbox{position:fixed;inset:0;background:#000e;z-index:20;display:grid;grid-template-columns:70px 1fr 70px;align-items:center}#lightbox[hidden]{display:none}#lightbox figure{margin:0;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0}#full{max-width:100%;max-height:calc(100vh - 70px);object-fit:contain}figcaption{color:#fff;padding:10px}#lightbox button{border:0;background:transparent;color:#fff;font-size:50px;cursor:pointer;height:100%}#close{position:absolute;right:10px;top:5px;width:55px;height:55px!important;z-index:2}@media(max-width:650px){header{height:58px}.brand{font-size:21px}h1{font-size:28px}.photo-grid{grid-template-columns:repeat(2,1fr);gap:6px}.album-grid{grid-template-columns:repeat(2,1fr);gap:9px}#lightbox{grid-template-columns:42px 1fr 42px}#lightbox button{font-size:38px}.album-card div:last-child{padding:10px;font-size:14px}}
#play {
    display: block;
    margin: 10px auto 0;
    padding: 7px 14px;
    font-size: 15px !important;
    line-height: 1.2;
    color: white;
    background: rgba(0,0,0,.65) !important;
    border: 1px solid rgba(255,255,255,.35) !important;
    border-radius: 7px;
    cursor: pointer;
    height: auto !important;
}

#play:hover {
    background: rgba(255,255,255,.2) !important;
}
