.gallery-view-toggle{background:var(--rf-bg-tertiary);border-radius:12px;gap:2px;padding:4px;display:inline-flex}.gallery-view-toggle button{color:var(--rf-text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.gallery-view-toggle button:hover{color:var(--rf-text-secondary)}.gallery-view-toggle button.active{background:var(--rf-bg-secondary);color:var(--rf-text-primary);box-shadow:0 1px 3px #00000014}.dark .gallery-view-toggle button.active{box-shadow:0 1px 3px #0000004d}.gallery-grouped-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}.gallery-grouped-stats{align-items:center;gap:24px;display:flex}.gallery-stat{flex-direction:column;display:flex}.gallery-stat-value{font-family:var(--font-display);font-variant-numeric:tabular-nums;background:linear-gradient(135deg, var(--rf-ocean-deep) 0%, var(--rf-ocean-surface) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:700;line-height:1}.dark .gallery-stat-value{background:linear-gradient(135deg, var(--rf-ocean-shallow) 0%, var(--rf-ocean-surface) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gallery-stat-label{color:var(--rf-text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:12px}.rider-section{opacity:0;margin-bottom:48px;animation:.6s ease-out forwards rider-section-in}@keyframes rider-section-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.rider-section:first-child{animation-delay:0s}.rider-section:nth-child(2){animation-delay:.1s}.rider-section:nth-child(3){animation-delay:.2s}.rider-section:nth-child(4){animation-delay:.3s}.rider-section:nth-child(5){animation-delay:.4s}.rider-section:nth-child(6){animation-delay:.5s}.rider-section-header{border-bottom:1px solid var(--rf-border-subtle);align-items:center;gap:16px;margin-bottom:20px;padding-bottom:16px;display:flex}.rider-color-indicator{border-radius:3px;flex-shrink:0;width:6px;height:48px}.rider-section-info{flex:1;min-width:0}.rider-section-name{font-family:var(--font-display);letter-spacing:-.01em;color:var(--rf-text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:24px;font-weight:600;line-height:1.2;overflow:hidden}.rider-section-meta{align-items:center;gap:16px;margin-top:4px;display:flex}.rider-meta-item{color:var(--rf-text-tertiary);align-items:center;gap:4px;font-size:13px;display:flex}.rider-meta-item svg{opacity:.6;width:14px;height:14px}.sequence-section{margin-bottom:24px}.sequence-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.sequence-badge{background:var(--rf-bg-tertiary);color:var(--rf-text-secondary);border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.sequence-badge svg{width:14px;height:14px}.sequence-count{color:var(--rf-text-muted);background:var(--rf-bg-inset);border-radius:10px;padding:2px 8px;font-size:12px}.sequence-carousel{position:relative}.sequence-carousel-track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:12px;margin:-4px 0;padding:4px 0;display:flex;overflow-x:auto}.sequence-carousel-track::-webkit-scrollbar{display:none}.carousel-nav{background:var(--rf-bg-elevated);border:1px solid var(--rf-border-default);cursor:pointer;opacity:0;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.dark .carousel-nav{box-shadow:0 4px 12px #0006}.sequence-carousel:hover .carousel-nav{opacity:1}.carousel-nav:hover{background:var(--rf-bg-secondary);border-color:var(--rf-border-strong);transform:translateY(-50%)scale(1.05)}.carousel-nav:disabled{pointer-events:none;opacity:0!important}.carousel-nav svg{width:18px;height:18px;color:var(--rf-text-secondary)}.carousel-nav-prev{left:-20px}.carousel-nav-next{right:-20px}.gallery-photo-card{scroll-snap-align:start;background:var(--rf-card-bg);border:1px solid var(--rf-card-border);cursor:pointer;border-radius:12px;flex:none;width:280px;transition:all .3s;overflow:hidden}.gallery-photo-card:hover{border-color:var(--rf-border-default);box-shadow:var(--rf-card-shadow-hover);transform:translateY(-2px)}.gallery-photo-card-image{aspect-ratio:3/2;background:var(--rf-skeleton-bg);position:relative;overflow:hidden}.gallery-photo-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-photo-card:hover .gallery-photo-card-image img{transform:scale(1.05)}.photo-premium-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:10px;font-weight:700;display:flex;position:absolute;top:8px;left:8px}.photo-premium-badge svg{width:12px;height:12px}.gallery-photo-card-footer{justify-content:space-between;align-items:center;padding:12px;display:flex}.photo-price{font-family:var(--font-display);color:var(--rf-text-primary);font-size:18px;font-weight:700}.photo-price-currency{color:var(--rf-text-tertiary);margin-left:2px;font-size:14px;font-weight:500}.photo-add-btn{background:var(--rf-accent);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.photo-add-btn:hover{background:var(--rf-accent-hover);transform:scale(1.1)}.photo-add-btn svg{color:#fff;width:18px;height:18px}.unsequenced-section{margin-top:24px}.unsequenced-header{border-top:1px dashed var(--rf-border-default);align-items:center;gap:8px;margin-bottom:12px;padding-top:16px;display:flex}.unsequenced-label{color:var(--rf-text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.unsequenced-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;display:grid}.unsequenced-photo-card{aspect-ratio:1;background:var(--rf-skeleton-bg);cursor:pointer;border-radius:10px;transition:all .3s;position:relative;overflow:hidden}.unsequenced-photo-card:hover{transform:scale(1.02);box-shadow:0 8px 24px #00000026}.dark .unsequenced-photo-card:hover{box-shadow:0 8px 24px #0006}.unsequenced-photo-card img{object-fit:cover;width:100%;height:100%}.unsequenced-photo-overlay{opacity:0;background:linear-gradient(#0000 50%,#000000b3 100%);align-items:flex-end;padding:10px;transition:opacity .2s;display:flex;position:absolute;inset:0}.unsequenced-photo-card:hover .unsequenced-photo-overlay{opacity:1}.unsequenced-photo-price{color:#fff;font-size:14px;font-weight:700}.ungrouped-section{border-top:2px solid var(--rf-border-default);margin-top:48px;padding-top:32px}.ungrouped-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.ungrouped-icon{background:var(--rf-bg-tertiary);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ungrouped-icon svg{width:20px;height:20px;color:var(--rf-text-tertiary)}.ungrouped-title{font-family:var(--font-display);color:var(--rf-text-secondary);font-size:18px;font-weight:600}.ungrouped-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.gallery-empty-state{text-align:center;background:var(--rf-bg-tertiary);border:2px dashed var(--rf-border-default);border-radius:16px;padding:64px 24px}.gallery-empty-icon{width:64px;height:64px;color:var(--rf-text-muted);margin:0 auto 16px}.gallery-empty-title{font-family:var(--font-display);color:var(--rf-text-secondary);margin-bottom:8px;font-size:20px;font-weight:600}.gallery-empty-text{color:var(--rf-text-tertiary);max-width:300px;margin:0 auto;font-size:14px}.gallery-skeleton{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.rider-skeleton{margin-bottom:48px}.rider-skeleton-header{gap:16px;margin-bottom:20px;display:flex}.rider-skeleton-bar{background:var(--rf-skeleton-bg);border-radius:3px;width:6px;height:48px}.rider-skeleton-info{flex:1}.rider-skeleton-name{background:var(--rf-skeleton-bg);border-radius:6px;width:200px;height:24px;margin-bottom:8px}.rider-skeleton-meta{background:var(--rf-skeleton-bg);border-radius:4px;width:150px;height:16px}.rider-skeleton-photos{gap:12px;display:flex;overflow:hidden}.photo-skeleton{background:var(--rf-skeleton-bg);border-radius:12px;flex:0 0 280px;height:220px}@media (width<=768px){.gallery-grouped-header{flex-direction:column;align-items:flex-start}.gallery-grouped-stats{justify-content:space-between;width:100%}.rider-section-header{flex-wrap:wrap}.rider-section-name{font-size:18px}.gallery-photo-card{width:240px}.carousel-nav{display:none}.sequence-carousel-track{margin:0 -16px;padding:0 16px}.unsequenced-grid{grid-template-columns:repeat(2,1fr);gap:8px}.ungrouped-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (width<=480px){.gallery-photo-card{width:200px}.gallery-stat-value{font-size:20px}.unsequenced-grid{grid-template-columns:repeat(2,1fr)}}.sequence-scroll-progress{justify-content:center;gap:4px;margin-top:12px;display:flex}.scroll-dot{background:var(--rf-border-default);border-radius:50%;width:6px;height:6px;transition:all .2s}.scroll-dot.active{background:var(--rf-accent);border-radius:3px;width:20px}.photo-favorite-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;opacity:0;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}.gallery-photo-card:hover .photo-favorite-btn{opacity:1}.photo-favorite-btn:hover{background:#000000b3;transform:scale(1.1)}.photo-favorite-btn svg{color:#fff;width:16px;height:16px}.photo-favorite-btn.is-favorite svg{fill:#ef4444;color:#ef4444}.photo-discount-badge{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#0ea5e9,#6366f1);border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;animation:.3s ease-out discount-badge-pop;display:flex;position:absolute;top:8px;left:8px;box-shadow:0 2px 8px #6366f14d}@keyframes discount-badge-pop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.photo-discount-badge svg{width:12px;height:12px}.photo-premium-badge+.photo-discount-badge{top:auto;bottom:8px}.photo-price-with-discount{flex-direction:column;gap:2px;display:flex}.photo-price-original{font-family:var(--font-display);color:var(--rf-text-tertiary);opacity:.8;font-size:13px;font-weight:500;-webkit-text-decoration:line-through #ef4444;text-decoration:line-through #ef4444}.photo-price-original .photo-price-currency{font-size:11px}.photo-price-with-discount .photo-price{color:#0ea5e9;font-size:18px}.photo-card .photo-discount-badge{padding:3px 8px;font-size:9px;top:6px;left:6px}.photo-card-badge-top+.photo-discount-badge{top:auto;bottom:6px}.photo-card-badge-discount{font-family:var(--font-display);color:#fff;z-index:2;background:linear-gradient(135deg,#0ea5e9,#6366f1);border-radius:4px;align-items:center;gap:3px;font-weight:700;animation:.3s ease-out discount-badge-pop;display:flex;position:absolute;top:8px;left:8px;box-shadow:0 2px 6px #6366f140}.photo-card-badge-discount svg{flex-shrink:0}.photo-card-badge-top+.photo-card-badge-discount{top:auto;bottom:8px}.photo-card-price-with-discount{flex-direction:column;gap:1px;display:flex}.photo-card-price-original{font-family:var(--font-display);color:var(--rf-text-tertiary);opacity:.75;font-weight:500;-webkit-text-decoration:line-through #ef4444;text-decoration:line-through #ef4444}.photo-card-footer.always-visible .photo-price-with-discount{flex-direction:row;align-items:baseline;gap:6px;display:flex}.photo-card-footer.always-visible .photo-price-original{font-size:10px}.photo-card-footer.always-visible .photo-price-with-discount .photo-card-price{color:#0ea5e9;font-size:13px}
