 .album-strip {display: flex;gap: 6px;flex-wrap: wrap;}.album-thumb {width: 52px;height: 52px;border-radius: 8px;overflow: hidden;cursor: pointer;border: 2px solid transparent;transition: border-color 0.18s, transform 0.18s, opacity 0.18s;flex-shrink: 0;background: #e0ddd6;position: relative;}.album-thumb img {width: 100%;height: 100%;object-fit: cover;display: block;}.album-thumb:hover {border-color: var(--accent);transform: scale(1.1);z-index: 1;}.album-more {width: 52px;height: 52px;border-radius: 8px;background: #e8e5df;display: flex;align-items: center;justify-content: center;font-size: 0.78rem;font-weight: 600;color: var(--text-secondary);cursor: pointer;transition: background 0.18s, color 0.18s;flex-shrink: 0;}.album-more:hover {background: var(--accent);color: #fff;}.lightbox {position: fixed;inset: 0;background: rgba(10, 10, 10, 0.88);backdrop-filter: blur(8px);z-index: 1000;display: flex;align-items: center;justify-content: center;opacity: 0;pointer-events: none;transition: opacity 0.25s;}.lightbox.open {opacity: 1;pointer-events: all;}.lightbox-inner {position: relative;width: min(90vw, 750px);display: flex;flex-direction: column;align-items: center;gap: 14px;}.lightbox-img-wrap {position: relative;width: 100%;aspect-ratio: 750 / 500;border-radius: 14px;overflow: hidden;background: #222;box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);transform: scale(0.92);transition: transform 0.28s cubic-bezier(.22, 1, .36, 1);display: flex;align-items: center;justify-content: center;max-height: 80vh;}.lightbox.open .lightbox-img-wrap {transform: scale(1);}.lightbox-img-wrap img {width: 100%;height: 100%;object-fit: contain;display: block;}.lightbox-strip {display: flex;gap: 8px;justify-content: center;flex-wrap: wrap;max-width: 750px;}.lb-thumb {width: 46px;height: 46px;border-radius: 7px;overflow: hidden;cursor: pointer;border: 2.5px solid transparent;opacity: 0.55;transition: opacity 0.18s, border-color 0.18s, transform 0.18s;flex-shrink: 0;}.home-list-pop .album-thumb img {min-height: unset !important;}.lb-thumb img {width: 100%;height: 100%;object-fit: cover;display: block;}.lb-thumb.active, .lb-thumb:hover {border-color: var(--accent);opacity: 1;transform: scale(1.08);}.lb-nav {position: absolute;top: 50%;transform: translateY(-50%);width: 42px;height: 42px;border-radius: 50%;background: rgba(255,255,255,0.12);border: 1.5px solid rgba(255,255,255,0.18);color: #fff;display: flex;align-items: center;justify-content: center;cursor: pointer;transition: background 0.18s;z-index: 10;backdrop-filter: blur(4px);}.lb-nav:hover {background: rgba(232,160,32,0.75);border-color: var(--accent);}.lb-prev {left: -56px;}.lb-next {right: -56px;}.lb-close {position: absolute;top: -48px;right: 0;width: 36px;height: 36px;border-radius: 50%;background: rgba(255,255,255,0.12);border: 1.5px solid rgba(255,255,255,0.18);color: #fff;display: flex;align-items: center;justify-content: center;cursor: pointer;transition: background 0.18s;backdrop-filter: blur(4px);font-size: 1.1rem;}.lb-close:hover {background: rgba(220,50,50,0.7);}.lb-counter {color: rgba(255,255,255,0.55);font-size: 0.8rem;letter-spacing: 0.06em;}.album-thumb:hover {border-color: #f5a623;}@media (max-width: 768px) {.lightbox-inner {width: 95vw;}.lightbox-img-wrap {aspect-ratio: 3 / 2;}}@media (max-width: 600px) {.card {flex-direction: column;}.card-thumb {width: 100%;min-width: 0;height: 160px;}.lb-prev {left: -10px;}.lb-next {right: -10px;}}