/* PizPanel custom styles */
:root {
    --violet: #7c3aed;
}

details summary::-webkit-details-marker {
    display: none;
}

code {
    font-family: ui-monospace, monospace;
    font-size: 0.85em;
    background: rgba(255,255,255,0.05);
    padding: 0.1em 0.35em;
    border-radius: 0.25rem;
}
