.bolt-container {
    min-height: 100vh;
    background: #0f0f0f;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    display: flex;
    flex-direction: column;
}
.bolt-header {
    padding: 1rem 2rem;
    border-bottom: 1px solid #2a2a2a;
}
.bolt-main-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1rem 0;
    line-height: 1.1;
    text-align: center;
}
