body{color:#fff;background-image:linear-gradient(#020917,#101725);margin:0;font-family:Inter,Avenir,Helvetica,Arial,sans-serif}.content{text-align:center;flex-direction:column;justify-content:center;min-height:100vh;line-height:1.1;display:flex}.content h1{font-size:3.6rem;font-weight:700}.content p{opacity:.5;font-size:1.2rem;font-weight:400}.app-header{justify-content:center;align-items:center;gap:14px;margin-bottom:8px;display:flex}.app-logo{width:56px;height:56px}.movie-card{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:300px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}.movie-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026,0 4px 12px #0000001f}.movie-card__poster{aspect-ratio:2/3;background-color:#f5f5f5;width:100%;position:relative;overflow:hidden}.movie-card__poster img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.movie-card:hover .movie-card__poster img{transform:scale(1.05)}.movie-card__rating{color:#fff;background:#000c;border-radius:16px;align-items:center;gap:2px;padding:4px 8px;font-size:12px;font-weight:700;display:flex;position:absolute;top:8px;right:8px}.rating-star{font-size:10px}.movie-card__content{flex-direction:column;flex-grow:1;padding:16px;display:flex}.movie-card__title{color:#1f2937;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0 0 8px;font-size:18px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.movie-card__year{color:#6b7280;margin:0 0 12px;font-size:14px;font-weight:500}.movie-card__overview{color:#4b5563;-webkit-line-clamp:3;line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;flex-grow:1;margin:0;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.movie-card.loading{pointer-events:none}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite loading}.loading-placeholder{border-radius:8px;width:100%;height:100%}.loading-text{border-radius:4px;height:16px;margin-bottom:8px}.loading-text.short{width:60%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.movie-card.error,.movie-card.not-found{opacity:.8}.error-poster,.not-found-poster{color:#6b7280;background-color:#f3f4f6;justify-content:center;align-items:center;display:flex}.error-icon,.not-found-icon{font-size:48px}.movie-card.error .movie-card__title{color:#dc2626}.movie-card.not-found .movie-card__title{color:#6b7280}@media (max-width:768px){.movie-card{max-width:100%}.movie-card__title{font-size:16px}.movie-card__content{padding:12px}}@media (prefers-color-scheme:dark){.movie-card{color:#f9fafb;background:#1f2937}.movie-card__title{color:#f9fafb}.movie-card__year{color:#9ca3af}.movie-card__overview{color:#d1d5db}.error-poster,.not-found-poster{color:#9ca3af;background-color:#374151}}.movie-page{max-width:1200px;margin:0 auto;padding:24px}.page-title{color:#1f2937;text-align:center;margin-bottom:32px;font-size:32px;font-weight:700}.movies-grid{flex-flow:wrap;justify-content:flex-start;gap:24px;display:flex}.movies-grid .movie-card{flex:0 0 calc(25% - 18px);max-width:calc(25% - 18px)}@media (max-width:768px){.movie-page{padding:16px}.page-title{margin-bottom:24px;font-size:24px}.movies-grid{gap:16px}.movies-grid .movie-card{flex:0 0 calc(50% - 8px);max-width:calc(50% - 8px)}}@media (max-width:480px){.movies-grid{gap:16px}.movies-grid .movie-card{flex:0 0 100%;max-width:100%}}@media (prefers-color-scheme:dark){.movie-page{color:#f9fafb;background-color:#111827}.page-title{color:#f9fafb}}