body {
    background-color: #000000;
    color: #c8ffc8;
    font-family: "Consolas", "Courier New", monospace;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
}

#terminal {
    max-width: 520px;
    width: 100%;
    padding: 24px;
    border: 1px solid #1f3d1f;
    background: rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 20px rgba(0, 255, 100, 0.1);
}

.terminal-header {
    font-size: 18px;
    margin-bottom: 6px;
    color: #66ff99;
    letter-spacing: 1px;
}

.terminal-divider {
    margin: 10px 0 18px 0;
    height: 1px;
    width: 100%;
    background-color: #1f3d1f;
}

.terminal-subtext {
    margin-bottom: 22px;
    color: #99ffcc;
    opacity: 0.8;
    font-style: italic;
}

.terminal-line {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

label {
    width: 70px;
    color: #8aff8a;
}

input {
    background: #000000;
    border: 1px solid #1f3d1f;
    color: #aaffaa;
    padding: 8px;
    width: 260px;
    font-family: monospace;
    font-size: 15px;
}

input:focus {
    outline: none;
    border-color: #33ff77;
}

button {
    margin-top: 10px;
    padding: 8px 18px;
    background: #33ff77;
    border: none;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s ease;
}

button:hover {
    background: #66ff99;
}

.terminal-output {
    margin-top: 20px;
    color: #aaffaa;
}

.hidden {
    display: none;
}

.success {
    color: #66ff99;
    font-weight: bold;
}

#u-frag-1,
#u-frag-2,
#u-frag-3 {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

#u-frag-1::before {
    content: "Sha";
}

#u-frag-2::before {
    content: "dow";
}

#u-frag-3::before {
    content: "Entry";
}
