.tech-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 1.5rem;
}
.tech-form {
    width: 600px;
    padding: 2.5rem;
    box-sizing: border-box;
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tech-hd-text {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.5;
}
.tech-hd-stext {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.5;
    margin-top: 2rem;
}