.btn-soft{border:1px solid hsl(var(--border));background:hsl(var(--background));min-height:2.5rem;color:hsl(var(--foreground));border-radius:.75rem;justify-content:center;align-items:center;gap:.45rem;padding:.55rem .85rem;font-size:.625rem;font-weight:900;transition:background-color .2s,border-color .2s;display:inline-flex}.btn-soft:hover{background:hsl(var(--muted));border-color:color-mix(in srgb,#7c3aed 40%,hsl(var(--border)))}.btn-soft:disabled{cursor:not-allowed;opacity:.5}.btn-primary{color:#fff;background:linear-gradient(135deg,#7c3aed,#4f46e5);border-radius:.75rem;justify-content:center;align-items:center;gap:.45rem;min-height:2.5rem;padding:.55rem .9rem;font-size:.625rem;font-weight:900;display:inline-flex;box-shadow:0 8px 22px #4f46e533}.btn-primary:disabled{cursor:not-allowed;opacity:.45}.btn-danger{color:#e11d48;background:#f43f5e1a;border-radius:.75rem;justify-content:center;align-items:center;gap:.4rem;min-height:2.25rem;padding:.5rem .75rem;font-size:.625rem;font-weight:900;display:inline-flex}.input-v3{border:1px solid hsl(var(--border));background:hsl(var(--background));width:100%;min-height:2.5rem;color:hsl(var(--foreground));border-radius:.75rem;outline:none;padding:.55rem .7rem;font-size:.6875rem;display:block}.input-v3:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1f}.input-v3:disabled{opacity:.65}.field-v3{color:hsl(var(--muted-foreground));font-size:.625rem;font-weight:900;display:block}.field-v3>.input-v3{margin-top:.4rem}
