body {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
    min-height: 100vh;
    background: linear-gradient(180deg, #faf5ff 0%, #f8f4ff 45%, #ffffff 100%);
    color: #1f2933;
}

h1 {
    font-family: inherit;
}

.table-container {
    scrollbar-width: thin;
    scrollbar-color: #c4b5fd #ede9fe;
}

.table-row {
    transition: all 0.18s ease-out;
    cursor: pointer;
}

.table-row:hover {
    background-color: rgba(221, 214, 254, 0.42);
}

@media (max-width: 640px) {
    th,
    td {
        padding: 10px 8px !important;
        font-size: 14px !important;
    }
}

th,
td {
    padding: 12px 10px;
    font-size: 15px;
}

