/* 移動日当クラウド カスタムスタイル */

body {
    background-color: #f5f7fa;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans",
                 "Noto Sans CJK JP", sans-serif;
}

.navbar-brand {
    font-weight: 600;
}

.card {
    border: none;
    border-radius: 12px;
}

.card-header {
    border-radius: 12px 12px 0 0 !important;
    font-weight: 600;
}

.display-6 {
    font-weight: 700;
}

.table-hover tbody tr:hover {
    background-color: rgba(74, 144, 217, 0.05);
}

.badge {
    font-weight: 500;
}

/* モバイル対応 */
@media (max-width: 576px) {
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .display-6 {
        font-size: 1.5rem;
    }

    .table {
        font-size: 0.85rem;
    }
}
