/* ===== SCREEN WRAPPER ===== */

.screen-wrapper {
position: relative;
z-index: 2;
padding: 40px;
border-radius: 20px;
background: linear-gradient(145deg,#121f35,#080c15);
box-shadow:
0 0 60px rgba(0,140,255,0.5),
inset 0 0 40px rgba(0,0,0,0.8);

margin: 40px auto;
max-width: 1000px;
width: 100%;
}

/* ===== TITLES ===== */

.title {
font-size:48px;
letter-spacing:4px;
}

.subtitle {
opacity:0.7;
margin-bottom:40px;
}

/* ===== SYSTEM PANEL ===== */

.system-panel {
font-size: 12px;
letter-spacing: 2px;
opacity: 0.6;
margin-bottom: 30px;
text-align: center;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}

.system-panel div {
margin-bottom: 5px;
}