html{scroll-behavior:smooth}body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}:focus-visible{outline:2px solid #6366f1;outline-offset:2px}button{background:none;border:none;cursor:pointer}img{height:auto;max-width:100%}:root{--primary-color:#6366f1;--primary-hover:#5855eb;--secondary-color:#f3f4f6;--accent-color:#10b981;--danger-color:#ef4444;--warning-color:#f59e0b;--bg-primary:#fff;--bg-secondary:#f9fafb;--bg-tertiary:#f3f4f6;--text-primary:#111827;--text-secondary:#6b7280;--text-muted:#9ca3af;--border-color:#e5e7eb;--shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}[data-theme=dark]{--bg-primary:#111827;--bg-secondary:#1f2937;--bg-tertiary:#374151;--text-primary:#f9fafb;--text-secondary:#e5e7eb;--text-muted:#d1d5db;--border-color:#374151;--shadow:0 1px 3px 0 #0000004d,0 1px 2px -1px #0000004d;--shadow-lg:0 10px 15px -3px #0000004d,0 4px 6px -4px #0000004d}*{box-sizing:border-box;margin:0;padding:0}.fancy-install-container{margin-top:1rem;text-align:center}.fancy-install-button{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6,#d946ef);border:none;border-radius:2rem;box-shadow:0 10px 30px #6366f14d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:600;gap:.75rem;justify-content:center;margin-top:1.5rem;outline:none;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;transform:translateY(0) scale(1);transition:all .4s cubic-bezier(.4,0,.2,1)}.fancy-install-button:focus,.fancy-install-button:hover{background:linear-gradient(135deg,#7c3aed,#a855f7,#ec4899);box-shadow:0 20px 40px #6366f166,0 0 0 1px #ffffff1a;transform:translateY(-2px) scale(1.05)}.fancy-install-description{color:#6b7280;color:var(--text-secondary);font-size:.875rem;margin-top:.75rem;opacity:.8}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-primary);color:#111827;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;transition:background-color .3s ease,color .3s ease}.app{background:linear-gradient(135deg,#fff,#f9fafb);background:linear-gradient(135deg,var(--bg-primary) 0,var(--bg-secondary) 100%);min-height:100vh}.header{background:#fff;background:var(--bg-primary);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-color);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);padding:1rem 0;position:sticky;top:0;z-index:100}.header-content{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.header-content,.logo{align-items:center;display:flex}.logo{color:#6366f1;color:var(--primary-color);cursor:pointer;font-size:1.5rem;font-weight:700;gap:.5rem;transition:all .3s ease}.logo:hover{transform:translateY(-1px)}.nav-desktop{align-items:center;display:flex;gap:2rem}.nav-link{background:none;border:none;border-radius:.5rem;color:#6b7280;color:var(--text-secondary);cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;position:relative;transition:all .3s ease}.nav-link.active,.nav-link:hover{background:#f9fafb;background:var(--bg-secondary);color:#6366f1;color:var(--primary-color)}.nav-link.active:after{background:#6366f1;background:var(--primary-color);border-radius:1px;bottom:-2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:20px}.header-actions{align-items:center;display:flex;gap:1rem}.mobile-menu-toggle{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.5rem;color:#111827;color:var(--text-primary);cursor:pointer;display:none;padding:.5rem;transition:all .3s ease}.mobile-menu-toggle:hover{background:#f3f4f6;background:var(--bg-tertiary);transform:translateY(-1px)}.nav-mobile{background:#fff;background:var(--bg-primary);border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color);display:none;flex-direction:column;gap:.5rem;padding:1rem}.nav-link-mobile{background:none;border:none;border-radius:.5rem;color:#6b7280;color:var(--text-secondary);cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1rem;text-align:left;transition:all .3s ease;width:100%}.nav-link-mobile.active,.nav-link-mobile:hover{background:#f9fafb;background:var(--bg-secondary);color:#6366f1;color:var(--primary-color)}.footer{background:#f9fafb;background:var(--bg-secondary);border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color);margin-top:4rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:3rem 1rem 2rem}.footer-section h4{color:#111827;color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-logo{align-items:center;color:#6366f1;color:var(--primary-color);display:flex;font-size:1.25rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.footer-description,.footer-text{color:#6b7280;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links button{background:none;border:none;color:#6b7280;color:var(--text-secondary);cursor:pointer;font-size:.95rem;padding:.25rem 0;transition:color .3s ease}.footer-links button:hover{color:#6366f1;color:var(--primary-color)}.footer-consent-btn{background:none;border:none;color:#6b7280;color:var(--text-secondary);cursor:pointer;font-size:.95rem;padding:.25rem 0;text-align:left;transition:color .3s ease;width:100%}.footer-consent-btn:hover{color:#6366f1;color:var(--primary-color)}.footer-bottom{border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color);color:#9ca3af;color:var(--text-muted);padding:1.5rem 1rem;text-align:center}.container,.footer-bottom{margin:0 auto;max-width:1200px}.container{padding:2rem 1rem}.movie-form{background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);margin-bottom:2rem;padding:2rem}.form-section{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.75rem;margin-bottom:2rem;padding:1.5rem;transition:all .3s ease}.form-section:hover{border-color:#6366f1;border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f10d}.form-section:last-child{margin-bottom:0}.form-label{align-items:center;color:#111827;color:var(--text-primary);display:block;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.form-description{color:#6b7280;color:var(--text-secondary);font-size:.875rem;line-height:1.5;margin-bottom:1rem}.input{background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);color:#111827;color:var(--text-primary);font-size:1rem;font-weight:500;padding:1rem;transition:all .3s ease;width:100%}.input:focus{box-shadow:0 0 0 3px #6366f126;outline:none;transform:translateY(-1px)}.input:focus,.input:hover{border-color:#6366f1;border-color:var(--primary-color)}.input-with-counter{position:relative}.character-counter{color:#9ca3af;color:var(--text-muted);display:flex;font-size:.75rem;justify-content:flex-end;margin-top:.25rem}.character-counter .warning{color:#f59e0b;color:var(--warning-color);font-weight:500}.select{background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);color:#111827;color:var(--text-primary);cursor:pointer;font-size:1rem;font-weight:500;padding:1rem;transition:all .3s ease;width:100%}.select:focus{box-shadow:0 0 0 3px #6366f126;outline:none;transform:translateY(-1px)}.select:focus,.select:hover{border-color:#6366f1;border-color:var(--primary-color)}.select.disabled-select{background:#f3f4f6;background:var(--bg-tertiary);color:#9ca3af;color:var(--text-muted);cursor:not-allowed;opacity:.6}.select.disabled-select:focus,.select.disabled-select:hover{border-color:#e5e7eb;border-color:var(--border-color);transform:none}.select.disabled-select:focus{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow)}.radio-group{display:flex;flex-wrap:wrap;gap:1rem}.radio-item{align-items:center;background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);cursor:pointer;display:flex;flex:1 1;font-weight:500;gap:.75rem;min-width:140px;padding:1rem 1.25rem;transition:all .3s ease}.radio-item:hover{background:#f3f4f6;background:var(--bg-tertiary);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-1px)}.radio-item.selected,.radio-item:hover{border-color:#6366f1;border-color:var(--primary-color)}.radio-item.selected{background:#6366f1;background:var(--primary-color);box-shadow:0 0 0 3px #6366f133;color:#fff;font-weight:600}.radio-input{margin:0}.checkbox-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.checkbox-item{align-items:center;background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);cursor:pointer;display:flex;font-weight:500;gap:.75rem;padding:1rem;transition:all .3s ease}.checkbox-item:hover{background:#f3f4f6;background:var(--bg-tertiary);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-1px)}.checkbox-item.selected,.checkbox-item:hover{border-color:#6366f1;border-color:var(--primary-color)}.checkbox-item.selected{background:#6366f126;box-shadow:0 0 0 3px #6366f11a;color:#6366f1;color:var(--primary-color);font-weight:600}.checkbox-input{accent-color:#6366f1;accent-color:var(--primary-color);margin:0}.range-container{margin:1rem 0}.range-labels{color:#6b7280;color:var(--text-secondary);display:flex;font-size:.875rem;justify-content:space-between;margin-bottom:.5rem}.range-slider{appearance:none;background:#f3f4f6;background:var(--bg-tertiary);border-radius:3px;height:6px;outline:none;width:100%}.range-slider::-webkit-slider-thumb{appearance:none;background:#6366f1;background:var(--primary-color);border-radius:50%;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);cursor:pointer;height:20px;width:20px}.range-slider::-moz-range-thumb{background:#6366f1;background:var(--primary-color);border:none;border-radius:50%;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);cursor:pointer;height:20px;width:20px}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:#6366f1;background:var(--primary-color);color:#fff}.btn-primary:hover:not(:disabled){background:#5855eb;background:var(--primary-hover);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-1px)}.btn-secondary{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);color:#111827;color:var(--text-primary)}.btn-secondary:hover:not(:disabled){background:#f3f4f6;background:var(--bg-tertiary)}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-large{width:100%}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes rgbBorder{0%{border-color:red!important}16.66%{border-color:#ff8000!important}33.33%{border-color:#ff0!important}50%{border-color:#0f0!important}66.66%{border-color:#0080ff!important}83.33%{border-color:#8000ff!important}to{border-color:red!important}}@keyframes rgbText{0%{color:red}16.66%{color:#ff8000}33.33%{color:#ff0}50%{color:#0f0}66.66%{color:#0080ff}83.33%{color:#8000ff}to{color:red}}.recommendations{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.recommendation-card{animation:rgbBorder 3s linear infinite;background:#fff;background:var(--bg-primary);border:2px solid #0000;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);overflow:visible;padding:1.5rem;position:relative;transition:all .3s ease}.recommendation-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}@property --rb-angle{syntax:"<angle>";inherits:true;initial-value:0deg}@keyframes rbHue{to{--rb-angle:360deg}}@keyframes hueCycle{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(1turn)}}@keyframes orbit{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@property --spark-angle{syntax:"<angle>";inherits:true;initial-value:0deg}@keyframes sparkOrbit{to{--spark-angle:360deg}}@keyframes sparkleMove{0%{offset-distance:0}to{offset-distance:100%}}@supports (-webkit-mask:linear-gradient(#000 0 0)) or ((-webkit-mask-composite:xor) or (mask-composite:exclude)){.recommendation-card{--spark-offset:20deg;background:#fff;background:var(--bg-primary);border:2px solid #0000;isolation:isolate;overflow:visible}.recommendation-card:after{animation:rbHue 9s linear infinite;background:conic-gradient(from var(--rb-angle),red,#ff8000,#ff0,#0f0,#0080ff,#8000ff,red);border-radius:inherit;content:"";inset:0;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;pointer-events:none;position:absolute;will-change:background;z-index:1}.recommendation-card:before{animation:sparkleMove 7.5s linear infinite;animation-delay:-.8s;background:radial-gradient(circle,#fff 0 40%,#ffffffa6 41% 70%,#0000 71%);border-radius:50%;content:none;filter:drop-shadow(0 0 6px rgba(255,255,255,.6));height:8px;left:0;offset-anchor:50% 50%;offset-path:inset(1px round 1rem);offset-rotate:0deg;pointer-events:none;position:absolute;top:0;width:8px;will-change:offset-distance;z-index:3}}@media (prefers-reduced-motion:reduce){.affiliate-card,.affiliate-card:after,.affiliate-card:before,.recommendation-card,.recommendation-card:after,.recommendation-card:before{animation:none}}.card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.card-title{color:#111827;color:var(--text-primary);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.card-meta{font-size:.875rem;gap:1rem;margin-bottom:1rem}.card-meta,.year{color:#6b7280;color:var(--text-secondary);display:flex}.rating,.year{align-items:center;gap:.25rem}.rating{color:#f59e0b;color:var(--warning-color);display:flex}.synopsis{color:#6b7280;color:var(--text-secondary);line-height:1.6}.reason,.synopsis{margin-bottom:1rem}.reason{background:#6366f11a;border-left:3px solid #6366f1;border-left:3px solid var(--primary-color);border-radius:.5rem;padding:.75rem}.reason-label{color:#6366f1;color:var(--primary-color);font-size:.875rem;font-weight:600;margin-bottom:.25rem}.available-on{margin-bottom:1rem}.available-label{color:#111827;color:var(--text-primary);font-weight:600;margin-bottom:.5rem}.streaming-services{display:flex;flex-wrap:wrap;gap:.5rem}.service-tag{background:#10b981;background:var(--accent-color);border-radius:1rem;color:#fff;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.genres{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.genre-tag{background:#f3f4f6;background:var(--bg-tertiary);border-radius:1rem;color:#6b7280;color:var(--text-secondary);font-size:.875rem;padding:.25rem .75rem}.card-actions{margin-top:1rem}.alert,.card-actions{display:flex;gap:.5rem}.alert{align-items:center;border-radius:.5rem;margin-bottom:1rem;padding:1rem}.alert-error{background:#ef44441a;border:1px solid #ef444433;color:#ef4444;color:var(--danger-color)}.alert-warning{background:#f59e0b1a;border:1px solid #f59e0b33;color:#f59e0b;color:var(--warning-color)}.alert-success{background:#10b9811a;border:1px solid #10b98133;color:#10b981;color:var(--accent-color)}.search-container{margin-bottom:1rem;position:relative}.search-input{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.5rem;color:#111827;color:var(--text-primary);padding:.75rem 2.5rem .75rem .75rem;width:100%}.search-icon{color:#9ca3af;color:var(--text-muted);position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.advanced-filters{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);margin-bottom:1rem;margin-top:1rem;padding:1.5rem;transition:all .3s ease}.advanced-filters:hover{border-color:#6366f1;border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f10d}.filters-header{align-items:center;background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.5rem;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:0;padding:.75rem;transition:all .3s ease}.filters-header:hover{background:#f3f4f6;background:var(--bg-tertiary);color:#6366f1;color:var(--primary-color);transform:translateY(-1px)}.filters-content{grid-gap:1.5rem;border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color);display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:1.5rem;padding-top:1.5rem}.recaptcha-container{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:8px;margin:1.5rem 0}.cooldown-display,.recaptcha-container{display:flex;justify-content:center;padding:1rem}.cooldown-display{align-items:center;background:#f59e0b;background:var(--warning-color);border-radius:8px;color:#fff;font-weight:500;gap:.5rem;margin:1rem 0;text-align:center}.social-share{display:flex;gap:.5rem;margin-top:1rem}.share-btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .3s ease}.share-btn:hover{transform:translateY(-1px)}.about-container{margin:0 auto;max-width:1200px;padding:2rem}.about-hero{background:linear-gradient(135deg,#6366f1,#10b981);background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:1rem;color:#fff;margin-bottom:3rem;padding:4rem 0;text-align:center}.about-hero-content{margin:0 auto;max-width:800px}.about-logo{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.about-logo h1{font-size:3rem;font-weight:700;margin:0}.about-tagline{font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.about-content{display:flex;flex-direction:column;gap:4rem}.about-section{background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;padding:3rem}.about-section h2{color:#6366f1;color:var(--primary-color);font-size:2.5rem;margin-bottom:2rem;text-align:center}.story-content p{color:#6b7280;color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.feature-card{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.75rem;padding:2rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-icon{color:#6366f1;color:var(--primary-color);display:flex;justify-content:center;margin-bottom:1rem}.feature-card h3{color:#111827;color:var(--text-primary);font-size:1.25rem;margin-bottom:1rem}.feature-card p{color:#6b7280;color:var(--text-secondary);line-height:1.6}.mission-content{text-align:center}.mission-text p{font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:800px}.values-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.value-item{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem}.value-item h4{color:#111827;color:var(--text-primary);font-size:1.1rem;margin-bottom:.75rem}.value-item p{color:#6b7280;color:var(--text-secondary);font-size:.95rem;line-height:1.6}.tech-content{margin:0 auto;max-width:800px}.tech-content p{color:#6b7280;color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.tech-features{list-style:none;margin:2rem 0;padding:0}.tech-features li{background:#f9fafb;background:var(--bg-secondary);border-left:4px solid #6366f1;border-left:4px solid var(--primary-color);border-radius:.5rem;margin-bottom:.75rem;padding:1rem}.tech-features strong{color:#6366f1;color:var(--primary-color)}.stats-section{background:linear-gradient(135deg,#6366f1,#10b981);background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:#fff}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9}.cta-section{background:#f9fafb;background:var(--bg-secondary);text-align:center}.cta-content h2{color:#111827;color:var(--text-primary);margin-bottom:1rem}.cta-content p{font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.cta-button,.cta-buttons{align-items:center;justify-content:center}.cta-button{background:#6366f1;background:var(--primary-color);border:none;border-radius:.75rem;box-shadow:0 4px 12px #6366f14d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:600;min-width:200px;padding:1.25rem 2.5rem;text-decoration:none;transform:translateY(0);transition:all .3s cubic-bezier(.4,0,.2,1)}.cta-button:hover{background:#5855eb;background:var(--primary-hover);box-shadow:0 8px 20px #6366f166;transform:translateY(-2px)}.cta-button.secondary{background:#0000;border:2px solid #6366f1;border:2px solid var(--primary-color);box-shadow:0 4px 12px #6366f11a;color:#6366f1;color:var(--primary-color)}.cta-button.secondary:hover{background:#6366f1;background:var(--primary-color);box-shadow:0 8px 20px #6366f14d;color:#fff}.team-content{text-align:center}.team-content>p{color:#6b7280;color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.team-member{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease}.team-member:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.member-avatar{display:block;font-size:3rem;margin-bottom:1rem}.team-member h4{color:#6366f1;color:var(--primary-color);font-size:1.25rem;margin-bottom:1rem}.team-member p{color:#6b7280;color:var(--text-secondary);line-height:1.6}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.testimonial{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.testimonial:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.testimonial:before{color:#6366f1;color:var(--primary-color);content:'"';font-family:serif;font-size:4rem;left:20px;opacity:.3;position:absolute;top:-10px}.testimonial-content{margin-bottom:1.5rem}.testimonial-content p{color:#6b7280;color:var(--text-secondary);font-size:1.05rem;font-style:italic;line-height:1.7}.testimonial-author{color:#6366f1;color:var(--primary-color);font-weight:600}.quality-content{text-align:center}.quality-content>p{color:#6b7280;color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px}.quality-features{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.quality-item{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem;text-align:center;transition:all .3s ease}.quality-item:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.quality-item h4{color:#111827;color:var(--text-primary);font-size:1.1rem;margin-bottom:.75rem}.quality-item p{color:#6b7280;color:var(--text-secondary);font-size:.95rem;line-height:1.6}.awards-content{text-align:center}.awards-content>p{color:#6b7280;color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px}.awards-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.award-item{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease}.award-item:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.award-icon{display:block;font-size:3rem;margin-bottom:1rem}.award-item h4{color:#6366f1;color:var(--primary-color);font-size:1.25rem;margin-bottom:.5rem}.award-item p{color:#6b7280;color:var(--text-secondary);font-size:.95rem;line-height:1.6}.contact-container{margin:0 auto;max-width:1200px;padding:2rem}.contact-hero{background:linear-gradient(135deg,#f3f4f6,#6366f1);background:linear-gradient(135deg,var(--secondary-color),var(--primary-color));border-radius:1rem;color:#fff;margin-bottom:3rem;padding:4rem 0;text-align:center}.contact-hero-content{margin:0 auto;max-width:800px}.contact-hero h1{font-size:3rem;margin-bottom:1rem}.contact-hero p{font-size:1.2rem;line-height:1.6;opacity:.9}.contact-content{display:flex;flex-direction:column;gap:4rem}.contact-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info{background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;padding:3rem}.contact-info h2{color:#6366f1;color:var(--primary-color);font-size:2rem;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.contact-method{align-items:flex-start;display:flex;gap:1rem}.contact-icon{align-items:center;background:#6366f1;background:var(--primary-color);border-radius:.5rem;color:#fff;display:flex;flex-shrink:0;justify-content:center;padding:.75rem}.contact-details h3{color:#111827;color:var(--text-primary);font-size:1.25rem;margin-bottom:.5rem}.contact-details p{color:#6b7280;color:var(--text-secondary);margin-bottom:.25rem}.contact-description{font-size:.9rem;opacity:.8}.contact-additional h3{color:#111827;color:var(--text-primary);font-size:1.25rem;margin-bottom:1rem}.social-links{display:flex;flex-direction:column;gap:.75rem}.social-link{border-radius:.25rem;color:#6366f1;color:var(--primary-color);padding:.5rem;text-decoration:none;transition:background-color .2s ease}.social-link:hover{background:#6366f1;background:var(--primary-color);color:#fff}.contact-form-section{background:linear-gradient(135deg,#fff,#f9fafb);background:linear-gradient(135deg,var(--bg-primary) 0,var(--bg-secondary) 100%);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1.5rem;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:3rem;position:relative}.contact-form-section:before{background:linear-gradient(90deg,#6366f1,#10b981,#f3f4f6);background:linear-gradient(90deg,var(--primary-color),var(--accent-color),var(--secondary-color));content:"";height:4px;left:0;position:absolute;right:0;top:0}.contact-form-section h2{color:#6366f1;color:var(--primary-color);font-size:2.25rem;font-weight:700;margin-bottom:1rem;text-align:center}.contact-form-section h2:after{background:#10b981;background:var(--accent-color);border-radius:2px;content:"";display:block;height:3px;margin:1rem auto 2rem;width:60px}.form-message{border-radius:.5rem;font-weight:500;margin-bottom:2rem;padding:1rem}.form-message.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.form-message.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.contact-form{gap:1.5rem}.contact-form,.contact-form .form-group{display:flex;flex-direction:column}.contact-form label{color:#111827;color:var(--text-primary);font-size:.95rem;font-weight:600;letter-spacing:.025em;margin-bottom:.5rem}.contact-form input,.contact-form select,.contact-form textarea{background:#fff;background:var(--bg-primary);border:2px solid #e5e7eb;border:2px solid var(--border-color);border-radius:.75rem;color:#111827;color:var(--text-primary);font-family:inherit;font-size:1rem;padding:1rem;transition:all .3s ease}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#6366f1;border-color:var(--primary-color);box-shadow:0 0 0 4px #6366f11a;outline:none;transform:translateY(-1px)}.contact-form textarea{line-height:1.6;min-height:120px;resize:vertical}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.submit-button{align-items:center;background:linear-gradient(135deg,#6366f1,#10b981);background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border:none;border-radius:.75rem;box-shadow:0 4px 15px #6366f14d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;overflow:hidden;padding:1.25rem 2.5rem;position:relative;transition:all .3s ease}.submit-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#5855eb,#10b981);background:linear-gradient(135deg,var(--primary-hover),var(--accent-color));box-shadow:0 6px 20px #6366f166;transform:translateY(-2px)}.submit-button:hover:not(:disabled):before{left:100%}.submit-button:disabled{box-shadow:0 2px 8px #6366f133;cursor:not-allowed;opacity:.6;transform:none}.contact-faq{background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;padding:3rem}.contact-faq h2{color:#6366f1;color:var(--primary-color);font-size:2rem;margin-bottom:2rem;text-align:center}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.faq-item{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem}.faq-item h3{color:#111827;color:var(--text-primary);font-size:1.1rem;margin-bottom:1rem}.faq-item p{color:#6b7280;color:var(--text-secondary);font-size:.95rem;line-height:1.6}.privacy-container,.terms-container{margin:0 auto;max-width:1200px;padding:2rem}.privacy-hero,.terms-hero{background:linear-gradient(135deg,#10b981,#f3f4f6);background:linear-gradient(135deg,var(--accent-color),var(--secondary-color));border-radius:1rem;color:#fff;margin-bottom:3rem;padding:4rem 0;text-align:center}.privacy-hero-content,.terms-hero-content{margin:0 auto;max-width:800px}.privacy-icon,.terms-icon{display:flex;justify-content:center;margin-bottom:1.5rem}.privacy-hero h1,.terms-hero h1{font-size:3rem;margin-bottom:1rem}.privacy-subtitle,.terms-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:1rem;opacity:.9}.last-updated{font-size:1rem;opacity:.8}.privacy-content,.terms-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:250px 1fr}.privacy-nav,.terms-nav{background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;height:fit-content;padding:2rem;position:sticky;top:2rem}.privacy-nav h3,.terms-nav h3{color:#6366f1;color:var(--primary-color);font-size:1.25rem;margin-bottom:1rem}.privacy-nav ul,.terms-nav ul{list-style:none;margin:0;padding:0}.privacy-nav li,.terms-nav li{margin-bottom:.5rem}.privacy-nav a,.terms-nav a{color:#6b7280;color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .2s ease}.privacy-nav a:hover,.terms-nav a:hover{color:#6366f1;color:var(--primary-color)}.privacy-sections,.terms-sections{display:flex;flex-direction:column;gap:3rem}.privacy-section,.terms-section{background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;padding:3rem}.section-header{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.section-header h2{color:#6366f1;color:var(--primary-color);font-size:2rem;margin:0}.privacy-section h3,.terms-section h3{color:#111827;color:var(--text-primary);font-size:1.5rem;margin:2rem 0 1rem}.privacy-section h4,.terms-section h4{color:#111827;color:var(--text-primary);font-size:1.25rem;margin:1.5rem 0 .75rem}.privacy-section p,.privacy-section ul,.terms-section p,.terms-section ul{color:#6b7280;color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.privacy-section ul,.terms-section ul{padding-left:1.5rem}.privacy-section li,.terms-section li{margin-bottom:.5rem}.use-cases{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.use-case{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem}.use-case h3{color:#111827;color:var(--text-primary);font-size:1.1rem;margin-bottom:.75rem}.use-case p{font-size:.95rem;line-height:1.6}.cookie-types{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.cookie-type{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem}.cookie-type h4{color:#111827;color:var(--text-primary);font-size:1.1rem;margin-bottom:.75rem}.cookie-type p{font-size:.9rem;margin-bottom:.5rem}.rights-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.right-item{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem}.right-item h4{color:#111827;color:var(--text-primary);font-size:1.1rem;margin-bottom:.75rem}.right-item p{font-size:.9rem;line-height:1.6}.important-notice{align-items:flex-start;background:#fff3cd;border:1px solid #ffeaa7;border-radius:.5rem;display:flex;gap:1rem;margin:2rem 0;padding:1.5rem}.important-notice h3{color:#856404;font-size:1.1rem;margin-bottom:.5rem}.important-notice p{color:#856404;font-size:.95rem;margin:0}.pwa-features{gap:.5rem}.pwa-features,.theme-toggle{align-items:center;display:flex}.theme-toggle{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.5rem;color:#111827;color:var(--text-primary);cursor:pointer;justify-content:center;padding:.5rem;transition:all .3s ease}.theme-toggle:hover{background:#f3f4f6;background:var(--bg-tertiary);transform:translateY(-1px)}@media (max-width:768px){.nav-desktop{display:none}.mobile-menu-toggle,.nav-mobile{display:flex}.header-content{padding:0 .5rem}.header-actions,.header-content{flex-wrap:wrap;gap:.5rem}.pwa-features .install-text,.pwa-features .share-text{display:none}.pwa-features button{min-width:auto;padding:.5rem}.language-selector{position:relative}.language-dropdown{max-width:calc(100vw - 2rem)!important;overflow-x:hidden!important}.fancy-install-button{font-size:1rem;gap:.5rem;margin-top:1rem;padding:.875rem 1.5rem}.fancy-install-description{font-size:.8rem;padding:0 1rem}.language-dropdown{border-radius:1rem!important;bottom:auto!important;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a!important;left:1rem!important;margin:0!important;max-height:calc(100vh - 8rem)!important;overflow:hidden!important;position:fixed!important;right:1rem!important;top:4rem!important;z-index:1001!important}.language-dropdown .language-list{-webkit-overflow-scrolling:touch!important;max-height:calc(100vh - 12rem)!important;overflow-y:auto!important}.nav-mobile{background:#fff;background:var(--bg-primary);border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);left:0;position:absolute;right:0;top:100%;z-index:50}.footer-content{gap:1.5rem;grid-template-columns:1fr;padding:2rem 1rem 1rem}.footer-content,.footer-section{text-align:center}.footer-links{align-items:center;display:flex;flex-direction:column}.container{padding:1rem}.movie-form{padding:1.5rem}.radio-group{flex-direction:column}.radio-item{min-width:auto}.checkbox-grid,.recommendations{grid-template-columns:1fr}.card-actions{flex-direction:column}.filters-content{grid-template-columns:1fr}.about-container{padding:1rem}.about-hero{padding:2rem 1rem}.about-logo h1{font-size:2rem}.about-tagline{font-size:1.1rem}.about-section{padding:2rem 1.5rem}.about-section h2{font-size:2rem}.features-grid,.values-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.awards-grid,.quality-features,.team-grid,.testimonials-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;gap:1rem}.cta-button{min-width:auto;width:100%}.contact-container{padding:1rem}.contact-hero{padding:2rem 1rem}.contact-hero h1{font-size:2rem}.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-form-section,.contact-info{padding:2rem 1.5rem}.faq-grid,.form-row{grid-template-columns:1fr}.privacy-container,.terms-container{padding:1rem}.privacy-hero,.terms-hero{padding:2rem 1rem}.privacy-hero h1,.terms-hero h1{font-size:2rem}.privacy-content,.terms-content{gap:2rem;grid-template-columns:1fr}.privacy-nav,.terms-nav{order:2;position:static}.privacy-section,.terms-section{padding:2rem 1.5rem}.section-header{flex-direction:column;gap:.5rem;text-align:center}.section-header h2{font-size:1.5rem}.rights-grid,.use-cases{grid-template-columns:1fr}}@media (max-width:1024px) and (min-width:769px){.header-content{padding:0 1rem}.header-actions{gap:.75rem}.container{padding:1.5rem}.movie-form{padding:2rem}.recommendations{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.header-content{padding:0 .25rem}.logo{font-size:1.25rem}.header-actions,.pwa-features{gap:.25rem}.container{padding:.5rem}.movie-form{padding:1rem}h1{font-size:2rem!important}.language-dropdown{bottom:.5rem!important;left:.5rem!important;right:.5rem!important}.fancy-install-button{font-size:.95rem;margin-top:.75rem;padding:.75rem 1.25rem}.fancy-install-description{font-size:.75rem;margin-top:.5rem}}.language-dropdown{box-sizing:border-box;max-width:220px;min-width:180px;overflow-x:hidden}.language-dropdown .language-list{-ms-overflow-style:none;overflow-x:hidden;scrollbar-width:none}.language-dropdown .language-list::-webkit-scrollbar{display:none}.language-option{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.language-option>div{align-items:center!important;justify-content:space-between!important}.language-option .language-english,.language-option .language-native{flex:1 1;text-align:left}.language-option img{flex-shrink:0;margin-left:auto}.blog-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.blog-hero{margin-bottom:3rem;padding:2rem 0;text-align:center}.blog-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#10b981);background:linear-gradient(135deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1rem}.blog-hero-subtitle{color:#6b7280;color:var(--text-secondary);font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px}.blog-header{margin-bottom:2rem}.back-button{background:#f9fafb;background:var(--bg-secondary);font-size:.95rem;gap:.5rem;padding:.75rem 1rem;transition:all .3s ease}.back-button:hover{transform:translateY(-1px)}.section-title{color:#111827;color:var(--text-primary);font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.featured-section{margin-bottom:4rem}.featured-posts{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.featured-post{background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);cursor:pointer;padding:2rem;transition:all .3s ease}.featured-post:hover{border-color:#6366f1;border-color:var(--primary-color);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.featured-post-category{align-items:center;border-radius:2rem;color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem}.featured-post-title{color:#111827;color:var(--text-primary);font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.featured-post-excerpt{color:#6b7280;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.featured-post-meta{color:#9ca3af;color:var(--text-muted);display:flex;font-size:.875rem;gap:1rem}.featured-post-meta span{align-items:center;display:flex;gap:.25rem}.categories-section{margin-bottom:4rem}.categories-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.category-card{background:#fff;background:var(--bg-primary);border:2px solid #e5e7eb;border:2px solid var(--border-color);border-radius:1rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);cursor:pointer;padding:1.5rem;transition:all .3s ease}.category-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.category-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.category-card-icon{align-items:center;border-radius:.75rem;color:#fff;display:flex;font-size:1.5rem;height:3rem;justify-content:center;width:3rem}.category-card-count{background:#f9fafb;background:var(--bg-secondary);border-radius:1rem;color:#9ca3af;color:var(--text-muted);font-size:.75rem;font-weight:500;padding:.25rem .75rem}.category-card-title{color:#111827;color:var(--text-primary);font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.category-card-description{color:#6b7280;color:var(--text-secondary);line-height:1.5;margin-bottom:1rem}.category-card-footer{display:flex;justify-content:flex-end}.category-card-link{align-items:center;color:#6366f1;color:var(--primary-color);display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.category-header{align-items:center;background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;display:flex;gap:1.5rem;margin-bottom:3rem;padding:2rem}.category-icon{align-items:center;border-radius:1rem;color:#fff;display:flex;flex-shrink:0;font-size:2rem;height:4rem;justify-content:center;width:4rem}.category-info{flex:1 1}.category-title{color:#111827;color:var(--text-primary);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.category-description{color:#6b7280;color:var(--text-secondary);font-size:1.125rem;line-height:1.6}.posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.post-card{background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);cursor:pointer;display:flex;flex-direction:column;height:100%;padding:1.5rem;transition:all .3s ease}.post-card:hover{border-color:#6366f1;border-color:var(--primary-color);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.post-card-header{flex:1 1;margin-bottom:1rem}.post-card-title{color:#111827;color:var(--text-primary);font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}.post-card-excerpt{color:#6b7280;color:var(--text-secondary);line-height:1.5}.post-card-footer{border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color);padding-top:1rem}.post-card-meta{color:#9ca3af;color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:.875rem;gap:1rem;margin-bottom:.75rem}.post-card-meta span{align-items:center;display:flex;gap:.25rem}.post-card-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag-small{background:#f9fafb;background:var(--bg-secondary);border-radius:.25rem;color:#9ca3af;color:var(--text-muted);font-size:.75rem;font-weight:500;padding:.25rem .5rem}.blog-post-full{margin:0 auto;max-width:800px}.post-header{margin-bottom:3rem;text-align:center}.post-meta{margin-bottom:1rem}.post-category{align-items:center;border-radius:2rem;color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.post-title{color:#111827;color:var(--text-primary);font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.post-info{color:#9ca3af;color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:.95rem;gap:2rem;justify-content:center;margin-bottom:1.5rem}.post-info>div{align-items:center;display:flex;gap:.5rem}.post-tags{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.tag{align-items:center;background:#f9fafb;background:var(--bg-secondary);border-radius:2rem;color:#6b7280;color:var(--text-secondary);display:flex;font-size:.875rem;font-weight:500;gap:.25rem;padding:.5rem 1rem}.post-content{color:#111827;color:var(--text-primary);font-size:1.1rem;line-height:1.8;margin-bottom:3rem}.post-content h2{font-size:2rem;margin:2rem 0 1rem}.post-content h2,.post-content h3{color:#111827;color:var(--text-primary);font-weight:700}.post-content h3{font-size:1.5rem;margin:1.5rem 0 .75rem}.post-content h4{color:#111827;color:var(--text-primary);font-size:1.25rem;font-weight:700;margin:1rem 0 .5rem}.post-content p{margin-bottom:1rem}.post-content ol,.post-content ul{margin:1rem 0;padding-left:2rem}.post-content li{margin-bottom:.5rem}.post-content strong{color:#111827;color:var(--text-primary);font-weight:600}.post-content .cta-section{background:linear-gradient(135deg,#6366f1,#10b981);background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:1rem;color:#fff;margin:2rem 0;padding:2rem;text-align:center}.post-content .cta-section h3{color:#fff;margin-bottom:1rem}.post-content .cta-section p{margin-bottom:1.5rem;opacity:.9}.post-content .cta-button{background:#fff;border:none;border-radius:2rem;color:#6366f1;color:var(--primary-color);cursor:pointer;font-weight:700;padding:.75rem 2rem;transition:all .3s ease}.post-content .cta-button:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.post-cta{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;padding:2rem;text-align:center}.cta-content h3{color:#111827;color:var(--text-primary);margin-bottom:1rem}.cta-content p{color:#6b7280;color:var(--text-secondary);margin-bottom:1.5rem}.cta-button-primary{background:#6366f1;background:var(--primary-color);border:none;border-radius:2rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.cta-button-primary:hover{background:#5855eb;background:var(--primary-hover);box-shadow:0 4px 12px #6366f14d;transform:translateY(-2px)}@media (max-width:768px){.blog-hero-title{font-size:2.5rem}.categories-grid,.featured-posts{grid-template-columns:1fr}.category-header{flex-direction:column;gap:1rem;text-align:center}.category-title{font-size:2rem}.posts-grid{grid-template-columns:1fr}.post-title{font-size:2rem}.post-info{flex-direction:column;gap:.5rem}.post-content{font-size:1rem}.logo{font-size:1.25rem}}@media (max-width:480px){.container{padding:.5rem}.movie-form{margin-bottom:1rem}.movie-form,.recommendation-card{padding:1rem}.card-meta{flex-direction:column;gap:.5rem}}.affiliate-card{animation:rgbBorder 3s linear infinite;border:2px solid #0000;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;isolation:isolate;justify-content:space-between;min-height:300px;overflow:visible;padding:1.5rem;position:relative;transition:all .3s ease}.affiliate-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}@supports (-webkit-mask:linear-gradient(#000 0 0)) or ((-webkit-mask-composite:xor) or (mask-composite:exclude)){.affiliate-card:after{animation:rbHue 9s linear infinite;background:conic-gradient(from var(--rb-angle),red,#ff8000,#ff0,#0f0,#0080ff,#8000ff,red);border-radius:inherit;inset:0;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;will-change:background;z-index:1}.affiliate-card:after,.affiliate-card:before{content:"";pointer-events:none;position:absolute}.affiliate-card:before{animation:sparkleMove 7.5s linear infinite;animation-delay:-.8s;background:radial-gradient(circle,#fff 0 40%,#ffffffa6 41% 70%,#0000 71%);border-radius:50%;filter:drop-shadow(0 0 6px rgba(255,255,255,.6));height:8px;left:0;offset-anchor:50% 50%;offset-path:inset(1px round 1rem);offset-rotate:0deg;top:0;width:8px;will-change:offset-distance;z-index:3}}.nordvpn-card{background:#4687ff1a;color:#111827;color:var(--text-primary)}.amazon-card,.primevideo-card{background:#22c55e1a;color:#111827;color:var(--text-primary)}.affiliate-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.affiliate-icon{flex-shrink:0}.nordvpn-icon{color:#4687ff}.amazon-icon,.primevideo-icon{color:#22c55e}.affiliate-title{font-size:1.25rem;font-weight:700;margin:0}.affiliate-content{flex-grow:1;margin-bottom:1rem}.affiliate-description{font-size:.9rem;line-height:1.5;margin-bottom:1rem;opacity:.95}.affiliate-features{display:flex;flex-direction:column;gap:.5rem}.feature-item{align-items:center;display:flex;font-size:.85rem;gap:.5rem}.feature-bullet{flex-shrink:0;font-size:1rem}.affiliate-action{margin-top:auto}.affiliate-btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:.5rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.nordvpn-btn{background:#4687ff26;border:1px solid #4687ff4d;color:#4687ff;font-weight:600}.nordvpn-btn:hover{background:#4687ff40;border-color:#4687ff80;transform:translateY(-1px)}.primevideo-btn{background:#22c55e26;border:1px solid #22c55e4d;color:#22c55e;font-weight:600}.primevideo-btn:hover{background:#22c55e40;border-color:#22c55e80;transform:translateY(-1px)}.amazon-btn{background:#22c55e26;border:1px solid #22c55e4d;color:#22c55e;font-weight:600}.amazon-btn:hover{background:#22c55e40;border-color:#22c55e80;transform:translateY(-1px)}.split-nord-card{display:flex;flex-direction:column;gap:.75rem}.split-nord-card .split-section{background:#ffffff05;border:1px solid #ffffff0f;border-radius:.75rem;display:flex;flex:1 1;flex-direction:column;padding:1rem}.split-nord-card .nordvpn-section{background:#4687ff14;border-color:#4687ff40}.split-nord-card .nordpass-section{background:#14b8a614;border-color:#14b8a640}.nordpass-icon{color:#14b8a6}.nordpass-btn{background:#14b8a626;border:1px solid #14b8a64d;color:#14b8a6;font-weight:600}.nordpass-btn:hover{background:#14b8a640;border-color:#14b8a680;transform:translateY(-1px)}@media (max-width:768px){.split-nord-card{gap:.6rem}.split-nord-card .split-section{padding:.85rem}}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.shared-recommendation-page{background:#f9fafb;background:var(--bg-secondary);min-height:100vh;padding:2rem 1rem}.shared-header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px}.back-button{align-items:center;background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.5rem;color:#6b7280;color:var(--text-secondary);cursor:pointer;display:flex;height:44px;justify-content:center;min-width:44px;padding:.75rem;transition:all .2s ease}.back-button:hover{background:#f3f4f6;background:var(--bg-tertiary);transform:translateX(-2px)}.back-button:hover,.shared-title h1{color:#111827;color:var(--text-primary)}.shared-title h1{font-size:1.875rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.shared-title p{color:#6b7280;color:var(--text-secondary);font-size:1.125rem;margin:0}.shared-content{margin:0 auto;max-width:800px}.recommendation-container{margin-bottom:3rem}.shared-actions{background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);padding:2rem;text-align:center}.btn-large{font-size:1.125rem;font-weight:600;margin-bottom:1rem;min-width:280px;padding:1rem 2rem}.discover-text{color:#6b7280;color:var(--text-secondary);font-size:.875rem;line-height:1.5;margin:0 auto;max-width:400px}.shared-recommendation-error,.shared-recommendation-loading{align-items:center;background:#f9fafb;background:var(--bg-secondary);display:flex;justify-content:center;min-height:100vh;padding:2rem}.error-content,.loading-content{max-width:400px;text-align:center}.error-content h2{color:#111827;color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.error-content p{line-height:1.6;margin-bottom:2rem}.error-content p,.loading-content p{color:#6b7280;color:var(--text-secondary)}.loading-content p{font-size:1.125rem}@media (max-width:768px){.shared-recommendation-page{padding:1rem}.shared-header{margin-bottom:1.5rem}.shared-title h1{font-size:1.5rem}.btn-large,.shared-title p{font-size:1rem}.btn-large{min-width:100%;padding:.875rem 1.5rem}.shared-actions{padding:1.5rem}}.amazon-popup-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.amazon-popup-content{background:#fff;background:var(--bg-primary);border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);max-height:90vh;max-width:600px;overflow-y:auto;position:relative;width:100%}.popup-header{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-color);justify-content:space-between;padding:1.5rem}.popup-header,.popup-title{align-items:center;display:flex}.popup-title{gap:.75rem}.popup-title h3{color:#111827;color:var(--text-primary);font-size:1.25rem;font-weight:600;margin:0}.popup-subtitle{color:#6b7280;color:var(--text-secondary);font-size:.875rem;margin:.25rem 0 0}.popup-icon{color:#ff9500}.popup-close{background:none;border:none;border-radius:.5rem;color:#6b7280;color:var(--text-secondary);cursor:pointer;padding:.5rem;transition:all .2s ease}.popup-close:hover{background:#f9fafb;background:var(--bg-secondary);color:#111827;color:var(--text-primary)}.store-grid{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.store-section{border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.75rem;overflow:hidden}.store-header{align-items:center;background:#f9fafb;background:var(--bg-secondary);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-color);display:flex;gap:.5rem;padding:.75rem 1rem}.store-header.user-country{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.store-header.priority-country{background:linear-gradient(135deg,#6366f1,#5855eb);color:#fff}.store-flag{font-size:1.25rem}.store-name{flex:1 1;font-weight:600}.store-currency{font-size:.875rem;opacity:.8}.priority-badge,.user-badge{background:#fff3;border-radius:.375rem;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.service-buttons{padding:1rem}.service-button{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s ease;width:100%}.prime-button{background:linear-gradient(135deg,#ff9500,#ff6b00);color:#fff}.prime-button:hover{background:linear-gradient(135deg,#ff6b00,#e55a00);transform:translateY(-1px)}@media (max-width:768px){.amazon-popup-content{margin:1rem;max-height:85vh}.popup-header,.store-grid{padding:1rem}}