input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

.dice-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-family: monospace;
    background: #363650;
    color: #e2e8f0;
    border: 1px solid #4a4a6a;
}

.dice-chip .remove {
    cursor: pointer;
    color: #f87171;
    font-weight: bold;
    margin-left: 0.25rem;
}

.dice-chip .remove:hover {
    color: #fca5a5;
}

.dice-chip.negative {
    background: #3b1f1f;
    border-color: #6b2a2a;
    color: #fca5a5;
}

.quick-dice-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.quick-dice-group button {
    text-align: center;
    white-space: nowrap;
}
