.content-view[data-v-77ee8287]{margin:0 auto;padding:0;display:flex;flex-direction:column;background:#121212;min-height:100vh;color:#fff}.spinner[data-v-77ee8287]{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#bb86fc;animation:spin-77ee8287 .8s linear infinite}.large-spinner[data-v-77ee8287]{width:40px;height:40px;border-width:3px;margin-bottom:1rem}@keyframes spin-77ee8287{to{transform:rotate(360deg)}}.artist-controls[data-v-77ee8287]{position:sticky;top:0;background:#141414b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem;margin-bottom:1.5rem;z-index:100;width:100%}.content-area[data-v-77ee8287]{padding:0 2rem 2rem;max-width:1200px;width:100%;margin:0 auto}.loading-state[data-v-77ee8287]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 0;color:#ffffffb3}.search-filter-container[data-v-77ee8287]{display:flex;align-items:center;justify-content:space-between;margin:0 auto;position:relative;max-width:1200px}.search-container[data-v-77ee8287]{position:relative;max-width:300px;width:300px;margin:0}.search-input[data-v-77ee8287]{width:100%;padding:.75rem 1rem .75rem 3rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:.9rem;outline:none;transition:all .2s ease;min-height:44px}.search-input[data-v-77ee8287]::placeholder{color:#ffffff80}.search-input[data-v-77ee8287]:focus{border-color:#bb86fc;box-shadow:0 0 0 3px #bb86fc33;background:#ffffff1a}.search-icon[data-v-77ee8287]{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#ffffff80;pointer-events:none}.search-icon svg[data-v-77ee8287]{width:20px;height:20px}.alpha-filter[data-v-77ee8287]{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin-bottom:0}.alpha-filter--desktop[data-v-77ee8287]{position:absolute;left:50%;transform:translate(-50%);width:600px}.alpha-item[data-v-77ee8287]{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;cursor:pointer;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;font-weight:500;font-size:.85rem;transition:all .2s cubic-bezier(.7,0,.3,1)}.alpha-item[data-v-77ee8287]:hover{background:#ffffff1a;color:#bb86fc;transform:translateY(-2px);box-shadow:0 4px 8px #bb86fc4d}.alpha-item.active[data-v-77ee8287]{background:linear-gradient(90deg,#bb86fc,#9c27b0);color:#fff;font-weight:600;transform:translateY(-2px);box-shadow:0 4px 8px #bb86fc66}.alpha-item.loading-letter[data-v-77ee8287]{animation:pulse-77ee8287 1s infinite;background:#bb86fc1a;border:1px solid #bb86fc}@keyframes pulse-77ee8287{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.mobile-filter-toggle[data-v-77ee8287]{display:none}.filter-toggle-btn[data-v-77ee8287]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.9rem;cursor:pointer;transition:all .2s ease;min-height:44px}.filter-toggle-btn[data-v-77ee8287]:hover{background:#ffffff1a}.current-filter[data-v-77ee8287]{font-weight:600;color:#bb86fc;min-width:20px;text-align:center}.chevron-icon[data-v-77ee8287]{transition:transform .2s ease}.chevron-icon.open[data-v-77ee8287]{transform:rotate(180deg)}.artist-count[data-v-77ee8287]{font-size:.8rem;color:#ffffffb3;margin-top:.25rem}.mobile-filter-modal[data-v-77ee8287]{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:none;align-items:center;justify-content:center}.mobile-filter-modal.open[data-v-77ee8287]{display:flex}.mobile-filter-content[data-v-77ee8287]{background:#141414f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;width:90%;max-width:400px;max-height:80vh;overflow-y:auto}.mobile-filter-header[data-v-77ee8287]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.mobile-filter-header h3[data-v-77ee8287]{margin:0;color:#fff;font-size:1.1rem}.close-btn[data-v-77ee8287]{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;border-radius:4px;transition:color .2s ease}.close-btn[data-v-77ee8287]:hover{color:#fff}.mobile-alpha-grid[data-v-77ee8287]{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}.mobile-alpha-item[data-v-77ee8287]{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s ease}.mobile-alpha-item[data-v-77ee8287]:hover{background:#ffffff1a;color:#bb86fc}.mobile-alpha-item.active[data-v-77ee8287]{background:linear-gradient(90deg,#bb86fc,#9c27b0);color:#fff;font-weight:600}.mobile-alpha-item.loading-letter[data-v-77ee8287]{animation:pulse-77ee8287 1s infinite;background:#bb86fc1a;border:1px solid #bb86fc}.artists-grid[data-v-77ee8287]{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.artist-card[data-v-77ee8287]{border-radius:12px;overflow:hidden;background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);transition:all .3s cubic-bezier(.7,0,.3,1);cursor:pointer}.artist-card[data-v-77ee8287]:hover{transform:translateY(-8px);background:#ffffff1a;box-shadow:0 12px 24px #bb86fc4d}.artwork-container[data-v-77ee8287]{position:relative;overflow:hidden;height:200px;width:100%;aspect-ratio:16/9}.artwork-image[data-v-77ee8287]{width:100%;height:100%;object-fit:cover;transition:transform .3s cubic-bezier(.7,0,.3,1)}.artist-card:hover .artwork-image[data-v-77ee8287]{transform:scale(1.03)}.artist-name[data-v-77ee8287]{padding:1rem;text-align:center;font-size:1.1rem;font-weight:600;color:#fff;margin:0;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.no-results[data-v-77ee8287]{text-align:center;font-size:1.2rem;color:#ffffffb3;margin-top:3rem}.loading-more[data-v-77ee8287]{display:flex;align-items:center;justify-content:center;gap:.5rem;text-align:center;padding:1rem 0;color:#ffffffb3;font-style:italic}@media (max-width: 768px){.artist-controls[data-v-77ee8287]{padding:.75rem}.content-area[data-v-77ee8287]{padding:0 1rem 1rem}.artists-grid[data-v-77ee8287]{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.search-filter-container[data-v-77ee8287]{flex-direction:column;gap:1rem;align-items:stretch}.search-container[data-v-77ee8287]{max-width:100%;width:100%}.alpha-filter--desktop[data-v-77ee8287]{display:none}.mobile-filter-toggle[data-v-77ee8287]{display:flex;flex-direction:column;gap:.5rem}}@media (max-width: 480px){.artist-controls[data-v-77ee8287]{padding:.5rem}.content-area[data-v-77ee8287]{padding:0 .5rem .5rem}.artists-grid[data-v-77ee8287]{grid-template-columns:1fr;gap:1rem}.artist-name[data-v-77ee8287]{padding:.75rem;font-size:1rem}.mobile-filter-content[data-v-77ee8287]{padding:1rem;width:95%}.mobile-alpha-grid[data-v-77ee8287]{grid-template-columns:repeat(4,1fr);gap:.5rem}.mobile-alpha-item[data-v-77ee8287]{width:44px;height:44px;font-size:.9rem}}
