body {
    padding: 2rem 1rem;
}

.container {
    max-width: 1260px;
    margin: 0 auto;
}

.header {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #282845;
}

.header h1 {
    font-size: 2rem;
    color: #bd93f9;
}

.header .subtitle {
    margin-top: 0.4rem;
    font-size: 1rem;
    color: #8892b0;
    line-height: 1.5;
}

.header .back {
    display: inline-block;
    margin-top: 0.6rem;
    color: #6272a4;
    text-decoration: none;
    font-size: 0.9rem;
}

.header .back:hover { color: #bd93f9; }

.content {
    line-height: 1.7;
}

.content h2 { color: #f1fa8c; margin: 1.6em 0 0.6em; }
.content h3 { color: #ffb86c; margin: 1.4em 0 0.5em; }
.content h4 { color: #ff79c6; margin: 1.2em 0 0.4em; }
.content p { margin: 1em 0; }
.content a { color: #8be9fd; }
.content a:hover { color: #bd93f9; }
.content strong { color: #ff79c6; }
.content em { color: #f1fa8c; }

.content blockquote {
    border-left: 4px solid #bd93f9;
    padding-left: 1rem;
    margin: 1rem 0;
    color: #c0c0c0;
}

.content ul, .content ol { margin: 1rem 0; padding-left: 2rem; }
.content li { margin: 0.3rem 0; }
.content hr { border: none; border-top: 1px solid #282845; margin: 2rem 0; }

.content pre {
    border-radius: 8px;
    padding: 1rem;
    overflow-x: auto;
    margin: 1.2rem 0;
    font-size: 0.88rem;
}

.content code {
    font-family: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;
}

.content p > code, .content li > code {
    background: #282845;
    padding: 0.15em 0.4em;
    border-radius: 4px;
    font-size: 0.88em;
}

.content table {
    border-collapse: collapse;
    width: 100%;
    margin: 1rem 0;
}

.content th, .content td {
    border: 1px solid #444;
    padding: 0.5rem 0.8rem;
    text-align: left;
}

.content th {
    background: #1a1a2e;
    color: #bd93f9;
}

.content td { background: #12121e; }

.content img { max-width: 100%; border-radius: 8px; }
