.gw-terminal__container {
    background-color: #0a0a0a;
    color: #00ff00;
    font-family: 'Courier New', Courier, monospace;
    padding: 20px;
    min-height: 100vh;
}

.gw-terminal__table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border: 1px solid #333;
}

.gw-terminal__th {
    text-align: left;
    padding: 10px;
    border-bottom: 2px solid #00ff00;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.gw-terminal__td {
    padding: 8px 10px;
    border-bottom: 1px solid #222;
    font-size: 0.9rem;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gw-terminal__row:hover {
    background-color: #1a1a1a;
}

.gw-terminal__header {
    border-bottom: 1px solid #00ff00;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.gw-terminal__title {
    margin: 0;
    font-size: 1.5rem;
    letter-spacing: 2px;
}
