:root{--bg: #0d0d14;--surface: #15151f;--surface2: #1e1e2e;--border: #2a2a3e;--accent: #e50914;--accent-hover: #ff1f2e;--accent2: #f5a623;--text: #e8e8f0;--text-muted: #888899;--success: #22c55e;--error: #ef4444;--info: #3b82f6;--radius: 10px;--shadow: 0 4px 24px rgba(0, 0, 0, .5)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}.navbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:1.5rem;padding:0 2rem;height:60px;background:#0d0d14eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.navbar-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0}.brand-icon{font-size:1.4rem}.brand-name{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.navbar-links{display:flex;gap:.25rem}.nav-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.4rem .9rem;border-radius:6px;font-size:.9rem;font-weight:500;transition:all .15s}.nav-btn:hover{color:var(--text);background:var(--surface2)}.nav-btn.active{color:var(--accent);background:#e509141f}.cp-status{margin-left:auto;display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-muted)}.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-dot.online{background:var(--success);box-shadow:0 0 6px var(--success)}.status-dot.offline{background:var(--error)}.status-dot.unknown{background:var(--text-muted)}.app{min-height:100vh}.main-content{max-width:1400px;margin:0 auto;padding:2rem}.search-bar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.search-input-wrap{display:flex;gap:.5rem}.search-input{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1.1rem;font-size:1rem;color:var(--text);outline:none;transition:border-color .15s}.search-input:focus{border-color:var(--accent)}.search-input::placeholder{color:var(--text-muted)}.search-btn{background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.search-btn:hover:not(:disabled){background:var(--accent-hover)}.search-btn:disabled{opacity:.5;cursor:not-allowed}.provider-toggle{display:flex;align-items:center;gap:.5rem}.provider-label{font-size:.85rem;color:var(--text-muted)}.provider-btn{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:6px;padding:.3rem .8rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s}.provider-btn:hover{color:var(--text);border-color:var(--text-muted)}.provider-btn.active{color:var(--accent2);border-color:var(--accent2);background:#f5a6231a}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}.movie-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.movie-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.movie-poster-wrap{position:relative;aspect-ratio:2/3;overflow:hidden;background:var(--surface2)}.movie-poster{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.movie-card:hover .movie-poster{transform:scale(1.05)}.movie-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(13,13,20,.97) 0%,transparent 50%);opacity:0;transition:opacity .2s;padding:1rem;display:flex;align-items:flex-end}.movie-card:hover .movie-overlay{opacity:1}.movie-overview{font-size:.72rem;color:var(--text-muted);line-height:1.45;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.movie-info{padding:.75rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.movie-meta{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.movie-year,.movie-rating{font-size:.72rem;color:var(--text-muted)}.movie-provider{font-size:.62rem;font-weight:700;padding:.1rem .35rem;border-radius:4px;margin-left:auto}.provider-tmdb{background:#01b4e433;color:#01b4e4}.provider-tvdb{background:#68a06333;color:#68a063}.movie-title{font-size:.85rem;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-btn{margin-top:auto;background:var(--accent);color:#fff;border:none;border-radius:6px;padding:.45rem;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s;width:100%}.add-btn:hover:not(:disabled){background:var(--accent-hover)}.add-btn:disabled{background:var(--surface2);color:var(--text-muted);cursor:not-allowed}.wanted-view,.movie-grid-view{width:100%}.view-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.view-header h2{font-size:1.25rem;font-weight:700}.refresh-btn{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:.4rem .9rem;font-size:.85rem;cursor:pointer;transition:all .15s}.refresh-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.list{display:flex;flex-direction:column;gap:.75rem}.list-item{display:flex;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;transition:border-color .15s}.list-item:hover{border-color:var(--border)}.list-poster{width:60px;height:90px;object-fit:cover;border-radius:6px;flex-shrink:0;background:var(--surface2)}.list-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.list-title{font-size:1rem;font-weight:600}.list-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.8rem;color:var(--text-muted)}.list-plot{font-size:.8rem;color:var(--text-muted);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.list-date{font-size:.75rem;color:var(--text-muted);margin-top:auto}.quality-badge{background:#f5a62326;color:var(--accent2);border-radius:4px;padding:.1rem .4rem;font-size:.7rem;font-weight:700;text-transform:uppercase}.status-badge{border-radius:4px;padding:.1rem .4rem;font-size:.7rem;font-weight:700;text-transform:uppercase}.badge-wanted{background:#e5091426;color:var(--accent)}.badge-done{background:#22c55e26;color:var(--success)}.badge-snatched{background:#3b82f626;color:var(--info)}.badge-unknown{background:var(--surface2);color:var(--text-muted)}.loading-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem;color:var(--text-muted)}.spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{display:flex;align-items:center;justify-content:center;padding:4rem;color:var(--text-muted);font-size:.95rem}.empty-state.hero{flex-direction:column;gap:1rem;padding:6rem 2rem}.hero-icon{font-size:4rem}.empty-state.hero h2{font-size:1.5rem;color:var(--text)}.empty-state.hero p{color:var(--text-muted)}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000;display:flex;flex-direction:column;gap:.5rem;max-width:360px}.toast{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;border-radius:var(--radius);cursor:pointer;animation:slideIn .2s ease;box-shadow:var(--shadow);font-size:.875rem}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{background:#14532d;border:1px solid #166534}.toast-error{background:#450a0a;border:1px solid #7f1d1d}.toast-info{background:#1e3a5f;border:1px solid #1e40af}.toast-icon{font-size:.9rem;flex-shrink:0}.toast-message{line-height:1.4}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.movie-card{cursor:pointer}.movie-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.movie-card.queued{border-color:var(--success)}.hover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a12ed;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:1rem;opacity:0;transition:opacity .18s ease;text-align:center}.hover-title{font-size:.95rem;font-weight:700;color:var(--text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hover-year{font-size:.8rem;color:var(--text-muted)}.hover-queue-btn{margin-top:.5rem;padding:.65rem 1.25rem;border-radius:8px;border:none;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .15s;background:var(--accent);color:#fff;width:100%}.hover-queue-btn:hover:not(:disabled){background:var(--accent-hover)}.hover-queue-btn.queued{background:var(--success);cursor:default}.hover-queue-btn.loading{background:var(--surface2);color:var(--text-muted);cursor:not-allowed}@media (hover: hover){.movie-card:hover .hover-overlay{opacity:1}}@media (hover: none){.hover-overlay{display:none}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);border:1px solid var(--border);border-radius:16px;max-width:680px;width:100%;position:relative;animation:slideUp .2s ease;max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:var(--surface2);border:none;color:var(--text-muted);width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:.85rem;z-index:1;transition:all .15s}.modal-close:hover{background:var(--border);color:var(--text)}.modal-body{display:flex;gap:1.5rem;padding:1.5rem}.modal-poster{width:180px;flex-shrink:0;border-radius:10px;object-fit:cover;align-self:flex-start}.modal-details{flex:1;display:flex;flex-direction:column;gap:.75rem;min-width:0}.modal-title{font-size:1.4rem;font-weight:800;line-height:1.2}.modal-meta{display:flex;gap:.75rem;font-size:.9rem;color:var(--text-muted)}.modal-overview{font-size:.9rem;color:var(--text-muted);line-height:1.6}.modal-queue-btn{margin-top:auto;padding:.85rem 1.5rem;border-radius:10px;border:none;font-size:1rem;font-weight:700;cursor:pointer;transition:all .15s;background:var(--accent);color:#fff}.modal-queue-btn:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px)}.modal-queue-btn.loading{background:var(--surface2);color:var(--text-muted);cursor:not-allowed}.modal-queue-btn.queued{background:var(--success);color:#fff;cursor:default}@media (max-width: 500px){.modal-body{flex-direction:column}.modal-poster{width:100%;max-height:280px}}.queued-badge{position:absolute;top:.5rem;left:.5rem;background:var(--success);color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .5rem;border-radius:6px;letter-spacing:.03em;text-transform:uppercase;z-index:1;pointer-events:none}.movie-card.queued .movie-poster{opacity:.5}.movie-card.queued .movie-info{opacity:.6}.recent-searches{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}.recent-label{font-size:.78rem;color:var(--text-muted);flex-shrink:0}.recent-chip{display:flex;align-items:center;background:var(--surface2);border:1px solid var(--border);border-radius:20px;overflow:hidden;transition:border-color .15s}.recent-chip:hover{border-color:var(--accent)}.recent-chip-text{background:none;border:none;color:var(--text);font-size:.8rem;padding:.25rem .6rem .25rem .75rem;cursor:pointer}.recent-chip-text:hover{color:var(--accent)}.recent-chip-remove{background:none;border:none;color:var(--text-muted);font-size:1rem;line-height:1;padding:.25rem .5rem .25rem 0;cursor:pointer;transition:color .15s}.recent-chip-remove:hover{color:var(--error)}.browse-section{margin-bottom:3rem}.section-header{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1rem}.section-title{font-size:1.15rem;font-weight:700;margin-bottom:1rem}.section-count{font-size:.8rem;color:var(--text-muted)}.load-more-sentinel{height:40px}.modal-trailer{width:100%;aspect-ratio:16/9;border:none;border-radius:10px;background:#000}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width: 640px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.main-content{padding-bottom:5rem}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#0d0d14f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);display:flex;justify-content:space-around;padding:.5rem 0 calc(.5rem + env(safe-area-inset-bottom))}.bottom-tab{display:flex;flex-direction:column;align-items:center;gap:.2rem;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.4rem 1.5rem;border-radius:8px;transition:color .15s;flex:1}.bottom-tab.active{color:var(--accent)}.bottom-tab-icon{font-size:1.4rem!important;width:1.4rem!important;height:1.4rem!important}.bottom-tab-label{font-size:.65rem;font-weight:600;letter-spacing:.02em}.modal-genres{display:flex;flex-wrap:wrap;gap:.35rem}.genre-chip{background:var(--surface2);border:1px solid var(--border);border-radius:20px;padding:.2rem .6rem;font-size:.75rem;color:var(--text-muted)}.modal-cast{padding:0 1.5rem 1rem}.modal-section-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.75rem}.cast-list{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.cast-list::-webkit-scrollbar{display:none}.cast-member{display:flex;flex-direction:column;align-items:center;gap:.3rem;flex-shrink:0;width:70px;text-align:center}.cast-photo{width:56px;height:56px;border-radius:50%;object-fit:cover;background:var(--surface2)}.cast-name{font-size:.7rem;font-weight:600;line-height:1.2;color:var(--text)}.cast-character{font-size:.62rem;color:var(--text-muted);line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.modal-trailer-wrap{padding:0 1.5rem 1.5rem}.modal-trailer-wrap .modal-section-title{margin-bottom:.75rem}.navbar-user{margin-left:auto;display:flex;align-items:center;gap:.5rem}.nav-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1px solid var(--border)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:2rem}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:3rem 2.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:360px;width:100%;box-shadow:var(--shadow)}.login-logo{font-size:3rem}.login-title{font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.login-subtitle{font-size:.9rem;color:var(--text-muted);text-align:center;margin-bottom:.5rem}.google-btn{display:flex;align-items:center;gap:.6rem;background:#fff;color:#3c4043;border:1px solid #dadce0;border-radius:8px;padding:.7rem 1.5rem;font-size:.95rem;font-weight:500;cursor:pointer;text-decoration:none;transition:box-shadow .15s;width:100%;justify-content:center}.google-btn:hover{box-shadow:0 2px 8px #0000004d}.available-toggle{background:none;border:2px solid var(--border);color:var(--text-muted);width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:1.1rem;flex-shrink:0;align-self:center;transition:all .15s}.available-toggle:hover{border-color:var(--success);color:var(--success)}.available-toggle.is-available{border-color:var(--success);color:var(--success);background:#22c55e1a}.list-actions{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex-shrink:0;align-self:center}.wp-host-btn{background:#e509141f;border:1px solid rgba(229,9,20,.3);color:var(--accent);border-radius:6px;padding:.3rem .6rem;font-size:.75rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .15s}.wp-host-btn:hover{background:#e5091438}.nav-btn{position:relative}.nav-badge{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;min-width:16px;height:16px;border-radius:8px;padding:0 4px;margin-left:4px;vertical-align:middle}.bottom-tab-icon-wrap{position:relative;display:inline-flex}.nav-badge-mobile{position:absolute;top:-4px;right:-6px;margin:0}.wp-modal{max-width:520px;padding:0}.wp-modal-header{display:flex;align-items:center;gap:1rem;padding:1.5rem 1.5rem 0}.wp-modal-poster{width:64px;height:96px;object-fit:cover;border-radius:6px;flex-shrink:0}.wp-modal-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.25rem}.wp-modal-title{font-size:1.15rem;font-weight:700;line-height:1.2}.wp-modal-year{font-size:.85rem;color:var(--text-muted);margin-top:.2rem}.wp-form{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.wp-field{display:flex;flex-direction:column;gap:.35rem}.wp-label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.wp-input{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:.6rem .9rem;font-size:.9rem;color:var(--text);outline:none;transition:border-color .15s;width:100%}.wp-input:focus{border-color:var(--accent)}.wp-input::placeholder{color:var(--text-muted)}.wp-textarea{resize:vertical;font-family:inherit}.wp-email-row{display:flex;gap:.5rem}.wp-add-email-btn{background:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);padding:.6rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .15s}.wp-add-email-btn:hover{border-color:var(--accent);color:var(--accent)}.wp-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.4rem}.wp-chip{display:inline-flex;align-items:center;gap:.3rem;background:#3b82f626;border:1px solid rgba(59,130,246,.3);color:var(--info);border-radius:20px;padding:.2rem .5rem .2rem .75rem;font-size:.78rem}.wp-chip-remove{background:none;border:none;color:var(--info);cursor:pointer;font-size:1.1rem;line-height:1;padding:0;opacity:.7;transition:opacity .15s}.wp-chip-remove:hover{opacity:1}.wp-submit-btn{background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:.85rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .15s;margin-top:.25rem}.wp-submit-btn:hover:not(:disabled){background:var(--accent-hover)}.wp-submit-btn:disabled{opacity:.6;cursor:not-allowed}.wp-section{margin-bottom:2rem}.wp-section-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.75rem}.wp-list{display:flex;flex-direction:column;gap:.75rem}.wp-card{display:flex;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem;transition:border-color .15s}.wp-card:hover{border-color:#e509144d}.wp-card-dim{opacity:.6}.wp-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.4rem}.wp-card-title{font-size:1rem;font-weight:700}.wp-card-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.wp-countdown{font-size:.72rem;font-weight:700;color:var(--accent2);background:#f5a6231f;border-radius:4px;padding:.1rem .4rem}.wp-card-info{display:flex;flex-direction:column;gap:.2rem;font-size:.82rem;color:var(--text-muted)}.wp-notes{font-size:.8rem;color:var(--text-muted);font-style:italic;margin-top:.1rem}.wp-guests{display:flex;gap:.75rem;font-size:.78rem;margin-top:.2rem}.wp-guest-count{color:var(--success);font-weight:600}.wp-guest-count.muted{color:var(--text-muted)}.wp-invite-list{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.2rem}.wp-invite-chip{display:inline-flex;align-items:center;gap:.25rem;border-radius:20px;padding:.15rem .55rem;font-size:.72rem;font-weight:500;border:1px solid var(--border);background:var(--surface2);color:var(--text-muted)}.wp-invite-chip.status-accepted{background:#22c55e1a;border-color:#22c55e4d;color:var(--success)}.wp-invite-chip.status-declined{opacity:.45;text-decoration:line-through}.wp-invite-status{font-size:.7rem}.wp-actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.4rem}.wp-action-btn{background:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:.35rem .75rem;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .15s}.wp-action-btn:hover{border-color:var(--accent);color:var(--accent)}.wp-action-btn.secondary:hover{border-color:var(--text-muted);color:var(--text-muted)}.wp-action-btn.danger:hover{border-color:var(--error);color:var(--error)}.wp-add-guests{width:100%;display:flex;flex-direction:column;gap:.4rem}.invite-modal{max-width:560px;padding:1.5rem}.invite-modal-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.invite-modal-icon{font-size:2rem}.invite-modal-title{font-size:1.2rem;font-weight:800}.invite-modal-sub{font-size:.85rem;color:var(--text-muted);margin-top:.2rem}.invite-list{display:flex;flex-direction:column;gap:.75rem}.invite-card{display:flex;gap:1rem;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem}.invite-poster{width:56px;height:84px;object-fit:cover;border-radius:6px;flex-shrink:0}.invite-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.invite-movie{font-size:.95rem;font-weight:700}.invite-year{font-size:.78rem;color:var(--text-muted)}.invite-host{font-size:.8rem;color:var(--text-muted)}.invite-when{font-size:.82rem;color:var(--text)}.invite-where{font-size:.82rem;color:var(--text-muted)}.invite-notes{font-size:.78rem;color:var(--text-muted);font-style:italic}.invite-actions{display:flex;flex-direction:column;gap:.4rem;justify-content:center;flex-shrink:0}.invite-accept-btn{background:var(--success);color:#fff;border:none;border-radius:6px;padding:.45rem .9rem;font-size:.82rem;font-weight:700;cursor:pointer;transition:opacity .15s;white-space:nowrap}.invite-accept-btn:hover{opacity:.85}.invite-decline-btn{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:6px;padding:.45rem .9rem;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.invite-decline-btn:hover{border-color:var(--error);color:var(--error)}.watched-toggle{background:none;border:2px solid var(--border);color:var(--text-muted);width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:1rem;flex-shrink:0;align-self:center;transition:all .15s;display:flex;align-items:center;justify-content:center;opacity:.4}.watched-toggle:hover{opacity:1;border-color:var(--info)}.watched-toggle.is-watched{border-color:var(--info);opacity:1;background:#3b82f61a}.list-item-watched{opacity:.6}.list-item-watched .list-title{text-decoration:line-through;text-decoration-color:var(--text-muted)}.badge-watched{background:#3b82f626;color:var(--info)}.surprise-btn{background:linear-gradient(135deg,#e5091426,#f5a62326);border:1px solid rgba(245,166,35,.35);color:var(--accent2);border-radius:6px;padding:.4rem .9rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.surprise-btn:hover{background:linear-gradient(135deg,#e5091440,#f5a62340)}.review-section{border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem;display:flex;flex-direction:column;gap:.6rem}.review-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.review-form{display:flex;flex-direction:column;gap:.5rem}.review-textarea{font-size:.85rem}.review-form-actions{display:flex;gap:.4rem;flex-wrap:wrap}.star-rating{display:flex;gap:.2rem}.star{background:none;border:none;font-size:1.4rem;cursor:pointer;color:var(--border);transition:color .1s,transform .1s;padding:0;line-height:1}.star.filled{color:var(--accent2)}.star:hover{transform:scale(1.2)}.review-mine{display:flex;flex-direction:column;gap:.35rem}.review-text{font-size:.82rem;color:var(--text-muted);font-style:italic}.review-others{display:flex;flex-direction:column;gap:.5rem}.review-row{display:flex;gap:.6rem;align-items:flex-start}.review-row-body{flex:1;min-width:0}.review-row-name{font-size:.82rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.review-stars{font-size:.75rem;color:var(--accent2);letter-spacing:.05em}.crew-view{width:100%}.crew-layout{display:grid;grid-template-columns:260px 1fr;gap:1.5rem;align-items:start}@media (max-width: 700px){.crew-layout{grid-template-columns:1fr}}.crew-sidebar{display:flex;flex-direction:column;gap:1rem}.crew-list{display:flex;flex-direction:column;gap:.35rem}.crew-list-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.65rem .85rem;text-align:left;cursor:pointer;transition:all .15s;width:100%}.crew-list-item:hover{border-color:var(--accent)}.crew-list-item.active{border-color:var(--accent);background:#e509140f}.crew-list-item.is-active-crew{border-color:var(--success)}.crew-list-item.active.is-active-crew{border-color:var(--success);background:#22c55e0f}.crew-list-name{font-size:.9rem;font-weight:600;color:var(--text)}.crew-list-meta{font-size:.75rem;color:var(--text-muted);margin-top:.15rem;display:flex;align-items:center;gap:.4rem}.crew-active-dot{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 5px var(--success);flex-shrink:0}.crew-forms{display:flex;flex-direction:column;gap:.75rem}.crew-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem;display:flex;flex-direction:column;gap:.5rem}.crew-form-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.crew-detail{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem}.crew-detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.crew-detail-name{font-size:1.2rem;font-weight:800}.crew-detail-meta{font-size:.82rem;color:var(--text-muted);margin-top:.2rem}.crew-switch-btn{background:#e509141a;border:1px solid rgba(229,9,20,.3);color:var(--accent);border-radius:6px;padding:.4rem .9rem;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .15s;flex-shrink:0}.crew-switch-btn:hover{background:#e5091433}.crew-active-badge{background:#22c55e1f;border:1px solid rgba(34,197,94,.3);color:var(--success);border-radius:6px;padding:.4rem .9rem;font-size:.78rem;font-weight:700;flex-shrink:0}.crew-invite-section{display:flex;flex-direction:column;gap:.4rem}.crew-invite-row{display:flex;gap:.4rem}.crew-invite-input{font-size:.78rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis}.crew-members-section{display:flex;flex-direction:column;gap:.6rem}.crew-members-list{display:flex;flex-direction:column;gap:.5rem}.crew-member-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--border)}.crew-member-row:last-child{border-bottom:none}.crew-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--surface2)}.crew-member-avatar.small{width:26px;height:26px}.crew-member-avatar-placeholder{display:flex;align-items:center;justify-content:center;font-size:1rem;border:1px solid var(--border)}.crew-member-info{flex:1;min-width:0}.crew-member-name{font-size:.88rem;font-weight:600}.crew-member-email{font-size:.75rem;color:var(--text-muted)}.crew-you-tag{font-weight:400;color:var(--text-muted)}.crew-role-badge{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.15rem .45rem;border-radius:4px;flex-shrink:0}.crew-role-badge.owner{background:#f5a62326;color:var(--accent2)}.crew-role-badge.member{background:var(--surface2);color:var(--text-muted)}.crew-remove-btn{background:none;border:1px solid var(--border);color:var(--text-muted);border-radius:6px;padding:.2rem .5rem;font-size:.78rem;cursor:pointer;transition:all .15s;flex-shrink:0}.crew-remove-btn:hover{border-color:var(--error);color:var(--error)}.crew-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 2rem;color:var(--text-muted);text-align:center}.crew-empty h3{font-size:1.1rem;color:var(--text)}.crew-empty p{font-size:.88rem;max-width:320px;line-height:1.6}
