*{

box-sizing:border-box;

}

body{

margin:0;

background:#202124;

font-family:Segoe UI,Arial,sans-serif;

color:#fff;

}

.wrapper{

width:900px;

margin:40px auto;

}

.header{

margin-bottom:25px;

}

.header h1{

margin:0;

font-size:38px;

}

.subtitle{

color:#8fa3b8;

margin-top:5px;

}

.box{

background:#2d3136;

padding:20px;

margin-bottom:20px;

border-radius:10px;

}

.box h2{

margin-top:0;

font-size:18px;

}

.grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:20px;

}

label{

display:block;

margin-bottom:8px;

color:#d0d0d0;

}

input,select{

width:100%;

padding:12px;

background:#444;

border:1px solid #555;

color:#fff;

border-radius:6px;

font-size:15px;

}

button{

width:100%;

padding:16px;

background:#1976d2;

border:0;

border-radius:8px;

font-size:18px;

font-weight:bold;

color:white;

cursor:pointer;

margin-bottom:20px;

}

button:hover{

background:#1565c0;

}

#status{

background:#1c1c1c;

padding:15px;

border-radius:6px;

min-height:80px;

white-space:pre-wrap;

font-family:Consolas,monospace;

}
.status-card{

    text-align:center;

    padding:35px;

}

.status-icon{

    font-size:54px;

    margin-bottom:15px;

}

.status-title{

    font-size:28px;

    font-weight:bold;

    margin-bottom:15px;

}

.status-text{

    color:#cfcfcf;

    line-height:1.7;

}

.info-table{

    width:100%;

    border-collapse:collapse;

}

.info-table td{

    padding:12px;

    border-bottom:1px solid #444;

}

.info-table td:first-child{

    color:#8eb8ff;

    width:280px;

    font-weight:bold;

}

.note{

    margin-top:20px;

    padding:15px;

    background:#30353d;

    border-left:5px solid #1d7ff0;

    border-radius:6px;

    color:#ddd;

}

.found{

    text-align:center;

    padding:30px;

}

.found h1{

    color:#34d058;

    font-size:44px;

    margin-bottom:20px;

}

.password-box{

    margin-top:20px;

    padding:20px;

    background:#111;

    border:2px solid #34d058;

    border-radius:10px;

    font-size:38px;

    font-weight:bold;

    color:#34d058;

    letter-spacing:2px;

}
