:root{--primary-color:#008DD5;--primary-rgb:0,141,213;--primary-dark:#006699;--bg-color:#121212;--surface-color:#1e1e1e;--text-primary:#ffffff;--text-secondary:#b3b3b3;--border-color:rgba(var(--primary-rgb), 0.2);--border-color-light:rgba(var(--primary-rgb), 0.1)}[data-theme=light]{--bg-color:#f8f9fa;--surface-color:#ffffff;--text-primary:#212529;--text-secondary:#6c757d;--border-color:rgba(var(--primary-rgb), 0.3);--border-color-light:rgba(var(--primary-rgb), 0.15)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-color);color:var(--text-primary);font-family:Inter,system-ui,-apple-system,sans-serif;transition:background-color .3s,color .3s;line-height:1.6}.welcome-hero{background:linear-gradient(135deg,rgba(var(--primary-rgb),.15) 0,rgba(var(--primary-rgb),.05) 100%),linear-gradient(to bottom,rgba(18,18,18,.7),rgba(18,18,18,.9)),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="movies" x="0" y="0" width="80" height="120" patternUnits="userSpaceOnUse"><rect x="5" y="5" width="25" height="40" fill="%23222" opacity="0.6"/><rect x="35" y="5" width="25" height="40" fill="%23333" opacity="0.5"/><rect x="50" y="10" width="20" height="35" fill="%23222" opacity="0.7"/></pattern></defs><rect width="1200" height="600" fill="%23121212"/><rect width="1200" height="600" fill="url(%23movies)"/></svg>');background-size:cover;background-position:center;background-attachment:fixed;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:60px 40px;gap:20px}.welcome-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(var(--primary-rgb),.08) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(var(--primary-rgb),.05) 0,transparent 50%);pointer-events:none}.welcome-header{position:relative;z-index:1;text-align:center;animation:.8s ease-out fadeInDown;width:100%;max-width:1000px;padding:0 20px}@keyframes fadeInDown{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.welcome-logo-badge{display:inline-flex;align-items:center;justify-content:center;width:100px;margin-bottom:20px;animation:.8s ease-out .1s both fadeInDown}.welcome-logo-image{display:block;width:100%;height:100%;object-fit:contain}.welcome-title{font-weight:700;margin-bottom:15px;animation:.8s ease-out .2s both fadeInDown;line-height:1.2;text-align:center}.welcome-title .highlight{color:var(--primary-color)}.welcome-subtitle{color:var(--text-secondary);animation:.8s ease-out .3s both fadeInDown;max-width:700px;margin-left:auto;margin-right:auto;text-align:center}.welcome-search-container{width:100%;max-width:600px;animation:.8s ease-out .4s both fadeInUp}.welcome-search-box{background-color:var(--surface-color);border-radius:50px;padding:14px 10px;display:flex;gap:12px;align-items:center;border:1px solid var(--border-color);transition:.3s;height:55px}.welcome-search-box:focus-within{box-shadow:0 0 20px rgba(var(--primary-rgb),.3);border-color:rgba(var(--primary-rgb),.5)}.welcome-search-box .filter-btn{background-color:rgba(var(--primary-rgb),.15);color:var(--primary-color);border:1px solid var(--primary-color);border-radius:20px;padding:6px 12px;font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer;transition:.3s}.welcome-search-box .filter-btn:hover{background-color:var(--primary-color);color:#0a0a0a}.welcome-search-box input{border:none;background:0 0;color:var(--text-primary);flex:1;outline:0;font-size:15px}.welcome-search-box input::placeholder{color:var(--text-secondary)}.welcome-search-box .search-icon{width:38px;height:38px;border:0;border-radius:50%;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);color:#0a0a0a;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;cursor:pointer;transition:transform .3s,box-shadow .3s,filter .3s;box-shadow:0 8px 18px rgba(var(--primary-rgb),.22);font-size:16px}.welcome-search-box .search-icon:hover{transform:translateY(-1px);filter:brightness(1.08);box-shadow:0 10px 22px rgba(var(--primary-rgb),.3)}.welcome-search-box .search-icon:focus-visible{outline:2px solid rgba(var(--primary-rgb),.75);outline-offset:2px}.welcome-search-box .search-icon i{color:inherit;pointer-events:none}.welcome-button{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);border:none;padding:14px 50px;border-radius:50px;font-weight:600;color:#0a0a0a;cursor:pointer;transition:.3s;box-shadow:0 8px 25px rgba(var(--primary-rgb),.3);animation:.8s ease-out .5s both fadeInUp;font-size:16px;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.welcome-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(var(--primary-rgb),.5);color:#0a0a0a;text-decoration:none}.welcome-button:active{transform:translateY(-1px)}.welcome-content{position:relative;z-index:1;width:100%;max-width:900px;margin-top:10px;animation:.8s ease-out .6s both fadeInUp}.welcome-content-card{background:rgba(30,30,30,.6);backdrop-filter:blur(10px);border:1px solid var(--border-color-light);border-radius:16px;padding:60px 50px}[data-theme=light] .welcome-content-card{background:rgba(255,255,255,.7)}.welcome-content-section{margin-bottom:50px}.welcome-content-section:last-child{margin-bottom:0}.welcome-content-section h3{font-size:28px;color:var(--primary-color);margin-bottom:20px;font-weight:700}.welcome-content-section p{font-size:16px;color:var(--text-secondary);line-height:1.8;margin-bottom:15px}.welcome-content-section ul{list-style:none;margin-left:0}.welcome-content-section li{font-size:16px;color:var(--text-secondary);line-height:1.8;padding-left:25px;position:relative;margin-bottom:12px}.welcome-content-section li::before{content:'•';color:var(--primary-color);font-weight:700;position:absolute;left:0}.theme-toggle-welcome{position:fixed;top:20px;right:20px;z-index:100;background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:var(--text-primary);padding:10px 15px;border-radius:50px;cursor:pointer;transition:.3s;font-size:14px;font-weight:500}.theme-toggle-welcome:hover{background-color:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3)}@media (max-width:992px){.welcome-title{font-size:44px}.welcome-subtitle{font-size:16px}.welcome-content-card{padding:45px 35px}.welcome-content-section h3{font-size:24px}}@media (max-width:768px){.welcome-hero{padding:50px 25px;gap:30px}.welcome-title{font-size:36px}.welcome-subtitle{font-size:15px;margin-bottom:35px}.welcome-search-box{height:50px;padding:12px 20px}.welcome-content-card{padding:35px 25px}.welcome-content-section{margin-bottom:40px}.welcome-content-section h3{font-size:22px;margin-bottom:15px}.welcome-content-section li,.welcome-content-section p{font-size:15px}}@media (max-width:480px){.welcome-hero{padding:40px 20px;gap:25px}.welcome-title{font-size:28px}.welcome-subtitle{font-size:14px;margin-bottom:30px}.welcome-search-box{flex-wrap:wrap;height:auto;padding:12px 15px}.welcome-logo-badge{width:100px;height:auto;padding:0}.welcome-search-box .search-icon{width:36px;height:36px;margin-left:auto}.welcome-search-box .filter-btn{padding:5px 10px;font-size:12px}.welcome-search-box input{font-size:14px;width:auto;min-width:0}.welcome-button{padding:12px 35px;font-size:14px}.welcome-content-card{padding:25px 15px}.welcome-content-section{margin-bottom:30px}.welcome-content-section h3{font-size:20px;margin-bottom:12px}.welcome-content-section li,.welcome-content-section p{font-size:14px}}