*{box-sizing:border-box}body{margin:0;padding:0;font-family:Arial,sans-serif;background-color:#e1e9f1;color:#333}#root{display:flex;justify-content:center}.app-container{width:100%;max-width:100%;background-color:#fff;min-height:100vh;display:flex;flex-direction:column}main{flex:1}header.site-header{position:relative;text-align:center;background-color:#000;padding:40px 0;background-image:radial-gradient(circle at center,#112d4a,#000)}header.site-header a.logo-link{display:flex;justify-content:center;width:100%;text-decoration:none}header.site-header h1{font-family:Righteous,cursive;font-size:65px;margin:0;color:#fff;letter-spacing:2px;text-shadow:3px 3px 4px rgba(0,0,0,.8);font-weight:400}header.site-header h1 .text-red{color:#ff2a2a}header.site-header h1 .text-green{color:#0f0}.search-bar{background-color:#069;padding:8px;text-align:center;border-top:2px dashed #fff;border-bottom:2px dashed #fff}.search-bar form{display:flex;justify-content:center;align-items:center;gap:2px}.search-bar input{padding:4px 8px;width:100%;max-width:250px;border:1px solid #000;border-radius:0;height:26px;font-size:13px}.search-bar button{padding:4px 12px;background-color:#e2e8f0;border:1px solid #000;cursor:pointer;font-weight:400;border-radius:0;height:26px;font-size:13px;color:#000}.search-bar button:hover{background-color:#cbd5e1}.section-title{background-color:#dee5ed;color:#0d5f99;text-align:center;padding:12px;font-weight:700;border-top:1px solid #b5c7d8;border-bottom:1px solid #b5c7d8;font-size:16px}.movie-list{background:#fff}.movie-item{display:flex;padding:15px;border-bottom:2px solid #e1e9f1;align-items:flex-start;transition:background-color .2s}.movie-item:hover{background-color:#f8fafc}.movie-item:last-child{border-bottom:none}.movie-item img{width:65px;height:85px;object-fit:cover;margin-right:15px;border:2px solid #ccc;border-radius:4px}.movie-info{flex-grow:1}.movie-info h3{margin:0 0 8px;font-size:15px;font-weight:700;line-height:1.4}.movie-info h3 a{color:red;text-decoration:none}.movie-info h3 a.magenta{color:#f0f}.movie-info h3 a.orange{color:#c60}.movie-info h3 a.green{color:green}.movie-info h3 a:hover{text-decoration:underline}.badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:700;color:#fff;letter-spacing:.5px}.badge.south,.badge.bollywood{background-color:#008a00}.badge.hollywood{background-color:#00a86b}.badge.webseries{background-color:#f0f}footer{text-align:center;padding:20px;background-color:#2c3e50;color:#bdc3c7;font-size:13px;border-top:3px solid #1a252f}footer .footer-links{margin-bottom:15px;display:flex;justify-content:center;flex-wrap:wrap;gap:15px}footer a{color:#ecf0f1;text-decoration:none;font-weight:500;transition:color .2s}footer a:hover{color:#3498db;text-decoration:underline}.page-content{padding:25px;line-height:1.6;color:#444}.page-content h2{color:#0d5f99;border-bottom:1px solid #ccc;padding-bottom:8px;margin-top:0}.page-content p{margin-bottom:15px}.movie-poster-large{display:flex;justify-content:center;padding:15px;background-color:#fff;border-bottom:2px solid #e1e9f1}.movie-poster-large img{width:100%;max-width:300px;height:auto;border:1px solid #ccc;box-shadow:0 4px 8px #0003}.file-info{background-color:#fff;padding:15px;font-size:14px;line-height:1.5}.info-row{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e1e9f1}.info-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.download-section-title{background-color:#0b5394;color:#fff;text-align:center;padding:10px;font-weight:700;font-size:16px;border-bottom:2px dashed #fff}.download-btn-container{background-color:#fff;padding:20px;display:flex;justify-content:center;border-bottom:2px solid #e1e9f1}.download-btn{background-color:#558700;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-weight:700;text-align:center;padding:15px 40px;border-radius:4px;text-decoration:none;font-size:18px;box-shadow:0 4px 6px #0000004d;display:inline-block;line-height:1.3;transition:background-color .2s;border:1px solid #3d6100}.download-btn:hover{background-color:#436b00;color:#fff}@media(max-width:768px){header.site-header{padding:30px 0}header.site-header h1{font-size:45px}.search-bar form{flex-direction:row;width:100%;margin:0 auto;justify-content:center}.search-bar input{width:60%;max-width:200px}.search-bar button{width:auto}}@media(max-width:480px){header.site-header{padding:20px 0}header.site-header h1{font-size:35px}.movie-item{padding:10px}.movie-item img{width:55px;height:75px;margin-right:10px}.movie-info h3{font-size:13px;margin-bottom:5px}.badge{font-size:10px;padding:2px 8px;white-space:normal}.section-title{font-size:14px;padding:10px}footer{padding:15px}footer .footer-links{gap:10px;font-size:12px}.page-content{padding:15px;font-size:14px}}
