*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

html,body{
    width:100%;
    min-height:100%;
}

body{
    background:#05070d;
    color:#fff;
}

.login-body{
    height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:12px;
    overflow:hidden;
    background:
    radial-gradient(circle at 20% 10%,rgba(34,197,94,.16),transparent 32%),
    radial-gradient(circle at 85% 85%,rgba(239,35,60,.12),transparent 30%),
    linear-gradient(135deg,#05070d,#0b111d 55%,#05070d);
}

.login-shell{
    width:100%;
    max-width:1120px;
    height:620px;
    background:rgba(10,16,28,.96);
    border:1px solid rgba(255,255,255,.10);
    border-radius:22px;
    overflow:hidden;
    display:grid;
    grid-template-columns:56% 44%;
    position:relative;
    box-shadow:0 35px 100px rgba(0,0,0,.55);
}

.login-left{
    padding:26px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    background:linear-gradient(135deg,#07111c,#0d1726);
}

.brand{
    display:flex;
    align-items:center;
    gap:14px;
}

.brand-icon{
    width:54px;
    height:54px;
    border-radius:16px;
    background:linear-gradient(135deg,#22c55e,#16a34a);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:white;
    box-shadow:0 12px 28px rgba(34,197,94,.28);
}

.brand h1{
    font-size:34px;
    font-weight:900;
    letter-spacing:-1px;
    line-height:1;
}

.brand h1 span{
    color:#cbd5e1;
}

.brand h1 b{
    color:#ef233c;
}

.brand p{
    margin-top:7px;
    color:#22c55e;
    font-size:12px;
    letter-spacing:4px;
    font-weight:800;
}

.welcome{
    padding:12px 0 20px;
}

.welcome small{
    color:#22c55e;
    font-size:15px;
    letter-spacing:3px;
    font-weight:800;
}

.welcome h2{
    font-size:66px;
    font-weight:900;
    letter-spacing:-2px;
    line-height:.95;
    margin-top:14px;
}

.welcome h2 span{
    color:#d1d5db;
}

.welcome h2 b{
    color:#ef233c;
}

.welcome h3{
    margin-top:18px;
    font-size:25px;
    letter-spacing:11px;
    font-weight:700;
    color:#ffffff;
}

.line{
    width:62px;
    height:4px;
    background:#22c55e;
    border-radius:99px;
    margin:26px 0;
}

.welcome p{
    font-size:27px;
    font-weight:800;
    color:#ffffff;
    margin-bottom:8px;
}

.welcome em{
    font-style:normal;
    font-size:17px;
    color:#94a3b8;
}

.visual-grid{
    display:grid;
    grid-template-columns:1.3fr .9fr;
    gap:14px;
    margin-top:24px;
}

.visual-card{
    min-height:92px;
    background:rgba(15,23,42,.72);
    border:1px solid rgba(148,163,184,.16);
    border-radius:20px;
    padding:14px;
    position:relative;
    overflow:hidden;
}

.visual-card:after{
    content:"";
    position:absolute;
    width:140px;
    height:140px;
    right:-50px;
    bottom:-60px;
    border-radius:50%;
    background:rgba(34,197,94,.12);
}

.visual-card b{
    display:block;
    font-size:13px;
    color:#94a3b8;
    margin-bottom:10px;
}

.visual-card strong{
    font-size:28px;
    color:#fff;
}

.visual-card span{
    display:block;
    margin-top:6px;
    font-size:12px;
    color:#22c55e;
    font-weight:700;
}

.stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:8px;
    padding-top:10px;
    border-top:1px solid rgba(255,255,255,.08);
}

.stats div{
    text-align:center;
    border-right:1px solid rgba(255,255,255,.10);
}

.stats div:last-child{
    border-right:0;
}

.stats b{
    display:block;
    font-size:20px;
    font-weight:900;
    margin-bottom:6px;
}

.stats span{
    font-size:10px;
    color:#94a3b8;
    letter-spacing:.5px;
    font-weight:700;
}

.login-right{
    padding:30px 40px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.lock{
    width:82px;
    height:82px;
    margin:0 auto 28px;
    border-radius:50%;
    border:5px solid rgba(34,197,94,.85);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    box-shadow:0 0 40px rgba(34,197,94,.18);
}

.login-right h2{
    text-align:center;
    font-size:34px;
    font-weight:900;
    margin-bottom:8px;
}

.login-right p{
    text-align:center;
    color:#94a3b8;
    font-size:15px;
    margin-bottom:34px;
}

.login-right label{
    display:block;
    font-size:11px;
    letter-spacing:2px;
    color:#cbd5e1;
    font-weight:800;
    margin-bottom:9px;
}

.login-right input{
    width:100%;
    height:58px;
    border-radius:13px;
    border:1px solid rgba(148,163,184,.24);
    background:#070b14;
    color:#fff;
    padding:0 18px;
    font-size:14px;
    outline:none;
    margin-bottom:20px;
}

.login-right input:focus{
    border-color:#22c55e;
    box-shadow:0 0 0 4px rgba(34,197,94,.10);
}

.login-options{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:2px 0 24px;
    font-size:13px;
    color:#cbd5e1;
}

.login-options label{
    margin:0;
    letter-spacing:0;
    font-size:13px;
    display:flex;
    align-items:center;
    gap:8px;
}

.login-options input{
    width:auto;
    height:auto;
    margin:0;
}

.login-options a{
    color:#22c55e;
    text-decoration:none;
    font-weight:700;
}

.login-right button{
    width:100%;
    height:60px;
    border:0;
    border-radius:13px;
    background:linear-gradient(135deg,#16a34a,#4ade80);
    color:white;
    font-size:16px;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 14px 30px rgba(34,197,94,.22);
    transition:.25s;
}

.login-right button:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 38px rgba(34,197,94,.32);
}

.admin-line{
    margin:26px 0;
    display:flex;
    align-items:center;
    gap:14px;
    color:#64748b;
    font-size:12px;
    justify-content:center;
}

.admin-line:before,
.admin-line:after{
    content:"";
    height:1px;
    background:rgba(148,163,184,.20);
    flex:1;
}

.admin-btn{
    height:56px;
    border-radius:13px;
    border:1px solid rgba(34,197,94,.55);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#22c55e;
    text-decoration:none;
    font-size:15px;
    font-weight:900;
    letter-spacing:.5px;
}

.login-footer{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:48px;
    border-top:1px solid rgba(255,255,255,.08);
    background:rgba(3,7,18,.55);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#64748b;
    font-size:11px;
}

.login-footer b{
    color:#d1d5db;
    font-size:14px;
}

.login-footer b span{
    color:#ef233c;
}

.login-footer em{
    font-style:normal;
    color:#22c55e;
}

@media(max-width:980px){
    .login-shell{
        grid-template-columns:1fr;
        min-height:auto;
    }

    .login-left{
        min-height:auto;
        padding:30px;
    }

    .login-right{
        min-height:auto;
        padding:34px 28px 100px;
    }

    .welcome h2{
        font-size:58px;
    }

    .welcome h3{
        font-size:22px;
        letter-spacing:7px;
    }

    .visual-grid{
        grid-template-columns:1fr;
    }

    .stats{
        grid-template-columns:repeat(2,1fr);
    }

    .login-footer{
        position:relative;
    }
}

@media(max-width:560px){
    .login-body{
        padding:12px;
        align-items:flex-start;
    }

    .brand h1{
        font-size:28px;
    }

    .welcome h2{
        font-size:38px;
    }

    .welcome p{
        font-size:22px;
    }

    .stats{
        grid-template-columns:1fr 1fr;
    }
}