.search-bar{background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:8px;width:100%;max-width:420px;padding:8px 12px;display:flex}[data-theme=dark] .search-bar{background:#020617;border-color:#1f2937}.search-bar__input{background:0 0;border:none;outline:none;flex:1;font-size:14px}.search-bar__input::placeholder{color:#9ca3af}.search-bar__iconButton{color:#9ca3af;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:14px;display:inline-flex}
.skeleton__wrapper{flex-direction:column;gap:1.5rem;width:100%;max-width:960px;margin:0 auto;display:flex}.skeleton__block{background:linear-gradient(90deg,#0b1120 0%,#020617 40%,#0b1120 80%) 0 0/200% 100%;border-radius:.75rem;height:140px;animation:1.4s ease-in-out infinite skeleton__shimmer}.skeleton__block--lg{height:200px}@keyframes skeleton__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton__wrapper{flex-direction:column;gap:24px;display:flex}.skeleton__pulse{animation:1.4s ease-in-out infinite skeleton-pulse}@keyframes skeleton-pulse{0%{background-color:#e2e2e2}50%{background-color:#f0f0f0}to{background-color:#e2e2e2}}.skeleton__selected{gap:16px;display:flex}.skeleton__thumbnail{border-radius:8px;width:120px;height:160px}.skeleton__content{flex-direction:column;flex:1;gap:8px;display:flex}.skeleton__line{border-radius:6px;height:12px}.skeleton__line--short{width:60%}.skeleton__section{flex-direction:column;gap:12px;display:flex}.skeleton__title{border-radius:8px;width:150px;height:16px}.skeleton__grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}.skeleton__card{flex-direction:column;gap:8px;display:flex}.skeleton__cardImg{aspect-ratio:3/4;border-radius:8px;width:100%}.skeleton__cardBody{flex-direction:column;gap:6px;display:flex}
