body {
    background: transparent;
    color: #e2e8f0;
    font-family: 'Space Grotesk', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #fff;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #818cf8;
    transition: color 0.2s;
}

a:hover {
    text-decoration: underline;
    color: #a5b4fc;
}

.page {
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.container {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.header {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}

.header .title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(135deg, #fff 0%, #94a3b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.translations-list-container {
    margin-bottom: 24px;
}

.translations-list-container .translations-list-item a {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #94a3b8;
    font-size: 14px;
    text-decoration: none;
}

.translations-list-container .translations-list-item a.active,
.translations-list-container .translations-list-item a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
    padding: 40px 0;
    color: #64748b;
    font-size: 14px;
}