/* Step 5: collections.html 专项重设 - 对齐全站一级页面结构 */
:root{
  --collections-line:rgba(118,180,255,.14);
  --collections-line-strong:rgba(72,200,255,.34);
  --collections-panel:rgba(13,25,45,.72);
  --collections-panel-soft:rgba(9,19,36,.62);
  --collections-text:#e8f3ff;
  --collections-muted:rgba(188,204,226,.72);
  --collections-accent:#48d4ff;
}
body.collections-page{
  min-height:100vh;
  background:radial-gradient(circle at 16% 0%,rgba(65,124,255,.14),transparent 32%),linear-gradient(180deg,#081120 0%,#06101e 46%,#050c17 100%);
  color:var(--collections-text);
}
.collections-container{width:min(var(--container,1320px),calc(100% - 48px));margin:0 auto}
.collections-main{min-height:calc(100vh - var(--nav-h,72px))}
.collections-page-head{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid rgba(118,180,255,.10);
  background:linear-gradient(180deg,rgba(9,19,36,.96),rgba(7,16,31,.92));
}
.collections-hero-bg{position:absolute;inset:0;opacity:.16;pointer-events:none;filter:saturate(110%)}
.collections-page-head:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 4%,rgba(72,200,255,.16),transparent 28rem);pointer-events:none}
.collections-page-head-inner{position:relative;z-index:1;padding:42px 0 34px}
.collections-breadcrumbs{margin-bottom:18px;color:rgba(188,204,226,.72)}
.collections-heading-row{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:end}
.collections-kicker,.collections-section-kicker{margin:0 0 10px;color:var(--collections-accent);font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.collections-heading-copy h1{margin:0;font-size:clamp(38px,5vw,58px);line-height:1.02;letter-spacing:-.045em;font-weight:900;color:#f1f7ff}
.collections-subtitle{margin:14px 0 0;max-width:760px;color:var(--collections-muted);font-size:16px;line-height:1.85}
.collections-heading-panel{border:1px solid var(--collections-line);border-radius:22px;padding:18px;background:linear-gradient(180deg,rgba(13,25,45,.78),rgba(9,18,34,.66));box-shadow:0 14px 42px rgba(0,0,0,.20)}
.collections-heading-panel span{display:inline-flex;margin-bottom:10px;color:var(--collections-accent);font-size:12px;font-weight:850;letter-spacing:.10em;text-transform:uppercase}
.collections-heading-panel strong{display:block;color:#f1f7ff;font-size:20px;line-height:1.25}.collections-heading-panel p{margin:8px 0 0;color:var(--collections-muted);font-size:13px;line-height:1.75}
.collections-content{padding:30px 0 68px}
.collections-toolbar{border:1px solid var(--collections-line);background:var(--collections-panel);border-radius:22px;padding:18px 20px;box-shadow:0 14px 42px rgba(0,0,0,.16)}
.collections-filter-row{display:flex;align-items:flex-start;gap:18px}.collections-filter-row+.collections-filter-row{margin-top:14px}.collections-filter-label{flex:0 0 48px;padding-top:8px;color:rgba(188,204,226,.72);font-size:13px;font-weight:850}.collections-filter-options{display:flex;flex-wrap:wrap;gap:10px}.collections-filter-options button{min-height:38px;border:1px solid rgba(118,180,255,.18);border-radius:999px;padding:0 16px;background:rgba(255,255,255,.055);color:rgba(232,243,255,.86);font-size:14px;font-weight:780;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.collections-filter-options button:hover{transform:translateY(-1px);border-color:rgba(72,200,255,.42);background:rgba(72,200,255,.10);color:#fff}.collections-filter-options button.is-active{color:#06111f;border-color:rgba(255,255,255,.22);background:linear-gradient(135deg,var(--collections-accent),#8ddfff);box-shadow:0 10px 24px rgba(72,200,255,.18)}
.collections-filter-options button:focus-visible,.collection-card:focus-visible,.collections-load-btn:focus-visible{outline:2px solid rgba(72,200,255,.88);outline-offset:3px;box-shadow:0 0 0 4px rgba(72,200,255,.14)}
.collections-reco-bar{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:16px;border:1px solid var(--collections-line);background:var(--collections-panel-soft);border-radius:18px;padding:16px 18px;transition:opacity .2s ease,transform .2s ease}.collections-reco-bar.is-changing{opacity:.55;transform:translateY(2px)}.collections-reco-bar strong{font-size:17px;color:#f1f7ff}.collections-reco-bar p{margin:5px 0 0;color:var(--collections-muted);font-size:14px;line-height:1.65}.collections-count{flex:0 0 auto;border:1px solid var(--collections-line-strong);border-radius:999px;padding:10px 16px;color:rgba(232,243,255,.92);font-weight:850;font-size:13px;background:rgba(72,200,255,.08)}
.collections-section{margin-top:34px}.collections-section-header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:16px;margin-bottom:22px;border-bottom:1px solid rgba(118,180,255,.10)}.collections-section-header h2{margin:0;font-size:clamp(28px,3vw,40px);line-height:1.08;letter-spacing:-.035em;font-weight:880;color:#f1f7ff}.collections-section-header p{margin:10px 0 0;color:var(--collections-muted);font-size:15px;line-height:1.75}
.collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;transition:opacity .18s ease,transform .18s ease}.collection-grid.is-switching{opacity:.35;transform:translateY(6px)}
.collection-card{position:relative;display:flex;flex-direction:column;min-height:0;overflow:hidden;border-radius:22px;border:1px solid rgba(118,180,255,.18);background:linear-gradient(180deg,rgba(13,25,45,.88),rgba(8,17,32,.92));color:inherit;text-decoration:none;box-shadow:0 10px 34px rgba(0,0,0,.22);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.collection-card:hover,.collection-card:focus-visible{transform:translateY(-4px);border-color:rgba(72,200,255,.44);box-shadow:0 20px 50px rgba(0,0,0,.30),0 0 0 1px rgba(72,200,255,.08)}
.collection-visual{position:relative;height:142px;overflow:hidden;background:radial-gradient(circle at 82% 12%,rgba(255,255,255,.30),transparent 5.5rem),linear-gradient(135deg,var(--tone-a,#0ea5e9),var(--tone-b,#111827) 72%)}.collection-visual:before{content:"";position:absolute;inset:14px;border:1px solid rgba(255,255,255,.08);border-radius:16px}.collection-visual:after{content:"";position:absolute;inset:52% 0 0;background:linear-gradient(180deg,transparent,rgba(7,16,31,.92))}.collection-watermark{position:absolute;left:20px;top:18px;color:rgba(255,255,255,.16);font-weight:950;font-size:52px;letter-spacing:-.08em}.collection-visual-label{position:absolute;left:22px;bottom:18px;z-index:2;color:rgba(255,255,255,.72);font-size:12px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.collection-info{position:relative;z-index:2;display:flex;flex-direction:column;flex:1;padding:20px;background:linear-gradient(180deg,rgba(9,18,34,.66),rgba(8,17,32,.94))}.collection-kind{color:var(--collections-accent);font-weight:850;font-size:13px;margin-bottom:10px}.collection-title{margin:0;color:#f1f7ff;font-size:22px;line-height:1.22;letter-spacing:-.025em;font-weight:880;min-height:54px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.collection-desc{margin:12px 0 0;color:rgba(188,204,226,.72);font-size:14px;line-height:1.7;min-height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.collection-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.collection-tags span{border:1px solid rgba(118,180,255,.16);border-radius:999px;padding:6px 10px;color:rgba(232,243,255,.78);background:rgba(72,200,255,.07);font-size:12px;font-weight:760}.collection-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:18px;border-top:1px solid rgba(118,180,255,.10)}.collection-count-text{color:rgba(188,204,226,.68);font-weight:800;font-size:13px}.collection-link{color:var(--collections-accent);font-weight:880;font-size:13px;transition:transform .18s ease,color .18s ease}.collection-card:hover .collection-link{transform:translateX(3px);color:#7df2ff}
.collections-empty{border:1px solid var(--collections-line);border-radius:20px;padding:34px;text-align:center;color:var(--collections-muted);background:linear-gradient(180deg,rgba(13,25,45,.72),rgba(9,18,34,.64));box-shadow:0 10px 34px rgba(0,0,0,.22)}.collections-empty h3{margin:0 0 8px;color:#f1f7ff;font-size:24px}.collections-empty p{margin:0;line-height:1.75}.collections-load-wrap{margin:34px auto 0;text-align:center}.collections-load-btn{min-height:42px;border:1px solid rgba(118,180,255,.18);border-radius:999px;padding:0 22px;background:rgba(255,255,255,.055);color:#eff8ff;font-weight:850;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.collections-load-btn:hover{transform:translateY(-2px);border-color:rgba(72,200,255,.42);background:rgba(72,200,255,.10)}.collections-load-wrap p{margin:11px 0 0;color:var(--collections-muted);font-size:13px}
@media(max-width:1100px){.collections-heading-row{grid-template-columns:1fr}.collections-heading-panel{max-width:520px}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.collections-container{width:calc(100% - 28px)}.collections-page-head-inner{padding:30px 0 26px}.collections-heading-copy h1{font-size:36px}.collections-subtitle{font-size:14px;line-height:1.75}.collections-heading-panel{display:none}.collections-content{padding:24px 0 52px}.collections-filter-row{display:block}.collections-filter-row+.collections-filter-row{margin-top:16px}.collections-filter-label{display:block;margin-bottom:10px;padding-top:0}.collections-reco-bar{align-items:flex-start;flex-direction:column}.collections-count{width:100%;text-align:center}.collection-grid{grid-template-columns:1fr;gap:16px}.collection-visual{height:128px}.collections-section-header{display:block}.collections-section-header h2{font-size:30px}}

/* 20260518-hero-unified: collections hero aligned with documentary/home channel hero (style.css Block 3 computed values).
   Below-hero modules (status-section, entry-section) preserved as before. */

/* -- standalone below-hero modules -- */
body.collections-page .collections-status-section{
  display:block!important;
  padding:34px 0 26px!important;
  background:linear-gradient(180deg,#071325,#050b18)!important;
  border-bottom:1px solid rgba(105,170,255,.10)!important;
}
body.collections-page .collections-entry-section{
  display:block!important;
  padding:28px 0 40px!important;
  background:#050b18!important;
  border-bottom:1px solid rgba(105,170,255,.10)!important;
}
body.collections-page .collections-content{padding-top:36px!important;}

/* -- hero: aligned with style.css Block 3 (v24 immersive) -- */
body.collections-page .collections-hero-channel-clone.hero-section{
  position:relative!important;
  min-height:clamp(610px,76vh,700px)!important;
  margin-top:0!important;
  overflow:hidden!important;
  background:#06101e!important;
  border-bottom:1px solid rgba(94,169,255,.10)!important;
}
body.collections-page .collections-hero-channel-clone .hero-slide{
  position:absolute!important;
  inset:0!important;
  opacity:1!important;
  pointer-events:auto!important;
  transform:none!important;
  transition:opacity .62s var(--ease)!important;
}
body.collections-page .collections-hero-channel-clone .hero-slide-bg{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  background:radial-gradient(circle at 74% 22%,rgba(90,198,255,.18),transparent 31%),radial-gradient(circle at 18% 82%,rgba(92,115,255,.12),transparent 38%),linear-gradient(135deg,#0b4f92 0%,#07101f 44%,#06101e 100%);
  filter:saturate(.86) brightness(.72) contrast(1.04)!important;
  transform:scale(1.005)!important;
  transition:transform 6.8s ease,filter .62s var(--ease)!important;
}
body.collections-page .collections-hero-channel-clone .hero-slide:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  background:radial-gradient(circle at 74% 22%,rgba(90,198,255,.16),transparent 31%),radial-gradient(circle at 18% 82%,rgba(92,115,255,.12),transparent 38%)!important;
  mix-blend-mode:screen!important;
  opacity:.72!important;
}
body.collections-page .collections-hero-channel-clone .hero-slide:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(90deg,rgba(4,10,20,.97) 0%,rgba(4,10,20,.88) 34%,rgba(4,10,20,.52) 62%,rgba(4,10,20,.30) 100%),linear-gradient(180deg,rgba(4,10,20,.46) 0%,rgba(4,10,20,.12) 32%,rgba(4,10,20,.90) 100%)!important;
}
body.collections-page .collections-hero-channel-clone .hero-inner{
  position:relative!important;
  z-index:2!important;
  width:min(1320px,calc(100% - 64px))!important;
  height:100%!important;
  min-height:clamp(610px,76vh,700px)!important;
  margin:0 auto!important;
  display:flex!important;
  align-items:end!important;
  justify-content:flex-start!important;
  padding:clamp(92px,11vh,124px) 0 clamp(70px,9vh,96px)!important;
}
body.collections-page .collections-hero-channel-clone .hero-copy{
  max-width:min(760px,58vw)!important;
  padding:0!important;
  text-shadow:0 18px 44px rgba(0,0,0,.42)!important;
  animation:none!important;
}
body.collections-page .collections-hero-channel-clone .hero-kicker{
  margin-bottom:14px!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  background:rgba(72,200,255,.10)!important;
  border-color:rgba(72,200,255,.28)!important;
  color:#8ce4ff!important;
  box-shadow:0 10px 28px rgba(72,200,255,.08)!important;
  font-size:12px!important;
  font-weight:760!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
body.collections-page .collections-hero-channel-clone .hero-kicker span{
  width:8px!important;height:8px!important;border-radius:999px!important;
  background:#5be7ff!important;box-shadow:0 0 18px rgba(91,231,255,.55)!important;
}
body.collections-page .collections-hero-channel-clone .hero-title{
  max-width:760px!important;
  margin:0!important;
  font-size:clamp(52px,6.2vw,80px)!important;
  line-height:.96!important;
  font-weight:840!important;
  letter-spacing:-.04em!important;
  text-wrap:balance!important;
}
body.collections-page .collections-hero-channel-clone .hero-description{
  max-width:600px!important;
  margin:18px 0 0!important;
  color:rgba(226,238,255,.74)!important;
  font-size:17px!important;
  line-height:1.85!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
body.collections-page .collections-hero-channel-clone .hero-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:14px!important;
  margin-top:26px!important;
}
body.collections-page .collections-hero-channel-clone .hero-cta-primary{
  height:50px!important;
  min-width:152px!important;
  padding:0 24px 0 18px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#5fd8ff 0%,#8fdfff 100%)!important;
  color:#06111f!important;
  box-shadow:0 16px 34px rgba(72,200,255,.20)!important;
}
body.collections-page .collections-hero-channel-clone .hero-meta{display:none!important}
body.collections-page .collections-hero-channel-clone .hero-cta-secondary{display:none!important}
body.collections-page .collections-hero-channel-clone .hero-controls{
  position:absolute!important;
  z-index:5!important;
  right:max(28px,calc((100vw - 1320px)/2))!important;
  bottom:48px!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
}
body.collections-page .collections-hero-channel-clone .hero-arrow{
  width:48px!important;height:48px!important;border-radius:50%!important;
  background:rgba(7,17,32,.58)!important;
  border-color:rgba(160,202,255,.20)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.18)!important;
}
body.collections-page .collections-hero-channel-clone .hero-progress{
  position:absolute!important;
  z-index:5!important;
  left:max(28px,calc((100vw - 1320px)/2))!important;
  bottom:34px!important;
  width:min(460px,34vw)!important;
  height:3px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.13)!important;
  transform:none!important;
  overflow:hidden!important;
}
body.collections-page .collections-hero-channel-clone .hero-progress-bar{
  display:block!important;
  height:100%!important;
  width:0;
  background:linear-gradient(90deg,var(--accent),#9be7ff)!important;
  border-radius:inherit!important;
  animation:collectionsHeroProgress 5.2s linear both;
}
body.collections-page .collections-hero-channel-clone .hero-dots{
  position:absolute!important;
  z-index:5!important;
  left:max(470px,calc((100vw - 1320px)/2 + 470px))!important;
  bottom:24px!important;
  transform:none!important;
  display:flex!important;
  gap:7px!important;
}
body.collections-page .collections-hero-channel-clone .hero-dot-btn{
  width:8px!important;height:8px!important;border-radius:999px!important;
  border:0!important;background:rgba(255,255,255,.26)!important;
  padding:0!important;cursor:pointer!important;
  transition:.2s var(--ease)!important;
}
body.collections-page .collections-hero-channel-clone .hero-dot-btn.active,
body.collections-page .collections-hero-channel-clone .hero-dot-btn.is-active{
  width:26px!important;background:var(--accent)!important;
}
body.collections-page .collections-hero-channel-clone .hero-thumbs{
  position:absolute!important;
  z-index:5!important;
  right:max(28px,calc((100vw - 1320px)/2))!important;
  bottom:96px!important;
  display:flex!important;
  flex-direction:row!important;
  gap:14px!important;
  opacity:.92!important;
  width:auto!important;
  max-width:none!important;
  align-items:center!important;
}
body.collections-page .collections-hero-channel-clone .hero-thumb{
  width:98px!important;height:62px!important;min-height:62px!important;
  border-radius:15px!important;overflow:hidden!important;
  border:1px solid rgba(150,204,255,.20)!important;
  opacity:.62!important;cursor:pointer!important;
  transition:.22s var(--ease)!important;
  padding:0!important;text-align:left!important;
  color:#fff!important;background:#081222!important;
  box-shadow:none!important;transform:none!important;
}
body.collections-page .collections-hero-channel-clone .hero-thumb:nth-child(1){background:radial-gradient(circle at 74% 20%,rgba(255,255,255,.28),transparent 18px),linear-gradient(135deg,#0b5de8,#163c88)!important;}
body.collections-page .collections-hero-channel-clone .hero-thumb:nth-child(2){background:radial-gradient(circle at 74% 20%,rgba(255,255,255,.22),transparent 18px),linear-gradient(135deg,#4e2ed7,#b52dd8)!important;}
body.collections-page .collections-hero-channel-clone .hero-thumb:nth-child(3){background:radial-gradient(circle at 74% 20%,rgba(255,255,255,.20),transparent 18px),linear-gradient(135deg,#9a572a,#653019)!important;}
body.collections-page .collections-hero-channel-clone .hero-thumb:hover,
body.collections-page .collections-hero-channel-clone .hero-thumb.active,
body.collections-page .collections-hero-channel-clone .hero-thumb.is-active{
  opacity:1!important;transform:translateY(-2px)!important;
  border-color:rgba(72,200,255,.64)!important;
  box-shadow:0 12px 28px rgba(72,200,255,.14)!important;
}
body.collections-page .collections-hero-channel-clone .hero-thumb span{
  display:block!important;font-size:9px!important;line-height:1.18!important;
  font-weight:800!important;letter-spacing:-.02em!important;
  text-shadow:0 8px 18px rgba(0,0,0,.30)!important;
}
@keyframes collectionsHeroProgress{from{width:0}to{width:100%}}

/* -- responsive: matched to style.css true final cascade (L265-266 + L369-378) -- */
@media (max-width:1280px){
  body.collections-page .collections-hero-channel-clone.hero-section{min-height:clamp(540px,68vh,620px)!important}
  body.collections-page .collections-hero-channel-clone .hero-inner{min-height:clamp(540px,68vh,620px)!important;width:calc(100% - 56px)!important;padding:86px 0 70px!important}
  body.collections-page .collections-hero-channel-clone .hero-copy{max-width:680px!important}
  body.collections-page .collections-hero-channel-clone .hero-title{font-size:clamp(40px,8vw,58px)!important}
  body.collections-page .collections-hero-channel-clone .hero-description{max-width:560px!important}
  body.collections-page .collections-hero-channel-clone .hero-thumbs{display:none!important}
  body.collections-page .collections-hero-channel-clone .hero-controls{bottom:42px!important}
  body.collections-page .collections-hero-channel-clone .hero-progress{bottom:34px!important}
  body.collections-page .collections-hero-channel-clone .hero-dots{bottom:18px!important}
}
@media (max-width:991px){
  body.collections-page .collections-hero-channel-clone .hero-inner{width:calc(100% - 40px)!important}
  body.collections-page .collections-hero-channel-clone .hero-copy{max-width:720px!important}
  body.collections-page .collections-hero-channel-clone .hero-controls{right:22px!important}
}
@media (max-width:767px){
  body.collections-page .collections-hero-channel-clone.hero-section{min-height:500px!important}
  body.collections-page .collections-hero-channel-clone .hero-inner{min-height:500px!important;width:calc(100% - 28px)!important;padding:78px 0 64px!important}
  body.collections-page .collections-hero-channel-clone .hero-copy{max-width:100%!important}
  body.collections-page .collections-hero-channel-clone .hero-title{font-size:34px!important;line-height:1.04!important}
  body.collections-page .collections-hero-channel-clone .hero-description{max-width:92%!important;font-size:14px!important;line-height:1.7!important}
  body.collections-page .collections-hero-channel-clone .hero-actions{gap:10px!important;margin-top:22px!important}
  body.collections-page .collections-hero-channel-clone .hero-cta-primary{height:46px!important;min-width:145px!important;flex:1 1 150px!important;padding:0 14px!important;width:auto!important}
  body.collections-page .collections-hero-channel-clone .hero-controls,.hero-thumbs{display:none!important}
  body.collections-page .collections-hero-channel-clone .hero-progress{bottom:26px!important;width:62vw!important}
  body.collections-page .collections-hero-channel-clone .hero-dots{bottom:12px!important}
}

/* 20260520 collections discovery guide */
body.collections-page .collections-discovery-section{padding:34px 0 40px;background:linear-gradient(180deg,#071325 0%,#050b18 100%);border-bottom:1px solid rgba(105,170,255,.10)}
@supports (content-visibility:auto){
  body.collections-page .collections-discovery-section{content-visibility:auto;contain-intrinsic-size:700px}
  body.collections-page .collections-content{content-visibility:auto;contain-intrinsic-size:900px}
}
body.collections-page .collections-discovery-shell{position:relative;overflow:hidden;border:1px solid rgba(118,180,255,.16);border-radius:30px;padding:28px;background:linear-gradient(180deg,rgba(12,28,50,.82),rgba(7,17,32,.94));box-shadow:0 26px 72px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.04)}
body.collections-page .collections-discovery-shell:before{content:"";position:absolute;inset:-34% -18% auto auto;width:520px;height:520px;pointer-events:none;background:radial-gradient(circle,rgba(72,212,255,.16),transparent 66%)}
body.collections-page .collections-discovery-shell:after{content:"";position:absolute;inset:auto auto -42% -14%;width:420px;height:420px;pointer-events:none;background:radial-gradient(circle,rgba(98,126,255,.10),transparent 68%)}
body.collections-page .collections-discovery-head,body.collections-page .collections-discovery-meta,body.collections-page .collections-discovery-layout{position:relative;z-index:1}
body.collections-page .collections-discovery-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
body.collections-page .collections-discovery-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--collections-accent);font-size:12px;font-weight:880;letter-spacing:.12em;text-transform:uppercase}
body.collections-page .collections-discovery-kicker:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--collections-accent);box-shadow:0 0 18px rgba(72,212,255,.58)}
body.collections-page .collections-discovery-copy h2{margin:8px 0 0;max-width:780px;color:#f4f9ff;font-size:clamp(30px,3.4vw,44px);line-height:1.08;font-weight:920;letter-spacing:0}
body.collections-page .collections-discovery-copy p{margin:12px 0 0;max-width:820px;color:rgba(204,220,242,.74);font-size:16px;line-height:1.8}
body.collections-page .collections-discovery-all{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border:1px solid rgba(72,212,255,.32);border-radius:999px;color:#eaf8ff;background:rgba(72,212,255,.08);text-decoration:none;font-size:15px;font-weight:860;box-shadow:0 12px 30px rgba(72,212,255,.08);transition:transform .22s ease,border-color .22s ease,background .22s ease,color .22s ease}
body.collections-page .collections-discovery-all:hover,body.collections-page .collections-discovery-all:focus-visible{transform:translateY(-2px);border-color:rgba(126,231,255,.64);background:rgba(72,212,255,.14);color:#fff}
body.collections-page .collections-discovery-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
body.collections-page .collections-discovery-meta span{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border:1px solid rgba(118,180,255,.14);border-radius:999px;color:rgba(232,243,255,.76);background:rgba(255,255,255,.045);font-size:13px;font-weight:780}
body.collections-page .collections-discovery-layout{display:grid;grid-template-columns:minmax(310px,.82fr) minmax(0,1.18fr);gap:18px;margin-top:24px}
body.collections-page .collections-discovery-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-self:start;align-content:start}
body.collections-page .collections-discovery-card{position:relative;min-height:122px;overflow:hidden;border:1px solid rgba(118,180,255,.16);border-radius:22px;padding:18px;background:linear-gradient(180deg,rgba(17,35,61,.78),rgba(9,20,38,.86));color:#f0f7ff;text-align:left;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.035);transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}
body.collections-page .collections-discovery-card:before{content:"";position:absolute;inset:auto -26% -58% 28%;height:130px;background:radial-gradient(circle,rgba(72,212,255,.16),transparent 64%);opacity:0;transition:opacity .22s ease}
body.collections-page .collections-discovery-card i{display:grid;place-items:center;width:42px;height:42px;margin-bottom:14px;border:1px solid rgba(72,212,255,.18);border-radius:15px;color:var(--collections-accent);background:rgba(72,212,255,.10);font-size:18px}
body.collections-page .collections-discovery-card strong{position:relative;z-index:1;display:block;color:#f4f9ff;font-size:19px;line-height:1.2;font-weight:880;letter-spacing:0}
body.collections-page .collections-discovery-card span{position:relative;z-index:1;display:block;margin-top:7px;color:rgba(199,216,238,.66);font-size:13px;line-height:1.55}
body.collections-page .collections-discovery-card:hover,body.collections-page .collections-discovery-card:focus-visible,body.collections-page .collections-discovery-card.is-active{transform:translateY(-2px);border-color:rgba(72,212,255,.48);background:linear-gradient(180deg,rgba(20,44,75,.88),rgba(9,22,42,.92));box-shadow:0 18px 42px rgba(0,0,0,.22),0 0 0 1px rgba(72,212,255,.08);outline:0}
body.collections-page .collections-discovery-card:hover:before,body.collections-page .collections-discovery-card:focus-visible:before,body.collections-page .collections-discovery-card.is-active:before{opacity:1}
body.collections-page .collections-discovery-card:focus-visible{outline:2px solid rgba(72,212,255,.82);outline-offset:3px}
body.collections-page .collections-discovery-preview{display:grid;grid-template-columns:1.05fr .95fr;grid-template-rows:repeat(2,minmax(176px,1fr));gap:12px;min-height:364px;align-content:start}
body.collections-page .collections-preview-card{position:relative;overflow:hidden;min-height:122px;border:1px solid rgba(118,180,255,.14);border-radius:22px;padding:18px;color:inherit;text-decoration:none;background:linear-gradient(160deg,rgba(14,30,54,.88),rgba(8,18,34,.96));box-shadow:inset 0 1px 0 rgba(255,255,255,.035);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
body.collections-page .collections-preview-card:after{content:"";position:absolute;inset:auto -22% -42% 36%;height:130px;background:radial-gradient(circle,rgba(98,126,255,.16),transparent 65%);pointer-events:none}
body.collections-page .collections-preview-card.is-large{grid-row:span 2;min-height:256px;background:radial-gradient(circle at 88% 10%,rgba(72,212,255,.16),transparent 42%),linear-gradient(160deg,rgba(17,40,70,.94),rgba(8,18,34,.98))}
body.collections-page .collections-preview-card:hover,body.collections-page .collections-preview-card:focus-visible{transform:translateY(-3px);border-color:rgba(72,212,255,.42);box-shadow:0 20px 44px rgba(0,0,0,.24);outline:0}
body.collections-page .collections-preview-card:focus-visible{outline:2px solid rgba(72,212,255,.82);outline-offset:3px}
body.collections-page .collections-preview-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;color:rgba(147,226,255,.92);font-size:12px;font-weight:840}
body.collections-page .collections-preview-top b{color:rgba(232,243,255,.72);font-weight:820}
body.collections-page .collections-preview-card strong{position:relative;z-index:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:18px;color:#f5faff;font-size:20px;line-height:1.28;font-weight:900;letter-spacing:0}
body.collections-page .collections-preview-card p{position:relative;z-index:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:10px 0 0;color:rgba(199,216,238,.66);font-size:13px;line-height:1.62}
body.collections-page .collections-preview-card.is-large strong{margin-top:42px;font-size:26px;line-height:1.22}
body.collections-page .collections-preview-card.is-large p{font-size:14px;line-height:1.72}
body.collections-page .collections-preview-card:not(.is-large) .collections-preview-tags{display:none}
body.collections-page .collections-preview-tags{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}
body.collections-page .collections-preview-tags span{border:1px solid rgba(118,180,255,.14);border-radius:999px;padding:6px 9px;color:rgba(232,243,255,.74);background:rgba(255,255,255,.045);font-size:12px;font-weight:780}
@media(max-width:1080px){
  body.collections-page .collections-discovery-layout{grid-template-columns:1fr}
  body.collections-page .collections-discovery-preview{grid-template-columns:repeat(3,minmax(0,1fr));min-height:0}
  body.collections-page .collections-preview-card.is-large{grid-row:auto;grid-column:span 2;min-height:190px}
  body.collections-page .collections-preview-card.is-large strong{margin-top:24px}
}
@media(max-width:760px){
  body.collections-page .collections-discovery-section{padding:24px 0 28px}
  body.collections-page .collections-discovery-shell{border-radius:24px;padding:18px}
  body.collections-page .collections-discovery-head{display:block}
  body.collections-page .collections-discovery-copy h2{font-size:30px}
  body.collections-page .collections-discovery-copy p{font-size:14px;line-height:1.72}
  body.collections-page .collections-discovery-all{width:100%;margin-top:16px}
  body.collections-page .collections-discovery-nav{display:flex;gap:10px;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}
  body.collections-page .collections-discovery-nav::-webkit-scrollbar{display:none}
  body.collections-page .collections-discovery-card{flex:0 0 76%;min-height:114px;padding:16px;scroll-snap-align:start}
  body.collections-page .collections-discovery-card i{width:38px;height:38px;margin-bottom:12px}
  body.collections-page .collections-discovery-preview{grid-template-columns:1fr}
  body.collections-page .collections-preview-card,body.collections-page .collections-preview-card.is-large{min-height:0;grid-column:auto}
  body.collections-page .collections-preview-card.is-large strong{margin-top:18px;font-size:22px}
}
