*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f172a;color:#f8fafc}#root{width:100%;min-height:100vh;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.flex-col{flex-direction:column}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pt-8{padding-top:2rem}.h-screen{height:100vh}.relative{position:relative}.z-10{z-index:10}.transition-all{transition-property:all}.duration-500{transition-duration:.5s}.video-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;transition:all .5s ease-in-out;background-color:#0f172a;background-image:linear-gradient(to bottom,#0f172a,#1e293b)}.video-background.video-error{background-color:#0f172a;background-image:linear-gradient(to bottom,#0f172a,#1e293b)}.video-background.video-error .fullscreen-video{display:none}.fullscreen-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%) translateY(-50%);filter:blur(3px);transition:filter .5s ease-in-out;object-fit:cover;opacity:.85}.video-background.searching .fullscreen-video{filter:blur(4px) brightness(.62)}.tv-static-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0f172a26;pointer-events:none;z-index:1}.darkening-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000;transition:background-color .5s ease-in-out;z-index:2}.video-background.searching .darkening-overlay{background-color:#0000006b}.search-form-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;transition:all .5s ease}.search-form-container.searching{min-height:auto;padding:2rem 2rem 1rem}.search-form{display:flex;flex-direction:column;align-items:center;width:100%;max-width:640px;margin:0 auto}.app-logo{margin-bottom:1.2rem;transition:all .5s ease;display:flex;justify-content:center}.app-logo.small{margin-bottom:.125rem}.app-logo.small .logo-image{max-width:200px}.app-logo.clickable{cursor:pointer;transition:all .3s ease-in-out}.app-logo.clickable:hover{transform:scale(1.04);filter:drop-shadow(0 0 20px rgba(139,92,246,.45))}.logo-image{max-width:300px;height:auto;transition:all .5s ease}.tagline{margin-bottom:2.5rem}.tagline h1{font-size:2.4rem;font-weight:700;background:linear-gradient(100deg,#ec4899,#8b5cf6,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:-.02em;line-height:1.2;text-align:center}.prompt-bar{width:100%;display:flex;flex-direction:column;gap:.4rem;padding:.9rem .9rem .7rem;border-radius:24px;transition:border-color .25s ease,box-shadow .25s ease}.prompt-bar:focus-within{border-color:#8b5cf680;box-shadow:0 24px 60px #00000073,0 0 30px #8b5cf633}.input-wrapper{width:100%;display:flex;position:relative}.search-input{width:100%;padding:.55rem .4rem;font-size:1.05rem;font-family:inherit;border:none;background:transparent;color:#f8fafc;outline:none}.search-input::placeholder{color:#f8fafc73}.animated-placeholder{position:absolute;top:50%;left:.4rem;right:.4rem;transform:translateY(-50%);pointer-events:none;overflow:hidden;white-space:nowrap;color:#f8fafc66;font-size:1rem;z-index:1;-webkit-mask-image:linear-gradient(to right,#000 85%,transparent);mask-image:linear-gradient(to right,#000 85%,transparent)}.placeholder-text{display:flex;width:max-content;animation:scrollText 18s linear infinite;will-change:transform}.placeholder-text span{flex-shrink:0;white-space:nowrap;padding-right:4rem}@keyframes scrollText{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.placeholder-text{animation:none}}.type-toggle{position:relative;display:inline-flex;align-self:center;padding:3px;margin-bottom:.15rem;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07);box-shadow:inset 0 1px 3px #0000004d}.type-toggle-thumb{position:absolute;top:3px;bottom:3px;left:0;border-radius:999px;background:#f8fafc;box-shadow:0 1px 6px #00000059,inset 0 1px #ffffffb3;transition:transform .36s cubic-bezier(.22,1,.36,1),width .36s cubic-bezier(.22,1,.36,1);will-change:transform,width,filter;z-index:0;pointer-events:none}.type-toggle-thumb.sliding{animation:thumb-blur .36s ease}@keyframes thumb-blur{0%{filter:blur(0)}45%{filter:blur(3.5px)}to{filter:blur(0)}}.type-toggle-btn{position:relative;z-index:1;padding:.3rem .95rem;border:none;border-radius:999px;background:transparent;color:#8b95ab;font-size:.78rem;font-weight:600;font-family:inherit;cursor:pointer;transition:color .28s ease,transform .15s ease}.type-toggle-btn:hover{color:#e2e8f0}.type-toggle-btn.active{color:#0a0e1c}.type-toggle-btn:active{transform:scale(.94)}@media(prefers-reduced-motion:reduce){.type-toggle-thumb{transition:none;animation:none}}.prompt-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.prompt-actions-left{display:flex;align-items:center;gap:.4rem}.pill-button{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .85rem;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:#b7c0d4;font-size:.85rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.pill-button:hover{color:#f8fafc;background:#ffffff14;border-color:#8b5cf666}.pill-button svg{width:17px;height:17px}.pill-button.icon-only{padding:.45rem;width:35px;height:35px;justify-content:center}.send-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:linear-gradient(135deg,#ec4899,#8b5cf6,#3b82f6);color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 16px #8b5cf666}.send-button svg{width:18px;height:18px}.send-button:hover:not(:disabled){filter:brightness(1.12);box-shadow:0 6px 22px #8b5cf68c}.send-button:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.search-hint{margin-top:1.1rem;color:#f8fafc80;text-align:center;font-size:.88rem;max-width:460px}@media(max-width:768px){.search-form-container{padding:1rem}.logo-image{max-width:250px}.app-logo.small .logo-image{max-width:150px}.tagline h1{font-size:1.9rem}.search-input{font-size:1rem}.animated-placeholder{font-size:.92rem}}@media(max-width:480px){.logo-image{max-width:200px}.app-logo.small .logo-image{max-width:120px}.tagline h1{font-size:1.6rem}.prompt-bar{border-radius:20px;padding:.75rem .75rem .6rem}.pill-button span{display:none}.pill-button{padding:.45rem;width:35px;height:35px;justify-content:center}}.movie-card{position:relative;display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:22px;transition:transform .55s cubic-bezier(.22,1,.36,1),border-color .3s ease,box-shadow .55s cubic-bezier(.22,1,.36,1);animation:card-in .65s cubic-bezier(.22,1,.36,1) backwards;will-change:transform}@media(hover:hover)and (pointer:fine){.movie-card:hover{transform:translateY(-8px) scale(1.012);border-color:#8b5cf673;box-shadow:0 32px 70px #0000008c,0 0 34px #8b5cf62e}.movie-card:hover .movie-poster{transform:scale(1.06)}}.movie-card:active{transform:scale(.988);transition-duration:.18s}@keyframes card-in{0%{opacity:0;transform:translateY(24px) scale(.97);filter:blur(10px)}to{opacity:1;transform:none;filter:blur(0)}}.movie-grid .movie-card:nth-child(1){animation-delay:.02s}.movie-grid .movie-card:nth-child(2){animation-delay:.07s}.movie-grid .movie-card:nth-child(3){animation-delay:.12s}.movie-grid .movie-card:nth-child(4){animation-delay:.17s}.movie-grid .movie-card:nth-child(5){animation-delay:.22s}.movie-grid .movie-card:nth-child(6){animation-delay:.27s}.movie-grid .movie-card:nth-child(7){animation-delay:.32s}.movie-grid .movie-card:nth-child(8){animation-delay:.37s}.movie-grid .movie-card:nth-child(n+9){animation-delay:.42s}@media(prefers-reduced-motion:reduce){.movie-card{animation:none;transition:none}.movie-card:hover{transform:none}}.movie-poster-container{position:relative;width:100%;padding-top:120%;overflow:hidden}.movie-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .8s cubic-bezier(.22,1,.36,1);will-change:transform}.movie-poster.has-trailer{cursor:pointer}.poster-fade{position:absolute;left:0;right:0;bottom:0;height:38%;background:linear-gradient(to bottom,transparent,rgba(9,13,28,.82));pointer-events:none}.play-button-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:#05081273;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:opacity .25s ease;cursor:pointer}.play-button-overlay:hover{opacity:1}.play-button-circle{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ec4899,#8b5cf6,#3b82f6);box-shadow:0 8px 24px #8b5cf680}.play-button-circle svg{width:26px;height:26px;color:#fff;margin-left:3px}.play-label{color:#f8fafc;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.rating-chip{position:absolute;top:.7rem;right:.7rem;padding:.28rem .6rem;border-radius:999px;background:#050812a6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);color:#fbbf24;font-size:.78rem;font-weight:700;letter-spacing:.02em;z-index:2}.watchlist-flag{position:absolute;top:.7rem;left:.7rem;padding:.28rem .6rem;border-radius:999px;background:#050812a6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(251,191,36,.5);color:#fbbf24;font-size:.7rem;font-weight:600;z-index:2;pointer-events:none}.movie-body{display:flex;flex-direction:column;flex-grow:1;gap:.75rem;padding:1rem 1.15rem 1.05rem}.movie-header{display:flex;flex-direction:column;gap:.2rem}.movie-title{margin:0;font-size:1.15rem;font-weight:650;color:#f8fafc;letter-spacing:-.01em;line-height:1.25}.movie-meta{margin:0;font-size:.8rem;color:#8b95ab;letter-spacing:.01em}.movie-summary-container{flex-grow:1}.movie-summary{margin:0;font-size:.88rem;line-height:1.55;color:#b7c0d4;overflow:hidden;max-height:4.7em;transition:max-height .5s cubic-bezier(.4,0,.2,1),mask-image .3s ease}.movie-summary.clamped{-webkit-mask-image:linear-gradient(to bottom,#000 55%,rgba(0,0,0,.3) 85%,transparent 100%);mask-image:linear-gradient(to bottom,#000 55%,rgba(0,0,0,.3) 85%,transparent 100%)}@media(prefers-reduced-motion:reduce){.movie-summary{transition:none}}.show-more-button{background:none;border:none;padding:.2rem 0;margin-top:.15rem;color:#8b5cf6;font-size:.78rem;font-weight:600;cursor:pointer}.show-more-button:hover{color:#a78bfa}.user-rating-chip{display:inline-flex;align-items:center;gap:.45rem;align-self:flex-start;padding:.32rem .7rem;border-radius:999px;background:#8b5cf61a;border:1px solid rgba(139,92,246,.3);color:#c4b5fd;font-size:.78rem;font-weight:600}.lb-dots{display:inline-flex;gap:2px}.lb-dots i{width:7px;height:7px;border-radius:50%}.lb-dots i:nth-child(1){background:#ff8000}.lb-dots i:nth-child(2){background:#00e054}.lb-dots i:nth-child(3){background:#40bcf4}.providers-section{display:flex;flex-direction:column;gap:.4rem}.providers-label{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#64748b}.providers-row{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.provider-chip{width:32px;height:32px;border-radius:9px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);text-decoration:none;transition:transform .15s ease,border-color .15s ease}.provider-chip:hover{transform:scale(1.08);border-color:#8b5cf680}.provider-chip img{width:100%;height:100%;object-fit:cover}.provider-initials{font-size:.7rem;font-weight:700;color:#cbd5e1;text-transform:uppercase}.provider-more{color:#94a3b8;font-size:.72rem;font-weight:700}.justwatch-link{margin-left:.2rem;color:#64748b;font-size:.75rem;font-weight:500;text-decoration:none;transition:color .15s ease}.justwatch-link:hover{color:#a78bfa}.no-streaming{font-size:.78rem;color:#64748b;font-style:italic}.card-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;padding-top:.65rem;border-top:1px solid rgba(255,255,255,.06)}.link-chips{display:flex;gap:.4rem}.link-chip{padding:.32rem .7rem;border-radius:999px;background:transparent;border:1px solid rgba(255,255,255,.1);color:#94a3b8;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease}.link-chip:hover{color:#e2e8f0;border-color:#ffffff40;background:#ffffff0a}.icon-actions{display:flex;gap:.3rem}.icon-action{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;border:1px solid transparent;color:#8b95ab;cursor:pointer;transition:all .15s ease}.icon-action svg{width:17px;height:17px}.icon-action:hover:not(:disabled){color:#f8fafc;background:#ffffff12;border-color:#ffffff1a}.icon-action:disabled{cursor:default}.icon-action.active-watchlist{color:#60a5fa;background:#3b82f61f;border-color:#3b82f64d}.icon-action.active-watched{color:#34d399;background:#10b9811f;border-color:#10b9814d}.icon-action.active-blacklist{color:#f87171;background:#ef44441f;border-color:#ef44444d}.trailer-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#02040cd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fade-in .25s ease-out}.trailer-modal.closing{animation:fade-out .24s ease forwards}.trailer-modal.closing .trailer-content{animation:pop-out .24s cubic-bezier(.4,0,1,1) forwards}@keyframes fade-out{to{opacity:0}}@keyframes pop-out{to{opacity:0;transform:scale(.95) translateY(10px)}}.trailer-content{position:relative;width:min(92vw,960px);aspect-ratio:16 / 9;border-radius:18px;overflow:visible;box-shadow:0 24px 80px #0009,0 0 40px #8b5cf626;animation:pop-in .35s cubic-bezier(.22,1,.36,1)}@keyframes pop-in{0%{opacity:0;transform:scale(.94) translateY(14px)}to{opacity:1;transform:none}}.trailer-content iframe{width:100%;height:100%;border-radius:18px;border:1px solid rgba(255,255,255,.1)}.close-trailer{position:absolute;top:-2.8rem;right:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#f8fafc;font-size:1.3rem;line-height:1;cursor:pointer;transition:background .15s ease;z-index:1001}.close-trailer:hover{background:#ffffff2e}@media(max-width:640px){.movie-body{padding:.9rem 1rem .95rem}.card-footer{flex-direction:column;align-items:stretch}.link-chips,.icon-actions{justify-content:center}.close-trailer{top:auto;bottom:-3.2rem;right:calc(50% - 18px)}}.movie-list-container{width:100%;max-width:1200px;margin:0 auto;padding:1rem 0;animation:fade-in .5s ease-out}.results-title{font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#8b95ab;text-align:center;margin-bottom:1.5rem}.movie-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.no-results{text-align:center;padding:3rem 1rem;color:#f8fafc;border-radius:22px;animation:fade-in .5s ease-out}.no-results h2{font-size:1.3rem;margin-bottom:.5rem}.no-results p{color:#94a3b8}@media(max-width:768px){.movie-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}}@media(max-width:640px){.movie-grid{grid-template-columns:1fr;gap:1.25rem}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.letterboxd-settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#02040cb8;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;z-index:1100;padding:1.25rem;animation:overlay-in .25s ease-out}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.letterboxd-settings-modal{width:100%;max-width:560px;max-height:min(86vh,820px);display:flex;flex-direction:column;border-radius:26px;overflow:hidden;animation:modal-in .3s cubic-bezier(.16,1,.3,1)}@keyframes modal-in{0%{opacity:0;transform:translateY(18px) scale(.97);filter:blur(8px)}to{opacity:1;transform:none;filter:blur(0)}}.letterboxd-settings-overlay.closing{animation:overlay-out .26s ease forwards}.letterboxd-settings-overlay.closing .letterboxd-settings-modal{animation:modal-out .26s cubic-bezier(.4,0,1,1) forwards}@keyframes overlay-out{to{opacity:0}}@keyframes modal-out{to{opacity:0;transform:translateY(14px) scale(.97);filter:blur(6px)}}@media(prefers-reduced-motion:reduce){.letterboxd-settings-modal,.letterboxd-settings-overlay,.letterboxd-settings-content{animation:none}}.letterboxd-settings-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem .9rem}.header-content{display:flex;align-items:center;gap:.65rem}.letterboxd-logo-header{height:18px;width:auto;opacity:.9}.header-content h2{margin:0;font-size:1rem;font-weight:650;color:#f8fafc;letter-spacing:-.01em}.close-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8;font-size:1.15rem;line-height:1;cursor:pointer;transition:all .15s ease}.close-button:hover{color:#f8fafc;background:#ffffff1a}.settings-tabs{display:flex;gap:4px;margin:0 1.25rem 1rem;padding:4px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.06)}.tab-button{flex:1;padding:.5rem;border:none;border-radius:999px;background:transparent;color:#8b95ab;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:all .2s ease}.tab-button:hover{color:#e2e8f0}.tab-button.active{background:#f8fafc;color:#0a0e1c;box-shadow:0 2px 10px #00000059}.letterboxd-settings-content{flex:1;overflow-y:auto;padding:.25rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:1.1rem;animation:tab-in .22s ease-out;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}@keyframes tab-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.letterboxd-settings-content::-webkit-scrollbar{width:6px}.letterboxd-settings-content::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.username-section h4,.import-section h4,.add-movie-section h4,.top-genres h4,.profile-summary h3,.library-section h3,.privacy-section h3,.feedback-section h3,.contact-section h3{margin:0 0 .55rem;font-size:.68rem;font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.username-section p,.import-section p,.library-section>p,.privacy-section p,.feedback-section p{margin:0 0 .7rem;font-size:.84rem;line-height:1.5;color:#8b95ab}.username-note{margin:.5rem 0 0!important;font-size:.75rem!important;color:#64748b!important}.sync-row{display:flex;gap:.5rem}.username-input,.movie-search-input{flex:1;width:100%;padding:.65rem 1rem;border-radius:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.09);color:#f8fafc;font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.username-input::placeholder,.movie-search-input::placeholder{color:#f8fafc59}.username-input:focus,.movie-search-input:focus{border-color:#8b5cf673;box-shadow:0 0 16px #8b5cf626}.primary-button,.done-button{padding:.6rem 1.3rem;border:none;border-radius:999px;background:#f8fafc;color:#0a0e1c;font-size:.85rem;font-weight:650;font-family:inherit;cursor:pointer;transition:all .15s ease;white-space:nowrap}.primary-button:hover:not(:disabled),.done-button:hover{background:#fff;box-shadow:0 4px 18px #f8fafc2e}.primary-button:disabled{opacity:.4;cursor:not-allowed}.guide-button,.privacy-policy-button,.feedback-action-button{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:#b7c0d4;font-size:.8rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.guide-button:hover,.privacy-policy-button:hover,.feedback-action-button:hover{color:#f8fafc;background:#ffffff14;border-color:#8b5cf666}.clear-button,.clear-library-button{padding:.5rem 1rem;border-radius:999px;background:transparent;border:1px solid rgba(239,68,68,.35);color:#f87171;font-size:.8rem;font-weight:550;font-family:inherit;cursor:pointer;transition:all .15s ease}.clear-button:hover,.clear-library-button:hover{background:#ef44441f;border-color:#ef44448c}.file-input-wrapper{margin:.25rem 0 .6rem}.file-input-wrapper input[type=file]{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}.file-input-label{display:flex;align-items:center;justify-content:center;padding:1rem;border-radius:16px;border:1.5px dashed rgba(139,92,246,.4);background:#8b5cf60f;color:#c4b5fd;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.file-input-label:hover{border-color:#8b5cf6b3;background:#8b5cf61f}.import-guide{margin-top:.7rem;padding:.9rem 1rem;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.07)}.import-guide h5{margin:0 0 .5rem;font-size:.8rem;font-weight:600;color:#cbd5e1}.import-guide ol{margin:0;padding-left:1.1rem;font-size:.8rem;line-height:1.7;color:#8b95ab}.import-guide a{color:#a78bfa;text-decoration:none}.import-guide a:hover{text-decoration:underline}.import-status{padding:.6rem 1rem;border-radius:999px;font-size:.82rem;font-weight:550;text-align:center;animation:tab-in .2s ease-out}.import-status.success{background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#34d399}.import-status.error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171}.profile-summary{padding:1rem 1.1rem;border-radius:18px;background:#ffffff08;border:1px solid rgba(255,255,255,.07)}.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:.4rem}.stat{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.4rem .2rem}.stat:not(:first-child){border-left:1px solid rgba(255,255,255,.06)}.stat-number{font-size:1.45rem;font-weight:300;letter-spacing:-.02em;color:#f8fafc;font-variant-numeric:tabular-nums}.stat-label{font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#64748b;text-align:center}.top-genres{margin-top:.8rem;padding-top:.8rem;border-top:1px solid rgba(255,255,255,.06)}.genre-tags{display:flex;flex-wrap:wrap;gap:.4rem}.genre-tag{padding:.3rem .7rem;border-radius:999px;background:#8b5cf61a;border:1px solid rgba(139,92,246,.25);color:#c4b5fd;font-size:.74rem;font-weight:500}.settings-actions{display:flex;justify-content:flex-end;gap:.6rem}.letterboxd-info{padding:.9rem 1.1rem;border-radius:16px;background:#ffffff05;border:1px solid rgba(255,255,255,.05)}.letterboxd-info p{margin:0 0 .5rem;font-size:.78rem;color:#8b95ab}.letterboxd-info strong{color:#cbd5e1;font-weight:600}.letterboxd-info ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.35rem}.letterboxd-info li{font-size:.78rem;line-height:1.5;color:#8b95ab}.library-section{display:flex;flex-direction:column;gap:.5rem}.library-view-toggle{display:flex;gap:4px;padding:4px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.06);margin-bottom:.6rem}.view-toggle-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem .4rem;border:none;border-radius:999px;background:transparent;color:#8b95ab;font-size:.76rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:all .2s ease}.view-toggle-button:hover{color:#e2e8f0}.view-toggle-button.active{background:#f8fafc;color:#0a0e1c;box-shadow:0 2px 10px #00000059}.count-badge{min-width:20px;padding:.1rem .4rem;border-radius:999px;background:#ffffff14;font-size:.68rem;font-weight:700;font-variant-numeric:tabular-nums}.view-toggle-button.active .count-badge{background:#0a0e1c1f}.add-movie-section{margin-top:.4rem}.movie-search-wrapper{position:relative}.search-spinner{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.72rem;color:#8b5cf6}.search-results{margin-top:.6rem;border-radius:16px;border:1px solid rgba(255,255,255,.07);background:#ffffff05;max-height:280px;overflow-y:auto}.search-result-item{display:flex;align-items:center;gap:.7rem;padding:.65rem .8rem;transition:background .15s ease}.search-result-item:not(:last-child){border-bottom:1px solid rgba(255,255,255,.05)}.search-result-item:hover{background:#ffffff0a}.search-result-item .movie-info{flex:1;min-width:0}.movie-details h5{margin:0 0 .2rem;font-size:.85rem;font-weight:600;color:#f8fafc}.movie-details p{margin:0;font-size:.74rem;line-height:1.45;color:#8b95ab;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-result-poster{width:38px;height:57px;object-fit:cover;border-radius:8px;flex-shrink:0;order:-1}.add-to-library-button{width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#b7c0d4;font-size:1rem;line-height:1;cursor:pointer;transition:all .15s ease}.add-to-library-button:hover{color:#fff;border-color:#8b5cf680;background:#8b5cf626}.add-to-library-button.added{color:#34d399;border-color:#10b98166;background:#10b9811a}.library-list-section{margin-top:.4rem}.library-list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.library-list-header h4{margin:0;font-size:.8rem;font-weight:600;color:#cbd5e1}.library-list{display:flex;flex-direction:column;border-radius:16px;border:1px solid rgba(255,255,255,.07);background:#ffffff05;max-height:300px;overflow-y:auto}.library-item{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.55rem .8rem;transition:background .15s ease}.library-item:not(:last-child){border-bottom:1px solid rgba(255,255,255,.05)}.library-item:hover{background:#ffffff0a}.library-movie-info{display:flex;align-items:center;gap:.7rem;min-width:0}.library-item-poster{width:34px;height:51px;object-fit:cover;border-radius:7px;flex-shrink:0}.library-movie-details h6{margin:0 0 .1rem;font-size:.82rem;font-weight:600;color:#f8fafc}.library-movie-details small{font-size:.7rem;color:#64748b}.remove-from-library-button{width:26px;height:26px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;border:1px solid transparent;background:transparent;color:#64748b;font-size:1rem;line-height:1;cursor:pointer;transition:all .15s ease}.remove-from-library-button:hover{color:#f87171;background:#ef44441a;border-color:#ef44444d}.empty-library{padding:1.6rem 1rem;border-radius:16px;border:1px dashed rgba(255,255,255,.12);text-align:center}.empty-library p{margin:0;font-size:.82rem;color:#64748b}.privacy-tab-content{display:flex;flex-direction:column;gap:1.1rem}.feedback-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.contact-info p{margin:0 0 .35rem;font-size:.8rem;color:#8b95ab}.contact-info strong{color:#cbd5e1;font-weight:600}@media(max-width:640px){.letterboxd-settings-overlay{padding:0;align-items:flex-end}.letterboxd-settings-modal{max-width:100%;max-height:94vh;border-radius:26px 26px 0 0;padding-bottom:env(safe-area-inset-bottom)}.letterboxd-settings-header{padding-top:calc(1.1rem + env(safe-area-inset-top)*.3)}.profile-stats{grid-template-columns:repeat(2,1fr)}.stat:not(:first-child){border-left:none}.view-toggle-button span:first-child{font-size:.72rem}.settings-actions{flex-direction:column-reverse}.settings-actions button{width:100%}}.ui-icon{width:15px;height:15px;flex-shrink:0}.toggle-label{display:inline-flex;align-items:center;gap:.35rem}.letterboxd-info li{display:flex;align-items:flex-start;gap:.5rem}.letterboxd-info li .ui-icon{margin-top:1px;color:#8b5cf6}.guide-button .ui-icon,.privacy-policy-button .ui-icon,.feedback-action-button .ui-icon{width:14px;height:14px}.contact-info{display:flex;flex-direction:column;gap:.3rem}.watch-together-section{padding:1rem 1.1rem;border-radius:16px;background:#8b5cf60f;border:1px solid rgba(139,92,246,.22)}.watch-together-section h4{display:flex;align-items:center;gap:.45rem;margin:0 0 .5rem;font-size:.68rem;font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:#c4b5fd}.watch-together-section h4 .ui-icon{color:#c4b5fd}.watch-together-section p{margin:0 0 .7rem;font-size:.84rem;line-height:1.5;color:#b7c0d4}.backup-tab-content{display:flex;flex-direction:column;gap:1.1rem}.backup-section h3{display:flex;align-items:center;gap:.45rem;margin:0 0 .5rem;font-size:.68rem;font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.backup-section p{margin:0 0 .7rem;font-size:.84rem;line-height:1.5;color:#8b95ab}.backup-counts{display:flex;flex-wrap:wrap;gap:.4rem}.backup-counts span{padding:.3rem .7rem;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#cbd5e1;font-size:.74rem;font-weight:600;font-variant-numeric:tabular-nums}.backup-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.file-restore-label{position:relative;cursor:pointer}.sync-code-card{display:flex;flex-direction:column;gap:.7rem;padding:.9rem 1rem;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);margin-bottom:.5rem}.sync-code{font-size:1.3rem;font-weight:300;letter-spacing:.18em;color:#f8fafc;text-align:center;font-variant-numeric:tabular-nums;-webkit-user-select:all;user-select:all}.restore-row{margin-top:.9rem;padding-top:.9rem;border-top:1px solid rgba(255,255,255,.06)}.restore-row h5{margin:0 0 .5rem;font-size:.78rem;font-weight:600;color:#cbd5e1}.changelog-section h3{display:flex;align-items:center;gap:.45rem;margin:0 0 .7rem;font-size:.68rem;font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.changelog-list{display:flex;flex-direction:column;gap:.7rem}.changelog-entry{padding:.9rem 1rem;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.changelog-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.4rem}.changelog-title{font-size:.92rem;font-weight:650;color:#f8fafc}.changelog-date{font-size:.7rem;color:#64748b;white-space:nowrap}.changelog-entry ul{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.3rem}.changelog-entry li{font-size:.82rem;line-height:1.45;color:#8b95ab}.import-highlight{margin:0 0 .8rem;padding:.8rem .95rem;border-radius:14px;background:#8b5cf614;border:1px solid rgba(139,92,246,.28);font-size:.84rem;line-height:1.5;color:#c4b5fd}.import-highlight strong{color:#ddd6fe}.import-highlight em{color:#f8fafc;font-style:normal;font-weight:600}.lb-import-callout{margin:0 0 .8rem;padding:.85rem 1rem;border-radius:14px;background:#8b5cf614;border:1px solid rgba(139,92,246,.28);display:flex;flex-direction:column;gap:.6rem}.lb-import-callout p{margin:0;font-size:.84rem;line-height:1.5;color:#b7c0d4}.lb-import-callout strong{color:#ddd6fe}.lb-import-callout .primary-button{align-self:flex-start}.lb-progress{height:6px;border-radius:999px;background:#ffffff14;overflow:hidden}.lb-progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#ec4899,#8b5cf6,#3b82f6);transition:width .3s ease}.sync-status-row{display:flex;align-items:center;gap:.5rem;margin:0 0 .7rem}.sync-status-text{font-size:.8rem;color:#94a3b8}.sync-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;background:#34d399;box-shadow:0 0 #34d39980}.sync-dot.synced{background:#34d399;animation:sync-pulse 2.4s ease-out infinite}.sync-dot.syncing{background:#8b5cf6;animation:sync-pulse 1s ease-out infinite}.sync-dot.error{background:#f87171}.sync-dot.idle{background:#64748b}@keyframes sync-pulse{0%{box-shadow:0 0 #34d39973}70%{box-shadow:0 0 0 7px #34d39900}to{box-shadow:0 0 #34d39900}}@media(prefers-reduced-motion:reduce){.sync-dot{animation:none!important}}.privacy-policy-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#02040cb8;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;z-index:1200;padding:1.25rem;animation:overlay-in .25s ease-out}.privacy-policy-overlay.closing{animation:overlay-out .26s ease forwards}.privacy-policy-overlay.closing .privacy-policy-modal{animation:modal-out .26s cubic-bezier(.4,0,1,1) forwards}.privacy-policy-modal{border-radius:26px;max-width:720px;width:100%;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 90px #0009;animation:modal-in .3s cubic-bezier(.16,1,.3,1)}.privacy-policy-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.4rem .9rem}.privacy-policy-header h2{margin:0;font-size:1rem;font-weight:650;color:#f8fafc;letter-spacing:-.01em}.privacy-close-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8;font-size:1.15rem;line-height:1;cursor:pointer;padding:0;transition:all .15s ease}.privacy-close-button:hover{color:#f8fafc;background:#ffffff1a}.privacy-policy-content{padding:.5rem 1.4rem 1.4rem;overflow-y:auto;color:#b7c0d4;font-size:.88rem;line-height:1.6;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.privacy-policy-content::-webkit-scrollbar{width:6px}.privacy-policy-content::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.privacy-policy-content h3{margin:1.4rem 0 .5rem;font-size:.68rem;font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.privacy-policy-content p{margin:.6rem 0;color:#8b95ab}.privacy-policy-content ul{margin:.5rem 0;padding-left:1.3rem}.privacy-policy-content li{margin:.35rem 0;color:#8b95ab}.privacy-policy-content strong{color:#cbd5e1;font-weight:600}.privacy-policy-footer{padding:1rem 1.4rem;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:flex-end}.privacy-accept-button{padding:.6rem 1.5rem;border:none;border-radius:999px;background:#f8fafc;color:#0a0e1c;font-size:.85rem;font-weight:650;font-family:inherit;cursor:pointer;transition:all .15s ease}.privacy-accept-button:hover{background:#fff;box-shadow:0 4px 18px #f8fafc2e}@media(max-width:640px){.privacy-policy-overlay{padding:0;align-items:flex-end}.privacy-policy-overlay.closing{animation:overlay-out .26s ease forwards}.privacy-policy-overlay.closing .privacy-policy-modal{animation:modal-out .26s cubic-bezier(.4,0,1,1) forwards}.privacy-policy-modal{max-height:94vh;border-radius:26px 26px 0 0}}.app{min-height:100vh;position:relative;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.container{position:relative;z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}html,body{background-color:#0f172a}.app{color:#f8fafc;background-color:#0f172a}.search-container{transition:all .5s ease-in-out;display:flex;align-items:center;justify-content:center;height:100vh}.search-container.searching{height:auto;padding-top:2rem;justify-content:center}.results-container{padding:2rem 0}.loader-container{display:flex;justify-content:center;align-items:center;text-align:center;max-width:600px;margin:0 auto;flex-direction:column}.loader{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:80px;color:#94a3b8;font-size:1rem;font-weight:500;padding:1rem;text-align:center;letter-spacing:.01em}.loader:after{content:"";display:block;width:38px;height:38px;margin:18px auto 0;border-radius:50%;background:conic-gradient(from 0deg,#ec4899,#8b5cf6,#3b82f6,transparent 75%);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 3px));mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 3px));animation:loader-spin .9s linear infinite}@keyframes loader-spin{to{transform:rotate(360deg)}}.more-recommendations{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin:2rem 0}.loading-more{display:flex;align-items:center;gap:.7rem;color:#94a3b8;font-size:.95rem;font-weight:500;letter-spacing:.01em;animation:rise-in .3s ease-out}.loading-more-spinner{width:22px;height:22px;border-radius:50%;background:conic-gradient(from 0deg,#ec4899,#8b5cf6,#3b82f6,transparent 75%);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px));mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px));animation:loader-spin .9s linear infinite}.more-error{margin:0;color:#fbbf24;font-size:.9rem;text-align:center}@media(prefers-reduced-motion:reduce){.loading-more{animation:none}}.more-recommendations-button{background:#ffffff0a;color:#e2e8f0;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.7rem 1.6rem;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.more-recommendations-button:hover:not(:disabled){border-color:#8b5cf680;box-shadow:0 0 24px #8b5cf633;color:#fff}.more-recommendations-button:disabled{opacity:.45;cursor:not-allowed}.error-container{text-align:center;padding:3rem 1.5rem;color:#e2e8f0;border-radius:22px;max-width:480px;margin:2rem auto}.error-container h2{margin:0 0 .5rem;font-size:1.2rem;font-weight:650}.error-container p{color:#94a3b8;margin-bottom:1.5rem}.error-banner{text-align:center;color:#fbbf24;background:#78350f4d;border:1px solid rgba(251,191,36,.35);border-radius:999px;padding:.55rem 1.2rem;margin:0 auto 1rem;max-width:640px;font-size:.88rem}.seo-footer{margin-top:4rem;padding:2rem 0;border-top:1px solid rgba(255,255,255,.06);opacity:.95;font-size:.9rem;line-height:1.6}.seo-section{margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.seo-section h2{color:#cbd5e1;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;letter-spacing:.025em}.seo-section p{color:#94a3b8;margin:0}.faq-section{max-width:800px;margin:0 auto;text-align:left}.faq-section h2{color:#cbd5e1;font-size:1.1rem;font-weight:600;margin-bottom:1rem;text-align:center;letter-spacing:.025em}.faq-item{margin-bottom:1rem;padding:.9rem 1rem;border-radius:16px}.seo-footer{animation:rise-in .45s cubic-bezier(.22,1,.36,1) backwards}.seo-footer .faq-item:nth-child(2){animation:rise-in .45s cubic-bezier(.22,1,.36,1) .06s backwards}.seo-footer .faq-item:nth-child(3){animation:rise-in .45s cubic-bezier(.22,1,.36,1) .12s backwards}.seo-footer .faq-item:nth-child(4){animation:rise-in .45s cubic-bezier(.22,1,.36,1) .18s backwards}@keyframes rise-in{0%{opacity:0;transform:translateY(14px);filter:blur(6px)}to{opacity:1;transform:none;filter:blur(0)}}@media(prefers-reduced-motion:reduce){.seo-footer,.seo-footer .faq-item{animation:none}}.faq-item p{margin:0;color:#94a3b8}.faq-item strong{color:#cbd5e1;font-weight:600}.seo-toggle-container{display:flex;justify-content:center;margin:2rem 0 1rem}.seo-toggle-button{background:#ffffff08;border:1px solid rgba(255,255,255,.09);color:#94a3b8;padding:.6rem 1.2rem;border-radius:999px;cursor:pointer;font-size:.85rem;font-weight:500;font-family:inherit;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.seo-toggle-button:hover{color:#e2e8f0;border-color:#fff3;background:#ffffff0f}.seo-toggle-button svg{width:1.05rem;height:1.05rem}@media(max-width:640px){.seo-footer{padding:1.5rem 1rem;margin-top:2rem}.seo-section,.faq-section{padding:0 .5rem}.faq-item{padding:.7rem .8rem;margin-bottom:.75rem}.seo-toggle-container{margin:1.5rem 0 .5rem}.seo-toggle-button{font-size:.82rem;padding:.55rem 1rem}}.glass-surface{position:relative;isolation:isolate;border:1px solid rgba(255,255,255,.13);background:linear-gradient(125deg,#ffffff12,#ffffff04 38%,#ffffff0b),linear-gradient(160deg,#10162e6b,#090d1c61);box-shadow:0 24px 60px #00000073;--glass-blur: 24px}.glass-surface:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;border-radius:inherit;backdrop-filter:blur(var(--glass-blur)) saturate(180%) brightness(1.08);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(180%) brightness(1.08);filter:url(#liquid-glass)}.glass-surface:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:inherit;pointer-events:none;background:linear-gradient(125deg,#ffffff1a,#fff0 30%,#fff0 68%,#ffffff0b);box-shadow:inset 1px 1px #fff3,inset -1px -1px #ffffff0d,inset 0 0 26px #ffffff08}.glass-surface.glass-strong{--glass-blur: 38px;background:linear-gradient(125deg,#ffffff0f,#ffffff03 40%,#ffffff09),linear-gradient(160deg,#0c1124a8,#080b189e);box-shadow:0 32px 90px #0009}.glass-surface.glass-soft{--glass-blur: 16px;box-shadow:0 12px 32px #0000004d}.pill-button,.icon-action,.link-chip,.provider-chip,.guide-button,.privacy-policy-button,.feedback-action-button,.primary-button,.done-button,.more-recommendations-button,.seo-toggle-button,.add-to-library-button,.close-button,.privacy-close-button,.clear-button,.clear-library-button,.file-input-label{box-shadow:inset 0 1px #ffffff1a}.tab-button.active,.view-toggle-button.active,.primary-button,.done-button{box-shadow:inset 0 1px #ffffffb3,0 2px 12px #00000059}.send-button{box-shadow:inset 0 1px #ffffff59,0 4px 16px #8b5cf666}.send-button:hover:not(:disabled){box-shadow:inset 0 1px #fff6,0 6px 22px #8b5cf68c}.username-input,.movie-search-input{box-shadow:inset 0 1px 2px #00000040,inset 0 -1px #ffffff0d}.settings-tabs,.library-view-toggle{box-shadow:inset 0 1px 3px #0000004d,inset 0 -1px #ffffff0d}@media(prefers-reduced-transparency:reduce){.glass-surface{background:#0d1226f5}.glass-surface:before{backdrop-filter:none;-webkit-backdrop-filter:none;filter:none}}.glass-surface:after{background-size:200% 200%;background-position:0% 0%;transition:background-position 1.1s cubic-bezier(.22,1,.36,1)}@media(hover:hover)and (pointer:fine){.movie-card.glass-surface:hover:after{background-position:85% 85%}}.prompt-bar.glass-surface:focus-within:after{background-position:85% 85%}.pill-button,.icon-action,.link-chip,.send-button,.tab-button,.view-toggle-button,.primary-button,.done-button,.guide-button,.privacy-policy-button,.feedback-action-button,.more-recommendations-button,.seo-toggle-button,.add-to-library-button,.close-button,.privacy-close-button{transition-property:transform,background,background-color,border-color,color,box-shadow,filter,opacity;transition-duration:.22s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.pill-button:active,.icon-action:active,.link-chip:active,.tab-button:active,.view-toggle-button:active,.guide-button:active,.privacy-policy-button:active,.feedback-action-button:active,.more-recommendations-button:active,.seo-toggle-button:active,.add-to-library-button:active,.close-button:active,.privacy-close-button:active{transform:scale(.93)}.send-button:active,.primary-button:active,.done-button:active{transform:scale(.94)}@media(prefers-reduced-motion:reduce){.glass-surface:after{transition:none}}
