*{box-sizing:border-box;margin:0;padding:0}:root{--album-bg:#eef3f8;--album-surface:#ffffff;--album-surface-soft:#f7fafc;--album-text:#1c2430;--album-text-secondary:#5e6a78;--album-border:rgba(16,24,40,0.08);--album-border-strong:rgba(30,115,190,0.18);--album-accent:#1e73be;--album-accent-soft:rgba(30,115,190,0.1);--album-gold:#bf8b30;--album-shadow:0 24px 60px rgba(20,39,69,0.12);--album-shadow-soft:0 14px 32px rgba(20,39,69,0.08);--album-ease:cubic-bezier(0.22,1,0.36,1)}html,body{background:radial-gradient(circle at top,rgba(255,255,255,0.94),rgba(238,243,248,0.98)),linear-gradient(180deg,#f6f9fc 0%,#edf2f7 100%);color:var(--album-text)}body{min-height:100vh}.album-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 30px;background:rgba(255,255,255,0.88);border-bottom:1px solid rgba(255,255,255,0.7);box-shadow:0 10px 30px rgba(20,39,69,0.06);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.album-header .logo{font-size:22px;font-weight:700}.album-header .logo a{color:var(--album-text);text-decoration:none;font-family:"Songti SC","STSong","Noto Serif SC",Georgia,serif}.album-header .logo a:hover{color:var(--album-accent)}.album-header .btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;border:1px solid transparent;font-size:13px;font-weight:600;letter-spacing:0.02em;text-decoration:none;transition:transform 0.28s var(--album-ease),box-shadow 0.28s var(--album-ease),background-color 0.28s var(--album-ease),color 0.28s var(--album-ease),border-color 0.28s var(--album-ease)}.album-header .btn:hover{transform:translateY(-1px)}.album-header .btn-primary{background:linear-gradient(135deg,#1e73be 0%,#3f8fd3 100%);color:#ffffff;box-shadow:0 14px 30px rgba(30,115,190,0.22)}.album-header .btn-primary:hover{box-shadow:0 18px 34px rgba(30,115,190,0.28)}.album-header .btn-secondary{background:rgba(255,255,255,0.82);color:var(--album-text);border-color:rgba(16,24,40,0.08)}.album-header .btn-secondary:hover{background:var(--album-text);color:#ffffff;border-color:var(--album-text)}.album-header .header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto;flex-wrap:nowrap}.site-main{max-width:1200px;margin:0 auto;padding:0 20px 36px}.gallery{max-width:920px;margin:26px auto 34px;padding:34px;background:rgba(255,255,255,0.92);border:1px solid rgba(255,255,255,0.72);border-radius:30px;box-shadow:var(--album-shadow);animation:albumFadeIn 0.55s var(--album-ease) both}.gallery .entry-header{margin-bottom:26px;padding-bottom:20px;border-bottom:1px solid var(--album-border)}.gallery .entry-title,.gallery h1{margin:0 0 16px;color:var(--album-text);font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC",sans-serif;font-size:30px;font-weight:700;line-height:1.28}.gallery .entry-meta{color:var(--album-text-secondary);font-size:14px}.gallery .entry-meta .posted-on{display:inline-flex;align-items:center}.entry-meta-detail{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.detail-meta-pill,.footer-meta-pill{display:inline-flex;align-items:center;min-height:32px;padding:6px 13px;border-radius:999px;border:1px solid transparent;font-size:13px;font-weight:600;line-height:1}.detail-meta-category{background:#edf4ff;color:#1d5ea8;border-color:#d8e6fb}.detail-meta-type.is-album,.footer-meta-pill.is-album{background:#f8f1e5;color:#9a6a17;border-color:#edd7a6}.detail-meta-type.is-video,.footer-meta-pill.is-video{background:#edf8ef;color:#167c45;border-color:#cde9d4}.detail-meta-rating{background:#fff7e8;color:#9a6a17;border-color:#efd8a6}.entry-content{margin-bottom:30px}.album-community-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:30px}.album-community-card{padding:22px;border:1px solid var(--album-border);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(247,250,252,0.98));box-shadow:var(--album-shadow-soft)}.album-community-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.album-community-head h2{margin:0 0 6px;font-size:20px;color:var(--album-text)}.album-community-head p{margin:0;color:var(--album-text-secondary);font-size:14px;line-height:1.7}.album-rating-summary{min-width:96px;text-align:right}.album-rating-summary strong{display:block;font-size:30px;line-height:1;color:var(--album-accent)}.album-rating-summary span,.album-comment-count{color:var(--album-text-secondary);font-size:13px}.album-rating-stars{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.album-rating-star{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:48px;border:1px solid var(--album-border);border-radius:16px;background:rgba(255,255,255,0.9);color:var(--album-text-secondary);font-size:15px;font-weight:600;cursor:pointer}.album-rating-star .star-icon{color:#c2cad5;font-size:16px}.album-rating-star:hover,.album-rating-star.is-selected{border-color:rgba(191,139,48,0.35);background:rgba(255,247,232,0.96);color:#8f6316;transform:translateY(-1px)}.album-rating-star:hover .star-icon,.album-rating-star.is-selected .star-icon,.album-rating-star.is-current .star-icon{color:#d79a23}.album-rating-star.is-current{box-shadow:0 12px 24px rgba(191,139,48,0.14)}.album-rating-status,.album-comment-status{margin-top:14px;color:var(--album-text-secondary);font-size:13px}.album-comment-form{display:flex;flex-direction:column;gap:12px}.album-comment-form textarea{width:100%;min-height:120px;resize:vertical;padding:14px 16px;border:1px solid var(--album-border);border-radius:18px;background:rgba(255,255,255,0.96);color:var(--album-text);font:inherit;line-height:1.7}.album-comment-form textarea:focus{outline:none;border-color:rgba(30,115,190,0.35);box-shadow:0 0 0 4px rgba(30,115,190,0.08)}.album-comment-form textarea:disabled{background:#f4f7fa;color:#8a95a3}.album-comment-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.album-comment-list{display:flex;flex-direction:column;gap:12px;margin-top:18px}.album-comment-item,.album-comment-empty{padding:16px 18px;border-radius:18px;border:1px solid rgba(16,24,40,0.06);background:rgba(255,255,255,0.92)}.album-comment-item-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.album-comment-item-head strong{font-size:14px;color:var(--album-text)}.album-comment-item-head span{color:var(--album-text-secondary);font-size:12px}.album-comment-item p,.album-comment-empty{margin:0;color:var(--album-text-secondary);font-size:14px;line-height:1.75}.album-related-section{margin-bottom:30px;padding:24px;border-radius:28px;border:1px solid var(--album-border);background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(247,250,252,0.98));box-shadow:var(--album-shadow-soft)}.album-related-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.album-related-head h2{margin:0 0 6px;font-size:22px;color:var(--album-text)}.album-related-head p{margin:0;color:var(--album-text-secondary);font-size:14px;line-height:1.7}.album-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.album-related-card{display:grid;grid-template-columns:168px minmax(0,1fr);gap:14px;padding:12px;border-radius:22px;border:1px solid rgba(16,24,40,0.06);background:rgba(255,255,255,0.94)}.album-related-cover{position:relative;display:block;overflow:hidden;border-radius:18px;background:var(--album-surface-soft)}.album-related-cover img{width:100%;height:auto;display:block}.album-related-badge{position:absolute;left:10px;bottom:10px;display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:0.04em}.album-related-badge.is-video{background:rgba(14,120,70,0.9);color:#ffffff}.album-related-badge.is-album{background:rgba(154,106,23,0.9);color:#ffffff}.album-related-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:10px}.album-related-title{color:var(--album-text);font-size:16px;font-weight:700;line-height:1.5;text-decoration:none}.album-related-title:hover,.album-related-meta a:hover{color:var(--album-accent)}.album-related-meta{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;color:var(--album-text-secondary);font-size:13px}.album-related-meta a{color:#1d5ea8;text-decoration:none}#album-images{display:flex;flex-direction:column;gap:18px}.album-media-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:min(50vh,380px);padding:32px 24px;border-radius:24px;border:1px solid rgba(16,24,40,0.06);background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(247,250,252,0.98));box-shadow:var(--album-shadow-soft);color:var(--album-text-secondary);text-align:center}.album-media-loading p{font-size:14px;line-height:1.7}.album-media-loading-spinner{width:34px;height:34px;border:2px solid rgba(30,115,190,0.12);border-top-color:var(--album-accent);border-radius:50%;animation:albumSpin 0.8s linear infinite}.album-preview-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border:1px solid var(--album-border-strong);border-radius:24px;background:linear-gradient(135deg,rgba(30,115,190,0.08),rgba(255,255,255,0.98));box-shadow:var(--album-shadow-soft)}.album-preview-copy{display:flex;flex-direction:column;gap:6px}.album-preview-copy strong{font-size:16px;color:var(--album-text)}.album-preview-copy span{color:var(--album-text-secondary);font-size:14px;line-height:1.6}.album-preview-cta,.preview-locked-action,.mobile-slide-cta,.video-preview-action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,#1e73be 0%,#3f8fd3 100%);color:#ffffff;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap;flex-shrink:0;box-shadow:0 14px 30px rgba(30,115,190,0.22);transition:transform 0.28s var(--album-ease),box-shadow 0.28s var(--album-ease),opacity 0.28s var(--album-ease)}.album-preview-cta:hover,.preview-locked-action:hover,.mobile-slide-cta:hover,.video-preview-action:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(30,115,190,0.28)}.gallery-item,.gallery-media-card,.video-player-wrapper,.preview-locked-card{transform:translateZ(0);backface-visibility:hidden}.gallery-item,.video-player-wrapper,.preview-locked-card{animation:albumMediaIn 0.52s var(--album-ease) both}.gallery-item.is-awaiting-image{display:none}.gallery-media-card{position:relative;overflow:hidden;border-radius:24px;background:var(--album-surface-soft);border:1px solid rgba(16,24,40,0.06);box-shadow:var(--album-shadow-soft)}.gallery-media-card img,.mobile-slide-card.media img{cursor:zoom-in}.gallery-media-card.is-loading,.mobile-slide-card.media.is-loading{background:linear-gradient(180deg,rgba(249,251,254,0.98),rgba(237,243,250,0.96))}.album-image-loading-layer{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,rgba(249,251,254,0.94),rgba(237,243,250,0.92));color:var(--album-text-secondary);font-size:13px;letter-spacing:0.02em;z-index:1}.album-image-loading-spinner{width:32px;height:32px;border-radius:999px;border:2px solid rgba(30,115,190,0.16);border-top-color:rgba(30,115,190,0.78);animation:albumSpin 0.9s linear infinite}.album-image-loading-text{line-height:1}#album-images img,.gallery-item img,.album-image{width:100%;height:auto;display:block}#album-images video,.gallery-item video,.album-video{width:100%;height:auto;display:block;background:#000000}.video-player-wrapper{overflow:hidden;border-radius:24px;background:#0d1625;box-shadow:0 26px 56px rgba(9,18,32,0.24)}.video-player-box{position:relative;width:100%;background:#000000}.video-player-box video{width:100%;max-height:70vh;display:block}.video-error-msg{padding:14px 16px 18px;color:#d94b4b;text-align:center;background:#fff7f7;font-size:14px}.episode-bar{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start;padding:16px 18px 18px;background:rgba(10,18,31,0.96);border-top:1px solid rgba(255,255,255,0.08)}.episode-label{padding-top:4px;color:rgba(255,255,255,0.62);font-size:13px;white-space:nowrap}.episode-btns{display:flex;flex-wrap:wrap;gap:8px}.episode-btn{min-height:36px;padding:0 14px;border:1px solid rgba(255,255,255,0.1);border-radius:999px;background:rgba(255,255,255,0.08);color:rgba(255,255,255,0.88);font-size:13px;cursor:pointer;transition:transform 0.24s var(--album-ease),background-color 0.24s var(--album-ease),border-color 0.24s var(--album-ease),color 0.24s var(--album-ease)}.episode-btn:hover{transform:translateY(-1px);background:rgba(255,255,255,0.14);border-color:rgba(255,255,255,0.18)}.episode-btn.active{background:#1e73be;border-color:#1e73be;color:#ffffff}.preview-locked-card{display:flex;align-items:center;gap:18px;padding:24px;border-radius:28px;border:1px solid rgba(191,139,48,0.18);background:linear-gradient(135deg,rgba(255,250,239,0.95),rgba(255,255,255,0.98)),#ffffff;box-shadow:0 20px 50px rgba(191,139,48,0.08)}.preview-locked-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:86px;min-height:36px;padding:0 14px;border-radius:999px;background:linear-gradient(135deg,#f7d16f 0%,#d79f3a 100%);color:#513507;font-size:13px;font-weight:800;letter-spacing:0;line-height:1;white-space:nowrap}.preview-locked-text{flex:1}.preview-locked-text strong{display:block;margin-bottom:6px;color:var(--album-text);font-size:18px}.preview-locked-text p{color:var(--album-text-secondary);font-size:14px;line-height:1.65}.video-preview-lock{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:22px;background:linear-gradient(180deg,rgba(6,10,18,0.14),rgba(6,10,18,0.78));animation:albumFadeIn 0.32s var(--album-ease) both}.video-preview-lock-inner{width:min(100%,420px);padding:24px;border-radius:24px;background:rgba(7,12,20,0.82);border:1px solid rgba(255,255,255,0.12);color:#ffffff;text-align:center;box-shadow:0 24px 60px rgba(0,0,0,0.24);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.video-preview-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,0.12);color:rgba(255,255,255,0.94);font-size:12px;font-weight:700;letter-spacing:0.04em}.video-preview-lock-inner h3{margin:14px 0 10px;font-size:22px;line-height:1.3}.video-preview-lock-inner p{margin-bottom:18px;color:rgba(255,255,255,0.72);font-size:14px;line-height:1.7}.entry-footer{padding-top:20px;border-top:1px solid var(--album-border)}.entry-footer .cat-links{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--album-text-secondary);font-size:14px}.entry-footer .cat-links .gp-icon{color:#9aa5b1}.entry-footer .cat-links a{color:var(--album-accent);text-decoration:none}.entry-footer .cat-links a:hover{text-decoration:underline}.floating-btn{position:fixed;top:50%;z-index:99;display:inline-flex;align-items:center;justify-content:center;min-width:92px;padding:18px 22px;border:none;background:rgba(12,22,38,0.78);color:#ffffff;font-size:14px;font-weight:600;text-decoration:none;transform:translateY(-50%);transition:transform 0.28s var(--album-ease),background-color 0.28s var(--album-ease),box-shadow 0.28s var(--album-ease);box-shadow:0 14px 36px rgba(12,22,38,0.18);user-select:none}.floating-btn:hover{background:var(--album-accent);box-shadow:0 18px 42px rgba(30,115,190,0.24)}.floating-btn.left{left:0;border-radius:0 18px 18px 0}.floating-btn.right{right:0;border-radius:18px 0 0 18px}.site-footer{background:#222222;color:#ffffff;padding:30px 0;margin-top:0}.site-footer .inside-site-info{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}.site-footer .footer-bar{margin-bottom:15px}.site-footer .footer-bar a{margin:0 12px;color:rgba(255,255,255,0.7);font-size:14px;text-decoration:none}.site-footer .footer-bar a:hover{color:#ffffff}.site-footer .copyright-bar{color:rgba(255,255,255,0.5);font-size:14px}.site-footer .copyright-bar a{color:rgba(255,255,255,0.72)}.back-to-top{position:fixed;right:30px;bottom:30px;z-index:99;display:flex;align-items:center;justify-content:center;width:45px;height:45px;border:none;border-radius:14px;background:#1e73be;color:#ffffff;text-decoration:none;opacity:0;visibility:hidden;transition:transform 0.28s var(--album-ease),opacity 0.28s var(--album-ease),visibility 0.28s var(--album-ease),background-color 0.28s var(--album-ease);box-shadow:0 14px 30px rgba(30,115,190,0.22)}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:#155a8a;transform:translateY(-2px)}@media (max-width:768px){.album-header{min-height:58px;padding:8px 12px;gap:10px}.album-header .logo{flex:1 1 auto;min-width:0;font-size:17px;line-height:1.2}.album-header .logo a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.album-header .header-actions{flex:0 0 auto;flex-wrap:nowrap;gap:6px;max-width:calc(100vw - 132px)}.album-header .btn{flex:0 0 auto;min-height:34px;min-width:0;max-width:76px;padding:0 10px;font-size:12px;letter-spacing:0;white-space:nowrap}.album-header .btn-primary{padding:0 10px}body.album-detail-embedded .album-header{padding-right:106px}body.album-detail-embedded .album-header .header-actions{margin-left:auto}.site-main{max-width:none;padding:0}.gallery{margin:0 8px 18px;padding:18px 14px 18px;border-radius:24px}.gallery .entry-title,.gallery h1{font-size:25px;line-height:1.22}.gallery .entry-summary{font-size:14px;line-height:1.65}.seo-breadcrumb{font-size:13px;line-height:1.6}.album-preview-banner,.preview-locked-card{flex-direction:column;align-items:flex-start}.album-preview-cta,.preview-locked-action{width:100%}.album-community-layout{grid-template-columns:1fr}.album-related-section{padding:18px;border-radius:24px}.album-related-grid{grid-template-columns:1fr}.album-related-card{grid-template-columns:116px minmax(0,1fr);gap:12px;padding:10px;border-radius:18px}.album-related-title{font-size:15px}.album-community-card{padding:18px;border-radius:22px}.album-community-head,.album-comment-actions{flex-direction:column;align-items:flex-start}.album-rating-summary{text-align:left}.album-rating-stars{grid-template-columns:repeat(2,minmax(0,1fr))}.floating-btn{padding:12px 15px;font-size:12px}.back-to-top{right:18px;bottom:18px;width:40px;height:40px}.video-player-box video{max-height:min(68dvh,640px)}}@media (max-width:768px){body.mobile-album-overlay{background:radial-gradient(circle at top,rgba(255,255,255,0.96),rgba(238,243,248,0.98)),linear-gradient(180deg,#f8fbfe 0%,#edf2f7 100%);color:var(--album-text)}body.mobile-album-overlay .album-header{background:rgba(255,255,255,0.9);border-bottom:1px solid rgba(16,24,40,0.06);box-shadow:0 10px 26px rgba(20,39,69,0.08)}body.mobile-album-overlay .album-header .logo a,body.mobile-album-overlay .album-header .btn-secondary{color:var(--album-text)}body.mobile-album-overlay .album-header .btn-secondary{background:rgba(255,255,255,0.88);border-color:rgba(16,24,40,0.08)}body.mobile-album-overlay .album-header .btn-secondary:hover{background:var(--album-text);border-color:var(--album-text)}body.mobile-album-overlay .site-main{max-width:none;padding:0 10px}body.mobile-album-overlay .gallery{min-height:calc(100vh - 64px);margin:0;padding:18px 14px 104px;background:rgba(255,255,255,0.92);border:1px solid rgba(255,255,255,0.72);border-radius:24px 24px 0 0;box-shadow:0 22px 54px rgba(20,39,69,0.12)}body.mobile-album-overlay.album-entry-transition .gallery{animation:albumSheetEnter 0.62s var(--album-ease) both}body.mobile-album-overlay .gallery .entry-header{margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(16,24,40,0.06)}body.mobile-album-overlay .gallery .entry-title,body.mobile-album-overlay .gallery h1{color:var(--album-text);font-size:25px}body.mobile-album-overlay .gallery .entry-meta{color:var(--album-text-secondary)}body.mobile-album-overlay .detail-meta-category{background:#edf4ff;color:#1d5ea8;border-color:#d8e6fb}body.mobile-album-overlay .detail-meta-type.is-album,body.mobile-album-overlay .footer-meta-pill.is-album{background:#f8f1e5;color:#9a6a17;border-color:#edd7a6}body.mobile-album-overlay .detail-meta-type.is-video,body.mobile-album-overlay .footer-meta-pill.is-video{background:#edf8ef;color:#167c45;border-color:#cde9d4}body.mobile-album-overlay #album-images{gap:14px}body.mobile-album-overlay .album-preview-banner{padding:16px 18px;border-radius:22px;background:linear-gradient(135deg,rgba(30,115,190,0.08),rgba(255,255,255,0.98));border-color:rgba(30,115,190,0.14);box-shadow:0 14px 30px rgba(20,39,69,0.08)}body.mobile-album-overlay .album-preview-copy strong{color:var(--album-text)}body.mobile-album-overlay .album-preview-copy span{color:var(--album-text-secondary)}.mobile-album-stage{position:relative;overflow:hidden;min-height:220px;border-radius:26px;background:radial-gradient(circle at top,rgba(255,255,255,0.92),rgba(239,245,251,0.92)),#f6f9fc;border:1px solid rgba(16,24,40,0.06);box-shadow:0 18px 40px rgba(20,39,69,0.1);transition:height 0.28s var(--album-ease)}.mobile-album-track{height:100%;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-snap-stop:always;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain;overscroll-behavior-y:auto;touch-action:pan-x pan-y pinch-zoom;-webkit-overflow-scrolling:touch;gap:0;will-change:scroll-position}.mobile-album-track::-webkit-scrollbar{display:none}.mobile-album-slide{flex:0 0 100%;min-width:100%;height:100%;scroll-snap-align:center;scroll-snap-stop:always}.mobile-slide-card.media,.mobile-slide-card.locked{position:relative;overflow:hidden;border-radius:26px;border:1px solid rgba(16,24,40,0.08);box-shadow:0 20px 46px rgba(20,39,69,0.12);transform:translateZ(0);backface-visibility:hidden}.mobile-slide-card.media{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:220px;overflow:hidden;background:radial-gradient(circle at top,rgba(255,255,255,0.96),rgba(238,244,250,0.98)),#f6f9fc;padding:4px;touch-action:pan-x pan-y pinch-zoom;overscroll-behavior-y:auto}.mobile-slide-card.media img,.mobile-slide-card.media video{width:100%;height:auto;max-height:none;object-fit:contain;border-radius:22px;-webkit-user-drag:none;pointer-events:auto;user-select:none;touch-action:pan-x pan-y pinch-zoom}.mobile-slide-card.media.is-loading{min-height:min(62dvh,620px)}.mobile-slide-card.media.is-landscape,.mobile-slide-card.media.is-square{min-height:0}.mobile-slide-card.media.is-landscape img,.mobile-slide-card.media.is-square img{width:100%;height:auto;max-height:none}.mobile-slide-card.media.is-portrait{height:min(72dvh,680px);min-height:420px}.mobile-slide-card.media.is-portrait img{width:auto;max-width:100%;height:100%;max-height:100%}.mobile-slide-card.media.is-video{min-height:auto;background:#05070b}.mobile-slide-card.media video{max-height:min(68dvh,640px);background:#000000}.mobile-slide-card.locked{display:flex;flex-direction:column;justify-content:center;min-height:min(72vh,560px);padding:32px 26px;background:linear-gradient(135deg,rgba(255,248,236,0.98),rgba(255,255,255,0.98)),#ffffff;text-align:left}.mobile-slide-lock{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:32px;padding:0 12px;border-radius:999px;background:rgba(191,139,48,0.12);color:#9a6a17;font-size:12px;font-weight:700;letter-spacing:0;line-height:1;white-space:nowrap}.mobile-slide-card.locked h3{margin:16px 0 10px;color:var(--album-text);font-size:26px;line-height:1.25}.mobile-slide-card.locked p{margin-bottom:20px;color:var(--album-text-secondary);font-size:14px;line-height:1.8}.mobile-album-status{position:sticky;bottom:calc(82px + env(safe-area-inset-bottom));z-index:20;display:flex;align-items:center;gap:10px;width:fit-content;max-width:calc(100% - 28px);margin:12px auto 0;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,0.92);border:1px solid rgba(16,24,40,0.08);box-shadow:0 18px 38px rgba(20,39,69,0.12);color:var(--album-text);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);animation:albumFloatIn 0.55s var(--album-ease) both}.mobile-album-counter{font-size:13px;font-weight:700;letter-spacing:0.04em;white-space:nowrap}.mobile-album-hint{color:var(--album-text-secondary);font-size:12px;white-space:nowrap}.mobile-album-preview-pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;background:rgba(30,115,190,0.12);color:#1e73be;font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap}body.mobile-album-overlay .entry-footer,body.mobile-album-overlay .floating-btn,body.mobile-album-overlay .mobile-bottom-nav,body.mobile-album-overlay .site-footer,body.mobile-album-overlay .back-to-top{display:none!important}}.album-image-viewer-open{overflow:hidden}.album-image-viewer{position:fixed;inset:0;z-index:12000;display:none;opacity:0;pointer-events:none;transition:opacity 0.18s ease}.album-image-viewer.is-active{display:block}.album-image-viewer.is-visible{opacity:1;pointer-events:auto}.album-image-viewer-backdrop{position:absolute;inset:0;border:0;background:rgba(4,8,14,0.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.album-image-viewer-panel{position:absolute;inset:0;display:grid;place-items:center;padding:max(18px,env(safe-area-inset-top)) 12px max(18px,env(safe-area-inset-bottom))}.album-image-viewer-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:14px;box-shadow:0 30px 90px rgba(0,0,0,0.38);animation:albumImageViewerIn 0.22s var(--album-ease) both}.album-image-viewer-close{position:fixed;top:max(12px,env(safe-area-inset-top));right:12px;z-index:1;min-width:68px;height:38px;border:1px solid rgba(255,255,255,0.24);border-radius:999px;background:rgba(255,255,255,0.14);color:#ffffff;font-weight:800;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}body.album-detail-embedded{background:transparent;width:100%;height:100dvh;overflow:hidden}body.album-detail-embedded .site-footer,body.album-detail-embedded .mobile-bottom-nav,body.album-detail-embedded .back-to-top,body.album-detail-embedded .floating-btn,body.album-detail-embedded .album-related-section,body.album-detail-embedded .entry-footer,body.album-detail-embedded .seo-breadcrumb,body.album-detail-embedded .entry-summary,body.album-detail-embedded #album-rating-pill,body.album-detail-embedded #album-category,body.album-detail-embedded #album-type{display:none!important}body.album-detail-embedded .album-header{display:none}body.album-detail-embedded .album-header .btn-secondary{display:none!important}body.album-detail-embedded .site-main{width:100%;max-width:none;height:100dvh;margin:0;padding:0;overflow:hidden}body.album-detail-embedded .gallery{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-template-rows:minmax(0,1fr);width:100%;max-width:none;height:100dvh;min-height:0;margin:0;padding:0;overflow:hidden;border:0;border-radius:0;background:#ffffff;box-shadow:none;animation:none}body.album-detail-embedded .entry-content{grid-column:1;grid-row:1;min-width:0;min-height:0;height:100%;margin:0;overflow:hidden;background:#111111}body.album-detail-embedded #album-images{width:100%;height:100%;min-height:0;padding:0;gap:0}body.album-detail-embedded .mobile-album-stage{width:100%;height:100%;min-height:0;border:0;border-radius:0;background:#111111;box-shadow:none}body.album-detail-embedded .mobile-album-track{height:100%;background:#111111}body.album-detail-embedded .mobile-album-slide{display:flex;align-items:center;justify-content:center;height:100%;min-height:0;background:#111111}body.album-detail-embedded .mobile-slide-card.media,body.album-detail-embedded .mobile-slide-card.locked{width:100%;height:100%;min-height:0;border:0;border-radius:0;box-shadow:none;background:#111111}body.album-detail-embedded .mobile-slide-card.media{display:flex;align-items:center;justify-content:center;padding:0}body.album-detail-embedded .mobile-slide-card.media img,body.album-detail-embedded .mobile-slide-card.media video{width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain;border-radius:0}body.album-detail-embedded .mobile-slide-card.media.is-landscape img,body.album-detail-embedded .mobile-slide-card.media.is-square img{width:100%;max-width:100%;height:auto;max-height:100%}body.album-detail-embedded .mobile-slide-card.media.is-portrait{height:100%;min-height:0}body.album-detail-embedded .mobile-slide-card.media.is-portrait img{width:auto;max-width:100%;height:auto;max-height:100%}body.album-detail-embedded .mobile-album-status{position:absolute;left:min(50%,calc(100% - 392px));bottom:16px;transform:translateX(-50%);z-index:25;margin:0;background:rgba(0,0,0,0.36);border:0;color:#ffffff;box-shadow:none}body.album-detail-embedded .mobile-album-hint,body.album-detail-embedded .mobile-album-preview-pill{display:none}body.album-detail-embedded .gallery>.entry-header,body.album-detail-embedded .album-community-layout{grid-column:2;min-width:0;background:#ffffff}body.album-detail-embedded .gallery>.entry-header{grid-row:1;align-self:start;margin:0;padding:28px 28px 18px;border-bottom:1px solid #eeeeee;z-index:2}body.album-detail-embedded .gallery .entry-title,body.album-detail-embedded .gallery h1{margin:0 0 14px;color:#111111;font-size:18px;font-weight:700;line-height:1.45}body.album-detail-embedded .entry-meta-detail{gap:0;color:#999999;font-size:13px}body.album-detail-embedded .album-community-layout{grid-row:1;align-self:stretch;display:flex;flex-direction:column;gap:0;margin:0;padding:176px 0 0;min-height:0;overflow:hidden}body.album-detail-embedded .album-community-card{border:0;border-radius:0;background:#ffffff;box-shadow:none}body.album-detail-embedded .album-rating-card{padding:0 28px 18px;border-bottom:1px solid #eeeeee}body.album-detail-embedded .album-comments-card{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;padding:18px 28px 0}body.album-detail-embedded .album-community-head{margin-bottom:12px}body.album-detail-embedded .album-community-head h2{font-size:15px}body.album-detail-embedded .album-community-head p,body.album-detail-embedded .album-rating-status,body.album-detail-embedded .album-rating-summary{display:none!important}body.album-detail-embedded .album-rating-stars{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important}body.album-detail-embedded .album-rating-star{min-height:38px!important;border-radius:12px!important;font-size:13px!important;padding:0 6px!important}body.album-detail-embedded .album-rating-star .star-icon{font-size:15px!important}body.album-detail-embedded .album-comment-form{margin-top:auto;padding:14px 0 18px;border-top:1px solid #eeeeee}body.album-detail-embedded .album-comment-form textarea{min-height:40px;max-height:92px;border-radius:999px;resize:none}body.album-detail-embedded .album-comment-list{flex:1 1 auto;min-height:0;overflow-y:auto}@media (max-width:768px){body.album-detail-embedded .album-header{display:none}body.album-detail-embedded{width:100%;max-width:100%;height:100dvh;overflow:hidden}body.album-detail-embedded .site-main{width:100%;max-width:100%;height:100dvh;min-height:100dvh;margin:0;padding:0;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}body.album-detail-embedded .gallery{display:block;width:100%;max-width:100%;height:auto;min-height:100dvh;margin:0;padding:0 0 18px;overflow:visible;border-radius:0}body.album-detail-embedded .gallery .entry-header{padding:16px 52px 14px 16px;border-bottom:1px solid rgba(16,24,40,0.06)}body.album-detail-embedded .entry-content{overflow:visible;background:#ffffff}body.album-detail-embedded #album-images{display:flex;width:100%;min-height:0;height:auto;padding:0 12px 18px}body.album-detail-embedded #album-images .mobile-album-stage{border-radius:18px}body.album-detail-embedded #album-images .mobile-slide-card.media,body.album-detail-embedded #album-images .mobile-slide-card.media img,body.album-detail-embedded #album-images .mobile-slide-card.media video{border-radius:18px}body.album-detail-embedded .album-community-layout{overflow:visible}body.album-detail-embedded .album-community-card{padding:18px 16px}}@keyframes albumFadeIn{from{opacity:0}to{opacity:1}}@keyframes albumMediaIn{from{opacity:0;transform:translate3d(0,18px,0) scale(0.985)}to{opacity:1;transform:translate3d(0,0,0) scale(1)}}@keyframes albumSheetEnter{from{opacity:0;transform:translate3d(0,36px,0) scale(0.985)}to{opacity:1;transform:translate3d(0,0,0) scale(1)}}@keyframes albumSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes albumFloatIn{from{opacity:0;transform:translate3d(0,16px,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes albumImageViewerIn{from{opacity:0;transform:scale(0.96)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}:root{--album-bg:#eef3f8;--album-surface:#ffffff;--album-surface-soft:#f7fafc;--album-text:#1c2430;--album-text-secondary:#5e6a78;--album-border:rgba(16,24,40,0.08);--album-border-strong:rgba(30,115,190,0.18);--album-accent:#1e73be;--album-accent-soft:rgba(30,115,190,0.1);--album-shadow:none;--album-shadow-soft:none}html,body{background:#ffffff}.album-header{padding:0 18px;min-height:64px;border-bottom:1px solid var(--album-border);background:rgba(255,255,255,0.94);box-shadow:none}.album-header .logo,.album-header .logo a{font-family:inherit;font-weight:800}.album-header .btn{min-height:38px;border-radius:999px;font-weight:700;letter-spacing:0}.album-header .btn-primary{background:var(--album-accent);box-shadow:none}.album-header .btn-primary:hover{background:#155a8a;box-shadow:none}.album-header .btn-secondary{background:#f5f5f5;border-color:transparent}.album-header .btn-secondary:hover{background:#eeeeee;color:var(--album-text);border-color:transparent}.site-main{max-width:1040px}.gallery{max-width:880px;margin:20px auto 32px;padding:0;border:0;border-radius:0;background:#ffffff;box-shadow:none}.gallery .entry-header{margin-bottom:18px;padding:0 0 18px;border-bottom:1px solid var(--album-border)}.gallery .entry-title,.gallery h1{margin-bottom:10px;color:var(--album-text);font-family:inherit;font-size:28px;font-weight:800;letter-spacing:0}.gallery .entry-summary{color:var(--album-text-secondary)}.detail-meta-pill,.footer-meta-pill{min-height:30px;border-radius:999px;font-weight:700}.detail-meta-category,.detail-meta-type.is-album,.footer-meta-pill.is-album{background:var(--album-accent-soft);color:var(--album-accent);border-color:rgba(30,115,190,0.18)}.detail-meta-type.is-video,.footer-meta-pill.is-video{background:#f4f4f4;color:#333333;border-color:#e9e9e9}.detail-meta-rating{background:#fff8ea;color:#b27100;border-color:#ffe8b7}#album-images{gap:14px}.gallery-media-card{border:0;border-radius:12px;background:#f5f5f5;box-shadow:none}.gallery-media-card.is-loading,.mobile-slide-card.media.is-loading{background:linear-gradient(90deg,#f1f1f1 0%,#f8f8f8 52%,#eeeeee 100%)}.album-image-loading-layer{background:rgba(246,246,246,0.92);color:var(--album-text-secondary);letter-spacing:0}.album-image-loading-spinner{border-color:rgba(30,115,190,0.16);border-top-color:var(--album-accent)}.album-preview-banner,.album-community-card,.album-related-card,.preview-locked-card,.app-download-card{border:1px solid var(--album-border);border-radius:16px;background:#ffffff;box-shadow:none}.album-preview-cta,.preview-locked-action,.mobile-slide-cta,.video-preview-action{background:var(--album-accent);box-shadow:none}.album-preview-cta:hover,.preview-locked-action:hover,.mobile-slide-cta:hover,.video-preview-action:hover{box-shadow:none}.album-community-layout{gap:14px}.album-rating-stars button,.album-comment-form button,.album-comment-actions .btn{border-radius:999px}.album-comment-form textarea{border-radius:14px;background:#f7f7f7}.album-related-grid{gap:12px}.album-related-cover,.album-related-cover img{border-radius:12px}.mobile-album-stage{border-color:var(--album-border);border-radius:16px;background:#f7f7f7;box-shadow:none}.mobile-slide-card.media,.mobile-slide-card.locked{border-radius:16px;box-shadow:none}.mobile-slide-card.media img,.mobile-slide-card.media video{border-radius:12px}.mobile-album-status{border-color:var(--album-border);box-shadow:0 10px 24px rgba(0,0,0,0.08)}.mobile-album-preview-pill{background:var(--album-accent-soft);color:var(--album-accent)}.album-image-viewer-close{right:max(12px,env(safe-area-inset-right))}body.album-detail-embedded .album-header{border-bottom:1px solid var(--album-border);background:rgba(255,255,255,0.94)}body.album-detail-embedded{background:transparent!important;width:100%!important;height:100dvh!important;overflow:hidden!important}body.album-detail-embedded .album-header,body.album-detail-embedded .site-footer,body.album-detail-embedded .mobile-bottom-nav,body.album-detail-embedded .back-to-top,body.album-detail-embedded .floating-btn,body.album-detail-embedded .album-related-section,body.album-detail-embedded .entry-footer,body.album-detail-embedded .seo-breadcrumb,body.album-detail-embedded .entry-summary,body.album-detail-embedded #album-rating-pill,body.album-detail-embedded #album-category,body.album-detail-embedded #album-type{display:none!important}body.album-detail-embedded .site-main{width:100%!important;max-width:none!important;height:100dvh!important;min-height:100dvh!important;margin:0!important;padding:0!important;overflow:hidden!important}body.album-detail-embedded .gallery{display:grid!important;grid-template-columns:minmax(0,1fr) 360px!important;grid-template-rows:minmax(0,1fr)!important;width:100%!important;max-width:none!important;height:100dvh!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:#ffffff!important;box-shadow:none!important;animation:none!important}body.album-detail-embedded .entry-content{grid-column:1!important;grid-row:1!important;min-width:0!important;min-height:0!important;height:100%!important;margin:0!important;overflow:hidden!important;background:#111111!important}body.album-detail-embedded #album-images,body.album-detail-embedded .mobile-album-stage,body.album-detail-embedded .mobile-album-track{width:100%!important;height:100%!important;min-height:0!important;padding:0!important;gap:0!important;border:0!important;border-radius:0!important;background:#111111!important;box-shadow:none!important}body.album-detail-embedded .mobile-album-track{display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}body.album-detail-embedded .mobile-album-track::-webkit-scrollbar{display:none!important}body.album-detail-embedded .mobile-album-slide{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;height:100%!important;min-height:0!important;scroll-snap-align:center!important;background:#111111!important}body.album-detail-embedded .mobile-slide-card.media,body.album-detail-embedded .mobile-slide-card.locked{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;min-height:0!important;padding:16px!important;border:0!important;border-radius:0!important;background:#111111!important;box-shadow:none!important}body.album-detail-embedded .mobile-slide-card.media img,body.album-detail-embedded .mobile-slide-card.media video{width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important;object-fit:contain!important;border-radius:12px!important}body.album-detail-embedded .mobile-slide-card.media.is-landscape img,body.album-detail-embedded .mobile-slide-card.media.is-square img{width:auto!important;max-width:100%!important}body.album-detail-embedded .album-image-loading-layer{inset:16px!important;border-radius:12px!important;background:rgba(17,17,17,0.76)!important;color:#ffffff!important}body.album-detail-embedded .mobile-album-status{position:absolute!important;left:calc((100% - 360px) / 2)!important;bottom:16px!important;z-index:25!important;width:fit-content!important;margin:0!important;transform:translateX(-50%)!important;border:0!important;background:rgba(0,0,0,0.36)!important;color:#ffffff!important;box-shadow:none!important}body.album-detail-embedded .mobile-album-hint,body.album-detail-embedded .mobile-album-preview-pill{display:none!important}body.album-detail-embedded .gallery>.entry-header,body.album-detail-embedded .album-community-layout{grid-column:2!important;grid-row:1!important;min-width:0!important;background:#ffffff!important}body.album-detail-embedded .gallery>.entry-header{align-self:start!important;margin:0!important;padding:28px 28px 18px!important;border-bottom:1px solid #eeeeee!important;z-index:2!important}body.album-detail-embedded .gallery .entry-title,body.album-detail-embedded .gallery h1{margin:0 0 14px!important;color:#111111!important;font-size:18px!important;font-weight:700!important;line-height:1.45!important}body.album-detail-embedded .entry-meta-detail{gap:0!important;color:#999999!important;font-size:13px!important}body.album-detail-embedded .album-community-layout{display:flex!important;align-self:stretch!important;flex-direction:column!important;gap:0!important;min-height:0!important;margin:0!important;padding:176px 0 0!important;overflow:hidden!important}body.album-detail-embedded .album-community-card{border:0!important;border-radius:0!important;background:#ffffff!important;box-shadow:none!important}body.album-detail-embedded .album-rating-card{padding:0 28px 18px!important;border-bottom:1px solid #eeeeee!important}body.album-detail-embedded .album-comments-card{display:flex!important;flex:1 1 auto!important;min-height:0!important;flex-direction:column!important;padding:18px 28px 0!important}body.album-detail-embedded .album-community-head{margin-bottom:12px!important}body.album-detail-embedded .album-community-head h2{font-size:15px!important}body.album-detail-embedded .album-community-head p,body.album-detail-embedded .album-rating-status,body.album-detail-embedded .album-rating-summary{display:none!important}body.album-detail-embedded .album-rating-stars{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important}body.album-detail-embedded .album-rating-star{min-height:38px!important;border-radius:12px!important;font-size:13px!important;padding:0 6px!important}body.album-detail-embedded .album-rating-star .star-icon{font-size:15px!important}body.album-detail-embedded .album-comment-list{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important}body.album-detail-embedded .album-comment-form{margin-top:auto!important;padding:14px 0 18px!important;border-top:1px solid #eeeeee!important}body.album-detail-embedded .album-comment-form textarea{min-height:40px!important;max-height:92px!important;border-radius:999px!important;resize:none!important}.mobile-detail-action-rail,.mobile-next-album-sentinel{display:none}@media (max-width:768px){body.album-detail-embedded{height:100dvh!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important}body.album-detail-embedded .site-main{height:auto!important;min-height:100dvh!important;overflow:visible!important}body.album-detail-embedded .gallery{display:flex!important;flex-direction:column!important;height:auto!important;min-height:100dvh!important;overflow:visible!important}body.album-detail-embedded .entry-content{order:1!important;flex:0 0 auto!important;height:min(78dvh,660px)!important;min-height:520px!important}body.album-detail-embedded .gallery>.entry-header,body.album-detail-embedded .album-community-layout{grid-column:auto!important;grid-row:auto!important}body.album-detail-embedded .gallery>.entry-header{order:2!important;padding:16px 18px 12px!important}body.album-detail-embedded .album-community-layout{order:3!important;flex:1 1 auto!important;min-height:0!important;padding:0!important;overflow:visible!important}body.album-detail-embedded .mobile-album-status{left:50%!important;bottom:calc(22dvh + 12px)!important}body.album-detail-embedded .album-comments-card{min-height:260px!important;padding-bottom:18px!important}body.album-detail-embedded .album-comment-list{max-height:none!important;overflow:visible!important}body.album-detail-embedded .album-comment-form{margin-top:0!important}body.album-detail-embedded .mobile-detail-action-rail,body.mobile-album-overlay .mobile-detail-action-rail{position:fixed;right:max(10px,env(safe-area-inset-right));top:46%;z-index:80;display:flex;flex-direction:column;gap:12px;transform:translateY(-50%);pointer-events:auto}body.album-detail-embedded .mobile-detail-action,body.mobile-album-overlay .mobile-detail-action{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;width:48px;height:56px;border:1px solid rgba(255,255,255,0.36);border-radius:18px;background:rgba(15,23,42,0.5);color:#ffffff;box-shadow:0 12px 26px rgba(15,23,42,0.22);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}body.album-detail-embedded .mobile-detail-action span,body.mobile-album-overlay .mobile-detail-action span{font-size:20px;line-height:1}body.album-detail-embedded .mobile-detail-action small,body.mobile-album-overlay .mobile-detail-action small{font-size:10px;line-height:1}body.album-detail-embedded .mobile-next-album-sentinel,body.mobile-album-overlay .mobile-next-album-sentinel{order:4;display:flex;align-items:center;justify-content:center;min-height:64px;margin:8px 16px 24px;border-radius:999px;background:#f5f5f5;color:#777777;font-size:13px;font-weight:700}}@media (max-width:768px){.album-header{min-height:58px;padding:8px 12px}.album-header .btn{max-width:none;padding:0 12px}.gallery{margin:0 10px 18px;padding:16px 0 18px;border-radius:0}.gallery .entry-title,.gallery h1{font-size:22px}body.mobile-album-overlay .gallery{background:#ffffff;border:0;box-shadow:none}body.mobile-album-overlay .album-preview-banner{background:#ffffff;border-color:var(--album-border);box-shadow:none}}.mobile-detail-sheet{display:none}@media (max-width:768px){html:has(body.album-detail-embedded),html:has(body.mobile-album-overlay.album-detail-embedded){height:100%;overflow:hidden!important;overscroll-behavior:none!important}body.album-detail-embedded.mobile-album-overlay{position:fixed!important;inset:0!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;margin:0!important;overflow:hidden!important;overscroll-behavior:none!important;background:#050505!important;color:#ffffff!important}body.album-detail-embedded.mobile-album-overlay .site-main,body.album-detail-embedded.mobile-album-overlay .gallery,body.album-detail-embedded.mobile-album-overlay .entry-content,body.album-detail-embedded.mobile-album-overlay #album-images,body.album-detail-embedded.mobile-album-overlay .mobile-album-stage{width:100%!important;max-width:none!important;height:100dvh!important;min-height:100dvh!important;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:#050505!important;box-shadow:none!important}body.album-detail-embedded.mobile-album-overlay .mobile-album-stage{animation:mobileReelEnter 220ms var(--album-ease) both;transform-origin:50% 50%;transition:transform 180ms var(--album-ease),opacity 180ms var(--album-ease),filter 180ms var(--album-ease)}body.album-detail-embedded.mobile-album-overlay .mobile-album-stage.is-reel-leaving{opacity:0.42;filter:blur(1px)}body.album-detail-embedded.mobile-album-overlay .mobile-album-stage.is-reel-leaving-next{transform:translateY(-8%) scale(0.985)}body.album-detail-embedded.mobile-album-overlay .mobile-album-stage.is-reel-leaving-prev{transform:translateY(8%) scale(0.985)}body.album-detail-embedded.mobile-album-overlay .gallery{display:block!important}body.album-detail-embedded.mobile-album-overlay .gallery>.entry-header,body.album-detail-embedded.mobile-album-overlay .album-community-layout,body.album-detail-embedded.mobile-album-overlay .mobile-next-album-sentinel{display:none!important}body.album-detail-embedded.mobile-album-overlay .mobile-album-track{display:flex!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-snap-stop:always!important;scrollbar-width:none!important;-ms-overflow-style:none!important;overscroll-behavior:contain!important;touch-action:pan-x pinch-zoom!important;-webkit-overflow-scrolling:touch!important;background:#050505!important}body.album-detail-embedded.mobile-album-overlay .mobile-album-track::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}body.album-detail-embedded.mobile-album-overlay .mobile-album-slide{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;flex:0 0 100%!important;min-width:100%!important;height:100dvh!important;min-height:100dvh!important;padding:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom))!important;scroll-snap-align:start!important;scroll-snap-stop:always!important;background:#050505!important}body.album-detail-embedded.mobile-album-overlay .mobile-reel-caption{position:fixed;left:max(14px,env(safe-area-inset-left));right:82px;bottom:max(18px,env(safe-area-inset-bottom));z-index:80;display:grid;gap:5px;color:#ffffff;text-shadow:0 2px 12px rgba(0,0,0,0.72);pointer-events:none}body.album-detail-embedded.mobile-album-overlay .mobile-reel-caption h2{margin:0;max-width:100%;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:16px;line-height:1.35;font-weight:800;letter-spacing:0}body.album-detail-embedded.mobile-album-overlay .mobile-reel-caption p,body.album-detail-embedded.mobile-album-overlay .mobile-reel-caption span{margin:0;color:rgba(255,255,255,0.82);font-size:12px;line-height:1.45}body.album-detail-embedded.mobile-album-overlay .mobile-slide-card.media,body.album-detail-embedded.mobile-album-overlay .mobile-slide-card.locked{width:100%!important;height:100%!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#050505!important;box-shadow:none!important}body.album-detail-embedded.mobile-album-overlay .mobile-slide-card.media{display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}body.album-detail-embedded.mobile-album-overlay .mobile-slide-card.media img,body.album-detail-embedded.mobile-album-overlay .mobile-slide-card.media video{display:block!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important;object-fit:contain!important;border-radius:14px!important;background:#000000!important}body.album-detail-embedded.mobile-album-overlay .mobile-slide-card.media.is-landscape img,body.album-detail-embedded.mobile-album-overlay .mobile-slide-card.media.is-landscape video,body.album-detail-embedded.mobile-album-overlay .mobile-slide-card.media.is-square img,body.album-detail-embedded.mobile-album-overlay .mobile-slide-card.media.is-square video{width:100%!important;max-height:100%!important}body.album-detail-embedded.mobile-album-overlay .mobile-slide-card.media.is-portrait img,body.album-detail-embedded.mobile-album-overlay .mobile-slide-card.media.is-portrait video{height:100%!important;max-width:100%!important}body.album-detail-embedded.mobile-album-overlay .album-image-loading-layer{inset:0!important;border-radius:14px!important;background:rgba(0,0,0,0.72)!important;color:#ffffff!important}body.album-detail-embedded.mobile-album-overlay .mobile-album-status{position:fixed!important;left:50%!important;right:auto!important;bottom:max(14px,env(safe-area-inset-bottom))!important;z-index:65!important;display:none!important;padding:6px 10px!important;transform:translateX(-50%)!important;border:0!important;background:rgba(0,0,0,0.28)!important;color:#ffffff!important;box-shadow:none!important;pointer-events:none!important}body.album-detail-embedded.mobile-album-overlay .mobile-album-hint,body.album-detail-embedded.mobile-album-overlay .mobile-album-preview-pill{display:none!important}body.album-detail-embedded.mobile-album-overlay .mobile-detail-action-rail{right:max(10px,env(safe-area-inset-right))!important;top:50%!important;z-index:90!important;gap:14px!important}body.album-detail-embedded.mobile-album-overlay .mobile-detail-action{width:48px!important;height:58px!important;border:0!important;border-radius:999px!important;background:rgba(0,0,0,0.34)!important;color:#ffffff!important;box-shadow:0 12px 30px rgba(0,0,0,0.26)!important}.mobile-detail-sheet{position:fixed;inset:0;z-index:130;display:none;align-items:flex-end;color:var(--album-text)}.mobile-detail-sheet.is-open{display:flex}.mobile-detail-sheet-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,0.42)}.mobile-detail-sheet-panel{position:relative;z-index:1;width:100%;max-height:min(74dvh,620px);display:flex;flex-direction:column;overflow:hidden;border-radius:18px 18px 0 0;background:#ffffff;box-shadow:0 -24px 60px rgba(0,0,0,0.28);transform:translateY(12px);animation:mobileDetailSheetIn 0.22s var(--album-ease) forwards}.mobile-detail-sheet-head{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 14px 0 18px;border-bottom:1px solid var(--album-border)}.mobile-detail-sheet-title{margin:0;color:var(--album-text);font-size:16px;font-weight:800;line-height:1.2}.mobile-detail-sheet-close{width:36px;height:36px;border:0;border-radius:999px;background:#f3f4f6;color:#333333;font-size:22px;line-height:1}.mobile-detail-sheet-content{min-height:0;overflow-y:auto;padding:16px 18px calc(18px + env(safe-area-inset-bottom))}.mobile-detail-sheet-content .album-community-card{display:block!important;padding:0!important;border:0!important;background:#ffffff!important;box-shadow:none!important}.mobile-detail-sheet-content .album-community-head h2{font-size:15px!important}.mobile-detail-sheet-content .album-rating-stars{grid-template-columns:repeat(5,minmax(0,1fr))!important}.mobile-detail-sheet-content .album-comment-list{max-height:38dvh!important;overflow-y:auto!important}.mobile-detail-sheet-content .album-comment-form{padding-top:12px!important}body.mobile-detail-sheet-open{overflow:hidden!important}}@keyframes mobileReelEnter{from{opacity:0.58;transform:translateY(12px) scale(0.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes mobileDetailSheetIn{from{transform:translateY(18px);opacity:0.82}to{transform:translateY(0);opacity:1}}
