body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
    font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.container.mt-4 {
    flex: 1;
}

.card {
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.navbar-brand {
    font-size: 1.1rem;
}

.table th {
    white-space: nowrap;
}

.form-label.fw-bold {
    color: #198754;
}
