* {
    box-sizing: border-box;
}

body {
    font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    letter-spacing: 0;
}

a {
    color: inherit;
}

.dm-shell {
    margin: 0 auto;
}

.dm-topbar {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.dm-brand {
    display: flex;
    align-items: center;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.dm-brand > span:last-child {
    min-width: 0;
}

.dm-title,
.dm-subtitle {
    margin: 0;
}

.dm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #fff;
    color: #1f2937;
    font-weight: 850;
    padding: 0 14px;
    text-decoration: none;
}

.dm-btn:hover {
    background: #f8fafc;
}

.dm-badge {
    background: #eef4ff;
    color: #1d4ed8;
}

.dm-badge-info {
    background: #eef4ff;
    color: #1d4ed8;
}

.dm-badge-warning {
    background: #fff6dd;
    color: #9a5b00;
}

.dm-table {
    width: 100%;
    border-collapse: collapse;
}

.dm-table th {
    position: sticky;
}

.dm-table th,
.dm-table td {
    text-align: left;
}

button,
input,
select {
    font: inherit;
}

button {
    cursor: pointer;
}
