:root{--tm-blue: #026cdf;--tm-blue-dark: #0256b3;--tm-blue-light: #e8f4fd;--tm-gray-light: #f5f5f5;--tm-gray-border: #e0e0e0;--tm-text-dark: #1a1a1a;--tm-text-gray: #666666}.artists-page{width:100%;max-width:1400px;margin:0 auto;padding:0 20px 60px}.artists-header{text-align:center;padding:40px 20px;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);margin-bottom:32px;width:100vw;background:linear-gradient(180deg,var(--tm-blue-light) 0%,transparent 100%)}.artists-header h1{font-size:32px;font-weight:700;color:var(--tm-text-dark);margin-bottom:8px}.artists-header p{font-size:16px;color:var(--tm-text-gray);margin:0}.artists-filters{display:flex;gap:10px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--tm-gray-border);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--tm-gray-border) transparent}.artists-filters::-webkit-scrollbar{height:4px}.artists-filters::-webkit-scrollbar-track{background:transparent}.artists-filters::-webkit-scrollbar-thumb{background:var(--tm-gray-border);border-radius:2px}.filter-btn{display:inline-flex;align-items:center;padding:8px 16px;font-size:14px;font-weight:500;color:var(--tm-text-gray);background:var(--tm-gray-light);border:1px solid var(--tm-gray-border);border-radius:8px;text-decoration:none;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.filter-btn:hover{color:var(--tm-blue);border-color:var(--tm-blue);background:var(--tm-blue-light)}.filter-btn.active{color:#fff;background:var(--tm-blue);border-color:var(--tm-blue)}.artists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.artist-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--tm-gray-border);border-radius:12px;overflow:hidden;text-decoration:none;transition:all .2s ease}.artist-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f;border-color:var(--tm-blue)}.artist-card-image{position:relative;width:100%;aspect-ratio:16/10;background:var(--tm-gray-light);overflow:hidden}.artist-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.artist-card:hover .artist-card-image img{transform:scale(1.05)}.artist-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--tm-text-gray);background:linear-gradient(135deg,#f0f0f0,#e8e8e8)}.artist-card-overlay{position:absolute;top:12px;left:12px}.artist-genre-badge{display:inline-block;padding:4px 10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff;background:#000000b3;backdrop-filter:blur(4px);border-radius:4px}.artist-card-content{padding:16px;flex:1}.artist-name{font-size:18px;font-weight:600;color:var(--tm-text-dark);margin-bottom:10px;line-height:1.3}.artist-events,.artist-next-date{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--tm-text-gray);margin-bottom:6px}.artist-events svg,.artist-next-date svg{color:var(--tm-blue);flex-shrink:0}.artist-price{font-size:14px;color:var(--tm-text-dark);margin-top:10px}.artist-price strong{font-size:18px;font-weight:700;color:var(--tm-blue)}.artist-card-action{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 16px;background:var(--tm-gray-light);border-top:1px solid var(--tm-gray-border);font-size:14px;font-weight:600;color:var(--tm-blue);transition:all .2s ease}.artist-card:hover .artist-card-action{background:var(--tm-blue);color:#fff}.artists-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.artists-empty svg{color:var(--tm-text-gray);margin-bottom:16px}.artists-empty p{font-size:16px;color:var(--tm-text-gray);margin-bottom:20px}@media screen and (max-width: 768px){.artists-page{padding:0 16px 40px}.artists-header{padding:32px 16px;margin-bottom:24px}.artists-header h1{font-size:24px}.artists-header p{font-size:14px}.artists-filters{gap:8px}.filter-btn{padding:6px 12px;font-size:13px}.artists-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.artist-name{font-size:16px}}@media screen and (min-width: 768px){.artists-page{padding:0 24px 60px}.artists-header{padding:48px 24px}.artists-header h1{font-size:30px}.artists-filters{gap:12px;padding-bottom:28px}.filter-btn{padding:10px 18px;font-size:14px}.artists-grid{grid-template-columns:repeat(3,1fr);gap:20px}.artist-card-info{padding:18px}.artist-name{font-size:18px}}@media screen and (min-width: 1024px){.artists-page{padding:0 40px 80px}.artists-header{padding:56px 40px;margin-bottom:40px}.artists-header h1{font-size:34px}.artists-header p{font-size:17px}.artists-filters{gap:14px}.filter-btn{padding:10px 20px;font-size:15px}.artists-grid{gap:24px}.artist-card{border-radius:12px}.artist-card-image{height:200px}.artist-card-info{padding:20px;gap:8px}.artist-name{font-size:19px}.artist-genre{font-size:13px}.artist-events{font-size:14px}.artist-price{font-size:15px}.artist-card-action{padding:14px 20px;font-size:14px}}@media screen and (min-width: 1200px){.artists-grid{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width: 1400px){.artists-page{max-width:1400px;margin:0 auto}}@media screen and (min-width: 1600px){.artists-page{max-width:1600px}.artists-grid{grid-template-columns:repeat(5,1fr)}.artists-header{padding:64px 60px}}
