/* 全局样式 */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f8f9fa;
}

main {
    min-height: calc(100vh - 160px);
}

/* 卡片阴影 */
.card {
    border-radius: 12px;
}

/* 按钮圆角 */
.btn {
    border-radius: 8px;
}

/* 上传区域 */
.upload-area {
    cursor: pointer;
}

/* 导航栏激活状态 */
.navbar .nav-link.active {
    color: #0d6efd !important;
    font-weight: 500;
}