.trailer-modal__overlay{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.trailer-modal__content{background:var(--bg-primary);border-radius:12px;width:100%;max-width:900px;position:relative;overflow:hidden}.trailer-modal__close-btn{z-index:10;color:var(--text-primary);cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.trailer-modal__close-btn:hover{background:#000c}.trailer-modal__video-container{width:100%;padding-top:56.25%;position:relative}.trailer-modal__video-container iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.trailer-modal__footer{justify-content:center;align-items:center;padding:1rem;display:flex}.trailer-modal__watch-btn{background:var(--netflix-red);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-size:.9rem;font-weight:600;transition:opacity .2s;display:flex}.trailer-modal__watch-btn:hover{opacity:.85}@media (max-width:640px){.trailer-modal__overlay{padding:1rem}}
.streaming-result-card{background:var(--card-bg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.streaming-result-card:hover{border-color:var(--netflix-red);background:var(--card-hover-bg);transform:translateY(-4px);box-shadow:0 8px 32px #0000004d}.streaming-result-card__poster{aspect-ratio:2/3;background:var(--bg-secondary);flex-shrink:0;transition:background .3s;position:relative;overflow:hidden}.streaming-result-card__poster .trailer-button{z-index:5;color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex;position:absolute;top:.5rem;left:.5rem}.streaming-result-card__poster .trailer-button:hover{background:var(--netflix-red)}.streaming-result-card__image{object-fit:cover;opacity:0;width:100%;height:100%;transition:all .3s}.streaming-result-card__image.loaded{opacity:1}.streaming-result-card__placeholder{background:linear-gradient(135deg,var(--bg-secondary),var(--bg-tertiary));width:100%;height:100%;color:var(--text-secondary);justify-content:center;align-items:center;transition:background .3s,color .3s;display:flex}.streaming-result-card__overlay{opacity:0;background:linear-gradient(#0000 60%,#000c 100%);justify-content:center;align-items:flex-end;padding:1rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.streaming-result-card:hover .streaming-result-card__overlay{opacity:1}.streaming-result-card__play-buttons{justify-content:center;gap:.5rem;width:100%;max-width:200px;display:flex}.streaming-result-card__play-btn{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.375rem;min-width:80px;padding:.5rem .75rem;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.streaming-result-card__play-btn--server1{color:#fff;background:#000000e6}.streaming-result-card__play-btn--server1:hover{background:#000000e6;transform:translateY(-1px)}.streaming-result-card__play-btn--server2{color:#fff;background:#000000e6}.streaming-result-card__play-btn--server2:hover{background:#000000e6;transform:translateY(-1px)}.streaming-result-card__info{flex-direction:column;flex:1;min-height:0;padding:1rem;display:flex}.streaming-result-card__title{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6rem;margin:0 0 .5rem;font-size:1rem;font-weight:600;line-height:1.3;transition:color .3s;display:-webkit-box;overflow:hidden}.streaming-result-card__meta{flex-wrap:nowrap;align-items:center;gap:.5rem;height:20.8px;margin-bottom:.5rem;display:flex;overflow:hidden}.streaming-result-card__year,.streaming-result-card__rating,.streaming-result-card__type{color:var(--text-secondary);align-items:center;gap:.25rem;font-size:.8rem;transition:color .3s;display:flex}.streaming-result-card__rating{color:#fbbf24}.streaming-result-card__type{background:var(--input-bg);text-transform:uppercase;letter-spacing:.5px;border-radius:12px;padding:.125rem .5rem;font-size:.7rem;font-weight:500;transition:background .3s}.streaming-result-card__overview{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:3.6rem;margin:0;font-size:.85rem;line-height:1.4;transition:color .3s;display:-webkit-box;overflow:hidden}@media (max-width:768px){.streaming-result-card__info{padding:.75rem}.streaming-result-card__title{font-size:.9rem}.streaming-result-card__play-buttons{gap:.375rem;max-width:180px}.streaming-result-card__play-btn{min-width:70px;padding:.375rem .5rem;font-size:.7rem}.streaming-result-card__overview{-webkit-line-clamp:2;font-size:.8rem}}@media (max-width:480px){.streaming-result-card{border-radius:8px}.streaming-result-card__info{padding:.625rem}.streaming-result-card__title{-webkit-line-clamp:1;font-size:.85rem}.streaming-result-card__meta{gap:.5rem}.streaming-result-card__year,.streaming-result-card__rating,.streaming-result-card__type{font-size:.75rem}.streaming-result-card__overview{display:none}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.streaming-result-card__image:not(.loaded){background:linear-gradient(90deg,var(--bg-secondary)0px,var(--border-color)40px,var(--bg-secondary)80px);background-size:200px;animation:1.5s infinite shimmer}.streaming-result-card__play-btn:focus-visible{outline:2px solid var(--netflix-red);outline-offset:2px}
