@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.app-loading-shell{background:var(--bling-bg,#faf6f0);min-height:100dvh}.app-loading-header{background:var(--noir-bg,#0f0d0b);border-bottom:1px solid #b491581f;align-items:center;height:64px;padding:0 24px;display:flex}.app-loading-shimmer{background:linear-gradient(90deg,#c9a96e0f 0%,#c9a96e29 40%,#c9a96e0f 80%) 0 0/800px 100%;border-radius:8px;animation:1.4s ease-in-out infinite shimmer}.app-loading-bar{background:linear-gradient(90deg,#ffffff0a 0%,#ffffff1f 40%,#ffffff0a 80%) 0 0/800px 100%;border-radius:6px;width:140px;height:28px;margin:auto}.app-loading-body{max-width:1200px;margin:0 auto;padding:24px 20px}.app-loading-hero{border-radius:12px;width:100%;height:260px;margin-bottom:32px}.app-loading-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.app-loading-card{aspect-ratio:3/4;border-radius:10px}@media (min-width:600px){.app-loading-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:901px){.app-loading-header{height:80px}.app-loading-hero{height:420px}.app-loading-grid{grid-template-columns:repeat(4,1fr)}}@media (prefers-reduced-motion:reduce){.app-loading-shimmer{animation:none}}
