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