*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0f;--bg-card: #13131a;--bg-card-hover: #1a1a24;--border: #2a2a38;--border-hover: #3d3d55;--text-primary: #f0f0f8;--text-secondary: #9090b0;--text-muted: #5a5a78;--accent: #7c3aed;--accent-hover: #6d28d9;--accent-light: #a78bfa;--accent-glow: rgba(124, 58, 237, .15);--success: #10b981;--warning: #f59e0b;--error: #ef4444;--info: #3b82f6;--radius: 12px;--radius-sm: 6px;--shadow: 0 4px 24px rgba(0, 0, 0, .4);--transition: .2s ease}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-y:scroll}body{background:var(--bg);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6;min-height:100vh}a{color:var(--accent-light);text-decoration:none;transition:color var(--transition)}a:hover{color:#fff}img{max-width:100%;height:auto}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:3px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--bg-card) 25%,var(--bg-card-hover) 50%,var(--bg-card) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.container{padding:0 1rem}}._wrapper_1xknf_1{display:flex;flex-direction:column;min-height:100vh}._header_1xknf_7{position:sticky;top:0;z-index:100;background:#0a0a0fd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}._headerInner_1xknf_16{display:flex;align-items:center;justify-content:space-between;height:60px;gap:1.5rem}._logo_1xknf_24{display:flex;align-items:center;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}._logoText_1xknf_32{background:linear-gradient(135deg,#a78bfa,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._nav_1xknf_39{display:flex;align-items:center;gap:.25rem}._navLink_1xknf_45,._navLinkActive_1xknf_46{padding:.4rem .85rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;transition:all var(--transition);color:var(--text-secondary)}._navLink_1xknf_45:hover{color:var(--text-primary);background:var(--bg-card-hover)}._navLinkActive_1xknf_46{color:var(--text-primary);background:var(--bg-card)}._searchBtn_1xknf_65,._searchBtnActive_1xknf_66{display:flex;align-items:center;justify-content:center;padding:.4rem .6rem;border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition)}._searchBtn_1xknf_65:hover{color:var(--text-primary);background:var(--bg-card-hover)}._searchBtnActive_1xknf_66{color:var(--text-primary);background:var(--bg-card)}._main_1xknf_86{flex:1}._footer_1xknf_90{border-top:1px solid var(--border);padding:1.5rem 0;margin-top:4rem}._footerInner_1xknf_96{display:flex;justify-content:center}._footerText_1xknf_101{font-size:.85rem;color:var(--text-muted);text-align:center}._footerText_1xknf_101 a{color:var(--text-secondary)}._footerText_1xknf_101 a:hover{color:var(--text-primary)}._form_19w70_1{width:100%;max-width:640px;margin:0 auto}._inputWrapper_19w70_7{display:flex;align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:.25rem .25rem .25rem 1rem;gap:.5rem;transition:border-color var(--transition),box-shadow var(--transition)}._inputWrapper_19w70_7:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}._icon_19w70_23{font-size:1.1rem;flex-shrink:0;opacity:.6}._input_19w70_7{flex:1;background:none;border:none;outline:none;color:var(--text-primary);font-size:1rem;padding:.6rem 0}._input_19w70_7::placeholder{color:var(--text-muted)}._button_19w70_43{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;transition:background var(--transition),opacity var(--transition);white-space:nowrap;min-width:80px;display:flex;align-items:center;justify-content:center}._button_19w70_43:hover:not(:disabled){background:var(--accent-hover)}._button_19w70_43:disabled{opacity:.6;cursor:not-allowed}._spinner_19w70_68{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_19w70_68 .6s linear infinite}@keyframes _spin_19w70_68{to{transform:rotate(360deg)}}._error_19w70_81{margin-top:.75rem;color:var(--error);font-size:.9rem;text-align:center}._badge_13j9r_1{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}._pending_13j9r_12{background:#f59e0b26;color:#fbbf24;border:1px solid rgba(245,158,11,.3)}._processing_13j9r_18{background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.3)}._completed_13j9r_24{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.3)}._failed_13j9r_30{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}._card_7f4zr_1{display:block;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:all var(--transition);color:var(--text-primary)}._card_7f4zr_1:hover{background:var(--bg-card-hover);border-color:var(--border-hover);transform:translateY(-2px);box-shadow:var(--shadow)}._header_7f4zr_18{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1rem}._artistName_7f4zr_26{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.2rem}._date_7f4zr_33{font-size:.8rem;color:var(--text-muted)}._songList_7f4zr_38{list-style:none;display:flex;flex-direction:column;gap:.4rem}._songItem_7f4zr_45{display:flex;align-items:center;gap:.6rem}._songNum_7f4zr_51{width:1.4rem;height:1.4rem;display:flex;align-items:center;justify-content:center;background:var(--accent-glow);color:var(--accent-light);border-radius:4px;font-size:.7rem;font-weight:700;flex-shrink:0}._songName_7f4zr_65{font-size:.9rem;color:var(--text-secondary)}._more_7f4zr_70{font-size:.8rem;color:var(--text-muted);padding-left:2rem;font-style:italic}._pendingText_7f4zr_77{font-size:.9rem;color:var(--text-muted);font-style:italic}._failedText_7f4zr_83{font-size:.9rem;color:var(--error)}._hero_1jjt6_1{padding:5rem 0 4rem;background:radial-gradient(ellipse at 50% 0%,rgba(124,58,237,.12) 0%,transparent 70%);border-bottom:1px solid var(--border)}._heroContent_1jjt6_7{text-align:center;max-width:700px;margin:0 auto}._heroTitle_1jjt6_13{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.25rem}._heroAccent_1jjt6_21{background:linear-gradient(135deg,#a78bfa,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroSubtitle_1jjt6_28{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}._predictions_1jjt6_35{padding:3rem 0 4rem}._sectionHeader_1jjt6_39{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem}._sectionTitle_1jjt6_46{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}._viewAll_1jjt6_52{font-size:.875rem;color:var(--accent-light)}._grid_1jjt6_57{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}._skeletonCard_1jjt6_63{height:200px}._empty_1jjt6_67{text-align:center;padding:4rem 1rem;color:var(--text-muted)}._errorText_1jjt6_73{color:var(--error);text-align:center;padding:2rem}@media (max-width: 640px){._hero_1jjt6_1{padding:3rem 0 2.5rem}._grid_1jjt6_57{grid-template-columns:1fr}}._page_1va9e_1{padding:2rem 0 4rem}._backLink_1va9e_5{margin-bottom:1.5rem;font-size:.9rem}._backLink_1va9e_5 a{color:var(--text-secondary)}._backLink_1va9e_5 a:hover{color:var(--text-primary)}._loading_1va9e_18{display:flex;flex-direction:column;gap:.75rem}._skeletonTitle_1va9e_24{height:3rem;width:50%}._skeletonMeta_1va9e_29{height:1.2rem;width:30%}._errorText_1va9e_34{color:var(--error)}._header_1va9e_38{margin-bottom:2.5rem}._title_1va9e_42{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.75rem}._stats_1va9e_49{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.9rem;color:var(--text-muted)}._setlistFmLink_1va9e_58{color:var(--accent-light);font-size:.85rem}._predictionsSection_1va9e_63{display:flex;flex-direction:column;gap:1rem}._sectionTitle_1va9e_69{font-size:1.2rem;font-weight:700}._grid_1va9e_74{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}._emptyText_1va9e_80{color:var(--text-muted);font-style:italic}._page_107xl_1{padding:2rem 0 4rem;max-width:800px}._backLink_107xl_6{margin-bottom:1.5rem;font-size:.9rem}._backLink_107xl_6 a{color:var(--text-secondary)}._backLink_107xl_6 a:hover{color:var(--text-primary)}._loading_107xl_19{display:flex;flex-direction:column;gap:1rem}._skeletonTitle_107xl_25{height:2.5rem;width:60%}._skeletonSubtitle_107xl_30{height:1.2rem;width:40%;margin-bottom:.5rem}._skeletonSong_107xl_36{height:3.5rem}._errorBox_107xl_40{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:var(--radius);padding:1.5rem;color:var(--error)}._content_107xl_48{display:flex;flex-direction:column;gap:2.5rem}._header_107xl_54{display:flex;align-items:flex-start;gap:1rem}._artistName_107xl_60{display:block;font-size:2rem;font-weight:800;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:.6rem}._artistName_107xl_60:hover{color:var(--accent-light)}._meta_107xl_73{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}._metaDate_107xl_80,._metaSetlists_107xl_81{font-size:.85rem;color:var(--text-muted)}._processingBox_107xl_86{display:flex;align-items:center;gap:1rem;background:#3b82f614;border:1px solid rgba(59,130,246,.2);border-radius:var(--radius);padding:1.5rem;color:var(--text-secondary)}._processingSpinner_107xl_97{width:24px;height:24px;border:3px solid rgba(59,130,246,.3);border-top-color:#60a5fa;border-radius:50%;animation:_spin_107xl_1 .8s linear infinite;flex-shrink:0}@keyframes _spin_107xl_1{to{transform:rotate(360deg)}}._failedBox_107xl_111{background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:var(--radius);padding:1.5rem;color:var(--error)}._setlistSection_107xl_119,._reasoningSection_107xl_120,._attributionSection_107xl_121{display:flex;flex-direction:column;gap:1rem}._sectionTitle_107xl_127{font-size:1.2rem;font-weight:700;color:var(--text-primary);padding-bottom:.6rem;border-bottom:1px solid var(--border)}._songList_107xl_135{list-style:none;display:flex;flex-direction:column;gap:.5rem}._songItem_107xl_142{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);transition:all var(--transition)}._songItem_107xl_142:hover{background:var(--bg-card-hover);border-color:var(--border-hover)}._songNum_107xl_158{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:var(--accent-glow);color:var(--accent-light);border-radius:6px;font-size:.8rem;font-weight:700;flex-shrink:0}._songInfo_107xl_172{flex:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}._songName_107xl_181{font-size:.95rem;font-weight:500;color:var(--text-primary)}a._songName_107xl_181:hover{color:var(--accent-light)}._youtubeLink_107xl_191{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;color:#ef4444;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:999px;padding:.2rem .65rem;transition:all var(--transition);white-space:nowrap}._youtubeLink_107xl_191:hover{background:#ef444433;color:#f87171}._ytIcon_107xl_210{font-size:.7rem}._reasoning_107xl_120{font-size:.95rem;color:var(--text-secondary);line-height:1.7;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}._attributionNote_107xl_224{font-size:.9rem;color:var(--text-muted)}._attributionList_107xl_229{list-style:none;display:flex;flex-direction:column;gap:.4rem;font-size:.875rem;color:var(--text-secondary)}._attributionMeta_107xl_238{color:var(--text-muted)}._setlistLink_107xl_242{color:var(--accent-light);font-size:.875rem}._setlistLink_107xl_242:hover{color:#fff}._setlistFmAttribution_107xl_251{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border);font-size:.85rem;color:var(--text-muted)}._targetSection_107xl_259{display:flex;flex-direction:column;gap:1rem}._targetNote_107xl_265{font-size:.9rem;color:var(--text-muted)}._accuracyBadge_107xl_270{display:inline-flex;align-items:center;font-size:.8rem;font-weight:600;padding:.2rem .65rem;border-radius:999px;background:#22c55e1f;color:#4ade80;border:1px solid rgba(34,197,94,.25)}@media (max-width: 640px){._artistName_107xl_60{font-size:1.5rem}._songInfo_107xl_172{flex-direction:column;align-items:flex-start;gap:.4rem}}._page_nqqra_1{padding:2rem 0 4rem;max-width:700px}._header_nqqra_6{margin-bottom:2rem}._title_nqqra_10{font-size:2rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem}._subtitle_nqqra_17{font-size:.9rem;color:var(--text-muted)}._list_nqqra_22{display:flex;flex-direction:column;gap:.5rem}._skeletonRow_nqqra_28{height:4rem;border-radius:var(--radius)}._row_nqqra_33{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);transition:all var(--transition)}._row_nqqra_33:hover{background:var(--bg-card-hover);border-color:var(--border-hover)}._rowLeft_nqqra_51{display:flex;flex-direction:column;gap:.2rem}._artistName_nqqra_57{font-weight:600;font-size:.95rem}._date_nqqra_62{font-size:.8rem;color:var(--text-muted)}._empty_nqqra_67{text-align:center;padding:4rem 1rem;color:var(--text-muted);display:flex;flex-direction:column;gap:1rem;align-items:center}._emptyLink_nqqra_77{color:var(--accent-light);font-size:.95rem}._errorText_nqqra_82{color:var(--error)}._page_1w6ue_1{padding:2rem 0 4rem}._header_1w6ue_5{margin-bottom:2rem}._title_1w6ue_9{font-size:2rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem}._subtitle_1w6ue_16{font-size:.9rem;color:var(--text-muted)}._grid_1w6ue_21{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}._skeletonCard_1w6ue_27{height:200px}._empty_1w6ue_31{text-align:center;padding:4rem 1rem;color:var(--text-muted)}._errorText_1w6ue_37{color:var(--error);text-align:center;padding:2rem}._pagination_1w6ue_43{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2.5rem}._pageBtn_1w6ue_51{padding:.4rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-card);color:var(--text-primary);font-size:.875rem;cursor:pointer;transition:all var(--transition)}._pageBtn_1w6ue_51:hover:not(:disabled){background:var(--bg-card-hover);border-color:var(--border-hover)}._pageBtn_1w6ue_51:disabled{opacity:.35;cursor:default}._pageInfo_1w6ue_72{font-size:.875rem;color:var(--text-muted)}@media (max-width: 640px){._grid_1w6ue_21{grid-template-columns:1fr}}._page_10p3m_1{padding:2rem 0 4rem;max-width:720px}._header_10p3m_6{margin-bottom:2.5rem}._title_10p3m_10{font-size:2rem;font-weight:800;letter-spacing:-.03em;margin-bottom:1.25rem}._inputWrapper_10p3m_17{position:relative}._inputIcon_10p3m_21{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}._input_10p3m_17{width:100%;padding:.7rem 1rem .7rem 2.75rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);color:var(--text-primary);font-size:1rem;transition:border-color var(--transition)}._input_10p3m_17:focus{outline:none;border-color:var(--accent)}._input_10p3m_17::placeholder{color:var(--text-muted)}._input_10p3m_17::-webkit-search-cancel-button{-webkit-appearance:none}._skeletonList_10p3m_55{display:flex;flex-direction:column;gap:.5rem}._skeletonRow_10p3m_61{height:52px;border-radius:var(--radius-sm)}._empty_10p3m_66{color:var(--text-muted);padding:2rem 0}._section_10p3m_71{margin-bottom:2.5rem}._sectionTitle_10p3m_75{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.5rem}._list_10p3m_84{list-style:none;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}._list_10p3m_84 li+li{border-top:1px solid var(--border)}._result_10p3m_95{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--bg-card);transition:background var(--transition);gap:1rem}._result_10p3m_95:hover{background:var(--bg-card-hover)}._resultName_10p3m_109{font-size:.95rem;font-weight:500;color:var(--text-primary);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._resultMeta_10p3m_119{font-size:.8rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0}._page_8vrqo_1{padding:2rem 0 4rem;max-width:720px}._backLink_8vrqo_6{margin-bottom:1.5rem;font-size:.9rem}._backLink_8vrqo_6 a{color:var(--text-secondary)}._backLink_8vrqo_6 a:hover{color:var(--text-primary)}._loading_8vrqo_19{display:flex;flex-direction:column;gap:.75rem}._skeletonTitle_8vrqo_25{height:3rem;width:60%}._skeletonMeta_8vrqo_30{height:1rem;width:25%}._skeletonStats_8vrqo_35{height:5rem;width:50%;margin-top:1rem}._errorText_8vrqo_41{color:var(--error)}._header_8vrqo_45{margin-bottom:2.5rem}._artistName_8vrqo_49{font-size:.9rem;color:var(--text-muted);margin-bottom:.4rem}._artistName_8vrqo_49 a{color:var(--text-muted)}._artistName_8vrqo_49 a:hover{color:var(--text-primary)}._title_8vrqo_63{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:1.25rem}._youtubeBtn_8vrqo_70{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;background:red;color:#fff;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;transition:opacity var(--transition)}._youtubeBtn_8vrqo_70:hover{color:#fff;opacity:.85}._ytIcon_8vrqo_88{font-size:.75rem}._statsGrid_8vrqo_92{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:400px}._statCard_8vrqo_99{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}._statValue_8vrqo_109{font-size:2rem;font-weight:800;letter-spacing:-.03em;color:var(--text-primary)}._statLabel_8vrqo_116{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}._historySection_8vrqo_124{margin-top:2.5rem}._sectionTitle_8vrqo_128{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.75rem}._historyList_8vrqo_137{list-style:none;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}._historyList_8vrqo_137 li+li{border-top:1px solid var(--border)}._historyItem_8vrqo_148{display:block;padding:.65rem 1rem;background:var(--bg-card);font-size:.9rem;color:var(--text-primary);transition:background var(--transition)}._historyItem_8vrqo_148:hover{background:var(--bg-card-hover);color:var(--text-primary)}._page_bjash_1{padding:2rem 0 4rem;max-width:800px}._backLink_bjash_6{margin-bottom:1.5rem;font-size:.9rem}._backLink_bjash_6 a{color:var(--text-secondary)}._backLink_bjash_6 a:hover{color:var(--text-primary)}._loading_bjash_19{display:flex;flex-direction:column;gap:.75rem}._skeletonTitle_bjash_25{height:2rem;width:40%}._skeletonMeta_bjash_30{height:1rem;width:60%;margin-bottom:.5rem}._skeletonSong_bjash_36{height:2.75rem}._errorText_bjash_40{color:var(--error)}._header_bjash_44{margin-bottom:2rem}._artistName_bjash_48{display:block;font-size:1rem;font-weight:600;color:var(--text-muted);margin-bottom:.4rem}._artistName_bjash_48:hover{color:var(--text-primary)}._meta_bjash_60{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.5rem}._date_bjash_68{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--text-primary)}._venue_bjash_75{font-size:1rem;color:var(--text-secondary);font-weight:500}._location_bjash_81{font-size:.9rem;color:var(--text-muted)}._tour_bjash_86{font-size:.8rem;color:var(--accent-light);background:var(--accent-glow);border-radius:999px;padding:.2rem .65rem}._badgeFull_bjash_94,._badgePartial_bjash_95{font-size:.75rem;font-weight:600;border-radius:999px;padding:.2rem .65rem}._badgeFull_bjash_94{background:#10b9811a;color:var(--success);border:1px solid rgba(16,185,129,.25)}._badgePartial_bjash_95{background:#f59e0b1a;color:var(--warning);border:1px solid rgba(245,158,11,.25)}._sets_bjash_114{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}._set_bjash_114{display:flex;flex-direction:column;gap:.5rem}._setLabel_bjash_127{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.25rem}._songList_bjash_136{list-style:none;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}._songItem_bjash_143{display:flex;align-items:baseline;gap:.75rem;padding:.65rem 1rem;background:var(--bg-card)}._songItem_bjash_143+._songItem_bjash_143{border-top:1px solid var(--border)}._songNum_bjash_155{min-width:1.5rem;font-size:.8rem;color:var(--text-muted);text-align:right;flex-shrink:0}._songName_bjash_163{font-size:.95rem;font-weight:500;color:var(--text-primary)}._songMeta_bjash_169{font-size:.8rem;color:var(--text-muted);font-weight:400}._attribution_bjash_175{display:flex;flex-direction:column;gap:.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}._setlistFmLink_bjash_183{font-size:.9rem;font-weight:600;color:var(--accent-light)}._attributionNote_bjash_189{font-size:.8rem;color:var(--text-muted)}._page_hzsa3_1{padding:6rem 0;text-align:center}._title_hzsa3_6{font-size:6rem;font-weight:800;color:var(--border-hover);line-height:1;margin-bottom:1rem}._subtitle_hzsa3_14{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem}._link_hzsa3_20{color:var(--accent-light);font-size:.95rem}
