* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    background: #1a1a1a;
    color: #e0e0e0;
    line-height: 1.6;
}
a { color: #c9a96e; text-decoration: none; }
a:hover { text-decoration: underline; }
.nav {
    padding: 12px 20px;
    font-size: 13px;
    color: #888;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav a { color: #888; }
.nav a:hover { color: #c9a96e; }
.nav-author a { color: #666; font-size: 12px; margin-left: 6px; }
