:root {
    --color-primary: #1E293B;
    --color-secondary: oklch(40.5% 0.101 131.063);
    --color-btn-primary: #e0d6b9;
    --color-bg-light: #F9FAFB;
    --color-text-light: #0F172A;
    --color-accent: #38BDF8;
    --color-success: #22C55E;
    --color-error: #EF4444;
    --color-warning: #FACC15;
    --color-matte-gold: #C9A646;
    --color-deeper-matte-gold: #A78934;
}

.no-copy svg,
img {
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
}

.brand-bussines img {
    width: 264px;
    height: auto;
}

.token-inputs {
    margin-bottom: 0.5rem;
}

.container-validate {
    text-align: center;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

p.line {
    text-decoration: line-through;
}

.drag-over {
    outline: 3px dashed #60a5fa;
    outline-offset: 6px;
}

.file-item.sortable-chosen {
    opacity: .9;
}

.file-item.sortable-ghost {
    opacity: .5;
}