.layout{min-height:100vh;display:flex;flex-direction:column}.header{background-color:#1a1a1a;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#646cff;text-decoration:none}.logo:hover{color:#535bf2}.navigation{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s}.nav-link:hover{background-color:#ffffff1a}.nav-link.active{background-color:#646cff;color:#fff}.main-content{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem}.navigation{gap:1rem}.main-content{padding:1rem}}.favorites-carousel{width:100%;margin:2rem 0}.favorites-carousel-title{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;color:var(--primary-color, #007bff);font-size:1.5rem;font-weight:600}.favorites-carousel-title i{color:var(--red-500, #dc3545)}.movie-carousel-card{border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;margin:0 .5rem;overflow:hidden}.movie-carousel-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.movie-carousel-content{display:flex;flex-direction:column;height:100%;position:relative}.movie-carousel-poster{width:100%;height:200px;overflow:hidden;border-radius:8px 8px 0 0}.movie-carousel-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.movie-carousel-card:hover .movie-carousel-image{transform:scale(1.05)}.movie-carousel-no-poster{width:100%;height:200px;display:flex;align-items:center;justify-content:center;background:var(--surface-200, #f8f9fa);color:var(--text-color-secondary, #6c757d);font-weight:500;border-radius:8px 8px 0 0}.movie-carousel-info{padding:1rem;flex-grow:1;display:flex;flex-direction:column;gap:.5rem}.movie-carousel-title{font-size:1rem;font-weight:600;color:var(--text-color, #212529);margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.movie-carousel-details{display:flex;gap:.5rem;align-items:center}.movie-carousel-year,.movie-carousel-type{font-size:.875rem;color:var(--text-color-secondary, #6c757d);background:var(--surface-100, #e9ecef);padding:.25rem .5rem;border-radius:4px;font-weight:500}.movie-carousel-actions{position:absolute;top:.5rem;right:.5rem;opacity:0;transition:opacity .3s ease}.movie-carousel-card:hover .movie-carousel-actions{opacity:1}.favorites-carousel-empty{width:100%;display:flex;justify-content:center;align-items:center;min-height:300px}.empty-favorites-card{max-width:400px;text-align:center;padding:2rem;border:2px dashed var(--surface-300, #dee2e6);background:var(--surface-50, #f8f9fa);border-radius:12px}.empty-favorites-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.empty-favorites-content h3{margin:0;color:var(--text-color-secondary, #6c757d);font-size:1.25rem}.empty-favorites-content p{margin:0;color:var(--text-color-secondary, #6c757d);font-size:.9rem}.empty-favorites-icon{font-size:3rem;color:#ccc}@media (max-width: 768px){.movie-carousel-poster{height:180px}.movie-carousel-info{padding:.75rem}.movie-carousel-title{font-size:.9rem}.movie-carousel-details{flex-direction:column;align-items:flex-start;gap:.25rem}.movie-carousel-year,.movie-carousel-type{font-size:.8rem;padding:.2rem .4rem}}@media (max-width: 480px){.movie-carousel-poster{height:160px}.movie-carousel-info{padding:.5rem}.movie-carousel-title{font-size:.85rem}.movie-carousel-actions{opacity:1}}.p-carousel .p-carousel-content .p-carousel-item{padding:0}.p-carousel .p-carousel-indicators .p-carousel-indicator button{background-color:var(--primary-200, #b3d7ff)}.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button{background-color:var(--primary-color, #007bff)}.p-carousel .p-carousel-prev,.p-carousel .p-carousel-next{color:var(--primary-color, #007bff);background:transparent;border:none;width:3rem;height:3rem;border-radius:50%;transition:all .3s ease}.p-carousel .p-carousel-prev:hover,.p-carousel .p-carousel-next:hover{background:var(--primary-100, #cce7ff);color:var(--primary-700, #0056b3)}@media (prefers-color-scheme: dark){.movie-carousel-card{background:var(--surface-800, #1f2937);border-color:var(--surface-700, #374151)}.movie-carousel-title{color:var(--text-color, #f9fafb)}.movie-carousel-year,.movie-carousel-type{background:var(--surface-700, #374151);color:var(--text-color, #f9fafb)}.empty-favorites-card{background:var(--surface-800, #1f2937);border-color:var(--surface-600, #4b5563)}.empty-favorites-content h3,.empty-favorites-content p{color:var(--text-color-secondary, #9ca3af)}}.charts-page{padding:1.5rem;max-width:1200px;margin:0 auto}.charts-header{margin-bottom:2rem}.charts-title{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.charts-subtitle{font-size:1rem;color:#6b7280}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.charts-card{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.stats-container{display:flex;flex-direction:column;gap:.75rem}.stat-item{display:flex;align-items:center;gap:.75rem}.stat-label{min-width:4rem;font-weight:500;color:#374151}.stat-bar-container{flex:1;background-color:#e5e7eb;border-radius:9999px;height:.5rem;overflow:hidden}.stat-bar{height:100%;border-radius:inherit;transition:width .3s ease}.stat-bar-primary{background:linear-gradient(90deg,#3b82f6,#1d4ed8)}.stat-bar-success{background:linear-gradient(90deg,#10b981,#059669)}.stat-bar-info{background:linear-gradient(90deg,#06b6d4,#0891b2)}.stat-value{min-width:2rem;text-align:right;font-size:.875rem;color:#6b7280;font-weight:500}.no-data{text-align:center;color:#6b7280;padding:1rem;font-style:italic}.summary-stats{display:flex;flex-direction:column;gap:1rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{text-align:center;padding:1rem;border-radius:.5rem;color:#fff}.stat-card-blue{background-color:#dbeafe;color:#1e40af}.stat-card-green{background-color:#d1fae5;color:#047857}.stat-card-purple{background-color:#e9d5ff;color:#7c3aed}.stat-card-orange{background-color:#fed7aa;color:#c2410c}.stat-number{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.stat-card .stat-label{font-size:.875rem;font-weight:500;min-width:auto}.popular-year{margin-top:1rem;padding:.75rem;background-color:#f9fafb;border-radius:.375rem}.popular-year-title{font-weight:600;color:#374151;margin-bottom:.5rem}.popular-year-value{font-size:1.125rem;color:#1f2937;margin:0}.current-movie{display:flex;align-items:center;gap:1rem}.current-movie-poster{width:4rem;height:4rem;object-fit:cover;border-radius:.375rem}.no-poster{width:4rem;height:4rem;background-color:#e5e7eb;border-radius:.375rem;display:flex;align-items:center;justify-content:center}.current-movie-info{flex:1}.current-movie-title{font-weight:600;color:#1f2937;margin-bottom:.25rem}.current-movie-year{color:#6b7280;margin:0}@media (max-width: 768px){.charts-page{padding:1rem}.charts-title{font-size:1.875rem}.charts-grid,.stats-grid{grid-template-columns:1fr}.stat-item{flex-direction:column;align-items:flex-start;gap:.5rem}.stat-bar-container{width:100%}.current-movie{flex-direction:column;text-align:center}}body{margin:0;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}.home-page{padding:2rem 0}.hero-section{text-align:center;margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px}.hero-section h1{margin:0 0 1rem;font-size:2.5rem}.hero-section p{margin:0 0 2rem;font-size:1.2rem;opacity:.9}.hero-section-large{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;border-radius:12px;text-align:center;margin-bottom:3rem;box-shadow:0 8px 32px #0000001a}.hero-content h1{font-size:3.5rem;margin:0 0 1.5rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-content p{font-size:1.4rem;margin:0 0 3rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.search-bar-hero{display:flex;max-width:700px;margin:0 auto;gap:1rem;background:#ffffff1a;padding:1rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.search-bar-hero .search-input{flex:1;padding:1rem 1.5rem;border:none;border-radius:25px;font-size:1.1rem;outline:none;background:#fff;box-shadow:0 2px 8px #0000001a}.search-bar-hero .search-btn{padding:1rem 2rem;background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;border:none;border-radius:25px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b4d}.search-bar-hero .search-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.search-section,.recent-searches{margin-bottom:2rem;padding:2rem;background:#f8f9fa;border-radius:8px}.recent-searches h3{margin-bottom:1rem;color:#333}.recent-searches p{margin-bottom:1rem;color:#666}.recent-searches-list{display:flex;flex-wrap:wrap;gap:.5rem}.recent-search-chip{cursor:pointer;padding:.5rem 1rem;background:#fff;border:1px solid #ddd;border-radius:20px;transition:all .2s}.recent-search-chip:hover{background:#646cff;color:#fff;border-color:#646cff}.loading-section{text-align:center;padding:3rem;background:#f8f9fa;border-radius:8px}.loading-section h3{margin-bottom:1rem;color:#333}.loading-section p{color:#666}.error-message{margin-bottom:2rem;padding:1rem;background:#ffebee;border:1px solid #f44336;border-radius:4px;color:#d32f2f}.results-section{margin-bottom:2rem;padding:2rem;background:#f8f9fa;border-radius:8px}.results-section h3{margin-bottom:1rem;color:#333}.results-info{margin-bottom:2rem;padding:1rem;background:#fff;border-radius:4px;display:flex;justify-content:center;gap:1rem}.results-info span{padding:.5rem 1rem;background:#e3f2fd;border-radius:20px;color:#1976d2}.movies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.movie-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer}.movie-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.movie-content{display:flex;flex-direction:column;height:100%}.movie-poster{position:relative;overflow:hidden}.movie-image{width:100%;height:300px;object-fit:cover}.no-poster{width:100%;height:300px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#666}.movie-info{padding:1rem;flex-grow:1;display:flex;flex-direction:column}.movie-info h4{margin:0 0 1rem;font-size:1.1rem;line-height:1.3;color:#333}.movie-details{margin-top:auto;display:flex;justify-content:space-between;gap:.5rem}.movie-details span{padding:.25rem .5rem;background:#e3f2fd;border-radius:12px;font-size:.8rem;color:#1976d2}.not-found-section{text-align:center;padding:3rem;background:#f8f9fa;border-radius:8px}.not-found-section h3{margin-bottom:1rem;color:#333}.not-found-section p{margin-bottom:2rem;color:#666}@media (max-width: 768px){.hero-section h1{font-size:2rem}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.search-bar-hero{flex-direction:column;max-width:400px;gap:.5rem}.search-bar-hero .search-input{padding:.8rem 1rem}.search-bar-hero .search-btn{padding:.8rem 1.5rem}.movies-container{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.search-bar{flex-direction:column}}@media (max-width: 480px){.hero-section-large{padding:2rem 1rem}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.search-bar-hero{max-width:300px;padding:.8rem}.movies-container{grid-template-columns:1fr}}.footer-section{margin-top:4rem;padding:2rem 0;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content p{margin:0;font-size:.9rem;opacity:.8;font-weight:300}@media (max-width: 768px){.footer-section{margin-top:3rem;padding:1.5rem 0}.footer-content{padding:0 1rem}.footer-content p{font-size:.8rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--primary-blue: #3b82f6;--primary-purple: #8b5cf6;--primary-red: #ef4444;--primary-pink: #ec4899;--gradient-primary: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);--gradient-secondary: linear-gradient(135deg, #ec4899 0%, #f97316 100%);--gradient-background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 50%, #f0e6ff 100%);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;min-width:320px;min-height:100vh;background:var(--gradient-background);color:#1f2937;font-family:inherit}a{font-weight:500;color:var(--primary-blue);text-decoration:none;transition:all .2s ease}a:hover{color:var(--primary-purple);text-decoration:underline}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2;color:#111827}button{border-radius:12px;border:1px solid transparent;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-sm)}button:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}button:focus,button:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:fadeIn .5s ease-out}.animate-slide-in{animation:slideIn .3s ease-out}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 640px){:root{font-size:14px}body{font-size:14px}}@media (prefers-color-scheme: dark){:root{color:#f1f5f9;background-color:#0f172a}body{background:linear-gradient(135deg,#0f172a,#1e293b,#312e81);color:#f1f5f9}h1,h2,h3,h4,h5,h6{color:#f8fafc}}
