:root{--bg:#f9fafb;--card:#ffffff;--text:#111827;--text-secondary:#4b5563;--text-muted:#6b7280;--text-light:#9ca3af;--border:#e5e7eb;--border-light:#d1d5db;--green-600:#16a34a;--blue-600:#2563eb;--gray-600:#4b5563;--red-100:#fee2e2;--red-800:#991b1b;--blue-100:#dbeafe;--blue-800:#1e40af;--font-sans:"Pretendard",-apple-system,BlinkMacSystemFont,"Segoe UI","Apple SD Gothic Neo","Noto Sans KR",sans-serif}*,::after,::before{box-sizing:border-box}body,html{margin:0;padding:0;font-family:var(--font-sans);font-weight:400;line-height:1.5;color:var(--text);-webkit-font-smoothing:antialiased}html{background:#0a0a0a}body{background:var(--bg);min-height:100vh}html{scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar,html::-webkit-scrollbar{width:0;height:0;display:none}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}.ha-public-header{display:flex;align-items:center;gap:14px;padding:12px 24px;background:var(--card);border-bottom:1px solid var(--border)}.ha-public-logo-link{flex-shrink:0;text-decoration:none}.ha-public-logo-mark{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:10px;background:#0a0a0a}.ha-public-logo-mark img{display:block;max-height:32px;width:auto;object-fit:contain}.ha-public-header__links{display:flex;align-items:center;gap:14px}.ha-public-header__links a{font-size:.9rem;font-weight:500;color:var(--text)}.ha-public-header__links a:hover{color:var(--blue-600)}.ha-public-header__fill{flex:1;min-width:8px}.ha-public-locale-switch{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;color:var(--text-muted);font-size:.85rem}.ha-public-locale-select{min-width:104px;border:1px solid #d6dbef;border-radius:10px;padding:6px 28px 6px 10px;background:#fff;color:var(--text);appearance:none;-webkit-appearance:none;font-family:var(--font-sans);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='%2355607d' d='M2 2.5L7 7.5l5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.ha-page-title-section{background:#000;border-bottom:1px solid #000;box-shadow:0 1px 2px rgba(0,0,0,.05);animation:fadeIn .6s ease-out}.ha-page-title-section__inner{max-width:80rem;margin:0 auto;padding:2rem 1rem;text-align:center}.ha-page-title-section h1{margin:0 0 1rem;font-size:1.5rem;line-height:2rem;font-weight:700;color:var(--card)}.ha-page-title-section p{margin:0;color:#d1d5db;font-size:.875rem;line-height:1.625}.ha-public-main{max-width:80rem;margin:0 auto;padding:0 1rem}.ha-filter-bar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding-top:1.5rem}.ha-filter-group,.ha-sort-group{display:flex;align-items:center;gap:.5rem}.ha-filter-btn{padding:.5rem 1rem;border-radius:9999px;border:1px solid var(--border-light);background:var(--card);color:#374151;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:var(--font-sans);line-height:1}.ha-filter-btn:hover{background:#f9fafb}.ha-filter-btn--active[data-filter=all]{background:#000;color:#fff;border-color:#000;box-shadow:0 1px 3px rgba(0,0,0,.12)}.ha-filter-btn--active[data-filter=live]{background:var(--green-600);color:#fff;border-color:var(--green-600);box-shadow:0 1px 3px rgba(0,0,0,.12)}.ha-filter-btn--active[data-filter=scheduled]{background:var(--blue-600);color:#fff;border-color:var(--blue-600);box-shadow:0 1px 3px rgba(0,0,0,.12)}.ha-filter-btn--active[data-filter=completed]{background:var(--gray-600);color:#fff;border-color:var(--gray-600);box-shadow:0 1px 3px rgba(0,0,0,.12)}.ha-sort-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border-radius:9999px;border:1px solid var(--border-light);background:var(--card);color:#374151;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:var(--font-sans);line-height:1}.ha-sort-btn:hover{background:#f9fafb}.ha-sort-btn--active{background:#000;color:#fff;border-color:#000;box-shadow:0 1px 3px rgba(0,0,0,.12)}.ha-sort-btn--active:hover{background:#000;color:#fff}.ha-sort-arrow{font-size:.75rem}.ha-results-count{color:var(--text-secondary);font-size:.875rem;margin:0 0 1.5rem}.ha-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;animation:fadeIn .6s ease-out}.ha-card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:0;overflow:hidden;transition:all .3s;cursor:pointer;text-decoration:none;color:inherit;box-shadow:0 1px 2px rgba(0,0,0,.05)}.ha-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transform:scale(1.05)}.ha-card__image-wrap{position:relative;width:100%;height:16rem;background:var(--card);overflow:hidden}.ha-card__image-wrap img{width:100%;height:100%;object-fit:contain}.ha-card__body{padding:1rem;display:flex;flex-direction:column;flex:1}.ha-card__title{margin:0 0 .25rem;font-size:1.125rem;font-weight:600;line-height:1.4;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ha-card__subtitle{margin:0 0 .5rem;font-size:.8125rem;font-weight:400;color:var(--text-muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.ha-card__desc{margin:0 0 .75rem;color:var(--text-secondary);font-size:.875rem;line-height:1.625;height:6rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.ha-card__meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-muted);height:1.25rem;flex-wrap:wrap}.ha-card__meta svg{width:16px;height:16px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ha-card__date{display:inline-flex;align-items:center;gap:.5rem}.ha-card__meta-stack{display:flex;flex-direction:column;gap:.25rem}.ha-card__gallery{color:var(--text-muted);cursor:pointer}.ha-card__gallery:hover{color:var(--blue-600);text-decoration:underline}.ha-card__gallery svg{width:16px;height:16px}.ha-artwork-card__body{padding:1rem 1.5rem 1rem}.ha-artwork-card__title-area{height:76px;overflow:hidden}.ha-artwork-card__title{margin:0 0 .25rem;font-size:1.25rem;font-weight:900;color:#111;line-height:1.3}.ha-artwork-card__subtitle{font-size:.7em;font-weight:300;color:var(--text-muted)}.ha-artwork-card__artist{margin:0;font-size:.875rem;font-weight:400;color:#666}.ha-artwork-card__info{height:124px;overflow:hidden;font-size:.875rem;color:var(--text-secondary);line-height:1.5}.ha-artwork-card__info p{margin:0}.ha-artwork-card__divider{border-top:1px solid var(--border);margin:0 0 .75rem}.ha-artwork-card__price-row{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;margin-bottom:.25rem}.ha-artwork-card__price-row .ha-artwork-card__audio-icon{align-self:flex-end}.ha-artwork-card__price{font-size:1.125rem;font-weight:700;color:var(--text);margin:0}.ha-badge{display:inline-block;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;line-height:1;white-space:nowrap}.ha-badge--live,.ha-badge--ongoing{background:var(--green-600);color:#fff}.ha-badge--scheduled,.ha-badge--upcoming{background:var(--blue-600);color:#fff}.ha-badge--completed{background:var(--gray-600);color:#fff}.ha-empty-state{text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:.95rem}.ha-detail-hero-cta{background:var(--card)}.ha-detail-hero-img--mobile{display:none}.ha-detail-header__inner{max-width:80rem;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:1.5rem;padding:2rem 1rem}.ha-detail-hero-img--desktop{width:16rem;flex-shrink:0}.ha-detail-hero-img img{display:block;border-radius:.5rem;width:100%;height:auto;object-fit:contain;background:#e5e7eb;cursor:zoom-in}.ha-lightbox{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.9);padding:2rem;cursor:zoom-out}.ha-lightbox__img{max-width:100%;max-height:100%;object-fit:contain;border-radius:.25rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.5)}.ha-lightbox__close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;border-radius:50%;border:none;background:rgba(255,255,255,.9);color:#374151;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px rgba(0,0,0,.3)}.ha-lightbox__close:hover{background:#fff}.ha-detail-info{flex:1;text-align:left}.ha-detail-info h1{margin:0 0 1rem;font-size:1.5rem;line-height:2rem;font-weight:700;color:var(--text)}.ha-detail-subtitle{font-size:.7em;font-weight:300;color:var(--text-muted)}.ha-detail-desc{color:var(--text-secondary);font-size:.75rem;line-height:1.625;margin:0;white-space:pre-wrap}.ha-detail-type{margin:0 0 .5rem;font-size:.9rem;font-weight:600;color:var(--blue-600)}.ha-detail-phase{margin:0 0 1rem}.ha-detail-hours,.ha-detail-venue{margin:.5rem 0 0;font-size:.875rem;color:var(--text-muted)}.ha-detail-venue svg{display:inline;width:14px;height:14px;vertical-align:-2px;margin-right:4px}.ha-detail-venue a{color:var(--blue-600);font-weight:500}.ha-detail-venue a:hover{text-decoration:underline}.ha-gallery-cta-section{background:var(--bg);padding:2.5rem 1rem}.ha-gallery-cta-section__inner{max-width:80rem;margin:0 auto;display:flex;justify-content:center}.ha-gallery-cta{display:inline-flex;align-items:center;gap:.5rem;padding:1.25rem 1.5rem;background:#000;color:#fff;border-radius:9999px;border:1px solid #374151;font-size:.875rem;font-weight:400;cursor:pointer;transition:all .3s;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);text-decoration:none}.ha-gallery-cta:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);transform:scale(1.05);border-color:#6b7280;text-decoration:none;color:#fff}.ha-artwork-section{max-width:80rem;margin:0 auto;padding:3rem 1rem;background:var(--card)}.ha-artwork-section-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.ha-artwork-section-header h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:var(--text)}.ha-artwork-count{color:var(--text-secondary);font-size:1rem;margin:0 0 1rem}.ha-audio-filter-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #111827;border-radius:6px;background:#111827;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:var(--font-sans)}.ha-audio-filter-btn:hover{background:#374151;border-color:#374151}.ha-audio-filter-btn--active{background:#fff;color:#111827;border-color:#111827}.ha-audio-filter-btn--active:hover{background:#f3f4f6}.ha-audio-filter-btn--active svg{display:none}.ha-audio-filter-btn svg{width:16px;height:16px;stroke:currentColor;fill:none}.ha-artwork-card{background:0 0;border:1px solid #ededed;border-radius:0;overflow:hidden;cursor:pointer;transition:box-shadow .3s;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}.ha-artwork-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.ha-artwork-card__image-wrap{position:relative;width:100%;height:16rem;background:var(--card);overflow:hidden}.ha-artwork-card__image-wrap img{width:100%;height:100%;object-fit:contain}.ha-artwork-card__body{padding:1.5rem 1rem 1rem}.ha-artwork-card__audio-icon{position:absolute;left:12px;bottom:12px;width:40px;height:40px;background:#000;border:none;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#ededed;cursor:pointer;transition:background .2s;z-index:20}.ha-artwork-card__audio-icon:hover{background:#000}.ha-artwork-card__audio-icon svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ha-modal-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background:#000;overflow-y:auto}.ha-modal-wrap{position:relative}.ha-modal-content{background:var(--card);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);width:fit-content;max-width:calc(100vw - 32px);max-height:calc(100vh - 80px);overflow-y:auto}.ha-modal-close{position:absolute;top:-2.75rem;right:0;width:2.25rem;height:2.25rem;border-radius:50%;border:none;background:rgba(255,255,255,.9);color:#374151;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:51;box-shadow:0 1px 4px rgba(0,0,0,.3);transition:background .2s}.ha-modal-close:hover{background:#fff}.ha-modal-image-wrap{width:100%;background:var(--card);display:flex;align-items:flex-start;justify-content:center;position:relative}.ha-modal-image-wrap img{display:block;width:100%;height:16rem;object-fit:contain;background:var(--card)}.ha-modal-audio-trigger{position:absolute;left:1rem;bottom:1rem;width:2.5rem;height:2.5rem;border-radius:50%;border:none;background:rgba(0,0,0,.4);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:51;transition:background .2s}.ha-modal-audio-trigger:hover{background:rgba(0,0,0,.7)}.ha-modal-audio-trigger svg{width:1.5rem;height:1.5rem;opacity:.8;animation:pulse 2s infinite}.ha-modal-body{padding:1rem 1.5rem}.ha-modal-body h3{margin:0 0 .25rem;font-size:1.25rem;font-weight:900;line-height:1.3}.ha-modal-artist{margin:0 0 1rem;color:var(--text-secondary);font-size:.875rem;font-weight:400}.ha-modal-meta{font-size:.875rem;color:var(--text-secondary);line-height:1.5;margin:0 0 .5rem}.ha-modal-divider{border:none;border-top:1px solid var(--border);margin:1rem 0}.ha-modal-price{font-size:1.125rem;font-weight:700;color:var(--text);margin:0}.ha-modal-footer{padding:0 1.5rem 1rem}.ha-share-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;background:0 0;cursor:pointer;color:var(--text-muted);transition:color .2s}.ha-share-btn:hover{color:var(--text)}.ha-artwork-card__share-row{display:flex;justify-content:flex-end;margin-top:.5rem}.ha-share-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ha-global-player{position:fixed;bottom:.5rem;left:50%;transform:translateX(-50%);z-index:60;display:flex;flex-direction:column;width:min(420px,calc(100% - 2rem));border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.3);border:1px solid #6b7280;padding:.5rem 1rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:rgba(0,0,0,.65);color:#fff;animation:slideUp .3s ease}.ha-global-player__row1{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.ha-global-player__title{flex:1;min-width:0;overflow:hidden;font-size:.875rem;font-weight:500;line-height:1.25;white-space:nowrap;text-overflow:ellipsis}.ha-global-player__close{margin-left:.5rem;color:#d1d5db;background:0 0;border:none;font-size:1.5rem;cursor:pointer;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center}.ha-global-player__close:hover{color:#fff}.ha-global-player__row2{display:flex;align-items:center;gap:.5rem;width:100%}.ha-player-btn{display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid transparent;background:0 0;color:#fff;width:2.5rem;height:2.5rem;cursor:pointer;flex-shrink:0}.ha-player-btn:hover{background:rgba(255,255,255,.1)}.ha-player-btn svg{width:18px;height:18px;fill:#fff;stroke:#fff}.ha-player-seek{flex:1;height:4px;-webkit-appearance:none;appearance:none;background:#374151;border-radius:9999px;outline:0;cursor:pointer;margin:0 .5rem;accent-color:#fff}.ha-player-seek::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer}.ha-player-time{font-size:.75rem;color:#e5e7eb;white-space:nowrap;flex-shrink:0;margin-left:.5rem}.ha-fab-wrap{position:fixed;bottom:2rem;right:2rem;z-index:200;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;transition:bottom .3s ease}.ha-fab-wrap--hidden{display:none}.ha-fab{box-sizing:border-box;width:64px;height:64px;border-radius:.5rem;background:#000;color:#fff;border:2px solid #fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;overflow:hidden;padding:4px}.ha-fab:hover{background:#111827;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.ha-fab img{width:100%;height:100%;object-fit:contain}.ha-fab-close{display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7)}.ha-fab-close svg{width:26px;height:26px}.ha-fab-menu{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;animation:fadeIn .3s ease}.ha-fab-menu__item{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;color:#374151;border-radius:9999px;border:1px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,.1);font-size:.875rem;font-weight:500;white-space:nowrap;text-decoration:none;transition:all .2s}.ha-fab-menu__item:hover{background:#f9fafb;box-shadow:0 8px 20px rgba(0,0,0,.15);text-decoration:none;color:#374151}.ha-fab-menu__icon{display:inline-flex;align-items:center;color:#6b7280}.ha-toast{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%);z-index:2000;background:#000;color:#fff;border:1px solid #fff;padding:.5rem 1rem;border-radius:.25rem;font-size:.875rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.2);animation:fadeIn .3s ease;pointer-events:none}.ha-public-footer{margin-top:4rem;background:var(--card);border-top:1px solid var(--border)}.ha-public-footer__inner{max-width:80rem;margin:0 auto;padding:1.5rem 1rem;text-align:center}.ha-public-footer__brand{font-size:.75rem;color:var(--text-light);margin:0 0 .25rem}.ha-public-footer__info{font-size:.75rem;color:var(--text-light);margin:0;line-height:1.7}.ha-public-footer__copyright{font-size:.75rem;color:var(--text-light);margin:.5rem 0 0}.ha-home-hero{text-align:center;padding:5rem 1rem 3rem;background:var(--card);border-bottom:1px solid var(--border)}.ha-home-hero__logo{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border-radius:1rem;background:#0a0a0a;margin-bottom:1.5rem}.ha-home-hero__logo img{height:48px;width:auto}.ha-home-hero h1{margin:0 0 .5rem;font-size:2rem;font-weight:700;letter-spacing:-.03em}.ha-home-hero p{color:var(--text-secondary);font-size:1rem;margin:0}.ha-home-section{max-width:80rem;margin:3rem auto;padding:0 1rem}.ha-home-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.ha-home-section__header h2{margin:0;font-size:1.3rem;font-weight:700}.ha-home-section__header a{font-size:.875rem;font-weight:500;color:var(--blue-600)}.ha-group-header{position:relative;background:#000;border-bottom:1px solid #000;box-shadow:0 1px 2px rgba(0,0,0,.05);overflow:hidden}.ha-group-header__watermark{position:absolute;inset:0;opacity:.18;background-repeat:repeat;background-size:120px 120px;background-position:center;z-index:0;pointer-events:none;filter:invert(1)}.ha-group-header__inner{position:relative;z-index:1;max-width:80rem;margin:0 auto;padding:1.5rem 1rem;width:100%}.ha-group-header__name{margin:0 0 .5rem;font-size:1.875rem;font-weight:700;color:var(--card)}.ha-group-header__row{display:flex;align-items:center;gap:.5rem;margin:0 0 .25rem;font-size:.75rem;color:#d1d5db}.ha-group-header__row svg{width:14px;height:14px;flex-shrink:0}.ha-group-header__ceo{margin:0;font-size:.75rem;color:#9ca3af}.ha-group-header__links{margin:.5rem 0 0}.ha-group-header__links a{font-size:.75rem;color:#d1d5db;text-decoration:none}.ha-group-header__links a:hover{color:#fff;text-decoration:underline}.ha-period-info-bar{background:#f9fafb;border-radius:.5rem;padding:.5rem 1rem;font-size:.75rem;color:#374151;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;margin-top:3rem;margin-bottom:1rem}.ha-period-info-bar__sep{color:#9ca3af}.ha-period-info-bar a{color:var(--blue-600);text-decoration:underline}.ha-period-info-bar a:hover{color:#1d4ed8}@media (max-width:640px){.ha-period-info-bar{flex-direction:column;align-items:center;gap:.25rem}.ha-period-info-bar__sep{display:none}.ha-gallery-cta__text{text-align:center}.ha-gallery-cta__name{display:block}.ha-artwork-section-header{flex-direction:column;align-items:stretch}.ha-audio-filter-btn{justify-content:center}}.ha-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.ha-consent-dialog{background:var(--card);border-radius:12px;padding:1.5rem;width:360px;max-width:calc(100vw - 2rem);box-shadow:0 25px 50px rgba(0,0,0,.3)}.ha-artwork-loading{position:fixed;inset:0;z-index:2000;background:#000;display:flex;align-items:center;justify-content:center}.ha-artwork-loading__inner{display:flex;flex-direction:column;align-items:center}.ha-artwork-loading__logo{background:#0a0a0a;border-radius:20px;padding:24px 28px;display:flex;align-items:center;justify-content:center}.ha-artwork-loading__logo img{height:72px;width:auto}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{from{transform:translate(-50%,100%)}to{transform:translate(-50%,0)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@media (min-width:640px){.ha-page-title-section__inner{padding:3rem 1.5rem}.ha-page-title-section h1{font-size:1.875rem}.ha-page-title-section p{font-size:1rem}.ha-public-main{padding:0 1.5rem}.ha-detail-header__inner{padding:2rem 1.5rem}.ha-detail-info h1{font-size:1.875rem;line-height:2.25rem}.ha-detail-desc{font-size:.875rem}}@media (min-width:1024px){.ha-detail-info h1{font-size:2.25rem;line-height:2.5rem}.ha-page-title-section h1{font-size:2.25rem;line-height:2.5rem}.ha-artwork-section{padding-left:2rem;padding-right:2rem}}@media (max-width:1024px){.ha-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.ha-grid{grid-template-columns:1fr}.ha-filter-bar{flex-direction:column;align-items:flex-start}.ha-filter-group,.ha-sort-group{width:100%;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.ha-filter-btn,.ha-sort-btn{flex-shrink:0}.ha-detail-hero-img--mobile{display:block;width:100%}.ha-detail-hero-img--mobile img{width:100%;height:auto;object-fit:contain;background:#e5e7eb}.ha-detail-hero-img--desktop{display:none}.ha-detail-header__inner{flex-direction:column;padding:1rem}.ha-fab-wrap{bottom:1rem;right:1rem}.ha-fab-wrap--player-visible{bottom:7.5rem}}@media (min-width:1024px){.ha-public-main{padding:0 2rem}.ha-detail-header{padding:2rem 2rem 3rem}}.ha-error-body{min-height:100vh;margin:0;background:#0b0d12;display:flex;align-items:center;justify-content:center;padding:24px}.ha-error-main{width:100%;display:flex;justify-content:center}.ha-error-card{width:100%;max-width:460px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px}.ha-error-brand{margin-bottom:28px}.ha-error-brand img{height:30px;width:auto;object-fit:contain;opacity:.95}.ha-error-title{font-size:1.4rem;font-weight:700;color:#f3f4f6;margin:0 0 12px;letter-spacing:-.01em}.ha-error-message{font-size:.95rem;line-height:1.75;color:#9ca3af;margin:0 0 32px}.ha-error-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.ha-error-btn{display:inline-flex;align-items:center;gap:6px;padding:13px 24px;border-radius:10px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s ease,border-color .15s ease}.ha-error-btn svg{flex-shrink:0}.ha-error-btn--primary{background:#fff;color:#111827}.ha-error-btn--primary:hover{background:#e5e7eb}.ha-error-btn--ghost{background:rgba(255,255,255,.06);color:#e5e7eb;border:1px solid #2b303b}.ha-error-btn--ghost:hover{background:rgba(255,255,255,.12);border-color:#3a4150}@media (max-width:480px){.ha-error-title{font-size:1.25rem}.ha-error-message{font-size:.9rem}.ha-error-actions{width:100%;flex-direction:column}.ha-error-btn{width:100%;justify-content:center}}.ha-nav-loading{position:fixed;inset:0;z-index:3000;background:#0b0d12;display:none;align-items:center;justify-content:center}.ha-nav-loading.is-active{display:flex}.ha-nav-loading__inner{display:flex;flex-direction:column;align-items:center;gap:22px}.ha-nav-loading__logo{animation:haNavPulse 1.2s ease-in-out infinite}.ha-nav-loading__logo img{display:block;height:52px;width:auto}.ha-nav-loading__bar{position:relative;width:120px;height:3px;border-radius:3px;background:rgba(255,255,255,.12);overflow:hidden}.ha-nav-loading__bar::after{content:"";position:absolute;top:0;left:-40%;height:100%;width:40%;border-radius:3px;background:#fff;animation:haNavBar 1.1s ease-in-out infinite}@keyframes haNavPulse{0%,100%{opacity:.5;transform:scale(.97)}50%{opacity:1;transform:scale(1)}}@keyframes haNavBar{0%{left:-40%}100%{left:100%}}@media (prefers-reduced-motion:reduce){.ha-nav-loading__logo{animation:none;opacity:.9}.ha-nav-loading__bar::after{animation-duration:2.4s}}.ha-artwork-grid-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:4rem 1rem 5rem;color:var(--text-muted);font-size:.9rem}.ha-artwork-grid-loading__logo{display:inline-flex;align-items:center;justify-content:center;background:#0a0a0a;border-radius:14px;padding:14px 16px;animation:haNavPulse 1.2s ease-in-out infinite}.ha-artwork-grid-loading__logo img{display:block;height:34px;width:auto}.ha-artwork-grid-loading__text{color:var(--text-muted)}