:root{

    --primary:#E50914;

    --secondary:#181818;

    --dark:#0f0f0f;

    --card:#1b1b1b;

    --border:#2d2d2d;

    --white:#ffffff;

    --gray:#9ca3af;

}

*{

margin:0;

padding:0;

box-sizing:border-box;

}

body{

background:#0f0f0f;

color:#fff;

font-family:'Inter',sans-serif;

overflow-x:hidden;

}

a{

text-decoration:none;

color:inherit;

}

img{

max-width:100%;

display:block;

}

.site-header{

height:80px;

display:flex;

align-items:center;

background:#111;

border-bottom:1px solid #222;

}

.site-footer{

padding:40px 0;

text-align:center;

background:#111;

margin-top:80px;

border-top:1px solid #222;

}

.topbar{

background:#000;

padding:10px 0;

font-size:13px;

color:#999;

border-bottom:1px solid #222;

}

.main-header{

background:#111;

border-bottom:1px solid #222;

}

.header-wrapper{

display:flex;

align-items:center;

justify-content:space-between;

height:80px;

}

.logo h2{

margin:0;

font-weight:800;

color:#fff;

}

.main-menu ul{

display:flex;

gap:25px;

list-style:none;

margin:0;

padding:0;

}

.main-menu a{

color:#fff;

font-size:14px;

}

.main-menu a:hover{

color:#E50914;

}

.header-right{

display:flex;

gap:10px;

align-items:center;

}

.header-right input{

width:220px;

background:#222;

border:none;

padding:8px 15px;

color:#fff;

border-radius:50px;

}

.header-right button{

border:none;

padding:8px 18px;

border-radius:5px;

}

.btn-register{

background:#E50914;

color:#fff;

}

.topbar{
    background:#000;
    color:#bbb;
    font-size:13px;
    border-bottom:1px solid #222;
}

.topbar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:40px;
}

.main-header{
    background:#111;
    border-bottom:1px solid #222;
}

.header-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    min-height:80px;
}

.logo{
    flex-shrink:0;
}

.logo h2{
    margin:0;
    font-size:42px;
    font-weight:800;
    color:#fff;
}

.main-menu{
    flex:1;
}

.main-menu ul{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:28px;
    list-style:none;
    margin:0;
    padding:0;
}

.main-menu li{
    list-style:none;
}

.main-menu a{
    color:#fff;
    font-size:14px;
    font-weight:600;
}

.main-menu a:hover{
    color:#e50914;
}

.header-right{
    display:flex;
    align-items:center;
    gap:10px;
}

.header-right input{
    width:220px;
    height:40px;
    border:none;
    border-radius:30px;
    background:#222;
    color:#fff;
    padding:0 18px;
}

.header-right button{
    height:40px;
    border:none;
    padding:0 18px;
    border-radius:6px;
    cursor:pointer;
}

.btn-register{
    background:#e50914;
    color:#fff;
}

.topbar-inner{

display:flex;

justify-content:space-between;

align-items:center;

height:40px;

}

.top-left i{

margin-right:6px;

color:#E50914;

}

.top-right{

display:flex;

gap:15px;

}

.top-right a{

color:white;

}

.navbar-im{

background:#111;

}

.navbar-wrapper{

display:flex;

justify-content:space-between;

align-items:center;

height:80px;

}

.menu{

flex:1;

margin-left:40px;

}

.menu ul{

display:flex;

list-style:none;

gap:28px;

margin:0;

padding:0;

align-items:center;

}

.menu li{

font-size:14px;

font-weight:600;

cursor:pointer;

}

.menu li:hover{

color:#E50914;

}

.navbar-right{

display:flex;

gap:10px;

align-items:center;

}

.navbar-right button{

height:40px;

padding:0 18px;

border:none;

border-radius:5px;

}

.register{

background:#E50914;

color:white;

}

body{
    border:10px solid red !important;
}