.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.manga-shots-main{max-width:56rem;width:100%;margin:0 auto;padding:2rem clamp(1rem,2.5vw,1.25rem);background:var(--color-bg-page);box-sizing:border-box}.manga-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2rem}.manga-title{font-size:2.5rem;font-weight:700;color:var(--color-text-primary);margin:0;letter-spacing:-.02em}.manga-count{font-size:var(--font-size-sm);color:var(--color-text-muted);font-variant-numeric:tabular-nums}.manga-search-wrapper{position:relative;margin-bottom:1.5rem}.manga-search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:var(--color-text-muted);pointer-events:none;z-index:1}.manga-search{width:100%;padding:var(--space-4) var(--space-4) var(--space-4) 3.25rem;border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);font-size:var(--font-size-base);color:var(--color-text-primary);background:var(--color-bg-surface);transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit;box-shadow:var(--shadow-soft)}.manga-search::placeholder{color:var(--color-text-muted)}.manga-search:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-soft)}.filter-section{margin-bottom:3rem;position:relative}.filter-chips{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.75rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem}.filter-chips::-webkit-scrollbar{display:none}.filter-chip{display:flex;flex-direction:row;align-items:center;gap:.625rem;padding:var(--space-2) var(--space-4);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);background:var(--color-bg-surface);color:var(--color-text-primary);font-size:var(--font-size-sm);font-weight:500;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;white-space:nowrap;flex-shrink:0;min-width:fit-content;width:auto;box-shadow:none}.filter-chip:hover{border-color:var(--color-accent);background:var(--color-accent-soft)}.filter-chip.active{background:var(--color-accent);border-color:var(--color-accent);color:#fff;box-shadow:none;font-weight:600}.filter-chip-name{display:inline;line-height:1}.filter-chip-count{display:inline;font-size:.6875rem;font-variant-numeric:tabular-nums;opacity:.7;font-weight:600}.filter-chip.active .filter-chip-count{opacity:.95}.filter-error{color:var(--color-accent-dark);font-size:var(--font-size-sm);padding:.5rem 0;margin:0}.manga-masonry-grid{display:flex;gap:1.25rem;width:100%;margin-top:0}.manga-masonry-grid.has-items{margin-top:1.25rem}.manga-masonry-grid_column{display:flex;flex-direction:column;gap:1.25rem;flex:1;min-width:0}.manga-shot-item{position:relative;overflow:hidden;border-radius:var(--radius-lg);transition:box-shadow .2s ease;animation:itemFadeIn .7s cubic-bezier(.4,0,.2,1) backwards}.manga-shot-item[data-item-index="0"]{animation-delay:0s}.manga-shot-item[data-item-index="1"]{animation-delay:.05s}.manga-shot-item[data-item-index="2"]{animation-delay:.1s}.manga-shot-item[data-item-index="3"]{animation-delay:.15s}.manga-shot-item[data-item-index="4"]{animation-delay:.2s}.manga-shot-item[data-item-index="5"]{animation-delay:.25s}.manga-shot-item[data-item-index="6"]{animation-delay:.3s}.manga-shot-item[data-item-index="7"]{animation-delay:.35s}.manga-shot-item[data-item-index="8"]{animation-delay:.4s}.manga-shot-item[data-item-index="9"]{animation-delay:.45s}.manga-shot-item[data-item-index="10"]{animation-delay:.5s}.manga-shot-item[data-item-index="11"]{animation-delay:.55s}.manga-shot-item[data-item-index="12"]{animation-delay:.6s}.manga-shot-item[data-item-index="13"]{animation-delay:.65s}.manga-shot-item[data-item-index="14"]{animation-delay:.7s}.manga-shot-item[data-item-index="15"]{animation-delay:.75s}.manga-shot-item[data-item-index="16"]{animation-delay:.8s}.manga-shot-item[data-item-index="17"]{animation-delay:.85s}.manga-shot-item[data-item-index="18"]{animation-delay:.9s}.manga-shot-item[data-item-index="19"]{animation-delay:.95s}@keyframes itemFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.manga-shot-item:hover{z-index:10}.manga-shot-button{position:relative;width:100%;border:1px solid var(--color-border-soft);padding:0;background:transparent;cursor:zoom-in;display:block;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);transition:border-color .2s ease,box-shadow .2s ease}.manga-shot-item:hover .manga-shot-button{border-color:var(--color-accent);box-shadow:var(--shadow-strong)}.manga-shot-img{width:100%;height:auto;display:block;object-fit:cover}.loading-state,.loading-more,.error-state,.end-of-list{text-align:center;padding:3rem 1rem}.loading-spinner{display:inline-block;width:48px;height:48px;border:4px solid var(--color-accent-soft);border-top-color:var(--color-accent);border-radius:50%;animation:spin .8s linear infinite}.loading-spinner.small{width:32px;height:32px;border-width:3px}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{margin-top:1rem;color:var(--color-text-muted);font-size:var(--font-size-sm)}.error-state p{color:var(--color-accent-dark);font-weight:500}.end-of-list{color:var(--color-text-muted);font-size:var(--font-size-sm);padding:2rem}.manga-hidden{display:none}@media(max-width:768px){.manga-shots-main{padding:1.5rem clamp(1rem,4vw,1.25rem)}.manga-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem}.manga-title{font-size:2rem}.manga-search{padding:.875rem 1rem .875rem 3rem}.filter-chip{padding:.75rem 1.25rem}.manga-masonry-grid,.manga-masonry-grid_column{gap:1rem}.manga-shot-item:hover .manga-shot-button{border-color:var(--color-border-soft);box-shadow:var(--shadow-soft)}}@media(max-width:480px){.manga-shots-main{padding-inline:clamp(.75rem,6vw,1.1rem)}.manga-masonry-grid,.manga-masonry-grid_column{gap:.75rem}.manga-title{font-size:1.75rem}.manga-search{font-size:var(--font-size-sm)}}
